@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@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');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

@font-face {
    font-family: 'Bon-Vivant-Serif';
    src: url(/font/Bon-Vivant-Serif.woff) format('woff'),
        url(/font/Bon-Vivant-Serif.woff2) format('woff2');
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000012;
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
}

.banner-information {
    font-family: "Montserrat", sans-serif;
    text-align: left;
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 73%;
    transform: translate(-50%);
    color: #8C6239;
    padding: 18px;
    background: #ffffff;
    box-shadow: 0 0 3px #5d5b5b;
    border-radius: 5px;
    width: 35%;
}

.banner-information h1 {
    font-family: 'Bon-Vivant-Serif';
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}

.banner-location {
    color: #6d6b6b;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #c3bfbf;
    width: 45%;
}

.banner-configuration {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #3d3c3c;
    font-family: "lora", serif;
    font-size: 21px;
}

.banner-starting-price {
    color: #716e6e;
    margin-bottom: 5px;
    font-family: 'Lora';
}

.ban-start-price {
    font-family: 'Lora';
    font-size: 19px;
}

.ban-start-price b {
    font-size: 28px;
}

.banner-btn {
    text-align: right;
}

.btn {
    font-family: "lora", serif;
    font-size: 18px;
    background: #8C6239;
    color: #fff;
    padding: 3px 20px;
}

.padding-space-extra {
    padding: 90px 0;
}

.overview-section {
    font-family: 'Montserrat';
}

.section-title {
    font-family: 'Montserrat';
}

.section-title p {
    font-size: 17px;
    margin-bottom: 9px;
}

.section-title h2 {
    font-size: 40px;
    font-family: 'Bon-Vivant-Serif';
    color: #8c6239;
    text-transform: uppercase;
}

.overview-info p {
    font-size: 15px;
}

.overview-configuration h3 {
    font-family: 'Lora';
    font-size: 23px;
    color: #8c6239;
}

.overview-configuration-icon {
    margin-bottom: 10px;
}

.overview-configuration-icon img {
    max-width: 79px;
}

.gallery-section-information .section-title {
    text-align: center;
}

.gallery-section-information .section-title h2 {
    font-size: 38px;
}

.gallery-section {
    overflow: hidden;
    position: relative;
}

.gallery-section .container-fluid {
    padding: 0;
}

.gallery-section-information .row {
    padding: 0;
}

.gallery-section-information .row .col-md-3 {
    padding: 0;
}

.gallery-img {
    overflow: hidden;
    /* hides overflow when image zooms */
}

.highlight-img {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.highlight-img img {
    width: 250px;
    height: 250px;
    box-shadow: 0 0 2px #353333;
    border-radius: 10px;
}

.project-highlight-info {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.project-highlight-info p {
    font-size: 14px;
    margin-bottom: 5px;
}

.blob-1 {
    animation: 5s ease-in-out 0s infinite normal none running animate;
    transition: 1s ease-in-out;
}

@keyframes animate {

    0%,
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30%;
    }
}

.highlight-section-information ul {
    list-style: none;
    padding-left: 0px;
    position: relative;
}

.highlight-section-information {
    font-family: 'Montserrat';
    text-align: center;
}

.highlight-section-information ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-family: 'Lora';
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlight-section-information ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 9;
    content: "";
}

.highlight-section-information ul li p {
    margin-bottom: 0;
    padding-left: 15px;
}

