
@font-face {
    font-family: rajdhani;
    src: url(../fonts/Rajdhani-Light.ttf);
    font-weight: 100;
}
@font-face {
    font-family: rajdhani;
    src: url(../fonts/Rajdhani-Medium.ttf);
    font-weight: 200;
}
@font-face {
    font-family: rajdhani;
    src: url(../fonts/Rajdhani-SemiBold.ttf);
    font-weight: 300;
}
@font-face {
    font-family: rajdhani;
    src: url(../fonts/Rajdhani-Medium.ttf);
    font-weight: 400;
}
@font-face {
    font-family: rajdhani;
    src: url(../fonts/Rajdhani-Bold.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Medium.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Bold.ttf);
    font-weight: 800;
}
@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Regular.ttf);
    font-weight: 900;
}
@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-ExtraLight.ttf);
    font-weight: 100;
}
@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Light.ttf);
    font-weight: 200;
}

h1{
    font-family: Oswald;
}
h2{
    font-family: rajdhani;
}
p{
    font-family: Oswald;
}
li{
    font-family: rajdhani;
}
:root{
    --brown: #29211e;
    --lght-brown: #f9f7f4;
    --cream: #f7f2ec;
}
body{
    overflow-X: hidden!important;
    }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.my-nav .my-nav-in{
    justify-content: flex-end;
}
.banner{
    position: relative;
}
.banner .container-fluid{
    padding: 0;
}
.my-nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    padding: 20px 50px;
}

.my-nav-in .navbar-nav .nav-link {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 4px;
    font-weight: 300;
}
.contact-bann .nav-link{
    background: #d98a6d /*var(--brown)*/;
}
.banner-sec{
    position: relative;
}
.nav-fixd{
    position: fixed!important;
    z-index: 20;
    background: #29211e /*var(--brown)*/;
    padding: 0 49px;
}
.nav-fixd .contact-bann .nav-link {
    background: var(--lght-brown);
    color: #da8d6e!important;
}
.banner-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(290deg, #B1915E30 0%, #2B2B2B 100%);
    opacity: 0.9;
    z-index: 2;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 3;
}
.banner-text-sec {
    position: absolute;
    bottom: 18%;
    left: 9%;
    width: 77%;
    z-index: 3;
}

.text-head h1 {
    font-size: 80px;
    display: grid;
    letter-spacing: 3px;
    color: #d98a6d /*fvar(--brown)*/;
    line-height: 103px;
}
.text-head p {
    font-weight: 200;
    letter-spacing: 3px;
    margin-bottom: 4px;
    padding-left: 8px;
    font-size: 20px;
    text-transform: capitalize;
    color:#fff;
    display: flex;
    align-items: center;
}
.text-head p span{
    width: 87px;
    height: 2px;
    background: #d8886a/*var(--brown)*/;
    display: block;
    margin-left: 17px;
    margin-top: 5px;
}
.text-head h1 span{
    font-weight: 600;
    color:#fff;
}
.text-head h2{
    background: #29211e /*var(--brown)*/;
    width: fit-content;
    text-transform: capitalize;
    padding: 5px 25px;
    letter-spacing: 3px;
    margin-top: 20px;
    color: #fff;
}

img.img-fluid.devloper-logo {
    width: 46%;
}
.about-builder img {
    max-width: 200px;
}
.banner-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    transform: translateY(102px);
}
.bann-box {
    flex: 0 0 calc(31% - 5px);
    max-width: calc(35% - 5px);
    background: #29211ea8;
    margin: 8px;
    padding: 25px;
    border-left: 3px solid #d98a6d /*var(--brown)*/;
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.50s;
}

.bann-box p {
    color: #fff;
    display: grid;
    letter-spacing: 2px;
    font-size: 21px;
    margin-left: 8px;
    margin-bottom: 0;
}

