@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html,
body {
    color: #222222;
    font-family: "Source Sans 3", system-ui;
}

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

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

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

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

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

p,
li {
    font-family: "Source Serif 4", 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;
}

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

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

.navbar {
    border-bottom: 1px solid #f0f0f0;
}

.navbar .nav-item>.nav-link {
    text-transform: uppercase;
    font-family: "Source Sans 3", system-ui;
    font-weight: 400;
}

.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 .nav-item .btn {
    font-family: "Source Sans 3", system-ui;
    background-color: #153264;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #FFFFFF;
    border-radius: 30px;
    padding: 0.75rem 2rem;
    opacity: 1;
    transform: all 0.4s ease;
    animation: flash 1.3s linear infinite;
}

.navbar .nav-item .btn:hover {
    background-color: #007dc5;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.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 #ridgeview-logo {
    max-width: 180px;
}

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

#banner {
    background-color: #2d332b;
}

#banner #ridgeview-w-logo {
    position: absolute;
    left: 50%;
    top: 18%;
    transform: translateX(-50%);
    width: 100%;
}

#banner #ridgeview-w-logo img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

#banner hr {
    opacity: 1;
    border-top: 1px solid #FFFFFF;
}

#banner h4 {
    font-family: "Source Sans 3", system-ui;
}

#breeze {
    background-color: #242a23;
    overflow: hidden;
    padding: 6rem 0;
}

#breeze #clubhouse-background {
    background-color: #2d332b;
}

#breeze #clubhouse-logo {
    mix-blend-mode: multiply;
    padding: 1.5rem 6rem;
}

#breeze #clubhouse-image {
    background-image: url('../images/clubhouse-image.webp');
    background-size: cover;
    background-position: center;
}

#breeze #clubhouse-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 300px;
}

#breeze #clubhouse-title hr {
    opacity: 1;
    border-top: 1px solid #FFFFFF;
}

#breeze #clubhouse-title p {
    font-family: "Source Sans 3", system-ui;
}

#refined {
    overflow: hidden;
    padding: 6rem 0;
}

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

#siteplan .facilities .number {
    display: inline-block;
    font-size: 0.9rem;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #222222;
    color: #FFFFFF;
    line-height: 0.5;
    padding: 0.5rem;
}

#siteplan .facilities.coming-soon .number {
    background-color: #58595b;
}

#siteplan .facilities.coming-soon p {
    opacity: 0.6;
}

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

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

#siteplan .types p {
    line-height: 1.3;
}

#siteplan .types .type {
    width: 50px;
    height: 20px;
    display: block;
}

#siteplan .types .type p {
    line-height: 0;
}

#siteplan .types .type#type-c {
    background-color: #d5def0;
}

#siteplan .types .type#type-e-intermediate {
    background-color: #e0deef;
}

#siteplan .types .type#type-e-end {
    background-color: #c6c3e1;
}

#siteplan .types .type#type-f-intermediate {
    background-color: #d1e0f3;
}

#siteplan .types .type#type-f-end {
    background-color: #adc4e6;
}

#siteplan .types .type#type-f-corner {
    background-color: #8eacd4;
}

#siteplan .types .type#type-g-intermediate {
    background-color: #fdf2f7;
}

#siteplan .types .type#type-g-end {
    background-color: #eed3df;
}

#siteplan .types .type#type-g-corner {
    background-color: #ebbbc6;
}

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

#gallery .types {
    width: 110px;
    height: 110px;
    display: block;
    border-radius: 110px;
    background-color: #222222;
    text-decoration: none;
    transition: all 0.4s ease;
}

#gallery .types:hover {
    background-color: #bba077;
}

#gallery .types h4 {
    color: #FFFFFF;
}

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

#floorplan .types {
    text-decoration: none;
}

#floorplan .types .title {
    text-align: center;
    padding: 1.5rem 1rem;
    background-color: #f3f1ef;
}