.price-section {
    background: linear-gradient(#ffffff82),
        url('../images/price-bg.jpg');
    ;
    background-size: cover;
    background-repeat: no-repeat;
}

.price-section-information {
    text-align: center;
}

.price-section-info {
    background: #956a3e;
    box-shadow: 0 0 3px #737171;
    border-radius: 6px;
    padding: 10px;
    font-family: 'Lora';
    margin-bottom: 15px;
}

.project-type {
    background: #f7f6f6;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.project-type p {
    margin-bottom: 0;
    font-size: 20px;
}

.project-price {
    color: #fff;
}

.project-price-in {
    margin-bottom: 5px;
}

.project-price-fer b {
    font-size: 25px;
}

.project-price-fer {
    margin-bottom: 0;
}

.project-price {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
}

.project-size-in {
    color: #fff;
    margin-bottom: 4px;
}

.project-size-fer {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
}

.project-size {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
}

.price-section-info .btn {
    background: #fff;
    color: #000;
}

.amenities-section-information .section-title {
    text-align: center;
}

.project-amenities-info {
    text-align: center;
    font-family: 'Montserrat';
}

.amenities-img {
    background: #956a3e;
    border-radius: 50%;
    width: 142px;
    height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 9px;
}

.project-amenities-info p {
    margin-bottom: 0;
}

.location-section {
    background: linear-gradient(#f7f0f0e3), url(../images/price-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.location-points-info .location-para {
    font-family: 'Bon-Vivant-Serif';
    font-size: 25px;
    border-bottom: 2px dashed #bb542b;
    text-transform: uppercase;
    text-align: left;
}

.location-points {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Bon-Vivant-Serif';
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #bb542b;
}

.location-section-img {
    margin: 0 auto;
    text-align: center;
}

.location-section-img img {
    box-shadow: 0 0 3px #000;
    border-radius: 10px;
}

.location-part {
    font-size: 20px;
    margin-bottom: 0;
}

.location-points b {
    font-size: 20px;
}

.location-section-info .section-title h2 {
    font-size: 35px;
}

.location-points-info ul {
    padding-left: 25px;
}

.tab-overview {
    display: none;
}

.floor-section-information .section-title {
    text-align: center;
}

.floor-section-info {
    box-shadow: 0 0 3px #858585;
    text-align: center;
    border-radius: 10px;
}

.floor-img img {
    border-radius: 10px;
    filter: blur(5px);
}

.floor-section-info p {
    background: #956a3e;
    color: #fff;
    padding: 10px;
    font-family: 'Montserrat';
    border-radius: 2px;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.logo-home {
    max-width: 165px;
}

.modal-content {
    font-family: 'Montserrat';
}

.ct-tag {
    font-size: 15px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1295px) {
    .overview-title .section-title h2 {
        font-size: 34px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .banner-information h1 {
        font-size: 39px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-location {
        width: 50%;
    }

    .banner-information {
        width: 45%;
    }

    .banner-section {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block !important;
    }

    .mobile-banner {
        display: none;
    }

    .banner-information {
        width: 60%;
        left: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .gallery-section-information .section-title h2 {
        font-size: 33px;
    }

    .project-price-fer {
        font-size: 24px !important;
    }

    .project-size-in {
        font-size: 24px;
    }

    .project-price-in {
        font-size: 24px;
    }

    .container {
        max-width: 665px;
    }

    .project-amenities-info {
        margin-top: 20px;
    }

    .tab-overview {
        display: block;
        text-align: center;
    }

    .desktop-overview {
        display: none;
    }

    .floor-section-info {
        margin-bottom: 20px;
    }

    .banner-information {
        width: 100%;
        left: 50%;
        position: relative;
        padding: 20px;
        border: 20px solid #8c6239b8;
        border-radius: 0;
    }

    .banner-location {
        width: 50%;
        font-size: 20px;
    }

    .banner-configuration {
        font-size: 24px;
    }

    .banner-starting-price {
        font-size: 20px;
    }

    .ban-start-price {
        font-size: 22px;
    }

    .ban-start-price b {
        font-size: 32px;
    }

    .btn {
        font-size: 22px;
    }

    .ban-start-price {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .overview-configuration {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #000;
    }

    .overview-info p {
        font-size: 13px;
        margin-bottom: 0;
        text-align: justify;
    }

    .overview-title .section-title h2 {
        font-size: 24px;
    }

    .padding-space-extra {
        padding: 45px 0;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .overview-title .section-title h2 {
        font-size: 28px;
    }

    .tab-overview h2 {
        font-size: 30px;
    }

    .floor-section-information .section-title h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 490px) {
    .banner-information {
        padding: 10px;
    }

    .banner-location {
        width: 75%;
        font-size: 15px;
    }

    .banner-configuration {
        font-size: 19px;
    }

    .section-title h2 {
        font-size: 29px;
    }

    .project-highlight-info p {
        font-size: 16px;
    }

    .banner-starting-price {
        font-size: 16px;
    }

    .gallery-section-information .section-title h2 {
        font-size: 22px;
    }

    .ban-start-price b {
        font-size: 23px;
    }
}

@media only screen and (max-width: 410px) {
    .banner-information {
        border: 15px solid #8c6239b8;
    }

    .section-title p {
        font-size: 13px;
    }

    .banner-information h1 {
        font-size: 25px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .tab-overview h2 {
        font-size: 21px;
    }

    .floor-section-information .section-title h2 {
        font-size: 20px;
    }

    .project-price-in {
        font-size: 18px;
    }

    .project-size-in {
        font-size: 17px;
    }

    .highlight-img img {
        width: 270px;
        height: 265px;
    }

    .project-highlight-info p {
        font-size: 14px;
    }

    .overview-configuration-icon img {
        max-width: 43px;
    }

    .project-size-fer {
        font-size: 17px;
    }

    .overview-title .section-title h2 {
        font-size: 23px;
    }

    .overview-configuration h3 {
        font-size: 20px;
    }

    .amenities-img img {
        max-width: 90px;
    }

    .amenities-img {
        width: 120px;
        height: 120px;
    }

    .project-amenities-info p {
        font-size: 14px;
    }

    .location-points-info .location-para {
        font-size: 20px;
        margin-top: 15px;
    }

    .location-part {
        font-size: 17px;
    }

    .location-points b {
        font-size: 18px;
    }

    .btn {
        font-size: 16px;
    }
    .floor-section-info p {
    font-size: 15px;
}
}