﻿:root {
    --lightbox-bg-color: rgba(41, 47, 54, 0.95);
    --lightbox-caption-text-color: white;
    --lightbox-controls-color: white;
    --lightbox-controls-hover-color: #ddd;
}

*:focus {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    box-shadow: none !important
}

#contentContainer {
    position: relative;
}

html {
    scroll-behavior: smooth;
}

html, body {
    width: 100%;
    /*height: 100%;*/
    margin: 0px;
    padding: 0px;
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.circle-image {
    border-radius: 100%;
    margin: auto;
    display: block;
    min-width: 200px;
    max-width: 300px;
}

.blockColors [class*='col-']:nth-child(even) {
    background-color: #1B1F39;
    color: #fff;
}

    .blockColors [class*='col-']:nth-child(even) h2:before {
        background-color: #fff !important;
    }
/*Palette*/
.bg-darkolivegreen-opacity {
    background-color: rgba(97,104,71,0.5);
    color: #fff;
}

.bg-darkolivegreen {
    background-color: #606746;
}

.text-darkolivegreen {
    color: #606746;
}

.bg-gunmetal-opacity {
    background-color: rgba(41,47,54,0.7);
    color: #fff;
}

.bg-gunmetal {
    background-color: #292F36;
}

.text-gunmetal {
    color: #292F36;
}


.bg-fulvous-opacity {
    background-color: rgba(225,132,38,0.7);
    color: #fff;
}

.bg-fulvous {
    background-color: #E18426;
}

.text-fulvous {
    color: #E18426;
}

.bg-spacecadet-opacity a {
    color: #778DA9;
}

.bg-spacecadet-opacity ul {
    padding-inline-start: 0px;
}

.bg-spacecadet-opacity {
    background-color: rgba(27,31,57,0.8);
    color: #fff;
}

.bg-spacecadet {
    background-color: #1B1F39;
}

.text-spacecadet {
    color: #1B1F39;
}

.bg-shadowblue-opacity {
    background-color: rgba(119,141,169,0.7);
    color: #fff;
}

.bg-shadowblue {
    background-color: #778DA9;
}

.text-shadowblue {
    color: #778DA9;
}

.text-white h2:before {
    background-color: #fff !important;
}

.text-white .nav-tabs .nav-link.active {
    color: #778DA9;
}

.text-white .nav-tabs .nav-link {
    color: rgba(119,141,169,0.4);
}



.padding-sm {
    padding: 15px;
}

#infoBar {
    background-color: #292f36;
    color: #fff;
    padding: 5px;
}

    #infoBar p {
        margin-bottom: 0;
    }

    #infoBar a {
        color: #fff;
        cursor: pointer;
    }

        #infoBar a:hover {
            color: #606746;
        }

.navbar-brand img {
    max-width: 200px;
    padding-left: 15px;
}

.social-icons {
    list-style: none;
    padding-inline-start: 15px;
    margin-top: 15px;
}

    .social-icons a {
        color: #fff;
    }

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: left;
    /*height: 40vw;*/
}

