@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  flex: 1 0 auto;
}

.container-fluid {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 95%;
}

.first-item {
  margin: 0;
  width: 25%;
  height: 450px;
}

.second-item {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .first-item {
    display: none;
  }
  .second-item {
    width: 100%;
  }
}
.container-fluid .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}

.owl-dots {
  display: none;
}

.owl-carousel .thumbnail .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.owl-carousel .thumbnail .caption .flex-text {
  flex-grow: 1;
}

.container-fluid {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 33.95px;
}
.container-fluid h2 {
  text-align: left;
  margin-left: 12px;
  font-family: "Inter";
  font-weight: none;
}

.item {
  flex: 0 0 calc(33.33% - 20px);
  /* 3 columns on desktop */
  margin: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  height: 450px;
}
.item .banners {
  position: relative;
  height: 50%;
}
.item .banners p {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFF;
  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  text-transform: capitalize;
  padding: 2px 5.26px 2px 6px;
  border-radius: 4px;
  background: #DE4343;
}
.item .content {
  justify-content: space-between;
  height: 50%;
  padding: 16px 30px 30px 30px;
}
.item .content .location {
  flex-wrap: nowrap;
}
.item .content .location .icon {
  width: 20px;
  height: 20px;
}
.item .content .location p {
  color: #969BA1;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  text-transform: capitalize;
}
.item .content h4 {
  text-align: left;
  font-family: "Inter";
}
.item .content .days {
  border-bottom: 1px solid #EAEAEA;
}
.item .content .days .icon {
  width: 21px;
  height: 21px;
}
.item .content .days p {
  color: #585C63;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.item .content .details p {
  color: #002248;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
  text-transform: capitalize;
}
.item .content .details .arrow {
  width: 20px;
  height: 20px;
}

.item1 {
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.item1 .know {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.item1 .know h2 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.item1 .know .know-more {
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 5px 10px 5px 10px;
}

.item1::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  /* Adjust gradient colors as needed */
  pointer-events: none;
  /* Prevent the pseudo-element from blocking clicks */
}

.iconBg {
  background-image: url(/assetsecond/Statistic_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #00BB98;
  padding: 50px;
}
.iconBg .iconSection {
  width: 90%;
  margin: auto;
  justify-content: space-between;
  gap: 10px;
}
.iconBg .iconSection .icon {
  height: 50px;
  width: 50px;
  margin: auto;
  margin-bottom: 20px;
}
.iconBg .iconSection h1 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 100% */
  letter-spacing: -0.5px;
}
.iconBg .iconSection p {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px;
  /* 160% */
}

.testimonial-bg {
  background-image: url(/asset/HomePage/TestimonialBackground.png);
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 50px;
}
.testimonial-bg h3 {
  text-align: center;
}
.testimonial-bg .testimonial {
  gap: 30px;
}
.testimonial-bg .testimonial .testimonial-slider {
  max-width: 616px;
  padding: 50px;
  align-items: center;
  gap: 154.91px;
  flex-shrink: 0;
  margin: auto;
  background-color: #FFF;
  margin-bottom: 150px;
}
.testimonial-bg .testimonial .testimonial-slider .item {
  padding: 50px;
  height: auto;
}
.testimonial-bg .testimonial .testimonial-slider .item .flex-row {
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
.testimonial-bg .testimonial .testimonial-slider .item p:nth-child(1) {
  color: #0040BB;
  font-family: Inter;
  font-style: normal;
  font-weight: 1600;
  line-height: 26px; /* 144.444% */
}
.testimonial-bg .testimonial .testimonial-slider .item p:nth-child(2) {
  color: #000;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

@media screen and (max-device-width: 780px) {
  .testimonial-bg .testimonial .testimonial-slider {
    padding: 0;
  }
  .testimonial-bg .testimonial h2 {
    background-color: #eff8ff;
    padding: 10px 0px;
  }
  .iconBg {
    padding: 10px;
  }
  .iconBg .iconSection h1 {
    font-size: 25px;
  }
  .iconBg .iconSection p {
    font-size: 10px;
    line-height: 10px;
  }
}/*# sourceMappingURL=owlCrousel.css.map */