
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/sui-generis-free');

/* 
@font-face {
  font-family: 'Tw Cen MT';
  src: url('assets/fonts/sui-generis-rg.otf');
  src: url('assets/fonts/TwCenMT-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/TwCenMT-Regular.woff2') format('woff2'), url('assets/fonts/TwCenMT-Regular.woff') format('woff'), url('assets/fonts/TwCenMT-Regular.ttf') format('truetype'), url('assets/fonts/TwCenMT-Regular.svg#TwCenMT-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tw Cen MT Condensed';
  src: url('assets/fonts/TwCenMT-Condensed.eot');
  src: url('assets/fonts/TwCenMT-Condensed.eot?#iefix') format('embedded-opentype'), url('assets/fonts/TwCenMT-Condensed.woff2') format('woff2'), url('assets/fonts/TwCenMT-Condensed.woff') format('woff'), url('assets/fonts/TwCenMT-Condensed.ttf') format('truetype'), url('assets/fonts/TwCenMT-Condensed.svg#TwCenMT-Condensed') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Tw Cen MT';
  src: url('assets/fonts/TwCenMT-Bold.eot');
  src: url('assets/fonts/TwCenMT-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/TwCenMT-Bold.woff2') format('woff2'), url('assets/fonts/TwCenMT-Bold.woff') format('woff'), url('assets/fonts/TwCenMT-Bold.ttf') format('truetype'), url('assets/fonts/TwCenMT-Bold.svg#TwCenMT-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

@font-face {
    font-family: 'Sui Generis Free';
    src:  url('assets/fonts/TwCenMT-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }                                          
:root {
  --primary-font: 'Poppins', sans-serif;
  --secondary-font:'Poppins', sans-serif;
  --secondary-condensed:'Poppins', sans-serif;
  --heading-font:'Poppins', sans-serif;
  --banner-font:'Sui Generis Free';
  --primary-color: #0087FF;
  --primary-color-light: #c1e4e8;
  --base-white: #FFF;
  --base-black: #000;
  --body-color: #929292;
  --h2-color: #1e0f00;
  --h3-color: #505351;
  --light-shade-1: #f2f7f8;
  --dark-shade-1: #606060;
}


/* Reset.css */

div,
img,
a,
ul,
li,
span,
h1,
h2,
h3,
h4,
h5 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  border: 0;
  outline: none !important;
}

.clear {
  clear: both;
}

a {
  color: inherit;
  cursor: pointer !important;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ffcb46;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

button,
input[type="submit"] {
  cursor: pointer;
  outline: 0;
}

button:hover,
button:focus {
  outline: 0;
}

#wpadminbar {
  position: absolute !important;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* Normal Styling */

body {
  font-size: 18px;
  color: var(--body-color);
  font-family: var(--secondary-font);
  line-height: 1.16;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-transform: uppercase !important;
}

h1 {
  font-family: var(--heading-font);
  font-size: 7.791em;
  color: var(--base-white);
  font-weight: 600;
  line-height: 1.866;
}

h2 {
  font-size: 2.5em;
  font-family: var(--secondary-condensed);
  font-weight: 500;
  line-height: 1.2;
  color: var(--h2-color);
  text-transform: capitalize;
  letter-spacing: -3px;
}

h2 span,
h5 span {
  color: var(--primary-color);
}

h3 {
  font-family: var(--secondary-condensed);
  font-size: 1.33em;
  color: var(--h3-color);
  font-weight: 400;
  line-height: 1.65;
  text-transform: uppercase;
}

h4 {
  font-size: 1.5em;
  font-family: 'Muli';
  font-weight: 400;
  color: #022705;
}

h5 {
  font-size: 1em;
  font-family: var(--secondary-font);
  font-weight: 400;
  color: var(--h2-color);
}

h6 {
  font-size: .875em;
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--h3-color);
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.5rem;
}

strong,
b {
  font-weight: 400;
}

ul,
ol {
  margin-left: 15px;
  margin-bottom: 1.5rem;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

.navbar-collapse>ul>li>a:hover,
.navbar-collapse>ul>li.current-menu-item>a,
.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li>a.active,
.navbar-collapse>ul>li:hover,
.navbar-collapse>ul>li.current_page_parent>a {
  color: #c8920c;
}

.sub-menu li a:hover,
.sub-menu li.current-menu-item a,
.sub-menu li:hover>a,
.sub-menu li:hover,
.sub-menu li a.active {
  color: #3b3f45;
}


/*----------page-styles-----------*/

.main-frame {
  display: block;
  width: 100%;
  overflow: hidden!important;
}

.container-fluid {
  width: 100%;
  max-width: 1642px;
  margin: 0 auto;
  padding: 0 20px;
}

.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fixed-header {
  opacity: 1;
  transform: translateY(-250px);
  opacity: 0;
}

.header.fixed-header {
  transform: translateY(0);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.header {
  width: 100%;
  transition: all .2s ease;
}

.header.fixed-header .header-wrapper {
  backdrop-filter: blur(30px) brightness(1.2);
  /* background: rgb(255 255 255 / 94%); */
}

.header-wrapper {
  position: absolute;
  z-index: 9999;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
}

.header .container-fluid {
  max-width: 1752px;
}

.menu-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0px 0;
}

.brand {
  display: none;
}

.nav-links {
  padding-top: 37px;
}

.header.fixed-header .menu-left {
  align-items: center;
}

.menu-left {
  display: flex;
  justify-content: space-between;
  width: auto;
  align-items: center;
}
.menu-right {
  display: flex;
  justify-content: space-between;
  width: auto;
  align-items: center;
}

.navbar-collapse>ul {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
}

.navbar-collapse>ul>li {
  display: block;
  list-style: none;
}

.navbar-collapse>ul>li.hide-lg {
  display: none;
}

.header.fixed-header .navbar-collapse>ul>li>a {
  color: var(--h2-color);
  font-size: 16px;
}

.navbar-collapse>ul>li>a {
  font-family: var(--primary-font);
  font-size: 16px;
  color: var(--base-white);
  font-weight: 300;
  padding: 5px 10px;
  display: block;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
}

.not-transparent .navbar-collapse>ul>li>a {
  color: #505351;
}

.site-logo {
  transform: translateX(-50%);
  /* padding-left: 162px; */
  position: absolute;
  left: 50%;
  top: 20px;
  filter: brightness(0) invert(1) saturate(0);
}

.header.fixed-header .site-logo, .not-transparent .site-logo {
  filter: none;
}

.header.fixed-header .site-logo a {
  max-width: 180px;
}
.header.fixed-header .nav-links,
.header.fixed-header .book-btn {
  padding-top: 0;
}

.header.fixed-header .menu-bar {
  padding-top: 25px;
  padding-bottom: 24px;
  align-items: center;
}

.header.fixed-header .book-btn a {
  font-size: .6em;
  min-width: 120px;
  height: 40px;
}

.site-logo a {
  display: block;
  max-width: 200px;
  transition: all .2s ease;
}

.book-btn {
  padding-top: 10px;
  margin: auto 0;
  margin-left: 50px;
}

.book-btn a {
  display: inline-flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 54px;
  min-width: 182px;
  text-align: center;
  padding: 0 10px;
  background-color: var(--primary-color);
  color: var(--base-white);
  font-family: var(--primary-font);
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 400;
  transition: all .2s ease;
}

.banner {
  width: 100%;
  padding-top: 20%;
  height: 100vh;
  aspect-ratio: 1920/1080;
  position: relative;
  z-index: 10;
  visibility: visible;
  /* display: grid;
  place-items: cener; */
  top: 0;
}
.HomeBanner{
  background-image: url(assets/images/BANNER-1.webp);
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.5s;
  visibility: hidden;
  opacity: 0;
  background-position: top;
}

.HomeBanner::before {
  content: "";
  background: transparent linear-gradient(0deg, #FFEDD9 0%, #A4E5F9 92%, #32cbf5 100%) 0% 0% no-repeat;
  z-index: 1;
  height: 100%;
  top: 0%;
}

.banner-video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner h1 {
  text-align: center;
  font-family:  var(--banner-font);
  letter-spacing: -2px !important;
  text-transform: none;
  font-size: 120px;
  max-width: 100%;
  line-height: 125px;
  text-transform: capitalize !important;
  /* margin: 0 auto; */

}
.banner p {
  text-align: center;
  color: var(--base-white);
  padding: 0px 20%;
}

.banner::after {
  content: "";
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent linear-gradient(0deg, #ffffff 0%, #ffffff 92%, #cdd6ed1c 100%) 0% 0% no-repeat;
  /* aspect-ratio: 1920/1080; */
  transform: none;
  opacity: 1;
}

.banner h1 span {color: #ffffff;}

.section-intro {
  width: 100%;
  background: linear-grdient;
  padding-bottom: 219px;
  padding-top: 0;
  position: relative;
}

.section-intro>div {
  position: relative;
  z-index: 10;
}

.HomeSectionIntro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff 20%, #ffffff 100%) 0% 0% no-repeat;
  z-index: 5;
}

/* #IntroVideo:after {
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  height: 160px;
  background: linear-gradient(181deg, white, transparent);
  display: block;
  content: '';
} */


.section-intro .block-image {
  padding-top: 55px;
}

.section-intro .text-wrapper {
  width: 100%;
  max-width: 520px;
  margin-left: 150px;
}

.section-intro .brand-bg {
  width: 100%;
  max-width: 710px;
  aspect-ratio: 710/301;
  opacity: 0.05;
  margin-bottom: -116px;
  margin-left: -15px;
}

.brand-bg img {
  max-width: none;
  max-height: none;
  width: 100%;
}

.HomeSectionIntro .text-wrapper h2 {
     font-size: 72px;
     display: block;
     letter-spacing: 1px;
     font-weight: 500;
     padding: 0 0 0;
     text-transform: capitalize !important;
}
.HomeSectionIntro .text-wrapper h2 span {
  font-size: 72px;
  display: block;
  letter-spacing: -2px;
  font-weight: 500;
  padding: 0 0 0;
}

.HomeSectionIntro .text-wrapper h3 {
  color: #505351;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.HomeSectionIntro .text-wrapper p {
  color: rgb(0 0 0 / 75%);
  font-size: 19px;
}

.HomeSectionIntro .text-wrapper h5 {
  margin-bottom: 70px;
  margin-top: 60px;
  color: #222f33;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
}

.section-intro .text-wrapper h5 span {
  display: block;
}

.HomeSectionIntro .text-wrapper .page-btn-primary a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  font-family: var(--secondary-condensed);
  color: rgb(0 0 0 / 75%);
  cursor: pointer;
}

.page-btn-primary a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  font-family: var(--secondary-condensed);
  color: var(--h3-color);
  cursor: pointer;
}

.page-btn-primary a i::before {
  position: absolute;
  content: '';
  height: 49px;
  width: 49px;
  border: 1px dashed var(--primary-color);
  top: -8.5px;
  left: -8.5px;
  border-radius: inherit;
  animation: spin 10s linear infinite;
}

@keyframes spin {
  100% {
      transform: rotateZ(360deg);
  }
}

.page-btn-primary a span {
  display: inline-block;
  margin-left: 5px;
  color: var(--primary-color);
}

.page-btn-primary a:hover i {
  background-color: var(--primary-color);
}

.page-btn-primary a:hover i svg {
  fill: var(--base-white);
}

.page-btn-primary a i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 38px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: var(--base-white);
  position: relative;
  transition: all .3s ease-in;
}

.page-btn-primary a i svg {
  fill: var(--primary-color);
}

.section-musical {
  width: 100%;
  aspect-ratio: 1920/1080;
  padding-top: 198px;
  padding-bottom: 60px;
  background-color: var(--primary-color);
  color: var(--base-white);
  position: relative;
  z-index: 2;
}

/* .section-musical::before {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 0px;
  height: 100%;
  opacity: .9;
  width: 100%;
  background-color: rgb(0 0 0 / 86%);
} */

.section-musical .text-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.section-musical h5 {
  margin-bottom: 46px;
  color: var(--base-white);
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
}

.section-musical h2 {
  color: var(--base-white);
  margin-bottom: 14px;
}

.section-musical h2 span {
  color: #c8920c;
  display: block;
}

.section-musical h2+ul {
  display: block;
  margin: 0;
  padding: 0;
}

.section-musical h2+ul>li {
  display: block;
  list-style: none;
  font-family: var(--secondary-condensed);
  font-size: 2.875em;
  letter-spacing: 4.46px;
  text-transform: uppercase;
  line-height: 1.06;
}

