@font-face {
    font-family: "Merriweather";
    src: url(../fonts/Merriweather-Regular.ttf;font-display: swap)
}

@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-Regular.ttf;font-display: swap)
}

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

a.clickhere:hover {
    color: #000 !important;
    text-decoration: none !important;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / .2), 0 6px 20px 0 rgb(0 0 0 / .19)
}

.header a:hover {
    color: #fff !important;
    text-decoration: none !important
}

body {
    font-size: 14px;
    font-family: 'Raleway', sans-serif !important
}

section {
    position: relative
}

.section-head {
    font-family: 'Merriweather', sans-serif !important;
    color: #000;
    padding: 16px 0;
    font-size: 30px;
    margin: 10px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 800
}

.nopadding.form {
    padding: 5px
}

.nomargin {
    margin: 0
}

#lock {
    display: none
}

.text-center {
    text-align: center
}

#home {
    margin-top: 80px
}

#home img {
    width: 100%
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 10rem;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 560px
}

.carousel-control-next,
.carousel-control-prev {
    width: 9%;
    opacity: .9
}

.carousel-inner>.item>img {
    width: 100%
}

.navbar-default {
    background-color: #fff;
    position: fixed;
    margin-bottom: 0;
    height: 60px !important
}

.nav>li>a {
    color: #000 !important;
    padding: 14px 22px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.navbar-nav>li {
    padding: 0
}

.navbar-brand {
    height: auto;
    padding: 10px 15px;
    width: 100%
}

.navbar-brand>img {
    margin: 0 auto;
    width: 100px
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #fff;
    color: #000 !important
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: inherit;
    text-align: center;
    padding: 0
}

#dropdownMenuButton {
    background: inherit;
    color: #424242;
    font-weight: 700;
    padding: 6px 12px;
    border-bottom: 1px solid #424242;
    border-radius: inherit
}

.dropdown-menu {
    background-color: #424242;
    min-height: 100px;
    border-radius: inherit
}

.dropdown-item {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 0;
    color: #fff
}

.dropdown-menu {
    min-width: 120px
}

.dropbtn {
    background-color: inherit;
    text-transform: uppercase;
    color: #424242;
    padding: 4px 0;
    border-bottom: 1px solid #424242;
    border: none;
    cursor: pointer
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #424242
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #424242;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / .2);
    z-index: 1;
    top: 30px
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: #424242;
    color: #A68749
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: inherit
}

.imagelogo {
    width: 160px
}

.current a.smoothScroll {
    color: #fff !important;
    background: #794925
}

.current a.smoothScroll {
    color: #000;
    font-weight: 700
}

.inneraboutOverview {
    text-align: center
}

.inneraboutus {
    padding: 30px 0;
    background-color: #ddd
}

footer {
    margin: 0;
    padding: 30px 0
}

.footerQR {
    display: flex;
    justify-content: center;
    padding: 23px
}

.footerlogoinner {
    text-align: center
}

#Overview {
    padding-top: 2%;
    padding-bottom: 3%
}

.innerprojects {
    padding: 30px 0
}

.slick-arrow {
    font-size: 25px
}

.innerprojects .nav>li>a {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid#000;
    padding: 5px 15px
}

.innerprojects .nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff !important;
    background-color: #000
}

.nav-pills>li {
    width: 19%;
    text-align: center;
    color: #000 !important;
    border-radius: 4px;
    padding: 5px
}

.innerprojects .nav.nav-pills {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.prop-div {
    box-shadow: 2px 2px 11px #999;
    margin-bottom: 5%
}

.prop-div {
    position: relative;
    overflow: hidden;
    transition: ease all 1s;
    border-radius: 10px;
    margin: 20px
}

.prop-img-div {
    position: relative;
    overflow: hidden;
    transition: ease all 1s;
    border-radius: 10px
}

.move {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    text-transform: capitalize
}

.prop-div,
.prop-img-div {
    position: relative;
    overflow: hidden;
    transition: ease all 1s
}

.prop-img-div img {
    transition: ease all 1s
}

.prop-img-div:hover img {
    transform: scale(1.3);
    transition: ease all 1s
}

.projectlogo {
    top: 0;
    right: 0;
    width: 120px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    padding: 5px;
    transition: none !important;
    transform: none !important;
    margin: 15px auto;
    filter: invert(1)
}

p.prop-name {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #000;
    padding: 1%;
    font-size: 12px
}

p.prop-price {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #000;
    border-top-right-radius: 10px;
    padding: 1%;
    margin: 0;
    font-size: 12px
}

p.prop-undercon {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: linear-gradient(90deg, #000000 59%, rgb(83 33 122 / .10127801120448177) 90%);
    border-bottom-right-radius: 10px;
    padding: 1%;
    margin: 0;
    font-size: 12px
}

.prop-details {
    padding: 2%
}

p.rera {
    font-size: 9px;
    color: #000;
    text-align: center;
    line-height: 15px
}

.prop-inner {
    color: #191919;
    text-align: center
}

.offer-txt {
    padding: 4px 0;
    background: #424242;
    display: none
}

.offer-txt p {
    margin-bottom: 0;
    color: #000;
    text-align: center
}

.prop-inner .prop-title {
    margin-bottom: 5px
}

p.prop-title {
    float: left
}

.prop-inner .prop-desc {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    color: #fff
}

.clickhere {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 38%;
    padding: 5px
}

.innerContact {
    padding: 30px 0;
    background: #000;
    margin: 12px 7px
}

.headContact {
    text-align: center
}

.Contactbox {
    border: 3px solid #fff;
    padding: 15px 30px
}

.ContactSubbox {
    border: 1px solid #b29d78
}

.ContactSubbox img {
    width: 100%
}

.count {
    padding-left: 11px
}

#pricepopup .input-group {
    width: 100% !important;
    text-align: justify !important;
    margin-bottom: 5px
}

#pricepopup .form-control,
#pricepopup .form-control {
    display: block;
    width: 100%;
    color: #555;
    background-image: none;
    border: none !important;
    border-radius: 4px;
    box-shadow: none
}

