@font-face {
    font-family: Quicksand;
    src: url('../Font/Quicksand/Quicksand-VariableFont_wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.honeycomb-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    transition: opacity .5s ease
}

.honeycomb-loader-wrapper.hidden {
    opacity: 0;
    pointer-events: none
}

.honeycomb {
    height: 24px;
    position: relative;
    width: 24px
}

.honeycomb div {
    -webkit-animation: honeycomb 2.1s infinite backwards;
    animation: honeycomb 2.1s infinite backwards;
    background: var(--lightt-color);
    height: 12px;
    margin-top: 6px;
    position: absolute;
    width: 24px
}

.honeycomb div:after,
.honeycomb div:before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    left: 0;
    right: 0
}

.honeycomb div:after {
    top: -6px;
    border-bottom: 6px solid var(--lightt-color)
}

.honeycomb div:before {
    bottom: -6px;
    border-top: 6px solid var(--lightt-color)
}

.honeycomb div:first-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    left: -28px;
    top: 0
}

.honeycomb div:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    left: -14px;
    top: 22px
}

.honeycomb div:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    left: 14px;
    top: 22px
}

.honeycomb div:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    left: 28px;
    top: 0
}

.honeycomb div:nth-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    left: 14px;
    top: -22px
}

.honeycomb div:nth-child(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    left: -14px;
    top: -22px
}

.honeycomb div:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    left: 0;
    top: 0
}

.cookie-consent {
    position: fixed;
    width: 30vw;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--dark-color);
    padding: 1vw 3vw;
    border-radius: 1vw;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    z-index: 1000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
    border: .1vw solid var(--lightt-color)
}

.cookie-consent-p {
    font-family: Quicksand;
    font-size: 1.2vw;
    color: #fffeef;
    text-align: center
}

.Cookie-buttons-placer {
    display: flex;
    gap: .5vw
}

.cookie-button {
    padding: .9vw 2vw;
    border: none;
    font-size: 1vw;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color .3s
}

#allowCookies {
    background-color: var(--lightt-color);
    color: #fff
}

#allowCookies:hover {
    background-color: var(--lightt-color)
}

#denyCookies {
    background-color: #fffeef
}

#denyCookies:hover {
    background-color: #bfbfbf
}

body,
html {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    display: none
}

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

html {
    scroll-behavior: smooth
}

.Hero-container {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.video-placeholder {
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: -1
}

.Video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    pointer-events: none;
    text-decoration: none
}

.Hero-Center-Content {
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.Hero-Center-Content-H1 {
    font-family: 'Poiret One', sans-serif;
    width: 90%;
    max-width: 900px;
    font-size: var(--fs-hero-h1);
    font-weight: 50;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .7)
}

.Hero-Center-Content-p {
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
    color: #d4d4d4;
    font-family: Montserrat;
    font-weight: 400;
    font-size: var(--fs-lead-p);
    margin: 10px auto;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .7)
}

.hero-input-container {
    font-family: Montserrat;
    padding: .3vw 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .3)
}

.hero-input-container label {
    margin-right: 20px;
    font-size: 17px;
    font-weight: 600
}

.hero-input-people {
    display: none
}

.hero-input-date,
.hero-input-toggle {
    color: #fff;
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center
}

#logoImg,
#resortName,
.Logo-Img-HEro {
    transition: opacity .5s ease-in-out
}

#logoImg[style*="opacity: 1"],
#resortName[style*="opacity: 1"],
.Logo-Img-HEro[style*="opacity: 1"] {
    display: block;
    transition: opacity .5s ease-in-out
}

.hero-input-date input {
    font-family: Montserrat;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #9d9d9d;
    padding: 10px;
    width: 200px;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .3)
}

.hero-input-counter {
    display: flex;
    align-items: center
}

.hero-input-counter button {
    border: none;
    padding: 1px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .3)
}

.hero-input-counter input {
    font-family: Montserrat;
    display: flex;
    align-items: center;
    justify-self: center;
    width: 70px;
    padding: 8px;
    border: none;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #9d9d9d;
    font-size: 20px;
    text-align: center;
    margin: 0 5px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .3)
}

.hero-input-toggle {
    display: flex;
    align-items: center;
    gap: 5px
}

.hero-input-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px
}

.hero-input-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.hero-input-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    border: 2px solid rgba(255, 255, 255, .4);
    cursor: pointer
}

.hero-input-slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 1.25px;
    bottom: 1px;
    transition: .4s;
    border-radius: 50%;
    background-color: var(--dark-color)
}

.hero-input-switch input:checked+.hero-input-slider:before {
    transform: translateX(30px)
}

#toggle-text {
    font-weight: 600
}

.Hero-Book-Now-btn {
    padding: 15px 30px;
    font-size: 17px;
    margin-right: 5px;
    border-radius: 30px;
    font-family: Montserrat;
    font-weight: 600;
    background-color: var(--dark-color);
    color: var(--lightt-color);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .3);
    transition: .2s
}

.Hero-Book-Now-btn:hover {
    background-color: var(--lightt-color);
    color: var(--dark-color);
    transition: .2s;
    cursor: pointer
}

.logo {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: fixed;
    top: 30px;
    left: 30px;
    width: 120px;
    display: flex;
    align-items: center;
    z-index: 500;
    transition: all .6s cubic-bezier(.4, 0, .2, 1)
}

@media (max-width:480px) {

    .logo,
    .logo.header-scrolled {
        width: 100% !important;
        height: 70px !important;
        background: 0 0 !important;
        background-color: transparent !important;
        left: 0 !important;
        top: 0 !important;
        padding: 0 20px !important;
        z-index: 1000;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        margin: 0 !important;
        position: fixed !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important
    }

    .logo.header-scrolled {
        background: rgba(46, 35, 24, .95) !important;
        box-shadow: 0 4px 30px rgba(0, 0, 0, .1) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important
    }
}

