
html, body {
    scroll-behavior: smooth;
}

body {
    
     font-family: 'Futura Md BT' !important;
     
    font-weight: 500 !important;
    line-height: 1.5 !important;
    font-size: 16px !important;
    color:#4a4a4a !important;
}

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

a,
a:hover {
    text-decoration: none !important;
}

.h-font {
    /*font-family: 'Futura Md BT' !important;*/
    /*font-style: normal;*/
    /*font-weight: 500;*/
    font-feature-settings: 'liga' off;
}

.thehouse {
    position: relative;
}

footer {
    background-image: url(../images/footerbg.webp);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 48px 0px 20px 0;
}

footer p {
    color: white;
    font-size: 14px;
    line-height: 24px;
    
}

.copywrite {
    text-align: center;
    position: relative;
    padding-top: 30px;
    margin-top: 40px !important;
    color: white;
    font-size: 14px;
    
}

.copywrite::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 46.5%, hsla(0, 0%, 100%, 0));
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    background-size: cover;
    height: 2px;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: #ef7f31;
}

.thesky h1 {
    color: #3794d1;
    font-size: 44px;
    font-weight: 400;
}

.thesky p {
    max-width: 550px;
    line-height: 26px;
    
    margin-bottom: 34px;
}

.def-btn {
    position: relative;
    display: inline-block;
    background: none;
    color: #ef7f31;
    border: 1px solid #ef7f31;
    border-radius: 6px;
    padding: 12px 40px;
    font-size: 16px;
    transition: 0.3s;
    text-transform: uppercase;
    z-index: 1;
    
    overflow: hidden;
    line-height: normal;
}

.def-btn:hover {
    color: white;
}

.def-btn::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: -1;
    background: #ef7f31;
    transition: 0.3s;
    border-radius: 0px;
}

.def-btn:hover::after {
    left: 0px;
    width: 100%;

}


.it-work,
.location,
.amenities,
.thesky,
footer,
.banner,
header,
.downlaodbrochure {
    position: relative;
    z-index: 1;
}

.thesky {
    padding-top: 130px;
    padding-bottom: 60px;
}

.amenities {
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative;
}

.itabs {
    top: -93px;
    height: 140px;
}

.amenities .box {
    background-image: url(../images/bg.webp);
    background-size: cover;
    background-position: 50% center;
    color: white;
    padding: 40px 40px 60px 40px;
}

.amenities .box .def-btn {
    border-color: white;
    color: white;
}

.amenities h1 {
    font-size: 44px;
}

.amenities p {
    max-width: 620px;
    display: table;
    margin: auto;
    
}

.amenities .box .itabs {
    top: 0;
}

.amenities .box .itabs img {
    filter: brightness(0) invert(1);
}

.location {
    padding: 110px 0 90px 0;
}

.location h1 {
    font-size: 44px;
    color: #ef7f31;
}

.location p {
    max-width: 590px;
    
    margin-bottom: 34px;
}

.location .itabs {
    top: -50px;
}

.theabovious .box {
    background-image: url(../images/bg.webp);
    background-size: cover;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-position: fi;
}

.theabovious .box h1 {
    color: white;
    font-size: 44px;
}

.theabovious .box p {
    color: white;
    max-width: 540px;
    
    margin-bottom: 26px;
}

.theabovious .def-btn {
    border-color: white;
    color: white;
}

.it-work {
    padding: 100px 0 100px 0px;
}

.it-work h1 {
    font-size: 44px;
    color: #3794d1;
}

.it-work p {
    max-width:560px;
    line-height: 26px;
    margin-bottom: 34px;
}

.it-work .itabs {
    top: -50px;
}

.gallery {
    padding: 160px 0 0;
}

.gallery h1 {
    font-size: 44px;
    color: #3794d1;
    margin-bottom: 20px;
}

.gallery .itabs {
    top: 50px;
}

.owl-amenites h6 {
    font-size: 20px;
    margin-top: 10px;
    
    
}

.owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.owl-nav button {
    border: 1px solid white !important;
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300 !important;
    position: relative;
    border-radius: 6px;
}

.owl-nav button span {
    font-size: 24px;
}

.owl-nav button::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: -1;
    background: #ef7f31;
    transition: 0.3s;
    border-radius: 0px;
}

.owl-nav button:hover::after {
    left: 0px;
    width: 100%;
}

.unitsplan ul {
    border: 0;
    gap: 30px;
    margin-top: 40px;
}

