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

body {
  font-family: "Roboto", sans-serif;
  background-color: #fafafa;
}

:root {
  --container-max: 1100px;
  --container-padding-desktop: 20px;
  --container-padding-tablet: 20px;
  --container-padding-mobile: 16px;
}



.hero-heading{
  font-size: 42px;
  font-weight : 700;
  text-shadow: rgba(0, 0, 0, 0.8) 2px 4px 15px;
  line-height :40px;
  font-style : normal;
}

.section-heading{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    color: rgb(1, 95, 116);
}

.body-text{
    color: rgba(94, 93, 93, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}



/*HERO SECTION*/

.upcoming-trip-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.upcoming-trip-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

/* SLIDE */
.upcomingtrip-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.upcomingtrip-slide.active {
  opacity: 1;
  z-index: 1;
}

.upcomingtrip-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.2)
  );
}

/* CONTENT */
.upcoming-trip-title-wrapper {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
}

 .hero-heading {
   margin-bottom: 15px;
   letter-spacing: 0.5px;
   line-height: 1.15;
}

.upcoming-trip-title-wrapper h3 {
  font-size: 23px;
  line-height: 1.6;
  text-shadow: rgba(0, 0, 0, 0.8) 2px 4px 15px;
  color :#e5e5e5;
  font-weight : 600;
  font-style:normal;
  font-family:"Roboto", sans-serif;
}

/* BUTTON */
.upcoming-trip-wrapper-btn {
  position: absolute;
  left: 60px;
  bottom: 80px
  
}

.callback-btn {
  background: linear-gradient(180deg, #40e0d0, #2a9f9d);
  color: #000;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.callback-btn:hover {
  transform: translateY(-2px);
}

.callback-btn p{
    margin-bottom :0;
}

.callback-btn svg {
  transition: transform 0.3s ease;
}

.hero-nav {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  font-size: 26px;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.hero-nav.prev {
    left: 15px;
}
.hero-nav.next {
    right: 15px;
}

/* HERO SECTION RESPONSIVE */

@media (max-width: 576px) {
  .upcoming-trip-hero {
    height: 70vh;
  }
  
  .upcomingtrip-slide{
      height : 70vh;
  }
  .upcomingtrip-slide img {
      height : 70vh;
  }
  .upcoming-trip-title-wrapper {
    left: 20px;
    right: 20px;
    max-width: none;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 1.2;
  }

  .upcoming-trip-title-wrapper h3 {
    font-size: 18px;
  }

  .upcoming-trip-wrapper-btn {
    left: 20px;
    bottom: 40px;
  }
  .hero-nav{
      display : none;
  }
  .callback-btn p{
      font-size : 10px;
  }
}

@media (min-width : 577px) and (max-width : 786px) {
  .upcoming-trip-hero {
    height: 90vh;
  }

  .upcoming-trip-title-wrapper {
    left: 40px;
    max-width: 500px;
  }

  .upcoming-trip-wrapper-btn {
    left: 40px;
    bottom: 30px;
  }
  
  .upcomingtrip-slide img {
      height : 90vh;
  }
  
  .upcomingtrip-slide{
      height : 90vh;
  }
  .callback-btn p{
      font-size : 12px;
  }
  
  .hero-nav{
      top : 80%;
  }
  
  .hero-nav.prev{
      right : 70px;
      left : auto;
  }
  
  .hero-nav.next{
      right : 25px;
      left : auto;
  }
}

@media (min-width:787px) and (max-width: 1200px){
    .upcoming-trip-wrapper-btn{
        bottom : 40px;
    }
    .callback-btn p{
        font-size : 12px;
    }
}


/*ABOUT UPCOMING TRIP PACKAGES*/

.upcoming-trip-about-section {
    width: 100%;
    max-width : 95%;
    margin: 80px auto 0 auto;    
    padding: 40px;
    
    color: rgb(18, 18, 18);
    position: relative;
    border-radius: 12px;

    border: 1px solid rgba(199, 200, 230, 0.2);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: rgba(184, 198, 254, 0.2) 2px 2px 10px inset;
}


.upcoming-trip-about-btn{
    width: 100%;
    display: flex;
    position: sticky;
    flex-direction: row-reverse;
    top: 120px;
    height: 40px;
    align-items: center;
    z-index: 10;
   
}
    
.upcoming-trip-about-btn button{
    width: 120px;
    height: 40px;
    font-family: Sen, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    border: 1.5px solid #cdfaf4;
    border-radius: 15px;
    z-index: 100;
    color: rgb(255, 255, 255);
    background: linear-gradient(180deg, #40e0d0, #2a9f9d);
}


.about-more-content{
    display:none;
}

.upcoming-trip-about-section h2{
    margin-top: 0px;
    line-height: 31.5px;
    color: rgb(46, 46, 46);
    font-size : 30px;
}

.upcoming-trip-about-section p{
    margin: 30px 0px;
    line-height: 30px;
    font-size : 20px;
}

/* ABOUT SECTION RESPONSIVE */

@media (min-width : 993px) and (max-width : 1200px){
    .upcoming-trip-about-section p{
        font-size : 20px;
        line-height : 32px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
  .upcoming-trip-about-section {
    padding: 32px;
  }
  .upcoming-trip-about-section p{
      font-size: 19.8px;
  }
}

@media (min-width:577px) and (max-width: 768px) {
  .upcoming-trip-about-btn {
    top: 80px;
  }
  .upcoming-trip-about-section h2 {
    font-size: 28px;
  }
  .upcoming-trip-about-section p{
      font-size : 19.5px;
      line-height : 30px;
  }
}

@media (max-width: 576px) {
  .upcoming-trip-about-section {
    padding: 20px;
  }
  .upcoming-trip-about-section p {
    font-size: 18px;
    line-height: 30px;
  }
  .upcoming-trip-about-section h2{
      font-size : 25px;
  }
  .upcoming-trip-about-btn{
      margin-bottom : 5px;
      top : 70px;
  }
}

/*UPCOMING TRIP SLIDER SECTION*/

.slider-section {
  width : 100%;
  margin: 100px auto;
  padding: 0px;
}

.slider-section .page-container{
    padding-top : 50px;
    padding-bottom : 50px;
}
.slider-container {
  position: relative;
}

.slider-section .body-text{
    font-size : 20px;
    font-weight : 500;
}

.keyContainer {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  cursor : pointer;
  z-index: 10;
}


.nav-btn {
  position: absolute;
  width: 35px;
  height: 35px;
  background: rgb(1, 175, 209);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
 }

.nav-btn:hover{
    opacity: 0.7;
}
.nav-btn svg {
  width: 35px;
  height: 35px;
  fill: white;
}

.nav-btn.prev {
  left: -14px;
}

.nav-btn.next {
  right: -12px;
}


.nav-btn:disabled {
  background: rgb(229, 229, 229);
  cursor: pointer;
  

}

.nav-btn:disabled svg {
  fill:#ffffff;
}



.slider-wrapper {
    width: 100%;
    overflow : hidden;
    scroll-behavior: smooth;
    padding: 0px 4px;
}


.slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 20px)/ 3);
  width : 100%;
  gap : 10px;
  transition: transform 0.5s;
  scroll-behavior: smooth;
}

  
.slide {
  width : 100%;
  height : 100%;
}

.slide img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 8 / 4;
  top : 0px;
  left: 0px;
}

/* Text */
.slider h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 8px;
  color: #444d46;
  font-weight : 600;
}

.slider .body-text {
  font-size: 17px;
  text-align: center;
  color: rgba(12, 12, 12, 0.6);
  font-weight :500;
  margin-top: -7px;
}

.slider span{
    color :#595656;
}

@media (max-width: 576px) {
    
   .slider-section{
       margin : 70px 0 0 0;
   }
   
  .slider {
    grid-auto-columns: 80%;
  }

  .nav-btn{
      display : none;
  }
  
  .slider-wrapper {
      overflow : scroll;
  }
  .slider-section .body-text{
      font-size : 18px;
  }
}


@media (min-width: 577px) and (max-width: 786px) {
  .slider {
    grid-auto-columns: calc((100% - 10px) / 2);
  }
}



/* image-text-section-layout*/
.travel-section {
  padding: 0px 0px;
  margin: 100px auto;
  color: #444;
}
.travel-section .page-container {
  padding-left: var(--container-padding-desktop);
  padding-right: var(--container-padding-desktop);
}

