.cloud39-page.new-layout *{
    /*font-family: "ador-hairline", sans-serif;*/
	font-weight:300!important; 
}
html[lang="zh-CN"] .cloud39-page.new-layout *,
html[lang="zh-HK"] .cloud39-page.new-layout *{
    font-family: "Helvetica Neue", "Noto Sans TC", "Noto Sans SC", sans-serif;
}
.cloud39-page.new-layout .cloud39-hotel-section .section-first-title,
.cloud39-page.new-layout .cloud39-hotel-section .section-second-title,
.cloud39-page.new-layout .genral_section .top-content .section-title,
.cloud39-page.new-layout .book-event-section .form-main-title,
.cloud39-page.new-layout .exquisite-form-section .main-heading {
    /*font-family: "ivyora-display", sans-serif;*/
    font-weight: 100;
    letter-spacing: 0;
}
.cloud39-page.new-layout .floorplan-button-wrapper .btn,
.cloud39-page.new-layout .book-event-section .contact-form-wrapper .wpcf7 input[type="submit"].submit-btn,
.cloud39-page.new-layout .floorplan-item .item-label{
    font-weight: 500;
}
.cloud39-page.new-layout .cloud39-hotel-section .content-layout .event-info .info-item .item-value,
.cloud39-page.new-layout .cloud39-hotel-section .content-layout .event-info .info-title,
.cloud39-page.new-layout .exquisite-form-section .sub-heading,
.cloud39-page.new-layout .interactive-section .section-content-wrapper .pagination,
.cloud39-page.new-layout .interactive-section .section-content-wrapper .text-content h2,
.cloud39-page.new-layout .interactive-section .section-content-wrapper .text-content p,
.cloud39-page.new-layout .genral_section .top-content .section-number,
.cloud39-page.new-layout .genral_section .top-content .section-subtitle,
.cloud39-page.new-layout .genral_section .bottom-content .bottom-title,
.cloud39-page.new-layout .genral_section .bottom-content .bottom-description,
.cloud39-page.new-layout .book-event-section .form-description,
.cloud39-page.new-layout .floorplan-item .item-content{
    font-weight: 400;
}
.cloud39-page .image-with-content-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.cloud39-page .image-with-content-wrapper.full_width .image-item {
    width: 100%;
}
.cloud39-page .image-with-content-wrapper.half_width{
    column-gap: 5px;
}
.cloud39-page .image-with-content-wrapper.half_width .image-item {
    width: 50%;
}

.container {
    position: relative;
    max-width: 1464px;
    margin: 0 auto;
    padding: 0 20px;
}
.hero-content .container {
    z-index: 2;
}

.cloud39-hero-section {
    position: relative;
    overflow: hidden;
}

.cloud39-hero-section .hero-content-video {
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9;
}

.cloud39-hero-section .hero-content-video.loaded {
    opacity: 1;
}

.cloud39-hero-section .hero-content-video video {
    display: block;
    width: 100%;
    height: 612px;
}

.cloud39-hero-section .hero-content {
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 43px 0;
    z-index: 10;
}

.cloud39-hero-section .hero-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,  rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.4) 86.63%);
    z-index: 1;
}

.cloud39-hero-section .hero-content .container {
    height: 100%;
}

.cloud39-hero-section .hero-content .page-title {
    display: flex;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    align-items: end;
    justify-content: left;
}

