/*:root{*/
  /* colors */
  /*--color-primary: #FDE100;
  --color-white: #fff;
  --color-background: #FDFCF2;
  --color-text: #1D1D1D;*/


  /* spaces */
  /*--spacing-small: 1rem;
  --spacing-medium: 16px;
  --spacing-large: 100px;*/

  /* Typography */
  /*--fs-heading-1: 3.375rem;*/  /* 54px / 16px */
  /*--fs-heading-2: 2.4375rem;*/  /* 39px / 16px */
  /*--fs-heading-3: 2.0625rem;*/  /* 33px / 16px */
  /*--fs-heading-4: 1.6875rem;*/  /* 27px / 16px */
  /*--fs-heading-5: 1.4375rem;*/  /* 23px / 16px */
  /*--fs-heading-6: 1.1875rem;*/  /* 19px / 16px */
  /*--fs-text: 1rem;*/           /* 16px / 16px */
  /*--fs-small: 0.8125rem;*/     /* 13px / 16px */
  /*--fs-xs: 0.6875rem;*/        /* 11px / 16px */

  /*--wrapper-inline: 16px;
  --radius: 4px;
}*/

body {
  overflow-x: hidden;
  transition: background-color 0.5s ease; /* Smooth transition for background-color */
}

.header-country {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}



.header-country__slider-wrapper{
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: relative;
}
.header-country__slider{
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



.header-country__image-placeholder {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
}

.header-country__image-placeholder img {
  object-fit: cover; 
  width: 105%;
  height: 105%;
  position: absolute;
  top: -2.5%;
  left: -2.5%;
}


.header-country__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: clip-path 0.3s ease; /* Smooth transition */
}
.highlight__heading {
    font-weight: 600;
    line-height: 10px;
}
}

.header-country__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: black;
    opacity: 0.6;
}

/*#custom-cursor {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='white' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 100%;
  pointer-events: none;*/ /* Ensure it doesn't interfere with other elements */
  /*z-index: 1000;
  transform: translate(-50%, -50%);*/ /* Center the cursor */
  /*animation: rotateCursor 15s linear infinite; 
}*/

@keyframes rotateCursor {
  0% {
    transform:rotate(0deg); /* Start at 0 degrees */
  }
  100% {
    transform:rotate(360deg); /* Rotate 360 degrees */
  }
}





/* Taste from */
.taste-from__container{
    min-height: 100vh;
/*  margin-bottom: 200px;*/
  /* overflow: hidden; */
}

.taste-from__title {
    text-align: center;
    font-size: var(--fs-heading-1);
    /*max-width: 600px;*/
    color: rgb(23, 23, 23);
    font-weight: 500;
    margin: 0 auto;
    padding: 0 1rem;
    line-height: 60px;
}

.taste-from__subtitle{
  font-size: var(--fs-text);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 300;
}

@media(max-width: 600px){
  .taste-from__title{
    line-height: 50px;
    font-size: var(--fs-heading-2);
  }
}

.taste-slide__wrapper{
 width: 100vw;
  overflow: hidden;
}
.pin-spacer{
  margin: 0 !important;
}

/* .taste-from__container{
  background-color: #001015;
} */

.taste-slide__wrapper__full-width{
  display: flex;
  position: relative;
  width: fit-content;
  /* gap: 80px; */
  /* margin-left: 40px; */
}

.taste-slide{
  width: 78vw;
/*  max-width: 1117px;*/
  margin-right: 7vw;
}

.taste-slide:first-child{
  margin-left: 5vw;
}

@media(max-width: 750px){
  .taste-slide__img-placeholder{
    width: 500px;
  }
  .taste-slide{
    width: 500px;
  }
  .taste-slide__texts{
    max-width: 400px;
  }
}

.taste-slide__img-placeholder{
  left: 50px;
  position: relative; 
  overflow: hidden;
  width: 100% !important;
  height: 100%;
}

.taste-slide__img-placeholder:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001015;
  opacity: 0.5;
}

