body,
html {
    height: 100%;
}

@font-face {
    font-family: 'DIN OT';
    font-weight: normal;
    src: url(../fonts/DIN/DINOT.otf);
}

@font-face {
    font-family: 'DIN OT';
    font-weight: bold;
    src: url(../fonts/DIN/DINOT-Bold.otf);
}

body {
    font-family: 'DIN OT';
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 40px;
}

.toast-message {
    line-height: 26px !important;
}

.invalid-feedback {
    line-height: 26px !important;
}

.nav {
    z-index: 2;
}

.nav-link {
    color: #FFFFFF;
    opacity: 0.6;
}

.nav-link.active {
    color: #FFFFFF;
    opacity: 1;
    font-size: 23px;
}

.nav-link:hover {
    color: #FFFFFF;
    opacity: 1;
    font-size: 23px;
}

/* .background-image {
            background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(./img/premium_home.jpg);
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            animation: animatedBackground 20s linear infinite alternate;
        } */

#background-images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
}

.bgImg {
    filter: brightness(30%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-container {

    background: transparent;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

.brand-logo {
    font-size: 30px;
    line-height: 0px;
    color: #FFFFFF;
    pointer-events: all;
}

.brand-logo-overlay {
    /* background: radial-gradient(62.43% 58.89% at 16.01% 0%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 65.33%, rgba(0, 0, 0, 0) 100%); */
    /*padding: 1.5rem 30rem 25rem 2.5rem;*/
    padding: 1.5rem 0 0 2.5rem;
}

.logout-text {
    color: #FFFFFF;
    pointer-events: all;
}

.logout-text:hover {
    color: #ffffff8f;
    text-decoration: none;
}

/* Desktop only */
@media screen and (min-width: 768px) {
    .bgImg {
        animation: animatedBackground 20s linear infinite alternate;
    }

    .brand-logo-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 5rem;
        pointer-events: none;
    }
}

.brand-logo img {
    width: 140px;
}

a.brand-logo:hover {
    color: inherit;
    text-decoration: none;
}

.room-content {
    padding-left: 10rem;
    padding-right: 10rem;
}

#tools-buttons .fixed-bottom {
    right: auto !important;
}

#tnc-buttons .fixed-bottom {
    left: 50% !important;
    margin-left: -100px;
}

