/*  */




@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");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@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");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "adelia";
    src:
        url("./fonts/adelia.otf") format("opentype"),
        url("./fonts/adelia.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.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);
}

a:hover {
    text-decoration: none;
}

/*  */


/*  */
.new-defaultbutn {
    border: 1.5px solid #31302D;
    padding: 10px 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;
}

/*  */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif !important;
}

p {
    font-size: 16px !important;
    color: rgb(40 40 40 / 80%);
    font-family: "Satoshi";
}


.new-heading {
    font-size: 50px;
    color: #282828;
    margin: 0;
    text-transform: capitalize;
    font-weight: 300;
}

.subtitle {
    color: #FFA42E;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.5px;
    display: block;
}













.welcome-section {
    padding: 80px 0px;
    position: relative;
}

.welcome-section .subtitle {
    margin-bottom: 10px;
}

.welcome-section .left-nature {
    position: absolute;
    left: 0;
    top: -33px;
    width: 200px;
}

.welcome-section .new-heading {
    line-height: 1;
    margin-bottom: 20px;
}

.welcome-section.bhimtal-welcome-section .new-heading {
    margin-bottom: 5px;

}

.bhimtal-video-section {
    margin-top: 80px;
}


.bhimtal-video-section iframe {
    width: 100%;
}

.welcome-section .right-nature {
    position: absolute;
    right: 0;
    top: auto;
    width: 200px;
    bottom: -67px;
}

.welcome-section .new-defaultbutn {
    margin-top: 10px;

}



.img-responsive {

    display: block;
    height: auto;
    max-width: 100%;
}



.cuisine-treat-area {
    position: relative;

}

.cuisine-treat-area .cuisine-container {
    position: absolute;
    left: 52%;
    top: 43.5%;
    transform: translate(-50%, -50%);
}

.cuisine-treat-box {
    margin: 0px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 1px 15px #0003;
    background-image: url("images/treat-box-img.webp");
    background-size: cover;
    width: 95%;
    margin-left: -44px;
}

.cuisine-treat-box .subtitle {
    margin-bottom: 20px;
}

.cuisine-treat-area .arrow-border-image {
    padding-top: 80px;
}

.cuising-bg {
    width: 53%;
    height: 720px;
    object-fit: cover;
}


.cuisine-treat-area.custard-section .cuisine-container {
    top: 50%;


}

.cuisine-treat-area .new-heading {
    margin-bottom: 20px;
    line-height: 1;
}





.wedding-banner {
    min-height: 100vh;
    background: url("images/wedding-new-image1.webp") center center/cover no-repeat;
    position: relative;
    padding: 80px 0 0px 0px;
    margin-top: 80px;
}

.wedding-banner .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.main-weddong-tab {
    min-height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Top Content */
.wedding-banner .tab-content {
    color: #fff;
    max-width: 950px;
}

.wedding-banner .new-heading,
.wedding-banner p {
    color: #fff;
    margin: 0px;
}

.wedding-banner p {

    margin-bottom: 20px;
}

.wedding-banner .new-heading {
    line-height: 1;
}

/* Bottom Tabs */
.wedding-banner .nav-tabs {
    border: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 0px solid rgba(255, 255, 255, .4);
    position: absolute;
    bottom: -39px;
}


.wedding-banner .nav-item {
    width: 20%;
}

.wedding-banner .nav-link {
    background: #0000;
    border: 0;
    border-top: 1px solid #0000;
    border-radius: 0;
    cursor: pointer;
    font-size: 28px;
    font-weight: 500;
    padding: 5px 0px;
    border-color: rgb(255 255 255 / 48%);
    font-family: "Cormorant Garamond", serif;
    color: rgb(255 255 255 / 48%);
    display: flex;
    align-items: center;
}


.wedding-banner .number-text {
    font-family: 'Satoshi';
    font-size: 20px;
    margin-right: 10px;
}

.wedding-banner .nav-link.active {
    color: #fff;
    background: none;
}

.wedding-banner .nav-link:focus {
    outline: none;
    box-shadow: none;
}

.custard-section {

    margin: 80px 0px;
}

.wedding-main-banner {
    position: relative;
    z-index: 1;
}

.wedding-main-banner .wedding-text {
    text-align: center;
}

.wedding-main-banner .container {
    right: 0;
    top: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mainbanner-slider {
    position: relative;
}

.wedding-text .new-heading {
    color: #fff;
}

.wedding-main-banner .banner-btn {
    text-align: center;
    position: relative;
    z-index: 1;
}

.wedding-main-banner .reserve-btn {
    padding: 11px 22px;
    background: #31302D;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    line-height: 1.2;
    padding-bottom: 12px;
    outline: 10px solid #fff;
    box-shadow: 0 1px 15px #0003;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

.wedding-main-banner .reserve-btn:hover {

    background-color: #FFA42E;
    ;
}

.wedding-text p {
    color: #fff;
}

.mainbanner-slider .img-responsive {
    object-fit: cover;
    width: 100%;
}

.resort-testimonial .testimonial-text {
    text-align: center;
}

.resort-testimonial {

    margin: 80px 0px;
    background: url(images/testimonial-new-bg.webp);
    padding: 60px 0px;
    background-size: cover;
}

.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: 23px;
    font-family: 'Cormorant Garamond';
    font-weight: 600;

}

.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: -40px;
}

.resort-testimonial .slick-dots li {
    width: auto;
    margin: 0 2px;
}

.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;
}