.travel-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap; 
 }


.travel-content {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 30px;
 }


.travel-content-para{
    border-radius : 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    padding :22px 30px;
    background: #ffffff;
    }

.travel-content-para .body-text {
 margin-bottom: 2px;
 font-size: 20px;
 line-height : 1.5;
 color: rgba(94, 93, 93, 0.8);
}
 
.travel-content-points {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}


.points-left,
.points-right {
  flex: 1;
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.points-left ul,
.points-right ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.points-left .body-text,
.points-right .body-text {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-size : 20px;
  
}
.points-left li::before,
.points-right li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #4CAF50;
  font-weight: bold;
  font-size: 1rem;
}

.travel-image {
  flex: 1 1 100%;
  max-width: 450px;
  max-height : fit-content;
  border-radius: 20px;
  overflow: hidden;
  border : 1px solid #dcdedc;
  border-radius : 20px;
 
}

.travel-image img {
  width: 100%;
  height: fit-content;
  display: block;
  border-radius: 35px;
  padding : 15px 21px;
}



/* TRAVEL SECTION */


@media (max-width: 576px) {
  .travel-grid {
    flex-direction: column;
  }
  .travel-image {
      max-width : 100%;
  }
  .points-left .body-text{
      font-size : 19px;
  }
  
   .points-right .body-text{
       font-size : 19px;
   }
  
  .travel-content-para .body-text {
      font-size : 19px;
  }
  .travel-content {
    margin-top: 0;
  }

  .travel-section .page-container {
    padding-left: var(--container-padding-mobile);
    padding-right: var(--container-padding-mobile);
  }
  
  .travel-image img{
      height : 300px;
  }
}

@media (min-width:577px) and (max-width: 992px) {
  
  .travel-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .travel-image {
      max-width : 100%;
  }
  .travel-image img{
      height : 340px;
  }
  
  .travel-grid p {
    width: 100%;
  }

  .travel-grid ul {
    display: grid;
    grid-auto-flow: column;      
    grid-template-rows: repeat(4, auto);
    gap: 14px 32px;
    padding: 22px;
  }

   .travel-grid ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    
  }

   .travel-image {
    display : flex;
    justify-content: center;
    
  }

  .travel-image img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 35px;
  }
}

@media(min-width:769px) and (max-width: 992px){
.travel-image img {
       height : 500px;
  }
}

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

@font-face {
    font-family: media;
    src: url(../fonts/Media-Sans.ttf)
}

@font-face {
    font-family: neueBold;
    src: url(../fonts/NeueKabel-Bold.otf)
}

@font-face {
    font-family: neue;
    src: url(../fonts/NeueKabel-Medium.otf)
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #fff;
    scroll-behavior: smooth
}

:root {
    --primary-color: #40e0d0;
    --secondary-color: #36C0B2;
    --seperator: #cecece;
    --border: #d6d6d6;
    --title: #131213;
    --paragraph: #8B8A8B;
    --white: #fff
}