.innerContact button#submitf {
    background: #000;
    color: #fff;
    padding: 5px 20px;
    margin-top: 20px
}

button#submitf p {
    margin-bottom: 0
}

label.error {
    font-size: 13px;
    color: #fb0303
}

.innercontactus {
    background-color: #000;
    color: #fff;
    padding-bottom: 50px
}

section#footer {
    background-color: #000;
    color: #fff
}

#footer h5.text-center.wow.fadeInUp {
    cursor: pointer;
    display: inline;
    text-align: center
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    text-align: center
}

.innercontactus .input-group {
    margin: 5px auto !important
}

.input-group {
    position: relative;
    display: table;
    text-align: left;
    margin: 7px auto;
    width: 100%
}

.input-group-pop {
    text-align: center
}

.innercontactus h3 {
    color: #fff !important
}

.innercontactus h5 {
    color: #fff !important;
    cursor: pointer
}

.inneraboutproject {
    padding: 30px 0
}

#disclaimerpopup .modal-dialog {
    width: 90%;
    font-size: 11px
}

#disclaimerpopup .modal-header .close2 {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 15px
}

#popupModal .modal-header {
    padding: 5px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #000
}

#popupModal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    text-align: center
}

#popupModal .modal-header .close2 {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center
}

.close2 {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 2 !important;
    filter: alpha(opacity=20)
}

button.btn.btn-danger.interested {
    font-size: 16px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #000;
    border: 2px solid #fff;
    font-weight: 600;
    padding: 7px 10px 6px 10px
}

.header {
    overflow: hidden;
    position: relative
}

.menu {
    background-color: #fff;
    color: #000;
    font-size: 1.8rem;
    padding: 0 .5rem;
    position: fixed;
    top: 20px;
    right: 2.5rem;
    z-index: 9999
}

.close {
    background-color: #fff;
    color: #000;
    font-size: 1.8rem;
    padding: 0 .5rem;
    position: fixed;
    top: 20px;
    right: 2.5rem;
    opacity: 0;
    visibility: hidden;
    z-index: 9999999
}

.cus-navbar.active .close {
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.menu,
.close {
    display: block;
    cursor: pointer;
    padding: 5px 10px
}

.header .cus-navbar {
    position: fixed;
    width: 100%;
    background: rgb(0 0 0 / .8);
    height: 100vh;
    right: 0;
    left: 0;
    top: 0;
    transition: ease 1s all;
    transform: translateX(100%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .cus-navbar.active {
    transform: translateX(0)
}

.close.active {
    opacity: 1;
    visibility: visible;
    padding-top: 7px
}

.header .navlist {
    width: 20%
}

.header .navlist li {
    display: block;
    margin-top: 2rem;
    margin-left: 0;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem
}

.header .navlist li a {
    color: #fff
}

.mlgroup {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px
}

.project-overly {
    background: rgb(0 0 0 / .8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 99999;
    display: none;
    cursor: pointer
}

.project-overly.active {
    display: block
}

.project-popup {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    z-index: 999999;
    display: none
}

.project-popup p {
    border-top: 1px solid #A68749;
    padding-top: 10px;
    margin-top: 10px
}

.project-popup.active {
    display: block
}

.project-close {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9;
    font-size: 20px;
    cursor: pointer
}

.form-check-label label.error:after {
    content: " ";
    position: absolute;
    left: 1px;
    top: -9px;
    border-top: none;
    border-right: 8px solid #fff0;
    border-left: 8px solid #fff0;
    border-bottom: 8px solid red
}

.form-check-label {
    position: relative
}

.form-check-label label.error {
    position: absolute;
    top: 15px;
    background: #fff;
    color: red;
    padding: 0 3px;
    border: 1px solid #000;
    z-index: 9;
    left: -5px
}

.form-check-label2 label.error:after {
    content: " ";
    position: absolute;
    left: 1px;
    top: -9px;
    border-top: none;
    border-right: 8px solid #fff0;
    border-left: 8px solid #fff0;
    border-bottom: 8px solid red
}

.form-check-label2 {
    position: relative
}

.form-check-label2 label.error {
    position: absolute;
    top: 15px;
    background: #fff;
    color: red;
    padding: 0 3px;
    border: 1px solid #000;
    z-index: 99;
    left: -5px
}

.serviceBox {
    margin-bottom: 30px
}

.boximg4 img {
    display: block;
    margin: 0 auto;
    width: 245px
}

.box5 h4 {
    text-align: center;
    margin: 12px auto
}

.bord4 {
    border-right: 1px solid
}

.box6 p {
    text-align: center;
    letter-spacing: 2px;
    height: 63px
}

.box6 h3 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px
}

.bordbottom {
    border-bottom: 1px solid #000
}

#about-us6 {
    padding: 50px 0
}

.descriptionover {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none
}

.tab {
    font-family: "futura";
    padding: 15px
}

.tab .nav-tabs {
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 3px solid #a48636
}

.tab .nav-tabs li a {
    color: #222;
    background: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 7px 20px 6px;
    margin: 0 2px 1px 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover {
    color: #fff;
    background: #fff0;
    border: none;
    box-shadow: none
}

.tab .nav-tabs li a:before {
    content: "";
    background: #a48636;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.3s ease 0s
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
    opacity: 1;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%)
}

.tab .tab-content {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 10px
}

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 40px
}

.mytab li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px
}