.section-booking {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 200px;
  background: #f2f7fa;
  position: relative;
  z-index: 2;
}

.section-booking .block-image {
  margin-top: -55%;
  margin-left: -10px;
}

.section-booking .text-wrapper {
  width: 100%;
  max-width: 450px;
  padding: 90px 0 0;
}

.section-booking .page-btn-primary a:hover i {
  background-color: var(--primary-color);
}

.section-booking .page-btn-primary a i {
  background-color: var(--primary-color-light);
}

.section-beach {
  width: 100%;
  /* border-top: 90px solid var(--light-shade-1); */
  background-color: var(--h2-color);
  color: var(--base-white);
  position: relative;
  margin-top: 126px;
}

.section-beach::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.95;
  z-index: 0;
  left: 0px;
  background-color: #101316;
}

.section-beach .container-fluid {
  max-width: 1750px;
  position: relative;
  z-index: 1;
  width: 95%;
}

.section-beach .text-wrapper-left .block-image {
  margin-bottom: 90px;
}

.section-beach .text-wrapper-right .block-image {
  padding-top: 420px;
  margin-bottom: 73px;
  width: 100%;
}

.section-beach .text-wrapper-right .block-image img {
  width: 100%;
}

.section-beach .text-wrapper-right .page-btn-primary {
  text-align: center;
}

.section-beach h2 {
  color: var(--base-white);
  max-width: 300px;
}

.page-btn-primary.invert-btn a {
  color: var(--base-white);
}

.page-btn-primary.invert-btn a:hover i {
  background-color: var(--primary-color);
}

.page-btn-primary.invert-btn a i {
  background-color: rgba(255, 255, 255, 0.16);
}

.section-beach .tagline-list ul {
  margin-bottom: 330px;
}

.section-beach .text-wrapper-center {
  padding-top: 240px;
  padding-bottom: 96px;
  max-width: 400px;
  margin: auto;
}

.section-beach .text-wrapper-center .block-image {
  margin-bottom: 36px;
}

.section-box {
  width: 100%;
  background-color: var(--light-shade-1);
  padding-top: 204px;
  padding-bottom: 230px;
  position: relative;
}

.section-box .block-image-circle {
  margin: 0 auto;
  background-color: var(--base-white);
  width: 598px;
  height: 598px;
  border-radius: 600px;
  overflow: hidden;
  border: 28px solid var(--base-white);
  /* box-shadow: 0px 3px 99px rgba(249, 133, 9, 0.11); */
  position: relative;
  z-index: 10;
  transform-origin: center;
}

.block-image-circle img {
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.block-image-circle video {
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }

.animated-text {
  font-size: 14.25em;
  color: rgba(15, 34, 21, 0.03);
  font-family: var(--secondary-condensed);
  letter-spacing: -3.6px;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 43%;
  left: 0;
  transform: translate(100px, -50%);
  width: 3550px;
  font-weight: bold;
}

[data-aos=TextScroll] {
  transform: translate(100px, -50%);
  transition: all .3s;
}

[data-aos=TextScroll].aos-animate {
  animation: scrolling-text 10s linear infinite alternate;
}

@keyframes scrolling-text {
  0% {
      left: 0%;
  }
  100% {
      left: calc(-2100px - 50%);
  }
}

.animated-text svg {
  height: 256px;
  vertical-align: middle;
  width: 3200px;
}

.animated-text svg text {
  /* stroke: var(--primary-color); */
  stroke-width: 1;
  animation: textAnimate 2s infinite alternate;
  font-family: var(--secondary-condensed);
  line-height: 414px;
  z-index: 99999;
}

@keyframes textAnimate {
  0% {
      stroke-dasharray: 0 50%;
      stroke-dashoffset: 20%;
      fill: var(--base-white);
  }
  100% {
      stroke-dasharray: 50% 0;
      stroke-dashoffstet: -20%;
      fill: rgba(0, 136, 255, 0.047);
  }
}

.flight-anim {
  position: absolute;
  top: 0;
  left: 51%;
  transform: translateX(-50%);
}

.section-explore {
  width: 100%;
  background-color: var(--light-shade-1);
  padding-bottom: 235px;
  position: relative;
}
.section-product {
  background-color: #fff
}

.section-explore .container-fluid {
  max-width: 1642px;
}

.section-explore .row {
  margin-left: 0;
  margin-right: 0;
}

.section-explore .row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 5;
}

.section-explore h2 span {
  display: block;
}

.tagline-list ul {
  display: block;
  margin-left: 0;
}

.tagline-list ul li {
  display: block;
  list-style: none;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 28px;
  color: #ffffff;
  padding: 0 0 9px;
}
.tagline-list ul li p{
  font-size: 16px;
}
.section-explore .text-wrapper {
  max-width: 520px;
  width: 100%;
}

.section-explore .tagline-list li {
  color: var(--h2-color);
}

.section-explore .animated-rectangle {
  position: absolute;
  top: 31%;
  left: 50%;
  width: 478px;
  background: transparent linear-gradient(180deg, #c8920c17 0%, #F2F7FB 100%) 0% 0% no-repeat;
  height: 1085px;
  transform: translateX(-50%);
  z-index: 1;
}

.section-explore .page-btn-primary a i {
  background-color: var(--primary-color-light);
}

.section-explore .page-btn-primary a:hover i {
  background-color: var(--primary-color);
}

.gap-lg {
  height: 170px;
}

.section-explore .text-wrapper {
  /* padding-top: 34px; */
  margin-left: 120px;
}

.flex-center {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.section-vibes {
  width: 100%;
  background-color: var(--primary-color-light);
}

.section-vibes .container-fluid {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.section-vibes h2 span {
  display: block;
}

.section-vibes .text-wrapper {
  padding-top: 142px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 131px;
  color: var(--dark-shade-1);
}

.section-vibes .text-wrapper p {
  margin-bottom: 80px;
}

.section-vibes .tagline-list ul li {
  color: var(--h3-color);
}

.section-moments {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: var(--light-shade-1);
}

.section-moments .text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 589px;
  margin: 0 auto 120px;
}

.section-moments h6 {
  margin-bottom: 49px;
  text-align: center;
  font-size: 1em;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  margin-bottom: 49px;
  line-height: 1.66;
  color: #1B1D21;
}

.section-moments .block-image {
  margin-bottom: 61px;
}
.section-moments .text-head{
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.section-moments .text-head h2{
   color: var(--base-white);
   line-height: 1;
   font-weight: 500;
}
.section-moments .text-head span{
    color: var(--base-black);
    line-height: 52px;
 }
.section-moments h3 {
  color: var(--h2-color);
  margin-bottom: 60px;
}

.section-gallery {
  width: 100%;
  margin-top: 150px;
  padding-bottom: 178px;
  position: relative;
}


.section-gallery .page-btn-primary {
  position: absolute;
  right: 10%;
  top: 8%;
}

.section-gallery .container-fluid {
  max-width: none;
  padding-right: 0;
  padding-left: calc((100vw - 1500px) / 2);
}
.top-destinations .container-fluid{
  padding-left: 90px;
}


.top-overlay-images ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 64px;
  margin-left: 0;
  margin-bottom: 55px;
  margin-right: 130px;
}

.top-overlay-images ul li {
  display: block;
  list-style: none;
}

.section-gallery .section-head {
  margin-bottom: 94px;
}

.vertical-text {
  position: absolute;
  left: -11px;
  bottom: 465px;
  transform: rotate(-90deg);
  font-size: 14px;
  letter-spacing: 9px;
  font-family: var(--primary-font);
  font-weight: 400;
  color: #000000;
  opacity: .42;
  background: #f2f7fb;
  text-transform: uppercase;
}

.gallery-slider li {
  display: block;
  list-style: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.gallery-slider .prev-arrow{
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    z-index: 999;
}
.gallery-slider .next-arrow{
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
.gallery-slider .next-arrow i,
.gallery-slider .prev-arrow i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--base-white) !important;
}
.gallery-slider .next-arrow::before,
.gallery-slider .prev-arrow::before {
  position: absolute;
  content: '';
  height: 49px;
  width: 49px;
  border: 1px dashed var(--base-white);
  top: -8.5px;
  left: -8.5px;
  border-radius: 50%;
  animation: spin 10s linear infinite;
}

  
.gallery-slider li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: var(--base-white);
    text-align: center;
    letter-spacing: 1px;
    z-index: 9;
  }
  .gallery-slider li h3 i {
    background-color: var(--base-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    width: 28px;
    height: 28px;
    border-radius: 32px;
    position: relative;
    transition: all .3s ease-in;
  }
  .gallery-slider li h3 i::before {
    position: absolute;
    content: '';
    height: 45px;
    width: 45px;
    border: 1px dashed var(--base-white);
    top: -8.5px;
    left: -8.5px;
    border-radius: inherit;
    animation: spin 10s linear infinite;
  }

  .gallery-slider li:hover h3 i {
    background-color: var(--primary-color);
    color: var(--base-white);
  }
  .gallery-slider li h3 i:hover svg {
    fill: #fff;
  }
  
  .gallery-slider li::after {
    content: "";
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 0px;
    height: 100%;
    opacity: 0.9;
    width: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #00000009 43%, #000000BA 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
    transition: all .3s;
  }
  .gallery-slider li:before {
    content: "";
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 0px;
    height: 100%;
    opacity: 0;
    width: 100%;
    background-color: var(--base-black);
    z-index: 0.8;
    transition: all .3s;
    transform: translateY(100%);
  }
  .gallery-slider li:hover:before {
    opacity: 0.4;
    transition: all .3s;
    transform: translateY(0);
    
  }

.gallery-slider {
  margin: 0;
}

.gallery-slider li span {
  display: block;
  position: relative;
}

.section-gallery .slick-initialized .slick-slide {
  margin: 0 35px;
}

.section-gallery .slick-initialized .slick-list.draggable {
  margin-right: -35px;
  margin-left: -35px;
}

.section-packages {
  background-color: #eef7f9;
  padding-top: 120px;
  padding-bottom: 180px;
}

.section-packages .container-fluid {
  max-width: 1368px;
  position: relative;
  z-index: 99;
}

.section-packages .section-head {
  margin-bottom: 0;
  text-align: center;
}

.section-packages .section-head h6 {
  color: #1B1D21;
  margin-bottom: 11px;
}

.section-packages .section-head h2 {
  color: #2C3A30;
  font-size: 3.5833em;
}

.package-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin-bottom: 147px;
  padding-top: 60px;
}

.card-package {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.card-package .card-image {
  display: block;
  flex-shrink: 0;
  width: 539px;
}

.card-package .card-info {
  background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat;
  width: calc(100% - 539px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 328px;
}

.card-package .text-wrapper {
  padding-left: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 60px;
  flex: 0 1 563px;
}

.card-package h4 {
  font-size: 1.29em;
  font-weight: 500;
  color: var(--base-black);
  text-transform: uppercase;
  line-height: 1.06;
  margin-bottom: 13px;
  font-family: var(--secondary-font);
  transition: all .2s ease;
}

.card-package h4 span {
  display: block;
  font-size: .875em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.428;
  text-transform: none;
}

.card-package ul {
  margin-left: 0;
  display: block;
  margin-bottom: 25px;
}

.card-package ul li {
  list-style: none;
  display: block;
  color: #929292;
  font-size: 18px;
  line-height: 1.260;
  position: relative;
  padding-left: 34px;
}

.card-package ul li:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 6px;
  width: 10px;
  color: var(--primary-color);
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
}

.card-package ul li:after {
  position: absolute;
  content: "";
  font-size: 14px;
  left: 0px;
  top: 2px;
  height: 20px;
  width: 20px;
  border: 2px solid var(--primary-color);
  border-radius: 16px;
}

.package-price {
  font-size: .875em;
  color: #0F2215;
  font-weight: 400;
  line-height: 1.47;
}

.price-label {
  font-size: 1.291em;
  font-weight: 400;
  line-height: 1;
}

.TermsLink {
  font-size: 12px;
  color: #999;
  position: relative;
  top: -20px;
}

.package-btn a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: var(--primary-color);
  text-align: center;
  gap: 20px;
  text-transform: uppercase;
  font-size: 1em;
}

.package-btn a i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: var(--primary-color-light);
  position: relative;
  transition: all .3s ease-in;
}

.package-btn a:hover i {
  background-color: var(--primary-color);
}