.tnc-text {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.tnc-text:hover {
    color: #ffffff8f;
    text-decoration: none;
}

/* Mobile */
@media screen and (max-width: 991px) {
    .room-content {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 100px;
    }
}

.room-title {
    font-weight: bold;
    font-size: 80px;
    line-height: 70px;
    color: #FFFFFF;
}

.room-description {
    font-size: 19.7998px;
    line-height: 32px;
    color: #FFFFFF;
}

.room-tab-content {
    /* margin-top: 8rem; */
    max-width: 100%;
    /* height: 75%; */
}

.room-title-desc-container {
    max-width: 100%;
    overflow: hidden;
}

.zone-modal .modal-header {
    padding: 0px;
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.zone-modal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    outline: 0;
}

.brochure-modal .modal-header {
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.brochure-modal .modal-content {
    background: #ffffff;
    border-radius: 10px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.form-modal .modal-header {
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.form-modal .modal-content {
    background: #ffffff;
    border-radius: 10px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.modal-title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    display: flex;
    align-items: center;
    /* text-transform: uppercase; */
    color: #000000;
}

.modal-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #000000;
}

.inquiry-form label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    border-radius: 5px;
}

.inquiry-form select {
    /* text-transform: uppercase; */
    color: #000000;
}

.btn-blue-solid {
    /* Panasonic Blue */
    background: #0041C0 !important;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    color: #FFFFFF;
}

.btn-blue-outline {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #0041C0;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    color: #0041C0;
}

.btn-blue-outline:not(:disabled):not(.disabled).active,
.btn-blue-outline:not(:disabled):not(.disabled):active,
.btn-blue-outline:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #0041C0;
    border-color: #0041C0;
}

.blue-btn {
    background: #0041C0 !important;
    color: #FFFFFF;
    border-radius: 5px;
}

.blue-btn:hover {
    color: #ffffff8f;
    text-decoration: none;
}

.form-check-label {
    text-transform: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 23px !important;
    color: #000000 !important;
}

.form-check-input {
    position: initial !important;
}

label.required:after,
span.required:after {
    content: "*";
    margin-left: 5px;
    color: #000000;
}

/* .action-btn {
    opacity: 0.65;
}

.action-btn:hover {
    opacity: 1;
} */

/* .zone-modal .modal-lg {
    width: 900px;
} */

.vertical-divider {
    position: absolute;
    display: table;
    text-align: center;
    height: 100%;
    width: 100%;
}

.vertical-divider .center-element {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.vertical-divider .center-element:before,
.vertical-divider .center-element:after {
    position: absolute;
    content: "";
    width: 1px;
    left: 50%;
    border-left: 2px solid #dee2e6;
}

.vertical-divider .center-element:before {
    bottom: 50%;
    top: 0;
    margin-bottom: 20px;
}

.vertical-divider .center-element:after {
    top: 50%;
    bottom: 0;
    margin-top: 20px;
}

.action-btn img:last-child {
    display: none;
}

.action-btn:hover img:last-child {
    display: block;
}

.action-btn:hover img:first-child {
    display: none;
}

.zone-tile {
    /* position: relative;
    text-align: left;
    cursor: pointer; */
    /* box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.3); */
    box-shadow: 0 12px 10px 7px rgb(0 0 0 / 40%);
}

.zone-name {
    font-style: normal;
    font-weight: normal;
    font-size: 23.7662px;
    line-height: 31px;
    color: #FFFFFF;
    position: absolute;
    bottom: 8px;
    left: 10px;
}

.zone-tile-gradient-desktop {
    width: 97%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 37.5%);
    transform: rotate(-180deg);
}

.zone-tile-gradient-desktop:hover {
    opacity: 0;
}

.zone-tile-gradient {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.zone-tile-overlay img {
    filter: brightness(65%);
    cursor: pointer;
}

.zone-tile-overlay:hover img {
    filter: brightness(100%);
}

.close {
    float: right;
    font-size: 2rem;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: 100%;
}

.close:hover {
    color: #ffffff;
    text-decoration: none;
}

.alert {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    line-height: 32px;
}

.alert .las {
    font-size: 42px;
}

/* body.modal-open .content-container {
            -webkit-filter: blur(4px);
            -moz-filter: blur(4px);
            -o-filter: blur(4px);
            -ms-filter: blur(4px);
            filter: blur(4px);
            filter: url(./img/blur.svg#blur);
            filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
        } */

.modal-backdrop.show {
    opacity: 0%;
}

.modal.show {
    backdrop-filter: blur(4px);
}

.custom-animate-delay-1ms {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.custom-animate-delay-2ms {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.custom-animate-delay-3ms {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.custom-animate-delay-4ms {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.custom-animate-delay-5ms {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.custom-animate-delay-6ms {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.custom-animate-delay-7ms {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.custom-animate-delay-8ms {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#mobile-indicator {
    display: none;
}

#navigation-area {
    padding-left: 100px;
    padding-right: 100px;
}

.disabled-elem {
    pointer-events: none;
    /* No cursor */
}

.disabled-elem:not(button) {
    background-color: #eee !important;
    /* Gray background */
}

.indicator-progress {
    display: none;
}

/* This changes all the animations globally */
:root {
    --animate-duration: 1400ms;
}

/* Mobile */
@media screen and (max-width: 991px) {
    /* .brand-logo {
                font-size: 20px;
                line-height: 0px;
            } */
    /*.brand-logo img {*/
    /* width: 100px; */
    /*margin-right: 100%;*/
    /*}*/
    #roomsListNav .nav-link {
        padding-left: 0px;
    }

    #navigation-area .container {
        max-width: 720px;
    }

    .room-tab-content {
        margin-top: 1rem;
    }

    .room-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .room-title {
        font-size: 50px;
        line-height: 45px;
    }

    .room-description {
        font-size: 19.7998px;
        line-height: 26px;
        margin-top: 1rem !important;
        /* margin-right: 2rem; */
    }

    #mobile-indicator {
        display: block;
    }

    #roomsContentTab {
        display: none;
    }

    #navigation-area {
        padding-left: 0px;
        padding-right: 0px;
    }

    #rooms .owl-carousel {
        max-width: calc(100% - 100px);
        max-height: calc(100% - 100px);
    }
}


#rooms > .rooms-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

#rooms>.rooms-title:hover {
    color: white !important;
    text-decoration: none;
}

#rooms > .rooms-title[aria-expanded="true"] {
    color: white !important;
    text-decoration: none;
}