.welcome-section .subtext {
    font-family: "adelia";
    color: #FFA42E;
    font-size: 30px;
}

.tab-pane .subtext {
    font-family: "adelia";
    color: #FFA42E;
    font-size: 30px;
}



.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;
}

.footer-img.newhome-blog {
    height: auto;
}

.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;
}










.luxury-scroll {
    position: relative;
    min-height: 400vh;
    background: var(--paper);
}


.luxury-text {
    text-align: center;
    margin-bottom: 50px;
}

.luxury-heading-section {

    margin-top: 80px;
}

.luxury-sticky {
    position: sticky;
    top: 0;
    display: flex;
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    padding: clamp(72px, 7vw, 120px) clamp(24px, 7vw, 140px) 56px;
    padding: 0px 0px 0px 0px;
}

.luxury-inner {
    width: min(100%, 1460px);
    margin: 0 auto;
}



.luxury-scroll .suite-stage {
    display: grid;
    grid-template-columns: minmax(370px, 0.82fr) minmax(560px, 1.18fr);
    gap: clamp(48px, 5vw, 150px);
    align-items: start;
}

.luxury-scroll .suite-copy {
    display: grid;
    grid-template-columns: 1px minmax(0, 1fr);
    column-gap: clamp(48px, 3vw, 76px);
    min-height: 630px;
}

.luxury-scroll .progress-rail {
    position: relative;
    width: 3px;
    min-height: 100%;
    background: rgb(40 40 40 / 10%);
}

.luxury-scroll .suite-title {
    line-height: 1;
    font-size: 35px;
    font-weight: 300;
}

.luxury-scroll .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(var(--progress, 0) * 100%);
    background: #282828;
    transition: height 0.18s linear;
}

.luxury-scroll .content-stack {
    position: relative;
    min-height: 630px;
}