.package-btn a i::before {
  position: absolute;
  content: '';
  height: 49px;
  width: 49px;
  border: 1px dashed var(--primary-color);
  top: -8.5px;
  left: -8.5px;
  border-radius: inherit;
  animation: spin 10s linear infinite;
}

.package-btn a i svg {
  fill: var(--primary-color);
}

.package-btn a:hover i svg {
  fill: var(--base-white);
}

.card-btn {
  border-left: 1px solid #E2E2E2;
  padding-left: 47px;
  min-height: 284px;
  display: flex;
  align-items: center;
  padding-right: 50px;
}

.card-package:hover h4 {
  color: var(--primary-color);
}


.slick-dots{
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}
.slick-dots li{
    list-style: none;
    opacity: 0.2;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.slick-dots li.slick-active{
    opacity: 1;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.slick-dots li button{
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: var(--primary-color);
    font-size: 0px;
    border: none;
    padding: 0;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}





.slick-dots li.slick-active button{
    width: 16px;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.testimonials{
    width: 100%;
  
}

.testimonials .container-fluid{
    width: 100%;
    display: block;
    background: url(assets/images/qt-bg.webp);
    background-position: left;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ebebeb;
    padding: 120px 0 120px;
}


.testimonials h2{
    width: 100%;
    text-align: center;
    line-height: 1;
}

.testimonials h2{
    padding-bottom: 20px;
}
.testimonials h2 span{
    display: block;
}

.testimonials h2::after{
    width: 100px;
    margin: 0 auto;
    height: 1px;
    background-color: var(--base-black);
    content: '';
    display: block;
    position: relative;
    top: 20px;
}

.testimonials h5{
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
    padding-top: 40px;
    color: #D9D9D9;
}
.testimonials .testimonial-item{
    padding-top: 60px;
   
}
.testimonials .testimonial-item::before{
    margin: 0 auto;
    content: '';
    display: block;
    position: relative;
    top: -50px;
    width: 44px;
    height: 38px;
    background-position: center;
    background-size: contain;
    background: url(assets/images/quote.webp);
}
.testimonials .testimonial-item p{
    max-width: 1100px;
    margin:0 auto;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

.testimonials .testimonial-item h4{
    font-size: 20px;
    padding-top: 40px;
    line-height: 26px;
    font-family: var(--secondary-condensed);
    text-align: center;

}

.nav-button{
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid var(--body-color);
    border-radius: 60px;
    cursor: pointer;
    background-color: var(--base-white);
    transition: all .3 cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateY(-50%);
    position: absolute;
    z-index: 99;
    color: var(--body-color);
}
.nav-button:hover{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: all .3 cubic-bezier(0.075, 0.82, 0.165, 1);
    color: var(--base-white);
}
.nav-button.fa-arrow-right{
   
    right: 0;
    top: 50%;
}
.nav-button.fa-arrow-left{
    position: absolute;
    left: 0;
    top: 50%;

}







.home-blogs{
    width: 100%;
    padding: 90px 0 ;
}






.home-blogs h5{
    width: 100%;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    color: #D9D9D9;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 14px;
}


.home-blogs h2{
    width: 100%;
    margin: 0;
    font-size: 60px;
    text-align: left;
    padding-bottom: 20px;
}
.home-blogs .blog-slider{
    padding-top: 30px;
}
.home-blogs .blog-slider .slick-slide{
    margin:0 15px;
}
.home-blogs .blog-item{
    width: 100%;
}


.home-blogs .blog-item h3{
    width: 100%;
    margin: 0;
    font-size: 24px;
    text-align: left;
    padding-top: 10px;
}
.home-blogs .blog-item .blog-image{
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1.1;
}
.home-blogs .blog-item .blog-image img{
    transform: scale(1,1);
    transform-origin: center;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-blogs .blog-item .blog-image:hover img{
 transform: scale(1.1,1.1);
 transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
 cursor: pointer;
}


.home-blogs .blog-item a{
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0;
}
.home-blogs .blog-item .blog-date{
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0;
    background-color: rgba(255, 255, 255,0.5);
    position: absolute;
    bottom: 24px;
    left: 24px;
    border-radius: 0px;
    padding: 10px 20px;
    color: var(--base-white);
    backdrop-filter: blur(30px) brightness(1.2);
    /* background: rgb(255 255 255 / 94%); */
}




.blog-nav-button{
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 2px solid var(--primary-color);
    border-radius: 60px;
    cursor: pointer;
    background-color: var(--base-white);
    transition: all .3 cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateY(-50%);
    position: absolute;
    z-index: 99;
    color: var(--primary-color);
    top: -50px;
}
.blog-nav-button:hover{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: all .3 cubic-bezier(0.075, 0.82, 0.165, 1);
    color: var(--base-white);
}
.blog-nav-button.fa-chevron-right{
   
    right: 0;
}
.blog-nav-button.fa-chevron-left{
    position: absolute;
    right: 70px;

}

















.section-address {
  width: 100%;
  padding-top: 148px;
  padding-bottom: 8px;
  text-align: center;
  color: var(--base-white);
}

.section-address .brand-logo {
  margin-bottom: 38%;
}

.section-address .text-wrapper {
  max-width: 410px;
  margin: 0 auto 30px;
  font-family: var(--primary-font);
  font-weight: 400;
}

.section-address h2 {
  color: var(--base-white);
  font-size: 2.416em;
  line-height: 1.258;
  margin-bottom: 8px;
}

.section-address h4 {
  color: var(--base-white);
  text-transform: uppercase;
  letter-spacing: 4.8px;
  line-height: 1.666;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 1em;
}

.footer {
  width: 100%;
  padding-top: 125px;
  padding-bottom: 15px;
  background-color: #F2F7FB;
}

.footer .container-fluid {
  max-width: 1280px;
}

.footer-widgets-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.footer-widgets-container .widget {
  width: calc(100% / 3);
}

.footer .widget-left {
  padding-top: 57px;
}

.footer .widget-right {
  padding-top: 111px;
}

.footer .widget-left ul {
  margin: 0;
}

.footer .widget-left ul:first-child {
  margin-bottom: 72px;
}

.footer .widget-left ul li {
  display: block;
  list-style: none;
  color: #0F2215;
}

.menu-contact li:last-child {
  margin-top: 19px;
  font-size: 1.25em;
}

.menu-contact ul li:last-child svg {
  fill: var(--primary-color);
  /* padding-left: 10px; */
  margin-left: 10px;
}

.footer .widget-left p {
  margin: 0;
  color: #211919;
  font-size: 1.25em;
  line-height: 1.1;
}

.footer .widget-left h5 {
  color: #211919;
  font-size: 1.25em;
  line-height: 1.1;
  margin-bottom: 52px;
}

.social-media-menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 40px;
  margin: 0;
}

.social-media-menu ul li {
  list-style: none;
  display: block;
}

.social-media-menu ul li a {
  display: block;
}

.social-media-menu ul li a svg {
  fill: #505351;
  transition: all .25s ease-in;
}

.social-media-menu ul li a:hover svg {
  fill: var(--primary-color);
}

.footer-menu {
  display: flex;
  justify-content: center;
  padding-bottom: 26px;
}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 20px;
}

.footer-menu ul li {
  display: block;
  list-style: none;
}

.footer-menu ul li a {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8333em;
  color: #787878;
}

.footer a:hover {
  color: var(--primary-color);
}

.footer-bar {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.copyright {
  color: #C2B19E;
}

.footer-bar>div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.footer-bar span {
  display: block;
}

.footer-bar span svg {
  transform: translateY(-3px);
}

.aura-logo i {
  display: inline-block;
  font-size: .75em;
  color: #989898;
  font-style: normal;
  margin-right: 10px;
}

.section-intro .text-wrapper-left {
  width: 100%;
  max-width: 450px;
}

.section-intro .text-wrapper-left h3 {
  line-height: 1.125;
}

.section-intro .text-wrapper-left h3 span {
  color: var(--primary-color);
}

.section-intro .gap-md {
  height: 68px;
}

.section-intro .block-image-right {
  margin-left: 60px;
}

.section-contact {
  width: 100%;
  background-color: #ffffff;
  padding-top: 155px;
  padding-bottom: 0;
}

.contact-info {
  background-color: #0f2215;
  padding: 108px 151px 310px;
  position: relative;
  background-position: top!important;
}

.contact-info::before {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 0px;
  height: 100%;
  opacity: .9;
  width: 100%;
  background-color: #000000b5;
}

.contact-info .container-left h5 {
  font-family: var(--primary-font);
  font-size: 1em;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.16;
  margin-bottom: 32px;
}

.contact-info .container-left h2 {
  color: #FFF;
  line-height: .95;
  margin-bottom: 164px;
}

.contact-info .container-left h2 span {
  display: block;
}

.btn-location a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  color: #FFF;
  font-size: 1.25em;
  font-weight: 400;
  text-transform: capitalize;
  gap: 19px;
}

.btn-location {
  color: var(--primary-color);
}

.contact-info .phone-mail ul {
  display: block;
  margin-left: 0;
  padding: 0;
}

.contact-info .phone-mail ul li {
  color: #FFF;
  list-style: none;
  font-size: 1em;
  line-height: 1.125;
}

.phone-mail ul li a {
  color: #FFF;
}

.phone-mail ul li:last-child a {
  color: var(--primary-color);
}

.know-more h5 {
  color: #FFF;
  line-height: 1.1;
  font-size: 1.125em;
  margin-bottom: 52px;
}

.contact-info .social-media-menu ul li a svg {
  fill: #FFF;
}

.location-map {
  margin-bottom: -249px;
}
.contact-info .row {
  align-items: end !important;
}
.container-contact-form {
  padding-top: 69px;
}

.container-contact-form h3 {
  color: var(--primary-color);
  margin-bottom: 14px;
  line-height: 1.65;
}

.container-contact-form p {
  font-family: var(--primary-font);
  letter-spacing: 5.6px;
  font-size: .583em;
  line-height: 1.714;
  text-transform: uppercase;
  font-weight: 400;
  color: #0F2215;
  margin-bottom: 60px;
}

.container-contact-form ::placeholder {
  opacity: 1;
}

.container-contact-form label {
  display: block;
  font-family: var(--primary-font);
  font-weight: 400;
  color: #989898;
  font-size: .75em;
}

.container-contact-form .input-container input {
  width: 100%;
  display: block;
  font-family: var(--primary-font);
  font-weight: 400;
  color: #989898;
  font-size: .75em;
  opacity: 1;
  border: 0;
  border-bottom: 1px solid #0F2215;
  outline: none;
  padding: 9.5px 0;
  background-color: transparent;
  margin-bottom: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: none;
  transition: all .3s;
}

.container-contact-form textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #FFF;
  font-family: var(--primary-font);
  font-weight: 400;
  color: #989898;
  font-size: .75em;
  opacity: 1;
  height: 116px;
  margin-bottom: 60px;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: none;
  transition: all .3s;
}

.container-contact-form textarea:focus {
  outline: none;
}

.container-contact-form input:focus {
  outline: none;
  transition: all .3s;
  border-bottom: 1px solid var(--primary-color);
}

.container-contact-form input[type="submit"] {
  display: block;
  width: 100%;
  height: 63px;
  background-color: var(--primary-color);
  color: #FFF;
  border: 0;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 18px;
  font-size: .75em;
  font-weight: 400;
  font-family: var(--primary-font);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: none;
}

.container-location-form {
  padding-left: 151px;
  padding-right: 100px;
  z-index: 99;
  position: relative;
}

.section-contact .row {
  margin-left: -40px;
  margin-right: -40px;
  position: relative;
  z-index: 2;
}

.section-contact .row [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}

.template-contact .footer,
.template-packages .footer {
  background-color: #FFF;
}

.template-packages .section-packages {
  padding-top: 50px;
}

.template-packages .section-packages h1 {
  margin-bottom: 100px;
  text-align: center;
  color: #d19e0d;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 400;
}

.template-packages .package-row {
  margin-bottom: 11px;
}

.banner-sm {
  padding-top: 266px;
  background-color: #F2F7FB;
  padding-bottom: 5px;
  position: relative;
}

.banner-sm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1028px;
  aspect-ratio: 1/1;
  border: 1px solid #D9CCCC;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 1100px;
  transform: translate(-50%, -74px);
  z-index: 1;
}

.banner-sm h1 {
  text-align: center;
  color: #E6F4F8;
  position: relative;
  z-index: 5;
  margin-bottom: 39px;
}

.banner-sm h1 span {
  color: rgba(255, 255, 255, 0);
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFEDD9;
}

body:not(.home) .footer {
  background-color: #FFF;
}

.section-about-2 {
  background-color: #F2F7FB;
  padding-bottom: 110px;
  border-bottom: 1px solid #e9e9e9;
}

.section-about-2 .row {
  margin-left: -40px;
  margin-right: -40px;
}

.section-about-2 .row [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}

.section-about-2 .container-middle {
  position: relative;
  z-index: 10;
  text-align: center;
}

.section-about-2 .container-middle h6 {
  font-family: var(--secondary-font);
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 97px;
  letter-spacing: 0;
  font-family: var(--secondary-condensed);
}

.section-about-2 .container-middle h6 span {
  color: var(--primary-color);
  display: block;
}

.section-about-2 .container-left {
  color: #505351;
  font-size: .8333em;
  max-width: 256px;
  padding-top: 305px;
}

.section-about-2 .container-left h3 {
  color: var(--primary-color);
  margin-bottom: 12px;
  line-height: 1.2;
}

.section-about-2 .container-left h6 {
  font-family: var(--secondary-condensed);
  color: #505351;
  font-size: .8333em;
  letter-spacing: 0;
  margin-bottom: 26px;
  line-height: 1;
}

.section-about-2 .container-left .block-image {
  margin-bottom: 44px;
}

.section-about-2 .container-right {
  color: #505351;
  font-size: .8333em;
  padding-top: 0px;
}

.section-about-2 .container-right .block-image {
  margin-bottom: 33px;
}

.section-about-2 .container-right h6 {
  font-size: 1em;
  letter-spacing: 0;
  font-family: var(--secondary-font);
  color: #505351;
  line-height: 1.125;
  margin-bottom: 60px;
}

.section-about-2 .container-right h6 span {
  color: var(--primary-color);
}

.template-about-us .section-gallery {
  margin-top: 0;
  background-color: #f7fcff;
  padding-top: 150px;
}


/*------------media-queries---------*/

@media(max-width:1730px) {
  .section-beach .text-wrapper-left {
      padding-left: 20px;
  }
}

@media(max-width:1610px) {
  h1 {
      font-size: 5.5em;
  }
  .section-intro {
      padding-top: 60px;
  }
  .section-booking .block-image {
      margin-top: -390px;
      margin-left: -30px;
  }
  .section-intro .text-wrapper {
      margin-left: 60px;
  }
  .section-explore .animated-rectangle {
      height: 836px;
      top: 155px;
  }
  .section-intro::after {
      top: 0%;
  }
  .vertical-text {
      left: -210px;
      padding-bottom: 15px;
  }
  .banner-sm::before {
      width: 740px;
      top: 0;
      transform: translate(-50%, -30px);
  }
  .section-about-2 {
      margin-top: -40px;
  }
  .section-about-2 .container-middle h6 {
      margin-bottom: 50px;
  }
  .section-about-2 .container-left {
      padding-top: 220px;
  }
  .section-about-2 .container-right {
      padding-top: 180px;
  }
  .section-gallery .container-fluid {
    padding-left: 20px;
}
.vertical-text {
  left: -189px;
  bottom: 396px;
}

.destination-grid li {
  width: calc(50% - 20px) !important;
}
}

@media(max-width:1400px) {

  .site-logo a {
      max-width: 190px;
  }
  .banner {
      padding-top: 270px;
  }
  .section-intro {
      padding-bottom: 120px;
  }
  .section-intro .text-wrapper h5 {
      margin-bottom: 80px;
      margin-top: 40px;
  }
  .section-musical {
      padding-top: 100px;
      position: relative;
  }
  .section-booking {
      padding-bottom: 120px;
  }
  .section-beach .text-wrapper-right .block-image {
      padding-top: 140px;
  }
  .section-beach .tagline-list ul {
      margin-bottom: 130px;
  }
  .section-beach .text-wrapper-center {
      padding-bottom: 80px;
      max-width: 350px;
      padding-top: 169px;
  }
  .section-box {
      padding-top: 200px;
      padding-bottom: 180px;
  }
  .section-explore .text-wrapper {
      margin-left: 80px;
  }
  .section-explore {
      padding-bottom: 160px;
  }
  .section-vibes .text-wrapper {
      padding-left: 60px;
      padding-right: 80px;
  }
  .section-moments {
      padding-top: 100px;
  }
  .top-overlay-images ul {
      margin-right: 40px;
  }
  .section-gallery {
      padding-bottom: 120px;
  }
  .section-gallery .section-head,
  .section-packages .section-head {
      margin-bottom: 80px;
  }
  .card-package .text-wrapper {
      padding-left: 60px;
      padding-right: 40px;
      padding-bottom: 40px;
  }
  .card-btn {
      padding-left: 50px;
      padding-right: 20px;
  }
  .section-packages {
      padding-top: 120px;
      padding-bottom: 120px;
  }
  .section-address {
      padding-top: 100px;
  }
  .section-address .brand-logo {
      margin-bottom: 160px;
      padding-bottom: 60px;
  }
  .section-address h2 {
      margin-bottom: 25px;
  }
  .footer {
      padding-top: 120px;
  }
  .footer-bar {
      padding-bottom: 20px;
      padding-top: 7px;
      padding-bottom: 76px;
  }
  .vertical-text {
    left: -189px;
    bottom: 396px;
  }
  .template-packages .section-packages {
      padding-top: 160px;
  }
  .template-packages .section-packages h1 {
      margin-bottom: 90px;
  }
}

@media(max-width:1200px) {
  .blogs-grid {
    gap: 10px !important;
  }
  .blog-card {
    width: calc(25% - 8px)  !important;
  }
  .blog-card .card-body {
    padding: 13px !important;
  }
  .section-about-2 .ContentLeft {
    padding-left: 5% !important;
    padding-right: 0% !important;
}
  .section-intro::after {
    top: 0 !important;
  }
  .section-musical h5 {
    margin-bottom: 20px;
  }
  .section-booking .block-image {
    margin-top: -300px;
    padding-left: 25px;
  }
  .LettsStartPlan .bg {
    padding: 0px 0 !important;
  }
  .banner h1 {
    font-size: 80px;
  }
  .navbar-collapse>ul {
      gap: 10px;
  }
  .nav-links {
      padding-top: 20px;
  }
  .book-btn {
      padding-top: 20px;
  }
  h1 {
      font-size: 4.5em;
  }
  .section-intro::after {
      top: 18%;
  }
  .section-gallery .slick-initialized .slick-slide {
      margin: 0 10px;
  }
  .section-gallery .slick-initialized .slick-list.draggable {
      margin-right: -10px;
      margin-left: -10px;
  }
  .card-package .card-image {
      width: 40%;
  }
  .card-package .card-info {
      width: 60%;
  }
  .card-btn {
      padding-left: 10px;
      padding-right: 10px;
      min-width: 160px;
      text-align: center;
  }
  .card-package .text-wrapper {
      padding-left: 20px;
      padding-right: 20px;
  }
  .package-row {
      margin-bottom: 80px;
  }
  .package-row {
      gap: 60px;
  }
  .footer .widget-left {
      padding-right: 20px;
  }
  .footer {
      padding-top: 90px;
  }
  .footer .widget-left h5,
  .footer .widget-left p {
      font-size: .9em;
  }
  .social-media-menu ul li a svg {
      height: 18px;
  }
  .social-media-menu ul {
      gap: 15px;
  }
  .copyright {
      font-size: .65em;
  }
  .vertical-text {
      display: none;
  }
  .section-gallery .container-fluid {
      padding-left: 20px;
  }
  .section-explore .text-wrapper {
      margin-left: 40px;
      width: auto;
  }
  .banner-sm::before {
      width: 630px;
  }
  .banner-sm {
      padding-top: 180px;
  }
  .section-about-2 {
      padding-bottom: 50px;
  }
  .template-about-us .section-gallery {
      padding-top: 50px;
  }
  .card-package .text-wrapper {
    padding-bottom: 0px;
  }
  .testimonials .testimonial-item p {
    padding: 0px 160px;
  }
  .nav-button {
    width: 47px;
    height: 47px;
  }
  .nav-button.fa-arrow-left {
    position: absolute;
    left: 10px;
  }
  .nav-button.fa-arrow-right {
    right: 10px;
  }

}

@media(max-width:991px) {
  .location-map {
    margin-bottom: 0px;
    margin-top: 45px;
  }
  .related-blog {
    padding-left: 0 !important;
  }
  .blog-card-full .card-body {
    padding: 14px;
    min-height: 100px;
}
  .blogs-grid {
    gap: 30px !important;
}
.blog-card {
  width: calc(50% - 15px) !important;
}
.blog-card .card-body {
  padding: 20px !important;
}
  .AboutSection .text-wrapper h3{
    text-align: center;
  }
  .LettsStartPlan {
    text-align: center;
  }
  .LettsStartPlan .Call-Cnt {
    border: none !important;
  }
  .discover-section .page-btn-primary {
    display: flex;
    justify-content: center;
  }
  .Faqs button[aria-expanded=true]+.Faqs-content p {
    text-align: left !important;
  }
  .section-booking .block-image {
    height: auto !important;
  }
  .section-moments .page-btn-primary{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .section-moments .page-btn-primary a{
    max-width: 100% !important;
  }
  .section-booking .block-image {
    padding-left: 0px;
  }
.section-booking .page-btn-primary {
 display: flex;
 justify-content: center;
}
  .discover-section .block-image-left {
    height: auto !important;
  }
  .activities-slider .service-card {
    width: 100% !important;
  }
  .package-header h2 {
    font-size: 40px;
  }
  .package-header .price {
    font-size: 23px !important;
  }
  /* .header.fixed-header .header-wrapper {
      background: rgb(255 255 255 / 94%);
  } */
  .header .container-fluid {
      padding: 0 0;
  }
  .page-btn-primary a {
      font-size: 1em;
      /* margin: 0 auto !important; */
      display: block !important;
      max-width: 190px;
  }
  .menu-left .site-logo {
      display: none;
  }
  .site-logo {
      transform: none;
      padding-left: 0;
      position: static;
      left: auto;
      top: 10px;
      display: none !important;
  }
  .nav-links {
      padding-top: 0;
      /* backdrop-filter: blur(20px); */
      /* min-height: 100vh; */
      background: rgb(255 255 255 / 97%);
  }
  .book-btn {
      display: none;
  }
  .brand {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      width: 100%;
  }
  .brand .site-logo {
      display: block;
      transform: translate(0, 0);
      max-width: 160px;
      transition: all .3s ease;
      display: block !important;
  }
  .bar {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #ffffff;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
  }
  .navbar-toggler {
      width: 40px;
      height: 30px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      padding: 0;
      margin: 0;
      outline: none;
      box-shadow: none;
  }
  .navbar-toggler:hover,
  .navbar-toggler:focus {
      box-shadow: none;
      outline: none;
  }
  .navbar-toggler span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
  }
  .navbar-toggler span:nth-child(2) {
      top: 8px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
  }
  .navbar-toggler span:nth-child(3) {
      top: 16px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 1px;
      left: 5px;
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
      width: 0%;
      opacity: 0;
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 27px;
      left: 5px;
  }
  .menu-bar {
      position: relative;
      padding: 18px 15px !important;
  }
  .not-transparent .menu-bar {
     /* background-color: #000; */
     backdrop-filter: blur(30px) brightness(1.2);
     background: transparent;
  }
  .menu-left {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      /* min-height: 100vh; */
  }
  .navbar-collapse>ul {
      gap: 0;
      flex-direction: column;
      width: 100vw;
  }
  .navbar-collapse>ul li {
      width: 100%;
  }
  .navbar-collapse>ul>li>a {
      padding: 14px 20px;
      font-size: 18px;
      color: var(--base-black);
      border-bottom: 1px solid #f1f1f1;
  }
  .navbar-collapse>ul>li.hide-lg {
      display: block;
  }
  h1 {
      font-size: 3em;
      line-height: 1.3;
  }
  .header.fixed-header .brand .site-logo {
      max-width: 100px;
      display: block !important;
  }
  .section-intro::after {
      top: 12%;
  }
  .section-intro .text-wrapper {
      margin-left: 0;
      max-width: none;
      margin-top: 15px;
  }
  .section-intro .text-wrapper p {
      font-size: 14px;
      text-align: left;
      padding: 0 0;
      line-height: 22px;
  }
  .section-booking .block-image {
      margin: 0 auto;
      margin-top: 0;
      max-width: 100%;
      height: 251px;
      overflow: hidden
  }
  .section-booking .block-image img {
      object-fit: cover;
      max-height: fit-content !important;
      height: 100%;
      width: 100%;
      object-position: center;
  }
  .section-beach .text-wrapper-center .block-image {
      margin: 0 auto;
      margin-top: 0;
      max-width: 100%;
      height: 240px;
  }
  .section-beach .text-wrapper-center .block-image img {
      object-fit: cover;
      max-height: fit-content !important;
      height: 100%;
      width: 100%;
      object-position: center;
  }
  .section-booking {
      padding-bottom: 20px;
      padding-top: 40px;
  }
  .section-booking .text-wrapper {
      max-width: none;
      margin-bottom: 40px;
      padding-top: 0;
      text-align: center;
  }
  .section-booking .text-wrapper p {
      font-size: 18px;
  }
  .section-beach .container-fluid {
      padding-left: 20px;
  }
  .section-beach .text-wrapper-left {
      padding-left: 0;
  }
  .section-beach .text-wrapper-left p {
      font-size: 18px
  }
  .section-beach .text-wrapper-center {
      padding-top: 60px;
  }
  .section-beach .tagline-list ul {
      margin-bottom: 60px;
  }
  .section-beach .text-wrapper-right .block-image {
      padding-top: 0;
  }
  .section-beach {
      padding-bottom: 60px;
  }
  .section-explore .text-wrapper {
      margin-left: 0;
      padding-top: 30px;
  }
  .section-explore .text-wrapper p {
      margin-left: 0;
      font-size: 15px;
      text-align: center;
  }
  .gap-lg {
      height: 40px;
  }
  .section-explore .flex-center {
      margin-bottom: 60px;
      height: auto;
  }
  .section-moments h3 {
      margin-bottom: 30px;
      font-size: 19px;
  }
  .section-moments .text-wrapper {
      margin-bottom: 60px;
  }
  .section-moments .text-wrapper p {
      font-size: 16px;
  }
  .section-moments {
      padding-bottom: 100px;
  }
  .top-overlay-images ul {
      margin-right: 20px;
      margin-left: 20px;
  }
  .section-gallery .container-fluid {
      padding-left: 20px;
  }
  .card-package {
      flex-direction: column;
  }
  .card-package .card-image {
      width: 100%;
      text-align: center;
  }
  .card-package .card-info {
      width: 100%;
      background: transparent linear-gradient(0deg, #FFF 0%, #FFF0 100%) 0% 0% no-repeat;
      min-height: 0;
  }
  .card-btn {
      min-width: 220px;
      min-height: 180px;
  }
  .card-package .text-wrapper {
      padding-top: 40px;
      text-align: center;
      font-size: 16px;
  }
  .section-address .brand-logo {
      margin-bottom: 80px;
  }

  .footer-widgets-container .widget {
      width: 100%;
  }
  .footer-menu ul {
      text-align: left;
      font-size: 18px;
  }
  .footer .widget-right {
      padding-top: 60px;
  }
  .footer .widget-left {
      padding-right: 0;
      padding-top: 0;
  }
  .footer .widget-left p {
      text-align: left;
      width: 100%;
  }
  .footer .widget-left h5 {
      text-align: left;
      width: 100%;
  }
  .section-vibes .text-wrapper {
      padding-right: 20px;
  }
  .section-intro .block-image-right {
      margin-left: 0;
  }
  .section-intro .text-wrapper-left {
      max-width: none;
  }
  .section-intro .gap-md {
      height: 0;
  }
  .contact-info {
      padding: 80px 60px 310px;
  }
  .container-location-form {
      padding-left: 60px;
      padding-right: 60px;
  }
  .contact-info .container-left h2 {
      margin-bottom: 100px;
  }
  .section-contact {
      padding-top: 240px;
      padding-bottom: 40px;
  }
  .container-contact-form {
      padding-top: 40px;
  }
  .container-contact-form h3 {
      line-height: 1.1;
  }
  .template-packages .section-packages h1 {
      font-size: 3.6em;
  }
  .section-about-2 {
      margin-top: 0px;
  }
  .section-about-2 .row [class*="col-"]:nth-child(1) {
      order: 1;
  }
  .section-about-2 .container-middle h6 {
      margin-bottom: 35px;
  }
  .section-about-2 .container-right {
      padding-top: 0;
  }
  .section-about-2 .container-right h6 {
      margin-bottom: 25px;
  }
  .section-about-2 .container-left {
      padding-top: 25px;
      max-width: none;
  }
  .section-about-2 {
      padding-bottom: 30px;
  }
  .template-about-us .section-gallery {
      padding-top: 40px;
  }


  /* OUR SERVICE */
  .service-card {
    width: calc(50% - 10px) !important;
  }
  .header.fixed-header .menu-bar .bar {
    background-color: var(--base-black);
  }
  .not-transparent .menu-bar .bar {
    background-color: var(--base-black);
  }
  .ServiceDetails .block-image-left{
    height: 420px;
    object-fit: cover;
  }
  .ServiceDetails .block-image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-explore .text-wrapper {
    margin-left: 15px;
  }
  .ServiceDescription .text-wrapper {
    max-width: 100% !important;
}
.section-explore .text-wrapper {
  max-width: 100%;
  text-align: center;
}

.DestinationGrid-Main li .Cnt .page-btn-primary a{
display: inline-flex !important;
}
}

@media(max-width:767px) {
  .section-address {
    position: relative;
  }
  .section-address::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5)); /* Adjust the colors and opacity as needed */
    pointer-events: none; /* Allows clicks to pass through the overlay */
  }
  .section-musical .text-wrapper {
    text-align: center !important;
    max-width: 100%;
  }
  .blog-header h2 {
    text-align: left;
  }
  .blog-details h4 {
    font-size: 20px !important;
  }
  .termsConditions ul {
    padding-left: 31px !important;
  }
  .Faqs button {
    font-size: 17px !important;
  }
  .footer .widget-left h5 {
    text-align:center;
  }
  .footer .widget-left p {
    text-align:center;
  }
  .contact-info .container-left h2 span {
    display: contents;
  }
  .contact-info .container-left h2{
    text-align: left;
  }
  .HomeSectionIntro .text-wrapper h3 {
    text-align: center !important;
  }
  .HomeSectionIntro .text-wrapper h2 span {
    padding: 7px 0 0px !important;
}
.HomeSectionIntro .text-wrapper h2 {
  margin-top: 30px !important;
}
  .HomeSectionIntro .text-wrapper h2 {
    text-align: center !important;
  }
  .section-intro .text-wrapper p {
    text-align: center;
}
  .HomeSectionIntro .text-wrapper h3 {
    text-align: center;
}
  .section-football .text-wrapper {
    text-align: center !important;
  }
  .page-btn-primary a {
    margin: 0 auto !important;
}
  .destination-grid li {
    width: calc(100% - 20px) !important;
  }
  .package-header .price {
    padding: 11px 0;
  }
  .package-header h2 {
    text-align: left !important;
  }
  .day {
    position: unset !important;
    margin-bottom: 10px;
  }
  .single-day {
    display: unset;
    padding-left: 0 !important;
  }
  .single-day::before {
    display: none;
}
  .card-package .text-wrapper {
    padding-right: 0px !important;
  }
  .banner p {
    font-size: 16px;
  }
  .ServiceDetails .block-image-left {
    height: auto;
}
  .footer-menu ul {
    text-align: center;
  }
  .footer-menu .block-image   {
    display: ruby-text;
  }
  .footer-widgets-container {
    flex-direction: column;
    align-items: center;
}
  h3 {
      line-height: 1.1;
  }
  h2 {
      line-height: 1.1;
      font-size: 28px !important;
      text-align: center;
      letter-spacing: -1px;
  }
  h6 {
      font-size: .65em;
  }
  .brand .site-logo {
      max-width: 110px;
  }
  .menu-bar {
      padding: 10px 15px !important;
  }
  .header.fixed-header .brand .site-logo {
      max-width: 90px;
  }
  .navbar-toggler {
      width: 30px;
      height: 22px;
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
      top: 21px;
  }
  .section-intro {
      padding-bottom: 61px;
      top: -1px;
  }
  .section-intro::after {
      top: 0;
  }
  .section-intro .image-block {
      margin-bottom: 45px;
      border-bottom-right-radius: 116px;
      overflow: hidden;
      max-width: 100%;
      margin: 0 auto;
      padding: 0px 10px;
  }
  .section-intro .text-wrapper h5 {
      line-height: 1.3;
      text-align: center;
  }
  .section-intro .brand-bg {
      margin-bottom: -35px;
  }
  .card-package .card-info {
      flex-direction: column;
  }
  .card-package .text-wrapper {
      flex: 0 1 auto;
  }
  .section-beach {
      border-top-width: 60px;
  }
  .section-beach .container-fluid {
      padding-right: 20px;
      padding-top: 15px;
  }
  .section-beach .text-wrapper-left .block-image {
      margin-bottom: 35px;
      /* height: 227px; */
      width: 100%;
      margin-top: 21px;
  }
  .section-beach .text-wrapper-center {
      padding-top: 25px;
  }
  .section-gallery .section-head h6 {
      margin-bottom: 10px;
      text-align: center;
  }
  .section-gallery .section-head {
      margin-bottom: 50px;
  }
  .section-packages {
      padding-top: 80px;
  }
  .section-packages .section-head {
      margin-bottom: 50px;
  }
  .card-package h4 span {
      font-size: .6em;
      line-height: 1.1;
  }
  .card-package .text-wrapper {
      padding-bottom: 10px;
      width: 95%;
  }
  .card-package .text-wrapper h4 {
      font-size: 20px;
  }
  .card-package .text-wrapper .price-label {
      font-size: 24px;
  }
  .card-package .text-wrapper li {
      font-size: 17px;
      /* margin-left: 7px; */
  }
  .tagline-list ul li {
      letter-spacing: 1px;
      font-size: 16px;
      line-height: 22px;
  }
  .section-beach .text-wrapper-center {
      padding-bottom: 40px;
  }
  .card-btn {
      min-height: 0;
      border-left: 0;
      padding-bottom: 40px;
      display: flex;
      justify-content: center;
      font-size: 18px;
  }
  .footer .container-fluid {
      flex-direction: column;
  }
  .footer-menu ul {
      gap: 12px;
  }
  .section-box .block-image-circle {
      width: 520px;
      height: 520px;
      border-width: 18px;
  }
  .section-box {
      padding-bottom: 65px;
      padding-top: 120px;
  }
  .flight-anim {
      top: 8px;
      transform: rotate(-15deg) translate(-40px, -17px);
      background: #f2f5f4;
      z-index: 1;
      /* max-width: 47px !important; */
  }
  .gap-lg {
      height: 15px;
  }
  .section-explore {
      padding-bottom: 60px;
  }
  .section-vibes .text-wrapper {
      padding-top: 60px;
  }
  .section-gallery {
      padding-bottom: 20px;
      margin-top: 60px;
  }
  .top-overlay-images ul {
      /* flex-wrap: wrap; */
      gap: 15px;
  }
  .top-overlay-images ul {
      margin-right: 0;
      margin-left: 0;
  }
  .section-gallery .container-fluid {
      padding-right: 20px;
  }
  .section-vibes .text-wrapper p {
      margin-bottom: 50px;
      font-size: 18px;
  }
  .section-vibes .text-wrapper {
      padding-bottom: 80px;
  }
  .section-moments {
      padding-top: 30px;
      padding-bottom: 0;
  }
  .section-moments h6 {
      margin-bottom: 30px;
  }
  .section-moments .block-image {
      margin-bottom: 40px;
      aspect-ratio: 1/1.5;
  }
  .section-moments .block-image  img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-moments .text-head {
    bottom: 0;

}
.section-moments .text-head h2{
    line-height: 24px;

}
  .section-packages {
      padding-bottom: 80px;
  }
  .section-address h4 {
      letter-spacing: 1.2px;
  }
  .package-row {
      margin-bottom: 50px;
      padding-top: 0;
  }
  .section-address h2 {
      font-size: 1.6em;
      line-height: 1.1;
  }
  .section-address h4 {
      line-height: 1.2;
  }
  .section-address {
      padding-bottom: 60px;
      padding-top: 70px;
  }
  .footer .widget-left ul:first-child {
      margin-bottom: 40px;
      text-align: center;
      /* margin: 0 auto; */
      width: 100%;
  }
  .social-media-menu {
    margin: 0 auto;
  }
  .footer .widget-left h5 {
      margin-bottom: 25px;
  }
  .contact-info .container-left h2 {
      margin-bottom: 35px;
  }
  .section-contact {
      padding-top:48px;
  }
  .container-contact-form input[type="submit"] {
      letter-spacing: 10px;
      height: 52px;
  }
  .template-packages .section-packages {
      padding-top: 140px;
  }
  .template-packages .section-packages h1 {
      margin-bottom: 60px;
  }
  h1 {
      font-size: 1.7em;
      line-height: 70px;
  }
  .banner-sm::before {
      width: 520px;
  }

  .service-card {
    width: 100% !important;
}
.gallery-slider .prev-arrow {
  position: absolute;
  top: -120px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.gallery-slider .next-arrow {
  position: absolute;
  top: -120px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
}

@media(max-width:576px) {
  .gallery-slider .next-arrow i, .gallery-slider .prev-arrow i {
    width: 25px;
    height: 25px;
  }
  .gallery-slider .next-arrow::before, .gallery-slider .prev-arrow::before {
    height: 39px;
    width: 39px;
    top: -7px;
    left: -6.5px;
}

  .gallery-slider li h3 i {
    background-color: var(--base-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    width: 23px;
    height: 23px;
    border-radius: 32px;
    position: relative;
    transition: all .3s ease-in;
  }
  .gallery-slider li h3 i::before {
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    border: 1px dashed var(--base-white);
    top: -8.5px;
    left: -8.5px;
    border-radius: inherit;
    animation: spin 10s linear infinite;
  }

  .DestinationGrid-Main li .Cnt {
    position: unset !important;
    margin-top: 15px;
    padding: 0px 0 !important;
  }
  .DestinationGrid-Main li .Cnt h3,
  .DestinationGrid-Main li .Cnt p {
    color: var(--base-black) !important;
  }
  .blog-header h2 {
    text-align: left;
  }
  .blog-details h4 {
    font-size: 18px !important;
  }
  .blog-card {
    width:100% !important;
  }
  .HomeSectionIntro .destination-wraper h2 span {
    font-size: 30px !important;
}
  .contact-info .container-left h2 {
    text-align: center ;
}
.btn-location p {
  max-width: 100% !important;
}
  .ProductPageBanner h1 {
    color: #ffffff !important;
    mix-blend-mode: luminosity;
}
  .HomeBanner {
    padding-top: 274px !important;
  }
  .section-box .block-image-circle {
      width: 280px;
      height: 280px;
      border-width: 10px;
  }
  .contact-info,
  .container-location-form {
      padding-left: 20px;
      padding-right: 20px;
  }
  .contact-info {
      font-size: 20px;
      text-align: center;
  }
  .template-packages .section-packages h1 {
      font-size: 2.2em;
  }
  .banner-sm::before {
      width: 300px;
      transform: translate(-50%, 0);
      top: 25%;
  }
  .banner p {
    padding: 0;
  }
}
.banner h3{
  color: var(--base-white);
  text-align: center;
}

.AboutPageBanner {
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.5s;
  visibility: hidden;
  opacity: 0;
  background-position: center !important;
}

.AboutPageBanner::after {
  content: "";
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent linear-gradient(0deg, #f2f7fb 0%, #ffffff 92%, #ACD4DF00 100%) 0% 0% no-repeat;
  aspect-ratio: 1920/456;
  transform: translateY(-16.44%);
}

.AboutSection {
  width: 100%;
  background-color: #F2F7FB;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.section-about-2 .ContentLeft {
  color: #505351;
  font-size: 16px;
  padding-top: 28%;
  position: relative;
  z-index: 10;
  text-align: left;
  /* max-width: 462px; */
  padding-left: 15%;
  padding-right: 19%;
  line-height: 21px;
}

.section-about-2 .ContentLeft h6 {
  font-family: var(--secondary-condensed);
  font-size: 1.33em;
  color: var(--h3-color);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  padding: 20px 0 0px;
}

.section-about-2 .ContentLeft h6 span {
  color: var(--primary-color);
}

#map {
  width: 100%;
  height: 1080px;
  max-width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

@keyframes reveal {
  0% {
      transform: translate(0, -10%) scale(1.6, 1.6);
      filter: blur(40px);
      transform-origin: center;
  }
  100% {
      transform: translate(0, 0) scale(1, 1);
      visibility: visible;
      opacity: 1;
  }
}

@keyframes Homereveal {
  0% {
      transform: translate(0%, -5%) scale(1.5, 1.5);
      transform-origin: center;
      filter: blur(40px);
  }
  100% {
      transform: translate(0, 0) scale(1, 1);
      visibility: visible;
      opacity: 1;
  }
}

.banner h1 {
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.5s;
  visibility: hidden;
  opacity: 0;
  animation-delay: .03s;
}

@keyframes TextReaveal {
  0% {
      transform: translate(0, 100%);
      transform-origin: center;
  }
  100% {
      transform: translate(0, 0);
      visibility: visible;
      opacity: 1;
  }
}

.AnimatedLine {
  position: absolute;
  left: 49%;
  top: 52%;
  transform: translate(-50%, -50%) rotateY(45deg);
  height: 100vh;
}

.AnimatedLine img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.chat {
  position: fixed;
  bottom: 70px;
  right: 2%;
  z-index: 999;
  width: 68px;
}

.chat a {
  display: block;
  width: 68px;
}

.chat a img {
  max-width: 100%;
}

.ProductPageBanner {
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.5s;
  visibility: hidden;
  opacity: 0;
}
.ProductPageBanner h1 {
 text-align: center;
 margin: 0;
 position: absolute;
 right: 0;
 width: 100%;
 max-width: 100%;
 bottom: 47%;
 color: #afd022;
 mix-blend-mode: luminosity;
}

.MenuPageBanner::after {
  content: "";
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent linear-gradient(0deg, #ffffff 0%, #f3f7f9 92%, #ACD4DF00 100%) 0% 0% no-repeat;
  aspect-ratio: 1920/456;
  transform: translateY(-16.44%);
}

.ServiceDetails {
  position: relative;
  z-index: 99;
  background-color: var(--base-white);
  padding-bottom: 0;
  padding: 120px 0px;
}


.DrinksSection {
  position: relative;
  z-index: 100;
}


/* Gallery Page  */

.GalleryBanner {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(0deg, #ffffff, #519086, #006b6a);
}

.BannerVideoBg {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
  opacity: 1;
}

.GalleryBanner h1 {
  animation-delay: 1.2s;
  position: absolute;
  z-index: 99;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-align: center;
  font-family: var(--banner-font);
  letter-spacing: -2px !important;
  text-transform: none;
  font-size: 120px;
  max-width: 100%;
  line-height: 125px;
  text-transform: capitalize !important;
}

.BannerVideoBg::after {
  content: "";
  bottom: 0%;
  height: 27%;
  width: 100%;
  position: absolute;
  left: 0;
  background: transparent linear-gradient(0deg, #ffffff 10%, rgb(244 248 249 / 0%) 100%)0% no-repeat;
  z-index: 9;
}

.BannerVideoBg video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 0;
  width: 100%;
  height: 100%;
}

.GallerySection {
  background-color: transparent linear-gradient(0deg, rgb(244 248 249 / 0%) 10%, #f4f8f9 100%) 0% 0% no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 99;
}

.GallerySection .GallerOuter {
  max-width: 94%;
  margin: 0 auto;
}

.GallerySection .section-head {
  margin-bottom: 0;
  text-align: center;
}

.GallerySection .section-head h1 {
  color: #1B1D21;
  margin-bottom: 11px;
}

.GallerySection .section-head h6 {
  color: #1B1D21;
  margin-bottom: 11px;
}

.GallerySection .section-head h2 {
  color: #2C3A30;
  font-size: 3.5833em;
}

.GalleryGrid {
  column-width: 350px;
  column-gap: 15px;
}

.GalleryGrid img {
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
}

.GalleryLightBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: rgb(255 255 255 / 98%);
  perspective: 1000;
  z-index: 99999;
  backdrop-filter: blur(50px);
}

.Galleryfilter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.GalleryLightBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
  animation: reveals 1s forwords;
}


/*.lightbox:hover img{
transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="GalleryNav"] {
  height: 200px;
  width: 50px;
  background: rgb(0 0 0 / 0%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="GalleryNav"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.GalleryNext {
  right: 0;
}

.GalleryNext:after {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.GalleryPrev {
  left: 0;
}

.GalleryPrev:after {
  border-left: 1px solid black;
  border-top: 1px solid black;
}

.GalleryClose {
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background: rgb(0 0 0 / 0%);
  margin: 20px;
  cursor: pointer;
}

.GalleryClose:after,
.GalleryClose:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.GalleryClose:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.GalleryClose:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.GalleryTitle {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0;
}

.BookBtnMobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  display: block;
  z-index: 9999;
}

.BookBtnMobile a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px 10px;
  background-color: var(--base-black);
  color: var(--base-white);
  font-family: var(--primary-font);
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 400;
  transition: all .2s ease;
}

.FooterMap {
  width: 100%;
  position: relative;
  height: 120%;
}

#FooterMap {
  height: 100%;
  width: 100%;
}

.GetDirection {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90px);
  text-align: center;
  width: auto;
  color: #000;
  /* background: #fff; */
  font-size: 16px;
  padding: 100px 0 0;
  display: block;
}

.GetDirection:before {
  position: absolute;
  bottom: -5px;
  left: -5px;
  content: '';
  height: 20px;
  background: #fff;
  width: 100%;
  display: block;
  z-index: -1;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 10px;
}


/* FAQs */

.FaqBanner {
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 92%) 0% 0% no-repeat;
  padding: 102px 0 42px;
  border-bottom: 1px solid #eeeeee;
}

.GlobexgoFaqs {
  padding: 0 0;
  max-width: 100%;
  padding: 80px 0;
  background: #fff;
}

.GlobexgoFaqs h2 {
  font-size: 36px;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 50px;
  font-family: var(--primary-condensed);
  padding-top: 44px;
  text-align: center;
}

/* .Faqs {

} */
.Faqs h3 {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 25px;
  padding-bottom: 15px;
  font-weight: 500;
}

.Faqs .Faqs-item {
  border-bottom: 1px solid #e7e7e7;
}

.Faqs .Faqs-item button[aria-expanded=true] {
  border-bottom: 1px solid #ffffff;
}

.Faqs button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 15px 0;
  color: #878889;
  font-size: 21px;
  font-weight: 400;
  border: none;
  text-transform: uppercase !important;
  background: none;
  outline: none;
  font-family: var(--secondary-condensed);
}

.Faqs button:hover,
.Faqs button:focus {
  cursor: pointer;
  color: #8b8b8b;
}

.Faqs button:hover::after,
.Faqs button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.Faqs button .Faqs-title {
  padding: 0 0 0 0;
  text-transform: uppercase;
  padding-right: 40px;
  display: inline-block;
}

.Faqs button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 5px;
  width: 22px;
  height: 22px;
  border: 1px solid #989696;
  border-radius: 22px;
  background: #989696;
}

