@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Bebas+Neue&display=swap);

body,
html {
    height: 100%;
    overflow-x: hidden
}

.about-section .about-img,
.resort-section,
.section-accommodation .images-box,
.section-update-2 .about-img,
.section-update-4 .images-box,
.service-section .images-box,
.testimonials-right,
.youtub-link,
body,
section {
    position: relative
}

.amenities-banner h1,
.content-propety h2,
.inner-banner-content h1,
.poppins-thin,
.service-section .content h2,
.service-section .content h3,
a,
body,
button,
p {
    font-family: Poppins, sans-serif
}

figure,
p,
ul {
    margin: 0
}

.cursor-inner,
.cursor-inner.cursor-hover,
.preLoader .bar,
.themeBtn {
    background-color: var(--primary)
}

.preLoader,
header {
    left: 0;
    right: 0;
    top: 0
}

.address-tab p,
.amenities-banner h1,
.main-slider h1 {
    text-transform: capitalize
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #3c68b1;
    --secondary: #333333
}

html {
    scroll-behavior: smooth
}

body {
    background: #f7f9f8
}

.color-add {
    color: var(--primary) !important
}

.copyright p,
.footer-menu ul li a,
.section-update-1 .trip-content ul li a,
.themeBtn,
.themeBtn:hover {
    color: var(--white)
}

.poppins-thin {
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Andasia-font;
    src: url('../fonts/Andasia\ Personal\ Use\ Only.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: times-font;
    src: url('../fonts/OPTITimes-Roman.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Ananda-font;
    src: url('../fonts/Ananda\ Personal\ Use.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: bebas-font;
    src: url('../fonts/BebasKai.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.section-update-1 .premiumslider,
section {
    padding: 6rem 0
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: var(--black)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.img {
    perspective: none;
    overflow: hidden;
    transform-style: preserve-3d
}

.img img {
    transition: transform .3s, box-shadow .3s;
    will-change: transform, box-shadow;
    display: block
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: .5s;
    transition: .5s
}

a:hover,
button:hover {
    -webkit-transition: .5s;
    transition: .5s
}

ul {
    padding: 0;
    list-style: none
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link:hover:before,
.preLoader,
header {
    width: 100%
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    opacity: .3
}

body.loading {
    overflow: hidden;
    height: 100vh
}

.preLoader {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    position: fixed;
    bottom: 0;
    z-index: 11113
}

.preLoader .counter {
    color: var(--white);
    font-size: 15rem;
    font-family: var(--font-heading);
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 5rem
}

.preLoader .bar {
    height: 20%;
    width: 100vw
}

.themeBtn {
    font-size: 1.125rem;
    font-weight: 500;
    display: inline-block;
    padding: 1rem 3rem;
    line-height: normal;
    border-radius: 10px
}

.themeBtn.borderBtn {
    background: 0 0;
    border: 1px solid #fff;
    padding: 1.04em 2em
}

header {
    margin: 0 auto;
    z-index: 111;
    transition: .3s ease-in-out;
    padding: 4.7rem 6rem 4.7rem 5rem
}

.navbar-brand {
    margin: 0;
    position: relative
}

.navbar-brand img {
    position: absolute;
    z-index: 5;
    top: -78px
}

.navbar-nav {
    align-items: center;
    width: 59%;
    gap: 4.6rem
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.1rem;
    color: var(--black);
    font-weight: 500;
    padding: 0;
    display: inline-block;
    position: relative
}

.navbar-nav .nav-link:hover {
    color: var(--black) !important;
    font-weight: 500
}

.navbar-nav .nav-link.active {
    color: var(--black) !important;
    font-weight: 700
}

.navbar-nav .nav-item:has(.nav-link.active) {
    color: var(--black)
}

.navbar-nav .nav-link:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background: var(--primary);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s
}

.homeSlider.swiper-container .swiper-slide,
body.menu-open {
    overflow: hidden
}

@media (max-width:991px) {
    .side-menu {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100%;
        background: #000;
        padding-top: 60px;
        transition: .4s;
        z-index: 9999
    }

    .side-menu.show {
        left: 0
    }

    .navbar-nav {
        flex-direction: column;
        padding-left: 20px
    }

    .navbar-nav .nav-link {
        color: #fff;
        padding: 10px 0
    }
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 999
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible
}

.navbar-toggler .toggler-icon {
    display: inline-block;
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    transition: transform .3s
}

.navbar-toggler .toggler-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transition: .3s
}

.navbar-toggler .toggler-icon span:first-child {
    top: 0;
    transform: rotate(0)
}

.navbar-toggler .toggler-icon span:nth-child(2) {
    top: 9px;
    opacity: 1
}

.navbar-toggler .toggler-icon span:nth-child(3) {
    top: 18px;
    transform: rotate(0)
}

.navbar-toggler.active .toggler-icon span:first-child {
    top: 9px;
    transform: rotate(45deg)
}

.navbar-toggler.active .toggler-icon span:nth-child(2) {
    opacity: 0
}

.navbar-toggler.active .toggler-icon span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg)
}

.head-btn .themeBtn {
    padding: .8rem 2rem
}

.main-slider {
    height: 90vh
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    top: -63% !important;
    left: 96% !important;
    position: relative;
    gap: 2.7rem
}

.homeSlider .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    background: var(--white);
    position: relative;
    opacity: 1
}

.homeSlider .swiper-pagination-bullet-active::after {
    content: attr(data-index);
    position: absolute;
    left: 0;
    top: -34px;
    font-size: 24px;
    color: #fff
}

.homeSlider .swiper-pagination-bullet-active {
    width: 90px
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 500;
    position: relative;
    font-family: times-font, sans-serif
}

.main-slider .wl-span {
    color: var(--white);
    font-weight: 500;
    line-height: 3;
    margin: .625rem 0;
    font-size: 1.6625rem
}

.main-slider p {
    font-size: 1.6rem;
    color: #fff
}

.arrow i,
ul.header_links li a:hover {
    display: grid;
    color: var(--white);
    place-items: center
}

.main-slider .themeBtn {
    margin-top: 1.9rem;
    background: #2d2d2d
}

.header_links {
    position: relative;
    z-index: 11;
    top: 31%;
    left: 1%;
    width: fit-content;
    display: flex;
    flex-direction: column
}

.header_links li:first-child {
    writing-mode: sideways-rl;
    color: #fff;
    font-size: 17px;
    font-style: italic;
    margin: 0 14px 16px 12px
}

ul.header_links li a {
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    transition: .3s;
    display: grid;
    place-items: center
}

ul.header_links li a:hover {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--secondary);
    transition: .3s
}

ul.header_links li {
    line-height: 1;
    margin-bottom: 20px
}

.arrow {
    animation: 1.5s ease-in-out infinite upDown;
    position: absolute;
    left: 0;
    right: -1%;
    margin: auto;
    bottom: 10%;
    text-align: center;
    width: fit-content;
    height: fit-content;
    z-index: 0
}

.arrow i {
    height: 6.25rem;
    width: 4rem;
    margin: auto;
    background-color: rgb(217 217 217 / 34%);
    border-radius: 30px;
    font-size: 1.285rem;
    border: 2px solid var(--white)
}

@keyframes upDown {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }
}