.luxury-scroll .suite-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.suite-panel.is-active {
    z-index: 2;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.suite-panel.is-previous {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.suite-panel> :not(.mini-photo) {
    opacity: 0;
    transform: translateY(28px);
}

.suite-panel.is-active> :not(.mini-photo) {
    animation: panel-in 0.48s ease both;
}

.suite-panel.is-previous> :not(.mini-photo) {
    visibility: hidden;
}

@keyframes panel-in {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}






.luxury-scroll .mini-photo {
    width: min(100%, 430px);
    aspect-ratio: 1.56;
    margin-top: 40px;
    overflow: hidden;
    background: transparent;
}

.luxury-scroll .mini-photo img,
.luxury-scroll .hero-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxury-scroll .mini-photo img {
    opacity: 0;
    transform: translateY(-100%);
}

.suite-panel.is-active .mini-photo img,
.suite-panel.is-previous .mini-photo img {
    opacity: 1;
    transform: translateY(0);
}

.suite-panel.is-active.is-forward .mini-photo img {
    animation: hero-slide-down 0.78s cubic-bezier(0.76, 0, 0.24, 1) both;
}

.suite-panel.is-active.is-backward .mini-photo img {
    animation: hero-slide-up 0.78s cubic-bezier(0.76, 0, 0.24, 1) both;
}


.luxury-scroll .arrow-link {
    font-size: 16px;

}

.luxury-scroll .details {
    display: grid;
    gap: 19px;
    margin-top: 30px;
    padding-top: 0px;
    list-style: none;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.25;
    padding-left: 0px;
}

.luxury-scroll.bhimtal-scroll .details {
    margin-top: 10px;

}

.luxury-scroll .details li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px !important;
    color: rgb(40 40 40 / 80%);
    font-family: "Satoshi";
}

.luxury-scroll .details li img {
    width: 15px;
    height: 15px;
}

.luxury-scroll .hero-photo {
    position: relative;
    height: min(72vh, 742px);
    min-height: 610px;
    overflow: hidden;
    background: #eadfce;
}

.luxury-scroll .hero-photo img {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    transform: translateY(-100%);
}

.luxury-scroll .hero-photo img.is-active {
    z-index: 2;
    opacity: 1;
    transform: translateY(0);
}

.luxury-scroll .hero-photo img.is-active.is-forward {
    animation: hero-slide-down 0.78s cubic-bezier(0.76, 0, 0.24, 1) both;
}

.luxury-scroll .hero-photo img.is-active.is-backward {
    animation: hero-slide-up 0.78s cubic-bezier(0.76, 0, 0.24, 1) both;
}

.luxury-scroll .hero-photo img.is-previous {
    z-index: 1;
    opacity: 1;
    transform: translateY(0);
} 








/* ---------------------------------------------- Rooms & Suites old start clickebale--------------------------------------------- */



/* 
.luxury-scroll {
    position: relative;
    min-height: 400vh;
    background: var(--paper);
}


.luxury-text {
    text-align: center;
    margin-bottom: 50px;
}

.luxury-heading-section {

    margin-top: 80px;
}

.luxury-sticky {
    position: sticky;
    top: 0;
    display: flex;
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    padding: clamp(72px, 7vw, 120px) clamp(24px, 7vw, 140px) 56px;
    padding: 0px 0px 0px 0px;
}

.luxury-inner {
    width: min(100%, 1460px);
    margin: 0 auto;
}



.luxury-scroll .suite-stage {
    display: grid;
    grid-template-columns: minmax(370px, 0.82fr) minmax(560px, 1.18fr);
    gap: clamp(48px, 5vw, 150px);
    align-items: start;
}

.luxury-scroll .suite-copy {
    display: grid;
    grid-template-columns: 1px minmax(0, 1fr);
    column-gap: clamp(48px, 3vw, 76px);
    min-height: 630px;
}

.luxury-scroll .progress-rail {
    position: relative;
    width: 3px;
    min-height: 100%;
    background: rgb(40 40 40 / 10%);
}

.luxury-scroll .suite-title {
    line-height: 1;
    font-size: 35px;
    font-weight: 300;
}

.luxury-scroll .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(var(--progress, 0) * 100%);
    background: #282828;
    transition: height 0.18s linear;
}

.luxury-scroll .content-stack {
    position: relative;
    min-height: 630px;
}

.luxury-scroll .suite-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.suite-panel.is-active {
    z-index: 2;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.suite-panel.is-previous {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.suite-panel> :not(.mini-photo) {
    opacity: 0;
    transform: translateY(28px);
}

.suite-panel.is-active> :not(.mini-photo) {
    animation: panel-in 0.48s ease both;
}

.suite-panel.is-previous> :not(.mini-photo) {
    visibility: hidden;
}

@keyframes panel-in {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}






.luxury-scroll .mini-photo {
    width: min(100%, 430px);
    aspect-ratio: 1.56;
    margin-top: 40px;
    overflow: hidden;
    background: transparent;
}

.luxury-scroll .mini-photo img,
.luxury-scroll .hero-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxury-scroll .mini-photo img {
    opacity: 0;
    transform: translateY(-100%);
}

.suite-panel.is-active .mini-photo img,
.suite-panel.is-previous .mini-photo img {
    opacity: 1;
    transform: translateY(0);
}

.suite-panel.is-active.is-forward .mini-photo img {
    animation: hero-slide-down 0.78s cubic-bezier(0.76, 0, 0.24, 1) both;
}

.suite-panel.is-active.is-backward .mini-photo img {
    animation: hero-slide-up 0.78s cubic-bezier(0.76, 0, 0.24, 1) both;
}


.luxury-scroll .arrow-link {
    font-size: 16px;
    margin-bottom: 15px;

}

.luxury-scroll .details {
    display: grid;
    gap: 19px;
    margin-top: 30px;
    padding-top: 0px;
    list-style: none;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.25;
    padding-left: 0px;
}

.luxury-scroll.bhimtal-scroll .details {
    margin-top: 10px;

}

.luxury-scroll .details li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px !important;
    color: rgb(40 40 40 / 80%);
    font-family: "Satoshi";
}

.luxury-scroll .details li img {
    width: 15px;
    height: 15px;
}

.luxury-scroll .hero-photo {
    position: relative;
    height: min(72vh, 742px);
    min-height: 610px;
    overflow: hidden;
    background: #eadfce;
}

.luxury-scroll .hero-photo img {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    transform: translateY(-100%);
}

.luxury-scroll .hero-photo img.is-active {
    z-index: 2;
    opacity: 1;
    transform: translateY(0);
}

.luxury-scroll .hero-photo img.is-active.is-forward {
    animation: hero-slide-down 0.78s cubic-bezier(0.76, 0, 0.24, 1) both;
}

.luxury-scroll .hero-photo img.is-active.is-backward {
    animation: hero-slide-up 0.78s cubic-bezier(0.76, 0, 0.24, 1) both;
}

.luxury-scroll .hero-photo img.is-previous {
    z-index: 1;
    opacity: 1;
    transform: translateY(0);
} 





/* -------------Rooms & Suites clickable end ------------------ */




/* .luxury-scroll .suite-panel .suite-description,
.luxury-scroll .suite-panel .mini-photo{
    display:none;
}

.luxury-scroll .suite-panel.is-active.show-more .suite-description,
.luxury-scroll .suite-panel.is-active.show-more .mini-photo{
    display:block;
}

.luxury-scroll .suite-panel.show-more .suite-description{
    margin-top:12px;
}

.luxury-scroll .suite-panel.show-more .mini-photo{
    margin-top:30px;
}  */



/* ------------------------------ */


.discover-section .discover-section {
    margin: 80px 0;
}


.discover-text {

    text-align: center;
}

.discover-section .sub-heading {
    color: #d69546;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.discover-section .main-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 54px;
    font-weight: 400;
    color: #222;
    margin-bottom: 0;
}

.discover-section .attraction-card {
    background: #fff;
    box-shadow: 0 10px 25px rgb(128 72 0 / 18%);
    padding: 20px 20px;
    border: 1px solid transparent;
    margin-top: 20px;
}



.discover-section .count {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #2b1713;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-bottom: 10px;
}

.discover-section .left-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 400;
    color: #222;
}