.Faqs button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
  color: #ffffff;
}

.Faqs button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  color: #ffffff;
  background: currentColor;
}

.Faqs button[aria-expanded=true] {
  color: var(--h2-color);
}

.Faqs button[aria-expanded=true] .icon::after {
  width: 0;
}

.Faqs button[aria-expanded=true]+.Faqs-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.Faqs .Faqs-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.Faqs .Faqs-content p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  margin: 7px 0 26px;
  color: var(--h2-color);
  font-family: var(--primary-font);
}

.Faqs ul {
  list-style: disc;
  font-size: 20px;
  padding-left: 17px;
}

.Faqs ul li {
  list-style: disc;
  font-size: 18px;
  color: #666;
  margin-bottom: 7px;
  text-transform: capitalize;
  font-family: var(--secondary-font);
}

.Faqs ul li a {
  font-weight: 400;
  list-style: disc;
  font-size: 16px;
  color: var(--h2-color);
  text-decoration: underline;
  padding: 0 0 0 4px;
  font-family: var(--primary-font);
}

.Faqs a.primary,
.Faqs ul li a.primary {
  list-style: disc;
  font-size: 16px;
  color: var(--primary-color) !important;
}

.Terms {
  background: #f7f7f7;
  padding: 8% 0px;
  width: 100%;
}

