body{
    background-color: #000000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: rgb(223, 219, 213);
}


/*Romaissaa Section*/
.landing-section {

  height: 80vh;
  margin-top: -10px;
   /* Full viewport height */
}
.quote {
   text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 20px;
  
  font-weight: 600;
}
.image-col img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.landing-section p{
  font-weight: 600;
}

/*Romaissaa Section*/


/*Bande des brands*/

.div-barnds {
  margin: 0;
  height: auto;
  padding: 1rem;
  background: linear-gradient(90deg, rgba(0,0,0,0.89) 5%, rgba(19,205,204,1) 51%, rgba(0,0,0,0.87) 93%);
}
/*Bande des brands*/
/* Waht we do section*/

.first-row
{
    margin-top: 5rem;
    padding: 2rem;
    align-items: start;
}
.Card-One{ 
    width: 550px;
    margin: 1rem;
}
.Card-One h6{
    color: #13cdcc;
    font-weight: 700;
}
.Card-One h1{
    font-weight: 600;
}

.Card-One hr{
    height: 2px;          
    background-color:#48bcbc; 
    width: 17%;
    margin-top: -0.5rem; 
    font-weight: 600;
    transform: translateX(7px);
}

.Card-One p{
    font-weight: 600;
}

.Card-Two{
    height: auto;
   
   
    

}