.home-banner1 {
    box-shadow: rgba(0,0,0,0.3) 0 0 0 1000px inset;
    background-image: url('/Images/Building/gatehouse03.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    height: 100%;
    min-height: 400px;
}

.home-banner2 {
    box-shadow: rgba(0,0,0,0.3) 0 0 0 1000px inset;
    background-image: url('/Images/Building/ERF13/SET 1_ERF13.jpg');
    background-repeat: no-repeat;
    background-position: 50% 36%;
    background-size: cover;
    color: #fff;
    height: 100%;
    min-height: 400px;
}

.home-banner3 {
    box-shadow: rgba(0,0,0,0.3) 0 0 0 1000px inset;
    background-image: url('/Images/Clouds on the Mountain.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
    height: 100%;
    min-height: 400px;
}

.home-title {
    padding-top: 200px;
    padding-left: 50px;
    padding-bottom: 20px;
}

.home-container ul {
    list-style: none;
    padding-top: 50px;
}

.home-container li {
    cursor: pointer;
    transition: 2s ease-in-out zoom;
}

    .home-container li:hover {
        zoom: 1.5;
    }

    .home-container li h3 {
        color: #778DA9;
        font-size: 15px;
    }

    .home-container li a {
        color: #fff;
        font-size: 13px;
    }

.home-container h1 {
    font-size: 50px;
}

.home-container h2 {
    font-size: 70px;
}

.home-container h3 {
    font-size: 30px;
}

/*About*/
.about-banner1 {
    background-image: url('../Images/Building/6Front01.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-banner2 {
    background-image: url('../Images/Gallery/WEB2_70 - Photo.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*Architecture*/

.scene {
    width: 300px;
    height: 200px;
    /*border: 1px solid #ccc;*/
    margin: 80px;
    perspective: 400px;
}

.box {
    width: 300px;
    height: 200px;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(-50px);
    transition: transform 1s;
}

    .box.show-front {
        transform: translateZ(-50px) rotateY(0deg);
    }

    .box.show-back {
        transform: translateZ(-50px) rotateY(-180deg);
    }

    .box.show-right {
        transform: translateZ(-150px) rotateY(-90deg);
    }

    .box.show-left {
        transform: translateZ(-150px) rotateY(90deg);
    }

    .box.show-top {
        transform: translateZ(-100px) rotateX(-90deg);
    }

    .box.show-bottom {
        transform: translateZ(-100px) rotateX(90deg);
    }

.box__face {
    position: absolute;
    border: 1px solid black;
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.box__face--front,
.box__face--back {
    width: 300px;
    height: 200px;
    line-height: 200px;
}

.box__face--right,
.box__face--left {
    width: 100px;
    height: 200px;
    left: 100px;
    line-height: 200px;
}

.box__face--top,
.box__face--bottom {
    width: 300px;
    height: 100px;
    top: 50px;
    line-height: 100px;
}

.box__face--front {
    /*background: hsla(0, 100%, 50%, 0.7);*/
    background-image: url(/Images/Materials/Roof.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box__face--right {
    /*background: hsla(60, 100%, 50%, 0.7);*/
    background-image: url(/Images/Materials/Walls.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box__face--back {
    /*background: hsla(120, 100%, 50%, 0.7);*/
    background-image: url(/Images/Materials/Walls.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box__face--left {
    /*background: hsla(180, 100%, 50%, 0.7);*/
    background-image: url(/Images/Materials/Walls.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box__face--top {
    /*background: hsla(240, 100%, 50%, 0.7);*/
    background-image: url(/Images/Materials/Walls.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box__face--bottom {
    background: hsla(0, 0%, 0%, 0.3);
    /*background-image: url(/Images/Materials/Roof.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}

.box__face--front {
    transform: rotateY(0deg) translateZ(50px);
}

.box__face--back {
    transform: rotateY(180deg) translateZ(50px);
}

.box__face--right {
    transform: rotateY(90deg) translateZ(150px);
}

.box__face--left {
    transform: rotateY(-90deg) translateZ(150px);
}

.box__face--top {
    transform: rotateX(90deg) translateZ(100px);
}

.box__face--bottom {
    transform: rotateX(-90deg) translateZ(100px);
}

label {
    margin-right: 10px;
}


/*Architecture*/
.typology-bg {
    background-image: url('../Images/Building/6RoadsideBack.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.materials-bg {
    background-image: url('../Images/Building/5Side.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.materials-bg2 {
    background-image: url('../Images/Building/5Front.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.levels-bg {
    background-image: url('../Images/Building/29Front03.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.levels-bg2 {
    background-image: url('../Images/Building/6top.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.secondary-bg {
    background-image: url('../Images/Building/5Front01-small.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-bg {
    background-image: url('../Images/Building/29Side.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.location-bg {
    background-image: url('../Images/Building/5Front.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#contentContainer h3 {
    padding-top: 50px;
    color: #778DA9;
}

#contentContainer h2 {
    font-size: 25px;
}

    #contentContainer h2:before {
        background-color: #292f36;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 70px;
        margin-bottom: 7px;
        margin-right: 5px;
    }

.no-col-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-row-margin {
    margin-right: 0px;
    margin-left: 0px;
}

.animated-list {
    list-style: none;
}

.circle-border {
    border: 2px solid #fff;
    border-radius: 100%;
    max-width: 15px;
    max-height: 15px;
    min-height: 15px;
    cursor: pointer;
    margin: 10px auto;
}

    .circle-border:hover, .circle-border:focus, .circle-fill:hover, .circle-fill:focus {
        background-color: #fff;
        transform: scale(1.5);
    }

.circle-fill {
    border: 2px solid #fff;
    border-radius: 100%;
    max-width: 15px;
    max-height: 15px;
    min-height: 15px;
    background-color: #fff;
    cursor: pointer;
    margin: 10px auto;
}

.animated-list li:nth-child(1) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.animated-list li:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated-list li:nth-child(3) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.animated-list li:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated-list li:nth-child(5) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 100px;
    }

    75% {
        opacity: 0.5;
        top: 0px;
    }

    100% {
        opacity: 1;
    }
}

#materials {
    margin-bottom: -100px;
    overflow: hidden;
}

    #materials img {
        transition: 1s ease-in-out;
        cursor: pointer;
        margin-top: 100px;
    }

        #materials img:hover, #materials img:focus {
            margin-top: 0;
        }


.content-padding {
    padding: 100px 50px 50px 50px;
}

.content-padding-lg {
    padding: 100px 100px;
}



.unit-container {
    height: auto;
}

    .unit-container .swiper-slide {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .unit-container h2 {
        transform: rotate(-90deg);
        position: absolute;
        left: 0;
        bottom: 50px;
    }


#videoBlock1 {
    position: absolute;
    right: 0;
    top: 0 !important;
    min-width: 100%;
    min-height: 100%;
}



footer {
    background-color: #292f36;
    color: #fff;
    padding: 50px 15px 15px 15px;
    font-size: 13px;
    position: relative;
}

    footer a {
        color: #fff;
    }

        footer a:hover, footer a:focus {
            color: #778DA9;
        }

    footer h1 {
        font-size: 20px;
    }

    footer img {
        max-width: 300px !important;
        margin: auto
    }

.navbar {
    z-index: 2;
}

.dropdown {
    padding: 0.6em;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase;
}

    .dropdown .dropdown-menu a {
        display: block;
        padding: 5px;
    }

        .dropdown .dropdown-menu a:hover {
            background: #eee;
            text-decoration: none !important;
        }

/*-- Image lightbox --*/

.gallery {
    width: 100%;
    margin: 15px auto 15px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    column-gap: 10px;
}

.hidden {
    display: none;
}

.nosel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.img-enlarged__cont {
    width: 100%;
    height: 0px;
    opacity: 0;
    font-family: Helvetica, sans-serif;
    cursor: zoom-out;
    background: rgba(41, 47, 54, 0.8);
    backdrop-filter: blur(6.9px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    transition: opacity 0.3s ease-in-out;
}

    .img-enlarged__cont.open {
        height: 100%;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }

.img-enlarged {
    max-width: 90%;
    max-height: 80%;
    border: 5px solid #eee;
    display: block;
    margin: auto !important;
    position: relative;
    top: 10%;
    bottom: 10%;
}

.img-enlarged__nav.next::after {
    content: ">";
    font-size: 50px;
    font-family: monospace;
    color: #fff;
    position: absolute;
    right: 30%;
    top: 49%;
}

.img-enlarged__nav.prev::after {
    content: "<";
    font-size: 50px;
    font-family: monospace;
    color: #fff;
    position: absolute;
    left: 30%;
    top: 49%;
}


.gallery img {
    cursor: zoom-in;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 4px solid transparent;
    transition: 0.1s ease;
}
    .gallery img:hover {
        border: 4px solid rgba(41, 47, 54, 0.7);
    }


.img-enlarged__nav {
    cursor: pointer;
    z-index: 999;
    text-align: center;
    height: 100%;
    width: 80px;
    vertical-align: middle;
    transition: 0.3s width, 0.2s background;
}

    .img-enlarged__nav:hover {
        background: rgba(0, 0, 0, 0.2);
        transition: 0.3s width, 0.2s background;
    }

    .img-enlarged__nav span {
        font-size: 15px;
        color: #fff;
        height: 20px;
        display: inline-block;
    }

    .img-enlarged__nav.prev {
        position: absolute;
        top: 0;
        left: 0;
    }

    .img-enlarged__nav.next {
        position: absolute;
        top: 0;
        right: 0;
    }


.img-enlarged__counter {
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-family: monospace;
    width: 50px;
    text-align: center;
    font-size: 15px;
    padding: 7px 0 7px 0;
    margin: auto !important;
    display: block;
    position: absolute;
    left: 49%;
    bottom: 5%;
}

@media only screen and (max-width: 620px) {
    .gallery {
        display: block;
    }

        .gallery img {
            margin-bottom: 10px;
        }
}

/* Agent image */
.agent-image {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}