.carousel-parallax-container {
    position: fixed;
    top: 0px;
    z-index: 0;
    height: 100vh;
    width: 100%;
}

.main-body {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 100vh;
}

.main-body * {
    z-index: 1;
}

.swiper {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.zoom-out-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 8s ease-out;
    will-change: transform;
}

.zoom-out-image.animate {
  transform: scale(1);
}


.swiper-button-next,
.swiper-button-prev {
    color: #ffffff !important;
    top: calc((100vh - 150px) / 2 + 150px) !important;
    padding: 0 25px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-pagination-bullet {
    border: 2px solid #fff;
    background-color: transparent !important;
    opacity: 0.7 !important;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px !important;
    pointer-events: auto;
}

.swiper-pagination-bullet-active {
    background: white !important;
    opacity: 1 !important;
}

.toggle-link {
    position: relative;
    display: inline-block;
    color: #a5523a !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: color 0.3s ease;
    font-size: 13px;
}

.toggle-link a {
    color: #a5523a !important;
}

.toggle-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: width 0.3s ease;
}

/* On hover, remove the underline */
.toggle-link:hover::after {
    width: 0;
}



/* make the overlay translucent so the page peeks through */
#floorplan-modal::before {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

#floorplan-modal .uk-modal-close-default.uk-close {
    display: none !important;
}

.uk-modal-dialog {
    background: none;
}

#floorplan-modal.uk-open::before {
    z-index: 9999 !important;
}

#floorplan-modal.uk-open .uk-modal-dialog {
    z-index: 9999 !important;
}

#floorplan-modal.uk-open {
    z-index: 9999 !important;
}

.accomodation-section-one {
    background-color: #a5523a;
    padding-top: 178px;
    padding-bottom: 102px;
}

.accomodation-section-one h1 {
    font-size: 3.875rem;
    letter-spacing: 2px;
    color: #ffffff;
    line-height: 65px;
    margin-bottom: 0;
    margin-block-end: 0;
    text-transform: uppercase;
    text-align: center;
}

.accomodation-section-one h2 {
    font-size: 2.625rem;
    line-height: 36px;
    margin-bottom: 0px;
    margin-inline-start: 0px;
    margin-block-start: 0px;
    color: #ffffff;
    text-align: center;
}

.accomodation-description-section {
    background-color: #efe3d5;
    display: flex;
    justify-content: space-between;
    gap: 120px;
    align-items: center;
    padding: 170px 230px;
}

.accomodation-description-container {
    width: 100%;
}

.accomodation-description-container h3 {
    font-size: 2.625rem;
    line-height: 36px;
    color: #000000;
    margin-bottom: 0px;
}

.price-border-container {
    border: 2px solid #a5523a;
    min-width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0px;
}

.price-border-container h3 {
    font-size: 1.625rem;
    color: #000000;
    text-align: center;
    line-height: normal;
    margin: 0px;
    padding: 0px;
}

.price-border-container p {
    font-size: 1rem;
    line-height: 30px;
    color: #000000B3;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    margin-bottom: 0px;
}

.price-border-content-container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.uk-grid.studio-icon-parent-container {
    margin-left: -20px !important;
}

.studio-icons-container {
    padding-left: 0px;
}

.studio-amenities-section {
    padding: 160px 230px 80px 230px;
    background-color: #ffffff;

}

.studio-amenities-section h3 {
    font-size: 2.625rem;
    line-height: 36px;
    color: #000000;
    margin-bottom: 0px;
}

.icons-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 50px;
    margin-top: 57px;
    max-width: 70%;
}

.icons-grid .icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    font-size: 1rem;
    color: #8d4b29;
    height: 0px;
}

.column-one,
.column-two {
    flex: 1;
    min-width: 0;
}

.studio-amenties-container-two {
    margin-top: 142px;
}

.amenties-inner-container {
    display: flex;
    justify-content: space-between;
    column-gap: 118px;
}

.amenties-inner-container p {
    font-size: 1rem;
    line-height: 22px;
    color: #000000B3;
    font-weight: 400;
    font-family: "Montserrat";
    margin-bottom: 30px;
}

.amenties-inner-container .column-one {
    max-width: 65%;
}

.amenties-inner-container .column-two {
    max-width: 35%;
}

.amenties-inner-container .column-one>p:first-child,
.amenties-inner-container .column-two>p:first-child {
    /* margin: 0px 0px 15px 0px; */
    line-height: 20px;
}

.fill-btn {
    margin-top: 32px;
}

.image-grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 50px;
    padding: 50px;
    background-color: #ffffff;
}


.house-rule-section {
    background-color: #efe3d5;
    padding: 160px 230px;
    display: flex;
    gap: 70px;
    justify-content: space-between;
}

.house-rule-section .column-one h2 {
    font-size: 2.625rem;
    line-height: 36px;
    color: #000000;
    margin-bottom: 0px;
}

