/* ========= sharedSpaces =====*/

.panorama-slider {
  padding: 0 !important;
}

.panorama-slider .swiper {
  padding: 0;
  height: auto !important;
  /* optional padding */
}

.panorama-slider .swiper-wrapper {
  transition-timing-function: ease-in-out;
}

.panorama-slider .custom_arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.panorama-slider .swiper-button-prev {
  position: relative;
  left: unset;
}

.panorama-slider .swiper-button-next {
  position: relative;
  right: unset;
}

.panorama-slider .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #cd2026 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  transform: scale(1.5) !important;
  background: #cd2026 !important;
}

.panorama-slider .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: #ed3237;
  opacity: 0.3;
  transform: scale(0.3);
  transition: all 0.3s ease !important;
  border-radius: 2px;
}

.swiper-pagination.mt-3.mb-lg-5.position-relative.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  z-index: 80;
  top: -35px;
}

.custom_arrow {
  position: relative;
  top: -45px;
  z-index: 80;
}

.mySwiper::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -10%;
  width: 120%;
  height: 150px;
  background: #fff;
  border-radius: 100%;
  z-index: 100;
}

.mySwiper::after {
  content: "";
  position: absolute;
  bottom: 70px;
  left: -15%;
  width: 120%;
  height: 110px;
  background: #fff;
  border-radius: 100%;
  z-index: 60;
}

.mySwiper {
  margin-top: -5rem;
}

/* ========= shared Spaces =====*/

/* ======= Swiper ========== */
.swiper-pagination {
  bottom: unset !important;
  gap: 0 !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #ffffff;
  opacity: 0.1;
  transform: scale(0.5);
  transition: all 0.3s ease;
  border-radius: 2px;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  transform: scale(0.8) !important;
}

.swiper-button-prev:after {
  content: unset !important;
}

.swiper-button-next:after {
  content: unset !important;
}

.swiper-button-prev {
  opacity: 1 !important;
  /* left: 0% !important; */
  z-index: 1;
  width: 40px !important;
}

.swiper-button-next {
  /* right: -1.5% !important; */
  opacity: 1 !important;
  z-index: 1;
  width: 40px !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: #e15252;
  font-weight: bold;
}

/* =======END Swiper ========== */

/* ===== testimonial===== */

.testimonial {
  background-image: url("../images/testimonial-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.testimonial .swiper-button-prev {
  left: 28% !important;
  top: 60%;
}

.testimonial .swiper-button-next {
  right: 28% !important;
  top: 60%;
}

.testimonial .subheadBarWrap {
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
}

.testimonial .subheadBarWrap p {
  color: #f26522;
}

.testimonial-wrapper {
  /* display: flex;
    justify-content: center;
    align-items: center; */
  /* gap: 30px;
    margin-bottom: 30px; */
}

.testimonial-card {
  border-radius: 100px 100px 0 0;
  border-right: 1.373px solid #fff;
  border-top: 1.373px solid #fff;
  border-bottom: 1.373px solid #fff;
  border-left: 1.373px solid #fff;
  padding: 60px 60.418px;

  height: 500px;
}

.swiper-slide-active .testimonial-card {
  border: 0;
  background: linear-gradient(71deg, #cd2026 0%, #f26522 90.82%), #f26522;
}

.profile-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #fff;
}

.testimonial-card h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.testimonial-card h3 span {
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.rating {
  font-size: 16px;
  margin: 8px 0 16px;
  color: #fffacd;
}

.description {
  font-size: 18px;
  line-height: 1.5;
}

/* ======Footer ========== */

footer {
  /* background: linear-gradient(90deg, #cd2026 0%, #f26522 100%); */
  background: #2B2B2B;
  padding: 2rem;
}

.custom_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto;
  max-width: 90%;
}

.text-color {
  color: #292929;
}

/* ======Footer END ========== */

/* media query */

@media only screen and (max-width: 1400px) {
  .dotLineWrap img {
    height: 25vw;
  }
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
  /* swiper */
  /* .swiper-button-prev {
    display: none !important;
  }

  .swiper-button-next {
    display: none !important;
  } */
  .mySwiper::after {
    bottom: 29px;
    height: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .configContentBox {
    padding-right: 0px;
  }

  .testimonial-card {
    padding: 2rem;
  }

  .panorama-slider .swiper {
    padding: 0;
  }

  /* .panorama-slider .swiper-slide {
    flex: 0 0 calc(100% / 1.5);
    max-width: calc(100% / 1.5);
  } */

  .panorama-slider .swiper {
    padding: 0;
  }

  .mySwiper {
    margin-top: -3rem;
  }

  .panorama-slider .swiper-slide {
    /* flex: 0 0 calc(100% / 1.5);
    max-width: calc(100% / 1.5); */
    /* Show 3.5 slides */
  }

  .mySwiper::before {
    top: -10px;
    height: 100px;
  }

  .mySwiper::after {
    height: 60px;
    bottom: 80px;
  }

  .panorama-slider {
    padding: 0 10px !important;
  }

  .custom_arrow {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 80;

    /* padding-bottom: 20px !important; */
    /* height: 80px; */
  }

  .panorama-slider {
    /* padding-bottom: 30px !important; */
    height: auto;
    /* margin-bottom: 30px !important; */
  }

  .panorama-slider .custom_arrow {
    position: relative !important;
    margin: 2rem auto 1rem auto;
    top: -14px;
  }

  .panorama-slider .swiper-wrapper {
    margin: 0 0 3rem 0;
  }

  .testimonial .swiper-button-prev {
    left: 4% !important;
    top: 60%;
  }

  .testimonial .swiper-button-next {
    right: 4% !important;
    top: 60%;
  }

  .testimonial .swiper-button-prev img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
      hue-rotate(93deg) brightness(103%) contrast(103%) !important;
  }

  .testimonial .swiper-button-next img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
      hue-rotate(93deg) brightness(103%) contrast(103%) !important;
  }
  
  
  .testimonial-card{
  height : auto !important;
  }
}

/* @media only screen and (max-width: 576px) {
} */