:root {
    --primary-color: #379cf4;
    --secondary-color: #0069ff;
    --background: #f9f9f7;
    --border: #e9e9e9;
    --seperator: #e9e9e9;
    --title: #0f172a;
    --paragraph: #64748b;
    --white: #ffffff
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.common-heading-wrapper {
    margin-bottom: 3rem;
    overflow: hidden;
}

.common-heading-wrapper h3 {
    color: #e5e5e5;
    color: rgba(15, 23, 42, .15);
    font-family: neueBold, sans-serif;
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600;
    text-align : center;
}

.common-heading-wrapper h4 {
    color: var(--title);
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-top: -38px;
    text-align : center;
}

.common-heading-wrapper .line-x {
    height: 5px;
    width: 10%;
    display: block;
    background-color: var(--secondary-color);
    border-radius: 50px;
    /*margin-left: -50px;*/
    align-items: center;
     
}

.common-heading-wrapper .left-title {
    width: -webkit-fill-available
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes bannermove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes moveImage {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media only screen and (min-width:320px) and (max-width:520px) {
    .common-heading-wrapper h3 {
        font-size: 30px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }
}

@media only screen and (min-width:520px) and (max-width:768px) {
    .common-heading-wrapper h3 {
        font-size: 35px
    }

    .common-heading-wrapper h4 {
        font-size: 25px;
        margin-top: -18px
    }

    .common-heading-wrapper .line-x {
        width: 15% !important;
        margin-left: -12px
    }
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.container {
    max-width : 1400px !important;
}

.explore-wrapper {
    padding: 5rem 0
}

.explore-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 14px rgba(0, 0, 0, .15);
    border: 1px solid #e4e4e4;
    overflow: hidden;
    padding: 12px;
    transition: transform .35s ease
}

.explore-card:hover {
    transform: translateY(-6px);
    cursor: pointer
}

.explore-slider {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.explore-slider-track {
    display: flex;
    gap: 12px;
    width: calc(200% + 12px);
    height: 100%
}

.explore-slide {
    flex: 0 0 calc(50% - 6px)
}

.explore-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}





@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

.row>.col-12:nth-child(1) .explore-slider-track,
.row>.col-12:nth-child(2) .explore-slider-track,
.row>.col-12:nth-child(3) .explore-slider-track {
    animation: slide-ltr-anim 8s ease-in-out infinite !important
}

.row>.col-12:nth-child(4) .explore-slider-track,
.row>.col-12:nth-child(5) .explore-slider-track,
.row>.col-12:nth-child(6) .explore-slider-track {
    animation: slide-rtl-anim 8s ease-in-out infinite !important
}

.explore-card:hover .explore-slider-track {
    animation-play-state: paused !important
}

@media (max-width : 768px){
   .explore-slider {
        height : 180px;
    }
}
    

/*PLACES VIBES*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box
    
}
@font-face{
    font-family:media;
    src:url(../fonts/Media-Sans.ttf)
    
}

@font-face{
    font-family:neueBold;
    src:url(../fonts/NeueKabel-Bold.otf)
}

@font-face{
    font-family:neue;
    src:url(../fonts/NeueKabel-Medium.otf)
}

body{
    width:100%;
    height:100%;
    overflow-x:hidden;
    font-size:1vw;
    background-color:#fff;
    scroll-behavior:smooth
}
:root{
    --primary-color:#40e0d0;
    --secondary-color:#36C0B2;
    --seperator:#cecece;
    --border:#d6d6d6;
    --title:#131213;
    --paragraph:#8B8A8B;
    --white:#fff
    
}
:root{
    --primary-color:#379cf4;
    --secondary-color:#0069ff;
    --background:#f9f9f7;
    --border:#e9e9e9;
    --seperator:#e9e9e9;
    --title:#0f172a;
    --paragraph:#64748b;
    --white:#ffffff
}

@keyframes fadeInUp{
    from{opacity:0;
    top:-50px
}
to{
    opacity:1;
    top:0
}
}
@keyframes blink{50%{
    border-color:transparent
}}
.common-heading-wrapper{
    margin-bottom:3rem;
    overflow:hidden
}
.common-heading-wrapper h3{
    color:#e5e5e5;
    color:rgba(15,23,42,.15);
    font-family:neueBold,sans-serif;font-size:55px;
    letter-spacing:1px;
    margin-bottom:0;
    font-weight:600;
}
.common-heading-wrapper h4{
    color:var(--title);
    font-family:Poppins,sans-serif;
    font-size:32px;
    font-weight:600;
    margin-top:-38px
    
}
.common-heading-wrapper .line-x{
    height:5px;
    width:10%;
    display:block;
    background-color:var(--secondary-color);
    border-radius:50px;
    margin-left:-24px
    
}
.common-heading-wrapper .left-title{
    width:-webkit-fill-available
}

@keyframes move{0%{
    transform:translateX(0)
}100%{
    transform:translateX(20px)
    
}}
@keyframes bannermove{0%{
    transform:translateX(0)
}100%{
    transform:translateX(-50%)
    
}}
@keyframes move{
    0%{transform:translateX(0)
        
    }100%{
        transform:translateX(20px)
}}
@keyframes moveImage{0%{
    transform:translate(0,0)
    
}
50%{
    transform:translate(0,10px)
    
}100%{
    transform:translate(0,0)
    
}}
@media only screen and (min-width:320px) and (max-width:520px){
    .common-heading-wrapper h3{
        font-size:26px
        
    }
    .common-heading-wrapper h4{
        font-size:20px;
        margin-top:-18px;
        
    }
    .common-heading-wrapper .line-x{
        width:25%;
        margin-left:-12px;
        
    }}

@media only screen and (min-width:520px) and (max-width:768px){
    .common-heading-wrapper h3{
        font-size:26px
        
    }.common-heading-wrapper h4{
        font-size:20px;
        margin-top:-18px;
        
    }
    .common-heading-wrapper .line-x{
    width:25%;
    margin-left:-12px
        
    }}
    @keyframes currentSlide{0%{
        opacity:1
        
    }
    45%{
        opacity:1
        
    }
    50%{
        opacity:0
    }
    95%{
        opacity:0
    }
    100%{
        opacity:1
        
    }}
    .places-wrapper{
        padding:5rem 0
        
    }
    .places-row{
        display:flex;
        gap:20px;
        overflow:hidden;
        position:relative
        
    }.places-card{
        max-width:250px;
        height:250px;
        border-radius:10px;
        overflow:hidden;
        background-color:#fff;
        border:1px solid #e4e4e4;
        box-shadow:0 0 14px 2px rgba(83,83,83,.17);
        flex-shrink:0
        
    }
    .places-img-wrapper{
        position:relative;
        width:100%;
        height:100%
        
    }
    .places-img{
        width:100%;
        height:100%;
        object-fit:cover;
        border-radius:10px;
        display:block
        
    }
    .places-overlay{
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:50px;
        background:rgba(0,0,0,.55);
        border-radius:0 0 10px 10px;
        display:flex;
        align-items:center;
        justify-content:center
        
    }
    .places-title{
        font-size:20px;
        color:#fff;
        font-weight:500
        
    }
    @keyframes slide-ltr-anim{
        0%{
        transform:translateX(0)
            
        }
        35%{
            transform:translateX(-50%)
            
        }
        55%{
            transform:translateX(-50%)
            
        }
        90%{
            transform:translateX(0)
            
        }
        100%{
            transform:translateX(0)
            
        }}
        @keyframes slide-rtl-anim{
            0%{
                transform:translateX(-50%)
                
            }
            35%{
                transform:translateX(0)
                
            }55%{
                transform:translateX(0)
                
            }
            90%{
                transform:translateX(-50%)
                
            }
            100%
            {transform:translateX(-50%)}
            
        }
        .vibes-wrapper{
            padding:5rem 0
            
        }
        .vibes-row{row-gap:30px}.vibes-card{border-radius:20px;overflow:hidden;background-color:#fff;border:1px solid #e4e4e4;box-shadow:0 0 14px 2px rgba(83,83,83,.17);transition:all .3s ease}.vibes-img-wrapper{position:relative;width:100%;height:100%}.vibes-img{width:100%;height:250px;object-fit:cover;border-radius:10px;display:block}.vibes-overlay{position:absolute;bottom:-100%;left:0;width:100%;height:100%;background:rgba(0,0,0,.55);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .4s ease;cursor:pointer}.vibes-card:hover .vibes-overlay{bottom:0}.vibes-title{font-size:22px;font-family:Poppins,sans-serif;color:#fff;font-weight:600}.vibes-subtitle{font-size:16px;margin-top:8px;font-family:Poppins,sans-serif;color:#fff}
        
@media (max-width : 768px){
   .vibes-img {
        height : 180px;
    } 
    .vibes-wrapper{
        padding : 32px 0 !important;
    }
}
/*ADVENTURE SECTION */
.adventure-section {
  padding: 5rem 0;
  background: var(--background);
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.activity-card {
  background: var(--white);
  border-radius: 10px;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.activity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.activity-icon {
  width: 48px;
  height: 48px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.activity-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}
.activity-card h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #1c1c1c;
}
.adventure-image {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.adventure-image.tall {
  height: 420px;
}
.adventure-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .adventure-image.tall {
    height: 425px;
  }
}
@media (max-width: 991px) {
  .adventure-section {
    padding: 4rem 0;
  }
  .activity-grid {
    gap: 16px;
  }
  .activity-card {
    padding: 18px;
  }
  .adventure-image.tall {
    height: 360px;
  }
}
@media (max-width: 575px) {
  .activity-grid {
    grid-template-columns: 1fr;
  }
  .activity-card h5 {
    font-size: 14px;
  }
  .activity-icon {
    width: 42px;
    height: 42px;
  }
  .activity-icon img {
    width: 20px;
    height: 20px;
  }
  .adventure-image.tall {
    height: 300px;
    border-radius: 20px;
  }
}
.image-text-section {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}
.image-text-section .container {
  max-width: 1800px;
}
.image-text-heading {
  font-size: clamp(48px, 10vw, 200px);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: -2px;
  background-image: var(--text-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #111;
}
@media (max-width: 768px) {
  .image-text-section {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .image-text-heading {
    letter-spacing: -1px;
  }
}

/*ABOUT TREKER SECTION*/
.about-treker {
  padding: 5rem 0;
  background: #fff;
}
.about-image-card {
  padding: 14px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #fff;
}
.about-image-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
}
.about-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
}
.about-subheading {
  font-size: 18px;
  font-weight: 700;
  color: #0b0b1f;
  margin-bottom: 20px;
  position: relative;
  padding-left: 14px;
}
.about-subheading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: var(--secondary-color, #1ecad3);
  border-radius: 2px;
}
.about-info-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.about-list {
  list-style: none;
  padding: 24px;
  margin: 0;
  background: #f7fbfc;
  border: 1px solid #e6f2f4;
  border-radius: 10px;
}
.about-list li {
  position: relative;
  padding-left: 36px;
  font-size: 15px;
  margin-bottom: 14px;
  color: #222;
  line-height: 1.5;
}
.about-list li:last-child {
  margin-bottom: 0;
}
.about-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: var(--secondary-color, #1ecad3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .about-image-card img {
    height: 360px;
  }
  .about-info-box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .about-treker {
    padding: 3.5rem 0;
  }
  .about-image-card img {
    height: 300px;
  }
  .about-desc {
    font-size: 16px;
  }
}
.image-text-section {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}
.image-text-section .container {
  max-width: 1800px;
}
.image-text-heading {
  font-size: clamp(48px, 10vw, 200px);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: -2px;
  background-image: var(--text-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #111;
}
@media (max-width: 768px) {
  .image-text-section {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .image-text-heading {
    letter-spacing: -1px;
  }
}



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

@font-face {
    font-family: media;
    src: url(../fonts/Media-Sans.ttf)
}

@font-face {
    font-family: neueBold;
    src: url(../fonts/NeueKabel-Bold.otf)
}

@font-face {
    font-family: neue;
    src: url(../fonts/NeueKabel-Medium.otf)
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #fff;
    scroll-behavior: smooth
}

:root {
    --primary-color: #40e0d0;
    --secondary-color: #36C0B2;
    --seperator: #cecece;
    --border: #d6d6d6;
    --title: #131213;
    --paragraph: #8B8A8B;
    --white: #fff
}

:root {
    --primary-color: #379cf4;
    --secondary-color: #0069ff;
    --background: #f9f9f7;
    --border: #e9e9e9;
    --seperator: #e9e9e9;
    --title: #0f172a;
    --paragraph: #64748b;
    --white: #ffffff
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.common-heading-wrapper {
    margin-bottom: 3rem;
    overflow: hidden
}

.common-heading-wrapper h3 {
    color: #e5e5e5;
    color: rgba(15, 23, 42, .15);
    font-family: neueBold, sans-serif;
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600
}

.common-heading-wrapper h4 {
    color: var(--title);
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-top: -38px
}

.common-heading-wrapper .line-x {
    height: 5px;
    width: 10%;
    display: block;
    background-color: var(--secondary-color);
    border-radius: 50px;
    margin-left: -24px
}

.common-heading-wrapper .left-title {
    width: -webkit-fill-available
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes bannermove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes moveImage {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media only screen and (min-width:320px) and (max-width:520px) {
    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .line-x {
        width: 15%;
        margin-left: -12px
    }
}

@media only screen and (min-width:520px) and (max-width:768px) {
    .common-heading-wrapper h3 {
        font-size: 16px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .line-x {
        width: 15%;
        margin-left: -12px
    }
}

.current-wrapper {
    padding: 5rem 0
}

.current-row {
    row-gap: 30px
}

.current-card {
    background-color: #fff;
    box-shadow: 0 0 14px 2px rgba(83, 83, 83, .17);
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    padding: 15px;
    overflow: hidden;
    position: relative
}

.current-img-slider {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden
}

.current-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    border-radius: 10px;
    opacity: 0;
    animation: currentSlide 6s infinite ease-in-out;
    cursor: pointer
}

.current-card-img.img1 {
    animation-delay: 0s
}

.current-card-img.img2 {
    animation-delay: 3s
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.odd-slide .current-card-img.img1 {
    animation-delay: 0s
}

.odd-slide .current-card-img.img2 {
    animation-delay: 3s
}

.even-slide .current-card-img.img1 {
    animation-delay: 1.5s
}

.even-slide .current-card-img.img2 {
    animation-delay: 4.5s
}

.current-card:hover .current-card-img {
    animation-play-state: paused
}

@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

@media (max-width : 768px){
    .current-img-slider{
        height : 180px;
    }
}

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

@font-face {
    font-family: media;
    src: url(../fonts/Media-Sans.ttf)
}

@font-face {
    font-family: neueBold;
    src: url(../fonts/NeueKabel-Bold.otf)
}

@font-face {
    font-family: neue;
    src: url(../fonts/NeueKabel-Medium.otf)
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #fff;
    scroll-behavior: smooth
}

:root {
    --primary-color: #40e0d0;
    --secondary-color: #36C0B2;
    --seperator: #cecece;
    --border: #d6d6d6;
    --title: #131213;
    --paragraph: #8B8A8B;
    --white: #fff
}

:root {
    --primary-color: #379cf4;
    --secondary-color: #0069ff;
    --background: #f9f9f7;
    --border: #e9e9e9;
    --seperator: #e9e9e9;
    --title: #0f172a;
    --paragraph: #64748b;
    --white: #ffffff
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.common-heading-wrapper {
    margin-bottom: 3rem;
    overflow: hidden
}

.common-heading-wrapper h3 {
    color: #e5e5e5;
    color: rgba(15, 23, 42, .15);
    font-family: neueBold, sans-serif;
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600
}

.common-heading-wrapper h4 {
    color: var(--title);
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-top: -38px
}

.common-heading-wrapper .line-x {
    height: 5px;
    width: 10%;
    display: block;
    background-color: var(--secondary-color);
    border-radius: 50px;
    margin-left: -24px
}

.common-heading-wrapper .left-title {
    width: -webkit-fill-available
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes bannermove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes moveImage {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media only screen and (min-width:320px) and (max-width:520px) {
    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }
}

@media only screen and (min-width:520px) and (max-width:768px) {
    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

.location-wrapper {
    padding: 5rem 0
}

.location-row {
    row-gap: 40px;
    text-align: center
}

.location-card {
    display: flex;
    flex-direction: column;
    align-items: center
}

.location-card img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    transition: all .3s ease
}

.location-card img:hover {
    transform: scale(1.08);
    cursor: pointer
}

.location-card p {
    font-family: Poppins, sans-serif;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

@media (max-width : 768px){
    .location-wrapper {
        padding :32px 0;
    }
}

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

@font-face {
    font-family: media;
    src: url(../fonts/Media-Sans.ttf)
}

@font-face {
    font-family: neueBold;
    src: url(../fonts/NeueKabel-Bold.otf)
}

@font-face {
    font-family: neue;
    src: url(../fonts/NeueKabel-Medium.otf)
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #fff;
    scroll-behavior: smooth
}

:root {
    --primary-color: #40e0d0;
    --secondary-color: #36C0B2;
    --seperator: #cecece;
    --border: #d6d6d6;
    --title: #131213;
    --paragraph: #8B8A8B;
    --white: #fff
}

:root {
    --primary-color: #379cf4;
    --secondary-color: #0069ff;
    --background: #f9f9f7;
    --border: #e9e9e9;
    --seperator: #e9e9e9;
    --title: #0f172a;
    --paragraph: #64748b;
    --white: #ffffff
}

.book-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px dashed var(--secondary-color);
    padding: 7px 15px;
    border-radius: 10px;
    text-decoration: none
}

.book-wrapper-text {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: normal;
    color: var(--secondary-color)
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.common-heading-wrapper {
    margin-bottom: 3rem;
    overflow: hidden
}

.common-heading-wrapper h3 {
    color: #e5e5e5;
    color: rgba(15, 23, 42, .15);
    font-family: neueBold, sans-serif;
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600
}

.common-heading-wrapper h4 {
    color: var(--title);
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-top: -38px
}

.common-heading-wrapper .line-x {
    height: 5px;
    width: 10%;
    display: block;
    background-color: var(--secondary-color);
    border-radius: 50px;
    margin-left: -24px
}

.common-heading-wrapper .left-title {
    width: -webkit-fill-available
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes bannermove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes moveImage {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media only screen and (min-width:320px) and (max-width:520px) {
    .common-heading-wrapper h3 {
        font-size: 26px;
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px;
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px;
    }
}

@media only screen and (min-width:520px) and (max-width:768px) {
    .common-heading-wrapper h3 {
        font-size: 26px;
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px;
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px;
    }
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

.vibes-wrapper {
    padding: 5rem 0
}

.vibes-row {
    row-gap: 30px
}

.vibes-card {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 14px 2px rgba(83, 83, 83, .17);
    transition: all .3s ease
}

.vibes-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.vibes-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    display: block
}

.vibes-title {
    font-size: 22px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 600;
}

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

/* tb section*/
.tb-section {
    background-color: var(--background);
    padding: 80px 15px;
}

.tb-container {
    max-width: 1600px;
    margin: 0 auto
}

.tb-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    color: var(--title)
}

.tb-row {
    display: grid;
    gap: 30px;
    margin-bottom: 30px
}

.tb-row-three {
    grid-template-columns: repeat(3, 1fr)
}

.tb-row-two {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto
}

.tb-card {
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start
}

.tb-card-icon {
    min-width: 56px;
    display: flex;
    justify-content: center;
    align-items: center
}

.tb-icon-img {
    width: 48px;
    height: 48px
}

.tb-card-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.tb-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--title)
}

.tb-card-text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--paragraph);
    margin: 0
}

@media (max-width:992px) {
    .tb-row-three {
        grid-template-columns: 1fr
    }

    .tb-row-two {
        grid-template-columns: 1fr;
        max-width: 100%
    }
}

@media (max-width:576px) {
    .tb-heading {
        font-size: 26px
    }

    .tb-card {
        padding: 22px
    }

    .tb-card-title {
        font-size: 15px
    }

    .tb-card-text {
        font-size: 14px
    }
    .tb-row {
        gap : 10px;
        margin-bottom : 10px;
    }
    .tb-icon-img{
        width : 45px;
        height : 45px;
    }
}


/*PLACES VIBES SLIDER*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@font-face {
    font-family: media;
    src: url(../fonts/Media-Sans.ttf)
}

@font-face {
    font-family: neueBold;
    src: url(../fonts/NeueKabel-Bold.otf)
}

@font-face {
    font-family: neue;
    src: url(../fonts/NeueKabel-Medium.otf)
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #fff;
    scroll-behavior: smooth
}

:root {
    --primary-color: #40e0d0;
    --secondary-color: #36C0B2;
    --seperator: #cecece;
    --border: #d6d6d6;
    --title: #131213;
    --paragraph: #8B8A8B;
    --white: #fff
}

:root {
    --primary-color: #379cf4;
    --secondary-color: #0069ff;
    --background: #f9f9f7;
    --border: #e9e9e9;
    --seperator: #e9e9e9;
    --title: #0f172a;
    --paragraph: #64748b;
    --white: #ffffff
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.common-heading-wrapper {
    margin-bottom: 3rem;
    overflow: hidden
}

.common-heading-wrapper h3 {
    color: #e5e5e5;
    color: rgba(15, 23, 42, .15);
    font-family: neueBold, sans-serif;
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600
}

.common-heading-wrapper h4 {
    color: var(--title);
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-top: -38px
}

.common-heading-wrapper .line-x {
    height: 5px;
    width: 10%;
    display: block;
    background-color: var(--secondary-color);
    border-radius: 50px;
    margin-left: -24px
}

.common-heading-wrapper .left-title {
    width: -webkit-fill-available
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes bannermove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes moveImage {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media only screen and (min-width:320px) and (max-width:520px) {
    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }
}

@media only screen and (min-width:520px) and (max-width:768px) {
    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.places-wrapper {
    padding: 5rem 0
}

.places-row {
    display: flex;
    gap: 20px;
    overflow: hidden;
    position: relative
}

.places-row-inner {
    display: flex;
    gap: 20px
}

.places-card {
    max-width: 250px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 14px 2px rgba(83, 83, 83, .17);
    flex-shrink: 0
}

.places-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.places-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block
}

.places-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .55);
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.places-title {
    font-size: 20px;
    color: #fff;
    font-weight: 500
}

@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

@media (max-width: 576px){
    .places-row-inner{
        gap: 10px;
    }
    .places-card{
        height : 200px;
        width : 200px;
    }
   .places-row{
       margin-top : 10px;
   }
   .places-title{
       font-size : 15px;
   }
}

@media (max-width : 768px){
    .places-wrapper{
        padding : 32px 0;
    }
}

.vibes-wrapper {
    padding: 5rem 0
}

.vibes-row {
    row-gap: 30px
}

.vibes-card {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 14px 2px rgba(83, 83, 83, .17);
    transition: all .3s ease
}

.vibes-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.vibes-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    display: block
}

.vibes-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    cursor: pointer
}

.vibes-card:hover .vibes-overlay {
    bottom: 0
}

.vibes-title {
    font-size: 22px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 600
}



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

@font-face {
    font-family: media;
    src: url(../fonts/Media-Sans.ttf)
}

@font-face {
    font-family: neueBold;
    src: url(../fonts/NeueKabel-Bold.otf)
}

@font-face {
    font-family: neue;
    src: url(../fonts/NeueKabel-Medium.otf)
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #fff;
    scroll-behavior: smooth
}

:root {
    --primary-color: #40e0d0;
    --secondary-color: #36C0B2;
    --seperator: #cecece;
    --border: #d6d6d6;
    --title: #131213;
    --paragraph: #8B8A8B;
    --white: #fff
}

:root {
    --primary-color: #379cf4;
    --secondary-color: #0069ff;
    --background: #f9f9f7;
    --border: #e9e9e9;
    --seperator: #e9e9e9;
    --title: #0f172a;
    --paragraph: #64748b;
    --white: #ffffff
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

.hero-section {
    position: relative;
    height: 75vh;
    margin-top: 50px;
    overflow: hidden
}

.hero-section .overlay-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .25)
}

.hero-section .my-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-section .title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    gap: 2rem;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content
}

#animatedText {
    font-size: 35px;
    font-family: media, sans-serif;
    color: var(--white);
    letter-spacing: 3px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #40e0d0;
    display: inline-block;
    min-width: 1ch;
    animation: blink .7s step-end infinite alternate
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.common-heading-wrapper {
    margin-bottom: 3rem;
    overflow: hidden
}

.common-heading-wrapper h3 {
    color: #e5e5e5;
    color: rgba(15, 23, 42, .15);
    font-family: neueBold, sans-serif;
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600
}

.common-heading-wrapper h4 {
    color: var(--title);
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-top: -38px
}

.common-heading-wrapper .line-x {
    height: 5px;
    width: 10%;
    display: block;
    background-color: var(--secondary-color);
    border-radius: 50px;
    margin-left: -24px
}

.common-heading-wrapper .left-title {
    width: -webkit-fill-available
}

.common-heading-wrapper .see-all-btn {
    background: var(--secondary-color);
    color: var(--white);
    font-family: poppins, sans-serif;
    font-size: 18px;
    transition: all .1s ease-in-out;
    border: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    line-height: normal;
    gap: 5px;
    padding: 8px 8px;
    position: relative;
    cursor: pointer;
    text-decoration: none
}

.common-heading-wrapper .see-all-btn:hover {
    background: #0a9e88;
    color: #fff
}

.common-heading-wrapper .see-all-btn:hover svg {
    position: relative;
    right: 0
}

.common-heading-wrapper .see-all-btn svg {
    width: 26px;
    height: 26px;
    transition: all .7s ease;
    position: absolute;
    right: -30px
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes bannermove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.hero-common-banner {
    position: relative
}

.hero-common-banner img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 7rem
}

.hero-common-banner .overlay {
    background-color: rgba(0, 0, 0, .68);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-common-banner h3 {
    text-align: center;
    color: var(--white);
    font-size: 42px;
    font-family: neueBold, sans-serif;
    margin: 0;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 30px) !important
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes moveImage {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media only screen and (min-width:320px) and (max-width:520px) {
    .hero-section {
        margin-top: 60px;
        height: auto
    }

    .hero-section .overlay-bg {
        height: 97%
    }

    .hero-section .my-video {
        height: auto
    }

    #animatedText {
        font-size: 22px;
        height: 25px;
        margin-bottom: 20px
    }

    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .see-all-btn {
        font-size: 15px;
        width: 100px
    }

    .common-heading-wrapper .see-all-btn svg {
        display: none
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }

    .hero-common-banner img {
        height: 200px;
        margin-top: 60px
    }

    .hero-common-banner h3 {
        font-size: 34px;
        width: 100%
    }
}

@media only screen and (min-width:520px) and (max-width:768px) {
    .hero-section {
        margin-top: 60px;
        height: auto
    }

    .hero-section .overlay-bg {
        height: 97%
    }

    .hero-section .my-video {
        height: auto
    }

    #animatedText {
        font-size: 22px;
        height: 25px;
        margin-bottom: 20px
    }

    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .see-all-btn {
        font-size: 15px;
        width: 100px
    }

    .common-heading-wrapper .see-all-btn svg {
        display: none
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }

    .hero-common-banner img {
        height: auto
    }
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.explore-wrapper {
    padding: 5rem 0
}

.explore-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 14px rgba(0, 0, 0, .15);
    border: 1px solid #e4e4e4;
    overflow: hidden;
    padding: 12px;
    transition: transform .35s ease
}

.explore-card:hover {
    transform: translateY(-6px);
    cursor: pointer
}

.explore-slider {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}


@media (max-width : 768px){
     .explore-slider {
         max-height : 180px !important;
     }
}

@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

.festival-trips {
    padding: 3vmax 0
}

.festival-trips .video-overlay-wrapper {
    position: relative
}

.festival-trips .video-overlay-wrapper .my-video {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px
}

.festival-trips .video-overlay-wrapper .overlay-bg {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: rgba(0, 0, 0, .2)
}

.festival-trips .video-overlay-wrapper .title-wrapper {
    position: absolute;
    top: 25%;
    left: 40px
}

.festival-trips .title-wrapper h3 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 5px
}

.festival-trips .title-wrapper p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px
}

.festival-trips .explore-btn {
    background: #ff0;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    font-size : 15px;
}

.festival-slider-wrapper {
    margin-top: -5rem;
    display: flex;
    align-items: center;
    position: relative;
    overflow : hidden;
    padding : 10px !important;
    
}

.festival-slider {
    display: flex;
    gap: 20px;
    scroll-behavior: smooth;
    overflow : visible;
}

.festival-card {
    min-width: 220px;
    max-width: 220px;
    height: 320px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.festival-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.festival-card .card-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7))
}

.festival-card h3 {
    color: #fff;
    margin-bottom: 5px
}

.festival-card p {
    color: #fff;
    font-size: 14px
}

.slider-btn {
    background: #fff;
    border: none;
    font-size: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 40%;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.prev-btn {
    left: -10px
}

.next-btn {
    right: -10px
}


@media (max-width : 576px){
    .festival-trips .title-wrapper h3 {
        font-size : 38px;
    }
  }
  
/* UPCOMING TRIP*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@font-face {
    font-family: media;
    src: url(../fonts/Media-Sans.ttf)
}

@font-face {
    font-family: neueBold;
    src: url(../fonts/NeueKabel-Bold.otf)
}

@font-face {
    font-family: neue;
    src: url(../fonts/NeueKabel-Medium.otf)
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #fff;
    scroll-behavior: smooth
}

:root {
    --primary-color: #40e0d0;
    --secondary-color: #36C0B2;
    --seperator: #cecece;
    --border: #d6d6d6;
    --title: #131213;
    --paragraph: #8B8A8B;
    --white: #fff
}

:root {
    --primary-color: #379cf4;
    --secondary-color: #0069ff;
    --background: #f9f9f7;
    --border: #e9e9e9;
    --seperator: #e9e9e9;
    --title: #0f172a;
    --paragraph: #64748b;
    --white: #ffffff
}

.up-arrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #94c948;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    transition: opacity .3s ease, transform .3s ease;
    opacity: 0;
    transform: translateY(100px);
    visibility: hidden;
    z-index: 1000
}

.up-arrow:hover {
    background-color: #76a937;
    transform: scale(1.1) !important
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

.hero-section {
    position: relative;
    height: 75vh;
    margin-top: 50px;
    overflow: hidden
}

.hero-section .overlay-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .25)
}

.hero-section .my-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-section .title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    gap: 2rem;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content
}

#animatedText {
    font-size: 35px;
    font-family: media, sans-serif;
    color: var(--white);
    letter-spacing: 3px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #40e0d0;
    display: inline-block;
    min-width: 1ch;
    animation: blink .7s step-end infinite alternate
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.hero-section .title-wrapper .upcoming-trip-btn {
    color: var(--white);
    background: 0 0;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    margin: auto;
    display: block;
    border-radius: 8px;
    font-weight: 400;
    padding: 6px 13px;
    border: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--white);
    transition: all .2s ease;
    width: -moz-fit-content;
    width: fit-content
}

.hero-section .title-wrapper .upcoming-trip-btn:hover {
    border: 1px solid var(--secondary-color);
    background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
    box-shadow: 0 12px 32px rgba(0, 105, 255, .45);
    transition: background .25s ease, box-shadow .25s ease, border-color .25s ease
}

.common-heading-wrapper {
    margin-bottom: 3rem;
    overflow: hidden
}

.common-heading-wrapper h3 {
    color: #e5e5e5;
    color: rgba(15, 23, 42, .15);
    font-family: neueBold, sans-serif;
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600
}

.common-heading-wrapper h4 {
    color: var(--title);
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-top: -38px
}

.common-heading-wrapper .line-x {
    height: 5px;
    width: 10%;
    display: block;
    background-color: var(--secondary-color);
    border-radius: 50px;
    margin-left: -24px
}

.common-heading-wrapper .left-title {
    width: -webkit-fill-available
}

.common-heading-wrapper .see-all-btn {
    background: var(--secondary-color);
    color: var(--white);
    font-family: poppins, sans-serif;
    font-size: 18px;
    transition: all .1s ease-in-out;
    border: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    line-height: normal;
    gap: 5px;
    padding: 8px 8px;
    position: relative;
    cursor: pointer;
    text-decoration: none
}

.common-heading-wrapper .see-all-btn:hover {
    background: #0a9e88;
    color: #fff
}

.common-heading-wrapper .see-all-btn:hover svg {
    position: relative;
    right: 0
}

.common-heading-wrapper .see-all-btn svg {
    width: 26px;
    height: 26px;
    transition: all .7s ease;
    position: absolute;
    right: -30px
}

.upcoming-trips {
    padding: 3vmax 0;
    overflow: hidden
}

.upcoming-trips .up-align {
    margin-top: -6rem
}

.upcoming-trips .video-overlay-wrapper {
    position: relative
}

.upcoming-trips .video-overlay-wrapper .overlay-bg {
    position: absolute;
    height: 98%;
    width: 100%;
    border-radius: 30px
}

.upcoming-trips .video-overlay-wrapper .my-video {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.upcoming-trips .video-overlay-wrapper .title-wrapper {
    position: absolute;
    top: 15%;
    left: 35px;
    width: -moz-max-content;
    width: max-content
}

#upcoming-animatedText,
.upcoming-trips .video-overlay-wrapper .title-wrapper h3 {
    font-size: 36px;
    font-family: neueBold, sans-serif;
    color: var(--white);
    margin-bottom: 0
}

.upcoming-trips .video-overlay-wrapper .title-wrapper p {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px
}

.upcoming-trips swiper-container {
    width: 100%
}

.upcoming-trips swiper-slide {
    background-position: center;
    background-size: cover;
    width: 285px;
    height: 350px;
    border-radius: 10px;
    position: relative
}

.upcoming-trips swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover
}

.upcoming-trips .overlay-shade {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    border-radius: 8px;
    background: linear-gradient(rgba(0, 0, 0, .091) 46.67%, rgba(0, 0, 0, .252) 86.21%)
}

.upcoming-trips .trip-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 14px
}

.upcoming-trips .trip-details .details h3 {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px
}

.upcoming-trips .trip-details .details .location-days {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.upcoming-trips .trip-details .details .location-days .days-trip {
    display: flex;
    align-items: center;
    gap: 4px
}

.upcoming-trips .trip-details .details .location-days .days-trip img {
    width: 20px;
    height: 20px
}

.upcoming-trips .trip-details .details .location-days .days-trip h4 {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.upcoming-trips .trip-details .details .location-days .location {
    display: flex;
    align-items: center;
    gap: 4px
}

.upcoming-trips .trip-details .details .location-days .location img {
    width: 20px;
    height: 20px
}

.upcoming-trips .trip-details .details .location-days .location h4 {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.upcoming-trips .trip-details .details a {
    text-decoration: none;
    font-size: 18px;
    padding: 6px 10px;
    border-radius: 20px;
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    background: radial-gradient(#0e9082, #0a988a);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-transform: uppercase
}

.upcoming-trips .trip-details .details a img {
    width: 25px;
    height: 25px;
    animation: move 3s alternate-reverse linear infinite
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes bannermove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.upcoming-trip-wrapper {
    padding: 3rem 0
}

.upcoming-trip-wrapper swiper-container {
    width: 100%
}

.upcoming-trip-wrapper swiper-slide {
    background-position: center;
    background-size: cover;
    width: 285px !important;
    height: 380px;
    border-radius: 15px;
    position: relative
}

.upcoming-trip-wrapper swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover
}

.upcoming-trip-wrapper .overlay-shade {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    border-radius: 8px;
    background: linear-gradient(rgba(0, 0, 0, 0) 46.67%, rgba(0, 0, 0, .656) 86.21%)
}

.upcoming-trip-wrapper .trip-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 14px
}

.upcoming-trip-wrapper .trip-details .details h3 {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px
}

.upcoming-trip-wrapper .trip-details .details p {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px
}

.upcoming-trip-wrapper .trip-details .details .location-days {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.upcoming-trip-wrapper .trip-details .details .location-days .days-trip {
    display: flex;
    align-items: center;
    gap: 4px
}

.upcoming-trip-wrapper .trip-details .details .location-days .days-trip img {
    width: 20px;
    height: 20px
}

.upcoming-trip-wrapper .trip-details .details .location-days .days-trip h4 {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.upcoming-trip-wrapper .trip-details .details .location-days .location {
    display: flex;
    align-items: center;
    gap: 4px
}

.upcoming-trip-wrapper .trip-details .details .location-days .location img {
    width: 20px;
    height: 20px
}

.upcoming-trip-wrapper .trip-details .details .location-days .location h4 {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.upcoming-trip-wrapper .trip-details .details a {
    text-decoration: none;
    font-size: 18px;
    padding: 6px 10px;
    border-radius: 20px;
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    background: radial-gradient(#0e9082, #0a988a);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-transform: uppercase
}

.upcoming-trip-wrapper .trip-details .details a img {
    width: 25px;
    height: 25px;
    animation: move 3s alternate-reverse linear infinite
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes moveImage {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.itinerary-wrapper {
    padding: 2rem 0
}

@media only screen and (min-width:320px) and (max-width:520px) {
    .hero-section {
        margin-top: 60px;
        height: auto
    }

    .hero-section .overlay-bg {
        height: 97%
    }

    .hero-section .my-video {
        height: auto
    }

    #animatedText {
        font-size: 22px;
        height: 25px;
        margin-bottom: 20px
    }

    .hero-section .title-wrapper .upcoming-trip-btn {
        font-size: 18px
    }

    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .see-all-btn {
        font-size: 15px;
        width: 100px
    }

    .common-heading-wrapper .see-all-btn svg {
        display: none
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }

    .upcoming-trips .up-align {
        margin-top: 0
    }

    .upcoming-trips .video-overlay-wrapper {
        margin-bottom: 20px
    }

    .upcoming-trips .video-overlay-wrapper .my-video {
        height: 26vh;
        border-radius: 10px
    }

    .upcoming-trips .video-overlay-wrapper .overlay-bg {
        height: 97%;
        border-radius: 10px
    }

    .upcoming-trips .video-overlay-wrapper .title-wrapper {
        top: 50%;
        left: 5%
    }

    #upcoming-animatedText,
    .upcoming-trips .video-overlay-wrapper .title-wrapper h3 {
        font-size: 26px
    }

    .upcoming-trips .video-overlay-wrapper .title-wrapper p {
        font-size: 16px;
        line-break: anywhere;
        width: 60%;
        line-height: 20px
    }
}

@media only screen and (min-width:520px) and (max-width:768px) {
    .hero-section {
        margin-top: 60px;
        height: auto
    }

    .hero-section .overlay-bg {
        height: 97%
    }

    .hero-section .my-video {
        height: auto
    }

    #animatedText {
        font-size: 22px;
        height: 25px;
        margin-bottom: 20px
    }

    .hero-section .title-wrapper .upcoming-trip-btn {
        font-size: 18px
    }

    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .see-all-btn {
        font-size: 15px;
        width: 100px
    }

    .common-heading-wrapper .see-all-btn svg {
        display: none
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }

    .upcoming-trips .up-align {
        margin-top: 0
    }

    .upcoming-trips .video-overlay-wrapper {
        margin-bottom: 20px
    }

    .upcoming-trips .video-overlay-wrapper .my-video {
        height: 26vh;
        border-radius: 10px
    }

    .upcoming-trips .video-overlay-wrapper .overlay-bg {
        height: 97%;
        border-radius: 10px
    }

    .upcoming-trips .video-overlay-wrapper .title-wrapper {
        top: 50%;
        left: 5%
    }

    #upcoming-animatedText,
    .upcoming-trips .video-overlay-wrapper .title-wrapper h3 {
        font-size: 26px
    }

    .upcoming-trips .video-overlay-wrapper .title-wrapper p {
        font-size: 16px;
        line-break: anywhere;
        width: 60%;
        line-height: 20px
    }
}

.swiper-wrapper-parent {
    max-width: 95%;
    margin: 0 auto
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.explore-wrapper {
    padding: 5rem 0
}

.explore-slider {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.explore-slide {
    flex: 0 0 calc(50% - 6px)
}

.explore-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

.location-wrapper {
    padding: 5rem 0
}


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

@font-face {
    font-family: media;
    src: url(../fonts/Media-Sans.ttf)
}

@font-face {
    font-family: neueBold;
    src: url(../fonts/NeueKabel-Bold.otf)
}

@font-face {
    font-family: neue;
    src: url(../fonts/NeueKabel-Medium.otf)
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #fff;
    scroll-behavior: smooth
}

:root {
    --primary-color: #40e0d0;
    --secondary-color: #36C0B2;
    --seperator: #cecece;
    --border: #d6d6d6;
    --title: #131213;
    --paragraph: #8B8A8B;
    --white: #fff
}

:root {
    --primary-color: #379cf4;
    --secondary-color: #0069ff;
    --background: #f9f9f7;
    --border: #e9e9e9;
    --seperator: #e9e9e9;
    --title: #0f172a;
    --paragraph: #64748b;
    --white: #ffffff
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

@media (max-width : 1024px){
.why-gic .card-common{
    max-width :calc(50vh-0px);
}} 
    

.common-heading-wrapper {
    margin-bottom: 3rem;
    overflow: hidden
}

.common-heading-wrapper h3 {
    color: #e5e5e5;
    color: rgba(15, 23, 42, .15);
    font-family: neueBold, sans-serif;
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600
}

.common-heading-wrapper h4 {
    color: var(--title);
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-top: -38px
}

.common-heading-wrapper .line-x {
    height: 5px;
    width: 10%;
    display: block;
    background-color: var(--secondary-color);
    border-radius: 50px;
    margin-left: -24px
}

.common-heading-wrapper .left-title {
    width: -webkit-fill-available
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

.trip-frames-wrapper {
    padding-top: 4rem;
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative
}

.trip-frames-wrapper .bg-doodle {
    position: absolute;
    top: 8px;
    right: 0;
    width: 235px;
    height: auto;
    display: none;
    z-index: -1
}

.trip-frames-wrapper .frame-slider {
    position: relative;
    width: 100%
}

.trip-frames-wrapper .frame-slider .swiper-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 420px
}

.trip-frames-wrapper .frame-slider .swiper-card img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    transition: transform .5s ease
}

.trip-frames-wrapper .frame-slider .swiper-card .overlay-shade {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 46.67%, rgba(0, 0, 0, .656) 86.21%)
}

.trip-frames-wrapper .frame-slider .swiper-card .location-title {
    display: flex;
    align-items: center;
    gap: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(32, 32, 32, .4), rgba(50, 50, 50, .6509803922));
    padding: 4px 10px
}

.trip-frames-wrapper .frame-slider .swiper-card .location-title img {
    width: 25px;
    height: 25px
}

.trip-frames-wrapper .frame-slider .swiper-card .location-title h4 {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0
}

.trip-frames-wrapper .frame-slider .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.trip-frames-wrapper .frame-slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    padding: 1rem 0
}

.trip-frames-wrapper .frame-slider .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.trip-frames-wrapper .frame-slider .swiper-3d {
    perspective: 1400px
}

.trip-frames-wrapper .frame-slider .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.trip-frames-wrapper .frame-slider .swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.trip-frames-wrapper .frame-slider .panorama-slider {
    position: relative;
    overflow: hidden
}

.trip-frames-wrapper .frame-slider .panorama-slider .swiper .swiper-pagination {
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-color: #000
}

@keyframes bannermove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes moveImage {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media only screen and (min-width:320px) and (max-width:520px) {
    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }

    .trip-frames-wrapper .bg-doodle {
        display: block
    }

    .trip-frames-wrapper .frame-slider .swiper-card {
        height: 350px
    }
}

@media only screen and (min-width:520px) and (max-width:768px) {
    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }

    .trip-frames-wrapper .bg-doodle {
        display: block
    }
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

.location-wrapper {
    padding: 5rem 0
}

.location-card {
    display: flex;
    flex-direction: column;
    align-items: center
}

.location-card img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    transition: all .3s ease
}

.location-card img:hover {
    transform: scale(1.08);
    cursor: pointer
}

@media (max-width:768px){
    
    .location-card img{
        width : 150px;
        height : 150px;
    }
    
    .location-card p{
        font-size : 12px;
    }
    
    .location-row{
        row-gap: 10px;
    }
    
}


@media (min-width:768px) and (max-width: 1600px){
    .location-card img{ 
        width : 150px;
        height : 150px;
    }
       
   .location-card p{
       font-size : 18px;
   } 
}


/* CHAT WITH US*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@font-face {
    font-family: media;
    src: url(../fonts/Media-Sans.ttf)
}

@font-face {
    font-family: neueBold;
    src: url(../fonts/NeueKabel-Bold.otf)
}

@font-face {
    font-family: neue;
    src: url(../fonts/NeueKabel-Medium.otf)
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #fff;
    scroll-behavior: smooth
}

:root {
    --primary-color: #40e0d0;
    --secondary-color: #36C0B2;
    --seperator: #cecece;
    --border: #d6d6d6;
    --title: #131213;
    --paragraph: #8B8A8B;
    --white: #fff
}

:root {
    --primary-color: #379cf4;
    --secondary-color: #0069ff;
    --background: #f9f9f7;
    --border: #e9e9e9;
    --seperator: #e9e9e9;
    --title: #0f172a;
    --paragraph: #64748b;
    --white: #ffffff
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

.chat-us {
    background: linear-gradient(125deg, #40e0d0, #2a9f9d);
    padding: 20px;
    overflow: hidden
}

.chat-us .left-img-wrap img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.chat-us .connect-us-card {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 25px 20px;
    border-radius: 20px
}

.chat-us .connect-us-card .heading-title h3 {
    font-size: 28px;
    font-family: neue, sans-serif;
    color: var(--secondary-color);
    margin-bottom: 0;
    text-align: left
}

.chat-us .connect-us-card .heading-title p {
    color: var(--paragraph);
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 0
}

.chat-us .connect-us-card .form-floating label {
    padding: 10px 18px
}

.chat-us .connect-us-card .form-floating .form-control {
    border-radius: 22px;
    padding: 10px;
    margin-bottom: 14px;
    height: 48px;
    min-height: 48px
}

.chat-us .connect-us-card .form-floating .form-control::-moz-placeholder {
    color: var(--paragraph)
}

.chat-us .connect-us-card .form-floating .form-control::placeholder {
    color: var(--paragraph)
}

.chat-us .connect-us-card .submit-btn {
    background-color: var(--secondary-color);
    border-radius: 22px;
    padding: 10px;
    width: 100%;
    color: var(--white);
    font-size: 16px
}

.chat-us .connect-us-card .submit-btn:hover {
    background-color: var(--primary-color)
}

.chat-us .connect-us-card p {
    color: var(--paragraph);
    font-family: poppins, sans-serif;
    font-size: 14px;
    margin: 15px 0 0 0;
    text-align: center
}

.chat-us .connect-us-card p strong {
    color: var(--title)
}

@keyframes bannermove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes moveImage {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media only screen and (min-width:320px) and (max-width:520px) {
    .chat-us {
        padding: 20px 0
    }

    .chat-us .connect-us-card .heading-title h3 {
        text-align: center;
        font-size: 22px
    }

    .chat-us .connect-us-card .heading-title p {
        font-size: 16px;
        text-align: center
    }
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

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

@font-face {
    font-family: media;
    src: url(../fonts/Media-Sans.ttf)
}

@font-face {
    font-family: neueBold;
    src: url(../fonts/NeueKabel-Bold.otf)
}

@font-face {
    font-family: neue;
    src: url(../fonts/NeueKabel-Medium.otf)
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #fff;
    scroll-behavior: smooth
}

:root {
    --primary-color: #40e0d0;
    --secondary-color: #36C0B2;
    --seperator: #cecece;
    --border: #d6d6d6;
    --title: #131213;
    --paragraph: #8B8A8B;
    --white: #fff
}

:root {
    --primary-color: #379cf4;
    --secondary-color: #0069ff;
    --background: #f9f9f7;
    --border: #e9e9e9;
    --seperator: #e9e9e9;
    --title: #0f172a;
    --paragraph: #64748b;
    --white: #ffffff
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.review-img-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.review-card-img {
    height: 90%;
    width: 60%
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

.testimonial-wrapper {
    margin-top: 2rem;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden
}

.testimonial-wrapper .heading-title-wrap h2 {
    font-size: 48px;
    font-family: neueBold, sans-serif;
    color: var(--primary-color);
    margin-bottom: 0;
    text-align: center
}

.testimonial-wrapper .heading-title-wrap p {
    color: var(--title);
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center
}

.testimonial-wrapper .bg-review-wrapper {
    margin-top: 1rem
}

.testimonial-wrapper .bg-review-wrapper .frame-slider {
    position: relative;
    width: 100%
}

.testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    width: 100%
}

.testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-card img {
    display: block;
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    transition: transform .5s ease
}

.testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-card .overlay-shade {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .42)
}

.testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-card .review-details {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around
}

.testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-card .review-details h1 {
    font-size: 28px;
    font-family: neue, sans-serif;
    color: var(--white);
    font-weight: 500;
    text-align: center;
    margin: 0
}

.testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-card .review-details h3 {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 0
}

.testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-card .review-details p {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 0
}

.testimonial-wrapper .bg-review-wrapper .frame-slider .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    padding: 1rem 0
}

.testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.testimonial-wrapper .bg-review-wrapper .frame-slider .panorama-slider {
    position: relative;
    overflow: hidden
}

.testimonial-wrapper .bg-review-wrapper .frame-slider .panorama-slider .swiper .swiper-pagination {
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-color: #000
}

@keyframes bannermove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes moveImage {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.itinerary-wrapper {
    padding: 2rem 0
}

@media only screen and (min-width:320px) and (max-width:520px) {
    .testimonial-wrapper .heading-title-wrap h2 {
        font-size: 28px
    }

    .testimonial-wrapper .heading-title-wrap p {
        font-size: 24px
    }

    .testimonial-wrapper .bg-review-wrapper swiper-container {
        margin-top: 3rem;
        width: 100%
    }

    .testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-card img {
        height: 350px
    }

    .testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-card .review-details h1 {
        font-size: 18px
    }

    .testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-card .review-details h3 {
        font-size: 15px
    }

    .testimonial-wrapper .bg-review-wrapper .frame-slider .swiper-card .review-details p {
        font-size: 16px
    }
}

@media only screen and (min-width:520px) and (max-width:768px) {
    .testimonial-wrapper .heading-title-wrap h2 {
        font-size: 36px
    }

    .testimonial-wrapper .heading-title-wrap p {
        font-size: 24px
    }

    .testimonial-wrapper .bg-review-wrapper swiper-container {
        margin-top: 3rem;
        width: 100%
    }
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

.vibes-wrapper {
    padding: 5rem 0
}

.vibes-row {
    row-gap: 30px
}

.vibes-card {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 14px 2px rgba(83, 83, 83, .17);
    transition: all .3s ease
}

.vibes-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.vibes-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    display: block
}

.vibes-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    cursor: pointer
}

.vibes-card:hover .vibes-overlay {
    bottom: 0
}

.vibes-title {
    font-size: 22px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 600
}

@media (max-width : 768px){
    .vibes-img {
        height : 180px !important;
    }
}



/* TRIP PLACES MARQUEE SECTION*/

.trip-places-section{
    /*padding: 5rem;*/
    position: relative;
    overflow: hidden;
}


.text-row {
    width: 100%;
    /*padding :30px 15px;*/
    /*overflow : hidden !important;*/
}

.text-group {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    flex-wrap: nowrap; 
    will-change : transform;
    cursor : pointer;
}

.text-box {
    flex: 0 0 calc(25% - 22.5px); 
    max-width: calc(25% - 22.5px);
    padding: 25px 20px;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
}

.text-box h3 {
    display: block;        
    text-align: center;    
     font-family: "Courgette", cursive;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 5px;
    color :#9e3d1c;
}

.text-box p{
    margin: 0;            
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing : 2px;
    color: #923d3d;
    font-family: "Alegreya", serif;
}

.text-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 150px;
    margin: 0 auto 2px;   
    padding: 6px 4px;
    border-radius: 50%;
    border: 1px solid rgba(199, 200, 230, 0.15);
    background: rgba(226, 232, 255, 0.04);
    box-shadow: rgba(184, 198, 254, 0.12) 2px 2px 10px inset;
}

.text-box .icon img {
    width: 120px;        
    height: 120px;
    object-fit: contain;
    transition: all 0.3s ease;
}



@media (min-width:993px) and (max-width: 1200px) {
   .text-group {
    gap: 25px;
  }

  .text-box {
    flex: 0 0 calc(25% - 18.75px);
    max-width: calc(25% - 18.75px);
    padding: 22px 18px;
  }

  .text-box h3 {
    font-size: 30px;
  }

  .text-box .icon {
    width: 130px;
    height: 130px;
  }

  .text-box .icon img {
    width: 100px;
    height: 100px;
  }
}

@media (min-width:769px) and (max-width: 992px) {
    .text-box {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }

  .text-box h3 {
    font-size: 23px;
  }

  .text-box p {
    letter-spacing: 1.5px;
  }

  .text-box .icon {
    width: 120px;
    height: 120px;
  }

  .text-box .icon img {
    width: 95px;
    height: 95px;
  }
}

@media (min-width:577px) and (max-width: 768px) {
 
  .text-group {
    gap: 20px;
  }

  .text-box {
    flex: 0 0 calc(40% - 15px);
    max-width: calc(40% - 15px);
  }

  .text-box h3 {
    font-size: 20px;
  }

  .text-box p {
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .text-box .icon {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 576px) {
   .text-box {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .text-box h3 {
    font-size: 18px;
  }

  .text-box p {
    font-size: 8px;
    letter-spacing: 1.2px;
  }

  .text-box .icon {
    width: 95px;
    height: 95px;
  }

  .text-box .icon img {
    width: 75px;
    height: 75px;
  }

  .text-box .icon img {
    width: 85px;
    height: 85px;
  }
}

@media (min-width: 576px){
    .container{
        max-width : 600px;
}
}

@media (max-width : 768px){
    .container{
      max-width : 900px;
}
}
@media (min-width: 992px){
    .container{
        max-width : 960px;
    }
}

@media (max-width : 1200px){
    .container {
        max-width : 1140px;
    }
}





