@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Mulish:wght@400;500;600;700;800&display=swap");

:root {
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: border-box;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

html {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}

html,
body,
.sitecontent {
  font-family: "Inter", sans-serif;
  min-height: 100vh;
}

body {
  overflow-x: clip;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.ath-container {
  max-width: 1728px;
  margin: 0 auto;
  padding: 0 24px 0 24px;
}

@media (max-width: 992px) {
  .ath-container {
    padding: 0 10px;
  }
}

/**
home google css
*/
.home-google-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.home-google-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.home-google-content .review-stars {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .container {
    padding: 0 45px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

/* Header */

.header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: #000;
}

.header .container {
  padding: 0 40px;
  max-width: 1584px;
}

@media (max-width: 767px) {

  .container,
  .header .container {
    padding: 0 20px;
  }
}

@media (min-width: 1101px) and (max-width: 1440px) {
  .header .container {
    padding: 0 20px;
  }
}

.header-nav {
  display: flex;
  align-self: stretch;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-self: stretch;
  position: relative;
}

.header .navigation>div {
  height: 100%;
  align-self: stretch;
  display: flex;
}

.header .navigation {
  align-items: center;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 100%;
}

.navigation>div>ul {
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.navigation>div>ul>li {
  display: flex;
  align-items: center;
  align-self: stretch;
}

.navigation>div>ul>li:not(:last-child) {
  margin-right: 30px;
}

.navigation>div>ul>li>a {
  display: block;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--secondary-font);
}

.navigation>div>ul>li>ul {
  position: absolute;
  top: 100%;
  z-index: 252;
  background: #fff;
  width: 300px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  /* transition: 1.2s linear; */
  box-shadow: 5px 8px 15px #0000001a;
  /* border: 1px solid #000; */
  list-style: none;
}

.navigation>div>ul>li>ul.sub-menu {
  display: none;
}

.navigation>div>ul>li.has-megasubmenu>a::after {
  content: "\f2f9";
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  display: inline-block;
  font-size: 18px;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
}

.navigation>div>ul>li.has-megasubmenu.megaMenuBtn>a::after {
  content: "\f2fc";
}

/* .navigation > div > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  transition: all 0.3s ease;
  visibility: visible;
} */

.navigation>div>ul>li>a:hover,
.navigation>div>ul>li>a:hover::after {
  color: #2d74ff;
}

.navigation>div>ul>li>ul>li>a,
.navigation>div>ul>li>ul>li>ul>li>a {
  /* white-space: nowrap; */
  font-size: 13px;
  padding: 5px 0;
  display: block;
}

.navigation>div>ul>li>ul>li:hover>a {
  background: #f5f5f5;
  color: #1a1a1a;
}

.navigation>div>ul>li>ul>li>a {
  padding-left: 20px;
}

.navigation>div>ul>li>ul>li>ul>li>a {
  white-space: nowrap;
  font-size: 14px;
  padding: 5px 15px;
}

.navigation>div>ul>li>a {
  height: auto;
  font-family: "Inter", sans-serif;
}

.navigation>div>ul>li {
  display: flex;
  align-items: center;
  align-self: stretch;
}

.navigation>div>ul>li>ul>li>ul.break-2 {
  column-count: 2;
}

.header-right {
  align-self: stretch;
  display: flex;
  width: 250px;
  justify-content: center;
  align-items: center;
}


.header-widget {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
  /* width: 250px; */
}

.header-widget .dropdown {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  height: 100%;
  margin-top: 25px;
  position: relative;
  cursor: pointer;
}

.header-widget span {
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-widget span i {
  font-style: normal;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.header-widget span div {
  display: flex;
  align-items: center;
}

.header-widget span div img {
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  align-items: center;
}

.header-widget span .icon-flag::after {
  content: "\f2f9";
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  color: #fff;
  margin-left: 8px;
  font-size: 16px;
}

.header-widget .dropdown .btn {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  outline: none;
  margin-top: 4px;
}

.header-widget span {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-widget .num-wrap .icon-call {
  width: 20px;
  margin-right: 6px;
  filter: none !important;
}

.header-widget .num-wrap .text {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}

.header-widget .num-wrap .text a {
  color: #fff;
}

.header-widget .dropdown-menu {
  box-shadow: 0 0 12px -6px rgba(0, 0, 0, 0.56);
  min-width: 194px;
  margin-top: -2px !important;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.header-inner .logo {
  padding: 8px 0 8px 0;
}

.header-widget .dropdown-menu li {
  border: none;
  white-space: nowrap;
  padding: 0;
}

.header-widget .dropdown-menu li>span {
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: 100%;
}

.header-widget .num-wrap .icon-flag {
  height: 18px;
  margin-left: auto;
}

/* Mega Menu */

.mega-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  background: #fff;
  /*padding: 25px;
  */
  box-shadow: 0px 4px 8px 0px #00000040;
  z-index: 999;
  max-width: 1140px;
  width: 100%;
  margin: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

/* .navigation > div > ul > li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
} */

.megaMenu-content,
.bhutanMegaMenu-content,
.tibetMegaMenu-content {
  display: none;
}

.megaMenu-content.current,
.bhutanMegaMenu-content.current,
.tibetMegaMenu-content.current {
  display: block;
}

.mega-menutabs {
  display: flex;
}

.megaMenu__data {
  flex: 6;
  padding: 15px;
}

.mega-menutabs>ul {
  margin: 0;
  padding: 0;
  padding: 8px;
  flex: 2;
  list-style: none;
}

.mega-menutabs>ul>li {
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #0d0d0d;
  cursor: pointer;
}

.megaMenu-region>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  column-count: 2;
}

.megaMenu-region>ul>li>a {
  /* white-space: nowrap; */
  font-size: 13px;
  padding: 5px;
  font-family: "Inter", sans-serif;
  display: block;
}

.megaMenu-region>ul>li>a:hover {
  /* color: #0048d6; */
  background: #f5f5f5;
}

.megaMenu-region h4,
.megaMenu-region p {
  font-size: 18px;
  font-weight: 500;
}

.megaMenu-region h4 a,
.megaMenu-region p a {
  color: #212529;
  text-decoration: none;
}

.mega-menutabs>ul>li {
  position: relative;
}

.mega-menutabs>ul>li::after {
  content: "\f2fb";
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  /* line-height: 45px; */
  position: absolute;
  right: 5px;
  top: 17px;
}

.mega-menutabs>ul>li.current,
.mega-menutabs>ul>li:hover {
  background: #f5f5f5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.navigation>div>ul>li.megaMenuBtn .mega-menu,
.navigation>div>ul>li.megaMenuBtn .sub-menu {
  visibility: visible;
  opacity: 1;
}

.mobile__menu,
.mobile-subMenu,
.subMenu-second {
  position: fixed;
  height: 100vh;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  /* padding: 6px; */
  z-index: 99999;
  overflow: auto;
}

.mobile-subMenu,
.subMenu-second {
  left: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mobile__menu {
  left: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mobile__menu.mainMobileMenu {
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.subMenu-second {
  left: 200%;
}

.showMobile__menu>.mobile-subMenu,
.showMobile__menu>.subMenu-second {
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mobile__menu>nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 35px;
}

.mobile__menu>nav ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mobile__menu>nav ul li span {
  margin-left: auto;
  font-size: 24px;
}

.mobile__menu>nav ul li a {
  font-weight: 500;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  color: #0d0d0d;
  text-decoration: none;
}

.subMenu-second h4 {
  font-size: 14px;
  padding: 6px 12px;
  margin-top: 8px;
}

.mobile__menu>nav ul li.has-submenu-second>a {
  font-size: 18px;
}

.mobile__menu>nav ul li a.backMenu {
  font-size: 17px;
}

.subMenu-second h4>a {
  font-size: 15px !important;
}

.mobile__menu>nav .companyMenu h4 {
  font-weight: 500;
  font-size: 15px;
  padding: 6px 12px;
  margin-top: 8px;
  color: #0d0d0d;
}

.mobile__menu>nav .subMenu-second ul,
.mobile__menu>nav .companyMenu ul {
  margin-top: 0;
}

.mobile__menu>nav .subMenu-second ul li,
.mobile__menu>nav .companyMenu ul li {
  padding: 0;
}

.mobile__menu>nav .subMenu-second ul li a,
.mobile__menu>nav .companyMenu ul li a {
  color: #4a4a4a;
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: 400;
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.mobile__menu>nav .subMenu-second ul li a:hover {
  background: #f5f5f5;
}

.backButton {
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background: #fff;
}

.removeMenu svg {
  width: 16px;
  height: 16px;
}

.backMenu svg {
  width: 13px;
  height: 13px;
}

.header-widget .dropdown .icon-flag::after {
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.header-widget .dropdown.show .icon-flag::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.header-widget .dropdown.show .dropdown-menu {
  display: block;
  position: absolute;
  /* width: 100%; */
  top: 100%;
  right: 0;
}

.header-widget .dropdown-menu .num-wrap .text {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.header-widget .dropdown-menu li:hover {
  background: #0000000a;
}

.header-btns {
  display: flex;
  align-items: center;
  margin: 0 0 0 35px;
  align-self: stretch;
}

.header-btns-wrap {
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
}

.header-btns-wrap ul {
  list-style: none;
  position: absolute;
  box-shadow: 5px 8px 15px #0000001a;
  top: 100%;
  z-index: 252;
  background: #fff;
  width: 460px;
  padding: 11px 0 11px 6px;
  opacity: 0;
  visibility: hidden;
}

.header-btns-wrap.has-megasubmenu.megaMenuBtn ul {
  opacity: 1;
  visibility: visible;
}

.header-btns-wrap ul li a {
  color: #000;
  font-weight: 400;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding: 6px 15px;
}

.header-btns .btn {
  padding: 11px 19px;
  min-width: fit-content;
}

.header-btns-wrap>a {
  font-size: 14px;
  border-width: 2px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

#menu-item-53424 {
  position: relative;
}

#menu-item-53424 .sub-menu {
  display: block;
  width: 500px;
  flex-wrap: wrap;
  column-count: 2;
  padding: 10px 0;
}

.megamenu-backdrop {
  /* background-color: rgba(17,17,17,.6); */
}

/* Header Ends */

/* Banner Section */

.home__banner--section {
  position: relative;
  width: 100%;
  height: calc(100vh - 96px);
  margin-top: 96px;
}

.banner__video {
  margin: 0;
  width: 100%;
  height: calc(100vh - 96px);
}

.banner--milestone {
  margin-top: 0;
  position: absolute;
  bottom: 48px;
  width: 100%;
  left: 0;
  max-width: 950px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__video video>* {
  /* height: calc(100vh - 99.5px); */
  width: 100%;
}

.banner__home--img {
  display: none;
}

.banner__home--img::before {
  content: "";
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 51.56%,
      rgba(0, 0, 0, 0.5) 71.35%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.banner__content {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 950px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  z-index: 999;
}

.banner__text {
  text-align: center;
}

.banner__text h1 {
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 2px 3px #00000070;
  margin-bottom: 14px;
}

.banner__text span {
  display: block;
  color: #fff;
  font-size: 88px;
  font-weight: 600;
  text-shadow: 1px 2px 10px #00000061;
}

.banner--three__text {
  overflow: hidden;
  height: 100px;
}

.banner--three__text span {
  height: 100%;
  line-height: 100%;
  margin-bottom: 0;
  display: block;
}

.banner--three__text span:first-child {
  animation: text-animation 100s infinite;
  -webkit-animation: text-animation 10s infinite;
}

@keyframes text-animation {
  0% {
    margin-top: 0;
  }

  10% {
    margin-top: 0;
  }

  20% {
    margin-top: -100px;
  }

  30% {
    margin-top: -100px;
  }

  40% {
    margin-top: -200px;
  }

  60% {
    margin-top: -200px;
  }

  70% {
    margin-top: 0;
  }

  80% {
    margin-top: 0;
  }

  90% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

.banner--search {
  margin-top: 25px;
}

.banner--search input {
  outline: none;
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 32px;
  height: 48px;
}

.banner--search form {
  position: relative;
}

.banner--search form span {
  position: absolute;
  right: 14px;
  top: 0;
  z-index: 999;
  font-size: 26px;
  height: 100%;
  line-height: 42px;
}

.milestone-content {
  position: relative;
  padding-left: 55px;
}

.milestone-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.milestone-content {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.milestone-content span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.banner--milestone {
  /* margin-top: 152px; */
}

.section {
  padding: 60px 0;
}

.heading-wrap {
  text-align: center;
  width: 78%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.heading-wrap h2 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 10px;
  color: #1c1c1c;
  display: inline-block;
}

.heading-wrap h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 2px;
  left: 50%;
  background: #f2b203;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.heading-wrap p {
  font-size: 15px;
  color: #3b3b3b;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.leading__cta .heading-wrap h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.leading__cta .heading-wrap h2::after {
  display: none;
}

.why__us {
  background: #f5f5f5;
}

.why__content {
  text-align: center;
}

.why__content img {
  width: 48px;
}

.why__content h3 {
  font-size: 19px;
  margin: 16px 0px 8px 0;
  color: #1c1c1c;
}

.why__content p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #3b3b3b;
}

.why__us .row {
  margin-top: 40px;
}

.btn {
  font-size: 15px;
  padding: 8px 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #2e2e2e;
  background: #f2b203;
  min-width: 227px;
  border-color: #f2b203;
}

.btn.btn-outline {
  background: transparent;
  padding: 8px 16px;
  border: 1px solid #2e2e2e;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  min-width: fit-content;
  color: #1c1c1c;
}

.btn.btn-outline:hover {
  background: #f2b203;
  border-color: #f2b203;
}

.btn--empty-white {
  color: #fff;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.btn--empty-white:hover,
.header-btns-wrap.has-megasubmenu.megaMenuBtn .btn--empty-white {
  color: #fff;
  background-color: #2d74ff;
  border-color: #2d74ff;
}

.destination__section .heading-wrap {
  text-align: left;
  margin: 0;
}

.destination__section .heading-wrap h2::after {
  left: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.destination--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px;
}

.destination--grid>div {
  grid-column: span 4;
}

/* .destination--grid > div:first-child {
  grid-column: span 5;
  grid-row: span 2;
} */

/* .destination--grid .row > .col-6:first-child .each-destination > a {
  aspect-ratio: 3/4;
}

.destination--grid .row > .col-6:first-child .each-destination > a svg {
  top: 100px;
}

.destination--grid .row > .col-6:last-child .each-destination:last-child {
  margin: 0;
}

.destination--grid .row > .col-6:last-child .each-destination {
  margin-bottom: 33px;
} */

.each-destination>a {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.destination--grid>div>a {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}

.each-destination>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.each-destination {
  position: relative;
}

.each-destination-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  /*left: 50%;
	*/
  text-align: center;
  width: 100%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* .each-destination svg,
.each-destination h3 {
} */

.each-destination h3 {
  text-align: center;

  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;

  text-shadow: 20px 20px 60px rgba(242, 241, 241, 0.35);
}

.each-destination>a::before {
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  z-index: 1;
}

.each-destination>a.scale:hover img::before,
.each-destination>a.scale:hover img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

/* .destination--grid > div:first-child a > svg {
  top: 100px;
} */

.destination__section .row {
  align-items: center;
}

/* 
.travel__style--slider .best--seller,
.travel__style--slider .best--seller a img,
.travel__style--slider .best--seller > a > div,
.travel__style--slider .best--seller > a > div:first-child::after {
  border-radius: 0;
} */

.travel__style--slider .best--seller a img {
  aspect-ratio: 3/4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.travel__style--slider .owl-nav button.owl-next {
  right: 182px;
}

.video__review .owl-nav button.owl-next {
  right: -25px;
}

.video__review .owl-nav button.owl-prev {
  left: -25px;
}

.travel__style--slider .owl-stage,
.best__seller--slider .owl-stage {
  display: flex;
}

.travel__style--slider .owl-item,
.best__seller--slider .owl-item {
  display: flex;
  flex: 1 0 auto;
  min-height: inherit;
  /* flex-direction: column; */
}

.travel__style--slider .owl-item .item,
.best__seller--slider .owl-item .item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  padding: 10px;
  padding-bottom: 30px;
}

.slick-track {
  display: flex;
}

.trip__tab--slider .slick-slide,
.best__seller--slider .slick-slide,
.travel__style--slider .slick-slide {
  display: none;
  float: left;
  height: inherit;
  min-height: 1px;
  display: flex !important;
  flex: 1 0 auto;
  min-height: inherit;
}

.trip__tab--slider .swiper-slide,
.best__seller--slider .swiper-slide,
.travel__style--slider .swiper-slide {
  width: auto;
  display: flex;
  height: auto;
  min-height: inherit;
}

.trip__tab--slider .item,
.best__seller--slider .item,
.travel__style--slider .item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  /* padding: 10px; */
  height: 100%;
}

.swiper-wrapper {
  align-items: stretch;
}

.best__seller--slider .slick-slide,
.travel__style--slider .slick-slide {
  padding-bottom: 12px;
}

.trip__tab--slider .item>div,
.best__seller--slider .item>div,
.travel__style--slider .item>div {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: stretch;
}

.best--seller h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #2e2e2e;
}

.best--seller p {
  font-size: 14px;
  color: #575757;
}

.best--seller {
  /* border: 1px solid #dfdfdf; */
  background: #fff;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
  transition: all 0.3s linear;
  /* margin-bottom: 15px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.03); */
}

.best--seller:hover {
  /* box-shadow: 0 0 4px 3px #0000000f; */
  transition: all 0.3s linear;
}

.best--seller img {
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
}

.best--seller>a>div {
  position: relative;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
}

.best--seller>a>div.best-seller-content {
  padding: 16px;
  border-radius: 0 0 16px 16px;
}

.best--seller>a>div:first-child:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 67.71%,
      rgba(0, 0, 0, 0.6) 89.06%);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
}

.best--seller>a>div p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
}

.trip__price,
.trip__date {
  position: absolute;
  bottom: 10px;
  left: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  z-index: 999;
}

/* .owl-nav {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
} */

.owl-nav {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  transition: 0.3s linear;
  height: 0;
}

.trip__tab--slider:hover .owl-nav,
.best__seller--slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
  transition: 0.3s linear;
}

.trip__tab--slider .owl-nav,
.best__seller--slider .owl-nav {
  opacity: 0;
  visibility: hidden;
}

.owl-nav button.owl-prev {
  left: 15px;
}

.owl-nav button.owl-next {
  left: auto;
  right: 100px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-nav button.owl-prev .prev-slide,
.owl-nav button.owl-next .next-slide {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-image: url("../images/icons/left-arrow-icon-new.svg");
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  box-shadow: 1px 1px 6px #00000036;
  transition: 0.3s linear;
}

.swiper-button-next,
.swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-image: url("../images/icons/left-arrow-icon-new.svg") !important;
  background-repeat: no-repeat !important;
  text-align: center;
  background-position: center !important;
  box-shadow: 1px 1px 6px #00000036;
  transition: 0.3s linear;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-next {
  background-image: url("../images/icons/right-arrow-icon-new.svg") !important;
  right: 60px !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.swiper-button-prev {
  left: 20px !important;
}

.swiper-button-next {
  right: 20px !important;
}

/* .trip__tab--slider .new__trip__card,
.best__seller--slider .new__trip__card,
.best--seller {
  margin: 10px;
} */

.trip__tab--slider .swiper-slide,
.best__seller--slider .swiper-slide,
.travel__style--slider .swiper-slide {
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  transition: 0.3s linear;
  margin: 10px 0;
  border-radius: 10px;
}

.trip__tab--slider .swiper-slide:hover,
.best__seller--slider .swiper-slide:hover,
.travel__style--slider .swiper-slide:hover {
  transform: translateY(-5px);
  transition: 0.3s linear;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  border-radius: 10px;
}

.travel__style--slider .swiper-slide {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.03);
}

.review-googlereview__slider>.item {
  display: flex;
}

.owl-nav button.owl-next .next-slide {
  background-image: url("../images/icons/right-arrow-icon-new.svg");
}

.owl-nav button.owl-prev:hover .prev-slide,
.owl-nav button.owl-next:hover .next-slide {
  background-color: #ececec;
  transition: 0.3s linear;
}

.trip__tab--slider:hover .swiper-button-prev,
.trip__tab--slider:hover .swiper-button-next,
.best__seller--slider:hover .swiper-button-prev,
.best__seller--slider:hover .swiper-button-next,
.travel__style--slider:hover .swiper-button-prev,
.travel__style--slider:hover .swiper-button-next,
.trip__tab--slider:hover .swiper-button-next,
.trip__tab--slider:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.travel__style--slider .swiper-slide {
  height: inherit;
}

.swiper-button-prev:hover,
.swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:focus {
  background-color: #ececec;
  transition: 0.3s linear;
}

.callback {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px;
  border: 1px solid #2d74ff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.callback>div {
  display: flex;
  align-items: center;
}

.callback>div>img {
  width: 96px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-right: 8px;
}

.callback__text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.callback__text p {
  font-family: "Inter", sans-serif;
  color: #575757;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.aced-slider {
  text-align: center;
}

.aced-slider p {
  margin: 0;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Number of lines to show */
  -webkit-box-orient: vertical;

  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #0d0d0d;
}

.callback .btn {
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
}

.aced-slider a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  color: #2e2e2e;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
}

.aced-slider img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.aced-slider>a:first-child:before {
  content: "\f3a8";
  font: normal normal normal 40px/1 "Material-Design-Iconic-Font";
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
}

.aced-slider>a:first-child:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.video__review {
  position: relative;
  /* margin-top: 60px; */

}

.video__review::before {
  content: "";
  background: url("../images/bg-banner.png") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.13;
}

.review-trustpilot {
  margin-top: 35px;
}

.review-trustpilot__slider,
.video__testimonials--slider,
.review-googlereview__slider {
  margin-top: 25px;
  padding-bottom: 43px;
}

.review-trustpilot__slider-wrap,
.video__testimonials--wrap {
  position: relative;
}

.review-trustpilot__slider-wrap .slick-nav,
.video__testimonials--wrap .slick-nav {
  z-index: 1;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.review-trustpilot__slider-wrap .slick-nav .slick-arrow,
.video__testimonials--wrap .slick-nav .slick-arrow {
  position: static;
  transform: none;
  width: 24px;
  margin: 0 4px;
  cursor: pointer;
}

.review-trustpilot__slider-wrap .slick-nav .slick-arrow img,
.video__testimonials--wrap .slick-nav .slick-arrow img {
  display: block;
  width: 100%;
}

.review-trustpilot__slider-wrap .slick-nav .slick-arrow.slick-disabled,
.video__testimonials--wrap .slick-nav .slick-arrow.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}

.review-trustpilot__slider .slick-list,
.review-googlereview__slider .slick-list {
  margin: 0 -4px;
}

.review-trustpilot__slider .slick-slide,
.video__testimonials--slider .slick-slide,
.review-googlereview__slider .slick-slide {
  /* padding: 0 4px; */
  margin-right: 20px;
}

.review-trustpilot .c-card {
  padding: 20px 20px 25px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.review-trustpilot .c-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.review-trustpilot .c-card__stars {
  max-width: 122px;
}

.review-trustpilot .c-card__ago {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 700;
}

.review-trustpilot .c-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  line-height: 24px;
}

.review-trustpilot .c-card p {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 12px;
}

.review-trustpilot .c-card__author {
  font-size: 13px;
  font-weight: 800;
  margin-top: 12px;
}

.review-tripadvisor {
  margin-bottom: 46px;
  margin-top: 10px;
}

.review-tripadvisor__header {
  margin-bottom: 0;
}

.review-tripadvisor__num {
  font-size: 13px;
  font-weight: 500;
}

.review-tripadvisor__num strong {
  font-weight: 800;
}

.review-tripadvisor__item {
  display: flex;
  padding: 38px 118px 36px 36px;
  border: 1px solid #dfdfdf;
}

@media (max-width: 991px) {
  .review-tripadvisor__item {
    padding: 20px 90px 20px 20px;
  }
}

@media (max-width: 767px) {
  .review-tripadvisor__item {
    padding: 20px 40px 20px 20px;
  }
}

.review-tripadvisor__item:not(:last-child) {
  margin-bottom: 14px;
}

.review-tripadvisor__item-icon {
  flex: 0 0 41px;
}

.review-tripadvisor__item-text {
  flex: auto;
}

.review-tripadvisor__author {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1px;
}

.review-tripadvisor__ago {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 700;
}

.review-tripadvisor__stars {
  display: block;
  margin: 16px 0;
}

.review-tripadvisor__title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
}

.review-tripadvisor p {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.review-google {
  overflow: hidden;
}

.review-google__header {
  margin-bottom: 24px;
}

.review-google .heading-md {
  font-weight: 800;
  margin-bottom: 0;
}

.review-google__score {
  display: flex;
  align-items: center;
}

.review-google__score-average {
  color: #ff8c22;
  font-size: 25px;
  font-weight: 800;
  margin-right: 6px;
}

.review-google__score-stars {
  display: flex;
  margin-right: 11px;
}

.review-google__score-stars img {
  display: block;
  width: 20px;
}

.review-google__score-stars img:not(:last-child) {
  margin-right: 5px;
}

.review-google__score-num {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 800;
}

.review-google__slider,
.review-ta-logo__slider {
  max-width: calc(100% - 223px);
}

.review-ta-logo__slider {
  max-width: calc(100% + 320px);
}

.review-ta-logo__slider-wrap .slick-nav {
  position: absolute;
  right: 0;
  z-index: 9;
  top: -38px;
}

.slick-nav .slick-disabled {
  opacity: 0.28;
  cursor: default;
}

.tc-logo {
  margin-left: 5px;
}

.tc-logo:first-child {
  margin-bottom: 5px;
}

.trip-adv-display {
  position: relative;
  padding-left: 320px;
}

.trip-adv-display .ta-review-wrap {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .review-google__slider {
    max-width: calc(100% - 120px);
  }

  .trip-adv-display {
    padding-left: 0;
  }

  .trip-adv-display .ta-review-wrap {
    position: static;
  }
}

@media (max-width: 567px) {
  .review-google__slider {
    max-width: calc(100% - 80px);
  }
}

.review-google__slider-wrap,
review-ta-logo__slider-wrap {
  position: relative;
}

.review-google__slider-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background: linear-gradient(to right, transparent, #fff);
}

@media (max-width: 767px) {

  .review-google__slider-wrap::after,
  .review-ta-logo__slider-wrap::after {
    width: 65px;
  }
}

.review-google__slider-wrap .slick-nav {
  z-index: 1;
  display: flex;
  position: absolute;
  bottom: calc(100% + 62px);
  right: 0;
}

.review-google__slider-wrap .slick-nav .slick-arrow {
  position: static;
  transform: none;
  width: 24px;
  cursor: pointer;
}

.review-google__slider-wrap .slick-nav .slick-arrow img {
  display: block;
  width: 100%;
}

.review-google__slider-wrap .slick-nav .slick-arrow.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}

.review-google__slider-wrap .slick-nav .slick-arrow.prev {
  margin-right: 8px;
}

.review-google__slider .slick-list {
  margin: 0 -4.5px;
  overflow: visible;
}

.review-google__slider .slick-slide {
  padding: 0 4.5px;
}

.review-google .c-card {
  position: relative;
  padding: 27px 45px 22px 22px;
  background-color: #f9f9f9;
}

.review-google .c-card__logo {
  position: absolute;
  top: 27px;
  right: 18px;
  width: 21px;
}

.review-google .c-card__author {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}

.review-google .c-card__author-pic {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
}

.review-google .c-card__author-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.review-google .c-card__author-text {
  flex: auto;
}

.review-google .c-card__author-name,
.review-google .c-card__author-ago {
  letter-spacing: -0.03em;
}

.review-google .c-card__author-name {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 1px;
}

.review-google .c-card__author-ago {
  color: #8d8d8d;
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.review-google .c-card__stars {
  display: flex;
  margin-bottom: 7px;
}

.review-google .c-card__stars img {
  display: block;
  width: 15px;
}

.review-google .c-card__stars img:not(:last-child) {
  margin-right: 4px;
}

.review-google .c-card p {
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.review-google .c-card p:last-child {
  margin-bottom: 0;
}

.review-tripadvisor__user img {
  width: 40px !important;
  height: 40px;
  object-fit: cover;
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 100%;
}

.review-tripadvisor__items .item {
  margin: 0 20px 0 0;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.review-tripadvisor__user svg,
.review-stars svg {
  width: 17px;
  height: 17px;
  margin-right: 0;
}

.review-google-facebook {
  background: #00000008;
  padding: 30px 0 30px 0;
}

.review-google-facebook .col-md-6:nth-child(2n + 1) .review-google__header {
  border-right: 1px solid #00000014;
}

.review-google-facebook .review-google__score {
  justify-content: center;
  margin-bottom: 0;
}

.review-google-facebook .review-google__score-stars svg {
  display: block;
  width: 20px;
  height: 20px;
}

.review-google-facebook .review-google__score-stars svg path {
  fill: rgb(252, 191, 2);
}

.review-stars {
  margin-bottom: 15px;
}

.review-stars svg path {
  fill: rgba(0, 182, 123, 1);
}

.review-google-facebook .review-google .heading-md,
.review-google-facebook .review-google__header h3 {
  text-align: center;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.review-tripadvisor__user svg path {
  fill: rgb(252, 191, 2) !important;
}

.review-tripadvisor__user {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.review-post-on {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 600;
}

.review-post-on span {
  display: block;
  opacity: 0.45;
  margin-bottom: 8px;
}

.review-post-on img {
  width: 140px;
}

.review-tripadvisor .slick-nav {
  display: flex;
  justify-content: center;
}

.review-tripadvisor .slick-nav>div {
  margin-right: 8px;
  cursor: pointer;
}

.review-tripadvisor__items .slick-track,
.review-google__slider .slick-track,
.review-tripadvisor__items .slick-track,
.review-googlereview__slider .slick-track,
.review-trustpilot__slider .slick-track {
  display: flex !important;
}

.review-tripadvisor__items .item,
.review-google__slider .item,
.review-trustpilot__slider .slick-slide,
.review-googlereview__slider .slick-slide {
  height: inherit;
}

.review-tripadvisor .slick-nav {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.review-tripadvisor__comment,
.c-card__body {
  font-size: 15px;
  line-height: 24px;
  color: #3b3b3b;
}

.review-tripadvisor>div>div#CDSWIDSSP {
  margin: auto !important;
  margin-bottom: 15px !important;
  width: auto !important;
}

.trustpilot-widget {
  text-align: center;
}

.review-google .c-card,
.review-trustpilot .c-card {
  height: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.tripadvisor-custom {
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
}

.tripadvisor-custom a {
  font-size: 15px;
  text-decoration: underline;
  color: #3b3b3b;
}

.mt-20 {
  margin-top: 20px;
}

.bg-black {
  background-color: #1c1c1c !important;
  padding: 50px 0;
}

.bg-black .heading-wrap h2 {
  color: #fff;
}

.bg-black .heading-wrap p {
  color: #dedede;
}

.trekking__region--slider .scale {
  aspect-ratio: 1/1;
  background: #111;
}

.region-slide {
  position: relative;
}

.region-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 67.71%,
      rgba(0, 0, 0, 0.6) 89.06%);
  width: 100%;
  height: 100%;
}

.region-slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.overlay-region {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  z-index: 999;
}

.trip__count {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
}

.overlay-region span,
.each-destination-overlay span,
.trip__count {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0px 8px;
  background: #f4bf2e;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #2e2e2e;
  min-width: 68px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.each-destination-overlay span {
  margin-bottom: 5px;
}

.overlay-region h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.overlay-region h3 a {
  color: #fff;
}

.homefaq {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.homefaq .accordion {
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 24px;
}

.homefaq .accordion__item-title {
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
  cursor: pointer;
  margin: 0;
}

.dropdown-toggle::after {
  display: none;
}

.accordion__item-header {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.accordion__item:first-child .accordion__item-header {
  padding-top: 0;
}

.accordion__item:last-child .accordion__item-header {
  padding-bottom: 0;
  border: none;
}

.accordion__item-body {
  padding-top: 16px;
}

.accordion__item-body p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #575757;
  font-weight: 500;
  line-height: 24px;
}

.accordion__item-body p a {
  color: #0048d6;
}

.accordion__item-header {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.accordion__item-header::after {
  content: "\f2f9";
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  color: #949494;
  margin-left: auto;
  font-size: 30px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.accordion__item.active .accordion__item-header::after {
  content: "\f2fc";
}

.custsupport {
  z-index: 1;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 24px 50px;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1200px) {
  .custsupport {
    padding: 50px;
  }
}

.custsupport__section {
  padding: 0;
}

.custsupport__bg-wave,
.custsupport__bg-mapbg {
  z-index: -1;
  position: absolute;
}

.custsupport__bg-wave {
  top: 0;
  left: 44px;
  width: 1123px;
}

.custsupport__bg-mapbg {
  top: 30px;
  right: 145px;
}

@media (max-width: 567px) {
  .custsupport {
    padding: 20px;
    box-shadow: none;
    border: 1px solid #0000001f;
    border-radius: 4px;
  }

  .custsupport__bg-mapbg {
    bottom: 0;
    right: 0;
    top: auto;
  }
}

.custsupport__title {
  margin-bottom: 11px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #0d0d0d;
}

.custsupport__desc {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4a4a4a;
}

.custsupport__contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custsupport__contact-icon {
  width: 32px;
  margin-right: 13px;
}

.custsupport__contact-num {
  font-size: 19px;
  font-weight: 900;
  margin-right: 17px;
}

.custsupport__contact-flag {
  width: 12px;
}

.custsupport__btn {
  min-width: 191px;
  margin-top: 24px;
}

.custsupport__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .custsupport__row {
    flex-flow: column;
  }
}

.custsupport__col--text,
.custsupport__col--profiles {
  min-width: 0px;
}

.custsupport__col--text {
  width: 525px;
  text-align: center;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .custsupport__col--text {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.custsupport__profile {
  text-align: center;
}

.custsupport__col--profiles {
  padding: 0 6.5px;
  max-width: 275px;
}

.custsupport__col--profiles .custsupport__profile-item {
  height: 64px !important;
  width: 64px !important;
}

.custsupport__profile {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custsupport__profile-item:nth-child(2),
.custsupport__profile-item:nth-child(4) {
  z-index: 1;
}

.custsupport__profile-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.custsupport__profile-item--lg {
  z-index: 3;
  width: 147px;
  height: 147px;
  border-width: 8px;
}

.custsupport__col--text {
  width: 440px;
  text-align: center;
  padding-right: 20px;
}

/* .custsupport__col--profiles {
  padding: 0 6.5px;
  max-width: 370px;
} */

.custsupport__profile .owl-item.center>div {
  cursor: auto;
  margin: 0;
}

.owl-item.center .custsupport__profile-item {
  transform: scale(1.5);
  margin-left: -7px !important;
  transition: all 0.3s ease-in-out;
}

.speaktoexpert__person-name {
  display: inline-block;
}

.speaktoexpert__person-name,
.speaktoexpert__person-country span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 4px;
}

.speaktoexpert__subtitle .ctype {
  font-family: "Inter", sans-serif;
  display: inline-block;
  font-size: 16px;
  color: #4a4a4a;
}

.speaktoexpert__subtitle a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #2e2e2e;
}

#speakerCountry img {
  height: 16px;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.blog-header h2 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  color: #0d0d0d;
  margin: 0;
  display: inline-block;
}

.blog__section .btn {
  min-width: fit-content;
  padding: 8px 24px;
}

.blog__container {
  position: relative;
}

.blog__container>a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog__container>a img {
  aspect-ratio: 8/5;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.blog__container>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 33.33%,
      rgba(0, 0, 0, 0.75) 76.04%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.blog__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  z-index: 999;
}

.blog__overlay h3,
.listing__blog h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.listing__blog h3 a {
  color: #2e2e2e;
}

.blog__overlay h3 a,
.blog__overlay a {
  color: #fff;
}

.blog__overlay span,
.listing__blog span {
  padding: 4px 16px;

  background: #ebebeb;
  border-radius: 12px;

  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #3b3b3b;
}

.blog__overlay span a {
  color: #3b3b3b;
}

/* .blog__overlay span:first-child,
.listing__blog span:first-child {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #eee;
} */

.listing__blog span:first-child {
  border-color: #3b3b3b;
}

.listing__blog span,
.listing__blog span a {
  color: #3b3b3b;
}

.list__blog>div {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}

.list__blog>div>a {
  display: block;
  width: 100%;
  height: 100%;
  flex: 0 1 31%;
}

.listing__blog {
  flex: 0 0 69%;
  margin-left: 15px;
}

.list__blog>div>a img {
  aspect-ratio: 8/5;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* Footer */

.footer {
  position: relative;
  margin-top: -74px;
}

.footer__art {
  position: relative;
  background-color: #f7f7f7;
  margin-bottom: -1px;
}

.footer__art {
  position: relative;
  margin-bottom: -1px;
  background: none;
}

.footer__art::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 646px;
  background: linear-gradient(to bottom,
      transparent,
      rgba(253, 164, 60, 0.37) 60%);
}

.footer__art img {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
}

.footer__top,
.footer__thirdparty,
.footer__mid,
.footer__bot {
  z-index: 1;
  position: relative;
  color: #fff;
  background-color: #232930;
}

.footer__top {
  padding: 22px 0 43px;
}

.footer__top-row {
  display: flex;
  margin-left: -18px;
  margin-right: -18px;
}

@media (max-width: 991px) {
  .footer__top-row {
    flex-wrap: wrap;
  }
}

.footer__top-col {
  flex: 1;
  padding-left: 18px;
  padding-right: 18px;
}

@media (max-width: 991px) {
  .footer__top-col {
    margin-bottom: 20px;
  }

  .footer__top-col:first-child {
    flex: 0 0 100%;
  }
}

@media (max-width: 991px) {
  .footer__top-col:not(:first-child) {
    flex: 0 0 50%;
  }
}

.footer__top-title {
  font-size: 17px;
  font-weight: 500;
  /* letter-spacing: -0.02em; */
  margin-bottom: 13px;
}

.footer__top-logo {
  width: 176px;
  margin-bottom: 6px;
  margin-left: -9px;
  mix-blend-mode: lighten;
}

@media (max-width: 567px) {
  .footer__top-logo {
    width: 140px;
  }
}

.footer__top-logo-wrap {
  display: flex;
  flex-flow: column;
}

.footer__top-logosub {
  width: 220px;
}

@media (max-width: 567px) {
  .footer__top-logosub {
    width: 190px;
  }
}

.footer__top-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.footer__top-list li {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
}

@media (max-width: 567px) {
  .footer__top-list li {
    font-size: 14px;
    line-height: 26px;
  }
}

.footer__thirdparty {
  padding-bottom: 28px;
}

.footer__thirdparty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .footer__thirdparty-row {
    flex-flow: column;
  }

  .footer__thirdparty-row>*:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer__thirdparty-row {
    align-items: flex-start;
  }
}

.footer__recommended {
  display: flex;
  align-items: baseline;
}

@media (max-width: 767px) {
  .footer__recommended {
    flex-wrap: wrap;
    width: 100%;
  }
}

.footer__recommended-title {
  margin-right: 22px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer__recommended-title {
    flex: 0 0 100%;
    margin-right: 0;
  }
}

.footer__recommended-media {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .footer__recommended-media {
    flex-wrap: wrap;
    overflow-x: auto;
    white-space: nowrap;
    display: inline-block;
    margin-top: 9px;
    scrollbar-width: none;
    padding-bottom: 10px;
  }
}

.footer__recommended-media>*:not(:last-child) {
  margin-right: 18px;
}

@media (max-width: 767px) {
  .footer__recommended-media>*:not(:last-child) {
    margin-bottom: 5px;
  }
}

.footer__recommended-media img {
  width: auto;
  max-height: 37px;
}

.footer__social {
  display: flex;
  align-items: center;
}

.footer__social-title {
  margin-bottom: 0;
  margin-right: 11px;
}

.footer__social-media {
  display: flex;
  align-items: center;
}

.footer__social-media a {
  display: block;
  width: 31px;
}

.footer__social-media a:not(:last-child) {
  margin-right: 8.7px;
}

.footer__social-media a img {
  display: block;
  width: 100%;
}

.footer__mid {
  padding-bottom: 32px;
}

.footer__mid-row {
  display: flex;
  flex-wrap: wrap;
}

.blackFriday__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 10px;
  padding: 7px 15px;
  font-size: 13px;
  line-height: 1.8;
  border: 1px solid rgb(217, 38, 68);
  z-index: 1;
  background: linear-gradient(to right, rgb(217, 30, 37), rgb(190, 14, 50));
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 10px;

  animation: wobbleScale 5s ease-in-out infinite;
}

@keyframes wobbleScale {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(0.95);
  }

  75% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  .footer__mid-row {
    flex-wrap: wrap;
  }
}

.footer__mid-col {
  flex: 1;
  padding: 47px 39px 25px;
  border: 1px solid #545454;
}

.footer__mid-col h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.emergency-contact {
  color: #f5bd52;
}

@media (max-width: 1200px) {
  .footer__mid-col {
    padding: 30px;
  }

  .video__review .owl-nav button.owl-prev {
    left: 0;
  }

  .video__review .owl-nav button.owl-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .footer__mid-col {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .footer__mid-col:not(:last-child) {
    border-right: 0;
  }
}

@media (max-width: 991px) {
  .footer__mid-col--loc {
    flex: 0 0 50%;
  }
}

@media (max-width: 991px) and (min-width: 568px) {
  .footer__mid-col--loc+.footer__mid-col--loc {
    border-left: 0;
  }
}

@media (max-width: 567px) {
  .footer__mid-col--loc {
    flex: 0 0 100%;
  }
}

.footer__mid-col--award {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
}

@media (max-width: 991px) {
  .footer__mid-col--award {
    flex: 0 0 100%;
  }
}

.footer__mid-col--award img {
  width: 200px;
  max-width: 100%;
}

.footer__member {
  display: flex;
}

.footer__member+.footer__member {
  margin-top: 42px;
}

.emergency-contact {
  margin-top: 13px;
  font-size: 13px;
  font-weight: 400;
}

.emergency-contact {
  font-size: 14px;
  border-top: 1px solid #ffffff21;
  width: 100%;
  padding-top: 14px;
  margin-top: 24px;
  align-items: center;
}

.emergency-contact a {
  font-weight: 800;
}

@media (max-width: 767px) {
  .footer__member+.footer__member {
    margin-top: 20px;
  }
}

.footer__member-pic {
  width: 50px;
}

.footer__member-pic-member {
  position: relative;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #f3f3f3;
}

@media (max-width: 767px) {
  .footer__member-pic-member {
    width: 50px;
    height: 50px;
    border-width: 2px;
  }
}

.footer__member-pic-member+.footer__member-pic-member {
  z-index: -1;
  margin-top: -11px;
}

.footer__member-loc {
  /*color: #f5bd52;*/
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.footer__member-text {
  display: flex;
  flex-wrap: wrap;
}

.footer__member-loc {
  flex: 0 0 100%;
  margin-bottom: 0px;
}

.footer__member-text .btn {
  font-size: 10px;
  font-weight: 900;
  padding: 1.5px 6px;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: #2d74ff;
  border-color: #2d74ff;
  color: #fff;

  min-width: fit-content;
}

.footer__member-pic+.footer__member-text {
  padding-left: 24px;
}

@media (max-width: 767px) {
  .footer__member-pic+.footer__member-text {
    padding-left: 12px;
  }
}

.footer__member-loctitle {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.footer__member-title {
  font-size: 16px;
  font-weight: 500;
}

.footer__member-contact-item {
  position: relative;
  color: #fff;
  padding-left: 8px;
}

.whatsapp-icon {
  display: block;
  align-self: center;
}

.whatsapp-icon img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-left: 5px;
  text-decoration: none;
  vertical-align: top;
  margin-top: 0;
}

.footer__member-contact-item:not(:last-child) {
  margin-bottom: 12px;
}

.footer__member-contact-item a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.64;
  white-space: nowrap;
}

.footer__member-contact-item a:hover {
  opacity: 1;
}

.footer__member-contact-item a:not(:last-child) {
  margin-bottom: 7px;
}

.footer__member-contact-icon {
  position: absolute;
  top: 5px;
  left: 0;
  width: 21px;
}

.footer__bot {
  padding-bottom: 30px;
}

.footer__bot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.travel--life__icon {
  position: fixed;
  left: 0;
  bottom: 4px;
  z-index: 999;
  padding: 10px;
}

/* .travel--life__icon {
  position: absolute;
  right: 0;
  top: 104px;
  z-index: 999;
  padding: 10px;
  background: #e4e1d9;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
} */

.travel--life__icon img {
  height: 56px;
}

@media (max-width: 767px) {
  .travel--life__icon {
    display: none;
  }

  .footer__bot-row {
    flex-flow: column;
  }

  .footer__bot-row>*:not(:last-child) {
    margin-bottom: 20px;
  }

  .travel--life__icon img {
    height: 50px;
  }

  /* .travel--life__icon {
    right: auto;
    left: 50%;
    top: 104px;
    z-index: 999;
    padding: 10px;
    background: #e4e1d9;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  } */
}

.footer__copyright p {
  opacity: 0.68;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}

.footer__acceptcard {
  display: flex;
  align-items: center;
}

.footer__acceptcard-title {
  margin-right: 13px;
  margin-bottom: 0;
  opacity: 0.68;
}

.footer__acceptcard img {
  display: block;
  height: 26px;
}

.footer__acceptcard img:not(:last-child) {
  margin-right: 12px;
}

.footer__recommended-media img {
  width: auto;
  max-height: 30px;
}

.social-btn {
  height: 35px;
  width: 35px !important;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
}

.social-btn:hover {
  color: #fff;
  opacity: 0.75;
}

.social-btn.fb {
  background: #3e82c7;
}

.social-btn.fbgroup {
  background: #0367e0;
  padding: 4px;
  line-height: 23px;
}

.social-btn.twitter {
  background: #00acee;
}

.social-btn.instagram {
  background: #3f729b;
}

.social-btn.youtube {
  background: #ff0000;
}

.social-btn.tiktok {
  background: #ff0050;
}

.representatives {
  display: flex;
  flex-wrap: wrap;
}

.representatives>div {
  flex: 0 0 50%;
  margin: 0 !important;
  padding: 0 15px 20px 0;
}

.speak-to-us {
  flex: 2;
}

.footer__mid-col {
  padding: 47px 29px 22px;
}

.footer__member-pic+.footer__member-text {
  padding-left: 15px;
}

.footer__mid-col--award {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
}

.ctanews__section form {
  display: grid;
  margin: auto !important;
  max-width: 760px !important;
  grid-template-columns: repeat(3, 1fr);
}

.ctanews__section form .gform_body {
  grid-column: span 2;
}

.ctanews__section form ul {
  position: relative;
  display: flex !important;
  width: 100%;
}

.ctanews__section form label {
  display: none !important;
}

.ctanews__section form .gform_footer {
  width: auto !important;
  margin-right: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ctanews__section form input {
  color: #000 !important;
  width: 100% !important;
  padding: 12px 52px 12px 20px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  height: 52px !important;
  background: #fff !important;
  margin-top: 0 !important;
  border: none;
}

.map__elevation .heading {
  margin-bottom: 10px;
}

.ctanews__section form ul li {
  flex: 1 1 33.333%;
  margin: 0 !important;
}

.ctanews__section .gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}

.ctanews__section form .gform_footer input {
  margin-right: 0 !important;
  padding-right: 30px !important;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  font-weight: 900;
  padding: 15px 30px !important;
  color: #fff !important;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  text-transform: uppercase;
  background: #2d74ff !important;
  border-color: #2d74ff;
  text-decoration: none !important;
}

.ctanews {
  z-index: 1;
  position: relative;
  text-align: center;
}

.ctanews__section {
  color: #fff;
  background-color: #000;
  padding: 24px 0 30px;
  overflow: hidden;
  position: relative;
}

.ctanews__bg-wave,
.ctanews__bg-img {
  position: absolute;
}

.ctanews__bg-wave {
  bottom: 0;
  left: 95px;
  width: 777px;
}

.ctanews__bg-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.24;
}

.ctanews__title {
  margin-bottom: 20px;
  font-size: 24px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.ctanews__form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 764px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 567px) {
  .ctanews__form {
    height: auto;
    flex-flow: column;
    align-items: flex-start;
  }
}

.ctanews__form-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 21px;
}

.ctanews__form input,
.ctanews__form button {
  height: 52px;
}

.ctanews__form input:not([type="submit"]) {
  color: #000;
  width: 100%;
  padding: 12px 52px;
  font-size: 15px;
  font-weight: 800;
}

.ctanews__form input:not([type="submit"])::placeholder {
  color: #9d9d9d;
  opacity: 1;
}

.ctanews__form button[type="submit"] {
  text-transform: uppercase;
  min-width: 158px;
}

.associated__section {
  padding: 28px 0;
  position: relative;
  z-index: 999;
}

.associated__title {
  margin-bottom: 25px;
  font-size: 24px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.associated__slider .slick-track {
  display: flex;
  align-items: center;
}

.associated__slider .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}

.associated__slider .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 5px;
  height: 80px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.associated__slider .slick-slide img {
  max-width: 100%;
  max-height: 64px;
}

.insta__section {
  padding: 54px 0 0;
  position: relative;
  z-index: 11;
}

.associated {
  max-width: 1084px;
  margin: 0 auto;
}

@media (max-width: 567px) {
  .insta__section {
    padding-bottom: 54px;
  }
}

.insta__title {
  font-weight: 300;
  margin-bottom: 32px;
  padding-left: 45px;
}

.insta__title .icon {
  width: 34px;
  margin-right: 18px;
}

.insta__row {
  margin: -6px;
}

.insta__col {
  padding: 6px;
  flex: 0 0 16.66667%;
}

@media (max-width: 991px) {
  .insta__col {
    flex: 0 0 25%;
  }
}

@media (max-width: 567px) {
  .insta__col {
    flex: 0 0 33.33333%;
  }
}

.insta-img {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 243px;
}

@media (max-width: 991px) {
  .insta-img {
    height: 180px;
  }
}

@media (max-width: 567px) {
  .insta-img {
    height: 140px;
  }
}

.footer__top-list ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.footer__top-list li a {
  color: #7f8e9e;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
}

@media (max-width: 567px) {
  .footer__top-list li {
    font-size: 14px;
    line-height: 26px;
  }
}

.footer .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1388px;
  padding: 0 20px;
}

.footer__member-contact-item {
  position: relative;
  color: #fff;
  padding-left: 8px;
}

.footer__mid-col--mainloc .footer__member-contact-item {
  padding-left: 30px;
}

.footer__mid-col--mainloc .footer__member-contact-item {
  padding-left: 30px;
}

.footer__mid-col--mainloc .footer__member-contact-icon {
  top: 5px;
}

.header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.trip__month.bg-black {
  margin-top: 50px;
}

.burgerMenu,
.call__header {
  display: none;
  margin-left: 15px;
  vertical-align: middle;
}

.call__header img,
.call__header svg {
  width: 30px;
  height: 30px;
}

.milestone-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 24px;
}

.custsupport__profile .owl-item.active.center {
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .footer__mid-col--award {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .footer__mid-col--award {
    flex: 0 0 100%;
  }
}

@media (max-width: 1250px) {
  .footer__mid-col--loc {
    order: 3;
    flex: 0 0 100%;
    border-right: 1px solid #545454 !important;
  }
}

@media (max-width: 1332px) {
  .footer__member-pic-member {
    width: 46px;
    min-width: 46px;
    height: 46px;
  }
}

@media (max-width: 1300px) {
  .representatives .footer__member-title {
    font-size: 14px;
    display: inline-block;
    line-height: inherit;
  }
}

@media (max-width: 1300px) {
  .footer__member-contact {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
  }
}

@media (max-width: 1300px) {
  .representatives .footer__member-contact-item a {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .representatives>div {
    flex: 0 0 100%;
  }
}

.disNone {
  display: none;
  position: relative;
}

.disNone>a {
  width: 100%;
}

.scale>div,
.scale {
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.scale img {
  transition: all 0.3s ease-out;
}

.best--seller:hover .scale img,
.blog__container:hover .scale img,
.scale:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.item__pricing,
.trip__date {
  display: none;
}

.item__pricing {
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
}

.video__review::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #fff);
}

.destination-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dest-flex-main {
  overflow: hidden;
}

@media (min-width: 1201px) {
  .dest-flex-side {
    flex: 0 0 300px;
    margin-right: 65px;
  }

  .dest-flex-main {
    flex: 0 0 calc(100% - 366px);
  }
}

.custsupport__profile .owl-item>div {
  cursor: pointer;
  transition: margin 0.4s ease;
}

.custsupport__profile .owl-item.center>div {
  cursor: auto;
  margin: 0;
}

.custsupport__profile .owl-item:not(.center)>div:hover {
  opacity: 0.75;
}

.custsupport__profile-item {
  width: 60px !important;
  height: 60px;
}

.owl-item.center {
  position: relative;
  z-index: 9;
}

.custsupport__profile .owl-stage-outer {
  padding: 25px 0;
  padding-left: 3px;
}

.custsupport__profile .owl-stage {
  display: flex;
}

.custsupport__profile {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custsupport__profile-item {
  width: 100px;
  height: 100px;
  border: 4px solid #f3f3f3;
  margin: 0 -6.5px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .custsupport__profile-item {
    width: 90px;
    height: 90px;
    margin: 0 -8px;
  }
}

@media (max-width: 567px) {
  .custsupport__profile-item {
    width: 65px;
    height: 65px;
    margin: 0 -10px;
    border-width: 3px;
  }
}

.custsupport__profile-item:nth-child(2),
.custsupport__profile-item:nth-child(4) {
  z-index: 1;
}

.custsupport__profile-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.custsupport__profile-item--lg {
  z-index: 3;
  width: 147px;
  height: 147px;
  border-width: 8px;
}

@media (max-width: 1200px) {
  .custsupport__profile-item--lg {
    width: 135px;
    height: 135px;
  }
}

@media (max-width: 567px) {
  .custsupport__profile-item--lg {
    width: 90px;
    height: 90px;
    border-width: 5px;
  }
}

.tripdetails__side .custsupport__profile-item {
  width: 60px;
  height: 60px;
  border-width: 4px;
}

.speaktoexpert {
  overflow: hidden;
  z-index: 1;
  position: relative;
  text-align: center;
}

.readmore-text {
  height: 75px;
  overflow: hidden;
}

.read-more {
  font-size: 15px;
  color: #0459ff;
}

.speaktoexpert__bg {
  z-index: -1;
  position: absolute;
  top: 51px;
  left: 0;
  /* transform: translateX(-50%); */
  width: 100%;
}

.speaktoexpert__bg img {
  width: 300px;
}

.speaktoexpert__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.speaktoexpert__person-name {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.speaktoexpert__person-country {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
}

.speaktoexpert__person-country img {
  width: 11px;
  vertical-align: middle;
  display: inline-block;
}

.speaktoexpert__subtitle {
  font-size: 16px;
  margin-top: 10px;
}

.speaktoexpert__subtitle h4 {
  display: inline-block;
  font-size: 14px;
  color: #4a4a4a;
}

.speaktoexpert__subtitle a {
  color: #111;
  font-weight: 700;
}

/* li.megaMenuBtn span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
} */

.form-autocomplete-section {
  padding: 25px;
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.13);
  border-radius: 9px;
  height: 571px;
  overflow: auto;
}

.searchBy:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.searchBy h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.searchBy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.searchBy ul li {
  padding: 5px 0;
}

.searchBy ul li a {
  font-size: 14px;
  display: block;
}

.searchBy ul li a:hover {
  color: #0048d6;
}

.searchBy ul li {
  display: flex;
  align-items: center;
}

.searchBy ul li img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  object-fit: cover;
}

.searchBy ul li div {
  flex: 2;
}

.searchBy ul li p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.best__seller2.top__ten.section {
  padding: 0;
}

.why__us .col-md-4 {
  margin-bottom: 20px;
}

.slick-nav.desktop__nav {
  display: flex;
}

.slick-nav.mobile__nav {
  display: none;
}

.tab-content {
  display: none;
}

/* Trip Tabs */

.trip__tabs ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  gap: 24px;
  list-style: none;
}

.trip__tabs ul li {
  padding: 8px;
  color: #4a4a4a;
}

.trip__tabs ul li.active {
  color: #0d0d0d;
  font-weight: 600;
  border-bottom: 4px solid #0d0d0d;
}

.trip__tabs ul li.active[data-tab="tab-0"] svg path {
  fill: #f59e0b;
}

.trip__tabs ul li.active[data-tab="tab-1"] svg path {
  fill: #7c3aed;
}

.trip__tabs ul li.active[data-tab="tab-2"] svg path {
  fill: #2d74ff;
}

.trip__tabs ul li.active[data-tab="tab-3"] svg path {
  fill: #2e7d32;
}

.trip__tabs ul li[data-tab="tab-2"] svg {
  width: 35px;
}

.trip__tabs ul li.active[data-tab="tab-4"] svg path {
  fill: #d97706;
}

.trip__tabs ul li a {
  display: flex;
  font-size: 16px;
  align-items: center;
  gap: 8px;
}

.new__trip__card {
  display: block;
  height: 100%;
  width: 100%;
  transition: 0.3s linear;
  /* box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px -2px; */
  border-radius: 10px;
}

.schedule__call--btn {
  width: 100%;
  background: #f2b203;
  text-align: center;
  padding: 10px 8px;
  border: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #0d0d0d;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.new__trip__card>div {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
}

.new__trip__card>div>div.travellerRelative {
  position: relative;
}

.new__trip__card>div>div>img.travellerChoiceImg,
.new__trip__card>div img.travellerChoiceImg {
  position: absolute;
  left: 10px;
  bottom: 10px;
  aspect-ratio: auto;
  width: auto;
  height: 40px;
  padding: 8px 7px;
  background: #fff;
  border-radius: 5px !important;
  object-fit: contain;
}

.trip__offer {
  position: absolute;
  left: 14px;
  top: 14px;
  font-family: "Inter", sans-serif;
  padding: 4px 16px;
  border-radius: 16px;
  background: #ff2c2c;
  border: 1px solid #ff8585;
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  padding-left: 10px;
  color: #ffffff;
  animation: wobbleScale 5s ease-in-out infinite;
}

.popular__options .new__trip__card>div img {
  border-radius: 10px 10px 0 0;
}

@keyframes wobbleScale {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(0.95);
  }

  75% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.trip__offer>span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.trip__offer[data-difficulty] {
  background: #3ea3db;
  border-radius: 12px;
  font-weight: 400;
  border: none;
  font-size: 14px;
  padding: 0 16px;
  padding-left: 14px;
  line-height: 24px;
  animation: none;
}

.trip__offer[data-difficulty="comfort"] {
  background: #3bb273;
}

.trip__offer[data-difficulty="luxury"] {
  background: #f4bf2e;
  color: #111;
}

.new__trip__cat {
  position: absolute;
  left: 10px;
  top: 10px;
  font-family: "Inter", sans-serif;
  padding: 4px 16px;
  border-radius: 16px;
  font-size: 12px;
  background: #fff;
  line-height: 16px;
  box-shadow: 20px 20px 60px 9px #f2f1f159;

  color: #2e2e2e;
}

.new__trip__card>div img {
  aspect-ratio: 3/2;
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new__trip__content {
  padding: 16px;
}

.new__trip__content .new__trip__price {
  margin-top: 12px;
  padding-top: 12px;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #575757;
}

.new__trip__content .new__trip__price span {
  font-weight: 500;
  color: #1c1c1c;
}

.new__trip__content h3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 12px;
  line-height: 24px;
  color: #1c1c1c;
}

.new__trip__content .new__trip__days {
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  gap: 4px;
}

.trip__tabs__list {
  margin-top: 32px;
  /* padding: 0 0 0 24px; */
}

.trip__tab--slider .owl-stage {
  display: flex;
}

.trip__tab--slider .owl-item {
  display: flex;
  flex: 1 0 auto;
  min-height: inherit;
}

.trip__tab--slider .owl-item .item {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 10px;
  padding-bottom: 30px;
  align-items: stretch;
}

@media (min-width: 992px) {
  /* .swiper-wrapper {
    align-items: stretch;
  }

  .trip__tab--slider .swiper-slide,
  .best__seller--slider .swiper-slide,
  .travel__style--slider .swiper-slide {
    width: 328px !important;
    flex-shrink: 0;
  } */
}

@media (max-width: 768px) {
  .trip__tabs ul {
    padding: 0 16px;
    justify-content: flex-start;
  }

  .trip__tabs__list {
    padding: 0 0 0 6px;
    margin-top: 18px;
  }

  .owl-nav button.owl-prev .prev-slide,
  .owl-nav button.owl-next .next-slide {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }

  .owl-nav button.owl-prev {
    left: 10px;
  }

  .owl-nav button.owl-next {
    right: 2px;
  }
}

.leading__cta .bg-light {
  background: #fafafa;
  border-radius: 16px;
}

.leading-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px 0 0 16px;
}

.leading-img>a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.leading-img>a::before {
  content: "\f3a8";
  font: normal normal normal 50px/1 "Material-Design-Iconic-Font";
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
}

.leading-img>a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px 0 0 16px;
  -webkit-border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
  -ms-border-radius: 16px 0 0 16px;
  -o-border-radius: 16px 0 0 16px;
}

.leading-img img {
  aspect-ratio: 16/10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}

.leading-content {
  padding: 27px 25px 27px 9px;
}

.leading-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
  color: #2e2e2e;
}

.leading-content .btn {
  margin-top: 24px;
}

.popular__options .new__trip__content {
  padding: 12px;
}

.popular__options .new__trip__content h3,
.comparison__container .new__trip__content h3 {
  font-size: 16px;
  margin-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.comparison__section .ath-container {
  max-width: 1200px;
}

.comparison__container .new__trip__content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popular__options .new__trip__card {
  border: 0.5px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
}

.popular__options .new__trip__card>a img {
  border-radius: 8px 8px 0 0;
}

.popular__options .new__trip__content .new__trip__price,
.comparison__container .new__trip__content .new__trip__price {
  margin-top: 8px;
  padding-top: 0;
  margin-bottom: 8px;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 8px;
  color: #2d74ff;
}

.new__option__price {
  color: #2d74ff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.comparison__container .new__trip__content .new__trip__price {
  border: none;
  margin-bottom: 0;
  padding: 0;
}

.popular__options .new__trip__content .new__trip__price span,
.comparison__container .new__trip__content .new__trip__price span {
  color: #2d74ff;
}

.popular__options .new__trip__content ul {
  padding: 0;
  margin: 0;
  padding-left: 16px;
}


.new__trip__content p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 8px;
}

.popular__options .new__trip__content ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #3b3b3b;
}

.popular__options .new__trip__content ul.new__option--list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.popular__options .new__option--list li {
  padding-left: 25px;
  position: relative;
}

.popular__options .new__option--list li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url('../images/icons/icon-option-cross.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.popular__options .new__option--list li.is_available::before {
  background-image: url('../images/icons/icon-option-check.svg');

}

/* .popular__options .heading-wrap {
  text-align: left;
  width: 100%;
}
.popular__options .heading-wrap h2::after {
  display: none;
} */

.slider-content {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 0;
}

.slider-item {
  flex: 0 0 calc(33.333% - 14px);
  min-width: calc(33.333% - 14px);
}

.slider-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.slider-nav button {
  background: white;
  color: #667eea;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.slider-nav button:hover:not(:disabled) {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.slider-nav button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Comparison Section */

.comparison__container {
  box-shadow: 0 0 5px #00000014;
  border-radius: 10px;
}

.comparison__grid {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: 250px repeat(3, 1fr);
}

.comparison__grid>div {
  min-width: 300px;
}

.comparison__grid>div:first-child {
  min-width: fit-content;
  display: flex;
  flex-direction: column;
}

.comparison__list {
  margin-top: auto;
}

/* .comparison__container > .comparison__grid > div:first-child div:first-child {
  aspect-ratio: 3/4.03;
} */

.comparison__card.new__trip__card>div img {
  border-radius: 8px;
  aspect-ratio: 4/3;
}

.comparison__list ul,
.comparison__details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison__list ul li,
.comparison__details ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #3b3b3b;
  padding: 8px 16px;
  border-top: 1px solid #e2e8f0;
}

.comparison__list ul li {
  font-weight: 600;
}

.comparison__details ul li:nth-child(even) {
  background: #f8fafc;
}

.dot.active {
  background: white;
  width: 30px;
  border-radius: 5px;
}

.comparison__card.new__trip__card>div:first-child {
  padding: 16px;
  aspect-ratio: 4/3;
}

.comparison__grid>div:nth-child(3) .comparison__card.new__trip__card>div:first-child {
  padding: 16px 0;
}

.comparison__card.new__trip__card>div {
  padding: 0;
}

.comparison__card.new__trip__card>div>a {
  display: block;
  margin-bottom: 17px;
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  height: 100%;
}

.comparison__card.new__trip__card>div>div:first-child {
  padding: 8px 16px;
  padding-top: 0;
}

/* .comparison__grid
  > div:nth-child(3)
  .comparison__card.new__trip__card
  > div
  > div:first-child {
  padding: 8px 0;
} */

.three__col--section.section {
  padding-top: 30px;
}

.three__col--card>div:first-child {
  display: block;
  border: 1px solid #00000050;
  border-radius: 8px;
  margin-bottom: 12px;
}

.three__col--card>div img {
  border-radius: 8px;
  height: 150px;
  object-fit: contain;
  padding: 35px;
  /* background: #f7f7f7; */
  width: 100%;
  mix-blend-mode: multiply;
}

.three__col--card p {
  color: #2E2E2E;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}


.three__col--card p a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #2D74FF;
}

.three__col--card p a:hover {
  color: #f2b203;
}

@media (max-width: 1200px) {
  .comparison__grid>div:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
  }

  .comparison__grid {
    grid-template-columns: 230px repeat(3, 1fr);
    overflow-x: auto;
  }

  /* .comparison__container > .comparison__grid > div:first-child div:first-child {
    aspect-ratio: 3/4.69;
  } */

  .comparison__grid>div:not(:first-child) {
    width: 355px;
  }
}

@media (max-width: 1024px) {
  .slider-item {
    flex: 0 0 calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .comparison__list ul li {
    max-width: 150px;
    line-height: 1.3;
  }

  .comparison__list ul li,
  .comparison__details ul li {
    height: 50px;
    display: flex;
    align-items: center;
  }

  .comparison__grid {
    grid-template-columns: 230px repeat(3, 1fr);

    overflow-x: auto;
  }

  /* .comparison__container > .comparison__grid > div:first-child div:first-child {
    aspect-ratio: 3/4.89;
  } */
  .comparison__card.new__trip__card>div>a {
    height: 250px;
  }

  .comparison__grid>div:not(:first-child) {
    width: 355px;
  }

  .slider-item {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .slider-content {
    gap: 15px;
  }

  .leading-content {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .slider-nav button {
    padding: 12px 24px;
    font-size: 14px;
  }
}

.best__seller {
  padding-top: 0;
}

.faq__section.section {
  padding-top: 0;
}

.trip__tabs ul li a svg {
  width: 25px;
  height: 25px;
}

/* @media (max-width: 1550px) {
  .ath-container {
    margin-left: auto;
    padding-right: 0;
    padding-left: 9px;
  }

  .trip__tabs__list {
    padding: 0;
  }
} */



@media (max-width: 1200px) {
  .header-right {
    width: 200px;
  }

  .header .container {
    padding: 0 15px;
  }
}

@media (max-width: 1130px) {
  .header .container {
    padding: 0 15px;
  }

  .header-btns {
    margin-left: 15px;
  }
}

@media (max-width: 1100px) {
  .header-inner .logo {
    max-width: 94px;
  }
}

@media (max-width: 1100px) {
  .header-right {
    width: auto;
  }

  .header .navigation,
  .header-widget,
  .header-btns {
    display: none;
  }

  .burgerMenu,
  .call__header {
    display: block;
    margin-left: 32px;
    vertical-align: middle;
  }

  .header-inner .custom-logo {
    display: block;
    width: 100%;
    max-height: 80px;
    padding: 10px 0;
  }
}