@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


html,
body {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #474747;
    -webkit-font-smoothing: antialiased !important;
}

.navbar-brand {
    max-width: 240px;
}

.projecthelights ul figure img {
    filter: brightness(0) invert(1);
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover {
    text-decoration: none;

}

button:focus {
    outline: 0;
    box-shadow: unset !important;
}

header .def-btn:hover {
    color: white;
}

.abstext {
    position: absolute;
    right: 12px;
    bottom: 8px;
    font-size: 12px;
    margin: 0;
    color: white;
}

.def-btn {
    background-color: #0B7C05;
    border: 1px solid #000;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 16px 23px !important;
    line-height: 14px;
    transition: 0.5s all;
    cursor: pointer;
}

.h-font {
    font-family: 'Tenor Sans';
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: #fff;
    color: white;
}

.rera figure {
    width: 120px;
    flex: 0 0 120px;
    gap: 20px;
}

.rera {
    gap: 20px;
}

header .navbar-nav .nav-item .nav-link {
    color: #000;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 20px;
}

header .navbar-nav {
    gap: 32px;
}

header .navbar-nav .nav-item .nav-link:hover {
    color: red;
}

.banner {
   margin-top: 0px;
}

.fixform {
    background: #03180F;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-right: 60px;
    padding-left: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 999;
}

.fixform .def-btn {
    margin: auto;
    display: table;
    background-color: #006674;
}

.fixform form input {
    height: 30px;
    width: 100%;
    padding: 0;
    background: transparent;
    border-left: 0;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-color: oklab(0.84 0 0.1 / 0.20);
    color: white;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.fixform form .row {
    align-items: center;
}

.fixform form input::placeholder {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}



.aboutus .abstext {
    bottom: auto;
    top: 8px;
}

figure {
    position: relative;
}

.aboutus h1 {
    font-size: 46px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #000000;
    letter-spacing: -2px;
}

.aboutus p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #474747;
}

.aboutus p {
    max-width: 450px;
    margin-top: 30px;
}

.aboutus .def-btn:hover {
    background-color: #000;
    color: white;
}

.aboutus .def-btn {
    margin-top: 52px;
    border-color: #000;
    background-color: white;
    color: #000;


}

.aboutus {
    padding-top: 80px;

}

.bg-box {
    width: 305px;
    height: 52px;
  
    display: table;
    margin: auto
}

.aboutabs {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(18, 17, 30, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 160px;
    line-height: 125px;
    text-transform: uppercase;
    margin: 0;
}

.projecthelights {
    background: #006674;
    padding-top: 90px;
    padding-bottom: 90px;
}

.projecthelights h1 {
    color: white;
    font-size: 46px;
    line-height: 44px;
    letter-spacing: -2px;
    margin-bottom: 32px;
}

.projectabs {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    bottom: 210px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(18, 17, 30, 0.08) 89.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 160px;
    line-height: 125px;
    text-transform: uppercase;
}

.projecthelights p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    max-width: 450px;
    text-align: center;
    display: table;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 0;
}

.projecthelights ul {
    display: flex;
    justify-content: center;
    color: white;
    list-style: none;
    padding: 0;
    margin-bottom: 60px;
    margin-top: 100px;
    gap: 80px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    flex-wrap: wrap;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.projecthelights ul li span {
    text-transform: uppercase;
    line-height: 19px;
    font-size: 16px;
    margin-top: 60px;
}

.projecthelights ul li {
    max-width: 160px;
    flex: 0 0 160px;
}

.projecthelights ul li img {
    height: 52px;
}



.projecthelights .def-btn:hover {
    background-color: #green;
    color: white;

}

.projecthelights .def-btn {
    border-color: #000;
    background-color: #45A505;
    color: white;
}

.video {
    width: 90%;
    display: table;
    margin: auto;
    margin-top: -200px;
}

.video video {
    width: 100%;
    height: auto;

}

video[poster] {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.playbtn {
    position: absolute;
    left: 0;
    right: 0;
    display: table;
    margin: auto;
    top: 0;
    bottom: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.playbtn button {
    background: transparent;
    border: 0;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 90px;
    cursor: pointer;
}

.video h2 {
    text-transform: uppercase;
    font-size: 46px;
    margin: auto;
    position: absolute;
    left: 41px;
    bottom: 37px;
    z-index: 2;
    color: white;
    letter-spacing: -0.8px;
}

.location {
    margin-top: -8px;
    padding-left: 5%;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.location-bg {
    width: 520px;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    background: #813f1d;
    z-index: 0;
}

.location h1 {
    font-size: 46px;
    color: black;
    line-height: 44px;
    letter-spacing: -0.2px;
    margin-bottom: 30px;
}

.location p {
    font-size: 16px;
    color: #474747;
    max-width: 453px;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin-bottom: 24px;
}

.location ul {
    margin: 0;
    padding-left: 15px;
    font-size: 16px;
    color: #474747;
    font-weight: 400;
}

.location ul li {
    font-size: 16px;
    color: #474747;
    font-weight: 400;
    line-height: 24px;
}

.location .def-btn {
    margin-top: 40px;
    border-color: #000;
    color: #fff;
    background: ##0B7C05;
}

.location .def-btn:hover {
    background: #000;
    color: white;
}

.location figure {
    z-index: 1;
    position: relative;
}

.locabstext.h-font {
    position: absolute;
    bottom: -150px;
    right: 0;
    background: linear-gradient(180deg, rgba(18, 17, 30, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
    font-size: 160px;
    line-height: 160px;
    letter-spacing: -4px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 150px;
}

.whyus {
    background-image: url(../images/why.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 110px;
    padding-bottom: 86px;
    background-attachment: fixed;
}

.whyus .card {
    display: table;
    margin: auto;
    background-color: #006674;
    color: white;
    border: 0;
    border-radius: 0;
    padding: 52px 52px 40px 52px;
    max-width: 640px;
}

.whyus {
    background-image: url(../images/why.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 110px;
    padding-bottom: 86px;
    background-attachment: fixed;
}

.card {
    display: table;
    margin: auto;
}

.whyus .card h1 {
    font-size: 46px;
    line-height: 44px;
    letter-spacing: -0.2px;
    margin-bottom: 36px;
}

.whyus .card p {
    color: #fff;
    margin: 0;
}

.whyus .card ul {
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #fff;
}


.whyus .card .def-btn {
    margin-top: 50px;
    background: #45A505;
    color: white;
}

.whyus .card .def-btn:hover {
    background: #000;
    color: white;
}

/*.whyus .card h1 span {*/
/*    color: #e8c87b;*/
/*}*/

.owl-gallery figure {
    margin: 0;
}

.gallery {
    
    overflow: hidden;
    color: black;
    padding-top: 92px;
    position: relative;
    padding-bottom: 120px;
}

.gallery h1 {
    font-size: 46px;
    line-height: 44px;
    letter-spacing: -0.2px;
    margin-bottom: 0px;
}

.gallery h1 p {
    margin-bottom: 0;
}

.gallery p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.owl-gallery {
    margin-top: 75px;
    margin-bottom: 50px;
}

.gallery .def-btn {
    background: #0B7C05;
    color: white;
    position: relative;
    z-index: 1;
}

.gallery .def-btn:hover {
    color: white;
    background: #006674;
}

.gallery h2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(18, 17, 30, 0.08) 89.77%);
    position: absolute;
    bottom: 0;
    margin: auto;
    display: table;
    left: 0;
    right: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 160px;
    line-height: 176px;
}

.aboutbtpt .location-bg {
    right: auto;
    left: 5%;
}

.aboutbtpt {
    padding-left: 0;
}

.aboutbtpt .row .col-md-6:nth-child(2) {
    padding-left: 88px;
}

.bar {
    display: block;
    height: 20px;
    background: #813f1d;
}

.contactus {
    background-image: url(../images/contact.jpg);
    background-size: cover;
    background-position: left top;
    padding-top: 20px;

    position: relative;
}

.contactus .box {
    display: table;
    margin: auto;
    max-width: 670px;
    background: #006674;
    color: white;
    padding-top: 52px;
    padding-left: 52px;
    padding-right: 52px;
    padding-bottom: 48px;
    position: relative;
    z-index: 1;
}

.contactus .box h1 {
    text-transform: uppercase;
    font-size: 46px;
    line-height: 44px;
    margin-bottom: 24px;
}

.contactus .box .row>* {
    margin-bottom: 48px;
}

.contactus .box input,
.conmodal .modal-dialog .modal-content input {
    height: 60px;
    padding-left:20px;
    background: #fff;
    border-left: 0;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    
    color: #000;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0px;
    font-weight: 400;
    letter-spacing: 0.2px;
	width:100%;
}



.contactus .box .def-btn,
.conmodal .modal-dialog .modal-content .def-btn {
    background: #0B7C05;
    color: white;
}



.contactus h2 {
    background: linear-gradient(180deg, #8d8d8dd1 -16.96%, #80401d99 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 160px;
    line-height: 140px;
    text-align: center;
    text-transform: uppercase;
    margin-top: -18px;
    letter-spacing: -4px;
    margin-bottom: 0;
}



footer p {
    font-size: 12px;
}



footer h2 {
    font-weight: 500;
    font-size: 12px;
    margin: 0;


}

.conmodal .modal-dialog {
    max-width: 540px;
    border-radius: 0;
}

.conmodal .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    background: #006674;
    padding-top: 44px;
    padding-left: 54px;
    padding-right: 54px;
    padding-bottom: 28px;
}

.conmodal .modal-dialog .modal-content .row>* {
    margin-bottom: 48px;
}

.conmodal .modal-dialog .modal-content h1 {
    color: white;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 46px;
    margin-bottom: 30px;
}

button.close {
    position: absolute;
    right: -20px;
    opacity: 9;
    top: -20px;
}

.mob-menu button:focus {
    outline: 0;
    box-shadow: unset;
}

.mob-menu button {
    /* width: 68px; */
    /* height: 68px; */
    background: #000;
    border: 0;
    padding: 0;
    border-radius: 0;
}

.dropdown-menu {
    top: 0 !important;
    transform: translate(-146px, -3px) !important;
    min-width: 215px !important;
    width: 215px;
    border-radius: 0;
    border: 0;
    background: #006674 !important;
    color: white;
}

.dropdown-menu a {
    color: white;
}


.dropdown-menu {
    z-index: 99999;
    margin-top: 58px;
    padding-top: 26px;
}

.dropdown-item:hover {
    background: transparent;
    color: white;
}

.dropdown-menu a {
    padding-left: 32px;
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin-bottom: 7px;
}

.dropdown-menu {
    padding-bottom: 28px !important;
}

.thnakyou {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #813f1d;
}

.thnakyou h1 {
    text-transform: uppercase;
    font-size: 80px;
    line-height: 93px;
    margin-bottom: 24px;
    color: white;
}

.thnakyou p {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    color: white;
}

.thnakyou .def-btn {
    margin-top: 165px;
    background: transparent;
    color: white;
}

.thnakyou .def-btn:hover {
    color: white;
    background: #000;
}

.brandlogo {
    position: absolute;
    left: -50px;
    top: -40px;
}
.conmodal .modal-dialog .modal-content .invalid-feedback {
    color: #bababa82;
}



.privacy-policy .modal-dialog {
    max-width: 1000px;
}

.privacy-policy .modal-dialog .modal-content {
    border: 0;
}

.privacy-policy .modal-dialog .modal-content .modal-body {
    padding: 50px 40px;
}

.privacy-policy .modal-dialog .modal-content .modal-body h1 {
    font-size: 32px;
    font-weight: 500;
    color: black;
    margin-bottom: 30px;
}

.privacy-policy .modal-dialog .modal-content .modal-body h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    color: black;
}

.privacy-policy .modal-dialog .modal-content .modal-body h5 {
    font-size: 18px;
    font-weight: 400;
    color: black;
}

.privacy-policy .modal-dialog .modal-content .modal-body h6 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    color: black;
}

.privacy-policy button.close {
    position: absolute;
    right: 20px;
    opacity: 9;
    top: 20px;
}

@media only screen and (max-width: 600px) {
    .privacy-policy .modal-dialog .modal-content .modal-body {
    padding: 50px 20px;
}

.privacy-policy .modal-dialog .modal-content .modal-body h1 {
    font-size: 28px;
}
.privacy-policy .modal-dialog .modal-content .modal-body p
{
    font-size:14px;
}
.privacy-policy .modal-dialog .modal-content .modal-body ul li {
    font-size: 14px;
    
}

.privacy-policy .modal-dialog .modal-content .modal-body ul {
    padding-left: 20px;
}
.privacy-policy .modal-dialog .modal-content .modal-body h4{
    font-size:18px;
}
    .projecthelights ul {
        flex-wrap: wrap;
        /* flex-direction: column; */
        row-gap: 52px;
        column-gap: 12px;
        width: 100%;
    }

    .projecthelights ul li {
        width: 40%;
        flex: 0 0 40%;
        max-width: unset;
    }

    .aboutabs.h-font {
        font-size: 74px;
        line-height: 86px;
        top: -11px;
    }

    .projectabs {
        font-size: 60px;
        line-height: 84px;
        bottom: 50px;
        text-align: center;
    }

    .contactus h2 {
        font-size: 74px;
        line-height: 70px;
    }

    .fixform {
        display: none;
    }

    footer {
        padding-left: 0;
        padding-right: 0;
    }

    .contactus .box {
        max-width: unset;
        width: 90%;
        flex: 0 0 90%;
        padding-top: 44px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 44px;
    }

    .aboutbtpt .location-bg {
        height: 40px;
        width: 195px;
        left: 16px;
        top: 0;
    }

    .location {
        margin-top: -8px;
        padding-top: 40px;
    }

    .aboutbtpt .row .col-md-6:nth-child(2) {
        padding-left: 16px;
        padding-top: 60px;
    }

    .location {
        padding-bottom: 80px;
    }

    .aboutbtpt {
        margin-top: 0;

    }

    .aboutbtpt h1 {
        margin-top: 0px !important;
    }

    .contactus .box h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .gallery h2 {
        font-size: 74px;
        line-height: 86px;
        bottom: 10px;
    }

    .owl-gallery {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .gallery p {
        margin-top: 20px;
    }

    .gallery h1 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .gallery {
        padding-top: 66px;
    }

    .whyus .card {
        width: 90%;
        padding: 44px 40px;
    }

    .whyus .card h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .whyus .card .def-btn {
        margin-top: 40px;
    }

    .whyus {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .locabstext.h-font {
        font-size: 74px;
        line-height: 84px;
        right: 0;
        bottom: -80px;
    }

    .location-bg {
        width: 193px;
        height: 60px;
        right: 5%;
    }

    .location h1 {
        margin-top: 60px;
        font-size: 32px;
        line-height: 34px;
    }

    .video video {
        width: 100%;
        height: 240px;
    }

    .video {
        margin-top: -80px;
        width: 100%;
    }

    .projecthelights {
        padding-bottom: 60px;
    }

    .projecthelights h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .bg-box {
        height: 40px;
        width: 218px;
    }

    .aboutus h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .aboutus p {
        margin-bottom: 24px;
    }

    .aboutus .def-btn {
        margin-bottom: 40px;
        margin-left: 16px;
    }

    footer .order-md-4 {
        margin-top: 24px;

    }

    footer .order-2 {
        margin-top: 22px;
        margin-bottom: 48px;
    }

    .fix-mobile {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .fix-mobile>* {
        width: 100%;
        text-align: center;
    }

    .fix-mobile a:hover {
        color: black;
    }

    .fix-mobile a.def-btn {
        border-right: 1px solid #813f1d;
    }
.fix-mobile a.def-btn:hover{
    color:white;
}
    .conmodal .modal-dialog .modal-content h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .conmodal .modal-dialog .modal-content {
        padding: 32px 28px;
    }

    

    header {
        padding-left: 16px;
        padding-right: 16px;
    }

    .thnakyou h1 {
        font-size: 44px;
        line-height: 48px;
    }

    .thnakyou .def-btn {
        margin-top: 80px;
    }

    .video h2 {
        font-size: 18px;
        left: 20px;
    }

    .location p {
        line-height: 24px;
    }

    iframe {
        height: 220px;
        margin-top: 20px;
    }

    .brandlogo {
        position: absolute;
        left: -30px;
        top: -80px;
    }

    button.close {
        top: -20px;
        right: -10px;
    }

    .mob-logo {
        max-width: 240px;
    }

    
}