.discover-section .attraction-img {
    width: auto;
    max-width: 330px;
    height: 190px;
    object-fit: cover;
}

.discover-section .right-content {
    color: rgb(40 40 40 / 70%);
    line-height: 1.5;
    font-family: 'Satoshi';
}



.webpdevelop-move {
    position: relative;
}

.webpdevelop-card {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    min-height: 320px;
}

.webpdevelop-card:nth-child(2) {
    top: 20px;
}

.webpdevelop-card:nth-child(3) {
    top: 40px;
}

.webpdevelop-card:nth-child(4) {
    top: 60px;
}


.webpdevelop-card:nth-child(5) {
    top: 80px;
}


.bhimtal-new-section {
    margin: 80px 0px;
    overflow: hidden;
}

.bhimtal-new-section .new-heading {
    line-height: 1;
    margin-bottom: 10px;
}

.bhimtal-new-section .main-image {
    position: relative;
}

.bhimtal-new-section .main-image img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.bhimtal-new-section .wildlife-box {
    width: 250px;
    border: 12px solid #fff;
    margin-top: 20px;
    margin-left: -110px;
    position: relative;
    z-index: 5;
}

.bhimtal-new-section .wildlife-box img {
    width: 100%;
    display: block;
}

.bhimtal-new-section .bottom-content {
    padding-left: 0px;
    margin-top: 25px;
}





