﻿/* General  */
body {
  /*perspective: 600px;*/
  position: relative;
  scroll-behavior: smooth;
}

.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.mobile-nav__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
  margin-top: 20px;
  justify-content: flex-start;
}
.mobile-nav__social a {
  font-size: 25px;
}
.mobile-nav__social a + a {
  margin-left: 0;
}

.my-float {
  margin-top: 16px;
}

table {
  width: 100%;
  overflow: hidden;
  border-collapse: unset;
  border-radius: 10px;
  border: 2px solid #EEE;
}
table thead {
  background-color: #faf5ee;
  color: var(--thm-primary);
}
table thead th {
  font-size: 18px;
}
table th, table td {
  padding: 10px;
  border: 2px solid #EEE;
  border-radius: 5px;
  font-size: 16px;
}

.inquiry-form {
  padding: 30px;
  margin: 0 auto;
  width: 80vw;
  height: 50vh;
  background-color: #FFF;
}

.old-price {
  display: block;
  font-size: 18px;
  color: #aaaaae !important;
}
.old-price .number {
  text-decoration: line-through;
  font-size: inherit;
  color: inherit;
  font-weight: 500;
}

.handle-overflow-content {
  max-height: 300px;
  overflow: auto;
  position: relative;
  mask-image: linear-gradient(to top, transparent -70%, black);
}

.scroll-up-btn {
  position: fixed;
  top: auto;
  bottom: 40px;
  left: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--thm-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 10;
}
@media (min-width: 767px) {
  .scroll-up-btn {
    display: none;
  }
}
.scroll-up-btn i {
  color: #FFF;
}

.custom-shape-divider-top-right, .custom-shape-divider-top-left {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
  pointer-events: none;
}

.custom-shape-divider-top-left {
  left: 0;
  right: auto;
}

/*.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
    margin-left: 45px;
}*/
.styled-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-inline: 50px;
  gap: 20px;
}
.styled-list li a {
  color: var(--thm-base);
  font-size: 16px;
}

.object-fit-center, .news-details__img > img, .blog-page .news-one__img img, .popular-tours__single .popular-tours__img img, .home-page .news-one__img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  display: none;
}

.main-menu .main-menu__list li:hover > ul, .stricky-header .main-menu__list li:hover > ul {
  display: flex;
}

.main-header__top-address li .text a {
  color: var(--thm-base);
}

.main-menu-wrapper__left {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-menu-wrapper__left .main-menu-wrapper__main-menu {
  display: flex;
  float: none;
}
.main-menu-wrapper__left .main-menu-wrapper__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 20px 40px; */
  margin: auto;
}

.tour-details-two__sidebar-btn {
  padding: 10px 40px;
  width: auto;
}

#dialog-content {
  scroll-margin: 100px;
}

.styled-form {
  background-color: #FFF;
  padding: 40px;
  width: 60vw;
  margin: auto;
  border-radius: 10px;
}

.popular-tours__meta .icon {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.tour-details__top-list li .icon {
  width: 37px;
  height: 37px;
}

.page-header__top {
  padding: 135px 0;
}
.page-header__top .page-header-bg {
  filter: unset;
}

.slider-container {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  /*margin-top: -50px;*/
}
.slider-container .slider .content-slider {
  width: 100%;
  height: 100%;
}
.slider-container .slider .content-slider img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 3/2;
}
.slider-container .slider-controls a {
  position: absolute;
  top: 45%;
  z-index: 100;
  color: #333333;
  display: none;
}
.slider-container .slider-controls a.slider-left {
  left: 40px;
}
.slider-container .slider-controls a.slider-right {
  right: 40px;
}
.slider-container .owl-dots {
  display: none;
}