#floorplan .types .title p {
    line-height: 1.3;
    color: #222222;
}

#floorplan .types .type-container {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 1rem 0;
}

#floorplan .types .type-container .type {
    width: 110px;
    height: 110px;
    display: block;
    border-radius: 110px;
    background-color: #222222;
    text-decoration: none;
    margin: 0 auto;
    transition: all 0.4s ease;
}

#floorplan .types:hover .type-container .type {
    background-color: #bba077;
}

#floorplan .types .type-container .type h4 {
    color: #FFFFFF;
}

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

#brochure {
    overflow: hidden;
    background-color: #f2f1ef;
    padding: 4rem 0;
}

#brochure .btn {
    display: block;
    background-color: #2d332b;
    border: 0;
    border-radius: 15px;
    padding: 0.75rem 2.75rem;
    color: #FFFFFF;
    transition: all 0.4s ease;
    width: 100%;
    max-width: 200px;
    min-width: 200px;
}

#brochure .btn:hover {
    background-color: #495346;
}

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

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

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

#calculator .calculateBtn {
    background-color: #2d332b;
    color: #FFFFFF;
    padding: 0.75rem 2.75rem;
    border-radius: 0;
    border: 0;
    transition: all 0.4s ease;
    display: block;
    border-radius: 15px;
}

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

#calculator #estimatedInstalment {
    background-color: #f2f1ef;
    border-radius: 8px;
}

#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: #2d332b;
    padding: 4rem 0 3rem;
    overflow: hidden;
}

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

#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 {
    position: relative;
}

#register #form-container form button[type="submit"] {
    border-radius: 15px;
    background-color: #FFFFFF;
    color: #222222;
    font-size: 18px;
    padding: 0.75rem 2.75rem;
    transition: all 0.4s ease;
}

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

#register #contact {
    color: #FFFFFF;
}

#register a {
    color: #FFFFFF;
}

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

#register .adpl {
    line-height: 1.2;
    font-family: "Source Sans 3", system-ui;
}

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

footer {
    padding: 4rem 0;
}

footer h5 {
    font-family: "Source Sans 3", system-ui;
    font-weight: 400;
    color: #153264;
}

footer #social a {
    text-decoration: none;
    color: #222222;
}

footer #social a:hover {
    text-decoration: underline;
}

@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: 15px;
        padding: 0.5rem 0 !important;
    }

    .navbar .nav-item:first-child {
        padding-top: 1rem;
    }

    .navbar .nav-item .btn {
        font-size: 15px;
        padding: 1rem 1.5 !important;
    }

    #breeze #clubhouse-logo {
        padding: 1.5rem 3rem;
    }

}


@media (max-width: 991.98px) {

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

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

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 22px;
    }

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

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

    .navbar .nav-item:last-child {
        padding: 0.5rem 1rem;
    }

    #breeze #clubhouse-image {
        min-height: 400px;
    }

    footer h5 {
        font-size: 18px;
    }

}

@media (max-width: 767.98px) {

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

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

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

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

    #breeze #clubhouse-logo {
        padding: 1rem 0.5rem;
    }

    #refined {
        padding: 4rem 0;
    }

    #gallery .types {
        width: 80px;
        height: 80px;
        display: block;
        border-radius: 80px;
        background-color: #222222;
    }

    #gallery .types a h4 {
        font-size: 0.9rem;
    }

    #floorplan {
        padding: 0 0 4rem;
    }

    #location {
        padding: 0 0 4rem;
    }

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

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

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

}

@media (max-width: 575.98px) {

    #breeze #clubhouse-title h5 {
        font-size: 1rem;
    }

    #breeze #clubhouse-title p {
        font-size: 0.8rem;
    }

}

.btn {
    background-color: #ffffff;
    color: #000;
    padding: 12px 40px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

/* VERY IMPORTANT */
input.btn {
    appearance: none;
    -webkit-appearance: none;
    background-image: none;
}