.about-section .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.about-section h2,
.section-update-2 h2,
.section-update-3 .content-add h2,
.section-update-4 h2,
.section-update-7 h2 {
    font-size: 4.7rem;
    padding-bottom: 4rem;
    font-family: Ananda-font, Arial, sans-serif;
    color: var(--primary)
}

.about-section h3,
.section-update-2 h3 {
    font-size: 4.5rem
}

.about-section h4 {
    font-size: 6rem;
    position: absolute;
    top: 25%;
    right: -1.4%;
    writing-mode: sideways-lr;
    font-family: bebas-font, Arial, sans-serif;
    color: var(--primary)
}

.about-section .about-img:after,
.section-update-2 .about-img:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 79%;
    background: #00000000;
    right: -2.8%;
    top: 23.5%;
    border-radius: 20px;
    border: 4px solid #dfe6ed;
    z-index: -1
}

.top-bar {
    padding-top: 1.6rem;
    display: flex
}

.top-bar .call-us-btn .call-icon {
    background: var(--primary);
    animation: 2s infinite call-about
}

@keyframes call-about {
    0% {
        box-shadow: 0 0 0 0 rgb(65 104 175 / 61%)
    }

    100% {
        box-shadow: 0 0 0 9px rgb(65 104 175 / 26%)
    }
}

.call-us-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #313131;
    font-size: 16px;
    padding-left: 2.9rem
}

@keyframes call-animation {
    0% {
        box-shadow: 0 0 0 0 rgb(1 43 101)
    }

    100% {
        box-shadow: 0 0 0 9px rgb(1 43 101 / 19%)
    }
}

.call-icon {
    background: #012b65;
    color: var(--black);
    border-radius: 50%;
    font-size: 18px;
    margin-right: 17px;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    animation: 2s infinite call-animation
}

.call-icon figure img {
    width: 25px;
    height: auto
}

.call-text {
    display: flex;
    flex-direction: column;
    color: var(--black);
    line-height: 1.3
}

.call-text span:first-child {
    font-size: 20px;
    color: var(--secondary);
    font-weight: 700
}

.call-text span:last-child {
    color: var(--black);
    font-size: 24px;
    font-weight: 500
}

.aboutslider .content a,
.section-update-5 figure,
.section-update-6 .content-propety {
    padding-bottom: 4rem
}

.aboutslider .swiper-slide,
.section-update-5 .resortslider .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center
}

.aboutslider .swiper-pagination,
.section-update-5 .resortslider .swiper-pagination {
    display: flex;
    justify-content: start;
    gap: 12px;
    margin-top: 20px;
    user-select: none;
    padding: 0;
    top: 96% !important;
    left: 5% !important
}

.aboutslider .swiper-pagination-bullet,
.section-update-5 .resortslider .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: var(--black);
    border-radius: 2px;
    opacity: .9;
    transition: .3s;
    cursor: pointer
}

.section-update-1 .tripslider .swiper-pagination-bullet {
    background: var(--white)
}

.aboutslider .swiper-pagination-bullet-active,
.section-update-5 .resortslider .swiper-pagination-bullet-active {
    width: 50px;
    height: 6px;
    background: var(--primary);
    opacity: 1;
    border-radius: 3px
}

.aboutslider.swiper-horizontal>.swiper-pagination-bullets,
.aboutslider.swiper-pagination-bullets.swiper-pagination-horizontal,
.aboutslider.swiper-pagination-custom,
.aboutslider.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -3px) !important;
    left: 0
}

.bg-before:before,
.section-update-3:before {
    background: url(../images/resourt-bg.webp) no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 139vh;
    left: 0;
    top: -20%;
    z-index: -1
}

.service-section .head-1 h2 {
    font-size: 4.5rem;
    text-align: center;
    font-weight: 600
}

.service-section .head-1 p {
    text-align: center;
    padding-bottom: 5rem
}

.service-section {
    z-index: 1
}

.section-update-4 .images-box img,
.service-section .images-box img {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: scale(.7);
    transition: 1s
}

.section-update-4 .images-box .line-img,
.service-section .images-box .line-img,
.service-section .images-box .line-img-1 {
    position: absolute;
    width: 350px;
    height: 400px;
    background: var(--primary);
    right: 0;
    top: 13%;
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transform: translateX(200px)
}

.service-section .images-box .line-img-1 {
    left: -2%
}

