
#customers{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #C7D9DB;
  width: 100vw;
  height: max-content;
  min-height: 10vh;
}
#Customers{
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  width: 80vw;
  min-height: 50px;
  /* padding-bottom: 30px; */
  border-radius: 30px;
  z-index: 6;
  margin: 7vh 0px 7vh 0px;
  /* backdrop-filter: blur(0px); */
  background-color: #00000000;

  /* background: linear-gradient(-160deg , #6FB6BB,#6FB6BB,#6FB6BB,#6FB6BB,#6FB6BB,#6FB6BB,#6FB6BB , #C6D9DA, #C6D9DA , #C6D9DA , #C6D9DA , #C6D9DA ); */
}
.vt2{
  /* background-color: #001a1cd8; */
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  /* flex-direction: column; */
}
.mcs-title{
  /* background-color: #000000; */
  width: 100%;
  height: 50px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  font-size: 25px;
}
.mcs-title hr{
  border: #ffffff solid 3px;
  width: 150px;
}

.testimonial-card {
  background-color: #0b5358;
  border-radius: 20px;
  width: 350px;
  height: 200px;
  padding: 10px 5px 20px 5px;
  position: relative;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  border: 10px solid #ff000000 ;
  /* border-top: 10px solid #1E767C ; */
  /* border-bottom: 10px solid #ffffff ; */
  margin-bottom: 20px;
  transition: 0.5s;
  z-index: 0;
}
.testimonial-card2{
  background-color: #0b53587c;
  animation: qwer 20s infinite linear;
  border: #ffffff solid 3px;
  border-radius: 20px;
  width: 350px;
  height: 200px;
  position: absolute;
  transform: rotate(20deg) translateX(-100px);
  top: -20px;
  left: 175px;
}
@keyframes qwer {
  0%{
    /* box-shadow: #0b53587c 0px 0px 0px 0px inset; */
    border-right: #0b5358 solid 0px;
  }
  50%{
    /* box-shadow: #0b53587c -450px 0px 0px 0px inset; */
    border-right: #0b5358 solid 300px;
  }
  100%{
    /* box-shadow: #0b53587c 0px 0px 0px 0px inset; */
    border-right: #0b535800 solid 0px;
  }
}
.tco2g{
  position: absolute;
  background-color: #0b5358;
  width: 330px;
  height: 180px;
  padding: 10px 5px 20px 5px;
}
.vbn-animat{
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* margin-top: 20px; */
  /* background-color: #ff0000d8; */
}
/* .testimonial-card:hover{
  border-bottom: #ffffff solid 4px;
  border-top: #ffffff solid 4px;
} */
.testimonial-card:hover .comment{
  border: #cdcdcd solid 3px;
  background-color: #14677ac8;
}
.top{
  top: -18px;
  /* left: -18px; */
  animation: line-run2 2s linear infinite;
  font-size: 18px;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #558f8b;
  border: 2px solid #00667b7c;
  display: none;
}
@keyframes line-run2 {
  0% {
      opacity: 0;
      transform: translateY(0px);
  }
  25% {
      opacity: 1;
      transform: translateY(0px);
  }
  50% {
      opacity: 1;
      transform: translateX(0px);
  }
  90% {
      opacity: 1;
      transform: translateX(0px);
  }
  100% {
      opacity: 0;
      transform: translateX(0px);
  }
}

