@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Josefin Sans';
    font-size: 16px;
    line-break: 20px;
}
h1, h2, h3, h4, h5 {
    font-family: 'Josefin Sans';
}

h2 {
    font-size: 30px;
    line-height: 36px;
    position: relative;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
}
p {
    font-size: 18px;
    line-height:24px;
    padding-bottom: 15px;
    margin: 0;
}

.cta-btn {
    display: inline-block;
    background-color: #231f20;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}
.white-txt {
    color: #fff;
}
.gray-txt {
    color: #4d4d4f;
}
.black-text{
    color: #000;
}

img {
    max-width: 100%;
    width: 100%;
}


.section-padding {
    padding: 40px 20px;
}

.site-header {
    background-color: #000;
    color: #fff;
    padding: 0px 0 ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    box-shadow: 0 1px 5px #fff;
}
.gpl-logo {
    max-width: 200px;
}

.right-header {
    width: 20%;
}
.header-cta-btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-family: "Montserrat";
}
.whatsapp-btn {
    display: inline-block;
    color: #fff;
    font-size: 30px;    
}

.navbar-collapse {
    position: fixed;
    right: 0px;
    top: 61px;
    max-width: 320px;
    width: 100%;
    background-color: rgb(0, 0, 0);
    height: 100%;
}
.main-banner {
    margin-top: 61px;
    position: relative;
}
.banner_txt {
    position: absolute;
    top: 75vh;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.banner_txt h1 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    padding: 0 10px;
    text-shadow: 0 0 5px #000;
}

.down-arrow {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    font-size: 35px;
    animation: bounce 1.5s infinite;
    color: #fff;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translate(-50%, 0);
    }
    40% {
        transform: translate(-50%, -10px);
    }
    60% {
        transform: translate(-50%, -5px);
    }
}
.pricepoint-wrap {
    background: url(../images/price-sec-bg.png) repeat-x center center;
    background-size: 10%;
}
.pricepoint-wrap .container-fluid {
    background-color: #000;
}
.pricepoint-content {
    padding: 50px 40px;
    text-align: center;
    background: url(../images/section-bg.png) no-repeat right bottom;
    background-size: 25%;
}
.prese-txt {
    letter-spacing: 15px;
    padding-bottom: 20px;
}
.price-project-logo {
    max-width: 460px;
    margin: 15px auto 40px;
}
.pricepoint-content h2 {
    font-size: 35px;
    letter-spacing: 5px;
}
.payment-plan {
    background-color: #fff;
    display: inline-flex;
    align-content: center;
    text-align: left;
    border: 1px solid #fff;
    padding: 0;
    margin-bottom: 40px;
}
.payment-plan span:first-child {
    background-color: #000;
    padding: 10px;
    font-size: 70px;
    line-height: 70px;
    padding-top: 20px;
    display: inline-block;
}
.payment-plan span:last-child {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    padding: 10px;
}
.pricepoint-content h2.price-line {
    font-family: "Avenir-Medium";
    font-size: 26px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 33px;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
}
.overview-wrap {
    background-color: #000;
    padding: 50px 0 0;
}
.overview-content {
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}
.headline {
    height: 2px;
    background: #fff;
    width: 70px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.project-highlights-wrap {
    background: url(../images/price-sec-bg.png) repeat-x center center;
    background-size: 10%;
}
.project-highlights-wrap .container-fluid {
    background-color: #000;
}
.highlights-content {
    padding: 50px 40px;
    text-align: center;
    background: url(../images/section-bg.png) no-repeat right bottom;
    background-size: 25%;
    color: #fff;
}
.highlights-slider {
    padding-bottom: 50px;
}
.highlights-slider .swiper-slide img {
    display: block;
    margin: 10px auto;
    max-width: 50px;
}
.highlights-slider .swiper-slide span {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

.swiper-button-prev {
    background: url(../images/left-arrow.png) no-repeat center center;
    background-size: 100%;
    width: 50px;
    height: 50px;
}
.swiper-button-next {
    background: url(../images/right-arrow.png) no-repeat center center;
    background-size: 100%;
    width: 50px;
    height: 50px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.gallery-wrap {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding-bottom: 0;
}

.gallery-wrap .conatiner {
    position: relative;
}

.mytab.nav-tabs {
    text-align: center;
    margin: 40px auto;
    max-width: max-content;
    border: none;
}

.mytab.nav-tabs li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -6px;
}

.mytab.nav-tabs > li > a.nav-link.active,
.mytab.nav-tabs > li > a.nav-link.active:hover,
.mytab.nav-tabs > li > a.nav-link.active:focus {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
}

.mytab.nav-tabs > li > a.nav-link:hover,
.mytab.nav-tabs > li > a.nav-link:focus {
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 0;
    transition: ease all 0.5s;
}

.mytab.nav-tabs > li > a.nav-link {
    display: block;
    padding: 15px 20px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    transition: ease all 0.5s;
}

.gallerynav .swiper-button-prev {
    top: 120px;
    left: 30%;
}
.gallerynav .swiper-button-next {
    top: 120px;
    right: 30%;
}

.gallery-btm-img {
    margin-top: 50px;
}

.location-wrap {
    background: url(../images/price-sec-bg.png) repeat-x center 25%;
    background-size: 10%;
}
.location-wrap .container-fluid {
    background-color: #000;
}
.location-content {
    padding: 50px 40px;
    text-align: center;
    background: url(../images/section-bg.png) no-repeat right bottom;
    background-size: 25%;
    color: #fff;
}
.nearby-txt {
    padding-top: 30px;
}
.location-map-frame {
    width: 100%;
}
.location-map-frame iframe {
    width: 100%;
    height: 550px;
}
.brochure-btn-wrap {
    text-align: center;
    margin: 30px 0 10px;
}
.enq-btm-form-wrap {
    background-color: #231f20;
    color: #fff;
}
.btn-close {
    display: none;
    filter: invert(1);
    opacity: 1;
}
.form-container {

}
.field-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 30%;
}
.field-wrap label {
    font-size: 16px;
    line-height: 24px;
    font-family: "Josefin Sans";
    font-weight: 500;
    margin: 4px 6px 2px 0;

}
.field-wrap.whatsapp-field label {
    font-size: 16px;
    line-height: 24px;
    font-family: "Josefin Sans";
    font-weight: 500;
    margin-right: 0;
    margin-left: 10px;

}
.field-wrap input, .field-wrap select, .field-wrap textarea {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "Josefin Sans";
    font-weight: 500;
    height: 35px;
    width: 100%;
    padding: 5px 5px 5px 10px;
}
.field-wrap.whatsapp-field input {
    width: 15px;
}
.btm-row {
    padding-top: 30px;
    width: 100%;
}
.btm-row .field-wrap {
    width: auto;
}

.discl-wrap {
    margin-top: 40px;
}
.discl-wrap .container {
    border-top: 1px solid #231f20;
    padding: 30px 10px;
}
.discl-wrap .container p {
    font-size: 13px;
    line-height: 18px;
}
.discl-wrap .container h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
}
.fixed-form {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 12;
}

