.fa-facebook-official:hover,
.fa-instagram:hover {
  color: #e6b120 !important;
}

a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}


.customerSupport {
  width: 85%;
  margin: auto;
}
.customerSupport img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.customerSupport .menuSecTwo .sectionMenuTwo {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1025px) {
  .customerSupport {
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) {
  .menuSecOne {
    border-right: 1px solid rgba(112, 112, 112, 0.1294117647);
  }
}
.modal-backdrop.show {
  opacity: 0 !important;
}

.carousel img {
  filter: brightness(0.3);
}
.carousel .carousel-caption {
  left: 50%;
  width: 80%;
  display: flex;
  transform: translateX(-50%);
  justify-content: center;
}
.carousel .carousel-caption .listCard {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.carousel .carousel-caption .list img {
  width: 200px;
  border-radius: 20px;
  height: 200px;
  margin: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9);
}
@media (max-width: 575.98px) {
  .carousel .carousel-caption .list img {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 575.98px) and (max-width: 767.98px) {
  .carousel .carousel-caption .list img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575.98px) {
  .carousel .carousel-caption .list h3 {
    font-size: 22px;
  }
}
@media (min-width: 575.98px) and (max-width: 767.98px) {
  .carousel .carousel-caption .list h3 {
    font-size: 14px;
  }
}
.carousel .carousel-caption h1 {
  font-size: 36px;
}
@media screen and (max-width: 512px) {
  .carousel .carousel-caption h1 {
    font-size: 30px;
  }
}
.carousel .carousel-caption h6 {
  color: #fff;
  font-size: 20px;
}/*# sourceMappingURL=main.css.map */