.Terms h2 {
  font-size: 38px;
  text-align: left;
  /* padding-bottom: 14px; */
  color: #d3a10e !important;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: var(--secondary-condensed);
}

.PrivacyPolicyTerms {
  padding: 0 0;
  max-width: 1300px;
  margin: 0 auto;
}

.PrivacyPolicyTerms p {
  font-size: 16px;
  font-weight: 200;
  margin: 11px 0 21px;
  line-height: 24px;
  font-style: normal;
  color: var(--h2-color);
  font-family: var(--primary-font);
}

.PrivacyPolicyTerms h5 {
  font-family: var(--primary-condensed);
  font-size: 24px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: var(--secondary-condensed);
}

.PrivacyPolicyTerms ul {
  padding: 0;
  margin: 0
}

.PrivacyPolicyTerms ul li {
  list-style: none;
}


/* ANIMATION  */

div~.ImgZoom {
  overflow: hidden;
}

.ImgZoom {
  transform-origin: center;
  transform: scale(1, 1);
  transition: all .3s;
}

.ImgZoom:hover {
  transform: scale(1.02, 1.02);
  transform-origin: center;
  transition: all .3s;
}

@media(min-width:991px) {
  .BookBtnMobile {
      display: none;
  }
  .bg-cover {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      opacity: 1;
      z-index: 1;
      aspect-ratio: 1920/1080;
      background-position: bottom;
  }
}

