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

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

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

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

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

html,
body {
    color: #222222;
}

h1 {
    font-family: "Poppins", system-ui;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
}

h2 {
    font-family: "Poppins", system-ui;
    font-weight: 300;
    font-style: normal;
    font-size: 64px;
    line-height: 1.2;
}

h3 {
    font-family: "Poppins", system-ui;
    font-weight: 300;
    font-style: normal;
    font-size: 34px;
    line-height: 1.2;
}

h4 {
    font-family: "Poppins", system-ui;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
}

h5 {
    font-family: "Poppins", system-ui;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.3;
}

p,
li {
    font-family: "Poppins", system-ui;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
}

span {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
}

strong {
    font-weight: 700;
}

.artist-impression{
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 9px;
    z-index: 1;
}

#float-icon {
    position: fixed;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

#float-register,
#float-whatsapp,
#float-waze {
    display: block;
}

#float-register img {
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
}

#float-whatsapp img {
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
}

#float-waze img {
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
}

.modal-dialog {
    max-width: 90vw;
    margin: 0 auto;
}

@keyframes animatedBackground {
    from {
        background-size: 120% auto;
    }

    to {
        background-size: 140% auto;
    }
}

@keyframes animatedDesignBackground {
    from {
        background-size: 140% auto;
    }

    to {
        background-size: 160% auto;
    }
}

.navbar .nav-item>.nav-link {
    text-transform: uppercase;
    font-family: "Poppins", system-ui;
    font-weight: 300;
}

.navbar .nav-item:not(:last-child)>.nav-link {
    padding: 0.5rem 1rem;
}

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

.navbar .nav-item>.nav-link.active {
    font-weight: 700;
}

.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;
}

/* State when the navbar is collapsed */

.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);
}

/* Color of 3 lines */

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

#banner {
    background-color: #2B432F;
    overflow: hidden;
}

#banner #logo-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#banner #suria-hill-logo {
    max-width: 180px;
}

#banner #ijm-logo {
    max-width: 140px;
}

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

#banner .background:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

#banner .background #title {
    position: relative;
    z-index: 1;
    padding: 200px 0 460px;
}

#parkliving {
    background-color: #95512B;
    overflow: hidden;
    padding: 4rem 0;
}

#parkliving h2 {
    font-family: 'Luxia', system-ui;
    font-weight: 300;
}

#parkliving h4 {
    font-family: 'Luxia', system-ui;
    font-weight: 300;
}

#parkliving #perfect {
    background-image: url('../images/perfect.webp');
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

#parkliving #perfect h5 {
    color: #467D93;
}

#parkliving #flexible {
    background-image: url('../images/flexible.webp');
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

#parkliving #moment {
    background-image: url('../images/moment.webp');
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

#parkliving #moment h5{
    position: relative;
    left: -200px;
}

#location {
    position: relative;
}

#location:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 10%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

#location #content {
    position: absolute;
    top: 10%;
    width: 100%;
}

#location #sovana {
    position: absolute;
    top: 53%;
    left: 61%;
}

#location #sovana #marker {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 20px;
    background-color: #FFFFFF;
    position: relative;
}

#location #sovana #marker:after {
    position: absolute;
    display: block;
    content: '';
    height: 270px;
    width: 3px;
    border-left: 3px dotted #FFFFFF;
    border-radius: 9999px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#location #sovana img {
    position: absolute;
    top: calc(53% - 310px);
    left: calc(61% - 90px);
}

#location #suria-park {
    position: absolute;
    z-index: 2;
    left: 18%;
    top: 77%;
    padding: 0.25rem 0.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
}

#location #skate-park {
    position: absolute;
    z-index: 2;
    left: 55%;
    top: 87%;
    padding: 0.25rem 0.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
}

#siteplan {
    background-color: #ECE3DC;
    overflow: hidden;
    padding: 4rem 0;
}

#siteplan .zoom p {
    color: #222222;
}

#siteplan h5{
    min-width: 110px;
}

#siteplan .type {
    width: 70px;
    height: 30px;
}

#siteplan .type#intermediate {
    background-color: #DFBAC1;
}

#siteplan .type#end-lot {
    background-color: #D19889;
}

#siteplan .type#corner-lot {
    background-color: #BE899C;
}

#floorplan{
    background-color: #405840;
    padding: 4rem 0;
    overflow: hidden;
}

#calculator {
    padding: 4rem 0;
    overflow: hidden;
}

#calculator .form-group label {
    min-width: 180px;
    padding-top: 5px;
}

#calculator .form-group input {
    border-radius: 0;
}

#calculator .calculateBtn {
    background-color: #A97447;
    color: #FFFFFF;
    padding: 1rem 2rem;
    border-radius: 0;
    border: 0;
    transition: all 0.4s ease;
    display: block;
}

