@font-face{
    font-family: "Satoshi";
    src: url("../fonts/Satoshi.eot");
    src: url("../fonts/Satoshi.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Satoshi.woff")format("woff"),
        url("../fonts/Satoshi.woff2")format("woff2"),
        url("../fonts/Satoshi.ttf")format("truetype"),
        url("../fonts/Satoshi.svg#Satoshi")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "Satoshi-Medium";
    src: url("../fonts/Satoshi-Medium.eot");
    src: url("../fonts/Satoshi-Medium.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Satoshi-Medium.woff")format("woff"),
        url("../fonts/Satoshi-Medium.woff2")format("woff2"),
        url("../fonts/Satoshi-Medium.ttf")format("truetype"),
        url("../fonts/Satoshi-Medium.svg#Satoshi")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}


html {
  overflow-x: hidden;
}

body {
  font-family: "Satoshi" !important;
  overflow-x: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Cormorant Garamond", serif !important;
}

p {
    font-size: 16px !important;
    color: rgb(40 40 40 / 80%);
}


.new-heading{
    font-size: 50px;
    color: #282828;
    margin: 0;
    text-transform: capitalize;
}

.subtitle{
    color: #FFA42E;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.5px;
    display: block;
}

.default-section{
    position: relative;
    z-index: 1;
    background: #fff;
}


/*-- button ---*/

.new-defaultbutn {
    border: 1.5px solid #31302D;
    padding: 8px 15px;
    color: #31302D;
    position: relative;
    transition: color .4s cubic-bezier(.47, .17, .17, .58);
    line-height: 1;
    font-size: 13px;
    text-transform: capitalize;
    font-family: "Satoshi-Medium" !important;
    display: inline-block;
    overflow: hidden;
    letter-spacing: .6px;
    text-align: center;
    background: none;
    text-box: auto;
}

.new-defaultbutn:before {
    content: '';
    position: absolute;
    background: #31302D;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
    z-index: -1;
}

.new-defaultbutn:after {
    content: '';
    position: absolute;
    background: #fff;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    z-index: -2;
}

.new-defaultbutn:hover:before {
    height: 100%;
    z-index: -1;
}

.new-defaultbutn:hover {
  color: #FFF;
}

/*----*/

.newhome-submenu{
height: auto !important;
}

.newhome-submenu .menu-title a{
    font-size: 24px;
    font-family: "Cormorant Garamond", serif !important;
}

.newhome-submenu .menu-title a:hover{
    color: #FFA42E;
}

.newhome-submenu .menu-title p{
    color: #fff;
    margin: 0;
}


/*----*/

