
/* 

brands section css

 */

.brand-container {
  text-align: center;
  margin-bottom: 5%;
}

.brands {

  width: 80%;
  margin: auto;
}

.brand-container h1 {
  width: 90%;
  margin: 4% auto;
  font-size: 35px;
  font-weight: 600;
  margin-top: 42px;
      font-family: 'Abaca-medium';
          margin-bottom: 3%;

}

.brands img {
  width: 266px;
  height: 147px;
}



/* 

clients review section css

*/

.client-review-container,
.tech-stack {
  
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;

}

.client-heading {
  width: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: px;
      margin-top: 3%;
}

.client-heading h1 {
  font-size: 35px;
  font-weight: 400;
}

.client-heading h3 {
  font-weight: 300;
     margin-top: 29px;
    margin-bottom: 6%;
    font-size: 20px;
    color: black;
    font-family: 'Abaca-regular';
}

.client-heading .red-line {
  height: 4px;
  width: 21%;
  background: #172d77;

}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 70%;
}


.testimonial-card {
  background-color: #ffffff;
  padding: 20px;
  
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-card h3 {
  margin-top: 0;
  font-size: 20px;
  color: #333;
  font-family: 'Abaca-medium';
}

.testimonial-card .company {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.testimonial-card .message {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}


.testimonal-bg img {
  width: 100%;
  height: 250px;

}






.video-container {
  width: 80%;
  display: flex;
  gap: 20px;
  justify-content: center;
  position: relative;
  top: 140px;
  z-index: 1;
}

/* Video Card */
.video-card {
  position: relative;
  width: 652px;
  height: 362px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.video-card:hover {
  transform: translateY(-5px);
}

/* Video Thumbnail */
.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play Button */
.play-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: red;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.play-button:hover {
  background-color: darkred;
}

.video-container-button {
  position: relative;
  top: 200px;
  background-color: #E32124;
  color: white;
  border: none;
      padding: 14px 53px;
  border-radius: 4px;
      font-size: 18px;


}









.tech-stack {
  background-color: white;
  margin-top: 2%;
      margin-bottom: 6%;
}

.techstack-1,
.techstack-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1%;
}



.techstack-container img {
  width: 266px;
  height: 147px;
}

.techstack-container {
  width: 80%;
}


























@media (max-width:1200px) {
  .brands img {
    width: 230px;
    height: auto;
  }

  .techstack-container img {
    width: 207px;
    height: auto;
  }
}

@media (max-width:1036px) {
  .brands img {
    width: 200px;
    height: auto;
  }



  .techstack-container img {
    width: 180px;
    height: auto;
  }
}


@media (max-width:902px) {
  .brands img {
    width: 180px;
    height: auto;
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-card {
    width: 342px;
    height: auto;
  }

  .techstack-container img {
    width: 135px;
    height: auto;
  }
}

@media (max-width:812px) {
  .brands img {
    width: 150px;
    height: auto;
  }

  .brand-container h1 {
    font-size: 26px;
  }

  .client-heading {
    width: 80%;
    text-align: left;
  }

  .client-heading {
    align-items: flex-start;

  }


}



@media (max-width:509px) {
  .brands img {
    width: 110px;
    height: auto;

  }



  .brand-container h1 {
    font-size: 21px;
    margin: 5% auto;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .video-container {
    flex-direction: column;
    margin: auto;
  }

  .video-card {
    width: 100%;
  }



  .client-heading h1 {
    font-size: 30px;

  }

  .client-heading h3 {
    font-size: 15px;

  }
}

@media (max-width:336px) {
  .brands img {
    width: 120px;
    height: auto;
  }


  .brand-container h1 {
    font-size: 21px;
    margin: 6% auto;
  }

  .techstack-container img {
    width: 193px;
    height: auto;
  }

  .client-heading h1 {
    font-size: 26px;
  }

}

@media (max-width:270px) {
  .brands img {
    width: 200px;
    height: auto;
  }

  .client-heading h1 {
    font-size: 22px;
  }

  .client-heading h3 {
    font-size: 13px;
  }

}