@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: mochiypop;
    src: url(../fonts/MochiyPopOne-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: DMSeri;
    src: url(../fonts/DMSerifDisplay-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Medium.ttf);
    font-weight: 500;
}


@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Raleway-Italic;
    src: url(../fonts/Raleway-Italic.ttf);
    font-weight: 100;
}

:root{
    --red: #db8c23;
    --drk-blue: #1f415d;
    --cream: #f7f2ec;
}
body{
    overflow-X: hidden!important;
    counter-reset: my-sec-counter;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-family: Oswald;
}
h2 {
    font-family: Oswald;
}
h4{
    font-family: DMSeri;
}
h3 {
    font-family: Roboto;
}
p {
    font-family: Roboto;
}
a {
    text-decoration: none !important;
}
.my-nav {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #ffffff21;
}

.my-navbar {
    position: fixed;
    right: 0;
    top: 0;
}
.nav-btn {
    background: #fff;
    padding: 9px 16px;
    cursor: pointer;
    margin: 30px;
}
a.contact-form {
    background: #db8c23;
    color: #fff !important;
}
.nav-menu {
    position: fixed;
    z-index: 100;
    right: -19%;
    background: #000000c4;
    height: 100%;
    width: 18%;
    transition: 0.50s;
}
.nav-close-btn img {
    filter: invert(1);
    max-width: 36px;
    cursor: pointer;
}
.form-txt h4 {
    font-size: 30px;
}
.nav-slide{
    right: 0%;

}
.nav-menu{
    padding: 20px;
}
.navbar-nav {
    align-items: center;
    margin-top: 20px;
}
.nav-menu .navbar-nav .nav-item{
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
.nav-menu .navbar-nav .nav-item a{
        color: #fff;
}
.nav-menu .navbar-nav .nav-item:hover{
    background: var(--cream);
    transition: 0.50s;
}
.nav-menu .navbar-nav .nav-item a:hover{
    color: #000;
    transition: 0.50s;
}
.nav-btn img{
    width: auto;
    height: 28px;
}
.devloper-logo {
    max-width: 200px;
    filter: invert(1);
}

.banner .container-fluid{
    max-width: 100%;
    margin: 0;
    padding: 0;
}
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 15px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0 5px #000;
}
.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
/* extra accordian */
.faq-section{
    background-image: url(../images/inner_03.jpg);
    position: relative;
    padding: 50px 0;
}
.faq-section h2{
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
#main h2 span {
    color: var(--red);
    margin-left:10px;
}
#main{
    text-align: center;
  }
  #main span {
    color: #fff;
  }
  #main #faq .card {
    margin-bottom: 30px;
    border: 0;
  }
  
  #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #fff;
    color: #222;
    padding: 20px;
  }
  .over-play {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    max-width: 108px;
    background: transparent;
    box-shadow: none;
    transform: translate(-50%, -50%);
}
  #main #faq .card .card-header .btn-header-link:after {
    content: "-";
    font-weight: 900;
    float: right;
    font-size: 20px;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #00203d;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "+";
  }
  
  #main #faq .card .collapsing {
    background: #db8c23;
    line-height: 30px;
  }
  
  #main #faq .card .collapse {
    border: 0;
  }
  
  #main #faq .card .collapse.show {
    background: #db8c23;
    line-height: 30px;
    color: #222;
  }
  #main .mybutton {
    width: 25%;
    margin: 0 auto;
}
  /* extra accordian end */
.menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 15px;
    text-transform: uppercase;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 500;
}
.logo {
    max-width: 140px;
    background-color: #fff;
    padding: 6px;
}
.banner{
    position: relative;
}
.banner .image-sec{
    position: relative;
}