.logo.header-scrolled {
    background: rgba(46, 35, 24, .95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    padding: 15px 50px;
    width: 100% !important;
    top: 0;
    left: 0;
    border-radius: 0;
    height: 90px
}

@media (max-width:768px) {
    .logo.header-scrolled {
        height: 70px;
        padding: 10px 20px
    }
}

.menu.open~.logo,
.menuicon-wrapper:has(#menu-toggle:checked)~.logo {
    padding: 15px 30px;
    border-radius: 20px
}

.logo.menu-open-bg {
    padding: 15px 30px;
    border-radius: 20px;
    transition: all .3s ease
}

.Hero-Resort-names-Logo {
    display: flex;
    align-items: center
}

.ResortName-logo {
    font-family: Quicksand, sans-serif;
    color: #fff5dc;
    font-size: 2rem;
    font-weight: 400
}

.hero-phone-number-span {
    font-size: 2.5rem
}

.Logo-Img-HEro {
    height: 55px;
    width: auto;
    object-fit: contain
}

.alternating-logo {
    cursor: pointer
}

.menuicon-wrapper {
    position: fixed;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 1002
}

@media (max-width:480px) {
    .menuicon-wrapper {
        top: 0 !important;
        right: 0 !important;
        height: 70px;
        padding-right: 15px
    }
}

.hero-phone-number {
    transition: opacity .3s ease
}

.menuicon-wrapper:has(#menu-toggle:checked) .hero-phone-number {
    opacity: 0;
    pointer-events: none
}

.hero-phone-number a {
    text-decoration: none;
    color: #fff;
    font-family: Quicksand, sans-serif;
    font-size: 1.1rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
    z-index: 1
}

.hero-phone-number-span {
    transition: .2s
}

.hero-phone-number-span:hover {
    transform: scale(1.5) !important
}

.menuicon {
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1000;
    background-color: var(--dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    z-index: 1001
}

.menuicon label {
    display: flex;
    cursor: pointer
}

.menuicon svg {
    width: 30px;
    height: 30px;
    fill: white
}

.Hero-Hamburger-logo-hamburger {
    cursor: pointer
}

.Hero-Hamburger-logo-hamburger input {
    display: none
}

.Hero-Hamburger-logo-hamburger svg {
    height: 3em;
    margin-top: 5px;
    transition: transform .6s cubic-bezier(.4, 0, .2, 1)
}

.Hero-Hamburger-logo-line {
    fill: none;
    stroke: var(--lightt-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1;
    transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1)
}

.Hero-Hamburger-logo-line-top-bottom {
    stroke-dasharray: 12 63
}

.Hero-Hamburger-logo-hamburger input:checked+svg {
    transform: rotate(-45deg)
}

.Hero-Hamburger-logo-hamburger input:checked+svg .Hero-Hamburger-logo-line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42
}

.hamburger-icon {
    position: fixed;
    top: 30px;
    right: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .5s ease
}

.hamburger-icon .bar {
    width: 100%;
    height: 6px;
    background-color: #000;
    border-radius: 10px;
    transition: all .5s ease
}

.close-icon {
    position: fixed;
    top: 28px;
    right: 20px;
    height: 60px;
    z-index: 1000;
    cursor: pointer;
    display: none;
    transition: all .5s ease
}

.menu {
    display: flex;
    position: fixed;
    top: 30px;
    right: -500px;
    z-index: 500;
    background-color: var(--dark-color);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease, right .5s ease;
    backdrop-filter: blur(10px);
    border-radius: 40px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, .1)
}

.menu.open {
    top: 30px;
    right: 80px;
    opacity: 1;
    pointer-events: auto;
    z-index: 9999;
    box-shadow: none
}

.menu ul {
    list-style-type: none;
    display: flex;
    width: fit-content;
    padding: 0 30px;
    flex-direction: row;
    gap: 20px;
    z-index: 1001
}

.menu ul li {
    margin: 13px 0
}

.menu ul li a {
    color: var(--lightt-color);
    font-family: Quicksand, sans-serif;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
    transform: translateX(-100%);
    animation: slideIn .5s ease forwards
}

.menu ul li:first-child a {
    animation-delay: .1s
}

.menu ul li:nth-child(2) a {
    animation-delay: .2s
}

.menu ul li:nth-child(3) a {
    animation-delay: .3s
}

.menu ul li a:hover {
    color: var(--lightt-color);
    cursor: pointer
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-100%)
    }

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

.hero-enqire-section {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500
}

.hero-enquiry-logo {
    width: 70px;
    height: 70px;
    background-color: var(--lightt-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: .5px solid var(--dark-color)
}

.Enquire-logo {
    height: 40px
}

.hero-enqire-section-wrapper {
    position: fixed;
    bottom: 120px;
    right: 68px;
    margin-bottom: 20px;
    z-index: 500;
    display: inline-block
}

.enquire-text {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 600;
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: var(--lightt-color);
    opacity: 1;
    transition: opacity .3s, visibility .3s
}

.hero-enquire-logo-animate {
    animation: jump 1.2s ease-in-out infinite;
    padding: 13px;
    border-radius: 100%;
    cursor: pointer
}

@keyframes jump {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-15px)
    }

    50% {
        transform: translateY(-10px)
    }

    75% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(0)
    }
}

.hero-enquiry-sub1,
.hero-enquiry-sub2,
.hero-enquiry-sub3 {
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition: opacity .5s ease, transform .5s ease;
    animation: jump 1.2s ease-in-out infinite
}

.hero-enquiry-sub1 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    right: 160px;
    z-index: 1;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.hero-enquiry-sub2 {
    bottom: 20px;
    right: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.show {
    opacity: 1;
    transform: scale(1)
}

.hero-enquiry-telephone {
    height: 50px
}

.hero-enquiry-whatsapp {
    height: 50px
}

.advertiseSection {
    position: absolute;
    bottom: 5px;
    left: 5px;
    text-align: center;
    display: flex;
    flex-direction: column
}

.Other-Resorts-container {
    height: 10vw;
    width: 18vw;
    position: relative
}

.hero-card__content {
    border-radius: 10px;
    overflow-x: hidden
}

.Hero-Resort-name {
    font-size: 1.1vw;
    color: #fff;
    margin: 0;
    font-family: Quicksand, sans-serif;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
    padding: 0 .5vw
}

.Hero-Slider-logos {
    height: 2.2vw;
    width: auto
}

.Hero-location-section {
    margin: 0;
    font-size: 1.2vw;
    color: #fff;
    padding-bottom: 1.5%;
    font-family: Quicksand, sans-serif;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
    padding: 0 .5vw
}

.Hero-resorts-finalSlide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Quicksand, sans-serif;
    color: #fff;
    width: auto
}

.Hero-resorts-rashi-img {
    height: 5vw;
    margin-top: 8%;
    padding-bottom: 5%;
    width: auto
}

.Hero-resorts-text {
    font-size: 1vw
}

.Hero-Rashi-Eco-Tourism-text {
    font-size: 1.5vw
}

.Hero-resort-name-extender-1 {
    width: 11vw;
    margin-left: -.5vw
}

.Hero-resort-name-extender-2 {
    width: 9vw
}

.hero-card__data {
    width: 100%;
    height: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden
}