.bann-box p span{
    color: #d98a6d /*var(--brown)*/;
    display: grid;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
}
.bann-ico img{
    width: 40px;
    transform: translateY(-40px);
    opacity: 0.7;
}
.bann-ico {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 40px;
}
.bann-box:hover .bann-ico img {
    transform: translateY(0px);
    transition: 0.50s;
    opacity: 1;
}
.bann-box.bann-box-list p {
    font-size: 15px;
}
.from-banner {
    position: absolute;
    bottom: 0;
    z-index: 19;
    width: 19%;
    right: 11px;
    background: #0000006e;
    backdrop-filter: blur(3px);
}
.form_content {
    padding: 30px;
}
.top_form.mybtn {
    background: #29211e /*var(--brown)*/;
    padding: 10px 14px;
    color:#fff;
}
.top_form.mybtn p {
    margin-bottom: 2px;
    font-weight: 900;
    letter-spacing: 2px;
}
.form-control:focus {
    border-bottom: 1px solid var(--brown);
}
.form-group input {
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    height: 40px;
}
.form_inner .form-group label{
    color:#fff;
}
.form-btn {
    background: #29211e;
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    color:#fff;
    border-radius: 0;
}

.banner-sec .carousel-indicators li {
    height: 10px;
	background-color: #d98a6d;
    /*background-color: var(--brown);*/
}
h1.proect-type {
    font-size: 35px;
    line-height: 67px;
}

.padding-t-b{
    padding: 100px 0;
    margin: 100px 0;
}
.pacht {
    position: absolute;
    right: 322px;
    max-width: 252px;
    bottom: 119px;
}