.banner .image-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,17,24,0.989233193277311) 0%, rgba(12,29,37,0.8267682072829132) 31%, rgba(255,255,255,0) 78%);
    z-index: 9;
}
.banner-setion{
    position: absolute;
    bottom: 9%;
    padding: 10px;
    z-index: 12;
    left: 7%;
    width: 35%;
}
.banner-heading {
    color: var(--red);
    font-size: 50px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.banner-heading span {
    color: var(--cream);
}
.loca-tion {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 300;
}
p.bann-typo {
    background: var(--red);
    color: #fff;
    width: fit-content;
    padding: 10px 25px;
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 40px;
}
.price-bann {
    background: linear-gradient(90deg, rgba(219 140 35) 49%, rgba(247 242 236) 49%);
    /* background: var(--red); */
    color: #fff;
    width: fit-content;
    padding: 10px 40px;
    font-size: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0px auto;
    margin-bottom: 25px;
    margin-top: 15px;
}
.price-bann span{
    padding-left: 26px;
    color: var(--drk-blue)
}
.loca-tion span {
    width: 130px;
    height: 1px;
    background: #f7f2ec66;
    display: block;
    margin-left: 11px;
}
.top-higlights {
    font-size: 27px;
    color: var(--red);
    padding-left: 0px;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding-right: 41px;
    margin-left: 15px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.key-high-light {
    margin: 40px 0;
    position: relative;
}
.my-patch {
    position: absolute;
    right: 50px;
    top: 0;
    max-width: 237px;
}
.key-high-light ul {
    list-style-type: none;
        background: #ffffff14;
    margin: 0;
    padding: 20px 30px 20px 15px;
    backdrop-filter: blur(3px);
    width: max-content;
}
.key-high-light ul li {
    color: #fff;
    margin-bottom: 5px;
    display: flex;
    background: #db8c2300;
    width: fit-content;
    padding: 5px 14px;
    letter-spacing: 1px;
    font-family: Raleway-Italic;
}
.key-high-light ul li span {
    background: var(--red);
    padding: 0px 6px;
    display: block;
    width: fit-content;
    height: 26px;
    margin-right: 10px;
    /* margin-top: -11px; */
    /* margin-left: -26px; */
}
.key-high-light ul li span img {
    width: 16px;
    filter: invert(1);
}
.key-high ul {
    list-style-type: none;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.key-high ul li {
    flex: 0 0 calc(31%);
    max-width: calc(31%);
    margin: 5px;
    font-size: 22px;
    letter-spacing: 4px;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    padding: 7px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    background: #ffffff0a;
    backdrop-filter: blur(3px);
}
.key-high ul li span {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
}
.key-high ul li span p {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 41px;
}
.key-high {
    margin-top: 30px;
}


.bann-in {
    border: 1px solid #958e8e5c;
    padding: 16px;
    position: relative;
}

.banner-setion h4{
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 45px;
    color: #000
}
.banner-setion h4 span{
   color: var(--red);
}
.location-b {
    letter-spacing: 1px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color:#000;
    margin-bottom: 20px;
}
.location-b span{
    width: 50px;
    height: 2px;
    background: #cec0b4;
    display: block;
    margin-right: 10px;
}

.bann-price {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--drk-blue);
    padding: 10px 20px;
}

.bann-price h2{
    font-size: 19px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.bann-in h3 {
    background: var(--drk-blue);
    color: #fff;
    width: fit-content;
    padding: 8px 20px;
    letter-spacing: 1px;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 22px;
    position: relative;
    margin-left: 16px;
}

.bann-in h3::before {
    position: absolute;
    content: '';
    left: -16px;
    top: 0;
    width: 10px;
    height: 100%;
    background: var(--drk-blue);
}

.high-key {
    margin: 24px 0;
}
.high-key ul {
    list-style-type: none;
}

.high-key ul li span img {
    max-width: 14px;
    margin-right: 4px;
}

.high-key ul li{
   margin-bottom: 5px;
   font-weight: 500;
   color:#000;
}
.mybutton button {
    width: 100%;
    border: 0;
    padding: 8px 24px;
    /* background: linear-gradient(90deg, rgba(219,140,35,1) 52%, rgba(233, 160, 62,1) 52%); */
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 700;
    letter-spacing: 2px;
    border: 1px solid #ffffffa1;
    background: #f7f2ec;
    text-transform: uppercase;
}
.banner-form {
    position: absolute;
    bottom: 80px;
    right: 34px;
    z-index: 95;
    width: 20%;
}
.bann-in-form {
    background: #eaeaeae8;
    padding: 30px;
}

.bann-in-form .form-group input {
    height: 45px;
    border: 1px solid #1f415d3b;
    background: #fff;
}

.frm-btn button{
    width: 100%;
    height: 45px;
    border: 0;
    padding: 5px 0;
    background: var(--drk-blue);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}
.form-head .form-ext {
    color: #1f415d;
    margin-bottom: 21px;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: Oswald;
}
.phone-btn {
    padding: 7px 23px;
}
.phone-btn a {
    display: flex;
    align-items: center;
    color: #fff;
}
.phone-btn a img{
 max-width: 30px;
 padding: 2px;
}
.phone-btn a p {
    display: grid;
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 9px;
    color: #fff;
    margin-bottom: 0;
    font-weight: normal;
}
.phone-btn{
    background: var(--drk-blue);
}
.phone-btn a p span{
    font-size: 16px;
}
.image-sec .carousel-indicators li {
    width: 30px;
    height: 26px;
    text-indent: 6px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 9px;
}
.image-sec .carousel-indicators .active{
        transform: scale(1.1);
}
.price-banner {
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    background-color: var(--drk-blue);
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0px 0px;
    padding-left: 10px;
    margin-left: 15px;
    position: relative;
}
.price-banner::before {
    position: absolute;
    content: '';
    left: -16px;
    width: 11px;
    height: 100%;
    background: var(--drk-blue);
}
.price-banner span {
    background-color: var(--red);
    color: #fff;
    padding: 1px 30px;
    margin-left: 30px;
    padding: 5px 17px;
}

.overview{
    background: var(--cream);
    position: relative;
    background-image: url(../images/about-bg1.png);  
    background-size: cover;
}
.overview::before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-image: url(../images/inner_03.jpg);
}
.over-head{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.floor-head h2{
    color: #ffffff;
}
.floor-head h2 span{
    color: var(--red);
}
.padding-t-b{
    padding: 50px 0;
}
.over-head .over-in-hed{
    text-align: center;
}
.footer-inner h6 {
    text-align: center;
    font-size: 25px;
    margin: 0;
}
.footer-upper {
    padding: 40px 0;
}
.over-head .over-in-hed h1{
    font-size: 48px;
    color: var(--drk-blue);
    letter-spacing: 1px;
    font-weight: 900;
}
.footer-inner {
    text-align: center;
}
.footer-inner img {
    max-width: 195px;
}
.footer-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
    flex-wrap: wrap;
}
.footer-inner ul li {
    margin-right: 33px;
}
.over-head .over-in-hed h1 span{
color: var(--red);

}
.over-head .over-in-hed h4{
    color: var(--drk-blue);
    letter-spacing: 1px;   
    font-size: 35px;
}
.over-img {
    padding: 80px;
    position: relative;
}
.over-img img{
    width: 100%;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 15%);
}
.text-out {
    padding: 0 0 0 20px;
}
.over-out-tex{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
.over-out-tex h2 {
    color: #fff;
    font-size: 36px;
}
.over-out-tex h2 span{
    color:#db8c23;
}
.over-out-tex .over-ext{
    color:#fff;
    margin-bottom:20px;
    font-size: 20px;
}
.over-out-tex .over-text p{
    text-align: left;
    color: var(--cream);
    letter-spacing: 1px;
    line-height: 25px;
    font-family: revert-layer;
}
.overview .container{
    max-width: 80%;
}

.highlight .container {
    background: var(--cream);
    padding: 50px 0;
    position: relative;
    max-width:80%;
}
.highlight .container::before {
    content: '';
    position: absolute;
    right: 36%;
    top: 74px;
    width: 26%;
    height: 0px;
    background: var(--drk-blue);
}
.highlight-img h2 {
    margin-bottom: 40px;
    color: var(--drk-blue);
    font-size: 39px;
}
.highlight-img h2 span{
    color: var(--red);
}
.highlight-img img {
    box-shadow: 0px 0px 16px #0000003d;
}
.highlight-img {
    padding-left: 38px;
    position: relative;
    text-align: center;
}
.high-text {
    margin: 114px 0px 0px -32px;
}
.high-text ul{
    list-style-type: none;
}
.high-text ul li {
    border-top: 1px solid #00000038;
    padding: 12px 0px;
    margin: 0;
    width: fit-content;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: flex;
    align-items: baseline;
}

.high-text ul li span{
    padding-left: 5px;
}

.high-text ul li:nth-last-child(1) {
    border-bottom: 1px solid #00000038;
}
.high-text ul li::before{
      counter-increment: my-sec-counter;
      content: "0" counter(my-sec-counter) "";
      font-size: 25px;
      width: 36px;
      height: auto;
      border-radius: 50%;
      text-align: center;
      display: inline-block;
      line-height: initial;
      color: var(--red);
}
.price{
    background-image: url(../images/service-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;

}
.price-head{
    color: var(--drk-blue);
    text-align: center;
    margin-bottom: 20px;
}
.price-head-amenities h2 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    color:#fff;
    text-align: center;
}
.price-head-location h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color:#fff;
    text-align: center;
}
.price-head-location h2 span{
    color: var(--red);
}
.price-head h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    color:#fff;
}
h2.price-headings {
    color: #000;
}
.price-head-amenities h2 span{
    color: var(--red);
}
.price-head h2 span{
    color: var(--red);
}
.price-box{
    background: var(--drk-blue);
    position: relative;
    padding: 30px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #000;

}

