@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=MonteCarlo&display=swap');
* {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.monte {
    font-family: "MonteCarlo", serif;
}

section .container-fluid,
footer .container-fluid {
    width: 95%;
}

li {
    list-style: none;
}

a,
a:hover,
a:active {
    text-decoration: none;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.gradient-btn {
    background-image: linear-gradient(to right, #a36d1d, #efd562, #a36d1d);
    margin: 10px;
    padding: 10px 50px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
    color: #111;
    background-position: left center;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto;
    display: table;
    border: none;
}

.main-banner {
    background-image: url(../images/banner-img.jpg);
    padding: 150px 0 100px;
    background-size: cover;
    background-position: bottom;
}

.main-banner h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 5px;
}

.main-banner h2 {
    color: #ebbe47;
    font-style: italic;
    font-size: 150px;
    font-weight: 300;
    padding-bottom: 50px;
}

.main-banner h2 span {
    margin-right: 30px;
}

#map {
    height: 800px;
}

.map-section .map-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    padding: 20px;
    background-color: rgb(130, 43, 59, .99);
    border-radius: 20px;
    max-width: 600px;
}

.map-section .map-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.map-section .map-content .map-logos {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.map-section .map-content .map-logos ul li {
    display: inline-block;
    padding: 15px;
}

.building-requirements {
    background-image: url(../images/inner-banner.jpg);
    background-size: cover;
    text-align: center;
	vertical-align: bottom;
	background-position: center middle;
}

.building-requirements h2 {
    color: #ebbe47;
    font-size: 72px;
    font-weight: 700;
}

.building-requirements p {
    font-size: 30px;
    color: #fff;
    padding-bottom: 50px;
}

.have-requirements {
    background-image: url(../images/banner2-img.jpg);
    background-size: cover;
    background-position: bottom;
}

.have-requirements h2 {
    font-size: 100px;
    color: #ebbe47;
    text-align: center;
}

.have-requirements h5 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 72px;
}

.contact-form-card {
    border: 2px solid #fff;
    padding: 70px;
    padding-top: 0;
    border-radius: 50px;
    padding-bottom: 50px;
}

.contact-form-card nav {
    margin-top: -35px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.contact-form-card nav .nav-tabs {
    background-color: #cbcad0;
    padding: 5px;
    width: fit-content;
    border-radius: 10px;
}

.contact-form-card .nav-tabs button {
    border-radius: 5px;
    border: none;
    padding: 10px;
    text-align: left;
    line-height: 26px;
    color: #000;
    width: 270px;
    display: flex;
    justify-content: center;
}

.contact-form-card .nav-tabs button p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #272727;
}

.contact-form-card .nav-tabs button.active {
    background-color: #84303f;
    color: #fff;
    font-size: 16px;
}

.contact-form-card .nav-tabs button img {}

.contact-form-card .nav-tabs button.active img {
    filter: invert(1);
}

.contact-form-card .nav-tabs button.active p {
    color: #fff;
}

