@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Maven Pro';
    src: url('../fonts/MavenPro-Regular.woff2') format('woff2'),
        url('../fonts/MavenPro-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('../fonts/MavenPro-SemiBold.woff2') format('woff2'),
        url('../fonts/MavenPro-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cocogoose';
    src: url('../fonts/Cocogoose-Light.woff2') format('woff2'),
        url('../fonts/Cocogoose-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans';
    src: url('../fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('../fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans';
    src: url('../fonts/NunitoSans-Light.woff2') format('woff2'),
        url('../fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html,
body {
    color: #222222;
    font-family: "Maven Pro", 'Arial', sans-serif;
}

h1 {
    font-family: "Maven Pro", 'Arial', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    line-height: 1.1;
}

h2 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 60px;
    line-height: 1.1;
}

h3 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 1.3;
}

h4 {
    font-family: "Nunito Sans", 'Arial', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 1.3;
}

h5 {
    font-family: "Nunito Sans", 'Arial', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.3;
}

p,
span {
    font-family: "Nunito Sans", 'Arial', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4;
}

strong {
    font-weight: 600;
}

.btn-hexagon {
    position: relative;
    display: block;
    background: transparent;
    width: 300px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    color: #c69a53;
    margin: 0 auto;
    font-family: 'Maven Pro', 'Arial', sans-serif;
    font-weight: 300;
    transition: all 0.3s ease;
}

.btn-hexagon:before {
    font-weight: 300;
    position: absolute;
    display: block;
    content: '';
    width: 300px;
    left: 0px;
    height: 34px;
    z-index: -1;
    transform: perspective(15px) rotateX(3deg);
    border: 1px solid #c69a53;
    border-bottom: none;
    transition: all 0.3s ease;
}

.btn-hexagon:after {
    font-weight: 300;
    position: absolute;
    display: block;
    content: '';
    width: 300px;
    left: 0px;
    height: 34px;
    z-index: -1;
    top: 36.05px;
    transform: perspective(15px) rotateX(-3deg);
    border: 1px solid #c69a53;
    border-top: none;
    transition: all 0.3s ease;
}

.btn-hexagon span {
    position: relative;
    z-index: 1;
}

.btn-hexagon:hover:before {
    background: #c69a53;
}

.btn-hexagon:hover:after {
    background: #c69a53;
}

.btn-hexagon:hover {
    color: #262e39;
}

.owl-carousel .owl-nav .owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav .owl-next {
    right: -30px;
}

.owl-carousel .owl-nav .owl-prev svg,
.owl-carousel .owl-nav .owl-next svg {
    transform: scale(1.4);
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.owl-carousel .owl-dots {
    position: relative;
    top: -40px;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 40px;
    height: 8px;
    background-color: transparent;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    margin-right: 10px;
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #FFFFFF;
}

.modal .modal-dialog {
    max-width: 85%;
}

.navbar {
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
}

.navbar.sticked {
    background-color: #F1F2F2;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

.navbar .nav-item>.nav-link {
    color: #222222;
    padding: 0.5rem 1rem;
    font-weight: 300;
}

.navbar .nav-item>.nav-link.active,
.navbar .nav-item>.nav-link:hover {
    color: #c69a53;
}

.navbar .nav-item.dropdown .dropdown-menu{
    background-color: #F1F2F2;
}

.navbar .nav-item.dropdown .dropdown-menu .nav-link{
    font-weight: 300;
    padding: 0.5rem 1rem;
    color: #222222;
}

.navbar .nav-item.dropdown .dropdown-menu .nav-link:hover{
    color: #c69a53;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #222222;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

.navbar-toggler.collapsed .toggler-icon {
    background: #222222;
}

.offcanvas {
    background-color: #F1F2F2;
}

.offcanvas .offcanvas-header {
    border-bottom: 1px solid #222222;
}

.offcanvas.offcanvas-end {
    border-left: 0;
}

#float-register {
    position: fixed;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

#banner {
    background-color: #262e39;
    overflow: hidden;
    margin-top: -120px;
}

#banner .background {
    position: relative;
    background-image: url('../images/banner.webp');
    background-size: 120% auto;
    background-repeat: no-repeat;
    background-position: center 80%;
    animation: animatedBackground 15s linear infinite alternate;
}

#banner .background:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
}

#banner .content {
    position: relative;
    z-index: 1;
    padding: 240px 0 160px;
}

#banner .content a.btn {
    color: #222222;
}

#banner h2 {
    max-width: 80%;
}