.over-head h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 6px;
    position: relative;
}
.over-head h1::before {
    content: '';
    position: absolute;
    bottom: -25px;
    width: 15%;
    height: 2px;
    left: 0;
    background: var(--brown);
}
.over-head h2 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.over-text {
    margin-top: 52px;
}
.over-text p {
    color: #535353;
    letter-spacing: 1px;
    font-weight: 900;
    line-height: 31px;
}
.view-btn {
    margin-top: 40px;
}
.view-btn button {
    background: transparent;
    padding: 9px 26px;
    border: 1px solid #ddd;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
}
.view-btn button::after,
.view-btn button::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}
.view-btn button::after {
    top: -1px;
    left: -1px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.view-btn button::before {
    bottom: -1px;
    right: -1px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}

.view-btn button:hover::after,
.view-btn button:hover::before {
    width: calc(99% + 2px);
    height: calc(99% + 2px);
    border-color: #222222;
}
.view-btn button:hover img{
   transform: translateX(5px);
   opacity: 0.8;
}

.view-btn button img {
    width: 20px;
    opacity: 0.5;
    margin-right: 8px;
    margin-bottom: 3px;
    transition: 0.50s;
}
.over-img{
    position: relative;
}
.over-img img:hover{
    transform: translateY(-10px);
    transition: 0.50s ease-out;
}
.over-img2 {
    position: absolute;
    bottom: -26%;
    right: -51px;
}

.over-img2 img{
    box-shadow: 0px 0px 25px #00000061;
}
.overview{
    position: relative;
}
.overview::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -68px;
    background-image: url(../images/pattern03.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 18% 131%;
    opacity: 0.1;
}

.highlight .over-head {
    text-align: center;
    width: fit-content;
    margin: auto;
}
.highlight .over-head h1::before {
    width: 26%;
    left: 35%;
}

.highlight .high-box{
    background-image: url(../images/pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    height: 200px;
}
.highlight .high-box:hover img{
    transform: translateX(5px);
    transition: 0.50s;
}
.highlight .high-box img{
    width: 70px;
}
.high-marg{
    margin-top:80px
}
.high-box p {
    margin-top: 20px;
    letter-spacing: 1px;
    line-height: 27px;
    font-weight: 900;
    color: #6f7072;
}
.price-list{
    background: var(--lght-brown);
    position: relative;
}
.price-list::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    z-index: 0;
    opacity: 0.4;
}
.price-list .over-head {
    text-align: center;
    width: fit-content;
    margin: auto;
}
.price-list .over-head h1::before {
    width: 26%;
    left: 35%;
}
.myprice {
    margin-top: 80px;
    z-index: 1;
    position: relative;
}
.myprice .table{
    text-align: center;
}
.myprice .table .view-btn{
    margin-top: 0;
}
.myprice thead tr {
    background: #29211e;
    line-height: 62px;
    border: 0;
}
.myprice .table td, .table th {
    padding: 22px;
    border-top: 0px solid #dee2e6;
    vertical-align: middle;
}
.myprice .table td {
    font-size: 18px;
    font-weight: 300;
    font-family: 'rajdhani';
    letter-spacing: 1px;
}
.myprice .table thead th {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Oswald';
    color: #fff;
}
.bg-color{
    background-color: var(--brown);
}
.my-floor {
    margin-top: 70px;
}
.floor-text ul li {
    display: flex;
    justify-content: space-between;
    line-height: 57px;
    color: #6c6d70;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.floor-text ul li span{
    color: #000
}
.li-bg-col{
    background:var(--lght-brown);
}

.my-floor .carousel-indicators {
    right: 0;
    top: -57px;
    left: 0;
    z-index: 0;
    display: flex;
    justify-content: end;
    padding-left: 0;
    margin-right: unset;
    margin-left: unset;
    width: 100%;
}
.my-floor .carousel-indicators li {
    background-color: transparent;
    height: 12px;
    width: 12px;
    border: 6px solid #d3d4d5;
}
.my-floor .carousel-indicators .active {
    border: 6px solid var(--brown);
    height: 13px;
    width: 13px;
}
.floor-plan{
    position: relative;
}
.floor-plan::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/section-bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    background-attachment: fixed;
}
.floor-img {
    height: 228px;
    overflow: hidden;
}
.floor-img img{
    height: 100%;
    object-fit: cover;
	/*filter: blur(3px);*/
}
.amenities{
    background: var(--lght-brown);
}
.amenities .container{
    max-width: 80%;
    margin-right: unset;
}
.myslide .item h4 {
    margin-top: 20px;
    letter-spacing: 1px;
    font-family: 'Oswald';
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.myslide .item{
    padding: 20px;
}
.myslide .item img{
    box-shadow: 0px 0px 10px #00000038;
}
.myslide .item:hover h4{
    color: var(--brown);
    transition: 0.50s;
}
.ami-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ami-btn {
    margin-top: 47px;
}

.myslide .owl-nav{display:flex;}

.myslide .owl-nav button{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:var(--brown)!important;
    margin:0 3px;
}
.myslide .owl-nav button span {
    font-size: 30px;
    margin-top: -5px;
    color: var(--lght-brown);
}
.gallery {
    margin-bottom: 100px;
}
.gallery .container{
    max-width: 100%;
    width: 100%;
}
.gall-marg{
    margin-top: 80px;
}
.gallery .over-head {
    margin: auto;
    width: fit-content;
    text-align: center;
}
.gallery .over-head h1::before {
    width: 26%;
    left: 35%;
}
.gallery .row .col-md-3{
    margin: 0;
    padding: 1px;
}
.location{
    background: var(--lght-brown);
}
.location .row{
    margin-top:80px;
}
.location .over-head {
    margin: auto;
    width: fit-content;
    text-align: center;
}
.location .over-head h1::before {
    width: 26%;
    left: 35%;
}
.loc-side{
    background: #29211e /*var(--brown)*/;
    height: 100%;
}

.loc-side-text {
    background: #fff;
    padding: 42px;
    position: absolute;
    left: -63px;
    width: 100%;
    top: 29px;
    height: 88%;
    overflow-y: auto;
}
.btm-foot {
    font-size: 13px;
}
.loc-side-text .card-header {
    background-color: transparent;
    border-bottom: unset;
    padding: 7px 0px;
}
.loc-side-text .card {
    border: 0
}
.loc-side-text .card {
    border-bottom: 1px solid #00000021;
    border-radius: 0;
    margin-bottom: 16px;

}
.loc-side-text .my-bt {
    text-align: left;
    color: #da8b6c/*var(--brown)*/;
    border: 0;
    outline: none;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Oswald';
    letter-spacing: 2px;
    font-weight: 900;
}
.loc-side-text .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;

}
.loc-side-text .my-bt:focus{
    color: var(--brown);
}