.prie-hed {
    position: absolute;
    right: 0;
    background: var(--cream);
    padding: 8px 23px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.prie-hed .prie-hed-ht{
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

.price-inner {
    text-align: center;
    margin-top: 75px;
}
.price-inner h4 {
    font-size: 50px;
    letter-spacing: 4px;
    margin-bottom: 0;
    font-family: 'Oswald';
    color: #fff;
}
.price-inner h4 span{
    font-size: 16px;
    letter-spacing: 2px;
}  

.price-high {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 89%;
    margin-top: 65px;
    margin-bottom: 30px;
}
.price-high::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    background: var(--cream);
    width: 118%;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.price-high ul {
    list-style-type: none;
    color: #000;
    margin-bottom: 0;
    padding: 20px 0;
}
.price-high ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 2px;
    z-index: 1;
    position: relative;
    padding-bottom: 6px;
    border-bottom: 1px solid #00000030;
}

.price-high ul span img{
    max-width: 13px;
    margin-right: 7px;
}
.price-box .mybutton {
    z-index: 11;
    position: relative;
    text-align: center;
}
.price-box .mybutton button {
    width: unset;
    border-radius: 7px;
}
.floor-plan{
    background-image: url(../images/inner_03.jpg);
    position: relative;
    padding: 50px 0;
}



.floor-head{
    text-align: center;
}
.floor-head h2{
    color: var(--red);
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
}
.floor-head h2 span{
    color: #fff;
}

.my-row{
    margin-top:50px
}
.floor-box {
    border: 1px solid #fff8f83d;
    padding: 10px;
    position: relative;
}
.floor-typ {
    width: 100%;
    bottom: 3px;
    text-align: center;
    padding: 8px 31px;
    color: #fff;
}
.floor-typ span{
    width: 100px;
    height: 2px;
    background: #fff;
    display: block;
    margin: auto;
}
.floor-box:hover + .floor-typ{
    color: var(--red);
    transition: 0.50s;
    background: var(--cream);
}

.floor-box:hover + .floor-typ span {
    width: 50px;
    background: var(--red);
    transition: 0.50s;
}
.mt_1{
    margin-top:40px
}
.mt_2{
    margin-top:60px
}

.master-plan {
    text-align: center;
}

.master-plan img {
    width: 100%;
    object-fit: cover;
}
.amenities{
    background-image: url(../images/inner_03.jpg);
    position: relative;
    padding: 50px 0;
}
.amenities .price-head{
    margin-bottom: 50px;
}
.ami-box{
    background: var(--cream);
    border-bottom: 3px solid var(--red);
    padding: 25px;
    margin-bottom: 30px;
    display: flex;
    box-shadow: 0px 0px 10px #00000036;
    align-items: center;
}
.ami-box img {
    max-width: 77px;
    border: 1px solid #db8c235e;
    height: 100%;
    padding: 9px;
}
.ami-box .amenites-sec {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 100px;
    text-align: left;
    padding-left: 28px;
    margin-bottom: 0;
}

.gallery{
 background-image:  linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../images/gallery/gallery-1.jpg');
 background-attachment: fixed;
 background-size: cover;
 background-repeat: no-repeat;
 padding: 50px 0;
 color: #fff;
}
.gallery-box {
    margin-bottom: 30px;
    border: 6px solid #db8c23;
}
.gallery .floor-head {
    margin-bottom: 50px;
}

.location{
    position: relative;
}
.location-box {
    background: #1f415de3;
    padding: 35px;
    /* position: absolute;
    bottom: 49px;
    right: 85px; */
}
.loc-img{
    position: relative;
}

/* .loc-img img{
    max-height: 600px;
    object-fit: cover;
} */
.location-box h3 {
    color: #ffffff;
    border-bottom: 2px solid #fff;
    margin-bottom: 33px;
    padding-bottom: 14px;
    width: fit-content;
    padding-right: 40px;
}
.location-box ul{
    list-style-type: none;
}
.location-box ul li {
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 6px;
    width: fit-content;
    padding-right: 25px;
    font-size: 15px;
}

.location-box ul li span{
    background: var(--red);
    padding: 5px;
    font-weight: 500;
    margin-right: 9px;

    display: inline-block;
}
.location-box ul li span img{
    max-width: 25px;
    height: 25px
    ;margin: 0px;
}
.about {
    background-image: url(../images/highlight-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.about-in {
    background: #ffffffc4;
    padding: 40px;
    height: 100%;
}
.about-img{
    height: 100%;
}
.about-in h1 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
    margin-top: 17px;
}
.about-in p{
   margin-bottom: 0;
   line-height: 27px;
}
.about .container{
    max-width: 98%;
}
.footer-form {
    position: relative;
}

.footer-form .bann-in-form {
    background: #ffffffc4;
}
.footer-form .bann-in-form form{
    display: flex;
    flex-wrap: wrap;
}

.footer-form .bann-in-form form .form-group{
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 5px;
    margin-bottom: 15px;
}
.footer-form .bann-in-form form .form-group input{
    height: 50px;
}
.footer-form .frm-btn{
    width: 33%;
    padding-left: 8px;
    margin-top: 8px;
}
.footer-form .frm-btn button {
    height: 50px;
    padding: 5px 21px;
    background: var(--red);
}
.footer-form .form-head .form-ext {
    color: #000;
}
.footer {
    text-align: center;
    padding: 30px;
    background: #db8c23;
    
}

.footer p{
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 12px;
}
.footer p a{
    color: #fff;
}

.my-modal .modal-content {
    background: var(--cream);
    text-align: center;
}
.close {
    background: var(--drk-blue);
    opacity: 1;
}
 .close span img{
   max-width: 23px;
   height: 23px;
   filter: unset;
}
.dekstop-view{
    display: block;
}
.mobile-view{
 display: none;
}
.mobile-section{
    display: none;
}

.pop-close {
    max-width: 23px;
    height: 23px;
    filter: invert(1);
}
.form-txt h3{
    
background: var(--red);
    
color: #fff;
    
padding: 12px 0px;
    
font-size: 20px;
    
letter-spacing: 1px;
}

.form-group .form-control{

height: 55px;
}

.price-bann.popoup {

    margin: 0px auto;
    margin-bottom: 25px;
    margin-top: 15px;
}

.modal-cont{
    
font-size: 22px;
    
margin-bottom: 15px;
    
text-transform: uppercase;
}
@media(max-width: 1800px){
    .banner-setion {
    position: absolute;
    bottom: 4%;
    padding: 10px;
    z-index: 12;
    left: 7%;
    width: 35%;
}
.banner-heading {
    font-size: 50px;
}
.highlight-img {
    padding-left: 10px;
    position: relative;
}
}
@media(max-width: 1500px){
    .my-nav {
        padding: 3px;
    }
    .banner-heading {
        font-size: 50px;
    }
    .devloper-logo {
        max-width: 160px;
    }
    .banner-setion {
        width: 44%;
    }
    .key-high ul li span {
        font-size: 16px;
    }
    .key-high ul li span p {
        font-size: 21px;
        line-height: 33px;
    }
    .key-high-light {
        margin: 30px 0;
    }
    .top-higlights {
        font-size: 17px;
        padding-right: 27px;
        margin-bottom: 18px;
        margin-left: 0;
    }
    .key-high-light ul li {
        font-size: 13px;
        padding-left: 0;
    }
    .key-high-light ul li span {
        padding: 1px 6px;
        height: 24px;
    }
    p.bann-typo {
        padding: 8px 25px;
        font-size: 18px;
        margin-top: 25px;
        letter-spacing: 2px;
        font-family: Oswald;
    }
    .key-high-light ul {
        padding: 15px 20px;
    }
    .banner-heading {
        font-size: 50px;
    }
    .nav-btn {
        margin: 16px;
    }
    .price-bann {
        padding: 8px 40px;
        font-size: 23px;
    }
    .banner-setion h4 {
        font-size: 40px;
    }
    .form-head .form-ext {
        font-size: 25px;
    }
    .banner-form {
        width: 22%;
    }
    .over-img {
        padding: 0;
    }
    .over-head .over-in-hed h4 {
        font-size: 33px;
    }
    .over-out-tex .over-text p {
        line-height: 22px;
    }
    .gallery-box {
        margin-bottom: 23px;
    }
    .nav-close-btn img {
        max-width: 25px;
    }
    .footer p {
        letter-spacing: 2px;
        font-size: 13px;
    }
    .prie-hed {
        right: -1px;
    }
    .price-high::before {
        left: -41px;
    }
}

@media(max-width: 1400px){
    .banner-setion h4 {
        font-size: 35px;
    }
    .bann-in h3 {
        font-size: 17px;
    }
    .price-banner {
        font-size: 23px;
    }
    .key-high-light {
        margin: 20px 0;
    }
    .high-key ul li {
        font-size: 15px;
    }
    .key-high {
        margin-top: 20px;
    }
    p.bann-typo {
        margin-top: 20px;
        font-size: 20px;
    }
    .loca-tion {
        font-size: 15px;
    }
    .price-bann {
        padding: 8px 21px;
        font-size: 20px;
    }
    
    .banner-heading {
        font-size: 43px;
    }
    .top-higlights {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .banner-setion {
        bottom: 8%;
    }
    .banner-form {
        bottom: 87px;
    }
    .over-head .over-in-hed h1 {
        font-size: 41px;
    }
    .over-head .over-in-hed h4 {
        font-size: 30px;
    }
    .over-out-tex .over-text p {
        line-height: 20px;
    }
    .price-box::before {
        height: 65%;
    }
    .prie-hed {
        left: 23%;
    }
    .prie-hed .prie-hed-ht {
        font-size: 26px;
    }
    .price-head h2 {
        font-size: 40px;
    }
    .floor-head h2 {
        font-size: 40px;
    }
    .loc-img img {
        max-height: 500px;
    }
    .location-box {
        padding: 31px;
    }
    .location-box ul li {
        margin-bottom: 8px;
    }
    .location-box h3 {
        font-size: 35px;
        letter-spacing: 2px;
    }
    .location-box ul li span img {
        max-width: 22px;
        height: 22px;
    }
    .nav-menu .navbar-nav .nav-item {
        margin-bottom: 24px;
    }
    .floor-typ h3 {
        font-size: 23px;
    }
    .ami-box .amenites-sec {
        font-size: 19px;
    }
    .ami-box img {
        max-width: 71px;
        padding: 9px;
    }
    .about-in h1 {
        font-size: 28px;
    }
    .about-in p {
        line-height: 24px;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .footer-form .bann-in-form form .form-group input {
        height: 45px;
    }
    .footer-form .frm-btn button {
        height: 45px;
    }
    .footer-form::before {
        left: -97px;
        width: 115%;
        height: 125%;
    }
    .price-high {
        margin-top: 67px;
    }
    .my-patch {
        right: 13px;
        max-width: 200px;
    }
    .high-text {
        margin: 114px 0px 0px -2px;
    }
}

@media(max-width: 1280px){
.mybutton button {

font-size: 12px;
}
.menu ul li a {
    font-size: 14px;
}
.price-high {
    margin-top: 67px;
}
.high-text {
    margin: 114px 0px 0px -2px;
}
}
@media(max-width: 1100px){
    .logo {
        max-width: 98px;
    }
    .menu ul li a {
        padding:10px 10px;
    }
    .highlight .container {
        background: var(--cream);
        padding: 20px 0;
        position: relative;
        max-width: 81%;
    }
    .high-text {
        margin: 89px 0px 0px 0px;
    }
    .high-text ul li {
        padding: 4px 0px;
    }
    .price-high {
        margin-top: 67px;
    }
    .high-text {
        margin: 114px 0px 0px -2px;
    }

}
@media(max-width: 991px){
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }
    .ami-box {
        background: var(--cream);
        border-bottom: 3px solid var(--red);
        padding: 3px;
        margin-bottom: 30px;
        display: flex;
        box-shadow: 0px 0px 10px #00000036;
        align-items: center;
    }
     #main .mybutton {
    width: 60%;
}
    .price-high {
        margin-top: 67px;
    }
    .over-img {
        padding: 0 !important;
    }
    .button_container span {
        background: #dc9f5e;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }
    .button_container span:nth-of-type(2) {
        top: 11px;
    }
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    .overlay {
        position: fixed;
        background: #fff;
        top: 64px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }
    .overlay nav {
        text-align: center;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }
    .overlay ul li {
        display: block;
        position: relative;
        margin: 0;
        border-bottom: 1px solid;
    }
    .overlay ul li a, .overlay ul li span {
        display: block;
        position: relative;
        color: #000;
        text-decoration: none;
        overflow: hidden;
        font-size: 18px;
    }
    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }
    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #dc9f5e;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #dc9f5e;
    }
}

@media(max-width: 769px){

    .mobile-pd0{
        padding: 0px;
    }
    .prie-hed .prie-hed-ht {
        font-size: 22px;
    }
    .over-img img {
    width: 100%;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 15%);
    margin-bottom: 25px;
}
.over-out-tex h2 {
    color: #000;
}

.over-text{
        margin-top: 200px;
}

    .dekstop-view{
        display: none;
        padding: 15px;
    }
    .mobile-view{
     display: block;
     padding: 15px;
    }
    .devloper-logo {
        max-width: 143px;
    }
    .banner-setion {
        position: unset;
        width: 100%;
        margin-top: 27px;
        min-height: 491px;
    }
    .banner .image-sec::before {
        background: unset;
        content: unset;
    }
    .banner-form {
        position: unset;
        width: 100%;     
       margin-top: 0px;
    }
    .banner .image-sec {
        margin-top: 71px;
        min-height: 288px;
    }
    .banner .image-sec .carousel-inner{
        min-height: 288px;
    }
    .my-nav {
        position: fixed;
        width: 100%;
        background: var(--drk-blue);
        box-shadow: 0px 0px 10px #0006;
        top: -1px;
    }
    .nav-btn {
        margin: 16px;
    }
    .banner-heading {
        font-size: 35px;
    }
    .banner-heading span {
        color: unset;
    }
    .loca-tion {
        color: #000;
    }
    .loca-tion span {
        width: 90px;
        background: #00000066;
    }
    .banner-setion h4 {
        font-size: 33px;
    }
    .key-high-light ul {
        width: 100%;
        background: var(--drk-blue);
        padding: 11px 15px 11px 15px;
    }
    .key-high ul li {
        flex: 0 0 calc(45%);
        max-width: calc(50%);
        margin: 5px;
        border-left: 3px solid var(--red);
        padding-left: 10px;
        background: var(--drk-blue);
    }
    .bann-in-form {
        background: #93939340;
        min-height: 400px;
    }
    .key-high ul li span p {
        font-size: 19px;
        line-height: 27px;
    }
    .bann-price h2 {
        font-size: 15px;
    }
    .price-banner {
        margin-left: 15px;
        font-size: 19px;
    }
    .price-banner::before, .bann-in h3::before {
        left: -15px;
        width: 8px;
    }
    .bann-in h3 {
        margin-left: 15px;
        padding: 9px 20px;
    }
    .price-banner span {
        padding: 10px 13px;
    }
    .banner .phone-btn {
        margin-top: 20px;
    }
    .overview .container {
        max-width: 100%;
    }   
    .overview::before {
        top: 34%;
        bottom: 0px;
        width: 100%;
        height: 64%;
    }
    .over-head .over-in-hed h1 {
        font-size: 36px;
    }
    .over-head .over-in-hed h4 {
        font-size: 26px;
    }
    .over-img {
        padding: 0px;
        margin: 3px;
        margin-top: 13px;
    }
    .text-out {
        padding: 0px 15px;
        margin-top: 0px;
    }
    .over-out-tex .over-text p {
        line-height: 24px;
    }
    .highlight-img h2 {
        font-size: 26px;
        text-align: center;
    }
    .highlight .container::before {
        content: unset;
    }
    .highlight-img img {
        position: relative;
        max-width: 448px;
    }
    .price-high {
        margin-top: 65px;
    }
    .highlight-img {
        padding-left: 0px;
    }
    .highlight .container {
        padding: 50px 17px;
    }
    .high-text {
        margin: unset;
    }
    .price-head {
        margin-bottom: 58px;
    }
    .price-box {
        margin-bottom: 60px;
    }
    .prie-hed {
        left: 21%;
    }
    .padding-t-b {
        margin: 0px 0;
    }
    .master-plan img {
        height: 200px;
    }
    .location-box {
        position: relative;
    }
    .price-head h2 {
        font-size: 33px;
    }
    .loc-img {
        padding: 0px 15px;
        margin-bottom: 20px;
    }
    .location .price-head {
        margin-bottom: 60px;
    }
    .about-in {
        padding: 30px;
    }
    .about-in h1 {
        font-size: 26px;
    }
    .footer-form {
        margin-top: 20px;
    }
    .footer-form::before {
        content: unset;
    }
    .footer-form .bann-in-form form .form-group {
        flex: 0 0 calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
    .footer-form .frm-btn {
        width: 50%;
    }
    .nav-menu {
        width: 100%;
        right: -100%;
        top:0;
    }
    .nav-slide {
        right: 0%;
    }
    .mobile-section{
        display: block;
        position: fixed;
        width: 100%;
        bottom: -50%;
        background: var(--cream);
        padding: 5px 0;
        z-index: 99;
        text-align: center;
        margin-top:20px;
        display: flex;
        justify-content: space-around;
    }
    .mobile-section a{
        background: var(--drk-blue);
        color: #fff;
    }
    .fixed{
        bottom: 0;
    }
    .footer {
        padding-bottom: 50px;
        margin-top: 0px;
    }
    .about {
        padding: 25px 9px;
    }
    .key-high-light {
        text-align: center;
    }
    .my-patch{
        position: unset;
    }
    .price-high::before {
        left: -10px;
    }
    .price-box {
        padding: 30px 30px 30px 11px;
    }
     #main .mybutton {
    width: 60%;
}
}
@media(max-width: 585px){
    .highlight-img img {
        display: none;
    }
    .price-high::before {
        width: 95%;
    }
    #main .mybutton {
    width: 60%;
}
    .over-out-tex h2 {
        color: #fff;
    }
    .prie-hed .prie-hed-ht {
        font-size: 22px;
    }
    .over-out-tex .over-ext {
        color: #fff;
        margin-bottom: 10px;
    }
    .banner-heading {
        font-size: 21px;
    }
    .banner-setion {
        min-height: 407px;
    }
}