.taste-slide__img-placeholder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.taste-slide__texts{
  position: relative;
/*  bottom: 20%;*/
  /* left: -50px; */
   max-width: 80vw; 
}

.taste-slide__heading{
  font-size: 80px;
  line-height: 86px;
}

.taste-slide__text {
    color: white;
    text-align: left !important;
    font-family: 'CF ModGrotesk', sans-serif !important;
    font-weight: 300;
    font-size: 23px;
    line-height: 32.6px;


}

    .taste-slide__text div{
        text-align: left !important;
    }

    .taste-slide__text span {
        font-family: 'CF ModGrotesk', sans-serif !important;
    }

@media(max-width: 800px) {
    .taste-slide__texts{
    max-width: 80vw;
  }
  .taste-slide__heading{
    font-size: var(--fs-heading-3);
    line-height: 30px;
  }
  .taste-slide__text{
    font-size: var(--fs-small);
  }
  
}

@media(max-width: 800px) {
    .taste-slide__texts{
        width: 100%;
        max-width: 90vw;
        left: 80px;
    }

    .taste-slide__heading {
        font-size: var(--fs-heading-3);
        line-height: 42px;
    }

    .taste-slide__text{
        line-height: 28px;
    }

   
}


@media(max-width: 800px){
    .taste-slide__text {
        line-height: 20px;
    }
}
/* Experience */
.experience {
    min-height: 100vh;
}

.xp__header{
  height: 60vh;
  width: 100%;
  position: relative;
}


/*    .xp__header:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;      
    }*/
.xp__header img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xp__carousel {
overflow: hidden;
    height: 50vh;
    position: relative;
    z-index: 999;
    top: -40px;
}

#chartdiv {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 30vw;
 height: 50vh;
 transform: translate(-50%, -50%);
 z-index: 990;
}



.xp__carousel .swiper-slide:first-child{
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: end;
}

.xp__text-slide .text-slide__wrapper{
  max-width: 400px;
  margin-bottom: 32px;
}

.xp__carousel .swiper-slide{
  width: 330px;
  height: 330px;
}

.xp__text-slide{
  /* width: 400px; */
  /* margin: 0 120px; */
  /* height: 100%;
  display: flex;
  flex-direction: column; */
  /* justify-content: end; */
}



.xp__text-slide .caption{
  font-size: var(--fs-small);
  text-transform: uppercase;
  font-weight: 400;
}
.xp__text-slide .title{
  font-size: var(--fs-heading-1);
  line-height: 50px;
  font-weight: 500;
}

.xp__text-slide .title .italic{
/*    text-transform: italic;*/
font-style: italic;
font-weight: 300;
}

.xp__text-slide .text {
    font-size: var(--fs-small);
    line-height: 24px;
    font-weight: 300;
    margin-top: 8px;
}

.xpArrowLeft.swiper-button-disabled{
    display: none;
}

.xpArrowRight.swiper-button-disabled {
    display: none;
}



/*New*/

.xp__flip-container {
    perspective: 1000px;
    width: 100%;
    height: 100%;
}

.xp__flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.xp__flip-container.flip .xp__flipper {
    transform: rotateY(180deg);
}

.xp__front, .xp__back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.xp__front {
    background: white;
}

.xp__back {
    background: #f8f9fa;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
    z-index: 999;
}

.xp__back-content{
    width: 100%;
    height: 100%;
}
.img-tile-back-placeholder{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}
.img-tile-back-placeholder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:1;
    z-index: 4;
    opacity: 0.5
}

    .img-tile-back-placeholder::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000b5;
    }

.tile-text h2 {
    color: white;
}

.tile-text {
    position: relative;
    overflow: auto;
    color: white;
    ;
    height: 100%;
    /* Smooth scrolling */
    scroll-behavior: smooth;
    /* Custom scrollbar styling */
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

    /* WebKit browsers (Chrome, Safari) */
    .tile-text::-webkit-scrollbar {
        width: 6px;
    }

    .tile-text::-webkit-scrollbar-track {
        background: transparent;
    }

    .tile-text::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

        .tile-text::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.5);
        }