.fixed-form .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    background-color: #231f20;
    padding: 12px;
}
.fixed-form h3 {
    padding-bottom: 0;
}
.fixed-form .btn-close {
    outline: none;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
}
.fixed-form .form-container {
    flex-direction: column;
}
.fixed-form .field-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2px;
}
.fixed-form .form-container:last-child .field-wrap {
    flex-direction: row;
}




@media only screen and (max-width:767px) {
    .section-padding {
        padding: 20px 10px;
    }
    h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .headline {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px;
    }
    p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .cta-btn {
        font-size: 14px;
        line-height: 20px;
    }
    .gpl-logo {
        width: 40%;
    }
    .right-header {
        width: 50%;
    }
    .header-cta-btn {
        font-size: 14px;
    }
    .whatsapp-btn {
        font-size: 20px;
        margin-right: -15px;
    }
    .navbar-collapse {
        top: 53px;
        max-width: none;
        text-align: center;
    }
    .main-banner {
        margin-top: 50px;
    }
    .banner_txt h1 {
        font-size: 20px;
    }
    .down-arrow {
        bottom: -60px;
    }
    .pricepoint-content {
        padding: 20px 20px;
        background-size: 70%;
    }

    .prese-txt {
        letter-spacing: 8px;
        padding-bottom: 10px;
    }
    .price-project-logo {
        max-width: 250px;
        margin: 15px auto 30px;
    }
    .pricepoint-content h2 {
        font-size: 25px;
        letter-spacing: 2px;
    }
    .payment-plan span:first-child {
        font-size: 30px;
        line-height: 30px;
        padding-top: 10px;
    }
    .payment-plan span:last-child {
        font-size: 16px;
        line-height: 16px;
    }
    .pricepoint-content h2.price-line {
        font-size: 15px;
        line-height: 20px;
        width: 100%;
    }
    .overview-wrap {
        padding: 30px 0 0; 
    }
    .mytab.nav-tabs > li > a.nav-link {
        font-size: 10px;
        padding: 10px 10px;
    }
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .gallerynav .swiper-button-prev {
        top: 105px;
        left: 10%;
    }
    .gallerynav .swiper-button-next {
        top: 105px;
        right: 10%;
    }
    .location-map-frame iframe {
        height: 350px;
    }
    .brochure-btn-wrap {
        margin: 20px 0 10px;
    }
    .form-container {
        flex-direction: column;
    }

    .field-wrap {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .form-container:last-child .field-wrap {
        flex-direction: row;
    }
    .field-wrap.whatsapp-field label {
        font-size: 12px;
        line-height: 18px;
    }
    .field-wrap label {
        font-size: 14px;
        line-height: 18px;
    }
    .discl-wrap .container h3 {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    discl-wrap .container p {
        font-size: 12px;
    }


}