.section-update-4.animate img,
.service-section.animate img {
    opacity: 1;
    transform: scale(1)
}

.section-update-4.animate .line-img,
.service-section.animate .line-img,
.service-section.animate .line-img-1 {
    animation: .9s cubic-bezier(.68, -.6, .32, 1.6) forwards lineJhatka
}

@keyframes lineJhatka {
    0% {
        opacity: 0;
        transform: translateX(200px)
    }

    60% {
        opacity: 1;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.service-section .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: start;
    justify-content: center;
    padding-left: 5rem
}

.section-update-4 .content span,
.service-section .content span {
    font-size: 4.5rem;
    color: var(--primary);
    font-weight: 500;
    line-height: 1;
    font-family: bebas-font, Arial, sans-serif
}

.service-section .content h2 {
    color: var(--black);
    font-size: 3.8rem;
    font-weight: 600
}

.service-section .content h3 {
    color: var(--primary);
    font-size: 2rem;
    font-weight: 600
}

.service-section .content ul {
    padding: 1.3rem 1rem
}

.service-section .content ul li {
    padding: .1rem 0;
    list-style: disc;
    font-weight: 600;
    font-size: 1.4rem
}

.service-section .ul-update-1 {
    display: flex;
    justify-content: space-between;
    gap: 3rem
}

.service-section .content .ul-update-1 ul {
    padding: 1.3rem 0 1rem 2rem
}

.service-section .content .ul-update-1 ul li {
    padding: .1rem 0 0 1rem;
    list-style: disc;
    font-weight: 500;
    font-size: 1.2rem
}

.service-section .content .ul-update-1 h3 {
    font-size: 1.7rem
}

.resort-section .content-update {
    margin-left: 6rem;
    overflow: hidden;
    position: relative;
    background: var(--primary)
}

.resort-section .content-update .shap-line {
    position: absolute;
    right: -5.9%;
    z-index: 0
}

.resort-section .rigt-update {
    position: absolute;
    right: -7%;
    top: 0;
    z-index: 2
}

.resort-section .resort-heading {
    position: absolute;
    font-size: 5.3rem;
    color: var(--primary);
    writing-mode: sideways-lr;
    height: 100%;
    top: -10%;
    left: -.7%;
    font-weight: 500
}

.hardbagsslider-content {
    padding: 4.3rem 2.8rem
}

.hardbagsslider-content ul {
    list-style: none;
    padding-left: 0
}

.ul-layout {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2rem;
    align-items: flex-start
}

.hardbagsslider-content ul li {
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--white);
    position: relative;
    padding-left: 23px;
    margin-bottom: 3px
}

.hardbagsslider-content ul .tick-1 {
    margin-left: 3rem
}

.resort-section .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url('../images/check-mark.webp') center/contain no-repeat
}

.resort-section .swiper-button-next,
.resort-section .swiper-button-prev {
    top: 87.8%;
    margin-right: -3rem;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #636a37;
    display: grid;
    place-items: center;
    font-size: 22px
}

.resort-section .swiper-button-next {
    left: 358px
}

.resort-section .swiper-button-prev {
    left: 274px;
    right: auto
}

.address-tab:first-of-type .tel-icon,
.address-tab:nth-of-type(2) .tel-icon,
.address-tab:nth-of-type(3) .tel-icon,
.resort-section .swiper-button-next:hover,
.resort-section .swiper-button-prev:hover {
    background: var(--primary)
}

.resort-section .swiper-button-next:after,
.resort-section .swiper-button-prev:after {
    color: var(--white);
    font-size: 22px
}

.resort-section .content {
    padding: 0
}

.resort-section h2 {
    font-size: 3.7rem;
    color: var(--white);
    font-weight: 600
}

.resort-section h3 {
    font-size: 1.7rem;
    padding-bottom: .6rem;
    color: #fff;
    font-weight: 500
}

.resort-section h4 {
    font-size: 1.6rem;
    padding: .6rem 0;
    color: var(--white);
    font-weight: 400
}

.resort-section p {
    font-size: 1.2rem;
    color: var(--white)
}

.resort-section .themeBtn {
    margin: 0 2rem 2rem;
    background: #2d5595ab;
    border: 1px solid #ffffff94;
    box-shadow: 1px 2px 11px #db9f696e
}

.img-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .4);
    cursor: pointer
}

.img-box img {
    object-fit: cover;
    transition: transform .8s, filter .5s
}

.img-box:hover img {
    transform: scale(1.1);
    filter: brightness(1.2)
}

.shine {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .5), transparent);
    transform: skewX(-25deg)
}

.img-box:hover .shine {
    animation: .9s forwards shineMove
}

@keyframes shineMove {
    0% {
        left: -75%
    }

    100% {
        left: 125%
    }
}

.section-accommodation .line-img-2 {
    position: absolute;
    width: 93%;
    height: 100%;
    border: 4px solid #3c68b1;
    border-radius: 30px;
    right: -2.3%;
    top: 3%;
    z-index: -1
}

.section-accommodation .content {
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.section-accommodation .content .span-1 {
    font-size: 2.7rem;
    font-family: Ananda-font, Arial, sans-serif;
    color: var(--primary)
}
.section-accommodation .heading-size{
    font-size: 3.5rem !important;
}
.section-accommodation .content h2 {
    font-size: 4.5rem;
    font-weight: 600
}


.section-accommodation .list-content {
    display: flex;
    padding: 1rem 0;
    gap: 2rem
}

.section-accommodation .list-content h3 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: .8
}

.section-accommodation .list-content p {
    line-height: 1.2;
    font-weight: 400
}

.section-testimonial h2 {
    font-size: 4.4rem;
    padding-bottom: 0;
    color: var(--black);
    font-weight: 600
}

.head-testi p {
    font-size: 1.3rem;
    line-height: 3.5
}