.AboutSection:after {
  background: transparent linear-gradient(180deg, #ffffff 0%, #f0f4ff 20%, #f2f7fb 100%) 0% 0% no-repeat !important;
}

video {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 0;
  width: 100%;
  height: 100%;
  display: block;
}

.section-football {
  width: 100%;
  padding: 150px 0;
  background-size: contain;
  background-position: center 35%;
}

.section-football .text-wrapper {
  padding-left: 15%;
  padding-top: 60px;
}

.section-football .text-wrapper .page-btn-primary  {
  margin-top: 5%;
}


.section-football .text-wrapper .tagline-list {
  padding-bottom: 30px;
}

.section-football .text-wrapper .tagline-list ul li {
  color: var(--h3-color);
}

.section-football .text-wrapper p {
  max-width: 420px;
  font-size: 20px;
  line-height: 29px;
}

@media(max-width:991px) {
  .section-packages .page-btn-primary{
    display: flex;
    justify-content: center;
  }

  .ServiceDetails {
    padding: 35px 0px;
}
  .HomeBanner {
      /* background-image: url(assets/images/banner-main-mob.webp) !important; */
      padding-top: 274px;
  }

  .section-intro .brand-bg {
      width: 100%;
      max-width: 100%;
      margin-bottom: -116px;
      margin-left: -22px;
      position: absolute;
  }
  .HomeSectionIntro .text-wrapper h2 {
      font-size: 10px;
      letter-spacing: 7px;
      text-transform: uppercase;
      text-align: left;
  }
  .HomeSectionIntro .text-wrapper h2 span {
      font-size: 38px;
      display: block;
      letter-spacing: 0;
      font-weight: 600;
      padding: 41px 0 0px;
  }
  .HomeSectionIntro .text-wrapper h3 {
      text-align: left;
  }

  .HomeBanner.banner h1 {
      text-align: center;
      font-family: var(--primary-font);
      letter-spacing: 0px !important;
      text-transform: none;
      font-size: 36px;
      max-width: 100%;
      line-height: 37px;
      color: #ffffff;
      position: relative;
      top: 0;
      font-weight: 400;
  }

  #map {
      width: 100%;
      height: 375px;
  }
  .GallerySection {
      padding-top: 15px;
      padding-bottom: 10px;
  }
  .FooterMap {
      width: 100%;
      position: relative;
      height: 400px;
  }
  .section-vibes .text-wrapper {
      padding-left: 20px;
      padding-right: 20px;
  }
  .social-media-menu {
      /* margin: 0 auto; */
      text-align: center;
      width: 115px;
  }
  .section-gallery .page-btn-primary {
      position: relative;
      right: 0;
      top: 26px;
  }
  .GalleryGrid {
      column-width: 270;
  }
  .section-football {
      padding: 40px 0 60px;
  }
  .section-football .text-wrapper {
      padding: 0;
      padding-top: 30px;
      text-align: left;
  }
  .section-football .text-wrapper p {
      font-size: 18px;
      max-width: 320px;
      margin: 5px auto;
  }
  .section-football .image-block {
      aspect-ratio: 1/1;
      padding: 10px 30px 0;
  }
  .section-football .image-block img {
      height: auto;
      width: 100%;
      object-fit: cover;
  }
  .banner h1 {
      text-align: center;
      font-size: 45px;
      line-height: 37px;
  }
  .section-about-2 .ContentLeft {
      
      padding: 0 !important;
  }
  .testimonials .container-fluid {
  
    padding: 40px 0 40px;
}

.blog-nav-button.fa-chevron-right {
    right: -13px;
}
.blog-nav-button.fa-chevron-left {
    left: -13px;
}
.blog-nav-button {
  transform: translateY(-50%);
  top: 50%;
    width: 24px;
    height: 24px;}
   
.card-package .text-wrapper{
  padding: 20px;
}
.home-blogs {
    width: 100%;
    padding: 30px 0;
}
.service-card .card-info {
    padding-top: 0px !important;
}
.home-blogs h2 {
    text-align: center;
}
.home-blogs h5 {
    text-align: center;
}

.testimonials .testimonial-item p {
    font-size: 15px;
    padding: 0 30px;
}
.testimonials h5 {
    width: 100%;
    font-size: 13px;
    text-align: center;
    padding-bottom: 0;
    font-weight: 300;
    padding-top: 0;
    color: #D9D9D9;
}

.testimonials .testimonial-item h4 {
  
    margin-bottom: 0;
}

.nav-button.fa-chevron-right {
    right: -13px;
}
.nav-button.fa-chevron-left {
    left: -13px;
}
.nav-button {
  top: 30%;
    width: 24px;
    height: 24px;}

    .gallery-slider li h3 {
    font-size: 16px;
}
.section-explore h2 span {
  display: unset;
}
}