#rooms .owl-centered .owl-wrapper {
    display: table !important;
}

#rooms .owl-centered .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

#rooms .owl-item {
    transition: transform 330ms ease-in-out;
}

#rooms .owl-centered .owl-item > div {
    text-align: center;
}

#rooms .prev-btn,
#rooms .next-btn {
    /* border-radius: 50%; */
    /* background-color: lightgrey; */
    padding: 0.125rem 0.375rem;
}

.prev-icon,
.next-icon {
    /* change fill="currentColor" to %23fff to make it white  */
    background-image: url("data:image/svg+xml,%3Csvg width='77' height='77' viewBox='0 0 77 77' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='36.1587' transform='matrix(-1 -2.62268e-07 -2.62268e-07 1 38.5005 38.4995)' stroke='%23E5E5E5' stroke-width='4.68354'/%3E%3Cpath d='M28.972 40.5993C28.2859 39.9132 28.2859 38.7698 28.972 38.0837L43.7605 23.219C44.5228 22.5329 45.6662 22.5329 46.3523 23.219L48.1056 24.9723C48.7916 25.6583 48.7916 26.8018 48.1056 27.5641L36.3662 39.3034L48.1055 51.119C48.7916 51.8813 48.7916 53.0247 48.1055 53.7108L46.3523 55.464C45.6662 56.1501 44.5228 56.1501 43.7605 55.464L28.972 40.5993Z' fill='%23E6E6E6'/%3E%3C/svg%3E%0A");
    /* Use to adjust size of icons */
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
}

.next-icon {
    transform: rotate(-180deg);
}


/* #rooms .owl-carousel {
    max-width: calc(100% - 150px);
    max-height: calc(100% - 150px);
} */

#rooms .owl-stage {
    min-width: calc(100% - 80px);
    min-height: 150px;
    display: flex;
    align-items: center;
    /* padding-left: 25px;
    padding-right: 20px; */
}

#rooms .room-content-title {
    /* position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(25, 23, 26, 0.01), rgba(25, 23, 26, 0.72)); */
    font-size: 0.85rem;
    line-height: 2;
    text-align: center;
}

#rooms .room-content-title:hover {
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    #tnc-buttons .fixed-bottom {
        left: unset !important;
        width: fit-content;
        margin-left: auto;
    }

    .tnc-text {
        text-align: end;
        line-height: 1.85em;
    }
}
@media screen and (min-height: 600px) {
    #rooms .owl-stage {
        min-height: 150px;
    }
}
@media screen and (min-width: 600px) {
    #rooms .owl-stage {
        min-width: 300px;
        min-height: 320px;
    }
}

@media screen and (min-width: 500px) and (max-width: 991px) {

    #rooms .owl-item.owl-item-medium {
        z-index: 1;
        /* margin-left: 20px;
        margin-right: 20px; */
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    #rooms .owl-item.owl-item-medium ~ .owl-item.owl-item-medium {
        z-index: auto;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
}

@media screen and (min-width: 992px) {
    #rooms {
        margin-top: 0;
    }


    #rooms > .rooms-title {
        font-size: 36px;
        line-height: 40px;
    }

    #rooms .prev-btn,
    #rooms .next-btn {
        padding: 0.375rem 0.75rem ;
    }

    #rooms .room-content-title {
        font-size: 1rem;
    }

    /* #rooms .owl-item.owl-item-small {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    } */

    #rooms .owl-item.owl-item-medium {
        z-index: 1;
        /* margin-left: 20px;
        margin-right: 20px; */
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    #rooms .owl-item.owl-item-medium:first-child {
        margin-left: -10px;
    }

    #rooms .owl-item.owl-item-medium:last-child {
        margin-left: 10px;
    }

    #rooms .owl-item.owl-item-large {
        z-index: 2;
        /* margin-left: -20px; */
        /* margin-left: 20px;
        margin-right: 20px; */
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    #rooms .owl-item {
        z-index: 2;
        /* margin-left: -20px; */
        /* margin-left: 20px;
        margin-right: 20px; */
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    #rooms .owl-item:hover {
        z-index: 3;
        /* margin-left: -20px; */
        /* margin-left: 20px;
        margin-right: 20px; */
        transform: scale(1.45);
        -webkit-transform: scale(1.45);
        -moz-transform: scale(1.45);
        -ms-transform: scale(1.45);
        -o-transform: scale(1.45);
    }
}