.testimonials-main {
    padding: 1.6rem;
    background: #ecfcff;
    border: 1px solid transparent
}

.testimonials-stars {
    display: flex
}

.testimonials-sub {
    display: flex;
    align-items: center
}

.testimonials-sub h5 {
    padding-left: 1rem
}

.testimonials-box p {
    padding: 2rem 0;
    color: #757c85 !important;
    font-style: italic
}

.testimonials-stars li i {
    color: #fc0
}

.testimonials-right figure {
    position: absolute;
    left: -273px;
    top: -102px
}

.swiper-slide-active .testimonials-main {
    border: 1px solid #8ca2c3
}

.section-testimonial .swiper-slide {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 6rem
}

.testimonials-sub {
    right: 15px;
    top: 28px;
    z-index: 9;
    filter: opacity(.5);
    display: flex;
    justify-content: start;
    align-items: end
}

.section-testimonial .swiper-slide-active .testimonials-sub {
    filter: opacity(1)
}

.testimonialSlider .swiper-pagination {
    display: flex;
    justify-content: start;
    gap: 12px;
    margin-top: 88px;
    user-select: none;
    padding: 0;
    top: 78% !important;
    left: 0
}

.testimonialSlider .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: #000;
    border-radius: 2px;
    cursor: pointer;
    transition: .5s;
    opacity: 100%
}

.testimonialSlider .swiper-pagination-bullet-active {
    width: 60px !important;
    background-color: #e9ab0c !important
}

.right-testimonial {
    position: relative;
    width: 800px
}

.right-testimonial img {
    position: absolute;
    left: -25%;
    top: -71px
}

.section-testimonial:before {
    background: url(../images/testimonial-bg.webp) no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 139vh;
    left: 0;
    top: -7%;
    z-index: -1
}

.remove-before:before {
    background: 0 0
}

.remove-before {
    padding-bottom: 12rem
}

.gallery-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 0
}

.gallery-btn h2 {
    font-size: 4.4rem;
    color: var(--black);
    font-weight: 600
}

.align-adjust {
    display: flex;
    align-items: stretch;
    height: 100%
}

.section-form {
    position: relative;
    padding-top: 0
}

.section-form .btn-style {
    justify-content: center;
    display: flex;
    width: 100%;
    padding-top: 2rem
}

.section-form::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/before-contact.webp) no-repeat;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.section-form h2 {
    font-size: 4.1rem;
    text-align: center;
    padding-bottom: 1.6rem
}

.section-form form input,
.section-form form textarea {
    width: 100%;
    padding: 1.6rem;
    margin: 1rem 0;
    background: 0 0;
    border: 1px solid #83838321
}

.section-form form input::placeholder,
.section-form form textarea::placeholder {
    color: var(--black)
}

.section-form form input:focus,
.section-form form textarea:focus {
    box-shadow: unset;
    border-color: var(--primary)
}

.section-form form textarea {
    height: 190px
}

.img-shine {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 14px;
    width: 300px;
    height: 200px
}

.img-shine img {
    width: 100%;
    height: 100%;
    display: block
}

.img-shine::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none
}

.style-horizontal::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 80%);
    transform: translateX(-100%);
    animation: 3s linear infinite shine-horizontal
}

@keyframes shine-horizontal {
    to {
        transform: translateX(100%)
    }
}

.style-reverse::after {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 80%);
    transform: translateX(100%);
    animation: 3s linear infinite shine-reverse
}

@keyframes shine-reverse {
    to {
        transform: translateX(-100%)
    }
}

.style-dual::after {
    background: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 10%, rgba(255, 255, 255, 0) 20%);
    transform: translateX(-100%);
    animation: 4s linear infinite shine-dual
}

@keyframes shine-dual {
    to {
        transform: translateX(100%)
    }
}

.style-pulse::after {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 65%);
    transform: translateX(-100%);
    animation: 3s ease-in-out infinite shine-pulse
}

@keyframes shine-pulse {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    20%,
    50%,
    80% {
        opacity: 1
    }

    100% {
        transform: translateX(100%);
        opacity: 0
    }
}

.style-wave::after {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%);
    transform: translateX(-100%);
    animation: 1.8s ease-in-out infinite shine-wave
}

@keyframes shine-wave {
    0% {
        transform: translateX(-100%)
    }

    50% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(100%)
    }
}

.location-section .container {
    background: #fff;
    border-radius: 20px;
    padding: 3rem 3rem 3.5rem
}

.location-section .content-left {
    padding: 2rem 0
}

.location-section .content-left h3 {
    font-size: 2.2rem;
    position: relative;
    padding-bottom: 1.2rem
}

.location-section .content-left p {
    font-size: .9rem
}

.location-section .content-left h3::after,
.section-update-2 h3::after {
    content: "";
    position: absolute;
    width: 72px;
    height: 4px;
    background: #3c68b1;
    bottom: 9px;
    left: 0
}

.location-section .location-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 2rem
}

.location-section .location-card figure {
    margin: 0;
    height: auto
}

.location-section .location-card figure img {
    width: 100%;
    object-fit: cover;
    display: block
}

.location-section .card-content {
    background: #fff;
    padding: 15px 23px 25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    margin-left: .4rem;
    margin-right: .3rem;
    border-radius: 20px;
    box-shadow: 1px 2px 4px #e4e4e4
}

.location-section .card-content .icon {
    margin-bottom: 10px
}

.location-section .card-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0 0 8px;
    line-height: 1
}

.location-section .card-content p {
    font-size: 12px;
    color: #555;
    line-height: 1.4;
    margin: 0
}

.section-map {
    padding-top: 1.5rem
}

.section-map .head-2 h2 {
    font-size: 5rem;
    font-weight: 600;
    text-align: center
}

.section-map .head-2 {
    position: relative;
    padding-bottom: 2.6rem
}