@keyframes hero-slide-down {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes hero-slide-up {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.award-tab {
    position: fixed;
    z-index: 20;
    top: 50%;
    right: 0;
    display: grid;
    width: 53px;
    height: 171px;
    place-items: center;
    background: var(--award);
    color: #fff;
    font-weight: 700;
    transform: translateY(-50%);
}

.award-tab b {
    position: absolute;
    top: 15px;
    font-size: 23px;
}

.award-tab span {
    display: block;
    font-size: 14px;
    transform: rotate(-90deg);
    transform-origin: center;
}





/*----*/

.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;
}

.newhome-header .dropdown-menu.finesse {
    height: auto;
}

.newhead-links li p {
    color: #fff !important;
    margin-bottom: 10px;
}

.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;
}


.jim-corbett-header {
    overflow-x: unset;
}



section.mobile-luxury-scroll {
    display: none;
}

.bhimtal-center-test p {

    font-style: italic;
    margin-top: 30px;
    color: rgb(40 40 40 / 72%);
}





@media (min-width: 1920px) and (max-width: 2560px) {
    .luxury-sticky {
        top: 0px;
    }

}

@media (min-width:1801px) and (max-width:1919px) {

    .luxury-sticky {
        top: 0px;
    }
}


@media (min-width: 1681px) and (max-width: 1800px) {

    .luxury-sticky {
        top: 0px;
    }

}

@media (min-width: 1600px) and (max-width: 1680px) {
    .luxury-sticky {
        top: 50px;
    }

    .luxury-scroll .mini-photo {
        margin-top: 20px;
    }

    .luxury-scroll .details {
        margin-top: 10px;
        gap: 18px;
    }

    .suite-description {
        margin-bottom: 5px;
        font-size: 15px !important;
    }
}


@media (min-width: 1441px) and (max-width: 1599px) {

    .luxury-sticky {
        top: 0px;
    }

    .luxury-scroll .hero-photo {
        height: min(72vh, 604px);
        min-height: 604px;
    }
}

@media (min-width: 1400px) and (max-width: 1440px) {

    .luxury-sticky {
        top: 100px;
    }

    .luxury-scroll .mini-photo {
        margin-top: 20px;
    }

    .luxury-scroll .details {
        margin-top: 0px;
        gap: 14px;
    }

    .suite-description {
        margin-bottom: 5px;
        font-size: 15px !important;
    }

}

@media (min-width: 1200px) {
    .luxury-sticky {
        top: 80px;
    }

}


@media (min-width: 1200px) and (max-width: 1280px) {
    .luxury-scroll .mini-photo {
        margin-top: 10px;
    }

    .luxury-scroll .details {
        margin-top: 0px;
        gap: 15px;
    }

    .suite-description {
        margin-bottom: 5px;
        font-size: 15px !important;
    }

    .luxury-scroll .details li {

        font-size: 15px !important;

    }

}