#calculator .calculateBtn:hover {
    background-color: #8d5a2e;
}

#calculator #estimatedInstalment {
    background-color: #F4EEEA;
}

#calculator #estimatedInstalment h4 {
    font-size: 32px;
    line-height: 1;
}

#calculator #estimatedInstalment h4 span {
    font-size: inherit;
    line-height: inherit;
}

#calculator #loanError,
#calculator #rateError,
#calculator #estimatedError {
    color: #a50000;
}

#register {
    background-color: #95512B;
    padding: 4rem 0 3rem;
    overflow: hidden;
}

#register #form-container form label {
    color: #FFFFFF;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

#register #form-container form input {
    border: 1px solid #FFFFFF;
    border-radius: 0;
    background-color: transparent;
    color: #FFFFFF;
    padding: 2.35rem .75rem 1.15rem;
    height: 100%;
}

#register #form-container form select {
    border: 1px solid #FFFFFF;
    border-radius: 0;
    background-color: transparent;
    color: #FFFFFF;
    padding: 2.25rem .75rem 1rem;
}

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

#register #form-container form input~label {
    color: #FFFFFF;
}

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

#register #form-container form .form-check input {
    padding: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: none;
}

#register #form-container 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='%23FFC222' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

#register #form-container form .form-check label {
    top: -35px;
    position: relative;
}

#register #form-container .btn{
    border-radius: 40px;
    background-color: #FFFFFF;
    color: #95512B;
    font-weight: 500;
    font-size: 18px;
    padding: 1rem 2.25rem;
    transition: all 0.4s ease;
}

#register #form-container form button[type="submit"]:hover {
    background-color: #C68B6D;
    color: #FFFFFF;
}

#register #contact {
    color: #FFFFFF;
}

#register a#waze img,
#register a#google-map img{
    max-width: 40px;
}

#register a {
    color: #FFFFFF;
}

#register a:hover {
    color: #FFC222;
}

#register .adpl {
    line-height: 1.2;
}

#register #terms a {
    font-family: "Poppins", system-ui;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 1.3;
    color: #FFFFFF;
    text-decoration: none;
}

@media (max-width: 1399.98px) {

    @keyframes animatedBackground {
        from {
            background-size: 160% auto;
        }

        to {
            background-size: 180% auto;
        }
    }

}

@media (max-width: 1199.98px) {

    .navbar .nav-item>.nav-link {
        font-size: 13px;
    }

    #location #sovana #marker:after {
        height: 210px;
    }

    #location #sovana img {
        position: absolute;
        top: calc(53% - 250px);
        left: calc(61% - 90px);
    }

}


@media (max-width: 991.98px) {

    @keyframes animatedBackground {
        from {
            background-size: 120% auto;
        }

        to {
            background-size: 140% auto;
        }
    }

    h1 {
        font-size: 20px;
        line-height: 1.3;
    }

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

    h3{
        font-size: 28px;
    }

    h5{
        font-size: 16px;
    }

    .navbar .nav-item:first-child>.nav-link {
        padding-top: 1.5rem;
    }

    .navbar .nav-item>.nav-link {
        padding: 0.5rem 1rem;
        font-size: initial;
    }

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

    #parkliving #perfect h5 {
        color: #FFFFFF;
    }

    #parkliving #moment h5{
        width: 100%;
        left: 0;
    }

    #parkliving #perfect:after,
    #parkliving #flexible:after,
    #parkliving #moment:after {
        display: block;
        content: '';
        width: 100%;
        height: 35%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(358deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    }

    #location #sovana {
        top: 77%;
    }

    #location #suria-park {
        top: 89%;
    }

    #location #skate-park {
        top: 94%;
        left: 62%;
    }
}

@media (max-width: 767.98px) {

    #banner #suria-hill-logo {
        max-width: 120px;
    }

    #banner #ijm-logo {
        max-width: 90px;
    }

    #banner .background #title {
        padding: 15vh 0 25vh;
    }

    #banner .background h4 {
        font-size: 18px;
    }

    #banner .background #title img {
        max-width: 260px;
    }

    #location #skate-park {
        top: 93%;
    }

    #location #suria-park h5,
    #location #skate-park h5 {
        font-size: 12px;
    }

    #register {
        padding: 80px 0 40px;
    }

    #register img {
        max-width: 180px;
    }

    #register h3 {
        font-size: 22px;
    }

    #register #form-container form .form-check label {
        left: 0px;
    }

}

@media (max-width: 575.98px) {

    #location #sovana #marker::after {
        height: 100px;
    }

    #location #sovana img {
        max-width: 140px;
        position: absolute;
        top: calc(53% - 130px);
        left: calc(61% - 75px);
    }

    #location #skate-park {
        top: 91%;
    }

}