body {
  font-family: "Open Sans", sans-serif;
}

.mauli_logo {
  max-width: 180px;
}

.main_title {
  font-size: 40px;
  font-weight: 800;
  color: #101f46;
}
@media only screen and (max-width: 600px) {
  .main_title {
    font-size: 28px;
  }
}

.brown_btn {
  background: #007bff;
  font-size: 20px;
}

.bg_sky_blue {
  background: #007bff;
}

.bg_dark_blue {
  background: #101f46;
}

.text_sky_blue {
  color: #007bff;
}

@media only screen and (max-width: 600px) {
  .facilities_title {
    background: #101f46;
    color: #fff;
  }
}

.banner {
  position: relative;
}
.banner::before {
  content: "";
  background: rgba(12, 11, 11, 0.7019607843);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner .banner_img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}
@media only screen and (max-width: 600px) {
  .banner .banner_img {
    height: 100%;
  }
}

.header_top .header_icon {
  max-width: 25px;
}

.banner_swiper {
  background-color: #000;
}
.banner_swiper .banner_img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 90vh;
}
@media only screen and (max-width: 600px) {
  .banner_swiper .banner_img {
    height: 100%;
  }
}

.welcome_section .welcome_point .welcome_point_img {
  width: 75px;
  background: #007bff;
}
.welcome_section .welcome_point .welcome_point_title {
  font-size: 18px;
}

.popular_destinations_section .img_container {
  border: 3px solid #101f46;
}
.popular_destinations_section .img_container .popular_destination_img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s all;
}
.popular_destinations_section .img_container:hover .popular_destination_img {
  transform: scale(1.2);
}
.popular_destinations_section .img_container:hover .overlay_btn {
  transform: translate(-50%, -50%) !important;
  bottom: 85% !important;
}
.popular_destinations_section .img_container .overlay_btn {
  background: #007bff;
  z-index: 2;
  transition: 0.8s all;
}
.popular_destinations_section .img_container.half_img_container .popular_destination_img {
  height: 240px;
}
.popular_destinations_section .img_container.half_img_container:hover .overlay_btn {
  bottom: 65% !important;
}

.vision_section .vision_img {
  position: absolute;
  transform: translate(-100%, -50%);
  left: 25px;
  top: 50%;
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .vision_section .vision_img {
    position: initial;
    transform: none;
  }
}
.vision_section .stat_container {
  transition: 0.8s all;
}
.vision_section .stat_container:hover {
  transform: translateY(-5%);
}
.vision_section .emergency_contact_btn {
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 5px 15px rgb(25, 25, 26);
}
.vision_section .emergency_contact_btn .heading {
  color: #007bff;
}

.why_choose_us_section .why_point_container img {
  max-width: 60px;
}
.why_choose_us_section .why_point_container::before {
  content: "";
  background: #007bff;
  width: 0%;
  position: absolute;
  height: 100%;
  left: 0;
  z-index: -1;
  transition: 0.4s all;
}
.why_choose_us_section .why_point_container:hover {
  color: #fff;
}
.why_choose_us_section .why_point_container:hover::before {
  width: 100%;
}
.why_choose_us_section .why_point_container:hover img {
  filter: brightness(0.2);
}

.testimonials_section .testimonials_swiper .testimonial_container {
  box-shadow: 0 5px 15px rgb(25, 25, 26);
}

.footer_top_section .footer_top_img {
  left: 200px !important;
}
@media only screen and (max-width: 600px) {
  .footer_top_section .footer_top_img {
    position: initial !important;
    transform: none !important;
  }
}
.footer_top_section .footer_top_icon {
  max-width: 45px;
}

.packages_page .footer_top_img,
.gallery_page .footer_top_img {
  top: 75px !important;
}

.packages_page .footer_top_section,
.gallery_page .footer_top_section {
  margin-top: 125px;
}/*# sourceMappingURL=style.css.map */