.Hero-heading-section {
    padding-top: 1%;
    gap: 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

@-webkit-keyframes honeycomb {

    0%,
    100%,
    20%,
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes honeycomb {

    0%,
    100%,
    20%,
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media(max-width:1550px) {
    .Hero-Center-Content-H1 {
        font-size: 3rem
    }

    .Hero-Center-Content-p {
        font-size: 1.5rem
    }

    .hero-input-container label {
        font-size: 15px
    }

    .hero-input-date,
    .hero-input-people,
    .hero-input-toggle {
        padding: 5px 20px
    }

    .hero-input-counter input,
    .hero-input-date input {
        font-size: 13px
    }

    .hero-input-counter input {
        padding: 10px
    }

    .hero-input-switch {
        width: 50px;
        height: 30px
    }

    .hero-input-switch input:checked+.hero-input-slider:before {
        transform: translateX(21px)
    }

    .menuicon {
        height: 45px;
        width: 45px
    }

    .menu ul li {
        margin: 12px 0
    }

    .ResortName-logo {
        font-size: 2.2rem
    }

    .hero-phone-number-span {
        font-size: 2.2rem
    }

    .Logo-Img-HEro {
        height: 60px
    }

    .hero-enquiry-logo {
        width: 60px;
        height: 60px
    }

    .Enquire-logo {
        height: 35px
    }

    .hero-enquiry-sub1 {
        bottom: 20px;
        right: 130px
    }

    .hero-enquiry-sub2 {
        bottom: 20px;
        right: 85px
    }

    .hero-enquiry-telephone {
        height: 40px
    }

    .hero-enquiry-whatsapp {
        height: 40px
    }
}

@media(max-width:1350px) {
    .Hero-Center-Content-H1 {
        font-size: 2.2rem
    }

    .Hero-Center-Content-p {
        font-size: 1rem
    }

    .hero-input-container label {
        font-size: 13px
    }

    .hero-input-date,
    .hero-input-people,
    .hero-input-toggle {
        padding: 2px 25px
    }

    .hero-input-counter input,
    .hero-input-date input {
        font-size: 12px
    }

    .hero-input-counter input {
        padding: 10px
    }

    .hero-input-switch {
        width: 50px;
        height: 25px
    }

    .hero-input-slider:before {
        height: 20px;
        width: 20px;
        left: 1
    }

    .hero-input-switch input:checked+.hero-input-slider:before {
        transform: translateX(25px)
    }

    .menuicon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px
    }

    .menu ul li {
        margin: 9px 0
    }

    .Hero-Hamburger-logo-hamburger {
        margin-top: 0
    }

    .Hero-Hamburger-logo-hamburger svg {
        height: 2em
    }

    .ResortName-logo {
        font-size: 1.8rem
    }

    .hero-phone-number-span {
        font-size: 1.8rem
    }

    .Logo-Img-HEro {
        height: 50px
    }

    .hero-enquiry-logo {
        width: 40px;
        height: 40px
    }

    .Enquire-logo {
        height: 20px
    }

    .hero-enquiry-sub1 {
        bottom: 15px;
        right: 110px
    }

    .hero-enquiry-sub2 {
        bottom: 15px;
        right: 65px
    }

    .hero-enquiry-telephone {
        height: 35px
    }

    .hero-enquiry-whatsapp {
        height: 35px
    }
}

@media(max-width:1132px) {

    .hero-input-date,
    .hero-input-people,
    .hero-input-toggle {
        padding: 5px 20px
    }

    .hero-input-container label {
        margin-right: 10px;
        font-size: 15px
    }

    .hero-input-date input {
        padding: 5px;
        width: 150px
    }

    .hero-input-counter button {
        padding: 2px 8px;
        font-size: 20px
    }

    .hero-input-counter input {
        width: 50px;
        padding: 5px;
        font-size: 15px
    }

    .hero-input-switch {
        width: 40px;
        height: 25px
    }

    .hero-input-slider:before {
        height: 20px;
        width: 20px
    }

    .hero-input-switch input:checked+.hero-input-slider:before {
        transform: translateX(14px)
    }

    .menuicon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px;
        width: 35px
    }

    .menu ul li {
        margin: 10px 0
    }

    .menu ul li a {
        font-size: .8rem
    }

    .Hero-Hamburger-logo-hamburger {
        margin-top: -2px
    }

    .ResortName-logo {
        font-size: 1.6rem
    }

    .hero-phone-number-span {
        font-size: 1.6rem
    }

    .Logo-Img-HEro {
        height: 45px
    }

    .hero-enquiry-logo {
        width: 35px;
        height: 35px
    }

    .Enquire-logo {
        height: 18px
    }

    .hero-enquiry-sub1 {
        bottom: 15px;
        right: 90px
    }

    .hero-enquiry-sub2 {
        bottom: 15px;
        right: 55px
    }

    .hero-enquiry-telephone {
        height: 30px
    }

    .hero-enquiry-whatsapp {
        height: 30px
    }
}

@media (max-width:1024px) and (orientation:portrait) {
    .Hero-resort-name-extender-1 {
        width: 24vw
    }

    .Hero-resort-name-extender-2 {
        width: 19vw
    }

    .Hero-Center-Content-H1 {
        font-size: 4rem
    }

    .hero-card__data {
        height: 20vw
    }

    .Other-Resorts-container {
        width: 35vw;
        height: 20vw
    }

    .Hero-Center-Content-p {
        font-size: 2rem;
        padding-left: 7%;
        padding-right: 7%
    }

    .Hero-slider .Hero-buttons {
        top: 55%
    }

    .Hero-slider .Hero-buttons button {
        width: 20px;
        height: 20px
    }

    .menuicon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        width: 45px
    }

    .menu ul li {
        margin: 15px 0
    }

    .menu ul li a {
        font-size: .8rem
    }

    .Hero-Hamburger-logo-hamburger {
        margin-top: -2px
    }

    .ResortName-logo {
        font-size: 2rem
    }

    .hero-phone-number-span {
        font-size: 2rem
    }

    .Logo-Img-HEro {
        height: 70px
    }

    .hero-enquiry-logo {
        width: 60px;
        height: 60px
    }

    .Enquire-logo {
        height: 35px
    }

    .hero-enquiry-sub1 {
        right: 140px;
        bottom: 20px
    }

    .hero-enquiry-sub2 {
        right: 90px;
        bottom: 21px
    }

    .Hero-Resort-name {
        font-size: 2.5vw
    }

    .Hero-Slider-logos {
        height: 4vw;
        width: auto
    }

    .Hero-location-section {
        font-size: 2.5vw
    }

    .Hero-resorts-text {
        font-size: 2vw
    }

    .Hero-Rashi-Eco-Tourism-text {
        font-size: 2.5vw
    }

    .Hero-resorts-rashi-img {
        height: 10vw;
        width: auto
    }

    .menuicon {
        width: 60px;
        height: 60px
    }

    .menu.open {
        right: 90px
    }

    .menu ul {
        padding: 0 40px
    }

    .menu ul li {
        margin: 20px 0
    }

    .menu ul li a {
        font-size: 1.2rem
    }

    .Hero-Hamburger-logo-hamburger svg {
        height: 4vw
    }

    .hero-enquiry-telephone {
        height: 40px
    }

    .hero-enquiry-whatsapp {
        height: 40px
    }

    .cookie-consent {
        bottom: 200px;
        width: 50vw
    }

    .cookie-consent-p {
        font-size: 2vw
    }

    .cookie-button {
        font-size: 2vw
    }
}

@media(max-width:851px) {
    .hero-input-container {
        padding: 10px 1px;
        gap: 5px
    }

    .hero-input-people {
        padding: 7px
    }

    .hero-input-people {
        border: none
    }

    .hero-input-toggle {
        padding: 8px
    }
}

@media (max-width:972px) and (orientation:portrait) {
    .hero-input-container {
        border-radius: 10vw
    }

    .Hero-Center-Content-H1 {
        font-size: 3rem
    }

    .Hero-Center-Content-p {
        font-size: 1.5rem
    }

    .hamburger-icon {
        right: 20px
    }

    .hamburger {
        top: 30px;
        right: 30px;
        height: 65px;
        width: 65px
    }

    .hamburger .bar {
        width: 50px;
        height: 5px
    }

    .logo {
        top: 30px;
        left: 30px;
        width: 100px
    }

    .menu {
        top: -300px;
        right: 20px;
        flex-direction: column;
        align-items: center;
        border-radius: 10px;
        transition: top .5s ease, opacity .5s ease
    }

    .menu.open {
        right: 20px;
        top: 90px
    }

    .menuicon {
        height: 50px;
        width: 50px
    }

    .Hero-Hamburger-logo-hamburger svg {
        height: 3em
    }

    .menu ul {
        flex-direction: column;
        gap: 15px
    }

    .menu ul li {
        margin: 10px 0
    }

    .menu ul li a {
        font-size: 1.2rem;
        text-align: center
    }
}