.contact-form-card .nav-tabs button span {
    display: block;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-form-card input,
.contact-form-card textarea {
    background-color: rgba(255, 255, 255, .7);
    padding: 15px;
    color: #7d8082;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}

footer {
    background-color: #000000;
}

footer p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-align: justify;
    width: 95%;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer ul li {
    width: 50%;
    padding-bottom: 20px;
}

footer ul li a {
    color: #fff;
    font-size: 12px;
}

footer ul li a i {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.reserve-lots h2 {
    font-size: 120px;
    color: #ebbe47;
    text-align: center;
    margin-bottom: 0;
}

.reserve-lots h5 {
    color: #84303f;
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    text-transform: uppercase;
}

.reserve-lots p {
    font-size: 24px;
}

.reserve-lots ul li {
    display: inline-flex;
    color: #84303f;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    padding-right: 20px;
    align-items: center;
}

.reserve-lots .sort-square {
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.reserve-lots .mobile-scroller {
    margin: 0 auto;
    max-width: 1300px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 50px;
    position: relative;
}

.reserve-lots .mobile-scroller .road-map-container {
    position: relative;
    height: 670px;
    width: 1257px;
    background-color: #a4a5a9;
    position: relative;
    overflow: hidden;
    top: 0;
    /* opacity: .5; */
}

.road-map-text {
    position: absolute;
    text-transform: uppercase;
    font-weight: 800;
    color: #84303f;
    font-size: 36px;
    letter-spacing: 5px;
}

.road-map-text.road-map-text1 {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.road-map-text.road-map-text2 {
    right: -140px;
    transform: rotate(-90deg) translateY(-50%);
    top: 50%;
}

.road-map-center {
    position: absolute;
    top: 160px;
    left: 160px;
}

.road-map-center .plot {
    background-color: #c1ffae;
    width: 71px;
    height: 129px;
    border: 1px solid #9d9e96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.road-map-center .plot:first-child::after {
    content: "";
    height: 40px;
    width: 24px;
    background-color: #a4a5a9;
    border-left: 2px solid #9d9e96;
    position: absolute;
    top: -14px;
    left: -8px;
    transform: rotate(-137deg);
    z-index: 11;
}

.road-map-center .d-flex:last-child .plot:first-child::after {
    top: auto;
    bottom: -14px;
    transform: rotate(137deg);
}

.road-map-center .plot:last-child::after {
    content: "";
    height: 40px;
    width: 24px;
    background-color: #a4a5a9;
    border-left: 1px solid #9d9e96;
    position: absolute;
    top: -17px;
    right: -4px;
    transform: rotate(-52deg);
    z-index: 11;
}

.road-map-center .d-flex:last-child .plot:last-child::after {
    display: none;
}

.road-map-left {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
}

.road-map-left .plot-disabled {
    width: 180px;
    height: 175px;
    border: 1px solid #9d9e96;
    background: #c1ffae;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    border-bottom-right-radius: 50px;
}

.road-map-left .plot-disabled:after {
    content: "";
    position: absolute;
    border-left: 1px solid #9d9e96;
    background: #a4a5a9;
    width: 62px;
    height: 67px;
    bottom: -3px;
    right: -2px;
    border-top-left-radius: 65px;
    border-bottom-right-radius: 50px;
}

.road-map-left .plot {
    width: 120px;
    border: 1px solid #9d9e96;
    height: 77px;
    background: #c1ffae;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.road-map-left .plot:last-child {
    height: 112px;
}

.road-map-left .plot:last-child::before {
    content: "";
    height: 40px;
    width: 24px;
    background-color: #a4a5a9;
    border-left: 1px solid #9d9e96;
    position: absolute;
    bottom: -17px;
    right: -4px;
    transform: rotate(51deg);
    z-index: 11;
}

.road-map-top {
    display: flex;
    position: absolute;
    top: 0;
    left: 179px;
}

.road-map-top .plot {
    width: 76px;
    border: 1px solid #9d9e96;
    height: 111px;
    background: #c1ffae;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.road-map-top .plot:last-child {
    width: 100px;
    position: relative;
}

.road-map-top .plot:last-child::after {
    content: "";
    height: 30px;
    width: 26px;
    background-color: #a4a5a9;
    border-left: 1px solid #9d9e96;
    position: absolute;
    bottom: -13px;
    right: -11px;
    transform: rotate(45deg);
}

.road-map-bottom {
    display: flex;
    position: absolute;
    bottom: 78px;
    left: 160px;
}

.road-map-bottom .plot {
    width: 71px;
    border: 1px solid #9d9e96;
    height: 131px;
    background: #c1ffae;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.road-map-bottom .plot:last-child {
    width: 77px;
}

.road-map-bottom .plot:first-child::after,
.road-map-bottom .plot:first-child::before {
    content: "";
    height: 40px;
    width: 24px;
    background-color: #a4a5a9;
    border-left: 1px solid #9d9e96;
    position: absolute;
    top: -17px;
    left: -4px;
    transform: rotate(-127deg);
    z-index: 11;
}

.road-map-bottom .plot:first-child::before {
    top: auto;
    bottom: -18px;
    transform: rotate(125deg);
}

.road-map-right {
    position: absolute;
    right: 72px;
    display: flex;
    top: 161px;
}

.road-map-right .d-flex:first-child {
    align-items: end;
}

.road-map-right .d-flex:first-child .plot {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #c1ffae;
    border: 1px solid #9d9e96;
    width: 124px;
    height: 77px;
}

.road-map-right .d-flex:first-child .plot:first-child::before {
    content: "";
    height: 40px;
    width: 24px;
    background-color: #a4a5a9;
    border-left: 1px solid #9d9e96;
    position: absolute;
    top: -17px;
    left: -4px;
    transform: rotate(-127deg);
    z-index: 11;
}

.road-map-right .d-flex:last-child .plot:first-child::before {
    content: "";
    height: 40px;
    width: 24px;
    background-color: #a4a5a9;
    border-left: 1px solid #9d9e96;
    position: absolute;
    top: -17px;
    right: -4px;
    transform: rotate(-52deg);
    z-index: 11;
}

.road-map-right .d-flex:first-child .plot:nth-last-child(2) {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 20%);
    height: 104px;
    width: 123px;
}

.road-map-right .d-flex:first-child .plot:nth-last-child(2):after {
    content: "";
    background-color: #9d9e96;
    width: 123px;
    height: 2px;
    position: absolute;
    transform: rotate(34deg);
    bottom: 28px;
    right: -16px;
}

.road-map-right .d-flex:first-child .plot:nth-last-child(2) span.plot-text {
    position: relative;
    top: -23px;
}
.road-map-right .d-flex:first-child .plot:nth-last-child(2) div.plot-text {
    position: relative;
    top: -23px;
}

.road-map-right .d-flex:first-child .plot:nth-last-child(1) {
    clip-path: polygon(0% 2%, 100% 42%, 100% 100%, 0% 100%);
    height: 162px;
    position: relative;
    width: 96px;
    top: -66px;
}

.road-map-right .d-flex:first-child .plot:nth-last-child(1) span.plot-text {
    position: relative;
    top: 15px;
}

.road-map-right .d-flex:last-child .plot {
    background-color: #c1ffae;
    width: 286px;
    border: 1px solid #9d9e96;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.road-map-right .d-flex:last-child .plot-disabled {
    background-color: #c1ffae;
    width: 286px;
    height: 276px;
    border: 1px solid #9d9e96;
}

.road-map-container .plot {
    position: relative;
}

.road-map-container .plot.sold {
    background-color: #ff8888 !important;
}


/* .road-map-container .plot.sold::before {
    content: "SOLD";
    background-color: #84303f;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -9px;
    left: -29px;
    transform: rotate(-29deg);
    padding: 2px 29px;
    padding-top: 15px;
} */

.road-map-circle {
    border: 1px solid #9d9e96;
    position: absolute;
    background-color: #a4a5a9;
    width: 117px;
    height: 115px;
    border-radius: 100%;
    bottom: 177px;
    right: 448px;
    z-index: 11;
}

.road-map-circle::before {
    content: "";
    background-color: #a4a5a9;
    position: absolute;
    width: 48px;
    height: 16px;
    top: -9px;
    left: 34px;
}

.road-map-circle::after {
    content: "";
    background-color: #a4a5a9;
    height: 45px;
    width: 25px;
    position: absolute;
    bottom: 30px;
    left: -9px;
}

.hover-popup {
    background: #fff;
    padding: 30px 20px;
    display: inline-block;
    min-width: 220px;
    max-width: 220px;
    top: 100px;
    position: absolute;
    left: 50%;
    outline: 2px solid #cd810b;
    outline-offset: -10px;
    z-index: 123;
    font-size: 14px;
    display: none;
    text-align: left;
    box-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%);
    transform: translateX(-50%);
}

.plot:hover .hover-popup {
    display: block;
}

.hover-popup .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 50%;
    top: -20px;
    border-color: transparent transparent #fff;
    border-width: 0 20px 20px;
    transform: translateX(-50%);
}

.hover-popup.hover-right {
    top: 0;
    transform: none;
    left: auto;
    left: 110px;
}

.hover-popup.hover-right .arrow {
    left: -27px;
    top: 30px;
    transform: rotate(-90deg);
}

.hover-popup.hover-top {
    top: auto;
    bottom: 100px;
}

.hover-popup.hover-top .arrow {
    top: auto;
    bottom: -15px;
    left: 91px;
    transform: rotate(-180deg);
}

.road-map-right .hover-top {
    bottom: 70px;
}

.hover-popup .gradient-btn {
    font-size: 14px;
    width: 100%;
    padding: 5px;
    margin: 0;
    margin-top: 10px;
}

.road-map-right .d-flex:last-child .plot .hover-popup {
    bottom: 110px;
}

.road-map-right .d-flex:first-child .plot:nth-last-child(2):hover {
    clip-path: none;
}

.road-map-right .d-flex:first-child .plot:nth-last-child(2) .hover-popup {
    bottom: auto;
    top: 55px;
}

.road-map-right .d-flex:first-child .plot:nth-last-child(2) .hover-popup .arrow {
    bottom: 0;
    top: -12px;
    transform: rotate(0);
}

.road-map-right .d-flex:first-child .plot:nth-last-child(1):hover {
    clip-path: none;
}

.road-map-right .d-flex:first-child .plot:nth-last-child(1) .hover-popup {
    bottom: 95px;
    top: auto;
}

.road-map-right .d-flex:first-child .plot:nth-last-child(1) .hover-popup .arrow {
    top: auto;
    bottom: -12px;
    transform: rotate(180deg);
}

.modal .btn-close {
    position: absolute;
    right: 10px;
    top: 15px;
    background: none;
    color: #000;
    z-index: 8888;
    font-size: 20px;
    opacity: 1;
}

.modal p {
    text-align: center;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}

.modal h3 {
    font-size: 24px;
    font-weight: 600;
}

.modal h3 b {
    font-weight: 700;
    color: #84303f;
}

@media(max-width:1200px) {
    footer ul li {
        width: auto;
    }
}

@media(max-width:992px) {
    .main-banner {
        padding: 100px 0;
    }
    .main-banner h4 {
        font-size: 24px;
    }
    .main-banner h2 {
        font-size: 100px;
    }
    .contact-form-card {
        padding: 40px;
        padding-bottom: 30px;
        padding-top: 0;
    }
    .contact-form-card .nav-tabs button p {
        font-size: 16px;
    }
    .building-requirements h2 {
        font-size: 48px;
    }
    .building-requirements p {
        font-size: 24px;
    }
    #map {
        height: 500px;
    }
    .map-section .map-content {
        position: relative;
        top: 0;
        transform: none;
        left: 0;
        max-width: 100%;
        border-radius: 0;
        padding: 50px 20px;
    }
}

@media(max-width:768px) {
    .py-80 {
        padding: 40px 0;
    }
    .have-requirements h2 {
        font-size: 80px;
    }
    .have-requirements h5 {
        font-size: 24px;
    }
    .contact-form-card nav .nav-tabs {
        width: 100%;
    }
    .contact-form-card .nav-tabs button {
        width: 100%;
    }
    .building-requirements h2 {
        font-size: 36px;
    }
    .building-requirements p {
        font-size: 18px;
        padding-bottom: 30px;
    }
    .map-section .map-content h3 {
        font-size: 24px;
    }
    footer img {
        width: 100%;
    }
    footer p {
        text-align: center;
        width: 100%;
    }
    footer ul {
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width:567px) {
    .have-requirements h2 {
        font-size: 60px;
    }
    .contact-form-card .nav-tabs button p {
        font-size: 14px;
    }
    .main-banner h2 {
        font-size: 60px;
        padding-bottom: 20px;
    }
    .main-banner h2 span {
        margin-right: 5px;
    }
    .main-banner h4 {
        font-size: 18px;
    }
    .main-banner img {
        width: 120px;
    }
    .contact-form-card {
        padding: 20px;
        padding-bottom: 10px;
        padding-top: 0;
        border-radius: 20px;
    }
}