@media (max-width: 1100px) {
    .luxury-sticky {
        align-items: start;
        min-height: auto;
        padding: 72px 24px;
    }

    .luxury-scroll {
        min-height: auto;
    }

    .suite-stage {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .suite-copy,
    .content-stack {
        min-height: 600px;
    }

    .hero-photo {
        height: 64vw;
        min-height: 420px;
    }
}

@media (max-width: 1025px) {
    .cuisine-treat-box {
        padding: 30px;
    }

    .luxury-scroll .suite-stage {
        grid-template-columns: minmax(326px, 0.82fr) minmax(560px, 1.18fr);
    }

    .resort-testimonial {
        overflow-x: hidden;
    }

    .wedding-banner .nav-link {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .newhead-links li {
        margin-right: 10px;
    }

    .cuisine-treat-box {
        width: 100%;
        margin: 0px;
    }

    .cuisine-treat-area .cuisine-container {
        position: relative;
        left: 0;
        top: 0;
        transform: unset;
    }

    .cuising-bg {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .luxury-scroll .suite-copy {

        column-gap: clamp(22px, 3vw, 76px);

    }

    .wedding-banner .number-text {
        font-size: 14px;

    }

    .wedding-banner .nav-link {
        font-size: 16px;
    }

    .luxury-scroll .suite-stage {
        grid-template-columns: minmax(278px, 0.82fr) minmax(360px, 1.18fr);
    }

    .luxury-sticky {
        padding-left: 0px;
    }

    .newhead-links {
        display: none;
    }

    .cuisine-row {
        margin: 0px -30px;
    }

    .resort-testimonial .slick-prev {
        left: -20px;
    }

    .resort-testimonial .slick-next {
        right: -20px;
    }

    .testimonial-inner-col .content-section {
        width: 60%;
    }

    .testimonial-inner-col .quotes-image {
        left: 0px;
    }


    .webpage-develop {
        padding-top: 0px !important;
    }

    .webpdevelop-move {
        position: relative;
    }

    .webpdevelop-card {
        padding: 0px;
        min-height: auto;
        margin-top: 30px;
        position: unset;
    }

    .webpage-space {
        padding: 0px !important;
        margin: 0px !important;
    }

    .discover-section .attraction-img {
        width: 100%;
        max-width: 100%;
        margin: 20px 0px;
    }

    .bhimtal-video-section {
        margin-top: 50px;
    }

    .bhimtal-new-section {
        margin: 50px 0px;
    }

    .bhimtal-new-section .main-image img {
        width: 100%;
        height: auto;
    }

    .bhimtal-new-section .wildlife-box {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        border: 0px solid #fff;
    }

    .bhimtal-new-section .main-image {
        margin-bottom: 20px;
    }


       .luxury-scroll .details {margin-top: 0px;}

}


/* Tablet */
@media (min-width:768px) and (max-width:1024px){

    .luxury-scroll{
        min-height:600vh;
    }
    .tab-pane .subtext {font-size:25px;}
    .new-heading {font-size:40px;}
    .tab-content .tab-pane span {font-size: 20px !important;}

}

@media (max-width: 769px) {
    .welcome-section .subtext {
        font-size: 20px;
    }

    .welcome-section .new-heading {
        margin-bottom: 20px;
    }

    .discover-section .attraction-img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }

    .webpdevelop-card:nth-child(3) {
        top: 122px;
    }

    .webpdevelop-card:nth-child(4) {
        top: 237px;
    }

    .webpdevelop-card:nth-child(5) {
        top: 350px;
    }

    .monile-luxury-scroll {
        display: none;
    }


}

@media (max-width: 767px) {
    .luxury-scroll {
        display: none !important;
    }

    section.mobile-luxury-scroll {
        display: block;
    }

    .mobile-luxury-scroll .mobile-details li img {
        width: 15px;
        height: 15px;
    }

    .mobile-luxury-scroll .mobile-details li {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 16px !important;
        color: rgb(40 40 40 / 80%);
        font-family: "Satoshi";
        margin-bottom: 10px;
    }

    .mobile-mini-photo {

        margin: 20px 0px;
    }

    .mobile-mini-photo img {
        width: 100%;
    }

    .luxury-text {
        margin-bottom: 20px;
    }

    .mobile-luxury-scroll .mobile-details li:last-child {
        margin-bottom: 0px;
    }

    .big-image-wrap img {
        width: 100%;
        margin-bottom: 20px;
    }

    .mobile-luxury-scroll h3 {
        line-height: 1;
        font-size: 26px;
        font-weight: 300;
    }

    .mobile-luxury-scroll .mobile-details {
        margin-bottom: 30px;
    }
}



@media (max-width: 720px) {
    .luxury-sticky {
        position: relative;
    }

    .luxury-scroll .suite-copy {
        grid-template-columns: 1px 1fr;
        column-gap: 24px;
        min-height: 610px;
    }

    .luxury-scroll .content-stack {
        min-height: 610px;
    }

    .luxury-scroll .suite-description,
    .luxury-scroll .details {
        font-size: 16px;
    }

    .luxury-scroll .mini-photo {
        margin-top: 38px;
    }

    .luxury-scroll .hero-photo {
        height: 86vw;
        min-height: 320px;
    }

    .award-tab {
        display: none;
    }



}


@media (min-width: 601px) and (max-width: 767px) {

    .discover-section {
        margin-bottom: 50px;
    }

    .resort-testimonial .slick-next {
        right: -50px;
    }

    .resort-testimonial .slick-prev {
        left: -50px;
    }

    .main-weddong-tab {
        min-height: calc(500px - 160px);

    }

    .wedding-banner {
        min-height: 500px;

    }

    .wedding-banner .nav-link {
        font-size: 13px;
    }
}


@media (max-width: 600px) {

    .mainbanner-slider {
        height: 500px;
    }

    .mainbanner-slider img {
        height: 100%;
        object-fit: cover;
    }

    .new-heading {
        font-size: 30px;
    }

    .wedding-text .new-heading br {
        display: none;
    }

    .welcome-section .left-nature {
        width: 150px;
    }

    .welcome-section .right-nature {
        width: 150px;
    }

    .cuisine-treat-area .arrow-border-image {
        padding-top: 50px;
    }

    .luxury-scroll .suite-stage {
        display: block;
    }

    .luxury-sticky {
        padding: 0px;
    }

    .luxury-heading-section {
        margin-top: 50px;
    }

    .luxury-scroll .mini-photo {
        margin-top: 20px;
    }

    .luxury-scroll .details {
        margin-top: 20px;
    }

    .luxury-scroll .hero-photo {
        margin: 10px;
    }

    .wedding-banner {
        margin-top: 50px;
        padding-top: 50px;
        min-height: 470px;
    }

    .luxury-scroll .suite-title {
        font-size: 30px;
    }

    .main-weddong-tab {
        min-height: calc(470px - 160px);
    }

    .wedding-banner .nav-tabs {

        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        left: 0;
        bottom: -86px;

    }

    .wedding-banner .nav-item {
        width: 40%;
        margin-bottom: 10px;
    }

    .resort-testimonial {
        margin: 50px 0px;
    }

    .testimonial-inner-col .image-section {
        width: 100%;
    }

    .testimonial-inner-col .content-section {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }

    .testimonial-inner-col {
        flex-direction: column;
        width: auto;
        padding-top: 40px;
        margin: 0 10px;
    }

    .luxury-scroll .suite-copy {
        min-height: 480px;
    }

    .luxury-scroll .content-stack {
        min-height: 480px;
    }

    .testimonial-inner-col .image-wrap {
        margin: 0 auto;
        width: 90px;
        height: 90px;

    }

    .testimonial-inner-col .quotes-image {
        left: 98px;
        width: 50px;
        top: -11px;
        right: 0;
    }

    .resort-testimonial .slick-prev {
        left: 0px;
    }

    .resort-testimonial .slick-next {
        right: 0px;
    }

    .welcome-section {
        padding: 50px 0px;
    }

    .webpage-develop {
        padding-top: 0px !important;
    }

    .webpdevelop-move {
        position: relative;
    }

    .webpdevelop-card {
        padding: 0px;
        min-height: auto;
        margin-top: 30px;
        position: unset;
    }

    .discover-section .main-heading {
        font-size: 30px;
    }

    .discover-section .attraction-card {
        margin-top: 0px;
    }

    .webpage-space {
        padding: 0px !important;
        margin: 0px !important;
    }

    .discover-section .left-content h3 {
        font-size: 20px;
        margin: 10px 0px;
    }

    .discover-section {
        margin-bottom: 50px;
    }

    .custard-section {
        margin: 50px 0px;
    }

    .cuisine-treat-box {
        padding: 24px;
    }

    .resort-testimonial .slick-arrow {
        display: none !important;
    }

    .bhimtal-center-test p {
        margin-top: 0px;

    }

    .big-image-wrap {
        margin-bottom: 30px;
    }

    .bhimtal-video-section {
        margin-top: 50px;
    }

    .bhimtal-new-section {
        margin: 50px 0px;
    }

    .bhimtal-new-section .main-image img {
        width: 100%;
        height: auto;
    }

    .bhimtal-new-section .wildlife-box {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        border: 0px solid #fff;
    }

    .bhimtal-new-section .main-image {
        margin-bottom: 20px;
    }

    .new-heading br {
        display: none;
    }

    .welcome-section .new-heading {
        line-height: 1.2;
    }

    .tab-pane .subtext {font-size: 20px}

}

@media (prefers-reduced-motion: reduce) {

    .suite-panel,
    .progress-fill {
        transition: none;
    }

    .hero-photo img.is-active,
    .suite-panel.is-active .mini-photo img {
        animation: none;
    }
}