@media(max-width:589px) {
    .ResortName-logo {
        font-size: 5.5vw
    }

    .hero-phone-number-span {
        font-size: 5.5vw
    }

    .logo {
        width: 17%
    }

    .Hero-Center-Content-H1 {
        font-size: 2.7rem
    }

    .Hero-Center-Content-p {
        font-size: 1rem
    }

    .Hero-Book-Now-btn {
        padding: 10px 20px
    }

    .Hero-Center-Content-p {
        display: none
    }
}

@media(max-width:510px) {
    .logo {
        width: 20%
    }
}

@media(max-width:488px) {
    .hero-input-container {
        border-radius: 20px;
        padding-bottom: 5vw
    }
}

@media(max-width:549px) {
    .hero-input-people {
        border: none
    }
}

@media (max-width:480px) {
    .Hero-Center-Content-H1 {
        margin-top: 100px;
        font-size: 2.5rem
    }

    body,
    html {
        padding-top: 0 !important;
        margin-top: 0 !important
    }

    .Hero-container,
    .hero-mini-refined {
        margin-top: 0 !important;
        padding-top: 0 !important
    }

    .logo {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 70px !important;
        background: 0 0 !important;
        background-color: transparent !important;
        box-shadow: none !important;
        z-index: 10000 !important;
        position: fixed !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        padding: 0 20px !important;
        margin: 0 !important
    }

    .Logo-Img-HEro {
        height: 48px !important;
        width: auto !important;
        object-fit: contain !important;
        margin: 0 !important;
        display: block !important;
        position: relative !important
    }

    .ResortName-logo {
        font-size: 1.4rem !important;
        margin: 0 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        display: flex !important;
        align-items: center !important;
        color: #fff !important;
        position: relative !important
    }

    .Hero-Resort-names-Logo {
        display: contents !important
    }

    .menuicon-wrapper {
        top: 20px;
        z-index: 10001 !important;
        position: fixed !important;
        right: 20px
    }

    .menuicon {
        height: 45px;
        width: 45px;
        z-index: 10001 !important
    }

    .Hero-Hamburger-logo-hamburger svg {
        height: 2.5rem
    }

    .hero-input-people {
        display: none
    }

    .advertiseSection {
        display: none
    }

    .menu {
        z-index: 9999 !important;
        width: 100%;
        margin: 0;
        right: 0;
        border-radius: 0;
        background-color: rgba(15, 12, 12, .95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        opacity: 0;
        transition: opacity .3s ease
    }

    .menu.open {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999 !important;
        right: 0;
        margin: 0;
        width: 100%;
        height: 100vh;
        border-radius: 0;
        background-color: rgba(15, 12, 12, .95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        opacity: 1;
        top: 0
    }

    .menu ul {
        text-align: center;
        flex-direction: column;
        gap: 10px
    }

    .hero-input-switch {
        width: 45px;
        height: 26px
    }

    .hero-input-switch input:checked+.hero-input-slider:before {
        transform: translateX(19px)
    }

    .menu ul li {
        margin: 10px 0
    }

    .menu ul li a {
        font-size: 1.2rem;
        text-align: center
    }

    .hero-enqire-section {
        margin-bottom: 0;
        right: 10px;
        bottom: 10px
    }

    .menu-icon-inside {
        height: 30px
    }

    .hero-enqire-section {
        bottom: -10px;
        right: 10px
    }

    .Enquire-logo {
        height: 30px
    }

    .hero-enquiry-logo {
        width: 50px;
        height: 50px
    }

    .hero-enquiry-sub2 {
        right: 70px;
        bottom: 20px
    }

    .hero-enquiry-sub1 {
        right: 120px;
        bottom: 19px
    }

    .alternating-logo {
        margin-top: 70px
    }

    .hero-enquiry-telephone {
        height: 40px
    }

    .hero-enquiry-whatsapp {
        height: 40px
    }

    .hero-input-container label {
        font-size: 4vw
    }

    .Toggle-text-span {
        font-size: 4vw
    }

    .cookie-consent {
        padding: 20px 10px;
        bottom: 10px;
        flex-direction: column;
        left: 5px;
        width: 80vw;
        transform: translateX(0);
        align-items: start;
        border-radius: 10px;
        gap: 10px
    }

    .cookie-consent-p {
        font-size: 4vw;
        white-space: normal;
        text-align: left
    }

    .Cookie-buttons-placer {
        gap: 2vw
    }

    .cookie-button {
        padding: 3vw 6vw;
        font-size: 3.5vw
    }
}

@media(max-width:400px) {
    .logo {
        width: 24%
    }
}

@media(max-width:350px) {
    .logo {
        width: 26%
    }
}

.ResortName-logo,
.alternating-logo {
    position: absolute;
    opacity: 0;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transform: scale(.95)
}

.ResortName-logo {
    opacity: 1;
    transform: scale(1)
}

.alternating-logo {
    display: none;
    transform: scale(.95)
}

.ResortName-logo:hover,
.alternating-logo:hover {
    transform: scale(1.05)
}

#Hero-slideContainer {
    width: 720px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.Hero-sliderBtn {
    margin-top: 10px;
    position: absolute;
    border: none;
    background-color: transparent;
    color: #fff;
    padding: 1rem;
    top: calc(50% - 1rem - 27px);
    z-index: 999;
    font-family: Nunito;
    font-weight: 600;
    font-size: 1.5rem;
    cursor: pointer;
    outline: 0;
    transition: .2s
}

.Hero-sliderBtn:hover {
    background-color: var(--lightt-color);
    color: #333;
    cursor: pointer;
    transition: .2s
}

#Hero-prev {
    left: 0
}

#Hero-next {
    right: 0
}

.Hero-slide {
    display: none
}

.Hero-show {
    display: block;
    animation: Hero-fadein .3s ease-in-out 0s 1 normal forwards
}

@keyframes Hero-fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.Hero-slide p {
    padding: 1rem 0;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-weight: 600
}

.AdvertiseIMg {
    max-width: 100%;
    border-radius: .4rem .4rem 0 0;
    display: block;
    margin: auto
}

@media screen and (max-width:722px) {
    #slideContainer {
        width: 100%
    }

    .sliderBtn {
        padding: .5rem;
        font-size: 1rem
    }

    .slide p {
        padding: .5rem 0
    }
}

@media(max-width:945px) {
    .logo {
        position: absolute
    }
}

