body {
  color: #74757b;
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.bg-dark-gray {
  background: #303f58;
}

.bg-light-gray {
  background: #f7f7f9;
}

.text-dark-gray {
  color: #303f58;
}

.dark-gray-bordered {
  border: 1px solid #303f58 !important;
}

.header_logo {
  max-width: 90px;
}

.know_more_cta {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .know_more_cta {
    font-size: 16px;
  }
}

.header_social_icons img {
  max-height: 14px;
}

.main_banner_img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .main_banner_img {
    height: 100%;
  }
}

.banner_contents {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .banner_contents {
    width: 90%;
  }
}

.main_heading {
  font-size: 38px;
  line-height: 38px;
}
@media only screen and (max-width: 600px) {
  .main_heading {
    font-size: 27px;
    line-height: 27px;
  }
}

.image_overlay_contents {
  width: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media only screen and (max-width: 600px) {
  .image_overlay_contents {
    width: 60%;
  }
}
.image_overlay_contents .btn {
  width: 70%;
}

.stat_section {
  background: url(images/stat_bg_img.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .stat_section .overylay_bus {
    position: absolute;
    transform: translate(35%, 0%);
    right: 0;
    bottom: 0;
  }
}

.swiper-slide:hover .package_text_container {
  top: 80% !important;
  transition: 0.6s all;
}
@media only screen and (max-width: 600px) {
  .swiper-slide .package_text_container {
    top: 90% !important;
  }
}

.swiper-pagination-bullet-active {
  background: #303f58;
}

.booking_contact_top_icon {
  max-width: 70px;
}

footer {
  background: url(images/footer_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  footer .footer_logo {
    max-width: 110px;
  }
}
footer .footer_about::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.24);
  width: 1px;
  height: 100%;
  right: 30px;
  top: 0;
}
@media only screen and (max-width: 600px) {
  footer .footer_about::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    right: auto;
    top: auto;
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer_about .footer_social_media_container {
    position: absolute;
    top: 0;
    right: 10px;
  }
}
footer .footer_about .footer_social_media_container .footer_social_media {
  background: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
}

.fa-star {
  color: #a4a4a4;
}
.fa-star.filled_star {
  color: #303f58;
}

.feature_list_icon {
  max-width: 20px;
}

.gallery_section .swiper-button-next:after,
.gallery_section .swiper-button-prev:after {
  font-size: 15px;
  color: #fff;
}
.gallery_section .swiper-button-next,
.gallery_section .swiper-button-prev {
  top: 7%;
  background: #303f58;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 15px;
}
.gallery_section .swiper-button-prev,
.gallery_section .swiper-rtl .swiper-button-next {
  right: 45px;
  left: auto;
}

#move_to_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background: transparent;
}
#move_to_top img {
  max-width: 30px;
}

.set_apart_icon {
  max-width: 100px;
}
@media only screen and (max-width: 600px) {
  .set_apart_icon {
    max-width: 75px;
  }
}

.contact_mode {
  width: -moz-fit-content;
  width: fit-content;
}

.contact_form label {
  font-weight: 600;
  font-size: 14px;
}

.thumbnail_gallery_section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumbnail_gallery_section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnail_gallery_section .swiper {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail_gallery_section .swiper-slide {
  background-size: cover;
  background-position: center;
}
.thumbnail_gallery_section .big_img_Swiper {
  height: 400px;
  width: 100%;
}
.thumbnail_gallery_section .thumb_img_Swiper {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}
.thumbnail_gallery_section .thumb_img_Swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.thumbnail_gallery_section .thumb_img_Swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.thumbnail_gallery_section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnail_gallery_section .thumb_img_Swiper {
  height: 120px;
}/*# sourceMappingURL=styles.css.map */