.unitsplan .nav-tabs .nav-link {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    background: none;
    color: #ef7f31;
    border: 1px solid #ef7f31;
    border-radius: 6px;
    padding: 12px 40px;
    font-size: 14px;
    transition: 0.3s;
    text-transform: uppercase;
    z-index: 1;
    
    overflow: hidden;
    line-height: normal;
}

.unitsplan .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: -1;
    background: #ef7f31;
    transition: 0.3s;
    border-radius: 0;
}

.unitsplan .nav-tabs .nav-link:hover::after {
    left: 0;
    width: 100%;
}

.unitsplan .nav-tabs .nav-link:hover {
    color: white;
}

.unitsplan .nav-tabs .nav-link.active {
    background: #ef7f31;
    color: white;
}

.navbar-brand img {
    height: 70px;
}

header .navbar-nav .nav-link {
    color: #0E0E0E;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 !important;
}


header .navbar-nav .nav-link:hover {
    color: #ef7f31;
}

header .navbar-nav {
    gap: 26px;
}

.privacypolice .modal-content {
    background: white;
    color: black;
}

.privacypolice .modal-content h6 {
    color: black;
    font-weight: 500;
    margin-top: 25px;
    font-size: 20px;
}

.privacypolice .modal-content p {
    color: black;
    font-size: 14px;
}

.privacypolice .modal-dialog {
    max-width: 900px;
}

.privacypolice .modal-dialog .modal-content {
    padding: 40px 60px;
}

.privacypolice .modal-dialog .modal-content button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.contactform .modal-content {
    background: #ECEBE5;
    padding: 60px 48px 90px 48px;
}

.contactform .modal-dialog {
    max-width: 600px;
}

.contactform .modal-dialog .row {
    row-gap: 30px;
}

.contactform .modal-dialog .form-control {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-color: #D2D2D2;
    background: transparent;
    padding-left: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    border-radius: 0;
    height: 44px;
}


.contactform .modal-dialog .def-btn {
    width: 100%;
    height: 44px;
    background: #ef7f31;
    color: white;
}

.contactform .modal-dialog form {
    margin-top: 44px;
}

.contactform .modal-dialog h1 {
    font-size: 60px;
    
    max-width: 400px;
}

.contactform .modal-dialog .btn-close {
    right: 30px;
    position: absolute;
    top: 20px;
    opacity: 9;
}

.contactform .modal-dialog .form-control:focus {
    outline: 0;
    box-shadow: unset;
}