/*New end*/
.xp__image-container {
    position: relative;
    width: 330px;
    height: 330px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    overflow: hidden;
    border: 0px solid #fde10000;
    transition: 0.3s all ease;
}
    .xp__image-container.active {
        /*        border: 2px solid #fde100;*/
        box-shadow: 0 4px 20px #000000f2;
    }
    

    .xp__image-container .image-placeholder {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
.xp__image-container .image-placeholder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

        .xp__image-container .image-placeholder::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #00000045;
        }


.xp__text-container{
  z-index: 99;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  padding: 32px 16px;
}

.xp__text-container .price{
  /* position: absolute; */
  top: 10px;
  right: 10px;
  z-index: 99;
  text-align: end;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

.xp__text-container .price .from{
  font-size: var(--fs-small);
}

.xp__text-details h1 {
    font-size: 32px;
    line-height: 40px;
    color: white;
    pointer-events: none;
    margin-bottom: 8px;
    font-weight: 500;
}

.xp__text-details p {
    font-size: 14px;;
    color: white;
    line-height: 20px;
    pointer-events: none
}
.xp__mob-tabs{
  display: none;
}


.xp__mob-tabs .caption{
  font-size: var(--fs-small);
  text-transform: uppercase;
  font-weight: 600;
}
.xp__mob-tabs .title{
  font-size: var(--fs-heading-2);
  line-height: 50px;
  font-weight: 500;
}
.xp__mob-tabs .text{
  font-size: var(--fs-text);
  margin-top: 8px;
}
@media(max-width: 800px){
  .xp__mob-tabs{
    display: flex;
    padding: 16px;
  }
  .experience{
    min-height: 0;
  }
  .xp__header{
    display: none;
  }
  .xp__carousel{
    top: 0;
  }
  .xp__carousel .swiper-slide:first-child{
    opacity: 0;
    width: 16px !important;
    margin: 0 !important;
  }
}
.xp__tabs__container{
  overflow: hidden;
  width: 95vw;
}

.xp__tabs__container .swiper-slide{
  width: fit-content;
  padding: 4px;
}

.xp__tabs__container .swiper-slide .xp__tab{
  border: 1px solid black;
  padding: 4px;
  border-radius: 4px;
  border: 2px solid var(--color-primary);
}

.xp__tabs__container .swiper-slide .xp__tab.active{
  background-color: #FDE100;
}


.custom-marker-destination {
/*    width: 100px; 
    height: 30px;  */
    /*box-shadow: 0 10px 10px rgba(0,0,0,0.3);
    border: 1px solid #8c7d00;
    background-color: #FDE100;*/
/*    background-image: url('/v2/img/logo-icon.png');  */
    /*background-size: cover;*/ /* Ensure the image is not stretched */
    /*background-position: center;*/ /* Optional: center the image */
    /*border-radius: 50%;*/ /* Optional: for a rounded look */
    /*cursor: pointer;*/ /* Optional: cursor pointer on hover */
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
/*.custom-marker-destination .marker-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-marker-destination img {
    width: 18px;
    height: 18px;
}*/

.marker-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    position: relative;
}
.marker-container__tile {
        position: absolute;
        bottom: 50px;
}

.marker-image {
    width: 200px;
    height: 120px;
    object-fit: cover;
    
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
    .marker-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .marker-content {
        width: 25px;
    }

.marker-location {
    padding: 4px;
    background-color: white;
    border-radius: 0px 0px 8px 8px;
    text-align: center;
}

.location__header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    justify-items: start;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 600px){
    .header-text p {
        font-size: var(--fs-text);
    }
    .header-text.trip h1 {
        font-size: 54px;
        line-height: 53.6px;
    }
    .country-title{
        margin-bottom: 10px;
    }
    .country-text {
        font-size: var(--fs-text);
        line-height: 33.6px;
        font-weight: 300;
    }
    .country-details{
        margin-bottom: 60px;
    }
}