.section-map .head-2 span {
    position: absolute;
    font-family: Andasia-font, Arial, sans-serif;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    font-size: 12rem;
    color: #edf0ec;
    top: -37%;
    text-align: center;
    z-index: -1
}

.amenities-banner h1,
.section-map .head-2 p,
.section-update-1 .head-1,
.section-update-2 h2,
.section-update-7 .content h2 {
    text-align: center
}

.section-map .map-box {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 20px
}

.section-map .map-box>img {
    width: 100%;
    display: block;
    border-radius: 20px
}

.section-map .map-box .content {
    position: absolute;
    top: 31px;
    right: 34px;
    max-width: 430px;
    background: rgb(54 92 184 / 76%);
    padding: 3rem 2rem 5rem;
    border-radius: 15px;
    color: #fff;
    z-index: 5;
    border: 4px solid #fff
}

.section-map .map-box .content h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
    position: relative;
    color: #fff
}

.section-map .map-box .content h4:after {
    content: "";
    position: absolute;
    width: 72px;
    height: 4px;
    background: #fff;
    bottom: -6px;
    left: 0
}

.section-map .map-box .content ul {
    margin: 0;
    padding-left: 20px
}

.section-map .map-box .content ul li {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 4.7px;
    list-style: disc
}

.section-map .map-icon {
    position: absolute;
    inset: 0;
    z-index: 3;
    margin: 0
}

.section-map .map-icon img {
    position: absolute;
    height: auto;
    animation: 2s infinite pinBounce
}

.section-map .map-icon img:first-child {
    left: 51%;
    top: 27%;
    width: 83px
}

.section-map .map-icon img:nth-child(2) {
    left: 44%;
    top: 26%;
    animation-delay: .3s
}

.section-map .map-icon img:nth-child(3) {
    left: 48%;
    top: 37%;
    animation-delay: .6s
}

.section-map .map-icon img:nth-child(4) {
    left: 56%;
    top: 46%;
    animation-delay: .9s
}

.section-map .map-icon img:nth-child(5) {
    left: 34%;
    top: 58%;
    animation-delay: 1.2s
}

.section-map .map-icon img:nth-child(6) {
    left: 31%;
    top: 44%;
    animation-delay: 1.5s
}

.section-map .map-icon img:nth-child(7) {
    left: 56%;
    top: 12%;
    animation-delay: 1.8s
}

@keyframes pinBounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-12px)
    }

    60% {
        transform: translateY(-6px)
    }
}

.section-update-1 {
    padding: 0 0 5rem 9rem
}

.section-update-1 .head-1 span {
    color: #1c233f;
    font-weight: 600
}

.section-update-1 .head-1 p {
    padding-bottom: 2.5rem
}

.section-update-1 h2 {
    font-size: 5rem;
    text-align: center;
    padding-bottom: 0
}

.section-update-1 h2 span {
    font-weight: 700
}

.section-update-1 .before-bg::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    left: -9%;
    background: url(../images/trips-bg.webp) no-repeat;
    z-index: -1
}

.section-update-1 .trip-content {
    padding: 7rem 0
}

.section-update-1 .trip-content h3 {
    font-size: 2.6rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}

.section-update-1 .trip-content h4 {
    color: #fff;
    font-size: 1.9rem;
    margin-bottom: 10px
}

.section-update-1 .trip-content ul {
    color: #fff;
    padding: 0 0 1.5rem 1.6rem
}

.section-update-1 .trip-content ul li {
    list-style: disc
}

.section-update-1 .trip-content p {
    color: #fff;
    width: 80%;
    margin-bottom: 10px
}

.section-update-1 .trip-item {
    display: none
}

.section-update-1 .trip-item.active {
    display: block
}

.section-update-1 .custom-pagination {
    display: flex;
    gap: 15px;
    margin-top: 40px
}

.section-update-1 .custom-pagination span {
    width: 35px;
    height: 5px;
    background: #5476c3;
    border-radius: 50px;
    transition: .4s
}

.section-update-1 .custom-pagination span.active {
    width: 60px;
    background: #fff
}

.section-update-1 .premiumslider .swiper-slide {
    cursor: pointer;
    transition: .4s;
    position: relative;
    overflow: hidden
}

.section-update-1 .premiumslider .swiper-slide figure {
    padding-bottom: 11rem;
    margin: 0
}

.section-update-1 .premiumslider .swiper-slide.active-slide {
    transform: translateY(-10px)
}

.section-update-1 .premiumslider .swiper-slide img {
    width: 100%;
    display: block
}

.section-update-1 .premiumslider .slide-content {
    position: absolute;
    content: "";
    width: 95%;
    height: 232px;
    background: #fffffff7;
    clip-path: polygon(0 0, 100% 0, 100% 76%, 0 90%);
    top: 64%;
    left: 3%;
    z-index: 2;
    right: 8%;
    padding: 3.8rem 1.6rem
}

.section-update-1 .premiumslider .swiper-slide:before {
    content: "";
    position: absolute;
    background: #b21210;
    width: 51%;
    height: 24%;
    top: 63%;
    left: 4px
}

.section-update-1 .premiumslider .slide-content h5 {
    margin: 0 0 5px;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--black)
}

.section-update-1 .premiumslider .slide-content p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.4;
    color: var(--black)
}

.section-update-1 .themeBtn {
    border: 1px solid #ffffff94;
    box-shadow: 1px 2px 11px #db9f696e
}

.section-update-1 p a {
    color: var(--white) !important
}

.inner-banner {
    background-size: cover !important;
    background-position: center;
    padding: 15rem 0;
    z-index: 2
}

.inner-banner-content h1 {
    font-size: 4.5rem;
    font-weight: 600;
    color: var(--white)
}

.address-tab a,
.address-tab p,
.content-propety h2 {
    color: var(--black)
}