::-webkit-scrollbar {
    width: 8px;
  }

  ::-webkit-scrollbar-thumb {
    background: var(--brown);
  }
  .my-loc-t-in{
    height: 100%;
    overflow-y: auto;
    padding-right: 24px;
  }
  .loc-side-text .card-body {
    padding: 0;
    padding-left: 12px;
    margin-top: 0px;
    margin-bottom: 22px;
    line-height: 33px;
    color: #6c6d70;
    letter-spacing: 1px;
    font-family: 'rajdhani';
}
.location .col-md-7, .location .col-md-5{
    padding-right: 0;    
    padding-left: 0;
}
.footer{
    background: var(--lght-brown);
    padding: 54px 0px;
}
.dis {
    text-align: center;
}
.footer-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #00000024;
    margin: 40px 0;
}
.footer-form .form_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.footer-form .form_inner .form-group {
    width: calc(47% - 5px);
    margin: 10px 10px;
}
.about-builder img {
    margin-bottom: 32px;
}
.about-builder p {
    letter-spacing: 1px;
    font-weight: 900;
    line-height: 30px;
}
.about-text h1 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 37px;
}
.leb-1 {
    color: #000!important;
    font-weight: 600;
    letter-spacing: 1px;
}
.cont-btn {
    width: 100%;
    padding: 0 10px;
}
.cont-btn .form-btn{
    color:#fff;
}
.dis p {
    letter-spacing: 1px;
    font-weight: 900;
    margin-bottom: 5px;
    font-size: 13px;
}
.dis p a{
   color: #000;
}
.mobile-section{
    display: none;
}
.footer-form .form-group input {
    border: 1px solid var(--brown);
}
.close-btn {
    width: 34px;
}
.my-modal .close {
    background: var(--brown);
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}
.my-modal .modal-body{
    text-align: center;
    padding: 35px;
}
.my-modal .form-txt h1 {
    font-weight: 700;
    letter-spacing: 1px;
}
.my-modal .form-txt p {
    font-family: 'rajdhani';
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 19px;
}
.my-modal .form-group input {
    border: 1px solid var(--brown);
    height: 48px;
}
.my-modal .form-btn {
    height: 48px;
    margin-top:0;
}
.d-v{
    display: block!important;
}
.m-v{
    display: none!important;
}
.typo{
    display: none;
}
.foo-icon {
    display: flex;
    align-items: flex-start;
}
.foo-icon img {
    max-width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
    margin-right: 10px;
    filter: invert();
}
.foo-icon p {
    display: grid;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: 900;
}
.foo-icon p a {
    display: grid;
    margin-bottom: 0;
    color:#000;
    letter-spacing: 1px;
    text-decoration: none;
}
.foo-icon p span {
    font-weight: 700;
}
.foo-contct {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 30px;
}
.foo-con-box {
    flex: 0 0 16%;
    max-width: calc(16% - 10px);
}
nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.7)!important;
}
.blink-soft {
    animation: blinker 2s linear infinite;
  }
  @keyframes blinker {
    60% {
      opacity: 0.6;
    }
  }

  .navbar-brand{
    width: 30%;
}
  .header-ive{
    font-weight: 600;
    font-size: 20px!important;    border: solid 1px #fff;
}


div#exampleModal-2 .modal-content {
    max-width: 1000px;
}

.modal-dialog.modal-lg {
    max-width: 1000px;
}

div#exampleModal-2 .modal .modal-dialog .form_content {
    padding: 0px;
}
div#exampleModal-2  .modal-body {
    padding: 0px!important;
}


div#exampleModal-2  .col-sm-12.col-md-5.col-lg-5 {
    padding-left: 0px;
    display: grid;
    align-items: center;
}

div#exampleModal-2  .col-sm-12.col-md-7.col-lg-7 {
    padding-right: 0px;
}

div#exampleModal-2 .modal-form  .form_content {
    padding-top: 0px;
}


div#exampleModal-2 button.close {
    z-index: 9;
    width: 50px;
}

div#exampleModal-2 button.close img {
    width: auto;
    height: 20px;
    filter: invert(1);
}



@media(max-width: 1500px){
    .navbar-brand{
        width: 30%;
    }

.my-nav {

    padding: 20px 44px;
}
div#exampleModal-2 .modal-content {
    max-width: 880px;
    margin: 0px auto;
}
}
    