@media screen and (min-width:480px) and (max-width:932px)and (max-height:600px) and (orientation:landscape) {
    .Logo-Img-HEro {
        height: 70px
    }

    .Hero-resorts-rashi-img {
        margin-top: 16%;
        width: auto
    }

    .advertiseSection {
        left: 0;
        bottom: 0
    }

    .Other-Resorts-container {
        border-radius: 5px;
        width: 22vw;
        height: 12vw
    }

    .hero-card__data {
        height: 12vw
    }

    .Hero-slider .Hero-buttons button {
        height: 2vw;
        width: 2vw
    }

    .Hero-slider .Hero-buttons {
        top: 50%
    }

    .Hero-container {
        height: 120vh
    }

    .Hero-Center-Content-H1 {
        font-size: 4.5vw
    }

    .Hero-Center-Content-p {
        font-size: 1.5vw;
        margin-bottom: 1px
    }

    .hero-input-container label {
        font-size: 1.5vw;
        margin-right: 10px
    }

    .hero-input-date input {
        width: 100px
    }

    .Toggle-text-span {
        font-size: 1vw
    }

    .hero-input-switch {
        width: 40px;
        height: 21px
    }

    .hero-input-slider:before {
        height: 15px;
        width: 15px;
        bottom: 1px;
        left: 0
    }

    .hero-input-switch input:checked+.hero-input-slider:before {
        transform: translateX(20px)
    }

    .logo {
        top: 15px;
        left: 15px
    }

    .ResortName-logo {
        font-size: 25px
    }

    .hero-phone-number-span {
        font-size: 25px
    }

    .menuicon-wrapper {
        top: 15px;
        right: 15px
    }

    .menuicon {
        height: 5vw;
        width: 5vw
    }

    .menu {
        top: 15px
    }

    .menu.open {
        right: 70px;
        top: 15px
    }

    .menu ul li {
        margin: 15px -2px
    }

    .menu ul li a {
        font-size: 12px
    }

    .hero-enqire-section {
        margin-bottom: 0;
        right: 10px;
        bottom: 10px
    }

    .hero-enqire-section {
        bottom: -10px;
        right: 10px
    }

    .Enquire-logo {
        height: 30px
    }

    .hero-enquiry-logo {
        width: 50px;
        height: 50px
    }

    .hero-enquiry-sub2 {
        right: 75px;
        bottom: 20px
    }

    .hero-enquiry-sub1 {
        right: 125px;
        bottom: 19px
    }

    .hero-enquiry-telephone {
        height: 4.5vw
    }

    .hero-enquiry-whatsapp {
        height: 4.5vw
    }

    .Hero-Book-Now-btn {
        padding: 1.5vw 3vw;
        font-size: 1.5vw
    }

    .Toggle-text-span {
        font-size: 1.5vw
    }

    .hero-input-container {
        padding: .5vw 0
    }
}

@media(max-width:380px) {
    .Hero-container {
        height: 100vh
    }

    .Hero-Book-Now-btn {
        padding: 10px 20px;
        font-size: 12px
    }

    .Hero-Center-Content-H1 {
        font-size: 25px
    }

    .Hero-Center-Content-p {
        font-size: 13px
    }
}

@media (min-width:1950px) {
    .ResortName-logo {
        font-size: 3rem
    }

    .hero-phone-number-spanr {
        font-size: 3rem
    }

    .Hero-Book-Now-btn {
        padding: 1.03vw 2.56vw
    }

    .menuicon {
        height: 3vw;
        width: 3vw
    }

    .Hero-Hamburger-logo-hamburger svg {
        height: 2.5vw
    }

    .menu-icon-inside {
        height: 2.56vw
    }

    .menu.open {
        right: 5vw
    }

    .menu ul {
        gap: 1.54vw;
        padding: 0 2.56vw
    }

    .menu ul li {
        margin: 1.03vw 0
    }

    .menu ul li a {
        font-size: 1vw
    }

    .Logo-Img-HEro {
        height: 5.13vw
    }

    .Hero-Center-Content-H1 {
        font-size: 3vw
    }

    .Hero-Center-Content-p {
        font-size: 1.5vw
    }

    .hero-input-container label {
        font-size: 1.1vw
    }

    .hero-input-date,
    .hero-input-people,
    .hero-input-toggle {
        padding: .03vw 1.54vw
    }

    .hero-input-date input {
        font-size: 1.03vw;
        padding: 20px;
        width: fit-content
    }

    .hero-input-counter button {
        font-size: 1.54vw;
        padding: .1vh .5vw
    }

    .hero-input-counter input {
        font-size: 1.03vw;
        padding: .51vw
    }

    .hero-input-switch {
        width: 70px;
        height: 40px
    }

    .hero-input-slider:before {
        height: 33px;
        width: 33px
    }

    .Hero-Book-Now-btn {
        padding: 1.03vw 2.56vw;
        font-size: 1.03vw;
        border-radius: 4vw
    }

    .Toggle-text-span {
        font-size: 1.13vw
    }

    .hero-enquiry-logo {
        height: 3.5vw;
        width: 3.5vw
    }

    .Enquire-logo {
        height: 2vw
    }

    .hero-enquiry-sub1 {
        right: 8vw
    }

    .hero-enquiry-sub2 {
        right: 5vw
    }

    .hero-enquiry-telephone {
        height: 2.5vw
    }

    .hero-enquiry-whatsapp {
        height: 2.5vw
    }
}

@media(min-width:481px) {
    .Other-resorts-section {
        display: none
    }
}

body {
    margin: 0;
    padding: 0
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.popup-overlay.active {
    display: flex
}

.popup-box {
    background: #fff;
    color: #333;
    max-width: 600px;
    width: 90%;
    padding: 40px 35px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .5);
    font-family: 'Poiret One', cursive;
    animation: popupFade .4s ease
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: 0 0;
    border: none;
    font-size: 36px;
    cursor: pointer;
    color: #999;
    transition: color .2s
}

.close-btn:hover {
    color: #555
}

.popup-box h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #222
}

.sub-text {
    font-size: 24px;
    color: #555;
    margin-bottom: 25px;
    font-weight: 600
}

.highlight {
    font-size: 28px;
    font-weight: 700;
    color: #e67e22;
    margin-bottom: 40px
}

.btn-book {
    display: inline-block;
    background: #e67e22;
    color: #fff;
    padding: 20px 60px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
    transition: background .3s, transform .2s
}

.btn-book:hover {
    background: #cf711f;
    transform: translateY(-2px)
}

@keyframes popupFade {
    from {
        transform: scale(.85);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@media (max-width:768px) {
    .popup-box {
        width: 85%;
        padding: 35px 25px
    }

    .popup-box h2 {
        font-size: 36px
    }

    .sub-text {
        font-size: 20px
    }

    .highlight {
        font-size: 24px
    }

    .btn-book {
        padding: 18px 50px;
        font-size: 20px
    }

    .close-btn {
        font-size: 30px;
        top: 15px;
        right: 15px
    }
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.popup-box {
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 420px;
    border-radius: 14px;
    text-align: center;
    position: relative
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    border: none;
    background: 0 0;
    cursor: pointer
}

.popup-box h2 {
    margin-bottom: 10px
}

.sub-text {
    color: #555;
    line-height: 1.5
}

.highlight {
    margin: 15px 0;
    font-weight: 700;
    color: #2e7d32
}

.popup-actions {
    display: flex;
    gap: 15px;
    margin-top: 20px
}

.btn-offer {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    font-weight: 600
}

.btn-offer.dayout {
    background: #ff9800
}

.btn-offer.room {
    background: #3f51b5
}

.btn-offer:hover {
    opacity: .9
}

.coupon-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
    padding: 8px 14px;
    border: 2px dashed #2e7d32;
    border-radius: 6px
}

#couponCode {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #2e7d32
}

@media (max-width:768px) {

    #resortName,
    .ResortName-logo {
        display: none !important
    }
}

.copy-icon {
    cursor: pointer;
    font-size: 16px
}

.copy-msg {
    font-size: 12px;
    color: #777;
    margin-bottom: 10px
}

#offer-popup {
    display: none
}