.about-banner {
    background: url(../images/about-banner.webp) 0 0/cover no-repeat
}

.section-update-2 .about-img {
    display: flex;
    justify-content: end
}

.section-update-2 h3 {
    padding-bottom: 1.9rem;
    position: relative
}

.section-update-2 h3::after {
    bottom: 18px
}

.section-update-2 .content,
.section-update-3 .content,
.section-update-4 .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.section-update-3:before {
    top: -21%
}

.section-update-3 .content-add h2 {
    text-align: center;
    padding-bottom: 0;
    padding-top: 5rem
}

.section-update-3 .content-add p {
    font-size: 4.5rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 500
}

.youtub-link .control-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.youtub-link .control-btn a {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: center red;
    display: grid;
    place-items: center;
    animation: 2s infinite pulse-animation;
    backdrop-filter: none;
    overflow: hidden
}

.youtub-link .control-btn a i {
    font-size: 2rem;
    color: #fff
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgb(238, 203, 189, .9)
    }

    100% {
        box-shadow: 0 0 0 20px rgb(230, 42, 42, .1)
    }
}

.resorts-banner {
    background: url(../images/resorts-banner.webp) 0 0/cover no-repeat
}

.section-update-4 .images-box .line-img {
    height: 77%;
    right: 5.5px;
    top: 11%
}

.section-update-4 h2 {
    font-size: 4.8rem;
    text-align: center;
    padding-bottom: 5rem
}

.section-update-4 .content h3 {
    font-size: 3.4rem;
    font-weight: 600;
    padding-bottom: 1.9rem
}

.section-update-4 .content p {
    width: 86%
}

.content-propety .ul-style ul,
.section-update-4 .p-l {
    padding-left: 2rem
}

.content-propety {
    padding-top: 4rem
}

.content-propety h2 {
    font-size: 3.9rem;
    font-weight: 600;
    padding-bottom: 1.5rem
}

.section-update-5 h2,
.section-update-6 h2 {
    padding-bottom: 4rem;
    text-align: center
}

.content-propety .ul-style {
    display: flex;
    justify-content: space-between
}

.content-propety .ul-style ul li {
    font-size: 1.5rem;
    font-weight: 400;
    list-style: disc;
    padding: .2rem 0
}

.content-propety .head-btn {
    display: flex;
    justify-content: center;
    padding-top: 2rem
}

.section-update-5 {
    padding-top: 0
}

.section-update-5 h2 {
    font-size: 2.8rem;
    font-weight: 500
}

.section-update-5 h2 span {
    color: var(--primary);
    font-weight: 600
}

.section-update-5 .resortslider .swiper-pagination {
    justify-content: center;
    left: 0 !important
}

.amenities-banner {
    background: url(../images/amenities-banner.webp) 0 0/cover no-repeat
}

.section-update-6,
.section-update-7 {
    padding-top: 2rem
}

.section-update-7 .content p {
    font-size: 1.1rem;
    text-align: center;
    padding-bottom: 2.5rem
}

.section-update-7 .content .head-btn {
    padding: 1rem 0 2.5rem;
    text-align: center
}

.gallery-banner {
    background: url(../images/gallery-banner.webp) 0 0/cover no-repeat
}

.section-update-8 .youtub-link .control-btn a {
    background: 0 0;
    border: 7px solid #fff
}

.youtubeslider {
    padding: 0 2rem
}

.contact-banner {
    background: url(../images/contact-banner.webp) 0 0/cover no-repeat
}