.thumbnail-slider-container {
  margin: 15px auto 0;
  width: 100%;
}
.thumbnail-slider-container .thumbnail-slider .content-thumbnail img {
  border-radius: 5px;
}
.thumbnail-slider-container .thumbnail-slider .owl-item.active.center .content-thumbnail {
  margin-top: 0 !important;
  transition: 0.4s;
}
.thumbnail-slider-container .owl-nav {
  z-index: 1;
  bottom: 0;
  top: 0;
  width: 100%;
  position: absolute;
  margin: auto;
  height: 0;
  display: flex;
  align-items: center;
}
.thumbnail-slider-container .owl-nav .owl-prev, .thumbnail-slider-container .owl-nav .owl-next {
  position: absolute;
  outline: none;
  font-size: 60px !important;
  color: #666666 !important;
  opacity: 1;
}
.thumbnail-slider-container .owl-nav .owl-prev {
  left: -5%;
}
.thumbnail-slider-container .owl-nav .owl-next {
  right: -5%;
}

.read-more-btn {
  color: #00af87;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.read-more-form {
  width: 50vw;
  border-radius: 5px;
  position: relative;
  background-color: #FFF;
  margin: auto;
  padding: 20px;
  min-height: 200px;
}
.read-more-form button {
  font-size: 30px;
  padding: 5px;
  border-radius: 0 10px 0 10px;
  background-color: #f05557;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF !important;
}

#dialog-content ~ .testimonial-one {
  padding: 30px 0;
  margin-bottom: 40px;
}

.testimonial-one__img {
  height: 100px;
  width: 100px;
  margin: 0 auto 25px;
}
.testimonial-one__img::before {
  pointer-events: none;
}

.testimonial-one__text {
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.testimonial-one__single:hover .testimonial-one__img img {
  transform: scale(1.1);
}

.testimonail-one__content .review-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  margin: auto;
}
.testimonail-one__content .review-media:hover i {
  background-color: #00af87;
  color: #FFF;
}
.testimonail-one__content .review-media:hover .text {
  transform: translateX(0);
  opacity: 1;
}
.testimonail-one__content .review-media i {
  transition: 0.4s;
  font-size: 23px;
  color: #00af87;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 14px -7px #00af87;
  border-radius: 50%;
  background-color: #FFF;
  position: relative;
  z-index: 5;
}
.testimonail-one__content .review-media .text {
  transform: translateX(-70%);
  opacity: 0;
  transition: 0.6s;
  color: #00af87;
}