@media (max-width:768px) {
    .hero-enqire-section-wrapper {
        right: 20px !important
    }

    .enquire-text {
        left: auto !important;
        right: 0 !important;
        transform: none !important;
        white-space: nowrap
    }
}

.floating-actions-container {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 15px
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

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

.floating-action-item {
    position: relative;
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    animation: fadeInUp .6s ease-out forwards
}

.floating-action-item.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateX(80px);
    pointer-events: none
}

.floating-btn {
    width: 60px;
    height: 60px;
    background-color: #2e2318;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
    border: 2px solid #c9a63c;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
    text-decoration: none
}

.floating-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .4)
}

.floating-btn img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.enquire-btn,
.enquire-main .floating-btn {
    background-color: #c9a63c;
    border-color: #2e2318;
    animation: pulse 2s ease-in-out infinite
}

.enquire-label {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a63c;
    white-space: nowrap;
    background: #2e2318;
    padding: 2px 8px;
    border-radius: 4px
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

@media (max-width:768px) {
    .floating-actions-container {
        bottom: 30px;
        right: 15px;
        gap: 10px
    }

    .floating-btn {
        width: 50px;
        height: 50px
    }

    .floating-btn img {
        width: 25px;
        height: 25px
    }

    .enquire-label {
        font-size: 12px;
        bottom: 60px
    }
}

@keyframes float-jump {

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

    50% {
        transform: translateY(-10px)
    }
}

.jump-anim {
    animation: float-jump 2s infinite ease-in-out
}

.logo {
    transition: all .5s ease-in-out !important
}

@media (max-width:768px) {
    .logo {
        width: 100% !important;
        height: 70px !important;
        background: 0 0 !important;
        left: 0 !important;
        top: 0 !important;
        padding: 0 20px !important;
        z-index: 9999 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        position: fixed !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        transition: background-color .5s ease-in-out !important
    }

    .logo.header-scrolled {
        background-color: #2e2318 !important;
        background: #2e2318 !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .3) !important
    }

    .menuicon-wrapper {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        height: 70px !important;
        padding: 0 15px !important;
        display: flex !important;
        align-items: center !important;
        z-index: 10000 !important
    }
}

.Activity-Updated-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    flex-wrap: wrap;
    padding-top: 3%;
    padding-bottom: 5%
}

.Activity-Updated-container-headings {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 2vw
}

.Activity-Updated-container-content {
    padding-top: 1%;
    gap: 3vw;
    display: flex;
    justify-content: center;
    align-items: center
}

.ActivitiesUpdated-button {
    position: relative;
    overflow: hidden
}

.ActivitiesUpdated-button.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--activities-loader-bar-color);
    z-index: 0;
    animation: loading 3s linear
}

.ActivitiesUpdated-button img,
.ActivitiesUpdated-button span {
    position: relative;
    z-index: 1
}

@keyframes loading {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.Activity-Updated-image-box {
    width: 35vw;
    height: 25vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 2vw
}

.Activity-Updated-image-box-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.Activity-Updated-activities {
    max-width: 50vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.Activities-Updated-h2 {
    font-size: var(--fs-section-h2);
    font-weight: 300;
    margin-bottom: 20px;
    font-family: Poppins
}

.ActivitiesUpdated-icon {
    width: 2vw;
    height: 2vw;
    padding: .2vw;
    object-fit: contain;
    background-color: var(--dark-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.Book-your-day-ou-btn {
    margin-top: 20px;
    border-radius: 30px;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    background-color: var(--dark-color);
    color: #fff;
    border: none;
    padding: 15px 20px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    overflow: hidden
}

.Book-your-day-ou-btn:hover {
    background-color: var(--lightt-color)
}

.Book-your-day-ou-btn:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 70%);
    animation: glitter 6s linear infinite;
    z-index: 0;
    text-decoration: none
}

.experiences-button-fixer:hover {
    background-color: var(--dark-color) !important;
    transform: scale(1.1);
    transition: transform .3s ease
}

.Activity-Updated-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
}

.ActivitiesUpdated-button {
    justify-content: space-between;
    font-family: Poppins;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 300;
    color: #2e2318;
    background-color: var(--lightt-color);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s ease;
    white-space: nowrap
}

.Activity-Updated-button:hover {
    background-color: var(--dark-color);
    transform: scale(1.05)
}

.Activity-Updated-button.active {
    background-color: #a7a7a7;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.coming-soon {
    position: absolute;
    background-color: var(--dark-color);
    color: #fff;
    padding: 2px 5px;
    font-size: .55vw;
    font-weight: 700;
    border-radius: 10px;
    z-index: 1;
    pointer-events: none;
    font-family: Poppins;
    margin-top: -5px
}

@media(max-width:1200px) {
    .ActivitiesUpdated-button {
        font-size: 1.16vw
    }
}

@media(max-width:1024px) {
    .ActivitiesUpdated-button {
        font-size: 1.17vw
    }

    .coming-soon {
        margin-top: -5px;
        padding: 1.5px 4px;
        font-size: .7vw
    }
}

@media(max-width:850px) {
    .ActivitiesUpdated-button {
        font-size: 1.2vw
    }

    .coming-soon {
        margin-top: -5px;
        padding: 1px 4px;
        font-size: .7vw
    }
}

@media(max-width:750px) {
    .ActivitiesUpdated-button {
        font-size: 1.25vw
    }
}

@media(max-width:680px) {
    .activites-day-out-button {
        margin-top: 0 !important;
        margin-bottom: 5vw
    }
}

@media(max-width:680px) {
    .Activity-Updated-container-content {
        flex-direction: column;
        padding: none;
        gap: 30px
    }

    .Activity-Updated-image-box {
        width: 100vw;
        height: 50vw;
        border-radius: 0
    }

    .Activity-Updated-container {
        padding: 0;
        margin-top: 5%
    }

    .Activity-Updated-container-headings {
        padding: 20px
    }

    .Activity-Updated-buttons {
        gap: 1.5vw
    }

    .ActivitiesUpdated-button {
        padding-top: 1.2vw;
        padding-bottom: 1.2vw;
        padding-left: 1.5vw;
        padding-right: 1vw;
        font-size: 3vw;
        border-radius: 7vw;
        margin-right: 1vw
    }

    .Activity-Updated-activities {
        max-width: none;
        margin-bottom: 5%
    }

    .Activity-Updated-buttons {
        width: 100%;
        padding: 0 15px;
        justify-content: center;
        align-items: center
    }

    .ActivitiesUpdated-icon {
        width: 6vw;
        height: 6vw;
        padding: .7vw
    }

    .coming-soon {
        margin-top: -5px;
        padding: 2px 5px;
        font-size: 1.85vw
    }
}

@media(max-width:380px) {
    .ActivitiesUpdated-button {
        font-size: 3.6vw
    }
}

.Activities-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 8vw;
    padding-right: 8vw;
    margin-top: 50px;
    padding-top: 2%;
    padding-bottom: 2%;
    gap: 1%
}

.Activities-total-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%
}

.card__container {
    width: 100%
}

.Activities-carousel-content-placer {
    display: flex;
    justify-content: center;
    align-items: center
}