.house-rule-section .column-one p {
    font-size: 1rem;
    line-height: 22px;
    color: #000000B3;
    font-weight: 400;
    font-family: "Montserrat";
    margin-bottom: 30px;
}

.house-rule-section .column-two h2 {
    font-size: 2.625rem;
    line-height: 36px;
    color: #000000;
    margin-bottom: 0px;
}

.house-rule-section .column-two .heading-2 {
    margin-top: 124px;
}

.house-rule-section .column-two p {
    font-size: 1rem;
    line-height: 22px;
    color: #000000B3;
    font-weight: 400;
    font-family: "Montserrat";
    margin-bottom: 30px;
}

.house-rule-section .column-two .paragraph-container p {
    font-size: 1rem;
    line-height: 22px;
    color: #000000B3;
    font-weight: 400;
    font-family: "Montserrat";
    max-width: 635px;
    margin-bottom: 30px;
}

.house-rule-section .first-child {
    line-height: 22px !important;
    margin-bottom: 30px !important;
}

.varusha-south-section {
    padding: 130px 230px 0px 230px;
    background-color: #ffffff;
}

.varusha-south-section h2 {
    font-size: 2.625rem;
    line-height: 36px;
    color: #000000
}

.varusha-south-section p {
    font-size: 1rem;
    line-height: 25px;
    color: #000000B3;
    font-weight: 400;
    font-family: "Montserrat";
    margin: 20px 0px 0px 0px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    justify-items: center;
    padding: 100px 50px;
    background-color: #ffffff;
}

.grid-container .card {
    position: relative;
}

.grid-container .card p {
    text-align: center;
    font-size: 1.0625rem;
    line-height: 25px;
    color: #000000B3;
    font-weight: 400;
    font-family: "Montserrat";
    margin-top: 37px;
    margin-bottom: 0px;
}

.grid-container .card img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
    aspect-ratio: 1/1;

}

.image-cnt {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.image-cnt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-cnt .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EFE2D540;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.image-cnt:hover .overlay {
    opacity: 0;
}

#link-img-text {
    font-size: 3.875rem;
    letter-spacing: 2px;
    line-height: 62px;
    color: #ffffff;
    text-align: center;
    margin: auto;
}

.link-pic-container {
    padding: 160px 230px;
    background-color: #efe3d5;
}

.link-pic-container h2 {
    font-size: 2.625rem;
    line-height: 36px;
    color: #000000;
    margin-bottom: 0px;
}

.link-pic-canvas {
    width: 868px;
    height: 578px;
}

#slider-prev-btn,
#slider-next-btn {
    width: 5vw;
    height: 10vh;
}

.large {
    object-fit: cover !important;
}

.small-one {
    object-position: right;
    object-fit: cover;
}

.small-two {
    object-position: right;
    object-fit: cover;
}

.hidden-mobile {
    display: block;
}

#read-more-btn-1 {
    display: none;
}

#read-more-btn-2 {
    display: none;
}

.toggle-link-container {
    margin-bottom: 40px;
}


@media (max-width: 768px) {
    .toggle-link-container {
        margin-bottom: 20px;
    }


    .carousel-parallax-container {
        height: 45vh;
        margin-top: 91px;
    }

    .swiper {
        height: 45vh;
    }

    .main-body {
        top: calc(45vh + 90px);
    }

    .swiper-button-prev,
    .swiper-button-next,
    .swiper-button-prev *,
    .swiper-button-next * {
        display: none !important;
        pointer-events: none !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        padding: 0 15px;
    }

    .swiper-pagination {
        column-gap: 5px;
        bottom: 25px !important;
    }

    .accomodation-section-one {
        margin-top: 0;
        padding: 80px 0px 44px 0px;
    }

    .accomodation-description-section {
        flex-direction: column;
        padding: 80px 30px 90px 30px;
        row-gap: 30px;
    }

    .price-border-container {
        padding: 45px;
        min-width: auto;
    }

    .uk-grid.studio-icon-parent-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        justify-content: center;
        justify-items: center;
        width: 80%;
        margin: auto !important;
    }

    .floor-button {
        margin: auto;
    }
}

@media (max-width: 1334px) {
 .toggle-link {
    margin: auto;
 }
}

@media (min-width: 769px) and (max-width: 1334px) {
    .accomodation-description-section {
        flex-direction: column;
        padding: 170px 130px;
        ;
        row-gap: 30px;
    }

    .uk-grid.studio-icon-parent-container {
        margin: auto !important;
    }
}

@media (min-width: 1090px) and (max-width: 1350px) {
    .accomodation-description-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .accomodation-description-section {
        padding: 160px 80px;
    }

    .studio-amenities-section {
        padding: 160px 80px 80px 80px;
    }

    .house-rule-section {
        padding: 160px 80px;
    }

    .varusha-south-section {
        padding: 130px 80px 0px 80px;
    }

    .link-pic-container {
        padding: 160px 80px;
    }
}