.Card-Two-One {
    height: 100px;
    margin: 1rem;  
    background: linear-gradient(to bottom,#000000 70%, #1cc3bb0a 100%);
    transform: translateY(-40px);
    box-shadow: -5px  20px 17px #13cdcd52;
    align-items: center;
    text-align: center;
    height: auto;
    transition :  transform 0.3s ease;
}
.Card-Two-One:hover{
    transform: translateY(-10px); 
}
.Card-Two-One .ii{
    color: #13cdcc;
    height: 100px;
    font-size: 5rem;
     margin-bottom: 0;
 
}

.Card-Two-Two {
    height: auto;
    margin: 1rem;
    background: linear-gradient(to bottom,#1212126b 70%, #1cc3bb0a 100%);
    transform: translateY(20px);
    align-items: center;
    text-align: center;
    margin-bottom: 5rem;
    box-shadow: 5px 15px 17px #13cdcd52;
    height: auto;
    transition: transform 0.3s ease;
}
.Card-Two-Two:hover {
    transform: translateY(10px); 
}

.Card-Two-Two .ii{
    color: #13cdcc; 
    transform: translateY(-20px);
    margin-bottom: 0;
        color: #13cdcc;
        height: 100px;
        font-size: 5rem;
 }
.Card-Two-Two .iii{
    color: #13cdcc;  
    transform: translateY(-50px);
    margin-bottom: -25px;
         color: #13cdcc;
        height: 85px;
        
    
}
.Card-Two-Two .iiii{
    color: #13cdcc;  
    transform: translateY(-50px);
    margin-bottom: -25px;
    
        color: #13cdcc;
        height: 120px;
        
    
}

.Card-Two-Three {
    transform: translateY(-50px);
    background: linear-gradient(to bottom,#1212126b 70%, #1cc3bb0a 100%);
    margin-left: 1rem;
    box-shadow: -5px 15px 17px #13cdcd52;
    text-align: center;
    transition: transform 0.3s ease;

}
.Card-Two-Three:hover{
    transform: translateY(5px); 
}
.Card-Two-Three .ii{
    color: #13cdcc;
    font-size: 3rem;
    height: 40px;
    width: 40px;
    transform: translateY(-20px);
    margin-bottom: 0;

}

h5{
    font-weight: 600;
}

/* Waht we do section*/


/*Section Team*/
.team-section {
    height: auto;

    align-items: center;
    text-align: center;
    padding: 0.2rem;
    margin-right: 4rem;
    margin-left: 4rem;
    margin-bottom: 4rem;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}


.team-section h1{
    font-weight: 600;
    text-transform: uppercase;
}
.team-section hr {
    height: 5px;
    width: 18%;
    margin: 0 auto;
    font-weight: 600;
    opacity: 4;
    background-color:#ffff
}
.team-section p{
    font-weight: 400;
    margin-top: 2rem;
    font-weight: 600;
  
}

.full-width-container {
  width: 100%; /* Prend toute la largeur de l'écran */
  margin-top: 50px;
  margin-bottom: 10px;
  box-sizing: border-box; 
  /* Inclut la padding et la bordure dans la largeur totale */
}



.profile-card {
    background-color: #212529; /* Dark background */
    color: white;
    border-radius: 10px;
    padding: 20px 20px 20px 0px;
    transform: translateY(20px);
    position: relative;
    display: flex;
    height: 250px;
  }
  .profile-card img {
    height: 129%; /* Make the image occupy full height */
    width: 150px;
    margin-left: 0px;
    object-fit: fill;
    transform: translateY(-40px) ;
  }
  .profile-card-content {
    text-align: start;
    margin-left: 10px;
    flex: 1; /* Take the remaining space */
  }
  .profile-card h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    margin-top: 2px;
  }
  .profile-card .role {
    color: #13cdcc; /* Light green for role */
  
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .profile-card p {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 2px;
  }
  .profile-card .social-icons{
    display: flex;
    font-size: 2rem;
    padding: 10px;
    color: white;
    

  }
  .profile-card .social-icons a {
    color: white;
    margin-right: 10px;
    margin-left: 5px;
    text-decoration: none;
    transition: transform 0.3s ease;
    font-size: 1.5rem;
  }
  
  .profile-card .social-icons a:hover {
    color: #13cdcc;
    transform: translateY(-10px);
  }

/*card 2 translated*/


.profile-card-Two {
    background-color: #212529; /* Dark background */
    color: white;
    border-radius: 10px;
    padding: 20px 20px 20px 0px;
    width: auto;
    position: relative;
    display: flex;
    height: 250px;
    
    box-shadow: -5px  20px 17px #13cdcd52;
  }


  .profile-card-Two img {
    height: 129%; /* Make the image occupy full height */
    width: 150px;
    margin-left: 0px;
    object-fit: fill;
    transform: translateY(-40px) ;
  }
  .profile-card-Two h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
  }
  .profile-card-Two .role {
    color: #13cdcc; /* Light green for role */
  
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .profile-card-Two p {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 2px;
  }

  .profile-card-Two .social-icons{
    display: flex;
    font-size: 1.5rem;
    padding: 10px;
    color: white;
    

  }
  .profile-card-Two .social-icons a {
    color: white;
    margin-right: 10px;
    margin-left: 5px;
    text-decoration: none;
    transition: transform 0.3s ease;
  }
  
  .profile-card-Two .social-icons a:hover {
    color: #13cdcc;
    transform: translateY(10px);
  }

/*card 2 translated*/

.popover-cv {
  font-size: 0.9em;
  max-width: 300px;
  text-align: left;
}

.popover-cv img {
  border-radius: 50%;
}

.popover ul {
  padding-left: 20px;
}

.popover ul li {
  list-style-type: disc;
}

.popover .popover-header {
  background-color: #48bcbc;
  color: white;
  font-weight: bold;
}

.popover .popover-body {
  background-color: #f9f9f9;
}



.modal-body-resume{
  background-color: #212529;
}


.modal-body-resume hr{
  margin-top: -15px;
}

/*Section Team*/



/* section tikharbichen*/

.bbody {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow-x: hidden;
}



.smartpink-section {
  width: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.box-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  font-weight: 600;
  max-width: 1200px;
  animation: fadeInBoxes 2s ease-in-out;
}

@keyframes fadeInBoxes {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.box {
  width: 300px;
  height: auto;
  background: #212529;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  overflow: hidden;
  position: relative;
  border-top: 5px solid #13cdcc;
  margin-right: 20px;

  box-shadow: -5px 10px  20px  #13cdcc;
}

.box:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.icon-container {
  background-color: #13cdcc;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 20px;
  transition: transform 0.5s ease;
}

.box:hover .icon-container {
  transform: rotate(360deg);
}

.box i2i {
  font-size: 2rem;
  color: white;
}

.box h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #13cdcc;
  font-weight: 700;
}

.box p {
  font-size: 14px;
  line-height: 1.6;
  color: #eeebeb;
}
.action-btn {
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #13cdcc;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.action-btn:hover {
  background-color: #fff;
}

/* Progress bar styling */
.progress-bar {
  width: 100%;
  height: 5px;
  background-color: #FFD9E6;
  border-radius: 5px;
  margin-top: 20px;
}

.progress {
  height: 100%;
  background-color: #13cdcc;
  width: 0;
  border-radius: 5px;
  animation: progressAnimation 4s linear forwards;
}

@keyframes progressAnimation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .box-container {
    flex-direction: column;
    align-items: center;
  }

  .box {
    width: 90%;
    height: auto;
  }
}

/* section tikharbichen*/

@media (max-width: 768px) {
  .div-barnds {
      margin-top: 40rem; /* Ajustez la valeur selon vos besoins */
  }
  .bbody {
   
    height: auto;
  }
}