.Activities-carousel-content {
    width: 100%;
    max-width: 400px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.img-holder {
    max-width: 190%;
    height: 190%;
    object-fit: cover
}

.Activities-carousel-content h4 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    color: #6c757d;
    margin: 0
}

.Activities-carousel-content h3 {
    font-weight: 700;
    color: #4a4a4a;
    font-family: Montserrat, sans-serif;
    font-size: var(--fs-section-h2);
    line-height: 1;
    margin-top: -10px;
    margin: 0
}

.Activities-carousel-content p {
    font-family: Poppins, sans-serif;
    font-size: var(--fs-body-p);
    color: #555;
    margin: 0
}

.Book-your-day-ou-btn {
    margin-top: 20px;
    border-radius: 30px;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    background-color: var(--dark-color);
    color: #fff;
    border: none;
    padding: 15px 20px;
    font-family: Montserrat, sans-serif;
    text-transform: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    overflow: hidden;
    letter-spacing: normal
}

.Book-your-day-ou-btn:hover {
    background-color: var(--lightt-color);
    border: none;
    transform: none
}

@media(min-width:1514px) {
    .card__container {
        max-width: 1000px
    }
}

@media(max-width:1515px) {
    .card__container {
        max-width: 800px
    }

    .card__data {
        height: 10rem
    }
}

@media(max-width:1220px) {
    .Activities-container {
        flex-direction: column
    }
}

@media(max-width:999px) {
    .Activities-subcontainer-1 {
        padding-left: 1.75%
    }

    .Activities-cards-component {
        padding-left: 3%;
        padding-right: 3%
    }
}

.container {
    display: flex;
    justify-content: center;
    align-items: center
}

.card__container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.card__content {
    margin-inline: 2.5rem;
    overflow: hidden
}

.card__article {
    width: 300px;
    overflow: hidden;
    border-radius: 1.2rem
}

.card__image {
    position: relative;
    background-color: #6c757d;
    padding-top: 1.5rem
}

.card__data {
    background-color: #6c757d;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    text-align: center;
    position: relative;
    z-index: 10;
    height: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    font-family: Poppins, sans-serif
}

@media screen and (max-width:320px) {
    .card__data {
        padding: 1rem
    }
}

@media (max-width:950px) {
    .card__content {
        margin-inline: 2rem
    }
}

@media (max-width:480px) {
    .card__content {
        margin-inline: 1.75rem
    }

    .Activities-subcontainer-1 {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .card__container {
        min-width: 126.5%
    }

    .img-holder {
        min-width: 130%;
        height: 130%;
        object-fit: cover;
        display: block
    }
}

@media screen and (max-width:1120px) {
    .Activities-cards-component {
        width: 100%
    }

    .card__container {
        width: 100%
    }
}

@media(max-width:1750px) {
    .card__container {
        max-width: 850px
    }

    .card__data {
        height: 12rem
    }
}

@media(max-width:1560px) {
    .card__container {
        max-width: 820px
    }

    .card__data {
        height: 13rem
    }
}

@media(max-width:1520px) {
    .card__container {
        max-width: 780px
    }

    .card__data {
        height: 11.5rem
    }
}

@media(max-width:1385px) {
    .card__container {
        max-width: 720px
    }

    .card__data {
        height: 12rem
    }
}

@media(max-width:1305px) {
    .card__container {
        max-width: 670px
    }

    .card__data {
        height: 13rem
    }
}

@media(max-width:1220px) {
    .card__container {
        max-width: 800px
    }
}

.arrow-holder-left,
.arrow-holder-right {
    background-color: var(--lightt-color);
    font-size: 1rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: .5rem;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 10
}

.arrow-holder-left:hover,
.arrow-holder-right:hover {
    cursor: pointer
}

.arrow-left-section {
    margin-right: -3%
}

.arrow-right-section {
    margin-left: -3% Bruce
}

@media(max-width:1120px) {
    .arrow-left-section {
        margin-right: -6%
    }

    .arrow-right-section {
        margin-left: -6%
    }
}

@media(max-width:720px) {

    .arrow-holder-left,
    .arrow-holder-right {
        font-size: 15px;
        padding: .25rem;
        width: 30px;
        height: 30px
    }
}

@media(max-width:545px) {
    .arrow-left-section {
        margin-right: -9%
    }

    .arrow-right-section {
        margin-left: -9%
    }
}

@media(max-width:480px) {
    .Activities-container {
        margin-top: 0
    }
}

@media(max-width:450px) {
    .arrow-left-section {
        margin-right: -10%
    }

    .arrow-right-section {
        margin-left: -10%
    }
}

@media(max-width:400px) {
    .arrow-left-section {
        margin-right: -13.5%
    }

    .arrow-right-section {
        margin-left: -13.5%
    }
}

@media(max-width:330px) {
    .arrow-left-section {
        margin-right: -18%
    }

    .arrow-right-section {
        margin-left: -18%
    }
}

@media(min-width:2200px) {
    .arrow-left-section {
        margin-right: -1%
    }

    .arrow-right-section {
        margin-left: -1%
    }
}

@media(max-width:1220px) {
    .Activities-subcontainer-1 {
        margin-left: -2%
    }
}

@media(max-width:1080px) {
    .Activities-subcontainer-1 {
        margin-left: -1%
    }
}

@media(min-width:1950px) {
    .card__article {
        height: 18vh;
        width: 20vw
    }

    .container {
        width: 40vw
    }
}

.live-counter-section {
    padding: 80px 20px;
    background: var(--deep-bg);
    background-color: #2e2318;
    color: #fffeef;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 50px
}

.live-counter-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.counter-item {
    text-align: center;
    flex: 1;
    min-width: 200px
}

.counter-number {
    font-family: 'Poiret One', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #c9a63c;
    display: block;
    margin-bottom: 5px
}

.counter-label {
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .8
}

.counter-divider {
    width: 2px;
    height: 60px;
    background: rgba(201, 166, 60, .3);
    margin: auto 0
}

@media (max-width:768px) {
    .counter-divider {
        display: none
    }

    .live-counter-grid {
        gap: 30px;
        flex-direction: column;
        align-items: center
    }

    .counter-item {
        margin-bottom: 20px
    }

    .counter-number {
        font-size: 2.5rem
    }
}

* {
    margin: 0;
    padding: 0
}

.Feedback-contianer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 8vw;
    padding-right: 8vw;
    gap: 4%;
    margin-top: 1%
}

.Feedback-subcontainer-1 {
    flex: 1;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 1vw
}

.Feedback-subcontainer-2 {
    flex: 1;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center
}

.Feedback-container-topper-text {
    color: var(--header-topper-text-color);
    font-family: 'Montserrat', sans-serif;
    font-size: var(--fs-section-topper);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600
}

.Feedback-header-text {
    color: var(--header-text);
    font-family: 'Poiret One', sans-serif;
    font-size: var(--fs-section-h2);
    font-weight: 300
}

.Feedback-header-text-2 {
    color: #000000 !important;
    font-family: 'Quicksand', sans-serif;
    font-size: var(--fs-lead-p);
    font-weight: 500
}

.Feedback-header-bottom-text {
    color: var(--header-bottom-text);
    font-family: "Poppins", sans-serif;
    font-size: var(--fs-lead-p);
    margin-top: 8px
}

.Feedback-section-1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-left: -5vw
}