.home-page .main-slider h2:before {
  display: none;
}
.home-page .swiper-slide {
  height: auto;
}
.home-page .swiper-wrapper {
  max-height: 550px;
}
.home-page .swiper-wrapper .swiper-slide-inner {
  padding-block: 200px;
}
.home-page .swiper-wrapper .swiper-slide-inner .slider-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.home-page .swiper-wrapper .swiper-slide-inner .slider-content h2 {
  color: #FFF;
  font-size: 80px;
  line-height: 110px;
}
.home-page .section-title .section-title__title {
  font-size: 30px;
  line-height: 40px;
}
.home-page .news-one .news-one__img {
  min-height: 450px;
}
.home-page .welcoming-visitor {
  padding-block: 50px;
}
.home-page .welcoming-visitor h1, .home-page .welcoming-visitor h2 {
  margin-bottom: 20px;
}
.home-page .welcoming-visitor p {
  max-width: 70%;
  margin-inline: auto;
}
.home-page .destinations-one {
  padding-top: 0;
}
.home-page .destinations-one .destinations-one__img {
  max-height: auto;
  height: 260px;
}
.home-page .destinations-one .destinations-one__img::before, .home-page .destinations-one .destinations-one__img::after {
  pointer-events: none;
}
.home-page .destinations-one .destinations-one__img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-page .destinations-one .destinations-one__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
}
.home-page .why-choose {
  /*
  &:has(.flex-row-reverse) {

      .why-choose__container {
          background-color: $creamy-color;

          .why-choose__right {
              background-color: $creamy-color;

              .section-title__title {
                  color: $prime-color;
              }

              .why-choose__right-text {
                  color: #525252
              }
          }
      }
  }*/
}
.home-page .why-choose .why-choose__container {
  position: relative;
  display: flex;
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #234494;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
}
.home-page .why-choose .why-choose__container .why-choose__left {
  position: relative;
  float: unset;
  width: 50%;
  object-fit: cover;
  min-height: auto;
}
.home-page .why-choose .why-choose__container .why-choose__left::before {
  position: absolute;
  top: 120px;
  bottom: 120px;
  background-color: var(--thm-primary);
  width: 12px;
  right: -12px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  content: "";
}
.home-page .why-choose .why-choose__container .why-choose__left img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 4/3;
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  /* bottom: 0; */
  /* right: 0; */
}
.home-page .why-choose .why-choose__container .why-choose__right {
  position: relative;
  display: block;
  float: unset;
  width: auto;
  padding: 40px;
  background-color: var(--thm-black);
  width: 49%;
}
.home-page .why-choose .why-choose__container .why-choose__right .why-choose__right-content {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: flex-start;
  top: 0;
  bottom: 0;
  height: 100%;
}
.home-page .why-choose .why-choose__container .why-choose__right .why-choose__right-content .section-title {
  margin-bottom: 12px;
}
.home-page .why-choose .why-choose__container .why-choose__right .why-choose__right-content .why-choose__right-text {
  /* max-height: 300px;
  overflow: auto;
  position: relative;
  mask-image: linear-gradient(to top, transparent -20%,black);*/
  color: #e9e9e9;
}
.home-page .why-choose .why-choose__container .why-choose__right .why-choose__right-content .why-choose__right-text::-webkit-scrollbar-track {
  /*border: 1px solid black;*/
  background-color: rgba(245, 245, 245, 0.368627451);
}
.home-page .why-choose .why-choose__container .why-choose__right .why-choose__right-content .why-choose__right-text::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
  border-radius: 2px;
}
.home-page .why-choose .why-choose__container .why-choose__right .why-choose__right-content .why-choose__right-text::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #f05557;
}
.home-page .why-choose .why-choose__container .why-choose__right .why-choose__right-content .thm-btn {
  border: 2px solid transparent;
}
.home-page .why-choose .why-choose__container .why-choose__right .why-choose__right-content .thm-btn:hover {
  border: 2px solid var(--thm-primary);
}
.home-page .why-choose .why-choose__container .why-choose__right::before {
  display: none;
}
.home-page .why-choose.content-reverse .why-choose__container .why-choose__right {
  display: flex;
  place-content: flex-end;
}
.home-page .video-one .video-one__tagline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-block: 67px 30px;
  padding-block: 0;
}
.home-page .video-one__icon-box:hover .icon {
  stroke: #FFF;
  animation: dash-reversed 20s linear forwards;
}
.home-page .video-one__icon-box .icon {
  width: 90px;
  stroke: #f05557;
  stroke-width: 1.5px;
  fill: none;
  transition: 0.4s;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 20s linear forwards;
}
.home-page .popular-tours__single {
  border: 1px solid #ebe6de;
  border-top: 0;
  border-radius: 8px;
}
.home-page .popular-tours__single .popular-tours__stars i {
  color: var(--thm-primary);
}
.home-page .popular-tours__single .popular-tour__content {
  border: none;
}
.home-page .popular-tours__single a {
  color: var(--thm-gray);
}
.home-page .news-two_left .section-title {
  margin-bottom: 0;
}
.home-page .news-one__bottom:before {
  z-index: -5;
}
.home-page .news-two__carousel.owl-theme .owl-nav {
  bottom: 0;
}
.home-page .news-one__img {
  /*aspect-ratio: 3/2;*/
}
.home-page .news-one__img img {
  position: absolute;
}

.section-title__title,
.popular-tours__title,
.news-one__title {
  font-weight: 300;
}

