:root {
    /* Fonts */
    --primary-font: Roboto;
    --secondary-font: Metropolis;

    /* Colors */
    --Main-Brown: #E2B480;
    --Main-Orange: #F98E67;
    --Main-Blue: #3C4272;
    --Main-Grey: #79797A;
    --black: #000;
    --white: #fff;
    --danger: #F16161;
    --success: #87E079;
    --warning: #F4D429;
    --info: #92C9D7;

    

}
/* 
=============================================================
Bootstrap Overides
=============================================================
*/
.container-xxl {
    max-width: 1460px;
}
.btn-primary {
    color: var(--Main-Brown);
    background-color: var(--Main-Blue);
    border: 2px solid var(--Main-Brown);
    border-radius: 70px;
    
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 20px;
}
.btn-primary:hover {
    color: var(--Main-Blue);
    background-color: var(--Main-Brown);
    border-color: var(--Main-Brown);
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: var(--Main-Blue);
    background-color: var(--Main-Brown);
    border-color: var(--Main-Brown);
}
.btn-primary.disabled:hover {
    color: unset;
    background-color: unset;
    border-color: unset;
    opacity: unset;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: var(--Main-Blue);
    background-color: var(--Main-Brown);
    border-color: var(--Main-Brown);
    box-shadow: none;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary{
    color: var(--Main-Blue);
    background-color: var(--Main-Brown);
    border: none;
    border-radius: 70px;
    
    text-align: center;
    font-family: var(--primary-font);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 0%;
}
.btn-secondary:hover,.btn-icon.active {
    color: var(--Main-Brown);
    background-color: var(--Main-Blue);
    border-color: var(--Main-Blue);
}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: var(--Main-Brown);
    background-color: var(--Main-Blue);
    border-color: var(--Main-Blue);
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: var(--Main-Brown);
    background-color: var(--Main-Blue);
    border-color: var(--Main-Blue);
    box-shadow: 0 0 0 0.25rem rgba(130,138,145,.5);
}
.btn-close {
    background-image: url('../img/cross.svg');
}
/* 
=============================================================
Global
=============================================================
*/

/* Backgrounds */
.bg-primary {
    background-color: var(--Main-Blue) !important;
}

.bg-danger {
    background-color: var(--danger) !important;
}
.bg-success {
    background-color: var(--success) !important;
}
.bg-warning {
    background-color: var(--warning) !important;
}
.bg-info {
    background-color: var(--info) !important;
}
.bg-brown {
    background-color: var(--Main-Brown) !important;
}
.text-brown {
    color: var(--Main-Brown);
}
/* Fonts */
.font-roboto {
    font-family: var(--primary-font);
}
.font-metro {
    font-family: var(--secondary-font);
}
.fs-80 {
    font-size: 80px;
}
.fs-50 {
    font-size: 50px;
}
.fs-30 {
    font-size: 30px;
}
.fs-35 {
    font-size: 35px;
}
.fs-25 {
    font-size: 25px
}
.fs-20 {
    font-size: 20px;
}
.fs-18 {
    font-size: 18px;
}
.fs-12 {
    font-size: 12px;
}