.address-tab {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.address-tab p {
    font-size: 22px;
    padding: 10px 0
}

.address-tab .tel-icon {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%
}

.address-tab .loc-tab {
    background: #000
}

.tel-icon i {
    font-size: 3rem;
    color: #fff
}

footer {
    background: var(--black);
    padding: 7rem 0 0
}

.footer-logo {
    height: 100%
}

.footer-logo figure {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-row {
    justify-content: space-between
}

footer .social-icon {
    display: flex;
    padding-top: 1.3rem;
    gap: 1.9rem;
    justify-content: center;
    margin-bottom: .7rem
}

footer .social-icon li a {
    color: var(--white);
    width: 50px;
    height: 50px;
    border: 1px solid var(--white);
    border-radius: 100%;
    display: grid;
    place-items: center;
    transition: .2s ease-in
}

footer .social-icon li a:hover {
    color: var(--black);
    background: #ecf5ff;
    border-color: transparent
}

footer .contact-details ul,
footer .contact-details-1 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

footer .contact-details h4,
footer .contact-details-1 h4 {
    font-size: 2rem;
    padding-bottom: 1.4rem;
    color: var(--white)
}

footer .contact-details li,
footer .contact-details-1 li {
    font-size: 1.1rem;
    display: flex
}

footer .contact-details i {
    color: var(--white) !important;
    font-size: 1.5rem !important
}

footer .contact-details a,
footer .contact-details i,
footer .contact-details li {
    display: flex;
    align-items: center;
    padding-right: .7rem;
    color: var(--white);
    line-height: 2
}

footer .footer-menu li a.active {
    color: var(--white) !important;
    font-weight: 700
}

footer .contact-details li a:hover,
footer .contact-details li a:hover i {
    color: var(--secondary)
}

.footer-menu ul {
    display: flex;
    gap: 2.6rem;
    font-size: 1.2rem;
    margin-top: 2rem;
    border-bottom: 1px solid #ffffff7d;
    padding: 2rem 0
}

.footer-menu ul li::marker {
    color: var(--white);
    font-size: .8rem
}

.footer-menu ul li a:hover {
    color: #ffff
}

.copyright .footer-menu ul {
    margin-top: 0;
    padding: 1.4rem 0;
    border: none;
    font-size: 1.1rem
}

.copyright {
    padding: .2rem 0 1.2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.map-location iframe {
    border-radius: 20px
}

.privacy-policy-section,
.refund-policy-section,
.terms-condition-section {
    padding: 80px 0
}

.privacy-content,
.refund-content,
.terms-content {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.privacy-item,
.refund-item,
.terms-item {
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 10px
}

.privacy-item h2,
.refund-item h2,
.terms-item h2 {
    margin-bottom: 15px
}

.privacy-item ul,
.refund-item ul,
.terms-item ul {
    padding-left: 20px
}

.privacy-item ul li,
.refund-item ul li,
.terms-item ul li {
    margin-bottom: 10px;
    list-style: disc
}

.privacy-item a,
.refund-item a,
.terms-item a {
    font-weight: 600
}

/* .section-youtube .video-box {
   
    max-width: 1200px !important;} */

    .video-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.8);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.video-popup.active{
    display:flex;
}

.video-box{
   width:80%;
    /* max-width:1200px; */
    position:relative;
    background:#000;
    padding:10px;
    border-radius:20px;
    border:3px solid rgba(255,255,255,0.3);
    box-shadow:0 20px 60px rgba(0,0,0,0.6);
    overflow:hidden;
}

.video-box video{
       width:100%;
    height:auto;
    display:block;
    border-radius:15px;
}

.close-video{
    position: absolute;
    right: 5px;
    top: 2px;
    width: 30px;
    height: 29px;
    background: #fff;
    color: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
    transition: .3s;
}
.close-video:hover{
    transform:rotate(90deg);
}
.video-popup.active .video-box{
    animation:videoZoom .4s ease;
}


@keyframes videoZoom{
    from{
        transform:scale(.7);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}



/* new-page-css */



.floor-banner h1 {
    font-size: 3.7rem;
    font-weight: 600;
    color: var(--white);
    line-height: 1.1;
}


.floor-banner {
    background: url(../images/floor-banner.png) 0 0/cover no-repeat;
    background-size: cover !important;
    background-position: center;
    padding: 12rem 0;
    z-index: 2
}

.floor-banner p {
    font-size: 1.4rem;
    color: white;
    width: 68%;
    font-weight: 300;
    line-height: 1.5;
    padding-top: 0.5rem;
}

.floor-banner p strong {
    font-weight: 500;
}


.landing-section-1 {
    background: url(../images/landing-section-1.png) no-repeat;
    /* height: 50vh; */
        padding: 3rem 0 1rem;
        background-size: cover;
}

.landing-section-1 .roomslider .swiper-wrapper{
    display: flex;

    align-items: center;
}

.landing-section-1 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.7rem;
    justify-content: space-between;
    height: 112px;
}
.landing-section-1 .content img {
    width: 45px;
        height: 45px;
}
.landing-section-1 .content p {
    font-size: 1.1rem;
    color: white;
    line-height: 1.2;
}
.landing-section-1 .content:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: url(../images/line-border-1.png) no-repeat;
    right: 0;
}

.landing-section-1 .line-remove::after{
    display: none;
}


.landing-section-2:before {
     background: url(../images/resourt-bg-update.png) no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 139vh;
    left: 0;
    top: -53%;
    z-index: -1;
    background-size: cover;
}
  .landing-section-2    .btn-style-head {
            text-align: center;
            padding-bottom: 4rem;
        }

      .landing-section-2   .btn-style-head .btn-1 {
            background: var(--primary);
            padding: 0.9rem 2.5rem;
            color: white;
            border-radius: 15px 0px 0px 15px;
            transition: 0.2s linear;
        }



      .landing-section-2   .btn-style-head .btn-2 {
            background: #fff;
            padding: 0.9rem 2.5rem;
            color: #000;
            border-radius: 0px 15px 15px 0px;
            transition: 0.2s linear;
        }

        .landing-section-2 h2 {
            text-align: center;
            font-size: 3.5rem;
            padding-bottom: 2rem;
        }

        .landing-section-2 .content-box {
            background: linear-gradient(0deg, rgba(247, 249, 248, 1) 0%, rgba(255, 255, 255, 1) 45%);
            padding: 1rem;
            border-radius: 15px;
            margin-top: 3rem;
        }

        .landing-section-2 .content {
            text-align: center;
        }

        .landing-section-2 h4 {
            padding: 0.5rem 0;
            font-size: 1.3rem;
        }

        /* Default */
      .landing-section-2   #groundfloor {
            display: flex;
        }

     .landing-section-2    #upperfloor {
            display: none;
        }

        /* Active Button */
      .landing-section-2   .btn-style-head a.active {
            background: var(--primary);
            color: #fff;
        }


        /* Inactive Button */
     .landing-section-2    .btn-style-head a:not(.active) {
            background: #fff;
            color: #000;
        }