@media(max-width:375px) {
  .banner {
      aspect-ratio: initial;
      width: 100%;
      max-width: 100%;
      background-position: 75%;
  }
}

@media(max-width:420px) {
  .GalleryGrid {
      column-width: 400;
  }
  .animated-text {
      font-size: 4.25em;
  }

 .ServiceDetails h2 span {
    display: inline-block;
}
  
}

@media(min-width:1300px) {
  .section-intro .container-fluid {
      max-width: 90%;
      margin: 0 auto;
  }
}
.section-services{
  width: 100%;
  display: block;
  padding: 5% 0;
}
.services-row {
    flex-flow: row wrap;
    gap: 20px;
    padding-bottom: 0px;
    padding-top: 20px;
}

.service-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
width:calc(33.33% - 14px );
    flex-flow: column;
}
.service-card .text-wrapper {
width: 100%;
padding-left: 0;
padding-right: 0;
text-align: center;
}
.service-card .card-image {
    display: block;
    flex-shrink: 0;
    width: 100%;
}

.service-card  .card-info{

    width: 100%;
    display:block ;
    min-height: auto;
    padding-top: 30px;
}
.LearnMoreButton {
    display: inline-flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-width: 133px;
    text-align: center;
    padding: 0 10px;
    background-color: #000000;
    color: var(--base-white);
    font-family: var(--primary-font);
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .2s ease;
}

.service-slider .service-card {

width:100% !important;}



.section-all-destinations{
  width: 100%;
  padding-top: 5%;
}

.destination-grid{
  display: flex;
  flex-flow: row wrap;
  gap:30px;
}



.destination-grid li {
  display: block;
  list-style: none;
  position: relative;
  cursor: pointer;
  width: calc(33% - 20px);
}
.destination-grid  li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: var(--base-white);
    text-align: center;
    letter-spacing: 1px;
    z-index: 9;
  }
  .destination-grid  li span   {
    display: block;
    width: 100%;
   
  }
  .destination-grid  li span  img {
    display: block;
    width: 100%;
   
  }
  .destination-grid  li img:before {
    content: "";
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 0px;
    height: 100%;
    opacity: 0;
    width: 100%;
    background-color: var(--base-black);
    z-index: 1;
    transition: all .3s;
  }
  .destination-grid  li:hover:before {
    opacity: 0.8;
    transition: all .3s;
    
  }

  .destination-grid  li span {
  display: block;
}


.section-activities{
  width: 90%;
  margin: 0 auto;
}




 .section-activities{
  width: 90%;
  display: block;
  padding: 0 0 100px;
  margin: 0 auto;
}


.section-activities .service-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-flow: column;
  padding-right: 30px;
}

.template-activity .section-explore{
  padding-top: 5%;
  
}

.template-activity .section-activities{
  padding-top: 5%;
  
}

.template-activity .section-activities .section-head *{
  text-align: center !important;

  
  
}

.template-activity .section-activities .activities-slider{
padding-top: 2%;

  
  
}

.template-activity  .section-gallery {
  
  padding-bottom: 20px;
}



.template-packages .container-fluid{
  padding-top: 5%;

}
.template-packages .container-fluid:first-child{
  padding-top: 0 !important;

}

.page-btn-primary  {
  padding-top: 5%;
}




.section-package-details {
  width: 100%;
  background-color: #F2F7FB;
  padding-top: 50px;
  padding-bottom: 100px;
}
.package-cover-image{
  width: 100%;
  margin: 0 auto;
}

.package-cover-image img{
  width: 100%;
  max-width: 100%;
}