.abt22 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.abtwrap {
    transition: ease all 1s
}

.abt22 img {
    display: block;
    margin: 0 auto;
    width: 50px
}

.abtcontent {
    text-align: center;
    background: #fff;
    padding: 10px;
    margin: 20px 0;
    transition: ease all 0.5s;
    border: 2px solid #d8d8d8;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center
}

.abtcontent {
    min-height: 80px;
    background: #fff !important
}

.tranhover:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s
}

.tranhover:before {
    content: "";
    position: absolute;
    bottom: -34px;
    width: 210px;
    left: 50%;
    margin-left: -105px;
    height: 34px;
    border-radius: 50%;
    transform: scale(1.15);
    background: radial-gradient(rgb(0 0 0 / .1), transparent, transparent);
    transition: ease all 0.5s
}

#projects {
    background: #000;
    color: #fff
}

#legacy {
    padding-top: 2%;
    padding-bottom: 3%
}

#aboutrustomjee {
    padding-top: 1%;
    padding-bottom: 2%
}

.text-center {
    align-items: center
}

.underline-black {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 13px
}

.underline {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 13px
}

.underline-white {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 13px
}

.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #ccc;
    margin-top: 5px
}

.modal {
    z-index: 9999
}

.largersizetextdesk {
    display: block
}

.largersizetextmob {
    display: none
}

.scrollup {
    background: #000;
    text-align: center;
    padding: 0;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 6%;
    right: 3%;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    z-index: 999;
    display: none
}

i.fa.fa-arrow-circle-up {
    font-size: 36px;
    padding: 2px
}




.maharera-btn {
    position: absolute;
    top: 20px;
    right: 100px;
    background: #ffffff;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: #000000;
    padding: 12px 17px;
    font-size: 12px;
    cursor: pointer;
    z-index: 999;
}

.maharera-panel {
    position: absolute;
    top: 20px;
    right: 100px;
    width: 236px;
    height: 284px;
    background: #4b4b4b79;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    z-index: 9999;
    display: none;

}

.maharera-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
}

.qr-img {
    width: 80px;
    margin: 15px 0;
}

.qr-slider {
    position: relative;
    margin-top: 7px;
    overflow: hidden;
    padding-bottom: 40px;
}

.qr-slide {
    display: block;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.qr-slide.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
}

.qr-slide img {
    width: 80px;
    background: #fff;
    padding: 5px;
}

.qr-prev,
.qr-next {
    position: absolute;
    bottom: 0px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    padding: 2px 8px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
}

.qr-prev {
    left: 35%;
}

.qr-next {
    right: 35%;
}

.maharera-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.rera__visit a {
    color: #fff;
    text-decoration: underline !important;
}

.rera__headin {
    padding: 0 0 !important;
    margin: 0 !important;
}

.rera__add {
    font-size: 10px;
    padding: 0 !important;
    margin: 0 !important;
}

.maha_rera {
    text-transform: uppercase;
    font-size: 9px;
}

.maha_rera1 {
    padding-top: 5px;
    font-size: 12px;
    line-height: 13px;
}

.qr-slide.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
}

@media screen and (max-width: 767px) {

    .maharera-panel {
        position: absolute;
        top: 20px;
        left: 0px;
        width: 100%;
        height: 285px;
        background: #6d6d6d79;
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        color: #fff;
        text-align: center;
        padding: 30px 20px;
        z-index: 9999;
        display: none;
    }

    .qr-prev {
        left: 42%;
    }

    .qr-next {
        right: 42%;
    }
}