.Feedback-section-2 {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.Feedback-content-container-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: var(--lightt-color);
    width: fit-content;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.Feedback-content-container-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: var(--dark-color);
    width: fit-content;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.Feedback-content-container-1,
.Feedback-content-container-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 230px;
    max-height: 230px;
    width: fit-content;
    border-radius: 20px;
    padding: 20px 35px
}

.Feedback-content-header-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.Feedback-heading {
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: white
}

.Feedback-quote {
    margin-top: -.6vh;
    height: auto;
    width: 25px;
    object-fit: contain
}

.Feedback-content {
    font-size: .865rem;
    font-family: "Poppins", sans-serif;
    color: white;
    display: flex;
    justify-content: center;
    overflow-y: scroll
}

.Feedback-content::-webkit-scrollbar {
    width: 2px;
    height: 2px
}

.Feedback-content::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 5px
}

.Feedback-content::-webkit-scrollbar-thumb:hover {
    background-color: #0056b3
}

.feedback-rating1,
.feedback-rating2 {
    display: inline-block;
    font-size: 20px;
    color: #000000 !important
}

.stars {
    display: flex
}

.star {
    cursor: default
}

@media(min-width:1600px) {
    .Feedback-container {
        padding-left: 10vw;
        padding-right: 10vw
    }

    .Feedback-heading {
        font-size: 1.2vw
    }

    .Feedback-content-container-1,
    .Feedback-content-container-2 {
        min-height: 237px;
        max-height: 237px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px;
        max-width: 19vw
    }

    .Feedback-content {
        font-size: 1vw
    }

    .Feedback-subcontainer-1,
    .Feedback-subcontainer-2 {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media(max-width:1599px) {
    .Feedback-container {
        padding-left: 6vw;
        padding-right: 6vw
    }

    .Feedback-content-container-1,
    .Feedback-content-container-2 {
        min-width: 20vw;
        max-width: 20vw;
        gap: 5px;
        min-height: 230px;
        max-height: 230px;
        min-width: 20vw;
        max-width: 20vw;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px
    }

    .Feedback-content {
        font-size: .95rem
    }

    .Feedback-subcontainer-1,
    .Feedback-subcontainer-2 {
        padding-top: 4vh;
        padding-bottom: 4vh
    }
}

@media(max-width:1460px) {
    .Feedback-container {
        height: fit-content
    }

    .Feedback-content-container-1,
    .Feedback-content-container-2 {
        min-width: 20vw;
        max-width: 20vw;
        gap: 5px;
        min-height: 230px;
        max-height: 230px;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 20px;
        padding-right: 20px
    }

    .Feedback-content {
        font-size: .9rem
    }

    .Feedback-quote {
        height: 20px
    }

    .Feedback-subcontainer-1,
    .Feedback-subcontainer-2 {
        padding-top: 4vh;
        padding-bottom: 4vh
    }
}

@media(max-width:1245px) {
    .Feedback-container {
        padding-left: 0;
        padding-right: 0
    }

    .Feedback-container {
        height: fit-content
    }

    .Feedback-content-container-1,
    .Feedback-content-container-2 {
        min-width: 20vw;
        max-width: 20vw
    }

    .Feedback-content {
        font-size: .85rem
    }

    .Feedback-subcontainer-1,
    .Feedback-subcontainer-2 {
        padding-top: 4vh;
        padding-bottom: 4vh
    }
}

@media(max-width:1100px) {
    .Feedback-container {
        height: fit-content
    }

    .Feedback-content-container-1,
    .Feedback-content-container-2 {
        min-width: 23vw;
        min-height: 210px;
        max-height: 210px
    }

    .Feedback-content {
        font-size: .85rem
    }
}

@media(max-width:1024px) {
    .Feedback-container {
        height: fit-content
    }

    .Feedback-content-container-1,
    .Feedback-content-container-2 {
        height: auto;
        min-width: 23vw;
        width: fit-content;
        padding-left: 15px;
        padding-right: 15px
    }

    .Feedback-quote {
        margin-top: -.6vh;
        height: 20px
    }

    .Feedback-content {
        font-size: .80rem
    }
}

@media(max-width:999px) {
    .Feedback-contianer {
        flex-direction: column;
        min-height: 40vh;
        padding-top: 30px;
        padding-bottom: 30px;
        gap: 30px
    }

    .Feedback-content-header-section {
        display: flex;
        flex-direction: row
    }

    .Feedback-content-container-1,
    .Feedback-content-container-2 {
        height: auto;
        min-width: 270px;
        width: auto
    }

    .Feedback-content {
        font-size: 1rem
    }

    .Feedback-quote {
        height: 20px
    }

    .Feedback-subcontainer-1,
    .Feedback-subcontainer-2 {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media(max-width:760px) {

    .Feedback-content-container-1,
    .Feedback-content-container-2 {
        min-width: 270px
    }
}

@media(max-width:720px) {
    .Feedback-subcontainer-1 {
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .Feedback-section-1 {
        margin-left: 0
    }
}

.feedback-card__container {
    display: none
}

@media(max-width:655px) {

    .Feedback-content-container-1,
    .Feedback-content-container-2 {
        min-height: 55vw;
        min-width: 110%
    }

    .Feedback-content {
        font-size: 1.1rem
    }

    .Feedback-subcontainer-2 {
        display: flex;
        align-items: center;
        justify-content: center;
        display: none
    }

    .Feedback-section-1 {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }

    .Feedback-section-2 {
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: center
    }

    .feedback-card__container {
        display: block;
        width: 100%;
        margin-left: -4.5%
    }

    .feedback-card__content {
        width: 90%
    }

    .feedback-card__data {
        border-radius: 5vw
    }

    .Feedback-container-topper-text,
    .Feedback-header-bottom-text,
    .Feedback-header-text,
    .Feedback-header-text-2 {
        text-align: center
    }

    .Feedback-subcontainer-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

@media(max-width:510px) {

    .Feedback-container-topper-text,
    .Feedback-header-bottom-text,
    .Feedback-header-text,
    .Feedback-header-text-2 {
        text-align: center
    }

    .Feedback-subcontainer-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .Feedback-content-container-1,
    .Feedback-content-container-2 {
        min-height: 70vw;
        min-width: 110%
    }

    .Feedback-content {
        font-size: 1.05rem
    }
}

@media(min-width:1950px) {

    .Feedback-content-container-1,
    .Feedback-content-container-2 {
        min-height: 15vw;
        max-height: 15vw;
        padding: 1.2vw
    }
}

.Feedback-content-container-1 .Feedback-heading {
    color: #2e2318
}

.Feedback-content-container-1 .Feedback-content {
    color: #2e2318
}

.description-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 4.5%
}

.description-box {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    background-color: var(--dark-color);
    color: #fff;
    border-radius: 20px;
    padding: 20px 40px;
    font-size: 1.25rem;
    line-height: 1.8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    text-align: center
}

@media(max-width:1245px) {
    .description-box {
        font-size: 1.05rem
    }
}

@media(max-width:1100px) {
    .description-box {
        font-size: 1.08rem;
        padding: 20px 20px
    }
}

@media(max-width:500px) {
    .description-box {
        font-size: 1rem
    }

    .description-container {
        padding: 20px;
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:1950px) {
    .description-box {
        font-size: 1.4vw;
        margin-bottom: -1%;
        min-width: 70vw
    }
}