* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

.banner-video {
    height: calc(90vh);
}

.gradient {
    background-color: rgb(245 203 110 / 62%);
    height: calc(90vh);
    position: absolute;
    z-index: 2;
    width: 100%;
}

.banner-video video {
    height: calc(90vh);
    object-fit: cover;
    object-position: center;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fee9d6;
    text-align: center;
    z-index: 5;
    width: 100%;
}

.banner-content p {
    font-weight: 500;
    font-size: 30px;
    color: #351f00;
}

.banner-content h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #351f00;
    font-weight: 700;
}

.banner-content h2 span.hurry-text {
    font-family: 'Great Vibes', cursive;
    font-size: 80px;
    text-transform: capitalize;
    color: #351f00;
    font-weight: 300;
}

.banner-content h2 span.br-bg {
    background-color: rgb(53, 31, 0);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px 20px 5px 20px;
}

.map-section {
    padding-top: 20px;
}

.map-section .map-details {
    background-image: url(../images/section-bg.png);
    padding: 50px 20px;
    background-size: cover;
}

.map-section .map-details h3 {
    color: #efbb16;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 20px;
}

.map-section .map-details h3 span {
    font-family: 'Great Vibes', cursive;
    font-size: 55px;
    text-transform: capitalize;
    font-weight: 300;
}

.map-section .map-details ul.first-ul li {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 0px;
}

.map-section .map-details ul.first-ul li:last-child {
    padding-top: 15px;
}

.map-section .map-details ul.second-ul {
    padding-left: 50px;
    color: #fff;
}

.map-section .map-details ul.second-ul li {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #e0e1e1;
}

.map-section .map-details ul.second-ul li i {
    color: #efbb16;
}

#map {
    height: 100%;
    width: 100%;
}

.reserve-plot {
    padding: 80px 0;
}

.reserve-plot h2 {
    font-weight: 700;
    font-size: 40px;
}

.reserve-plot p {
    font-size: 20px;
    color: #704700;
    padding-bottom: 20px;
}

.reserve-plot ul li {
    display: inline-flex;
    color: #351f00;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 20px;
    align-items: center;
}

.reserve-plot .sort-circle {
    height: 30px;
    width: 30px;
    border: .5px solid #000;
    border-radius: 50%;
    margin-right: 5px;
}

.reserve-plot h2 span {
    font-family: 'Great Vibes', cursive;
    font-size: 55px;
    text-transform: capitalize;
    font-weight: 300;
}