.section-title__tagline, .destinations-one__sub-title, .video-one__tagline {
  background-image: linear-gradient(to right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}

body:has(.popular-tours ~ #dialog-content) .popular-tours {
  padding-bottom: 20px;
}

.popular-tours__single h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.popular-tours__single .popular-tours__img {
  width: 100%;
  aspect-ratio: 4/3;
}
.popular-tours__single .popular-tours__img:hover .discount-badge {
  background-color: var(--thm-primary);
  color: #FFF;
  right: 20px;
}
.popular-tours__single .popular-tours__img .discount-badge {
  position: absolute;
  padding: 0 20px;
  background-color: #FFF;
  color: var(--thm-primary);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  font-weight: bold;
  transition: 0.4s;
}
.popular-tours__single .popular-tours__content {
  padding: 25px 25px 15px;
}
.popular-tours__single .popular-tours__rate {
  display: flex;
  gap: 10px;
}
.popular-tours__single .popular-tours__rate span {
  font-size: 18px;
}
.popular-tours__single .popular-tours__rate .number {
  color: #888;
  text-decoration: line-through;
  font-size: 16px;
}
.popular-tours__single .popular-tours__meta {
  padding: 10px 0 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  background-color: transparent;
  margin-top: 0;
}
.popular-tours__single .popular-tours__meta li {
  display: flex;
  align-items: center;
  margin: 0 !important;
  font-size: 16px;
}
.popular-tours__single .popular-tours__meta li [class^=icon-], .popular-tours__single .popular-tours__meta li [class*=" icon-"] {
  color: #f05557;
  font-size: 18px;
  margin-right: 10px;
}

.popular-tours-two {
  background-color: #faf5ee;
  padding: 50px 0 100px;
  margin: 60px 0 0;
}
.popular-tours-two .popular-tours__carousel.owl-carousel .owl-stage {
  display: flex;
}
.popular-tours-two .popular-tours__carousel.owl-carousel .owl-stage .popular-tours__single {
  height: 100%;
}
.popular-tours-two .popular-tours__carousel.owl-carousel .owl-stage .popular-tours__single a {
  height: 100%;
  display: block;
}
.popular-tours-two .popular-tours__carousel.owl-carousel .owl-stage .popular-tours__single .popular-tours__content {
  border: 0;
}

.popular-tours__carousel.owl-carousel .owl-dots {
  bottom: -35px;
}

.gallery-one .section-title {
  position: relative;
}
.gallery-one .gallery-one__content .item {
  /*width: 80%;*/
}
.gallery-one .gallery-one__content .gallery-one__img-box:hover::before {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
.gallery-one .gallery-one__content .gallery-one__img-box:hover img {
  transform: scale(1.05);
}
.gallery-one .gallery-one__content .gallery-one__img-box:hover .gallery-one__iocn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: all 500ms ease 500ms;
  -webkit-transition: all 500ms ease 500ms;
  -ms-transition: all 500ms ease 500ms;
  -o-transition: all 500ms ease 500ms;
}

.information__single {
  padding: 30px;
}
.information__single .information__text {
  max-width: 70%;
}
.information__single .information__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.contact-page__social a i {
  font-size: 24px;
}

.tour-details-page .tour-discount {
  font-size: 24px;
  color: var(--thm-primary);
}
.tour-details-page .owl-nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  z-index: 1;
}
.tour-details-page .owl-nav a {
  font-size: 20px;
  color: #FFF;
  background-color: var(--thm-primary);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.tour-details-page .page-header__top-inner h1 {
  font-size: 45px;
  font-weight: bold;
}
.tour-details-page .tour-details__top-title {
  font-size: 38px;
  margin-bottom: 20px;
}
.tour-details-page .tour-details__top-inner {
  margin-bottom: 15px;
  display: flex;
  float: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.tour-details-page .tour-details__top-inner .tour-details__top-rate {
  font-size: 20px;
}
.tour-details-page .tour-details__top-inner .tour-details__top-rate span {
  font-size: 23px;
}
.tour-details-page .tour-details-two__overview h2 {
  font-size: 34px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.tour-details-page .tour-details-two__overview-text {
  margin-top: 0;
}
.tour-details-page .tour-details__top {
  padding: 30px 0;
}
.tour-details-page .tour-details__top .tour-details__top-left {
  display: flex;
  justify-content: space-between;
  gap: 85px;
}
.tour-details-page .tour-details__top .tour-details__top-left .old-price {
  display: block;
  font-size: 18px;
}
.tour-details-page .tour-details__top .tour-details__top-left .old-price .number {
  font-size: inherit;
}
.tour-details-page .tour-notes {
  background-color: #faf5ee;
  padding: 30px;
  border-radius: 10px;
  box-shadow: -3px 4px 5px 0px rgba(106, 106, 106, 0.11);
  margin-block: 30px;
}
.tour-details-page .tour-details-two__overview-bottom,
.tour-details-page .pricing-section {
  position: relative;
  display: block;
  border-block: 1px solid #ebe6de;
  padding-bottom: 30px;
  margin-block: 30px;
}
.tour-details-page .tour-details-two__overview-bottom .tour-details-two-overview__title,
.tour-details-page .pricing-section .tour-details-two-overview__title {
  padding-top: 25px;
  font-size: 32px;
}
.tour-details-page .pricing-section h2 {
  padding-block: 20px;
  font-size: 32px;
}
.tour-details-page .pricing-section p {
  font-size: 14px;
  padding-top: 10px;
}
.tour-details-page .video-btn {
  position: relative;
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  border: 5px solid #faf5ee;
  border-radius: 10px;
  overflow: hidden;
}
.tour-details-page .video-btn:hover {
  box-shadow: 0 0 20px 3px #CCC;
  transform: scale(1.01);
}
.tour-details-page .video-btn img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  z-index: -1;
}

.tour-details-two__sidebar textarea,
.tour-details-two__sidebar select,
.tour-details-two__sidebar input:not([type=radio], [type=checkbox]) {
  height: 67px;
  width: 100%;
  border: none;
  /*background: #faf5ee;*/
  background-color: #FFF;
  padding: 0 30px;
  margin-bottom: 20px;
  border-radius: var(--thm-border-radius);
  outline: none;
  font-size: 13px;
  font-weight: 500;
  color: var(--thm-gray);
}

.transfers-page section {
  margin-bottom: 30px;
}
.transfers-page .btns-group {
  display: flex;
  justify-content: space-between;
  margin-block: 15px;
}
.transfers-page .tour-details-two__book-tours {
  padding-top: 20px;
}
.transfers-page .tour-details-two__book-tours .tour-details-two__sidebar-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-block: 20px;
}
.transfers-page .pricing-notes h3 {
  font-size: 16px;
  text-transform: capitalize;
}
.transfers-page .pricing-notes ul li {
  font-size: 14px;
}

.thanks-page .thanks-wrap {
  background: #FFFFFF;
  padding: 30px;
  margin: 0 auto 10px;
  /*display: none;*/
  max-width: 320px;
}
.thanks-page .checkmark {
  max-width: 300px;
  margin: 0 auto;
}
.thanks-page .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
}
.thanks-page .spin {
  animation: spin 2s;
  transform-origin: 50% 50%;
}
.thanks-page h2 {
  font-size: 2.5rem;
  animation: text 1s;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blog-page .news-one__img {
  position: relative;
  display: block;
  border-radius: var(--thm-border-radius);
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media (min-width: 992px) {
  .blog-page .news-one__img {
    aspect-ratio: 3/3;
  }
}
.news-details__img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.site-footer .site-footer__top-inner {
  padding: 30px 20px;
}
.site-footer .site-footer__top-inner .footer-widget__company-list li,
.site-footer .site-footer__top-inner .footer-widget__explore-list li {
  opacity: 1;
}
.site-footer .site-footer__top-inner .footer-widget__company-list li a::before,
.site-footer .site-footer__top-inner .footer-widget__explore-list li a::before {
  left: -25px;
  background-color: #FFF;
}
.site-footer .site-footer__top-inner .footer-widget__company-list li a:hover,
.site-footer .site-footer__top-inner .footer-widget__explore-list li a:hover {
  padding-left: 0;
  color: var(--thm-base);
}
.site-footer .site-footer__top-inner .footer-widget__company-list li a:hover::before,
.site-footer .site-footer__top-inner .footer-widget__explore-list li a:hover::before {
  left: -20px;
  background-color: var(--thm-primary);
}
.site-footer .site-footer__top-inner .footer-widget__column {
  margin-block: 20px 0;
}
.site-footer .site-footer__top-inner .footer-widget__title {
  margin-bottom: 5px;
}
.site-footer .site-footer__top-inner .footer-widget__newsletter-btn {
  padding: 18px 14px;
}
.site-footer .site-footer__bottom-inner {
  border-radius: 10px 10px 0;
  padding: 30px;
}
.site-footer .site-footer__bottom-inner::before {
  position: unset;
}
.site-footer .site-footer__bottom-inner .footer-widget__social a:hover .icon {
  fill: #FFF;
}
.site-footer .site-footer__bottom-inner .footer-widget__social a .icon {
  fill: #234494;
  width: 20px;
  height: 20px;
  margin: auto;
  transition: 0.5s;
}

.modal.general-modal#offer_modal .modal-dialog .modal-content {
  height: auto;
}

.faq-page a {
  color: #234494;
  overflow-wrap: anywhere;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-reversed {
  to {
    stroke-dashoffset: 500;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner h2 {
    font-size: 60px;
  }
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner p {
    font-size: 40px;
  }
  .home-page .popular-tours__content .popular-tours__meta li {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner {
    padding-block: 100px;
  }
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner h2 {
    font-size: 50px;
  }
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner p {
    font-size: 40px;
  }
  .home-page .popular-tours__content .popular-tours__meta {
    padding: 0;
  }
  .home-page .why-choose .why-choose__container {
    flex-wrap: wrap;
  }
  .home-page .why-choose .why-choose__container .why-choose__left {
    width: 100%;
    max-height: 500px;
  }
  .home-page .why-choose .why-choose__container .why-choose__left img {
    object-position: top;
  }
  .home-page .why-choose .why-choose__container .why-choose__right {
    width: 100%;
    padding: 70px;
  }
  .site-footer__bottom-inner {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .custom-shape-divider-top-left,
  .custom-shape-divider-top-right {
    width: 50%;
  }
  .home-page .popular-tours .popular-tours__content {
    padding: 35px 20px 40px;
  }
  .home-page .popular-tours .popular-tours__content .popular-tours__meta {
    padding: 0;
  }
  .tour-details .tour-details__top-list li .text h6 {
    max-width: 230px;
  }
}
@media (max-width: 992px) {
  .home-page .main-slider .swiper-wrapper {
    max-height: 35vw;
  }
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner {
    padding-block: 60px;
  }
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner h2 {
    font-size: 40px;
  }
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner p {
    font-size: 30px;
  }
  .home-page .testimonail-one__content .review-media i {
    background-color: #00af87;
    color: #FFF;
  }
  .home-page .testimonail-one__content .review-media .text {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 991px) {
  img.mfp-img {
    width: 40vw;
    aspect-ratio: 4/3;
  }
}
@media only screen and (max-width: 800px) {
  table {
    border: none;
  }
  table tr {
    margin-bottom: 10px;
    border: 2px solid #efefef;
    border-radius: 5px;
  }
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner {
    padding-block: 25px;
  }
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner h2 {
    line-height: 60px;
  }
  .main-menu-wrapper__right {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .video-one {
    padding: 80px 0;
  }
  .video-one .video-one__title {
    font-size: 32px;
  }
  .footer-widget__social {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
  }
  .footer-widget__social a {
    font-size: 13px;
    height: 40px;
    width: 40px;
  }
  .footer-widget__social a + a {
    margin-left: 0;
  }
  .styled-form {
    padding: 40px 20px;
    width: 95vw;
  }
  .styled-form h2 {
    font-size: 24px;
  }
  .styled-form h3 {
    font-size: 22px;
  }
  .styled-form ul {
    font-size: 14px;
  }
  .styled-form ul li {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .site-footer__bottom-right p {
    max-width: 70%;
    margin: auto;
  }
}
@media (max-width: 576px) {
  table thead th {
    font-size: 13px;
  }
  table th, table td {
    padding: 6px;
    font-size: 11px;
  }
  #inquiry-form {
    width: 95vw;
  }
  .popular-tours__single {
    max-width: 85%;
    margin: auto;
  }
  .main-menu-wrapper__left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-menu-wrapper__left .main-menu-wrapper__logo {
    float: none;
    margin: 0;
    padding: 0;
  }
  .main-menu-wrapper__left .main-menu-wrapper__logo .main-logo {
    width: 110px !important;
  }
  .main-menu-wrapper__left .main-menu-wrapper__main-menu {
    float: none;
    margin: 0;
    padding: 0;
    right: auto;
  }
  .section-title__tagline {
    font-size: 18px;
  }
  .home-page .section-title {
    margin-bottom: 25px;
  }
  .home-page .section-title .section-title__title {
    font-size: 22px;
  }
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner {
    padding-block: 35px;
  }
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner .slider-content h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .home-page .main-slider .swiper-wrapper .swiper-slide-inner .slider-content p {
    font-size: 18px;
  }
  .home-page .welcoming-visitor {
    padding-block: 60px 25px;
  }
  .home-page .welcoming-visitor h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .home-page .welcoming-visitor p {
    font-size: 16px;
    max-width: 90%;
  }
  .home-page .destinations-one .destinations-one__img {
    max-height: 180px;
  }
  .home-page .destinations-one .destinations-one__img .destinations-one__title {
    font-size: 18px;
  }
  .home-page .popular-tours-two {
    padding: 50px 0 100px;
    margin: 0;
  }
  .home-page .popular-tours-two .popular-tours__rate span {
    font-size: 18px;
  }
  .home-page .why-choose .why-choose__container .why-choose__right {
    padding: 30px;
  }
  .home-page .why-choose .why-choose__container .why-choose__right .section-title {
    margin-bottom: 15px;
  }
  .home-page .why-choose .why-choose__container .why-choose__list {
    margin-top: 20px;
  }
  .home-page .why-choose .why-choose__container .why-choose__list li .icon span {
    font-size: 40px;
  }
  .home-page .why-choose .why-choose__container .why-choose__list .text {
    margin-left: 20px;
  }
  .home-page .why-choose .why-choose__container .why-choose__list .text h4 {
    margin-bottom: 0;
  }
  .home-page .testimonial-one {
    padding: 60px 0 0;
  }
  .home-page .testimonial-one .testimonail-one__content {
    padding: 35px 20px;
  }
  .home-page .testimonial-one .testimonail-one__content .testimonial-one__text {
    font-size: 16px;
  }
  .home-page .video-one {
    padding: 60px 0;
  }
  .home-page .video-one .video-one__video-link {
    position: relative;
    display: flex;
    margin: auto;
    justify-content: center;
  }
  .home-page .video-one .video-one__video-icon {
    width: 50px;
    height: 50px;
  }
  .home-page .video-one .video-one__video-icon .ripple {
    height: 90px;
    width: 90px;
  }
  .home-page .video-one .video-one__video-icon .ripple::after, .home-page .video-one .video-one__video-icon .ripple::before {
    width: 90px;
    height: 90px;
  }
  .home-page .video-one .video-one__tagline {
    font-size: 20px;
    padding: 65px 0 5px;
    margin-block: 20px 5px;
  }
  .home-page .video-one .video-one__title {
    font-size: 24px;
  }
  .home-page .video-one .video-one__four-icon-boxes li {
    padding-block: 15px 35px;
  }
  .home-page .video-one .video-one__four-icon-boxes li .video-one__icon-box {
    margin: 0;
  }
  .home-page .video-one .video-one__four-icon-boxes li .video-one__icon-box .icon {
    display: inline-block;
    width: 80px;
    height: 70px;
    margin-block: 15px;
  }
  .home-page .news-one {
    padding: 40px 0;
  }
  .home-page .news-one .news-two_left .section-title {
    margin-block: 0 15px;
  }
  .home-page .news-one .news-one__img {
    max-height: 315px;
    min-height: 300px;
  }
  .home-page .news-one .news-one__img img {
    object-fit: cover;
    object-position: top;
  }
  .home-page .news-one .news-one__title {
    font-size: 18px;
  }
  .home-page .site-footer .site-footer__top-inner {
    padding: 60px 20px;
  }
  .news-one__single {
    margin-bottom: 0;
  }
  .testimonail-one__content .review-media i {
    background-color: #00af87;
    color: #FFF;
  }
  .testimonail-one__content .review-media .text {
    transform: translateX(0);
    opacity: 1;
  }
}
@font-face {
  font-family: Funkrocker;
  src: url(/assets/fonts/Funkrocker.otf);
}