#welcome {
    background-color: #282F39;
    padding: 8rem 0;
    overflow: hidden;
}

#welcome h2 {
    color: #c69a53;
}

#connectivity {
    overflow: hidden;
    padding: 8rem 0;
    background-color: #44352a;
}

#connectivity #image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#connectivity #image-container img {
    position: absolute;
    top: 0;
    left: 0;
}

#strategic {
    background-color: #282F39;
    padding: 8rem 0;
    overflow: hidden;
}

#strategic h2 {
    color: #c69a53;
}

#strategic h4 {
    color: #c69a53;
}

#strategic .floor-plan {
    color: #c69a53;
    font-size: 20px;
    font-family: "NunitoSans", 'Arial', sans-serif;
    text-decoration: none;
}

#strategic .floor-plan:hover{
    text-decoration: underline;
}

#siteplan {
    overflow: hidden;
    padding: 8rem 0;
}

#siteplan h3 {
    font-weight: 400;
}

#siteplan .box {
    border: 1px solid #222222;
    padding: 0.75rem 0.25rem;
}

#siteplan .box p{
    font-size: 14px;
}

#siteplan #type-a {
    background-color: #f1e8df;
    padding: 1rem;
}

#siteplan #type-b {
    background-color: #e4c79d;
    padding: 1rem;
}

#siteplan #type-c {
    background-color: #cead78;
    padding: 1rem;
}

#siteplan #type-d {
    background-color: #bb9664;
    padding: 1rem;
}

#detail {
    background-color: #F1F2F2;
    padding: 120px 0;
    overflow: hidden;
}

#detail h3 {
    font-family: "Maven Pro", 'Arial', sans-serif;
    font-weight: 300;
    color: #c89c54;
}

#detail h5 {
    font-size: 16px;
}

#detail #chart-container {
    background-color: #FFFFFF;
}

#detail #chart-container #residential {
    color: #CD9A67;
}

#detail #chart-container #infrastructure {
    color: #D6AB7F;
}

#detail #chart-container #commercial {
    color: #D8AE82;
}

#detail #chart-container #open-space {
    color: #D6AB7F;
}

#detail #chart-container #amenities {
    color: #E4C6A6;
}

#detail #chart-container #industrial {
    color: #222222;
}

#detail ul.connectivity {
    padding-left: 0;
    position: relative;
    list-style-type: none;
}

#detail ul.connectivity#connectivity-1:before {
    width: 1px;
    height: 78%;
    background-color: #C89955;
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    left: -11px;
}

#detail ul.connectivity#connectivity-2:before {
    width: 1px;
    height: 84%;
    background-color: #C89955;
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    left: -11px;
}

#detail ul.connectivity li {
    padding-left: 1rem;
    position: relative;
}

#detail ul.connectivity li:not(:last-child) {
    margin-bottom: 2rem;
}

#detail ul.connectivity .dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 3px solid #222222;
    background-color: #C89955;
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    left: -1rem;
}

#detail ul.connectivity .dot.invert {
    border: 3px solid #C89955;
    background-color: #222222;
}

#sitemap {
    padding: 120px 0;
    overflow: hidden;
}

#sitemap #status {
    background-color: #F1F1F2;
}

#sitemap #status .number {
    position: absolute;
    left: -2rem;
    top: -3px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.8;
}

#sitemap #status .completion {
    background-color: #FFFFFF;
    border-radius: 6px;
    margin-top: 1rem;
    position: relative;
}

#sitemap #status .completion h3 {
    font-family: "Maven Pro", 'Arial', sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 23px;
}

#sitemap #status .completion:after {
    width: 15px;
    height: 15px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    background-color: #222222;
    border-radius: 100%;
}

#sitemap ul {
    list-style-type: none;
}

#sitemap ul li {
    position: relative;
    padding-left: 1rem;
}

#sitemap ul li h5 {
    font-size: 13px;
    line-height: 1.5;
}

#sitemap #new-launch {
    background-color: #E3E5EB;
    border-radius: 8px;
}

#sitemap #new-launch .number.circle {
    border: 1px solid #222222;
    border-radius: 100%;
}

