html,
body,
.map-2d {
    overflow: hidden;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif !important;
}

body {
    background: #dae3e4;
}

.map-2d {
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-2d .img-2d {
    height: auto;
    width: 100%;
    object-fit: contain;
    max-height: 750px;
}

.map-2d .gif {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    /* background-color: red; */
}

.map-2d .waterfall {
    display: none;
}

.map-2d .waterfall-img {
    position: absolute;
    height: 90%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.topbutton {
    display: flex;
    position: absolute;
    top: 23%;
    left: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    font-size: 1.4rem;
}

.topbutton p {
    color: white;
    font-size: 14px;
    margin: 0;
}

.topbutton button {
    height: 35px;
    width: 140px;
    margin: 10px 0;
    border-width: 0px;
    background-color: #8dbec5;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    border-color: #004767;
    border-style: solid;
    font-size: 14px;
}

#subland {
    z-index: -1;
    position: absolute;
    top: 8px;
    background: aliceblue;
    display: flex;
    flex-direction: column;
    border: bisque;
    border-radius: 19px;
    width: 135px;
    padding: 30px 0 5px 0;
    border: #004767;
    border-width: 1px;
    border-style: solid;
}

#land_11 .topbutton button,
#land_48 .topbutton button,
#land_55 .topbutton button {
    background-color: #004767 !important;
}

#highland {
    background-color: #232c6a;
}

#lowland {
    background-color: #477bb3;
}

#flat_land {
    background-color: #7ac3f8;
}

.back-icon {
    cursor: pointer;
    position: absolute;
    left: 40px;
    top: 20px;
    display: none;
    z-index: 99999;
}

.back-icon img {
    height: 35px;
    width: 35px;
}

.inst-icon {
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -20px);
}


/* #uphill_container,
#downhill_container,
#flat_land_container {
    background: black;
} */

.visible {
    display: flex;
    visibility: visible;
    align-items: center;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

#lands_iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

#uphill,
#downhill,
#flat_land {
    display: flex;
    align-items: center;
    background-color: black;
    height: 100%;
    width: 100%;
}

.img-seq {
    position: relative;
    width: calc(100% - 380px);
}

.uphill-seq {
    height: 80%;
}

.downhill-seq {
    height: 90%;
}

.flat-land-seq {
    height: 100%;
}

.uphill-details,
.downhill-details,
.flat-land-details {
    /* display: none; */
    background-color: white;
    /* position: absolute;
    top: 0;
    right: 0; */
    height: 100%;
    max-width: 380px;
    z-index: 99999;
}

.details-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.toggle-icon {
    /* display: none; */
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 380px;
    filter: invert(1);
    z-index: 9999;
}

.toggle-icon-moved {
    right: 0 !important
}

.width_100 {
    width: 100% !important;
}

.hide-details .toggle-icon {
    left: -36px;
}

.temp-text {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: red;
    color: white;
    z-index: 99999;
}

.temp-text h5 {
    margin: 5px;
}

.img-360 {
    cursor: pointer;
    position: absolute;
}

.img-360 img {
    height: 70px;
}


/* #land_48 #subland {
    top: 65px !important;
}

#land_55 #subland {
    top: 110px !important;
}

#land_48 #highland {
    margin-top: 90px;
} */

button {
    cursor: pointer;
}

.sublandcolor {
    color: #1396a8!important;
}

#subland button {
    margin: 0%;
    background-color: #1397a800;
    color: #8dbec5;
    font-weight: bold;
}


/* #lowland {
    margin-top: 100px;
    margin-bottom: 15px;
} */


/* #land_11 #flatland {
    margin-top: 10px;
    background-color: #004767;
}

#land_48 #lowland {
    margin-top: 15px;
    background-color: #004767;
}

#land_55 #highland {
    margin-top: 10px;
    background-color: #004767;
} */

#land_55 #lowland {
    margin-top: 15px;
    /* background-color: #004767; */
}

#land_55 #level_view {
    margin-top: 130px;
    margin-bottom: 15px;
}

#level_view {
    margin-top: 50px;
    margin-bottom: 15px;
}

#level_view,
#elevation {
    background: #1C2F26;
    color: #E5D9A4;
}

.twodscene,
.levelview,
.elevation,
.land-540 {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    display: none;
    top: 0;
}

iframe {
    height: 100%;
    width: 100%;
    /* z-index: 9999; */
}