@media only screen and (max-width: 1089px) {

    .carousel-parallax-container {
        height: 55vh;
        margin-top: 91px;
    }

    .swiper {
        height: 55vh;
    }

    .main-body {
        top: calc(55vh + 90px);
    }
    /* accomodation1 */
    /* .accomodation-section-one {
        padding-top: 151px;
        padding-bottom: 114.2px;
        height: auto;
    } */

    .accomodation-section-one {
        margin-top: 0;
        padding: 120px 0px 64px 0px;
    }

    .accomodation-section-one h1 {
        font-size: 2.625rem;
        letter-spacing: 1px;
        line-height: 52px;
        color: #ffffff;
        padding: 0px 10px 0px 10px
    }

    .accomodation-section-one h2 {
        font-size: 2.25rem;
        line-height: 36px;
        color: #ffffff;
    }

    .accomodation-description-container h3 {
        font-size: 2.25rem;
        line-height: 36px;
    }

    .studio-icons-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .studio-amenities-section {
        padding: 80px 30px 0px 30px;
    }

    .studio-amenities-section h3 {
        font-size: 2.25rem;
    }

    .icons-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .studio-amenties-container-two {
        margin-top: 77px;
    }

    .amenties-inner-container .column-one {
        max-width: 100%;
    }

    .amenties-inner-container .column-two {
        max-width: 100%;
    }

    .amenties-inner-container {
        flex-direction: column;
    }

    .amenties-inner-container p {
        line-height: 24px;
        margin-bottom: 38px;
    }

    .amenties-inner-container .column-one>p:first-child,
    .amenties-inner-container .column-two>p:first-child {
        margin: 0px 0px 38px 0px;
        line-height: 24px;
    }

    .image-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px;
    }

    .house-rule-section {
        flex-direction: column;
        row-gap: 0px;
        padding: 80px 30px 40px 30px;
    }

    .house-rule-section .column-one h2 {
        font-size: 2.25rem;
    }

    .house-rule-section .column-two h2 {
        font-size: 2.25rem;
        margin-top: 40px !important;
    }

    .house-rule-section .column-one p {
        line-height: 24px;
        margin-bottom: 38px;
    }

    .house-rule-section .column-two p {
        line-height: 24px !important;
        margin-bottom: 38px !important;
    }

    .house-rule-section .column-two .paragraph-container p {
        line-height: 24px;
    }

    .house-rule-section .first-child {
        line-height: 24px !important;
        margin-bottom: 38px !important;
    }

    .varusha-south-section {
        padding: 10px 30px 20px 30px;
        background-color: #ffffff;
    }

    .grid-container {
        grid-template-columns: auto auto;
        padding: 30px;
        gap: 30px;
    }

    .grid-container .card {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .grid-container .card p {
        font-size: 0.8125rem;
        line-height: 25px;
        margin-top: 11px;
    }

    #link-img-text {
        font-size: 2.625rem;
        line-height: 45px;
        margin-bottom: 0px;
        width: 100%;
    }

    .link-pic-container {
        padding: 80px 30px;
    }

    .link-pic-canvas {
        width: 868px;
        height: 550px;
    }

    .large {
        object-position: center 29%;
        object-fit: cover !important;
        transform: translate(-50%, -50%) scaleY(1.05) !important;
    }

    .small-one {
        aspect-ratio: 1/1;
        object-position: 48% center;
        transform: translate(-50%, -50%) scaleX(1.1) !important;
    }

    .small-two {
        object-position: right !important;
        transform: translate(-50%, -50%) scaleX(1.05) !important;
    }

    .small-two:hover,
    .large:hover,
    .small-one:hover {
        transform: translate(-50%, -50%) scale(1.2) !important;
    }

    .hidden-mobile {
        display: none;
    }

    .show .hidden-mobile {
        display: block;
    }

    #read-more-btn-1,
    #show-less-btn-1 {
        display: block;
        font-size: 0.8125rem;
        line-height: 25px;
        color: #a5523a;
        margin-top: 30px;
        margin-bottom: 0px !important;
    }

    #read-more-btn-2,
    #show-less-btn-2 {
        display: block;
        font-size: 0.8125rem;
        line-height: 25px;
        color: #a5523a;
    }
}





@media (max-width: 768px) {

    .house-rule-section .column-two > h2[data-i18n="accomodation_one.house_rules_section.column_two.header_one"] {
        margin-top: 0 !important;
    }

     .house-rule-section .column-two > h2[data-i18n="accomodation_two.house_rules_section.column_two.header_one"] {
        margin-top: 0 !important;
    }

    .toggle-link {
        margin: auto;
    }

    .swiper-pagination {
        display: none !important;
    }


}