.share-block{
  width: 100%;
  margin: 0 auto;
  background-color: var(--base-white);
  padding: 20px 30px;
  display: block;
}
.share-options{
  width: 100%;
  display: flex;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.share-options li{
  width: 100%;
  display: flex;
  list-style: none;
  width: 56px;
  height: 56px;
  border-radius: 60px;
  background-color: #F1F1F1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.share-options li img{
object-fit: contain;
max-width: 100%;
height: 34px;
display: block;
}


.inquiry-block{
  width: 100%;
  margin: 20px auto;
  background-color: var(--base-white);
  padding: 20px 30px 40px;
  display: block;
}
.input-group{
  width: 100%;
  display: block;
  margin-top: 14px;
}

.input-group label{
font-size: 14px;
color: var(--dark-shade-1);
font-family: var(--secondary-condensed);
line-height: 14px;
padding-bottom: 10px;
}

.input-group input{
 width: 100%;
 padding: 10px 15px;
 border-radius: 6px !important;
 border: 1px solid var(--body-color);
 font-size: 14px;
 color: var(--dark-shade-1);
}

.input-group input:focus{
  border: 1px solid var(--primary-color) !important;
  box-shadow: none;
  outline: none !important;
 }
 
 .input-group textarea{
  width: 100%;
  padding: 10px 15px;
  border-radius: 6px !important;
  border: 1px solid var(--body-color);
  font-size: 14px;
  color: var(--dark-shade-1);
  min-height: 86px;
  max-height: 86px;
 }

 .input-group textarea:focus{
   border: 1px solid var(--primary-color) !important;
   box-shadow: none;
   outline: none !important;
  }
  .checkbox{
      width: 100%;

  } 
  .checkbox input{
      font-size: 18px;

  } 
   .checkbox label{
      font-size: 14px;
      color:#989898;
      line-height: 14px;
      padding-bottom: 10px;
      
  }

  .checkbox label a{
      font-size: 14px;
      color:var(--dark-shade-1);
      line-height: 14px;
      padding-bottom: 10px;
      
  }

  .packages-link{
      width: 100%;
  }
  
  
  .packages-block{
  width: 100%;
  margin: 10px auto;
  background-color: var(--base-white);
  padding: 20px 30px 40px;
  display: block;
}



.related-packages{
  width: 100%;
  margin: 0;
  padding: 0;
}
.related-packages li {
  border-bottom: #F1F1F1 solid 1px;
  list-style: none;

}
.related-packages li a{
  padding: 20px 0;
  display: block;
  

}

.related-packages li h3{
  padding-bottom: 0;
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  color:#989898;

}
.related-packages li a:hover h3{

  color:var(--primary-color);

}
.related-packages li p{
  padding-bottom: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:#989898;

}

.related-packages li a:hover p{

  color: var(--base-black);

}
.package-details-block{
  width: 100%;
  margin: 0 auto;
  padding: 50px 50px;
  background-color: var(--base-white);
}

.package-header{
  width: 100%;
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
}

.breadcrumbs{
  display: flex;
  line-height: 14px;
  color: var(--dark-shade-1);
  padding-bottom: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7b7b7b;
}
.breadcrumbs span{
  padding: 0 15px;
  border-left: 1px solid var(--primary-color);
}

.breadcrumbs span:first-of-type{
  padding-left: 0;
  border-left: none;
}
.package-header h2{
 font-size: 44px;
 line-height: 48px;
 color: var(--base-black);
 padding: 20px 0;
 margin: 0;
}

.package-header p{
  color: var(--base-black);
  padding-bottom: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.package-header .price{
  color: var(--dark-shade-1);
  font-weight: 600;
  padding:20px 0;
  margin: 0;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.package-header .price span{
  color: var(--dark-shade-1);
  font-weight: 300;
  padding:20px 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
 
}



.package-call-button{
  margin-top: 10px;
  width: 200px;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--base-white);
  background-color: var(--primary-color);
  border: none;
  outline: none;
  /* box-shadow: #AECFB3 0 12px 34px ; */
  transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: block;
}

.package-call-button i{
  margin-right: 20px;
}
.package-call-button:hover{
  box-shadow: #AECFB3 0 0px 0px ;
  color: var(--light-shade-1) !important;
  transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}


.package-details{
  width: 100%;
  padding-top: 50px;
}
.day-chart{
  width: 100%;
  display: flex;
  flex-flow: column wrap;
}

.single-day{
  display: block;
  padding-left: 120px;
  position: relative;
  padding-bottom: 20px;
}



.day{
  display: block;
  width: 100px;
  color: var(--base-white);
  font-size: 16px;
  line-height: 16px;
  padding: 8px 10px;
  text-align: center;
  background: #9da1a5;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  font-weight: 400;
  display: grid;
  place-items: center;
}

.activity{
  width: 100%;
  position: relative;
}
.activity h4{
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}

.activity p{
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}


.single-day:before{
  content: '';
  border-left: 1px dotted #c4c4c4;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 40px;
}
.single-day:last-child:before{
 display: none;
}


.button-submit-custom{
  margin-top: 30px;
  width: 100%;
  padding: 15px 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--base-white);
  background-color: var(--base-black);
  border: none;
  outline: none;
  transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.section-package-details .container{

  position: relative;
  z-index: 98;
}






.section-blog {
  width: 100%;
  background-color: #F2F7FB;
  
}

.blog-banner{
  width: 100%;
  padding-top: 205px;
  padding-bottom: 100px;
  background-size: cover;
  background-position:100% top;
}


.blog-banner h2 {
  width: 100%;
  text-align: center;
  padding: 0 0 30px;
  font-size: 56px;
  color: var(--base-white);
 
}

.blogs-grid{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 120px 0;
    
}



.blog-card {
  margin: 10px;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
  width: calc(25% - 24px );
  margin: 0;
}
.blog-card .card-header  {
padding: 0;
aspect-ratio: 1 /0.7;
}
.blog-card .card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 250px;
}




.blog-card .tag {
  background: #cccccc;
  border-radius: 0;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.blog-card .tag-teal {
  background-color: #47bcd4;
}
.blog-card .tag-purple {
  background-color: #5e76bf;
}
.blog-card .tag-pink {
  background-color: #cd5b9f;
}
  .blog-card .card-body h4 {
      padding: 20px 0 0;
      font-size: 20px;
      line-height: 26px;
      font-family: var(--secondary-condensed) !important;
}


.blog-card .card-body p {
  
  font-size: 16px;
  margin: 0 0 40px;
}



.blog-card .user {
  display: flex;
  margin-top: auto;
}

.blog-card  .user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.blog-card .user-info h5 {
  margin: 0;
}
.blog-card  .user-info small {
  color: #545d7a;
  font-size: 12px;
}




.section-blog-details {
  width: 100%;
  background-color: #F2F7FB;
  padding-top: 205px;
  padding-bottom: 100px;
}
.blog-cover-image{
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 300/190;
}

.blog-cover-image img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

  
  .blogs-block{
  width: 100%;
  margin: 10px auto;
  background-color: var(--base-white);
  padding: 20px 30px 40px;
  display: block;
}



.related-blog{
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 30px;
}

.related-blog h3{
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;

}
.blog-details-block{
  width: 100%;
  margin: 0 auto;
  padding: 50px 50px;
  background-color: var(--base-white);
  margin-top: 20px;
}

.blog-header{
  width: 100%;
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
}

.blog-date{
  display: flex;
  line-height: 14px;
  color: var(--dark-shade-1);
  padding-bottom: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:var(--primary-color);
}
.blog-date span{
  padding: 0 15px;
  border-left: 1px solid var(--primary-color);
}

.blog-date span:first-of-type{
  padding-left: 0;
  border-left: none;
}
.blog-header h2{
 font-size: 32px;
 line-height: 36px;
 color: var(--base-black);
 padding: 20px 0 0;
 margin: 0;
}

.blog-header p{
  color: var(--base-black);
  padding-bottom: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}




.blog-details{
  width: 100%;
  padding-top: 50px;
}



.blog-details h4{
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  font-family: var(--secondary-font) !important;
}

.blog-details p{
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}


.blog-footer{
  width: 100%;
  display: block;
  padding-top: 40px;
  border-top: 1px solid #E2E2E2;
}



.blog-footer .user {
  display: flex;
  margin-top: auto;
}

.blog-footer .user img {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  margin-right: 10px;
}
.blog-footer .user-info h5 {
  margin: 0;
}
.blog-footer .user-info small {
  color: #545d7a;
  font-size: 12px;
}




.blog-card-full {
  margin: 10px;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 24px;
}
.blog-card-full .card-header  {padding: 0;width: 100%;display: block;aspect-ratio: 300/190;overflow: hidden;}
.blog-card-full .card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: initial;
  max-height: initial;
}
.blog-card-full .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 100px;
}




.blog-card-full .tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.blog-card-full .tag-teal {
  background-color: #47bcd4;
}
.blog-card-full .tag-purple {
  background-color: #5e76bf;
}
.blog-card-full .tag-pink {
  background-color: #cd5b9f;
}
  .blog-card-full .card-body h4 {
      padding: 20px 0 0;
      font-size: 20px;
      line-height: 26px;
      font-family: var(--secondary-condensed);
}

/* csss */
.ServiceDescription .text-wrapper {
  margin-left: 0px ;
  max-width: 630px;
}
.bg-cover {
position: relative;
}
.AboutSection .why-choose li{
  padding: 10px 0;
  list-style: circle !important;
}
.AboutSection .why-choose li h6 {
  display: contents;
}
.LettsStartPlan {
  background-color: var(--light-shade-1);
  padding: 100px 0;
}
.LettsStartPlan .bg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.LettsStartPlan .bg a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  font-family: var(--secondary-condensed);
  color: rgb(0 0 0 / 75%);
  cursor: pointer;
}
.LettsStartPlan .bg a span{
  display: inline-block;
  margin-left: 5px;
  color: var(--primary-color);
}

.LettsStartPlan .Call-Btn {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content:center;
}
.LettsStartPlan .Call-Cnt {
  border-right: 1px solid var(--body-color);

}

.LettsStartPlan .bg a i::before {
  position: absolute;
  content: '';
  height: 49px;
  width: 49px;
  border: 1px dashed var(--primary-color);
  top: -8.5px;
  left: -8.5px;
  border-radius: inherit;
  animation: spin 10s linear infinite;
}

@keyframes spin {
  100% {
      transform: rotateZ(360deg);
  }
}
.LettsStartPlan .bg a i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 38px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: var(--base-white);
  position: relative;
  transition: all .3s ease-in;
}

.LettsStartPlan .bg a i svg {
  fill: var(--primary-color);
}
.LettsStartPlan .bg a:hover i {
  background-color: var(--primary-color);
}
.LettsStartPlan .bg a:hover svg {
  fill: var(--base-white);

}

.btn-location p{
  color: var(--base-white);
  margin-top: 25px;
  max-width: 300px;
}

.GlobexgoFaqs .head h2 {
 margin-bottom: 15px !important;
}
.GlobexgoFaqs .head {
  text-align: center;
}
.GlobexgoFaqs .head p {
  padding: 0px 10%;
  padding-bottom: 10px;
  position: relative;
  
}
.GlobexgoFaqs .head p::after {
  content: "";
  display: inline-block;
  background-color: var(--body-color);
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.PrivacyPolicyTerms h5{
  margin-top: 30px;
  margin-bottom: 0;
}
.PrivacyPolicyTerms h6 {
  margin-bottom: 0px;
  margin-top: 50px;
  font-weight: 500;
  font-size: 18px;
}
.termsConditions span{
  display: contents;
  font-weight: 500;
}
.termsConditions ul li {
  list-style: disc;
  padding: 5px 0;
  color: var(--base-black);
  font-size: 16px;
  line-height: 24px;
}
.termsConditions ul {
  padding-left: 50px;
  margin-top: 15px;
}
.termsConditions {
  margin-top: 30px;
}
.termsConditions  a {
  color: blue !important;
}
/* PACKAGE CARDS */
.PackageCard {
  position: relative;
  z-index: 999;
}
.PackageCard .service-card {
padding: 20px;
border-radius: 12px;
background-color: var(--base-white);
}

/* INNER PAGE BANNER */
.PackageCard p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Pacagebanner {
  position: relative;
}
.Pacagebanner {
  position: relative;
}


.Pacagebanner::after {
  content: "";
  top: 88%;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent linear-gradient(0deg, #f2f7fb 0%, #ffffff 65%, #ACD4DF00 100%) 0% 0% no-repeat;

  aspect-ratio: 1920 / 456;
  transform: translateY(-16.44%);
}
.activity li {
  font-size: 16px;
  padding: 5px 0;
}
.activity li span {
  color: var(--base-black);
  font-weight: 400;
}
/* destination */
.DestinationGrid-Main li {
  height: 100%;
}
.DestinationGrid-Main li h3 {
  position: unset !important;
  text-align: start;
  font-weight: 500;
  margin-bottom: 4px;
}
.DestinationGrid-Main li p {
  color: var(--light-shade-1);
  margin-bottom: 13px;
}
.DestinationGrid-Main li .Cnt {
  position: absolute;
  bottom: 23px;
  width: 100%;
  padding: 0px 25px;
  z-index: 99;
}
.image-overlay {
  position: relative;
  display: inline-block;
}

.image-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7));
  z-index: 1;
}
.DestinationGrid-Main li a {
  font-size: 16px;
  color: var(--primary-color) !important;
}
.DestinationGrid-Main .page-btn-primary a i {
  margin-left: 0;
  background-color: transparent;

}
.DestinationGrid-Main .page-btn-primary a i::before{
  width: 35px;
  height: 35px;
  background-color: transparent;
  top: -2.5px;
  left: -11.5px;
}
.DestinationGrid-Main .page-btn-primary {
padding-top: 0;
}
.page-btn-primary.invert-btn a:hover i {
  background-color: transparent;
}
.page-btn-primary.invert-btn a:hover i::before {
  border: 1px dashed var(--base-white);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1)2s;
} 
.page-btn-primary.invert-btn a:hover {
  color: var(--base-white) !important;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1)2s;
}
.HomeSectionIntro .destination-wraper h2 span {
  font-size: 45px;

}
.HomeSectionIntro .destination-wraper h2 {
  font-size: 45px;

}
.activity h3 {
  text-transform: capitalize !important;
  padding: 4px 25px;
  text-align: center;
  background: #9da1a5;
  display: inline-block;
  color: #fff;
}
.price-bold h5 {
  font-weight: 600 !important;
}
.margin-auto {
  margin: auto;
}




@media screen and (min-width: 1000px) and (max-width: 1261px) { 
  .book-btn a {
    min-width: 141px;
    height: 48px;
  }
  .navbar-collapse>ul>li>a {
    font-size: 15px;
  }
  .book-btn {
  padding-top: 23px;
  padding-left: 5px;
  margin-left: 5px;
  }
  .navbar-collapse>ul { 
    gap: 0px !important;
  }
}


@media screen and (min-width: 1262px) and (max-width: 1350px) { 
  .book-btn a {
    min-width: 141px;
    height: 48px;
  }
  .book-btn {
  padding-top: 23px;
  }
  .navbar-collapse>ul { 
    gap: 5px;
  }
}