/* Borders */
.border {
    border: 1px solid var(--Main-Blue) !important;
}
.border-brown {
    border-color: var(--Main-Brown) !important;
}
.border-3 {
    border-width: 3px !important;
}
.bt-0 {
    border-top: 0;
}
.bb-0 {
    border-bottom: 0;
}
/* 
=============================================================
Common
=============================================================
*/
body {
    background: var(--Main-Blue, #3C4272);
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
/* Navigation Bar */
.global-navbar {
    border-radius: 20px;
    border: 3px solid var(--Main-Brown, #E2B480);
    background: linear-gradient(270deg, #5E64A7 9.69%, #4961A5 27.63%, #294784 44.79%, #3B5394 66.24%, #1E2C5D 77.16%, #1C2A59 84.57%);
    padding: 0 37px;
}
.nav-container {
    column-gap: 262px;
    border-left: 5px solid var(--Main-Brown);
    border-right: 5px solid var(--Main-Brown);
    padding: 20px 35px;
}
.nav-logo-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    width: 211px;
    margin-right: auto;
    margin-bottom: 0.6rem;
    margin-left: auto;
    border: 3px solid var(--Main-Brown);
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    border-bottom: none;
    background-color: var(--Main-Blue);
}
.nav-logo {
    position: relative;
    top: 15px;
    width: 206px;
    height: 104px;
    background-image: url('../img/Loft\ Logo.png');
    background-size: 116px;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 35px;
}
.btn-icon.disabled {
    opacity: 1;
}
.nav-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.home-icon.active {
    background-image: url('../img/home1.png') !important;
}
.location-icon.active {
    background-image: url('../img/location1.png') !important;
}
.virtual-icon.active {
    background-image: url('../img/virtual1.png') !important;
}
.show-unit-icon.active {
    background-image: url('../img/show-unit1.png') !important;
}
.facilities-icon.active {
    background-image: url('../img/facilities1.png') !important;
}
.videos-icon.active {
    background-image: url('../img/videos1.png') !important;
}
.menu-btn-gap {
    column-gap: 42px;
}
/* Left Side Bars */
.vertical-line {
    display: inline-block;
    width: 5px;
    height: 49px;
    margin-right: 16px;
    background-color: var(--Main-Brown);
}
.pick-a-filter, .btn-location {
    width: 229px;
    height: 60px;
}
.pick-a-filter, .pick-a-toggle, .pick-a-unit {
    color: var(--Main-Brown);
    font-size: 35px;
    line-height: 22px;
    border-radius: 0;
    border-top-right-radius: 25px;
    padding-bottom: 5px;

    background-color: var(--Main-Blue);
    border: 2px solid var(--Main-Brown);
    text-align: center;
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 700;
    cursor: default !important;

    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-location {
    color: var(--white);
    border-radius: 0;
    border-width: 2px;
    font-size: 30px;
}
.toggled-pick-a-filter-btn {
    width: 333px;
    height: 56px;
    color: white;
    border-radius: 0px 0px 25px 25px;
    padding-top: 5px;
    margin-left: -138px;
    font-size: 40px;
}
.content-container {
    justify-content: space-between;
}

/* 
=============================================================
Home Page
=============================================================
*/
.home-body {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.22) 100%), url('../img/Home_bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-container {
    padding-top: 76px;
}
.home-logo {
    width: 577px;
}
.award-banner {
    padding-top: 58px;
    width: 171px;
}
.content-column {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.welcome {
    color: #FFF;
    font-family: var(--primary-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 0%;
}
.experience {
    color: #FFF;
    font-family: var(--primary-font);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.award {
    color: var(--Main-Brown);
    font-family: var(--primary-font);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 35px */
}
.asia-pacific {
    color: #FFF;
    font-family: var(--primary-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}
.btn-explore {
    width: 200px;
    height: 50px;
}
/* 
=============================================================
Location Page
=============================================================
*/
/* Hide leaflet icons */
.leaflet-top.leaflet-left, .leaflet-bottom.leaflet-right {
    display: none;
}

.map {
    z-index: 2;
}
.sidebar {
    z-index: 5;
}
.topbar {
    z-index: 6;
}
/* Top Bar */
.btn-show-all {
    border-bottom-right-radius: 25px;
}
.btn-bercham, .btn-loft26 {
    width: 163px;
    height: 44px;
    color: var(--white);
    border-radius: 0;
}
.btn-bercham {
    border-bottom-left-radius: 200px;
}
.btn-loft26 {
    border-bottom-right-radius: 200px;
}
.btn-active {
    color: var(--Main-Blue) !important;
    background-color: var(--Main-Brown);
}
/* Side Bar */
.side-collapsed {
    width: 48px;
    transform: rotate(-90deg);
}
.side-filters {
    display: flex;
    flex-direction: column;
}
.left-toggle-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.collapse-arrow {
    background-image: url('../img/collapse.svg');
}
.expand-arrow {
    background-image: url('../img/expand.svg');
}
/* Map Legend */
.map-legend {
    z-index: 7;
    right: 0;
    bottom: 187px;

}
.legend-container {
    width: 417px;
    border: 2px solid var(--Main-Brown);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.road-legends-title {
    color: var(--Main-Brown);
    font-size: 35px;
    border-top-left-radius: 25px;
    padding-bottom: 5px;
}
.legend-group {
    border-bottom: 1px solid var(--Main-Brown);
    min-width: 288px;
}
.legend-circle {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 18px;
    
}
.legend-text {
    font-size: 20px;
    padding-bottom: 5px;
    padding: 15px 0px;
}
.map-label-btn {
    color: var(--white);
    background-color: var(--Main-Blue);
    min-width: 140px;
    height: 35px;
    border: 1px solid var(--white);
    border-radius: 70px;
}
.map-label-btn.modaled:hover {
    background-color: var(--Main-Brown);
    border: 1px solid var(--Main-Blue);
    color: var(--Main-Blue);
}
.map-label-btn-icon {
    width: 24px;
    height: 24px;
    padding-right: 10px !important;
}
.map-label-btn-text {
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}
/* Modal */
.modal-content {
    border-radius: 25px;
}
.modal-header {
    border-bottom: none;
}
.modal-img {
    width: 948px;
    height: 390px;
}
.btn-close {
    top: 15px;
    right: 15px;
}
.modal-body {
    padding: 65px;
    background-color: var(--Main-Blue);
    color: var(--white);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
}
.modal-title {
    color: var(--Main-Brown, #E2B480);
    font-family: Metropolis;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 50px */
    letter-spacing: 5px;
    margin-bottom: 63px;
}
.modal-xl {
    max-width: 948px !important;
}
.compass {
    right: 0;
}
.compass-icon {
    width: 240px;
}
/* 
=============================================================
Virtual Page
=============================================================
*/
.levels-sidebar {
    z-index: 7;
    right: 5px;
    width: 200px;
}
.level-view-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.arrow-up {
    background-image: url("../img/arrow-up-icon.svg");
}
.arrow-down {
    background-image: url("../img/arrow-down-icon.svg");
}
/* Customized */
.level-view-btn {
  border: 2px solid var(--Main-Blue);
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
}
.btn-first {
  border-top-left-radius: 70px !important;
  border-top-right-radius: 70px !important;
}
.btn-last {
  border-bottom-left-radius: 70px !important;
  border-bottom-right-radius: 70px !important;
}
.sidebar-container {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 450px;
}
.floor-plan-container {
  border-bottom: 1px solid var(--Main-Brown);
  padding-top: 24px;
  padding-bottom: 24px;
}
.floor-plan {
    padding: 48px;
}
.left-floor-plan-label, .right-floor-plan-label {
    width: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: var(--secondary-font);
    font-size: 50px;
    font-weight: bold;
    color: var(--Main-Brown);
}
.left-floor-plan-label {
    left: 20px;
}
.right-floor-plan-label {
  right: 20px;
}
/* SVG */
.plan-svg {
    width: 310px;
    height: 310px;
}
.type-a-svg, .type-b-svg {
  cursor: pointer;
}
/* Text */
.unit-type-heading, .unit-type-text {
    font-family: var(--secondary-font);
    color: var(--Main-Brown);
    text-align: center;
}
.unit-type-heading {
    font-size: 50px;
    margin-bottom: 8px;
}
.unit-type-text {
    font-size: 35px;
}
.unit-type-img {
    margin-top: 24px;
    margin-bottom: 16px;
}
.cursor-img {
    width: 82px;
}
.plan-img {
    width: 234px;
}
/* level buttons */
.levels-btn-group {
    display: flex;
    flex-direction: column;
}
.btn-level {
    width: 200px;
    height: 50px;
}
/* 
=============================================================
Show Unit Page
=============================================================
*/
.right-topbar {
    position: absolute;
    right: 0;
    background-color: var(--Main-Blue);
    border: 1px solid var(--Main-Brown);
    border-width: 3px !important;
    border-bottom-left-radius: 50px;
}
.right-topbar-group {
    width: 561px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.unit-type {
    font-family: var(--secondary-font);
    font-size: 80px;
    line-height: 0%; /* 0px */
    letter-spacing: 8px;
    color: var(--Main-Brown);
    margin-top: -22px;
    margin-right: 36px;
}
.unit-details {
    font-family: var(--secondary-font);
    font-size: 30px;
    line-height: 0%;
    color: var(--white);
}
.unit-area {
    margin-top: 22px;
}
/* 
=============================================================
Facilities Page
=============================================================
*/
.facilities-topbar .btn-primary {
    color: var(--white);
    padding-bottom: 0;
}
.facilities-topbar .btn-primary:hover, .facilities-topbar .btn-primary:active{
    color: var(--Main-Blue);
}
.facilities-content-container {
    border-width: 2px;
    border-radius: 25px;
}
.facility-img-container {
    background-position: center;
    background-size: cover;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.bg-rooftop {
    background-image: url('../img/facilities/Rooftop - left side image.webp');
}
.bg-carpark {
    background-image: url('../img/facilities/Car\ Park\ Area\ -\ left\ side\ image.webp');
}
.bg-ground-level {
    background-image: url('../img/facilities/Ground\ Level\ -\ left\ side\ image.webp');
}
.pick-facility {
    display: flex;
    justify-content: center;
    font-family: var(--secondary-font);
    font-size: 30px;
    font-weight: bold;
    color: var(--white);
    border: 2px solid var(--Main-Brown);
    border-bottom: none;
    
}
.rooftop-btn {
    border-bottom-left-radius: 200px !important;
}
.car-park-btn-text {
    white-space: nowrap;
    line-height: 0.6;
    margin-bottom: 10px;
}
.ground-level-btn {
    white-space: nowrap;
    border-bottom-right-radius: 200px !important;
}
.pick-a-facility {
    line-height: 1;
    padding: 8px 0 15px 0;
}
.facilities-btn {
    width: 163px;
    height: 44px;
    line-height: 17px;
}
.facilities-xxl {
    display: flex;
}
.facilities-responsive {
    display: none;
}
.facilities-text {
    font-family: var(--primary-font);
    font-size: 18px;
}
/* 
=============================================================
Videos Page
=============================================================
*/
.video-frame {
    width:100%;
    height:550px;
    padding-top:20px;
}
.btn-contact {
    width: 200px;
    height: 50px;
    background-color: var(--Main-Brown) !important;
    color: var(--Main-Blue) !important;
}
.btn-contact:hover, .btn-contact:active {
    background-color: var(--Main-Blue) !important;
    color: var(--Main-Brown) !important;
}
/* 
=============================================================
Animations
=============================================================
*/
.animate {
    animation-duration: 0.5s;
    animation-name: animate-fade;
    animation-delay: 0.5s;
    animation-fill-mode: backwards;
}
      
@keyframes animate-fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
  
  
.animate.pop {
    animation-name: animate-pop;
    animation-timing-function: cubic-bezier(.26,.53,.74,1.48);
}
  
@keyframes animate-pop {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }
            
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.delay-1 {
    animation-delay: 0.6s;
}

.delay-2 {
    animation-delay: 0.7s;
}

.delay-3 {
    animation-delay: 0.8s;
}
/* 
=============================================================
Responsive
=============================================================
*/
/* Potrait Overlay */
.rotation-container {
    /* Hide by default */
    display: none;
}
@media screen and (orientation: portrait) {
    .rotation-container {
        display: block;
        background-color: #000000;
        color: #ffffff;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 99999;
    }
    .rotation-content {
        position: absolute;
        width: 100%;
        top: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .rotation-img {
        max-width: 100%;
        width: 100px;
    }
    .rotation-msg {
        text-align: center;
        font-size: 7vmin;
        font-weight: bold;
        margin-left: 5vmin;
        margin-right: 5vmin;
    }
}
/* 
=============================================================
Laptops: 
=============================================================
*/

/* 
=============================================================
Extra Large Scrrens: 
=============================================================
*/

/* 
=============================================================
Tabs: 851px - 1536px
=============================================================
*/
@media screen and (max-width: 1536px) and (min-height: 600px) and (max-height: 1024px) {
    .content-container {
        justify-content: center;
    }
    .video-frame {
        height: 420px !important;
    }
}
@media screen and (max-width: 1536px) {
    .container-xxl {
        max-width: 1000px;
    }
    /* Navbar */
    .menu-btn-gap {
        column-gap: 16px;
    }
    .btn-icon {
        font-size: 9px;
        width: 90px;
        height: 25px;
    }
    .nav-icon {
        width: 16px;
        height: 16px;
        background-size: 16px;
    }
    .global-navbar {
        border-width: 2px;
        padding: 0px 18px;
    }
    .nav-container {
        column-gap: 160px;
        padding: 9px 10px;
        border-width: 2px;
    }
    .nav-logo-container {
        left: 0px;
        bottom: 0;
        width: 148px;

    }
    .nav-logo {
        top: 8px;
        width: 148px;
        height: 73px;
        background-size: 83px;
    }
    /* Common */
    .vertical-line {
        width: 2px;
        height: 16px;
    }
    .pick-a-filter, .btn-location {
        width: 90px;
        height: 20px;
    }
    .pick-a-filter, .pick-a-toggle, .pick-a-unit {
        font-size: 12px;
        border-width: 1px;
    }
    .btn-location {
        font-size: 12px;
        border-width: 1px;
        line-height: 0;
        padding-bottom: 12px;
    }
    .side-collapsed {
        width: 30px;
    }
    .toggled-pick-a-filter-btn {
        width: 107px;
        height: 30px;
        font-size: 13px;
        margin-left: -35px;
        line-height: 0;
        padding-bottom: 10px;

    }
    /* Home Page */
    .home-container {
        padding-top: 53px;
    }
    .content-column {
        gap: 20px;
    }
    .welcome {
        font-size: 20px;
    }
    .award-banner {
        padding-top: 0;
        width: 75px;
    }
    .home-logo {
        width: 209px;
    }
    .experience {
        font-size: 12px;
    }
    .award {
        display: none;
    }
    .btn-explore {
        width: 90px;
        height: 20px;
        font-size: 12px;
        line-height: 0;
        padding-bottom: 0;
        
    }
    /* Location Bercham Page */
    .btn-bercham, .btn-loft26 {
        font-size: 15px;
        line-height: 0.7;
        width: 108px;
        height: 18px;
    }
    .map-legend {
        bottom: 130px;
    }
    .legend-container {
        width: 180px;
    }
    .road-legends-title {
        font-size: 15px;
    }
    .legend-group {
        min-width: 170px;
    }
    .legend-circle {
        width: 12px;
        height: 12px;
    }
    .legend-text {
        font-size: 12px;
    }
    .modal-xl {
        max-width: 431px !important;
    }
    .modal-body {
        padding: 28px;
    }
    .modal-img {
        width: 431px;
        height: 154px;
    }
    .modal-title {
        font-size: 18px;
        letter-spacing: 1.8px;
        margin-bottom: 15px;
    }
    .modal-text {
        font-size: 8px;
        font-weight: 300;
        letter-spacing: 0.8px;
    }
    /* Location Loft 26 */
    .compass-icon {
        width: 240px;
    }
    /* Virtual Page */
    .sidebar-container {
        width: 244px;
    }
    .floor-plan-container {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .floor-plan {
        padding: 24px;
    }
    .plan-svg {
        width: 135px;
        height: 135px;
    }
    .left-floor-plan-label {
        /* left: 10px; */
    }
    .right-floor-plan-label {
        /* right: 4px; */
    }
    .left-floor-plan-label, .right-floor-plan-label {
        font-size: 25px;
    }
    .unit-type-heading {
        font-size: 20px;
    }
    .unit-type-text {
        font-size: 18px;
    }
    .unit-type-img {
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .cursor-img {
        width: 31px;
    }
    .plan-img {
        width: 63px;
    }
    .levels-sidebar {
        width: 90px;
    }
    .btn-level {
        width: 90px;
        height: 20px;
        font-size: 12px;
        line-height: 0;
        padding-bottom: 6px;
        padding-top: 0;
        border-width: 1px;
    }
    /* Show Unit Page */
    .right-topbar-group {
        width: 286px;
        height: 50px;
    }
    .unit-type {
        font-size: 40px;
        margin-right: 16px;
    }
    .unit-details {
        font-size: 15px;
    }
    .unit-area {
        margin-top: 11px;
    }
    /* Facilities Page */
    .facilities-btn {
        width: 68px;
        height: 19px;
        font-size: 11px;
        line-height: 0;
        border-width: 1px;
    }
    .pick-facility {
        border-width: 1px;
    }
    .pick-a-facility {
        font-size: 15px;
        padding: 5px;
    }
    .facilities-xxl {
        display: none;
    }
    .facilities-responsive {
        display: flex;
    }
    .facilities-text {
        font-size: 12px;
    }
    /* Video Page */
    .video-frame {
        height: 240px;
    }
    .btn-contact {
        width: 90px;
        height: 20px;
        font-size: 12px;
        line-height: 0;
        padding-bottom: 0;
    }
}

/* 
=============================================================
Mobile Devices: 500px - 850px
=============================================================
*/
@media screen and (max-width: 850px) {
    .container-xxl {
        max-width: 1000px;
    }
    /* Navbar */
    .menu-btn-gap {
        column-gap: 3px;
    }
    .btn-icon {
        font-size: 7px;
        width: 70px;
        height: 20px;
    }
    .nav-icon {
        width: 12px;
        height: 12px;
        background-size: 12px;
    }
    .global-navbar {
        border-width: 2px;
        padding: 0px 10px;
    }
    .nav-container {
        column-gap: 64px;
        padding: 5px 2px;
        border-width: 2px;
    }
    .nav-logo-container {
        left: 0px;
        bottom: 0;
        width: 60px;
        border-width: 2px;

    }
    .nav-logo {
        top: 6px;
        width: 54px;
        height: 36px;
        background-size: 40px;
    }
    /* Home Page */
    .award-banner {
        width: 60px;
    }
    .home-logo {
        width: 175px;
    }
    /* Location Page */
    .map-legend {
        bottom: 75px;
    }
    .compass-icon {
        width: 100px;
    }
    /* Virtual Page */
    .sidebar-container {
        width: 180px;
    }
    .floor-plan {
        padding: 12px;
    }
    .plan-svg {
        width: 100px;
        height: 100px;
    }
    .left-floor-plan-label {
        left: 10px;
    }
    .right-floor-plan-label {
        right: 4px;
    }
    /* Facilities Page */
    .facilities-text {
        font-size: 10px;
    }
    /* Video Page */
    .video-frame {
        height: 210px;
    }
}