/* ------------- */
 .landing-section-3{
    padding-top: 2rem;
 }
 .landing-section-3 .new-head-1{
    width: 39%;
    text-align: center;
    margin: auto;
}
 .landing-section-3 .new-head-1  h2{
    font-size: 3.5rem;
    text-align: center;
    font-weight: 600;
}
 .landing-section-3 .new-head-1  p{
    text-align: center;
    padding-bottom: 2rem;
  font-weight: 500;
 }
   .landing-section-3  .viewer-card {
            position: relative;
            border-radius: 18px;
            overflow: hidden;
            background: #000;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
        }

      .landing-section-3  .viewer-stage {
            position: relative;
            width: 100%;
            /* padding-top: 51%;  */
            overflow: hidden;
        }

      .landing-section-3  .viewer-stage img.main-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0;
            transition: opacity .45s ease;
        }

      .landing-section-3  .viewer-stage img.main-img.active {
            opacity: 1;
            position: relative;
        }

     .landing-section-3   .viewer-badge {
            position: absolute;
            top: 18px;
            left: 22px;
            color: #fff;
            font-weight: 700;
            font-size: 2.4rem;
            letter-spacing: .2px;
            text-shadow: 0 2px 6px rgba(0, 0, 0, .5);
            z-index: 5;
        }

       .landing-section-3 .play-center {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 62px;
            height: 62px;
            border-radius: 50%;
            background: #e8332c;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 14px rgba(0, 0, 0, .4);
            z-index: 5;
            transition: transform .2s ease;
        }

    .landing-section-3    .play-center:hover {
            transform: translate(-50%, -50%) scale(1.08);
        }

     .landing-section-3   .play-center svg {
            margin-left: 4px;
        }

   .landing-section-3     .bottom-bar {
            background: #17181c;
            padding: 10px 4rem;
        }

      .landing-section-3  .ctrl-icon {
            width: 34px;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #d7d8db;
            cursor: pointer;
            border-radius: 6px;
            transition: background .15s ease, color .15s ease;
            flex-shrink: 0;
        }

      .landing-section-3  .ctrl-icon:hover {
            background: rgba(255, 255, 255, .1);
            color: #fff;
        }

     .landing-section-3   .thumb-swiper {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            overflow-x: auto;
            scroll-behavior: smooth;
            padding: 2px 4px;
            flex: 1;
            -ms-overflow-style: none;
            scrollbar-width: none;
            justify-content: center;
        }

      .landing-section-3  .thumb-swiper::-webkit-scrollbar {
            display: none;
        }

       .landing-section-3 .thumb-item {
            position: relative;
            flex: 0 0 auto;
            /* width: 62px;
            height: 46px; */
            border-radius: 25px;
            overflow: hidden;
            cursor: pointer;
            border: 2px solid transparent;
            opacity: .65;
            transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
        }

       .landing-section-3 .thumb-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

     .landing-section-3   .thumb-item:hover {
            opacity: .9;
            transform: translateY(-2px);
        }

     .landing-section-3   .thumb-item.active {
            opacity: 1;
            border-color: #e8332c;
        }

      .landing-section-3  .right-icons {
            display: flex;
            align-items: center;
            gap: 6px;
            flex-shrink: 0;
        }

        @media (max-width: 576px) {
           /* .landing-section-3 .thumb-item {
                width: 48px;
                height: 36px;
            } */

          .landing-section-3  .viewer-badge {
                font-size: 15px;
                top: 12px;
                left: 14px;
            }

          .landing-section-3  .play-center {
                width: 48px;
                height: 48px;
            }

           .landing-section-3 .ctrl-icon {
                width: 28px;
                height: 28px;
            }
        }



.landing-section-4 .content h2 {
    font-size: 3.5rem;
    font-weight: 600;
    padding-bottom: 0.8rem;
}
.landing-section-4 .content p {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.4;
    width: 80%;
}

   .landing-section-4 .content ul{
    padding-top: 2rem;
}
  
   .landing-section-4 .content ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 11px;
    font-size: 1.3rem;
    font-weight: 500;
}


.landing-section-4 .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background: url(../images/check-mark-up.png) center / contain no-repeat;
}
.landing-section-5 .bg-update-4 {
    background: url(../images/landing-section-5.png) no-repeat var(--primary);
    /* height: 36vh; */
    padding: 4rem 2rem;
    border-radius: 20px;
    display: flex;
}

   .landing-section-5{
    padding: 3rem 0 5rem;
}
    
.landing-section-5 .row{
    align-items: center;
    position: relative;
    z-index: 2;
}

.landing-section-5 .content-left{
    display: flex;
    align-items: center;
}

.landing-section-5 .content-left figure{
          margin: 0px 2.8rem 0 0;
    /* width: 280px; */
    flex-shrink: 0;
}

.landing-section-5 .content-left figure img{
    width: 100%;
    border-radius: 15px;
    border: 3px solid #fff;
}

.landing-section-5 .content-left span{
    display: block;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 500;
}

.landing-section-5 .content-left h4 {
   color: #fff;
      font-size: 8.1rem;
    line-height: .9;
    font-weight: 700;
    margin: .5rem 0;
    font-family: 'bebas-font', Arial, sans-serif;
    display: flex;
    align-items: flex-end;
    letter-spacing: 2px;
}
.landing-section-5 .content-left h4 span{
    font-size: 5rem;
}
.landing-section-5 .content-left p{
      color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    /* max-width: 180px; */
    margin-left: 1rem;
    line-height: 1.45;
}

.landing-section-5 .content-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing-section-5 .content-right p{
  color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    /* max-width: 290px; */
    margin: 0;
    padding-left: 2rem;
    border-left: 3px solid #fff;
    width: 43%;
}

.landing-section-5 .btn-right{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.landing-section-5 .btn-right .themeBtn{
    width: 170px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 15px 20px;
    border-radius: 14px;
    transition: .3s;
}

.landing-section-5 .btn-right .themeBtn:hover{
    background: var(--white);
    color: var(--black);
}

.gallery-wrapper figure img{
    border-radius: 20px ;
}

.accommodation-update .list-content figure {
    width: 80px;
}

.accommodation-update .list-content {
    display: flex;

    justify-content: left;
    align-items: center;
}


.landing-section-2 .head-3  {
    padding-bottom: 3rem;
}
.landing-section-2 .head-3  h2{
    padding-bottom: 0;
}

.landing-section-2 .head-3  p{
text-align: center;
}
.image-style-1{
    display: flex;
    align-items: center;
    height: 100%;
}
.image-style-1 img{
    border-radius: 20px;
}


.youtubeslider {
    overflow: visible;
}

.youtubeslider .swiper-wrapper {
    align-items: center;
}

.youtubeslider .swiper-slide {
    transition: all 0.4s ease;
}

.youtubeslider .swiper-slide-active {
    transform: scale(1);
    z-index: 2;
}

.youtubeslider .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.95);
}