.cloud39-hotel-section {
    position: relative;
    padding-top: 100px;
    background-image: url('../images/background-hotel-section.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.cloud39-hotel-section:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1546px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #EEE9E4 20.92%, rgba(148, 168, 191, 0.5) 75.55%, rgba(34, 81, 137, 0) 101.26%);
    z-index: 0;
}

.cloud39-hotel-section .container {
    position: static;
}

.cloud39-hotel-section .section-logo {
    text-align: center;
    margin-bottom: 65px;
    position: relative;
}

.cloud39-hotel-section .section-logo img {
    max-width: 160px;
}

.cloud39-hotel-section .section-first-title {
    opacity: 0;
    color: #2D2D2D;
    font-weight: 200;
    font-size: 100px;
    line-height: 120px;
    letter-spacing: 1.5px;
    text-align: left;
    padding-left: 88px;
    transform: translate3d(-100%, 0, 0);
    transition: all 1.5s ease-in-out;
}

.cloud39-hotel-section .section-first-title.animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.cloud39-hotel-section .section-second-title {
    opacity: 0;
    color: #2D2D2D;
    font-weight: 200;
    font-size: 100px;
    line-height: 120px;
    letter-spacing: 2px;
    text-align: right;
    padding-right: 88px;
    transform: translate3d(100%, 0, 0);
    transition: all 1.5s ease-in-out;
}

.cloud39-hotel-section .section-second-title.animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.cloud39-hotel-section .section-description {
    color: #2D2D2D;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    max-width: 450px;
    margin-left: auto;
    padding-right: 88px;
    margin-top: 6px;
}

.cloud39-hotel-section .section-description p {
    margin: 0;
}

.cloud39-hotel-section .section-description p+p {
    margin-top: 29px;
}

.cloud39-hotel-section .content-layout {
    position: relative;
    padding-top: 288px;
    text-align: center;
    min-height: 1225px;
}

.cloud39-hotel-section.hide-clouds .content-layout {
    padding-top: 120px;
    min-height: 1085px;
}

.cloud39-hotel-section .content-layout .building-image {
    position: relative;
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
}
.cloud39-hotel-section .content-layout .building-image .building-image-inner {
    position: relative;
}
.cloud39-hotel-section .content-layout .building-image img.zoom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cloud39-hotel-section .content-layout .building-image img.default {
    opacity: 0;
}
.cloud39-hotel-section .clouds .cloud-4 {
    content: '';
    position: absolute;
    display: block;
    width: 280px;
    height: 152px;
    bottom: 806px;
    left: 49%;
    transform: translateX(calc(-65% - 48px));
    background-image: url('../images/cloud-4.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: 0s linear;
    z-index: 1;
}

.cloud39-hotel-section .content-layout .building-image img {
    width: 199px;
    transition: 0s linear;
}

.cloud39-hotel-section.hide-clouds .content-layout .building-image img {
    transform-origin: top;
    transform: scale(2.35);
}

.cloud39-hotel-section .clouds .cloud-2 {
    content: '';
    position: absolute;
    display: block;
    width: 198px;
    height: 107px;
    bottom: 1082px;
    right: 50%;
    transform: translateX(calc(50%  + 131px));
    background-image: url('../images/cloud-2.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: 0s linear;
}

.cloud39-hotel-section .content-layout .event-info.left-column {
    position: absolute;
    display: block;
    left: 0;
    top: 276px;
    width: 100%;
    max-width: 428px;
}

.cloud39-hotel-section .content-layout .event-info .info-title {
    color: #FFFFFF;
    
    font-weight: 300;
    font-size: 35px;
    line-height: 45px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
}

.cloud39-hotel-section .content-layout .event-info .info-item {
    border-top: 1px solid #FFFFFF80;
    margin-bottom: 30px;
}

.cloud39-hotel-section .content-layout .event-info .info-item .item-label {
    color: #FFFFFF;
    
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    vertical-align: middle;
    text-align: left;
    margin: 18px 0 10px;
}

.cloud39-hotel-section .content-layout .event-info .info-item .item-value {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    margin: 0;
}

.cloud39-hotel-section .content-layout .event-info.left-column .info-item:last-child {
    margin: 0;
}

.cloud39-hotel-section .content-layout .event-info.right-column {
    position: absolute;
    right: 0;
    top: 305px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 428px;
    z-index: 1;
}

.cloud39-hotel-section .content-layout .event-info.right-column .item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 428px;
}

.cloud39-hotel-section .content-layout .event-info.right-column .item.capacity .info-item {
    margin-bottom: 35px;
}

.cloud39-hotel-section .content-layout .event-info.right-column .item.celing .info-item {
    width: 100%;
    margin-bottom: 60px;
}

.cloud39-hotel-section .content-layout .event-info.right-column .info-title {
    width: 100%;
}

.cloud39-hotel-section .content-layout .event-info.right-column .info-item {
    width: calc(50% - 15px);
}

.cloud39-hotel-section .content-layout .event-info.right-column .info-item .item-value {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.cloud39-hotel-section .clouds .cloud-3 {
    position: absolute;
    display: block;
    width: 533.68px;
    height: 290px;
    bottom: 1081px;
    right: -218px;
    background-image: url('../images/cloud-3.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: 0s linear;
}

.cloud39-hotel-section .clouds {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.cloud39-hotel-section.hide-clouds .clouds {
    top: 170px;
    transition: 0s linear;
}

.cloud39-hotel-section .clouds .cloud-8 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/cloud-8.png');
    background-position: center bottom 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.cloud39-hotel-section .clouds .cloud-6 {
    content: '';
    position: absolute;
    display: block;
    width: 317px;
    height: 172px;
    left: 745px;
    bottom: 441px;
    background-image: url('../images/cloud-6.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: 0s linear;
}

.cloud39-hotel-section .clouds .clouds-center {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.cloud39-hotel-section .clouds .cloud-1 {
    position: absolute;
    display: block;
    bottom: 813px;
    width: 533.6789px;
    height: 290.338px;
    left: -195px;
    background-image: url('../images/cloud-1.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: 0s linear;
}

.cloud39-hotel-section .clouds .cloud-7 {
    content: '';
    position: absolute;
    display: block;
    width: 929px;
    height: 505px;
    right: 98px;
    bottom: 244px;
    background-image: url('../images/cloud-7.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: 0s linear;
}

.cloud39-hotel-section .clouds .cloud-5 {
    content: '';
    position: absolute;
    display: block;
    width: 533px;
    height: 290px;
    left: 462px;
    bottom: 442px;
    background-image: url('../images/cloud-5.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: 0s linear;
}

.cloud39-hotel-section.hide-clouds  .content-layout .building-image:before {
    left: -100%;
}

.cloud39-hotel-section.hide-clouds .content-layout .building-image:after {
    right: -100%;
}

.cloud39-hotel-section.hide-clouds .clouds:before {
    right: -100%;
}

.cloud39-hotel-section.hide-clouds .clouds:after {
    left: -100%;
}

.cloud39-hotel-section.hide-clouds .clouds .clouds-bottom:before {
    left: -100%;
}

.cloud39-hotel-section.hide-clouds .clouds .clouds-center:before {
    right: -100%;
}

.cloud39-hotel-section.hide-clouds .clouds .clouds-center:after {
    left: -100%;
}

/* Popup */
.popup-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background-image: url('../images/popup-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.show-mobile{
    display: none !important;
}
.popup-overlay.active {
    display: flex;
}
  
.popup-content {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 90%;
    width: 600px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
    text-align: center;
}
  
.close-btn {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
}
  
.popup-content .img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0;
}

.btn-close{
    background-image: url('../images/close.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    padding: 0;
}

.modal-header{
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1001;
    background-image: url(../images/popup-background.jpg);
    width: 100%;
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.modal-dialog{
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 80px 0 50px;
}

.modal-body{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

body.floorplan-popup-open {
    overflow: hidden;
}

.floorplan-item{
    display: flex;
    gap: 25px;
    padding: 16px 0;
    /* border-top: 1px solid #2D2D2D33; */
    border-bottom: 1px solid rgba(45, 45, 45, 0.2);
}

.floorplan-item:first-child{
    border-top: none;
}
.floorplan-button-wrapper {
    width: 100%;
    display: flex;
    gap: 24px;
}
.floorplan-button-wrapper .btn{
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    backdrop-filter: blur(50px);
    padding: 13px 0px;
    box-sizing: border-box;
    background-color: transparent;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.floorplan-button-wrapper .btn:hover{
    background-color: #FFFFFF;
    color: #2D2D2D;
}

.floorplan-item .item-label{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    width: 100%;
    max-width: 120px;
}

.floorplan-item .item-content{
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}

.floorplan-item .grid-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 35px;
    width: calc(100% - 145px);
}

.floorplan-item .grid-list .grid-item-label{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}

.floorplan-item .grid-list .grid-item-content{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}

.floorplan-image{
    width: 100%;
    max-width: 538px;
}
.floorplan-image img {
    max-width: 100%;
}
.floorplan-content{
    width: 40%;
    max-width: 420px;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
}

.exquisite-form-section {
    position: relative;
    padding: 200px 0 195px;
    background: #EBE3DA;
    overflow: hidden;
}

.exquisite-form-section:before {
    content: '';
    position: absolute;
    display: none;
    width: 5px;
    height: 5px;
    top: 145px;
    left: 30.4%;
    background-color: #FFFFFF;
    border-radius: 50%;
    transform: rotate(-34.34deg);
}

.exquisite-form-section:after {
    content: '';
    position: absolute;
    display: none;
    width: 9px;
    height: 9px;
    top: 250px;
    right: 8.9%;
    background-color: #FFFFFF;
    border-radius: 50%;
    transform: rotate(-34.34deg);
}

.exquisite-form-section .dots-white {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.exquisite-form-section .dots-white:before {
    content: '';
    position: absolute;
    display: none;
    width: 9px;
    height: 9px;
    left: 13.63%;
    bottom: 286px;
    background-color: #FFFFFF;
    border-radius: 50%;
    transform: rotate(-34.34deg);
}

.exquisite-form-section .dots-white:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 1121px;
    top: auto;
    bottom: -478px;
    left: 0;
    background-image: url('../images/EXQUISITE-FORM-left.svg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.exquisite-form-section .section-background {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.exquisite-form-section .section-background:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    max-width: 530px;
    height: 960px;
    top: auto;
    bottom: -576px;
    right: 0px;
    background-image: url('../images/EXQUISITE-FORM-right-top.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.exquisite-form-section .section-background:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    max-width: 956px;
    height: 1148px;
    top: auto;
    bottom: -856px;
    right: 0;
    background-image: url('../images/EXQUISITE-FORM-right-bottom.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.exquisite-form-section .sub-heading {
    color: #2D2D2D;
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin: 0;
}

.exquisite-form-section .main-heading {
    color: #2D2D2D;
    
    font-weight: 200;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 1.1px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.interactive-section {
    position: relative;
    width: 100%;
    min-height: 900px;
    overflow: hidden;
    background-color: #f0f0f0;
}

.interactive-section .section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.02);
    transition: all 1.5s cubic-bezier(0.28, 0.1, 0.75, 0.99);
    z-index: 1;
}

.interactive-section .overlay-animation {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #403a3486;
    z-index: 2;
}

.interactive-section .overlay-animation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #403a3440;
    transition: all 0.3s linear;
    z-index: 3;
}

.interactive-section .overlay-animation.active {
    animation: overlay-animation 1.3s cubic-bezier(0.53, 0.51, 0.39, 1.14);
}

.interactive-section .overlay-animation.active::before {
    animation: overlay-background-animation 1.3s cubic-bezier(0.53, 0.51, 0.39, 1.14);
}

.interactive-section .overlay-animation.hide {
    opacity: 0;
    transition: none;
}

@keyframes overlay-animation {
    0% {
        opacity: 0;
        left: 0;
    }
    60% {
        opacity: 0.8;
    }
    85% {
        opacity: 0.95;
    }
    100% {
        opacity: 1;
        left: -100%;
    }
}

@keyframes overlay-background-animation {
    0% {
        background-color: #413b3540;
    }
    80% {
        background-color: #403a3466;
    }
    90% {
        background-color: #403a34;
    }
    100% {
        background-color: #403a34;
    }
}

.interactive-section .section-content-wrapper {
    display: flex;
    position: relative;
    height: 1000vh;
    max-height: 900px;
    justify-content: space-between;
    z-index: 3;
}

.interactive-section .section-content-wrapper .thumbnail-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100px;
    padding-right: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.interactive-section .section-content-wrapper .thumbnail-item {
    width: 100px;
    height: 88px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.interactive-section .section-content-wrapper .thumbnail-item:hover, 
.interactive-section .section-content-wrapper .thumbnail-item.active {
    opacity: 1;
}

.interactive-section .section-content-wrapper .thumbnail-item img {
    width: 110px;
    height: 88px;
    object-fit: cover;
    object-position: center;
    margin-left: -6px;
}

.interactive-section .section-content-wrapper .active-indicator {
    position: absolute;
    top: 0;
    left: -10px;
    width: 120px;
    height: 120px;
    border: 1.2px solid white;
    box-sizing: border-box;
    transition: top 0.3s ease-in-out;
    pointer-events: none;
}

.interactive-section .section-content-wrapper .main-content-panel {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    max-width: 350px;
}

.interactive-section .section-content-wrapper .main-image-container {
    width: 350px;
    height: 360px;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.interactive-section .section-content-wrapper .point-item {
    display: flex;
    width: 100%;
    height: 1px;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.interactive-section .section-content-wrapper .point-item .point {
    display: block;
    width: 100%;
    max-width: 32px;
    height: 1px;
    background: #FFFFFF66;
}

.interactive-section .section-content-wrapper .point-item .point.active {
    background: #FFFFFF;
}

.interactive-section .section-content-wrapper .main-image-container.visible {
    opacity: 1;
}

.interactive-section .section-content-wrapper #main-large-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.interactive-section .section-content-wrapper .text-content {
    opacity: 1;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    transition: opacity 0.5s ease-in-out;
}

.interactive-section .section-content-wrapper .text-content.visible {
    opacity: 1;
}

.interactive-section .section-content-wrapper .text-content h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
}

.interactive-section .section-content-wrapper .text-content p {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.interactive-section .section-content-wrapper .pagination {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    text-align: right;
    margin-bottom: 60px;
}

.genral_section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #e0e0e0;
}

.genral_section .main-content{
    position: relative;
    overflow: hidden;
    padding: 120px 0 142px;
}

.genral_section .container {
    position: relative;
    z-index: 1;
}

.genral_section .top-content {
    text-align: center;
    margin-bottom: 183px;
    color: #fff;
}

.genral_section .top-content .section-number {
    color: #FFFFFF;
    
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 50px;
}

.genral_section .top-content .section-subtitle {
    display: flex;
    
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 31px;
}

.genral_section .top-content .section-subtitle:before {
    content: '';
    display: block;
    width: 1px;
    height: 135px;
    margin-bottom: 31px;
    background-color: #FFFFFF;
}

.genral_section .top-content .section-title {
    letter-spacing: 2px;
    
    font-weight: 200;
    font-size: 90px;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.genral_section .middle-image {
    margin-bottom: 182px;
    transition: 0.5s ease;
}

.genral_section .middle-image.scale-image {
    transform: scale(1.13);
    transition: 1s ease;
}

.genral_section .middle-image img {
    display: block;
    width: 100%;
    height: auto;
}

.genral_section .bottom-content {
    position: relative;
    display: flex;
    padding: 0;
    color: #FFFFFF;
    text-align: left;
    flex-wrap: wrap;
}

.genral_section .swiper-button-prev,
.genral_section .swiper-button-next{
    opacity: 0;
    transition: opacity 0.3s ease 0.3s;
}

.genral_section .scale-image .swiper-button-prev,
.genral_section .scale-image .swiper-button-next{
    opacity: 1;
}

.genral_section .swiper-button-prev:after,
.genral_section .swiper-button-next:after{
    content: '';
    width: 22px;
    height: 42px;
    background-image: url('../images/arrow-slider.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.genral_section .swiper-button-prev:after{
    transform: rotate(180deg);
    background-position: right center;
}

.genral_section .swiper-button-prev{
    left: 60px;
}

.genral_section .swiper-button-next{
    right: 60px;
}

.genral_section .bottom-content .bottom-title {
    width: 52%;
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    margin: 0;
}

.genral_section .bottom-content .bottom-description {
    width: 48%;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}

.genral_section .bottom-content .bottom-description p {
    margin: 0;
}

.genral_section .bottom-content .bottom-description p+p {
    margin-top: 30px;
}

.genral_section .bottom-content .buttons {
    display: flex;
    width: 100%;
    max-width: 48%;
    margin-left: auto;
    gap: 40px;
    flex-wrap: wrap;
}

.genral_section .bottom-content .buttons .btn {
    display: inline-flex;
    padding: 14px 35px 12px;
    text-decoration: none;
    
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(50px);
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    border-radius: 100px;
    align-items: center;
}

.genral_section .bottom-content .buttons .btn:hover {
    background-color: #FFFFFF40;
}

.genral_section .next-sections {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
    gap: 5px;
    z-index: 1;
}

.genral_section.romance-paradise-section .next-sections {
    background: linear-gradient(360deg, #003470 5.39%, #8887A0 94.11%);
}

.genral_section.twilight-meet-section .next-sections {
    background: linear-gradient(360deg, #976E49 5.39%, #070E17 94.11%);
}

.genral_section.majestic-soiree-section .next-sections {
    background: linear-gradient(360deg, #9DB0BA 5.39%, #4D3C2A 94.11%);
}

.genral_section .next-sections .secondary-content-left {
    position: relative;
    flex: 0 0 calc(50% - 5px / 2);
    max-width: calc(50% - 5px / 2);
    height: 100%;
}

.genral_section .next-sections .secondary-content-right {
    position: relative;
    flex: 0 0 calc(50% - 5px / 2);
    max-width: calc(50% - 5px / 2);
    height: 100%;
}

.genral_section .next-sections img {
    display: block;
    width: 100%;
    height: auto;
}

.genral_section .next-sections .secondary-content {
    opacity: 0;
    position: absolute;
    display: block;
    width: 760px;
    height: auto;
    max-width: 85.64%;
    left: 50%;
    bottom: 55px;
    background: #FFFFFF1A;
    backdrop-filter: blur(50px);
    padding: 6px 20px;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    transition: opacity 0.3s ease;
}

.genral_section .next-sections>div:hover .secondary-content {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.romance-paradise-section .section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/background_Romance_Paradise.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.twilight-meet-section .section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/background_twilight_meet.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.majestic-soiree-section .section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/background_majestic_soiree.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.book-event-section {
    position: relative;
    width: 100%;
    min-height: 700px;
    background-color: #9DB0BA;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 140px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.book-event-section .form-section-container {
    width: 100%;
    max-width: 1464px;
}

.book-event-section .form-header {
    text-align: center;
    margin-bottom: 75px;
    color: #2D2D2D;
}

.book-event-section .form-main-title {
    
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.book-event-section .form-description {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.book-event-section .contact-form-wrapper .wpcf7 {
    position: relative;
}

.book-event-section .contact-form-wrapper .wpcf7 .wpcf7-form {
    position: relative;
    margin: 0;
}

.book-event-section .contact-form-wrapper .form-row-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.book-event-section .contact-form-wrapper .form-column {
    position: relative;
    flex: 1;
    min-width: 250px;
}

.book-event-section .contact-form-wrapper .full-width-field {
    position: relative;
    width: 100%;
}

.book-event-section .contact-form-wrapper .full-width-field .wpcf7-form-control-wrap{
    width: 100%;
}

.book-event-section .contact-form-wrapper .wpcf7 label {
    pointer-events: none;
    position: absolute;
    top: 35px;
    left: 30px;
    display: inline-block;
    width: auto;
    color: #2D2D2D;
    
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    z-index: 1;
}

.book-event-section .contact-form-wrapper .full-width-field label {
    top: 34px;
}

.book-event-section .contact-form-wrapper .wpcf7 label.focus {
    display: none;
}

.book-event-section .contact-form-wrapper .wpcf7 label em {
    color: #FF0000;
}

.book-event-section .contact-form-wrapper .wpcf7 input[type="text"],
.book-event-section .contact-form-wrapper .wpcf7 input[type="email"],
.book-event-section .contact-form-wrapper .wpcf7 input[type="tel"],
.book-event-section .contact-form-wrapper .wpcf7 input[type="date"],
.book-event-section .contact-form-wrapper .wpcf7 input[type="number"],
.book-event-section .contact-form-wrapper .wpcf7 textarea,
.book-event-section .contact-form-wrapper .wpcf7 select {
    appearance: none;
    opacity: 1;
    width: 100%;
    min-height: 70px;
    padding: 20px 29px;
    background: #FFFFFF;
    color: #2D2D2D;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 0 !important;
}

.book-event-section .contact-form-wrapper .wpcf7 select {
    background-image: url('../images/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 29px center;
    background-size: 14px 7px;
}

.book-event-section .contact-form-wrapper .wpcf7 input::-webkit-outer-spin-button,
.book-event-section .contact-form-wrapper .wpcf7 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.book-event-section .contact-form-wrapper .wpcf7 .wpcf7-not-valid-tip {
    display: inline-block;
    padding: 0 10px;
    color: #FFFFFF;
    background: #AD0000;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}
div.wpcf7-response-output {
    margin: 40px 0 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #2D2D2D;
    padding: 5px 15px;
    color: #2D2D2D;
}
div.wpcf7-validation-errors {
    border: 1px solid #AD0000;
    color: #AD0000;
}
form.wpcf7-form.invalid div.wpcf7-validation-errors,
form.wpcf7-form.sent div.wpcf7-mail-sent-ok {
    display: inline-block !important;
}
/* Firefox */
.book-event-section .contact-form-wrapper .wpcf7 input[type=number] {
  -moz-appearance: textfield;
}

/* .book-event-section .contact-form-wrapper input[type="date"]::-webkit-inner-spin-button,
.book-event-section .contact-form-wrapper input[type="date"]::-webkit-calendar-picker-indicator,
.book-event-section .contact-form-wrapper input[type=date]::-webkit-datetime-edit-text,
.book-event-section .contact-form-wrapper input[type="date"]::-webkit-datetime-edit-year-field,
.book-event-section .contact-form-wrapper input[type="date"]::-webkit-datetime-edit-month-field,
.book-event-section .contact-form-wrapper input[type="date"]::-webkit-datetime-edit-day-field {
    display: none;
    -webkit-appearance: none;
} */

.book-event-section .contact-form-wrapper .wpcf7 textarea {
    width: 100%;
    min-height: 120px;
    max-height: 148px;
    resize: vertical;
    padding: 20px 29px !important;
}

.book-event-section .contact-form-wrapper .contact-preference-group {
    margin-top: 36px;
    margin-bottom: 36px;
    color: #2D2D2D;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.book-event-section .contact-form-wrapper .contact-preference-group p {
    margin: 0;
}

.book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-form-control-wrap {
    display: block;
    margin-top: 20px;
}

.book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-list-item {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-right: 60px;
}

.book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-list-item input[type="radio"] {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    z-index: 1;
}

.book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-list-item-label {
    position: relative;
    display: flex;
    color: #2D2D2D;
    
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    gap: 20px;
}

.book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-list-item-label:before {
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #2D2D2D;
    border-radius: 50%;
}

.book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-list-item-label:after {
    opacity: 0;
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    top: 9px;
    left: 4px;
    background: #2D2D2D;
    border-radius: 50%;
}

.book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label:after {
    opacity: 1;
}

.book-event-section .contact-form-wrapper .submit-button-container {
    text-align: right;
    margin-right: -20px;
}

.book-event-section .contact-form-wrapper .wpcf7 input[type="submit"].submit-btn {
    width: 100%;
    max-width: 158px;
    background-color: transparent;
    color: #2D2D2D;
    padding: 14px 40px 12px;
    border-radius: 200px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: 1px solid #2D2D2D;
}

.book-event-section .contact-form-wrapper .wpcf7 input[type="submit"].submit-btn:hover {
    color: #FFFFFF;
    background-color: #2D2D2D;
}
@media (min-width: 1930px) {
    .cloud39-hero-section .hero-content-video video {
        display: block;
        width: 100%;
        height: 28vw;
    }
}
@media (min-width: 1281px){
    .floorplan-button-wrapper .btn.floorplan-button{
        width: 170px;
    }
    
    .floorplan-button-wrapper .btn.floorplan-button-360{
        width: 234px;
    }    
}
@media (max-width: 1710px) {
    .genral_section .middle-image {
        max-width: 85%;
        margin: 0 auto 182px;
    }
}
@media (max-width: 1500px) {
    .container {
        max-width: 1280px;
    }

    .cloud39-hotel-section .section-first-title {
        padding-left: 0;
    }

    .cloud39-hotel-section .section-second-title {
        padding-right: 0;
    }

    .cloud39-hotel-section .section-description {
        max-width: 470px;
        padding-right: 0;
        margin-top: 16px;
    }

    .cloud39-hotel-section.hide-clouds .content-layout {
        padding-top: 260px;
        min-height: 877px;
    }

    .cloud39-hotel-section.hide-clouds .content-layout .building-image img {
        transform: scale(1.8);
    }

    .cloud39-hotel-section .content-layout .event-info.left-column {
        /* bottom: 537px; */
    }

    .cloud39-hotel-section .content-layout .event-info.right-column {
        right: 0px;
        /* bottom: 338px; */
    }

    .cloud39-hotel-section.hide-clouds .clouds {
        top: 98px;
    }

    .exquisite-form-section {
        padding: 159px 0 176px;
    }

    .exquisite-form-section:before {
        left: 30.8%;
    }

    .exquisite-form-section:after {
        right: 9.8%;
    }

    .exquisite-form-section .dots-white:before {
        left: 15.4%;
        bottom: 152px;
    }

    .exquisite-form-section .dots-white:after {
        max-width: 304px;
        height: 805px;
        top: auto;
        bottom: -337px;
    }
    
    .exquisite-form-section .section-background:before {
        max-width: 430px;
        height: 700px;
        top: auto;
        bottom: -416px;
    }

    .exquisite-form-section .section-background:after {
        max-width: 733px;
        height: 830px;
        top: auto;
        bottom: -614px;
        background-size: 100% 100%;
    }

    .interactive-section .section-content-wrapper .thumbnail-panel {
        margin-left: 0;
        margin-bottom: 0;
    }
    
    .interactive-section .section-content-wrapper .main-image-container {
        width: 350px;
    }

    .genral_section .top-content {
        margin-bottom: 188px;
    }

    .genral_section .middle-image {
        max-width: 83%;
        margin: 0 auto 190px;
    }

    .genral_section .bottom-content .bottom-title {
        width: 45.3%;
    }

    .genral_section .bottom-content .bottom-description {
        width: 54.7%;
    }

    .genral_section .bottom-content .buttons {
        max-width: 54.7%;
    }

    .book-event-section .form-section-container {
        max-width: 1280px;
    }

    .book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-list-item {
        margin-right: 58px;
    }
}
@media (max-width: 1279px) {
    .cloud39-hotel-section.hide-clouds .content-layout .building-image img {
        transform: scale(1.5);
    }

    .cloud39-hotel-section .content-layout .event-info.left-column {
        max-width: 315px;
    }

    .cloud39-hotel-section .content-layout .event-info.right-column {
        max-width: 315px;
    }
}
@media (max-width: 1180px) {
    .cloud39-hotel-section .section-first-title {
        padding: 0;
    }

    .cloud39-hotel-section .section-second-title {
        padding: 0;
    }

    .cloud39-hotel-section .section-description {
        padding: 0;
    }

    .exquisite-form-section .dots-white:after {
        max-width: 150px;
        height: 805px;
        top: 233px;
    }

    .exquisite-form-section .section-background:before {
        max-width: 360px;
        height: 1030px;
        top: 415px;
    }

    .exquisite-form-section .section-background:after {
        max-width: 490px;
        height: 985px;
        top: 520px;
    }

    .genral_section .next-sections img {
        max-width: 585px;
    }

    .genral_section .next-sections .secondary-content {
        max-width: 80%;
    }
}
@media (max-width: 1100px) {
    .floorplan-image {
        width: 100%;
        max-width: unset;
        text-align: center;
    }
    .modal-header{
        height: 100px;
    }
    .popup-overlay{
        overflow-y: auto;
        align-items: start;
        padding-bottom: 62px;
    }
    .floorplan-content{
        width: 100%;
        max-width: 578px;
        margin: 60px auto 0;
    }
    .modal-body{
        margin-top: 105px;
    }
}
@media (max-width: 1023px) {
    .cloud39-hotel-section .section-first-title {
        font-size: 70px;
        line-height: 90px;
    }

    .cloud39-hotel-section .section-second-title {
        font-size: 70px;
        line-height: 90px;
    }
}

@media (min-width: 951px) and (max-width: 1280px){
    .floorplan-button-wrapper{
        flex-wrap: wrap;
    }
    .floorplan-button-wrapper .btn.floorplan-button,
    .floorplan-button-wrapper .btn.floorplan-button-360{
        width: 100%;
    }
    .floorplan-button-wrapper .btn.floorplan-button-360{
        margin-top: 0px;
    }
}

@media (max-width: 950px) {
    .cloud39-hotel-section .content-layout {
        display: flex;
        flex-direction: column;
    }

    .floorplan-button-wrapper .btn{
        /* background-color: #FFFFFF;
        color: #2D2D2D; */
        margin-top: 20px;
    }
    
    .floorplan-button-wrapper .btn:hover{
        /* background-color: transparent;
        color: #FFFFFF; */
    }

    .cloud39-hotel-section .content-layout .building-image {
        position: relative;
        padding-top: 86px;
    }

    .cloud39-hotel-section .content-layout .building-image img {
        transform: scale(1.5);
    }

    .cloud39-hotel-section .content-layout .event-info.left-column {
        order: -1;
        position: relative;
        max-width: 100%;
        left: 0;
        top: 0;
        bottom: auto;
        z-index: 1;
    }

    .floorplan-button-wrapper .btn{
        width: 100%;
        padding: 12px 5px 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .cloud39-hotel-section .content-layout .event-info.right-column {
        order: -2;
        position: relative;
        max-width: 100%;
        top: 0;
        left: 0;
        margin-bottom: 40px;
    }

    .cloud39-hotel-section .content-layout .event-info .info-item {
        border-top: 1px solid #FFFFFF80;
        margin-bottom: 50px;
    }
    
    .genral_section .bottom-content .bottom-title {
        width: 35%;
    }

    .genral_section .bottom-content .bottom-description {
        width: 65%;
    }

    .genral_section .bottom-content .buttons {
        max-width: 65%;
    }
    .show-desktop{
        display: none;
    }
    .show-mobile{
        display: flex !important;
    }
}
@media (max-width: 767.98px) {
    .floorplan-image {
        max-width: 350px;
        margin: 0 auto;
    }
    .floorplan-image img{
        width: 100%;
    }
    .floorplan-content{
        max-width: 350px;
    }
    .cloud39-hero-section .hero-content-video {
        top: -10%;
    }

    .cloud39-hero-section .hero-content-video video {
        height: 300px;
    }

    .cloud39-hero-section .hero-content {
        height: 252px !important;
        padding: 18px 0;
        background-size: 100% 288px;
    }

    .cloud39-hero-section .hero-content .page-title {
        font-size: 30px;
        line-height: 40px;
    }

    .cloud39-hotel-section {
        padding-top: 103px;
        background: linear-gradient(0deg, rgba(23, 52, 73, 0.8), rgba(23, 52, 73, 0.8)), url('../images/background-hotel-section-mobile.png');
        background-size: 1225px 2093px;
        background-position: bottom -345px center;
    }

    .cloud39-hotel-section:before {
        height: 853px;
    }

    .cloud39-hotel-section .section-logo {
        margin-bottom: 20px;
    }

    .cloud39-hotel-section .section-logo img {
        max-height: 40px;
    }

    .cloud39-hotel-section .section-first-title {
        font-size: 30px;
        line-height: 40px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0;
    }

    .cloud39-hotel-section .section-second-title {
        font-size: 30px;
        line-height: 40px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0;
    }
    
    .cloud39-hotel-section .section-description {
        margin: auto;
        margin-top: 20px;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }

    .cloud39-hotel-section .content-layout {
        padding-top: 89px;
        min-height: 1132px;
    }

    .cloud39-hotel-section .content-layout .event-info.right-column .item.celing .info-item {
        margin-bottom: 90px;
    }

    .cloud39-hotel-section .content-layout .event-info.right-column {
        margin-bottom: 70px;
    }

    .cloud39-hotel-section .content-layout .event-info .info-title {
        font-size: 25px;
        line-height: 30px;
    }

    .cloud39-hotel-section .content-layout .event-info .info-item {
        border-top: 1px solid #FFFFFF80;
        margin-bottom: 20px;
    }

    .cloud39-hotel-section .content-layout .event-info.right-column .item.capacity .info-item {
        margin-bottom: 20px;
    }

    .cloud39-hotel-section .content-layout .event-info .info-item .item-label {
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0 8px;
    }

    .cloud39-hotel-section .content-layout .event-info .info-item .item-value {
        font-size: 16px;
        line-height: 22px;
    }

    .cloud39-hotel-section .clouds .cloud-4 {
        width: 169px;
        height: 91px;
        bottom: 177px;
        left: 10%;
        transform: translateX(calc(-65% - 48px));
        background-image: url('../images/cloud-4.png');
        background-size: 100% auto;
        z-index: 1;
    }

    .cloud39-hotel-section .clouds .cloud-2 {
        width: 119px;
        height: 65px;
        transform: translateX(calc(50% + 92px));
        background-size: 100% auto;
        z-index: 1;
        bottom: 291px;
        right: 11%;
    }

    .cloud39-hotel-section .content-layout .building-image img {
        transform: scale(1);
        width: 111px;
    }
    .cloud39-hotel-section .clouds .cloud-image {
        transform: none !important;
    }

    .cloud39-hotel-section .content-layout .building-image img.zoom {
        transform: none !important;
    }
    .cloud39-hotel-section .clouds .cloud-3 {
        display: none;
    }

    .cloud39-hotel-section .clouds .cloud-1 {
        display: none;
    }

    .cloud39-hotel-section .clouds .cloud-8 {
        background-size: 115% auto;
        background-position: center bottom;
        transform: translateY(7%) !important;
    }

    .cloud39-hotel-section .clouds .cloud-6 {
        display: none;
    }

    .cloud39-hotel-section .clouds .cloud-7 {
        display: none;
    }

    .cloud39-hotel-section .clouds .cloud-5 {
        display: none;
    }

    .cloud39-hotel-section .clouds .clouds-center {
        display: none;
    }

    .exquisite-form-section {
        padding: 180px 0 196px;
    }

    .exquisite-form-section .dots-white:after {
        max-width: 139px;
        height: 403px;
        top: 25px;
        background-image: url('../images/EXQUISITE-FORM-left-mb.png');
    }

    .exquisite-form-section .section-background:before {
        max-width: 196px;
        height: 210px;
        top: auto;
        bottom: -25px;
        background-image: url('../images/EXQUISITE-FORM-right-top-mb.png');
    }

    .exquisite-form-section .section-background:after {
        max-width: 374px;
        height: 241px;
        top: auto;
        bottom: -24px;
        background-image: url('../images/EXQUISITE-FORM-right-bottom-mb.png');
    }

    .exquisite-form-section .sub-heading {
        font-size: 18px;
        line-height: 24px;
    }

    .exquisite-form-section .main-heading {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0.2px;
        padding: 0 5px;
    }

    .exquisite-form-section:before {
        width: 2px;
        height: 2px;
        top: 162px;
        left: 85px;
    }
    
    .exquisite-form-section:after {
        width: 4px;
        height: 4px;
        top: 347px;
        right: 35px;
    }
    
    .exquisite-form-section .dots-white:before {
        width: 4px;
        height: 4px;
        left: 36px;
        bottom: 238px;
    }

    .interactive-section {
        min-height: 800px;
    }

    .interactive-section .section-content-wrapper {
        height: 100vh;
        max-height: 800px;
        justify-content: center;
    }

    .interactive-section .section-content-wrapper .thumbnail-panel {
        display: none;
    }

    .interactive-section .section-content-wrapper .main-content-panel {
        align-items: center;
        padding: 50px 0;
    }

    .interactive-section .section-content-wrapper .main-content-panel .navigation {
        order: 2;
        display: flex;
        width: 100%;
        margin-top: 30px;
        align-items: center;
        justify-content: space-between;
    }

    .interactive-section .section-content-wrapper .main-image-container {
        width: 100%;
        height: 100%;
        max-width: 272px;
        max-height: 280px;
    }

    .interactive-section .section-content-wrapper .pagination {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
    }
    
    .interactive-section .section-content-wrapper .main-content-panel .navigation .prev-btn {
        display: block !important;
    }
    
    .interactive-section .section-content-wrapper .main-content-panel .navigation .next-btn {
        display: block !important;
    }

    .interactive-section .section-content-wrapper .text-content {
        text-align: center;
    }

    .interactive-section .section-content-wrapper .text-content h2 {
        margin-bottom: 4px;
    }

    .genral_section .main-content {
        padding: 120px 0 60px;
    }

    .genral_section .top-content {
        margin-bottom: 69px;
    }

    .genral_section .top-content .section-number {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .genral_section .top-content .section-subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .genral_section .top-content .section-subtitle:before {
        height: 60px;
        margin-bottom: 20px;
    }

    .genral_section .top-content .section-title {
        font-weight: 300;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
    }

    .genral_section .middle-image {
        max-width: 85.78%;
        margin: 0 auto 73px;
    }

    .genral_section .middle-image.scale-image {
        transform: scale(1.1661);
    }

    .genral_section .swiper-button-prev{
        left: 20px;
    }
    
    .genral_section .swiper-button-next{
        right: 20px;
    }

    .genral_section .swiper-button-prev:after,
    .genral_section .swiper-button-next:after{
        width: 11px;
        height: 22px;
    }

    .genral_section .bottom-content .bottom-title {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .genral_section .bottom-content .bottom-description {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .genral_section .bottom-content .buttons {
        max-width: 100%;
        gap: 30px;
    }

    .genral_section .bottom-content .buttons .btn {
        padding: 12px 35px;
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        justify-content: center;
    }

    .genral_section .next-sections {
        gap: 5px;
    }

    .genral_section .next-sections .secondary-content-left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .genral_section .next-sections .secondary-content-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .genral_section .next-sections img {
        max-width: 100%;
    }

    .genral_section .next-sections .secondary-content {
        opacity: 1;
        max-width: calc(100% - 40px);
        left: 20px;
        transform: none;
        padding: 4px 10px;
        font-size: 12px;
        line-height: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        bottom: 20px;
        box-sizing: border-box;
    }

    .book-event-section {
        padding: 100px 0;
    }

    .book-event-section .form-header {
        margin-bottom: 48px;
    }

    .book-event-section .form-main-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .book-event-section .form-description {
        font-size: 16px;
        line-height: 22px;
    }

    .book-event-section .contact-form-wrapper .wpcf7 label {
        font-size: 16px;
        line-height: 22px;
    }

    .book-event-section .contact-form-wrapper .wpcf7 input[type="text"], .book-event-section .contact-form-wrapper .wpcf7 input[type="email"], .book-event-section .contact-form-wrapper .wpcf7 input[type="tel"], .book-event-section .contact-form-wrapper .wpcf7 input[type="date"], .book-event-section .contact-form-wrapper .wpcf7 input[type="number"], .book-event-section .contact-form-wrapper .wpcf7 textarea, .book-event-section .contact-form-wrapper .wpcf7 select {
        font-size: 16px !important;
        line-height: 22px;
        min-height: 62px;
        padding-block: 0;
    }

    .book-event-section .contact-form-wrapper .wpcf7 textarea {
        max-height: 143px;
    }

    .book-event-section .contact-form-wrapper .contact-preference-group {
        margin-top: 26px;
        margin-bottom: 19px;
        font-size: 16px;
        line-height: 22px;
    }

    .book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-form-control-wrap {
        margin-top: 22px;
    }

    .book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-list-item {
        width: 100%;
        margin: 0px 0 12px;
    }

    .book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-list-item-label {
        font-size: 16px;
        line-height: 22px;
    }

    .book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-list-item-label:before {
        width: 13px;
        height: 13px;
    }

    .book-event-section .contact-form-wrapper .contact-preference-group .wpcf7-list-item-label:after {
        top: 7px;
        left: 3px;
    }

    .book-event-section .contact-form-wrapper .wpcf7 input[type="submit"].submit-btn {
        max-width: 130px;
        padding: 11px 24px;
        font-size: 18px !important;
        line-height: 24px;
    }

    .cloud39-hotel-section .section-description p+p {
        margin-top: 22px;
    }
}

@media (max-width: 500px) {
    .cloud39-hero-section .hero-content{
        background-size: 535px 288px;
    }
    .cloud39-hotel-section .clouds .cloud-8 {
        transform: translateY(0%) !important;
        background-image: url('../images/cloud-8-mb.png');
    }
}

@media (max-width: 429px){
    .floorplan-button-wrapper{
        flex-wrap: wrap;
    }
    .floorplan-button-wrapper .btn.floorplan-button,
    .floorplan-button-wrapper .btn.floorplan-button-360{
        width: 100%;
    }
    .floorplan-button-wrapper .btn.floorplan-button-360{
        margin-top: 0px;
    }
}