a {
  text-decoration: none;

}

section {
  margin-bottom: 10rem;
}

.carousel-inner {
  padding: 1em;
}

.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #b2b1b1;
  width: 7vh;
  height: 8vh;
  border-radius: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.work-t h2 {
  text-align: center;
  font-weight: 300;
  font-size: 3.5rem;
  margin: 8rem 4rem 2rem 4rem;



}


footer .footer-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #120a45;
  color: azure;
  
  gap: 2rem;

}

footer .footer-con .footer-content {
  padding-top: 2rem;

}

footer .footer-con .footer-content h4 {
  font-size: 1rem;
}



.logos-section {
  text-align: center;
  padding: 50px 20px;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 5rem;
  color: #2C3E50;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
}

.logo-item {
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 768px) {
  .logo-item {
    width: 80px;
    height: 80px;
  }

  .section-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .logos-section {
    padding: 52px 0px;
  }

  .logo-item {
    width: 62px;
    height: 30px;
  }

  .section-title {
    font-size: 1.2rem;
  }
}







@media (min-width: 768px) {


  .work-t h2 {

    font-weight: 350;
    font-size: 4rem;




  }

  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }

  .carousel-inner {
    display: flex;
    padding: 5em;
  }




}

.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card img {
  max-height: 100%;
}


.contact-us {
  margin: 6rem;
  padding: 4rem;
  border-radius: 40px;
  background-color: whitesmoke;

  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-us .contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.contact-us .contact .contact-content {
  margin: 10px;
  padding: 20px;
  flex: 1 1 200px;
}

.contact-us .contact .contact-content h1 {
  font-weight: bold;
}

.contact-us .contact .contact-content h2 {
  font-weight: bold;
}

.contact-us .contact .contact-content h3 {
  font-weight: bold;
}



@media (max-width: 767px) {
  .card .img-wrapper {
    height: 17em;
  }


  footer .footer-con .footer-content h4 {
    font-size: 0.8rem;

  }



}

@media (max-width: 1040px) {
  .carousel-inner {
    padding: 0rem;

  }

  .contact-us {
    margin: 2rem 0 2rem 0;
    padding: 2rem;

  }
}


@media (min-width: 1040px) {



  .carousel-control-prev,
  .carousel-control-next {

    width: 12vh;
    height: 14vh;

  }

}