#sitemap #under-construction {
    background-color: #F1EAE0;
    border-radius: 8px;
}

#sitemap #under-construction .completion:after {
    background-color: #C89955;
}

#sitemap #under-construction .completion h3 {
    color: #C89955;
}

#sitemap #completed {
    background-color: #E3E5EB;
    border-radius: 8px;
}

#sitemap #completed .completion:after {
    background-color: #90A1BB;
}

#sitemap #completed .completion h3 {
    color: #90A1BB;
}

#sitemap #completed .title {
    font-family: "Maven Pro", 'Arial', sans-serif;
    font-weight: 300;
    color: #7F8CA3;
    font-size: 24px;
}

#contact {
    background-color: #282F39;
    padding: 4rem 0 2rem;
    overflow: hidden;
}

#contact h2 {
    color: #c69a53;
}

#contact h3 {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
}

#contact h4 {
    font-family: "Maven Pro", 'Arial', sans-serif;
    font-weight: 300;
}

#contact a {
    text-decoration: none;
}

#contact form {
    background-color: #CD9A67;
}

#contact form input {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 1.5rem 1.15rem;
    height: 100%;
}

#contact form input::placeholder {
    color: #FFFFFF;
}

#contact form select {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 1.5rem 1.15rem;
}

#contact form label[for="country-code"] {
    position: absolute;
    top: 0.75rem;
    left: 0.45rem;
}

#contact form input~label {
    color: #FFFFFF;
}

#contact form input~label:after {
    background-color: transparent;
}

#contact form .form-check input {
    padding: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: none;
    border-radius: 0;
    background-color: #FFFFFF;
}

#contact form .form-check input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23CD9A67' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

#contact form .form-check label {
    top: -33px;
    position: relative;
    margin-left: 25px;
    font-size: 12px;
    font-weight: 300;
}

#contact form .form-check a {
    color: #FFFFFF;
    text-decoration: underline;
}

#contact form button[type="submit"] {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
    font-size: 22px;
    outline: 0;
    appearance: none;
    background: 0;
    border: none;
    border-radius: 50px;
    background-color: #FFFFFF;
    color: #CD9A67;
    padding: 1rem 2.25rem;
    width: 100%;
    transition: all 0.3s ease;
}

#contact form button[type="submit"]:hover {
    background-color: #222222;
    color: #FFFFFF;
}

#contact .box {
    border: 1px solid #FFFFFF;
    padding: 1.25rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

footer {
    background-color: #282F39;
    padding: 0 0 120px;
    overflow: hidden;
}

footer h3 {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
}

footer a {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
}

footer p {
    font-size: 15px;
}

#sticky-bar {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 98;
}

#sticky-bar a>img {
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
}

@media (max-width: 1399.98px) {

    #detail ul.connectivity#connectivity-1:before {
        height: 72%;
    }

    #detail ul.connectivity#connectivity-2:before {
        height: 80%;
    }

}

@media (max-width: 1199.98px) {

    .navbar {
        background-color: #F1F2F2;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    }

    #banner .background {
        position: relative;
        background-image: url('../images/banner-mobile.webp');
        background-size: 120% auto;
        background-repeat: no-repeat;
        background-position: center 100%;
    }

}

@media (max-width: 991.98px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    #detail ul.connectivity#connectivity-1:before {
        height: 74%;
    }

    #detail ul.connectivity#connectivity-2:before {
        height: 84%;
    }

}

@media (max-width: 767.98px) {

    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .btn-hexagon {
        width: 240px;
    }

    .btn-hexagon:before {
        width: 240px;
    }

    .btn-hexagon:after {
        width: 240px;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: -20px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: -20px;
    }

    .navbar .nav-item>.nav-link {
        padding: 0.5rem 0rem;
    }

    #welcome {
        padding: 4rem 0;
    }

    #connectivity {
        padding: 4rem 0;
    }

    #strategic {
        padding: 4rem 0 3rem;
    }

    #siteplan {
        padding: 4rem 0;
    }

    #detail {
        padding: 4rem 0;
    }

    #sitemap {
        padding: 4rem 0;
    }

    #sitemap ul li h5 {
        font-size: 16px;
    }

    #contact {
        padding: 4rem 0;
    }

    #contact h5{
        font-size: 16px;
    }

    #sticky-bar img {
        max-width: 50px;
    }

}