.newhome-header{
    padding: 13px 0px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    position: fixed;
    -webkit-transition: aall 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-stick{
    padding: 10px 0px;
    background: rgb(24 24 24 / 85%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.newhead-links{
    display: flex;
    align-items: center;
}

.newhead-links li a{
    color: #fff;
    font-size: 16px;
    transition: all 0.2s ease-In;
}

.newhead-links li a svg{
    font-size: 12px;
}

.newhead-links li a:hover{
    color: #31302D;
}

.header-stick .newhead-links li a:hover {
    color: #FFA42E;
}

.newhead-links li{
    margin-right: 30px;
}

.newhead-links li:last-child{
    margin-right: 0px;
}


.menu-toogle{
position: relative;
width: 22px;
transition: all .3s ease-out;
margin-left: 25px;
display: flex;
flex-direction: column;
align-items: end;
}

.menu-toogle .menu-line {
background: #ffffff;
height: 2px;
position: relative;
transition: all .3s ease-out;
width: 100%;
border-radius: 5px;
}

.menu-toogle .icon-top {
width: 75%;
}

.menu-toogle .icon-center {
margin-top: 4.5px;
}

.menu-toogle .icon-bottom {
margin-top: 4.5px;
width: 75%;
}

.menu-toogle:hover .menu-line {
width: 100% !important;
}

.newhead-book{
    display: flex;
    align-items: center;
    justify-content: end;
}

.newhead-book .new-defaultbutn{
    padding: 7px 15px;
    border-color: #fff;
    font-size: 12px;
    color: #fff;
}

.newhead-book .new-defaultbutn:after {
    background: transparent;
}

.newhome-logo img{
transition: all 0.3s ease-in-out;
margin: 0 auto;
}

.header-stick .newhome-logo img{
    width: 145px;
}


.newhome-submenu{

}

/*----*/

.newhome-banner{
    position: relative;
    height: 100vh;
}

.newbanner-content{   
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    margin: 0 auto;
    height: 100vh;
}

.newhome-banner .container{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.newhome-banner .img-responsive{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.newhome-banner .new-heading{
color: #fff;
font-size: 50px;
}

.newhome-banner p{
    color: #fff;
    width: 60%;
    margin: 2px auto 25px;
}
.newhome-banner p{
    font-size: 18px !important;
}


/* .newhome-about{
    padding: 60px 0px;
}

.newabout-detail{
    text-align: center;
    position: sticky;
    top: 90px;
}

.newabout-detail .new-heading {
    margin: 3px 0 20px;
    font-size: 48px;
}

.newabout-detail img {
    width: 180px;
    margin-bottom: 22px;
}

.newabout-detail label{
    font-family: "Cormorant Garamond", serif;
    display: block;
    color: #282828;
    font-size: 22px;
    margin: 0;
    line-height: 1;
}

.newabout-detail small{
    color: rgb(40 40 40 / 80%);
}

.about-leaf-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: -1;
}

.about-leaf-2{
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 200px;
    z-index: -1;
}

.divider-line{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1100px;
} */


/* ---------------------- New Csss-------- */


.newhome-about{
    padding: 60px 0px 40px;
}

.newabout-detail{
    text-align: center;
    position: unset;
}

.newabout-detail .new-heading {
    margin: 3px 0 20px;
    font-size: 48px;
}

/* .newabout-detail img {
    width: 180px;
    margin-bottom: 22px;
} */

.newabout-detail label{
    font-family: "Cormorant Garamond", serif;
    display: block;
    color: #282828;
    font-size: 26px;
    /* margin: 0; */
    line-height: 1;
    font-style: italic;
    margin-top: 40px;
} 


/* .newabout-detail small{
    color: rgb(40 40 40 / 80%);
} */

.about-leaf-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: -1;
}

.about-leaf-2{
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 200px;
    z-index: -1;
}

.divider-line{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1100px;
}






/*---*/

.newhome-jungle{
    overflow: hidden;
}

.home-junglepara p{
    margin-bottom: 10px;
}

.newjungle-slider{
    margin-right: -310px;
    margin-top: 30px;
}

.jungle-slidebox{
    margin: 0px 12px;
}

.jungle-slidebox label{
    color: #FFA42E;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.5px;
    display: block;
    margin: 16px 0 2px;
}

.jungle-slidebox span{
    font-family: "Cormorant Garamond", serif;
    display: block;
    color: #282828;
    font-size: 24px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.jungle-slidebox p{
    font-size: 15px !important;
    margin-bottom: 8px;    
}


.arrow-link{
    color: #31302D;
    font-family: "Satoshi-Medium";
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease-In;
}

.arrow-link img{
    width: 9px;
    transform-origin: 0% 50%;
    transition: all 0.2s ease-In;
    margin-left: 4px;
}

.arrow-link:hover{
    color: #31302D;
}

.arrow-link:hover img{
    transform: rotate(-45deg);
}

/*----*/

.newhome-roomarea{
    padding: 90px 0px;
    overflow: hidden;
}

.roomarea-firstrow{
margin-bottom: 30px;
}

.newhome-roomhead p{
margin: 5px 0 0;
}

.newhome-roombutn{
    text-align: right;
}

.choose-image{
    padding-left: 20px;
}

.choose-reason {
    -webkit-animation: fadeInRight 1.1s ease;
    animation: fadeInRight 1.1s ease;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: all 5s cubic-bezier(0, 0, 0.58, 1);
}

.choose-reason img{
    object-fit: cover;
    width: 100%;
    height: 505px;
}

.choose-image #choose2,
.choose-image #choose3,
.choose-image #choose4,
.choose-image #choose5,
.choose-image #choose6,
.choose-image #choose7 {
  display: none;
}

.choose-accord .card {
  background-color: transparent;
  border: 0px;
  border-bottom: 0px;
  border-radius: 0px;
  margin: 20px 0px;
}

.choose-accord .card-header {
  padding: 0px;
  margin-bottom: 0;
  background-color: transparent;
  border: 0px;
}

.card-header small
{
display: contents;
    font-family: none;
}

.choose-accord .card-header button {
  outline: none;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  box-shadow: none;
  margin: 0px;
  border: 0px;
  padding: 0;
}

.choose-accord .card-header button span {
  color: #282828;
  font-size: 27px;
  font-family: "Cormorant Garamond", serif;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  position: relative;
  opacity: .5;
}

.choose-accord .card-header button span:after {
    background: linear-gradient(90deg, rgb(40, 40, 40, .5) 0%,  rgb(251, 246, 245)) 100%;
    height: 1px;
    content: "";
    flex: 1 1;
    margin: auto .6em;
    opacity: 0;
}

.choose-accord .card-header button[aria-expanded="true"] span {
  opacity: 1;
}

.choose-accord .card-header button[aria-expanded="true"] span:after {
  opacity: 1;
}

.choose-accord .card-header button span label {
  color: rgb(0 0 0 / 40%);
  font-size: 14px;
  margin: 0;
  line-height: 1;
  margin-right: 10px;
}

.choose-accord .card-body {
    padding: 8px 0 20px;
    position: relative;
}

.choose-accord .card-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: linear-gradient(to left, rgb(255 255 255 / 5%), rgb(40 40 40 / 50%), rgb(255 255 255 / 5%));
}

.choose-accord .card-body ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.choose-accord .card-body ul li {
    color: rgb(40 40 40 / 80%);
    font-size: 13px;
    display: flex;
    align-items: center;
}

.choose-accord .card-body ul li img{
       width: 12px;
       margin-right: 5px;
}

.choose-accord .card-body div{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose-accord .card-body div span span:nth-child(1){
    color: #CF9F63;
    display: block;
    font-size: 12px;
}

.choose-accord .card-body div span span:nth-child(2){
    font-family: "Satoshi-Medium";
    color: #282828;
    font-size: 20px;
}

.choose-accord .card-body div span small{
    color: rgb(40 40 40 / 80%);
}

/*---*/

.newhome-blog{
padding: 90px 0px;
z-index: 2;
position: relative;
background: none;
}

.newhome-blog::before{
    background: linear-gradient(360deg, transparent 0%, #ffffff 10%);
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    content: '';
    top: 0px;
    width: 100%;
    z-index: 0;
}

.newhome-blogmain{
margin-top: 20px;
    display: block;
}

.newhome-blogmain span{
    font-family: "Cormorant Garamond", serif;
    display: block;
    color: #000;
    font-size: 21px;
    line-height: 1.3;
    text-transform: capitalize;
    margin: 12px 0px 8px;
}

.newhome-blogmain div{
    overflow: hidden;
}

.newhome-blogmain small{
    color: rgb(40 40 40 / 50%);
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Satoshi-Medium";
}

.newhome-blogmain img{
    width: 100%;
    transition: transform 0.4s ease;
}

.newhome-blogmain:hover img {
    transform: scale(1.08);
}

.newhome-blogcard{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.newhome-blogcard:last-child{
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.newhome-blogcard img{
    object-fit: cover;
    width: 210px;
    height: 125px;
    transition: transform 0.4s ease;
}

.newhome-blogcard div {
    overflow: hidden;
}

.newhome-blogcard div:nth-child(1) {
    width: 65%;
}

.newhome-blogcard:hover img {
    transform: scale(1.09);
}

.newhome-blogcard span{
    color: #000;
    display: block;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 4px;
}

.newhome-blogcard small{
    color: rgb(40 40 40 / 50%);
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Satoshi-Medium";
}

.homeblog-list{
    padding-left: 30px;
    margin-top: 33px;
}


.sustain-nav{
    border-color: rgb(0 0 0 / 40%);
    margin-bottom: 20px;
}

.sustain-nav li {
margin-right: 10px;
}

.sustain-nav .sustain-navitem{
    font-family: "Cormorant Garamond", serif;
    display: block;
    color: #000;
    font-size: 22px;
    line-height: 1;
    text-transform: capitalize;
    padding: 0px 20px 10px;
    position: relative;
}

.sustain-nav .sustain-navitem:before {
    bottom: -1px;
    content: "";
    height: 1.5px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .3s ease-in-out;
    width: 100%;
    z-index: 0;
    background: #000;
}

.sustain-nav .active.sustain-navitem:before {
    opacity: 1;
}

.sustain-nav .sustain-navitem:hover:before {
    opacity: 1;
}

/*---*/

.newhome-gallery{
    padding: 70px 0 90px;
}

.roomgallery-grid{
    display: flex;
    align-items: start;
    gap: 15px;
    margin: 15px 0px 0px;
}

.roomgallery-box a {
    position: relative;
    display: block;
    margin-top: 15px;
}

.roomgallery-box a::before {
    background: rgb(0 0 0 / 40%);
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    top: 0px;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.roomgallery-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roomgallery-box a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    opacity: 0;
}

.roomgallery-box a:hover:before, 
.roomgallery-box a:hover svg {
    opacity: 1;
}

.roomgap-top{
    margin-top: 40px;
}

/*-----*/

.testimonial-slider{
    margin-bottom: 0 !important;
    padding-bottom: 30px;
}

.resort-testimonial .testimonial-text {
    text-align: center;
}

.resort-testimonial {
    background: url("../image/testimonial-new-back.webp") no-repeat;
    padding: 60px 0px;
    background-size: cover;
    z-index: 2;
    position: relative;
}

.testimonial-inner-col {
    display: flex;
    align-items: center;
    width: 800px;
    margin: 0 auto;
    padding-top: 50px;
}

.testimonial-inner-col .quotes-image {
    position: absolute;
    width: 200px;
}

.testimonial-inner-col .image-section {
    width: 20%;
    position: relative;
}

.testimonial-inner-col .content-section {
    width: 80%;
    padding-left: 30px;
}

.testimonial-inner-col .quotes-image {
    position: absolute;
    width: 80px;
    top: -31px;
    left: -28px;
    z-index: 1;
}

.testimonial-inner-col .image-wrap {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.testimonial-inner-col .name {
    color: #282828;
    font-size: 24px;
    font-family: 'Cormorant Garamond';
}

.testimonial-inner-col .content-section p {
    color: rgb(40 40 40 / 70%);
    font-style: italic;
    margin: 0px;

}

.resort-testimonial .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
bottom: 0;
}

.resort-testimonial .slick-dots li {
    width: auto;
    margin: 0 2px;
    height: auto;
}

.resort-testimonial .slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background: rgba(40, 40, 40, .36);
    transition: all .3s ease;
}

.resort-testimonial .slick-dots li.slick-active button {
    width: 38px;
    border-radius: 7px;
    background: #282828;
}

.resort-testimonial .slick-dots li.slick-active button:before {

    display: none;
}

.resort-testimonial .slick-dots li button:before {
    display: none;
}

.resort-testimonial .slick-arrow {
    align-items: center;
    background: #FFF4E9;
    border: 1px solid #282828;
    border-radius: 20px;
    bottom: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    text-align: center;
    top: 45%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .2s ease-in;
    width: 40px;
    z-index: 1;
}

.resort-testimonial .slick-arrow:hover {
    background-color: #282828;
}

.resort-testimonial .slick-prev {
    left: 0px;
}

.resort-testimonial .slick-next {
    right: 0px;
    left: auto;
}

.resort-testimonial .slick-arrow:hover svg {
    color: #fff;
}

.resort-testimonial .slick-arrow svg {
    color: #000;
    height: 17px;
    width: 13px;
}

.resort-testimonial .slick-prev:before,
.resort-testimonial .slick-next:before {
    display: none;
}


/*-----*/

.newhome-footer{
    z-index: 1;
}

/*-----*/

/* .welcome-scroll {
    position: relative;
    min-height: 120vh;
}

.floating-media {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #ded4cb;
    clip-path: inset(calc((1 - var(--reveal, 0)) * 100%) 0 0 0);
    transform: translateY(var(--media-offset, 0px));
    transition: transform 0.12s linear, clip-path 0.12s linear;
    will-change: transform, clip-path;
}

.floating-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-left-main {
    top: 29vh;
    aspect-ratio: 0.84;
}

.media-right-top {
    top: 13vh;
    aspect-ratio: 0.84;
}

.media-right-bottom {
    top: 68vh;
    aspect-ratio: 0.84;
}

.media-left-bottom {
    top: 95vh;
    aspect-ratio: 0.84;
}

.areafill {
    min-height: 100vh;
    margin: 0;
} */


/* ------------ new csss ------------ */

.welcome-scroll {
    /* position: relative;
    min-height: 120vh; */
    overflow: hidden;
}

.floating-media {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #ded4cb;
    clip-path: inset(calc((1 - var(--reveal, 0)) * 100%) 0 0 0);
    transform: translateY(var(--media-offset, 0px));
    transition: transform 0.12s linear, clip-path 0.12s linear;
    will-change: transform, clip-path;
}

.floating-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-left-main {
    top: 29vh;
    aspect-ratio: 0.84;
}

.media-right-top {
    top: 13vh;
    aspect-ratio: 0.84;
}

.media-right-bottom {
    top: 68vh;
    aspect-ratio: 0.84;
}

.media-left-bottom {
    top: 95vh;
    aspect-ratio: 0.84;
}

.areafill {
    margin: 0;
}