.elevation .elevation-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.close-levelview,
.close-elevation,
.close-twodscene,
.close-540,
.close-waterfall {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.pan {
    position: absolute;
    left: 50%;
    bottom: 50px;
}

.desc {
    display: none;
    position: absolute;
    top: 50px;
    left: 20px;
    color: white;
    text-align: center;
}

.desc h5 {
    margin: 0;
    font-size: 27px;
    margin: 0;
}

.desc p {
    font-size: 16px;
}

.toggletwod {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 190px;
    height: 40px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #0c3940;
    border-radius: 50px;
    z-index: 99999;
}

.toggletwod .tgbtn {
    color: #0c3940;
    margin: 0 5px;
    text-align: center;
    background-color: #1397a800;
    width: 100px;
    height: 27px;
    cursor: pointer;
    border-radius: 50px;
    border: none;
}

.toggletwod a {
    text-decoration: none;
}

.toggletwod .toggleplan {
    color: white !important;
    /* border: 2px solid #0c3940 !important; */
    background-color: #0c3940 !important;
}

.twod {
    padding-top: 2px;
}

.hide-details {
    display: none !important;
    /* right: -380px !important; */
}

.modal {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
}

#level_view_modal .close-modal {
    height: 31px;
    width: 31px;
    background: #ffffff75;
    border-radius: 50%;
}

.close-modal {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
}

.half-opacity {
    opacity: 50%;
}


/* Side modals */

.side-modals {
    /* overflow: auto; */
    padding: 30px 15px;
}

.all-details {
    height: 100%;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 0px;
}

.side-modals .land-type,
.side-modals .land-tagline {
    text-transform: uppercase;
    color: #0c3940;
}

.side-modals .land-type {
    font-size: 16px;
}

.side-modals .land-tagline {
    font-size: 18px;
}

.carousel {
    text-align: center;
}

.carousel img {
    border-radius: 10px;
    max-height: 200px;
}

.modal .carousel img {
    max-height: 560px !important;
    border-radius: 0 !important;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

.carousel-indicators [data-bs-target] {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
    margin-bottom: 10px;
}

.floor-titles {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0;
    cursor: pointer;
}

.floor-titles .level {
    margin: 0;
    font-size: 11px;
}

.floor-titles .level,
.floor-titles h4 {
    color: #1f5f82;
    opacity: 0.4;
}

.active-level .level,
.active-level h4 {
    opacity: 1 !important;
}

.floorplan-img,
.siteplan {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
}

.floorplan-img img,
.siteplan img {
    width: 50%;
}

.downhill-details #fp_img_down {
    margin: -30px 0 -20px 0px;
}

.floorplan-arrows {
    max-width: 33px;
    position: absolute;
}

#uphill_left,
#downhill_left,
#flat_land_left {
    left: 0;
}

#uphill_right,
#downhill_right,
#flat_land_right {
    right: 0;
}

.floor-info p {
    margin-top: 20px;
    margin-bottom: 0px;
}

.floor-info ul {
    margin-top: 5px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.floor-info ul li {
    margin-top: 5px;
    display: flex;
    justify-content: start;
}

.floor-info ul li span {
    margin: 0;
    font-size: 14px;
    padding: 0;
    width: 125px;
    margin-right: 15px;
}

.floor-info ul li .land-details-title {
    color: #a0a4a7;
}

.modal {
    background: rgba(0, 0, 0, .7019607843);
    z-index: 999999 !important;
}

.modal-dialog {
    max-width: 80vh !important;
    align-items: center;
    justify-content: center;
}

.modal-content {
    /* width: unset !important; */
}

.modal-body {
    padding: 0 !important;
}

.bigmap {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 497px;
}

body .enlarge {
    width: auto !important;
}

img {
    cursor: pointer;
}

.portraitblock {
    display: none;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 100000000000000000000000000;
}

.portraitblock img {
    filter: invert(1);
    width: 80px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
}

@media only screen and (max-width: 1000px) and (orientation: portrait) {
    .portraitblock {
        display: flex;
    }
}

@media only screen and (max-width: 1000px) {
    .floorplan-arrows {
        bottom: 40px;
        max-width: 24px;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        height: 1.2rem !important;
        width: 1.2rem !important;
    }
    .topbutton {
        left: 15px;
    }
    .topbutton p {
        font-size: 12px;
    }
    .topbutton button {
        font-size: 12px;
        height: 30px;
        margin: 5px 0;
        width: 100px;
    }
    .toggletwod {
        bottom: 15px;
        height: 36px;
        width: 150px;
    }
    .toggletwod .tgbtn {
        font-size: 14px;
        height: 25px;
    }
    .img-360 img {
        height: 40px;
    }
    .side-modals {
        margin: 15px;
    }
    .side-modals .land-type {
        font-size: 14px;
    }
    .side-modals .land-tagline {
        font-size: 14px;
    }
    .uphill-details,
    .downhill-details,
    .flat-land-details {
        max-width: 220px;
    }
    .img-seq {
        width: calc(100% - 220px);
    }
    .side-modals {
        margin: 0;
    }
    .toggle-icon {
        right: 220px;
    }
    .floor-titles .level-titles h4 {
        font-size: 16px;
        text-align: center;
    }
    .floor-info p {
        margin: 0;
        font-size: 14px;
    }
    .floor-info ul li span {
        font-size: 12px;
    }
    .inst-icon img {
        height: 25px;
    }
    .back-icon img {
        height: 25px;
        width: 25px;
    }
    .close-modal {
        right: 7px;
        top: 7px;
        height: 25px;
    }
    .carousel-indicators {
        margin-bottom: 0px !important;
    }
}