@media(max-width: 1480px){
    .my-nav {
        padding: 0px 34px;
        padding-left: 40px;
    }
    img.img-fluid.devloper-logo {
        /*width: 50%;*/
    }
    .my-nav-in .navbar-nav .nav-link {
        
        margin: 0 0px;
       
    }
    .overview::before {
        right: 2px;
        height: 148%;
    }
    .banner-text-sec {
        bottom: 7%;
    }
    .text-head h1 {
        font-size: 49px;
        line-height: 57px;
    }
    
    .text-head h2 {
        font-size: 27px;
    }
    h1.proect-type {
        font-size: 32px;
        line-height: 61px;    
    }
    .banner-box {
        transform: translateY(0px);  
        width: 82%;
    }
    .banner-sec .carousel-inner .carousel-item img{
        height: 100vh;
    }
    .bann-box {
        padding: 10px 11px;
        height: 77px;
    }
    .bann-box p {
        font-size: 17px;
    }
    .bann-ico img {
        width: 37px;
        transform: translateY(-37px);
    }
    .bann-ico {
        height: 37px;
    }
    .from-banner {
        width: 22%;
        right: 0px;
    }
    .top_form.mybtn {
        padding: 7px 14px;
    }
    .top_form.mybtn h2{
        font-size: 25px;
        margin-bottom: 0;
    }
    .form_content {
        padding: 25px;
    }
    section#overview {
        padding: 0;
        margin-bottom: 160px;
    }
    .over-head h1 {
        font-size: 33px;
        letter-spacing: 4px;
    }
    .myslide .item h4 {
        font-size: 20px;
    }
    section#highlights {
        padding: 50px 0;
    }
    .myslide .item {
        padding: 12px;
    }
    .myslide .owl-nav {
        margin-top: 20px;
    }
    .myslide .owl-nav {
        display: flex;
        margin-top: 20px;
    }
    .floor-text {
        background: #fff;
    }
    .gallery {
        padding: 50px 0;
    }
    .about-text h1 {
        margin-bottom: 33px;
        margin-top: 17px;
        font-size: 32px;
    }
    .about-builder img {
        max-width: 30%;
    }
    .close-btn {
        width: 25px;
    }
    .pacht {
        position: absolute;
        right: 258px;
        max-width: 225px;
        bottom: 210px;
    }
}