.thehouse {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.theabovious {
    top: 100px;
    height: calc(100% - 100px);

}

.unitsplan h2 {
    font-size: 44px;
    color: #3794d1;
}

figure.rera {
    margin: 0;
    height: 94px;
    flex: 0 0 96px;
}

/*.theabovious .box figure img {*/
/*    height: 550px;*/
/*}*/

.tab-content .carousel-item img {
    height: 550px;
    width: unset !important;
    display: table;
    margin: auto;
}

.slider-btn {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.slider-btn button {
    width: 50px;
    background: #ef7f31;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 40px;
    padding: 0;
}

.slider-btn button span {
    width: 16px;
}

.owl-amenites figure {
    position: relative;
}


.abstext {
    position: absolute;
    right: 6px;
    bottom: 6px;
    color: honeydew;
    font-size: 10px;
    z-index: 1;
}

.owl-amenites figure .abstext {
    bottom: 40px;
}

.fixed-btn {
    position: fixed;
    right: -77px;
    top: 44%;
    z-index: 99;
    transform: rotate(90deg);
}

.fixed-btn .def-btn {
    color: white;
    background: #ef7f31;
}
sup{
    font-size: 18px !important;
    line-height: 18px !important;
    top: -2px !important;
}

.banner .def-btn {
    width: 60px;
    height: 50px;
    background: #3795d2;
    flex: 0 0 40px;
    padding: 0;
    position: absolute;
    top: 40%;
    border-radius: 4px;
    opacity: 9;
}

.banner .def-btn span {
    width: 20px;
}


.banner .def-btn.carousel-control-prev {left: 10px;}

.banner  .def-btn.carousel-control-next {
    right: 10px;
}

.galleryblock video {
    width: 100%;
    height: 347px;
    object-fit: cover;
}
.galleryblock .owl-nav button {
    background: #ef7f31 !important;
    color: white !important;
}

.galleryblock .owl-nav {
    margin-top: 27px;
}

.galleryblock .owl-dots {
    display: none;
}


.amenities .box ul {
    border: 0;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.amenities .box .nav-tabs .nav-link {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    background: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 12px 40px;
    font-size: 14px;
    transition: 0.3s;
    text-transform: uppercase;
    z-index: 1;
    
    overflow: hidden;
    line-height: normal;
}

.amenities .box .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: -1;
    background: #ef7f31;
    transition: 0.3s;
    border-radius: 0;
}

.amenities .box .nav-tabs .nav-link:hover::after {
    left: 0;
    width: 100%;
}

.amenities .box .nav-tabs .nav-link:hover {
    color: white;
}

.amenities .box .nav-tabs .nav-link.active {
    background: #ef7f31;
    color: white;
    border-color: #ef7f31;
}

.amenities .box .nav-tabs .nav-link:hover {
    border-color: #ef8032;
}

.theabovious .box ul {
    padding-left: 20px;
    color: white;
}

.theabovious .box ul li {
    font-size: 16px;
    
    margin-bottom: 10px;
}

.thankkyou {
    height: 100vh;
}

.thankkyou h1 {font-size: 90px;margin-bottom: 12px;}

.thankkyou p {
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    .itabs {
        display: none;
    }

    .it-work {
        padding-top: 40px;
    }

    .it-work h1 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 13px;
    }

    .it-work p {
        font-size: 16px;
    }

    .it-work .def-btn {
        margin-bottom: 40px;
        padding: 12px 40px;
    }

    .gallery {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .amenities {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .amenities h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .owl-dots {
        display: none;
    }

    .unitsplan h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .thesky h1 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 24px;
    }

    .thesky .def-btn {
        padding: 12px 40px;
        margin-bottom: 30px;
    }

    .it-work {
        padding-bottom: 0;
    }

    .it-work figure {
        margin: 0;
    }

    .thehouse {
        min-height: unset !important;
        margin-top: 40px;
    }

    .theabovious .box {
        padding-top: 60px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 50px;
    }

    .theabovious .box figure img {
        height: unset;
        
    }

    .theabovious .box h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .theabovious .box .def-btn {
        padding: 12px 40px;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }

    .gallery h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .gallery .def-btn.d-md-none {
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        padding: 10px 40px;
    }

    .amenities .box {
        padding: 40px 20px;
    }

    .amenities .box .def-btn {
        padding: 10px 40px;
        margin-top: 12px;
    }

    footer .container .row:nth-child(1) {
        gap: 34px;
    }

    .row.copywrite {
        gap: 8px;
    }

    .thesky .def-btn {
        display: table;
        margin-left: auto;
        margin-right: auto;
        padding: 12px 40px;
        margin-top: 30px;
    }

    .thesky {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .thesky .row {
        display: flex;
    }

    .thesky .row .col-md-6:nth-child(1) {
        order: 2;
    }

    .thesky .row .col-md-6:nth-child(2) {
        order: 1;
    }

    .tab-content .carousel-item img {
        height: unset;
    }

    .slider-btn {
        margin-top: 20px;
    }

    .unitsplan .nav-tabs .nav-link {
        padding: 12px 20px;
    }

    .unitsplan ul {
        gap: 18px;
    }

    .fixed-btn {
        bottom: 0;
        transform: unset;
        top: unset;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #3794d1;
        padding: 8px 0;
    }

    .fixed-btn .def-btn {
        padding: 11px 10px;
        width: 70%;
        font-size: 15px;
    }

    footer {
        padding-bottom: 80px;
    }
    .navbar-collapse {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mobaddres {
    display: flex;
}

.mobaddres span:nth-child(1) {
    flex: 0 0 112px;
    width: 112px;
    font-size:16px;
}figure.footerlogo img {
    height: 60px !important;
    display: table;
    margin: auto;
}
.fixed-btn {
    gap: 0;
    padding: 0;
}

.fixed-btn a {
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.fixed-btn button {
    width: 100%;
}

.fixed-btn a {border-radius: 0;}

.fixed-btn button {
    border-radius: 0;
    border-right: 1px solid white;
}
.contactform .modal-dialog h1 {
    font-size: 44px;
    line-height: 60px;
}
.privacypolice .modal-dialog .modal-content {padding: 40px;}

.galleryblock video
{
    height:313px;
}
.amenities .box .nav-tabs .nav-link
{
    padding:12px 20px;
}
.amenities .box ul {
    gap: 20px;
}
.fixed-btn:not(.active) {
    opacity: 0;
    height: 0;
}

.fixed-btn {transition: 0.5s all;}



}