.form-section {
    padding: 80px 0;
    background-image: url(../images/form-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-section h3 {
    font-family: 'Great Vibes', cursive;
    font-size: 55px;
    color: #fff;
    text-align: center;
}

.form-section .btn {
    background-color: #704700;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.mobile-scroller {
    margin: 0 auto;
    max-width: 1300px;
    overflow-x: auto;
    overflow-y: hidden;
}

.road-map-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.road-map {
    background-color: #d6d6d7;
    position: relative;
    background-repeat: no-repeat;
    height: 700px;
    /* overflow:hidden; */
    /* border: 2px solid #000; */
}

.road-map-center-section {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.center-section-row {
    display: flex;
}

.plot-item {
    background-color: #eaf4df;
    border: 2px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    margin: 0;
    margin-right: -2px;
    margin-bottom: -2px;
    position: relative;
    text-align: center;
    font-weight: 500;
    /* font-size: 20px; */
}

.center-section-row .plot-item {
    height: 150px;
    width: 70px;
}

.plot-item.reserved {
    background-color: #ffa9a7;
}

.hover-popup {
    background: #fff;
    padding: 30px 15px;
    display: inline-block;
    min-width: 200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #704700;
    border-radius: 5px 20px 20px 5px;
    z-index: 1500;
    display: none;
}

.hover-popup.hover-bottom {
    top: 100px;
}

.hover-popup.hover-top {
    bottom: 100px;
}

.plot-item:hover .hover-popup {
    display: block;
}

.hover-popup a,
.reserve-lot .btn {
    background-color: #704700;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    border-radius: 5px;
}

.plot-text {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 664;
}

.plot-item:hover .plot-text {
    border-radius: 50%;
    border: 1px solid #000;
}

.hover-popup .d-block {
    font-weight: 400;
    padding-bottom: 10px;
}

.hover-popup .d-block span b {
    font-weight: 700;
    font-size: 20px;
}

.hover-popup .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
}

.hover-popup.hover-bottom .arrow {
    top: -20px;
    border-color: transparent transparent #351f00;
    border-width: 0 20px 20px;
}

.hover-popup.hover-top .arrow {
    bottom: -20px;
    border-color: #351f00 transparent transparent;
    border-width: 20px 20px 0;
}

.hover-popup .arrow::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -20px;
    border-style: solid;
}

.hover-popup.hover-bottom .arrow::before {
    border-color: transparent transparent #fff;
    border-width: 0 20px 20px;
}

.hover-popup.hover-top .arrow::before {
    border-color: #fff transparent transparent;
    border-width: 20px 20px 0;
    top: -22px;
}

.modal-backdrop.show {
    opacity: .8;
    z-index: 5555;
}

.modal {
    z-index: 6666;
}

.reserve-lot .modal-header {
    border: none;
    color: #351f00;
}

.reserve-lot .modal-content {
    background-color: #f3f4f4;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.reserve-lot .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
}

.reserve-lot input,
.reserve-lot textarea {
    border: none;
}

.road-stroke {
    position: absolute;
    height: 350px;
    top: 175px;
    width: 798px;
    left: 152px;
    border: 2px dashed #b3b3c4;
    z-index: 899;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

}

.road-end-circle {
    width: 95px;
    height: 95px;
    background-color: #d6d6d7;
    border: 2px solid #333;
    border-radius: 50%;
    position: absolute;
    z-index: 555;
    transform: rotateZ( 11deg);
}

.road-end-circle.top-right {
    top: 116px;
    right: 75px;
    border-bottom: none;
    border-left: none;
}

.road-end-circle.bottom-right {
    bottom: 100px;
    right: 80px;
    transform: rotateZ(0deg);
    border-top: none;
    border-left: none;
}

.road-end-circle.bottom-left {
    bottom: 110px;
    left: 90px;
    border-top: none;
    border-right: none;
}

.road-text {
    font-size: 16px;
    color: #32210f;
    position: absolute;
    font-weight: 700;
    z-index: 997;
}

.road-text.text-top-left {
    top: 165px;
    left: 25px;
}

.road-text.text-top-left::after {
    content: "";
    width: 35px;
    height: 9px;
    display: block;
    border-top: 2px dashed #b3b3c4;
    position: absolute;
    right: -47px;
    top: 10px;
}

.road-text.text-top-center {
    top: 165px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d6d6d7;
    padding: 0 10px;
}

.road-text.text-bottom-center {
    bottom: 165px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d6d6d7;
    padding: 0 10px;
}

.road-text.text-left-center {
    top: 50%;
    left: 100px;
    transform: translateY(-50%) rotate( -90deg);
    background-color: #d6d6d7;
    padding: 0 10px;
}

.road-text.text-right-center {
    top: 50%;
    right: 75px;
    transform: translateY(-50%) rotate( -90deg);
    background-color: #d6d6d7;
    padding: 0 10px;
}

.miss-stroke {
    background: #fff;
    border-bottom: 2px solid #000;
    position: absolute;
    width: 78px;
    height: 2px;
    z-index: 7777;
    right: 26px;
   
}

.miss-stroke.bottom {
    bottom: 0;
    right: 85px;
}

.road-map-top-section .plot-item {
    height: 150px;
    width: 85px;
    /* border-top: none; */
}

.road-map-top-section .plot-item:first-child {
    width: 140px;
}

.road-map-top-section .plot-item:nth-last-child(1) {
    border-left: none;
    border-bottom: none;
    height: 180px;
    width: 130px;
    /* border-right-width: 1px; */
}

.road-map-top-section .plot-item:nth-last-child(1) .plot-text {
    margin-top: 25px;
}

.road-map-top-section .plot-item:nth-last-child(2) {
    border-right: none;
    border-left: none;
    width: 100px;
}

.road-map-top-section .plot-item:nth-last-child(2)::before {
    content: "";
    height: 150px;
    width: 1px;
    background-color: #eaf4df;
    transform: rotateZ( 0deg);
    position: absolute;
    left: 0;
    padding: 0x;
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
    /* border-top: 2px solid #000; */
}

.road-map-top-section .plot-item:nth-last-child(2)::after {
    content: "";
    height: 195px;
    width: 1px;
    background-color: #eaf4df;
    transform: rotateZ( 32deg);
    position: absolute;
    right: -56px;
    z-index: 111;
    padding: 33px;
    top: -74px;
    border-right: 1px solid #000;
}

.road-map-top-section .top-second-last.reserved::after {
    background-color: #ffa9a7 !important;
}

.road-map-right-section {
    position: absolute;
    right: 1px;
}

.road-map-right-section .plot-item {
    height: 75px;
    width: 130px;
    /* border-right-width: 1px; */
}

.road-map-right-section .plot-item:nth-last-child(2) {
    border-bottom: none;
}

.road-map-right-section .plot-item:nth-last-child(1) {
    height: 84px;
    /* padding-left: 30px;
    padding-top: 30px; */
}

.road-map-left-section {
    position: absolute;
    left: 0;
    margin-top: 24px;
}

.road-map-left-section .plot-item {
    height: 80px;
    width: 130px;
    /* border-left: none; */
}

.road-map-left-section .plot-item:nth-last-child(1) {
    border-top: 0;
    height: 130px;
    width: 175px;
    /* bottom:2px;
    border-right: none; */
}

.road-map-left-section .plot-item:nth-last-child(2) {
    border-bottom: 0;
    height: 136px;
}

.road-map-left-section .plot-item:nth-last-child(2)::after {
    content: "";
    height: 154px;
    width: 1px;
    background-color: #eaf4df;
    transform: rotateZ( 70deg);
    position: absolute;
    left: 49px;
    z-index: 111;
    padding: 33px;
    top: 57px;
    border-left: 1px solid #000;
}

.road-map-left-section .last-reserved::after {
    background-color: #ffa9a7 !important;
}

.road-map-left-section .hover-popup.hover-top,
.road-map-right-section .hover-popup.hover-top {
    bottom: 70px;
    /* left: 60%; */
}

.road-map-left-section .hover-popup.hover-bottom,
.road-map-right-section .hover-popup.hover-bottom {
    top: 70px;
}

.road-map-top-section .plot-item:nth-last-child(1) .hover-popup.hover-bottom {
    top: 130px;
}

.road-map-left-section .plot-item:nth-last-child(2) .hover-popup.hover-top,
.road-map-left-section .plot-item:nth-last-child(1) .hover-popup.hover-top {
    bottom: 100px;
}

.road-map-left-section .plot-item:nth-last-child(2) .plot-text {
    top: -13px;
}

.road-map-bottom-section {
    bottom: 2px;
    position: absolute;
    margin-left: 173px;

}

.road-map-bottom-section .plot-item {
    height: 148px;
    width: 70px;
    /* border-bottom: none; */
}

.road-map-bottom-section .plot-item:nth-child(3) {
    margin-left: 40px;
}

.road-map-bottom-section .plot-item:nth-last-child(1) {
    width: 140px;
    border-left: none;
    /* height: 123px;
    top: 25px;
    border-top: none;
    border-right-width: 2px; */
}

.road-map-bottom-section .plot-item:nth-last-child(2) {
    border-right: none;
}

.road-map-bottom-section .plot-item:nth-last-child(2)::after {
    content: "";
    height: 154px;
    width: 1px;
    background-color: #eaf4df;
    transform: rotateZ( -16deg);
    position: absolute;
    left: 30px;
    z-index: 111;
    padding: 33px;
    top: 10px;
    border-right: 1px solid #000;
}

.road-map-bottom-section .plot-item:nth-last-child(2).reserved::after {
    background-color: #ffa9a7;
}
/* .road-map-right-section .plot-item:nth-child(4){
    height: 100px;
} */
/* .road-map-top-section{
    position: relative;
    left: -1px;
} */
.miss-stroke.right-bottom{
    bottom: -2px;
    top: auto;
    right: 100px;
}
.road-map-bottom-section .plot-item:nth-child(3)::before{
    height: 200px;
    content: "";
  
    width: 2px;
    position: absolute;
    left: -21px;
    border-right: 2px dashed #b3b3c4;
}
/* .road-map-bottom-section .plot-item:nth-last-child(1):after{
    content: "";
    height: 130px;
    width: 1px;
    background-color: #eaf4df;
    transform: rotateZ( 
-60deg);
    position: absolute;
    left: 48px;
    z-index: 111;
    padding: 21px;
    top: -30px;
    border-right: 1px solid #000;
} */
.road-map-bottom-section .plot-item:nth-last-child(1).reserved::after{
    background-color: #ffa9a7;

}
/* .road-map-right-section .plot-item:nth-last-child(1):after{

    content: "";
    height: 95px;
    width: 39px;
    background-color: #eaf4df;
  
    position: absolute;
    left: 43px;
    z-index: 111;
    padding: 42px;
    bottom: -47px;

} */
.road-map-right-section .plot-item:nth-last-child(1).reserved::after{
    background-color: #ffa9a7;

}
.road-map-top-section .plot-item:nth-last-child(2).reserved::after{
    background-color: #ffa9a7;
}

/* .road-map-top-section .plot-item:nth-last-child(3).reserved::before{
    content: "";
    height: 148px;
    background: #ffa9a7;
    width: 50px;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
} */

.home-box {
    overflow: hidden;
    border-radius: 20px;
}
.home-box .form-wrap {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 52, 56, 0.9);
    border-radius: 20px;
    padding: 20px;
    display: none;
}
.home-box-buttons {
  
    background-color: #351f00;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
   
}
.home-box-buttons .icon-outer span {
    font-size: 12px;
    
    color: #fff;
}
.home-box-buttons .icon-outer .icon-inner{
    padding:0 10px;
}
.lot-name{
    color: #efbb16;
    font-size: 20px;
    font-weight: 600;
}
.home-box-buttons a,.home-form-wrap a{
    font-size: 12px;
    background-color: #efbb16;
    border-radius: 50px;
    width: 50%;
    border: 3px solid #351f00;
}
.home-form-wrap a{
    width: 48%;
    border: none;
}
.home-form-wrap input, .home-form-wrap textarea {
    margin-bottom: 10px;
}
.gallery-overlay::after {
    content: url(../images/full-view.png);
    position: absolute;
    top: 0;
   
    transition: .5s;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background: rgb(53, 31, 0,.8);
    cursor: pointer;

}
.gallery-overlay:hover::after {
    opacity: 1;
}