@media(max-width: 1400px){
    .my-nav {
        padding: 0px 6px;
        padding-left: 10px;
    }
    .text-head h1 {
        font-size: 42px;
        line-height: 51px;
    }
    h1.proect-type {
        font-size: 27px;
        line-height: 47px;
    }
    .bann-box {
        flex: 0 0 calc(31% - 3px);
        max-width: calc(35% - 3px);
        margin: 5px;
        height: 74px;
    }
    .bann-box p {
        font-size: 15px;
    }
    .bann-box p span {
        font-size: 13px;
    }
    .form-group input {
        height: 35px;
    }
    .from-banner .form_inner .form-group {
        margin-bottom: 10px;
    }
    .form_inner .form-group label {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .banner-sec .carousel-indicators {
        margin-bottom: 0;
    }
    .text-head p {
        font-size: 15px;
    }
    .overview::before {
        right: 0px;
        height: 165%;
        top: -52px;
    }
    .myslide .owl-nav {
        margin-top: 10px;
        padding-left: 10px;
    }
    .myslide .item h4 {
        margin-top: 12px;
        font-size: 19px;
    }
    .ami-btn {
        margin-top: 30px;
    }
}

@media(max-width: 1280px){
    .my-nav-in .navbar-nav .nav-link {
   
        font-size: 13px;
    }
    img.img-fluid.devloper-logo {
        width: 40%;
    }

}
.m-view{display: none}

@media(max-width: 768px){
    .navbar {
        flex-wrap: nowrap;
    }.navbar-brand {
    width: 56%;
}
    img.img-fluid.devloper-logo {
        width: 70%;
    }.m-view{display: block}
    .banner-sec .carousel-inner .carousel-item img {
        height: auto;
    }.top-form-call{border: solid 3px var(--brown);/* background: #000000e3; */padding: 10px 20px;margin-top: 30px;width: 84%;text-align: center;margin-left: 8%;}.top-form-call a{color: #000;}
    .banner-text-sec {
        position: unset;
        width: 100%;
    }
    .my-nav {
        position: relative;
        background: #29211e;
        padding: 0px 13px;
    }
    .navbar-light .navbar-toggler {
        color: rgb(255 255 255);
        border-color: rgb(255 255 255 / 90%);
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }
    .text-head h1 {
        display: block;
    }
    .form_content {
        padding: 24px;
    }
    .my-modal .form_content {
        padding: 0px;
    }
    .over-head h1 {
        font-size: 29px;
    }
    .my-nav .my-nav-in {
        position: absolute;
        top: 100%;
        background: #29211e;
        width: 100%;
        left: 0;
        text-align: center;
    }
    .from-banner {
        position: unset;
        width: 100%;
        margin-top: 30px;
        background: #403d3d;
        backdrop-filter: blur(0px);
    }
    .text-head p {
        color: #403d3d;
        margin-top: 20px;
        font-size: 17px;
        font-weight: 600;
    }
    .text-head h1 span {
        color: #403d3d;
    }
    .text-head h2 {
        font-size: 22px;
        padding: 10px 19px;
        letter-spacing: 2px;
    }

    .banner-box {
        width: 100%;
    }
    .bann-box {
        flex: 0 0 calc(47% - 3px);
        max-width: calc(54% - 3px);
        height: auto;
        background: #000000e3;
        flex-direction: column;
    }
    .bann-ico {
        margin-bottom: 10px;
    }
    .myprice .table {
        display: block;
    }
    .myprice .table thead{
        display: none;
    }
    .myprice .table tbody{
        display: block;
    }
    .myprice .table tbody tr{
        background:#fff;
        margin-bottom: 30px;
    }
    .typo{
        display: block;
    }
    .typo {
        display: block;
        font-size: 20px;
        font-weight: 700;
    }
     .typ-bg {
        background-color: var(--brown)!important;
    }
    .myprice .table tbody tr, .myprice .table tbody td{
        display: block;
    }
    .myprice .table tbody td{
        display: grid;
    }
    .d-v{
        display: none!important;
    }
    .m-v{
        display: block!important;
    }
    .over-img2 {
        display: none;
    }
    .overview::before {
        height: 116%;
        top: -17px;
        background-size: 90% 131%;
        opacity: 0.06;
    }
    .odr{
        order: -1;
    }
    .over-img {
        margin-bottom: 30px;
    }
    .highlight .high-box {
        margin-bottom: 30px;
    }
    section#overview {
        margin-bottom: 87px;
    }
    section#highlights {
        padding:  0;
    }
    .amenities .container {
        max-width: 100%;
    }
    .myslide .item {
        padding: 0px;
    }
    .myslide {
        margin-top: 70px;
    }
    .myslide .owl-nav {
        margin-top: 22px;
        padding-left: 0px;
    }
    .floor-img {
        height: auto;
        margin-bottom: 20px;
    }
    .my-floor {
        margin-top: 115px;
    }
    .loc-side-text {
        position: unset;
        padding: 30px;
    }
    .loc-side {
        padding: 20px;
        padding-top: 48px;
    }
    .gallery .row .col-md-3 {
        padding: 8px 14px;
    }
    .gallery {
        margin-bottom: 50px;
        padding: 0;
    }
    .about-builder p {
        text-align: justify;
    }
    .footer-form .form_inner .form-group {
        width: calc(97% - 5px);
        margin: 6px 10px;
    }
    .contact-bann {
        margin-bottom: 20px;
    }
    .nav-fixd .contact-bann .nav-link {
        padding: 9px 12px;
    }
    .mobile-section {
        display: block;
        display: flex;
        justify-content: space-between;
        position: fixed;
        z-index: 99;
        bottom: -100%;
        background: var(--brown);
        width: 100%;
        left: 0;
        padding: 5px;
        transition: 0.50s;
    }
    .mobile-section a{
        background: var(--lght-brown);
    }
    .scrl{
        bottom: 0;
    }
    .footer-form {
        padding: 0 10px;
    }
    .foo-contct {
        flex-direction: column;
    }
    .foo-icon {
        margin: 20px 0;
    }
    .bann-box p {
        text-align: center;
    }
    .padding-t-b {
        padding: 86px 0;
        margin: 86px 0;
    }
    .text-head h1 {
        font-size: 35px;
        line-height: 45px;
    }
    h1.proect-type {
        font-size: 23px;
        line-height: 47px;
    }
    .pacht {
        position: absolute;
        right: 189px;
        max-width: 163px;
        bottom: 0;
        z-index: 9;
        top: 179px;
    }

div#exampleModal-2 .col-sm-12.col-md-7.col-lg-7 {
    padding-right: 15px;
}
div#exampleModal-2 .col-sm-12.col-md-5.col-lg-5 {
    padding-left: 15px;
    display: grid;
    align-items: center;
}
.modal-form {
    padding: 10px;
}
div#exampleModal-2 button.close img {
    width: auto;
    height: 16px;
    filter: invert(1);
}
div#exampleModal-2 button.close {
    z-index: 9;
    width: 40px;
}

}

.actual-project .container {
    max-width: 80%;
    margin-right: 0px;
}
.actual-project .myslide .owl-nav {
    display: flex;
    justify-content: center;
}

/* .actual-project .over-head h1::before {
    width: 26%;
    left: 0%;
} */
.actual-project-box {
    margin-top: 80px;
}