.profile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  /* flex-direction: column; */
  width: 100%;
  /* background-color: #001eff; */
  /* height: 100%; */
  /* overflow: hidden; */
}
.avatar{
/* background-color: #d4d4d4; */
width: 40%;
/* height: 100%; */
display: flex;
align-items: start;
justify-content: right;
}
.avatar img{
  width: 120px;
  height: 120px;
  border-radius: 20px;
  border: 3px solid #fff;
  background-color: #ddd;
  /* margin-bottom: 10px; */
  background-size: cover;
  background-position: center;
  /* background-image: url(https://images.pexels.com/photos/29179695/pexels-photo-29179695/free-photo-of-young-woman-with-headphones-sitting-indoors.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1); */
}
/* .img2{
  background-image: url(https://media.istockphoto.com/id/1335728132/photo/a-young-business-person-with-a-cool-look.jpg?s=612x612&w=0&k=20&c=WJ5W-455z-z2TeY1dSC0Z2LBw6uJvFJzHFb_5-TBKG0=);
} */
 .img5a{
  background-image: url(https://chaplinco.com/wp-content/uploads/2024/02/man-user-circle-icon.png);
 }
#img1{
  background-image: url(https://images.pexels.com/photos/29179695/pexels-photo-29179695/free-photo-of-young-woman-with-headphones-sitting-indoors.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
}
#img3{
  background-image: url(https://i.pinimg.com/736x/f8/0b/ab/f80bab0d4991ab51e549be778d91cbf0.jpg);
}
#img5{
  /* background-image: url(https://i.pinimg.com/736x/0c/5d/86/0c5d866d493f2698132d9eaaf3e7f5c0.jpg); */
  background-image: url(https://chaplinco.com/wp-content/uploads/2024/02/man-user-circle-icon.png);
}

h3 {
  /* margin: 10px 0 5px; */
  font-size: 23px;
  color: #d4d4d4;
  font-weight: bold;
  color: #4DA8AE;
}

.designation {
  font-size: 13px;
  color: #888;
  /* margin-bottom: 10px; */
  font-style: italic;
}

.comment {
background-color: #004554b5;
border: #ffffff79 solid 3px;
width: 60%;
height: 120px;
font-size: 14px;
color: #ffffff;
line-height: 1.5;
display: flex;
align-items: center;
justify-content: left;
border-radius: 15px;
padding: 10px;
transition: 0.5s;
cursor: pointer;
overflow: hidden;

display: -webkit-box;       
  -webkit-line-clamp: 5;      
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;    
  max-height: calc(1.5em * 6); 
}
.topo{
  /* background-color: #4dff0058; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  border-radius: 7px;
  /* border: #000000 solid 2px; */
  width: 100%;
}
.topo h3{
  color: #e8e8e8;
  font-weight: 500;
}
.stars {
  font-size: 22px;
  /* background-color: #000000; */
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  /* border-bottom: #009dff solid 3px; */
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stars img{
  width: 15px;
}
@media (max-width:1080px) {
  .testimonial-container {
      padding-left: 0vw;
      padding-right: 0vw;
      /* padding-bottom: 15vh; */
      height: max-content;
      width: 100vw;
  }
  /* .testimonial-card {
    width: 390px;
    height: 240px;
} */
  .avatar .img1,.img2,.img3 {
      margin: 10px;
  }
  .comment {
      font-size: 16.5px;
  }
  .stars {
    font-size: 23px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 30px; */
  }
  .topo{
    /* background-color: #ff0000e4; */
    height: 30px;
  }
  .vt2{
    height: max-content;
  }
  .mcs-title{
    /* background-color: #000000; */
    font-size: 20px;
  }
  .mcs-title hr{
    /* border: #ffffff solid 3px; */
    width: 80px;
  }
  #Customers{
    width: 100vw;
    margin: 0px;
    padding: 10vh 0px 10vh 0px;
    border-radius: 0px;
    background: linear-gradient(150deg , #6FB6BB,#6FB6BB,#6FB6BB,#6FB6BB , #C6D9DA, #C6D9DA , #C6D9DA , #C6D9DA , #C6D9DA , #C6D9DA , #C6D9DA , #C6D9DA );
  }
  .testimonial-card{
    width: 380px;
  }
  .tco2g{
    width: 360px;
  }
  .testimonial-card2{
    display: none;
  }
}






































/* new design */
/* new design */
/* new design */
/* new design */
/* new design */
/* new design */
/* new design */
/* new design */
/* new design */
/* new design */
/* new design */
/* new design */
/* new design */
/* new design */
/* new design */
/* new design */

/* 

.vt2{
  background-color: #000000d8;
  width: 80vw;
  min-height: 400px;
} */