/* tinos */
button.mfp-arrow{display: none;}
@font-face {
    font-family: "Tinos";
    font-display: swap;
    src: url("../assets/fonts/Tinos/Tinos-Regular.woff2") format("woff2"),
        url("../assets/fonts/Tinos/Tinos-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Tinos";
    font-display: swap;
    src: url("../assets/fonts.hero_content .details/Tinos/Tinos-Bold.woff2") format("woff2"),
        url("../assets/fonts/Tinos/Tinos-Bold.ttf") format("truetype");
    font-weight: 700;
}

/* Nunito sans */

@font-face {
    font-family: "Nunito-Sans";
    font-display: swap;
    src: url("../assets/fonts/Nunito-Sans/NunitoSans-Regular.woff2") format("woff2"),
        url("../assets/fonts/Nunito-Sans/NunitoSans-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Nunito-Sans";
    font-display: swap;
    src: url("../assets/fonts/Nunito-Sans/NunitoSans-Medium.woff2") format("woff2"),
        url("../assets/fonts/Nunito-Sans/NunitoSans-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Nunito-Sans";
    font-display: swap;
    src: url("../assets/fonts/Nunito-Sans/NunitoSans-SemiBold.woff2") format("woff2"),
        url("../assets/fonts/Nunito-Sans/NunitoSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Nunito-Sans";
    font-display: swap;
    src: url("../assets/fonts/Nunito-Sans/NunitoSans-Bold.woff2") format("woff2"),
        url("../assets/fonts/Nunito-Sans/NunitoSans-Bold.ttf") format("truetype");
    font-weight: 700;
}


:root {
    --color1: #0D70B1;
    --color2: #38774B;
    --color3: #5b0618;
    --color4: #fff8f6;
    --tinos_font: "Tinos";
    --Nunito_Sans_font: "Nunito-Sans";
    --swiper-wrapper-transition-timing-function: linear !important;
}

html {
    /* overflow-x:hidden; */
    scroll-behavior: smooth;
}
img{max-width: 100%;}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden !important;
    font-family: var(--Nunito_Sans_font);
    color: #363636;

    /* color:#fff; */
    /* background:var(--color2); */
}


a {
    color: #363636;
}

#smooth-content {
    background: url('../assets/images/page_bg.webp') no-repeat top center;
    height: max-content;
    background-size: cover;
    scroll-behavior: smooth;
}


h1,
h2,
h3 {
    font-family: var(--tinos_font);
    font-weight: 700;
}
p{font-family: var(--Nunito_Sans_font);}

.btn {
    box-shadow: none !important;
    border-radius: 0;
}

.btn_style1 {
    /* border:1px solid #fff; */
    background: #fff;
    color: #343434;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}

.btn_style1.dark {
    background: var(--color3);
    color: #fff;
}

.btn_style2 {
    border: 1px solid #343434;
    font-size: 14px;
    padding: 10px 30px;
}

.btn_style2.white {
    border-color: #fff;
    color: #fff;
}

.form-control,
.form-control:focus {
    box-shadow: none;
}

.overflow-hidden {
    overflow: hidden !important;
}

ul {
    list-style-type: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.mx_-30 {
    margin-left: -30px;
    margin-right: -30px;
}

.mx_-60 {
    margin-left: -60px;
    margin-right: -60px;
}

.mx_-100 {
    margin-left: -100px;
    margin-right: -100px;
}

.px_30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px_60 {
    padding-left: 60px;
    padding-right: 60px;
}

.px_100 {
    padding-left: 100px;
    padding-right: 100px;
}

.mb_50 {
    margin-bottom: 50px;
}

.pt_120 {
    padding-top: 120px;
}

.pb_120 {
    padding-bottom: 120px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_80 {
    margin-top: 80px;
}

.btb {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.form_style1 label {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.5px;
}

.form_style1 .form-group {
    margin-bottom: 40px;
}

.form_style1 .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    border: 1px solid #989898;
    padding: 10px 8px;
}

.form_style1 .form-control::placeholder {
    font-size: 13px;
    color: #7C7C7C;
    text-transform: capitalize;
}

.form_style1 textarea {
    height: 120px;
}


.form_style2 label {
    font-size: 14px;
    color: #333;
}

.form_style2 .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #989898;
    padding: 10px 0;
}

.form_style2 .form-control::placeholder {
    font-size: 14px;
    color: #00000080;
}

.form_style2 .enquire_btn {
    background: #000;
    color: #fff;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
}

.section {
    padding: 100px 0;
}

.sec_heading {
    margin-bottom: 70px;
}

.sec_heading.center {
    text-align: center;
}

.sec_heading.right {
    text-align: right;
}

.bg1 {
    background: var(--color4);
}

.bg2 {
    background: #FFF8F6;
}

.sec_heading .tagline {
    text-transform: uppercase;
    font-family: var(--Nunito_Sans_font);
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #414141;
}

.sec_heading .tagline:before {
    position: absolute;
    content: '';
    width: 65px;
    height: 3px;
    background: url('../images/icons/h_arrow.svg') no-repeat center center;
    background-size: contain;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
}

.sec_heading .title {
    color: #343434;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.sec_heading.white .title {
    color: #fff;
}

.sec_heading.right .title {
    margin-left: auto;
}

.sec_heading .title.dark {
    color: #111;
}

.sec_heading.center .title {
    max-width: 50%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}

.sec_title_light {
    position: absolute;
    margin: 0;
    bottom: -12px;
    right: 12%;
    text-transform: uppercase;
    font-size: 200px;
    line-height: 200px;
    opacity: 0.03;
    font-size: 120px;
}

.border_top {
    position: relative;
}

.navbar .navbar-collapse .top .logo.vayu-logo {
    max-width: 130px;
    padding-right: 20px;
}
.navbar .navbar-collapse .top .logo.rearco-logo {
    max-width: 220px;
}

/*.border_top:before{
    position:absolute;
    content:'';
    height:50px;
    width:40%;
    top:-25px;
    left:50%;
    /~ background:rgb(49 49 49 / 30%); ~/
    background:url('../assets/images/vectors/vector2.svg') no-repeat center;
    background-size:contain;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
}*/

.border_top:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 80%;
    top: 0;
    left: 50%;
    background: rgb(49 49 49 / 30%);
    background-size: contain;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* header */

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 992;
    padding: 12px 30px;
    border-bottom: 1px solid #ffffff7a;
    transition: all 0.3s ease-in-out;
    background: rgb(255 255 255 / 40%);
    /* background: rgb(0 0 0 / 15%);
    border-bottom: 1px solid #ffffff7a; */
}

.navbar.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 30px;
    background: #fff;
    box-shadow: 0 3px 40px rgba(0 0 0 / 5%);
}

.navbar.animate {
    top: -97px;
    transition: all 0.3s ease-in-out;
}

.navbar .container {
    max-width: unset;
}

.navbar .navbar-brand {
    max-width: 218px;
    width: 100%;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.navbar.fixed .navbar-brand {
    max-width: 190px;
    padding: 0;
    width: 100%;
}

.navbar .navbar-brand .logo.color,
.navbar.fixed .navbar-brand .logo.white {
    display: none;
}

.navbar.fixed .navbar-brand .logo.color {
    display: block;
    width: auto;
    text-align: center;
    margin: 0px auto;
    /* filter: brightness(0) invert(1); */
}

.navbar .navbar-collapse {
    flex: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #f1f1f1;
    display: block;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.navbar .navbar-collapse.show {
    opacity: 1;
    visibility: visible;
}

.navbar .navbar-collapse .left,
.navbar .navbar-collapse .right {
    max-width: 50%;
    flex: 0 0 50%;
    height: 100%;
}

.navbar .navbar-collapse .left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.navbar .navbar-collapse .right {
    /* padding:0 50px; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
}

.navbar .navbar-collapse .top {
    padding: 30px;
    border-bottom: 1px solid #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 40px; */
}

.navbar .navbar-collapse .top .logo {
    max-width: 180px;
}

.navbar .navbar-collapse .top .close {
    background: #fff;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(45deg);
}

.navbar .navbar-collapse .close span {
    height: 2px;
    width: 24px;
    background: #333;
    display: block;
    /* margin: 7px 0; */
    margin-left: auto;
}

.navbar .navbar-collapse .close span:nth-child(1) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.navbar .navbar-collapse .close span:nth-child(2) {
    margin-top: -2px;
}

.navbar .navbar-collapse .bottom {
    border-top: 1px solid #cbcbcb;
    padding: 30px;
}

.navbar .navbar-collapse .bottom p {
    margin: 0;
    font-size: 12px;
    text-align: center;
}

.navbar .navbar-collapse .bottom p,
.navbar .navbar-collapse .bottom p a {
    color: #2b2b2b;
}

.navbar .navbar-nav {
    align-items: center;
    flex: 1;
    justify-content: center;
    object-fit: cover;
    background: url('../assets/images/micro/half-circle.png');
    background-repeat: no-repeat;
    background-position: right center;
    /* width: 100%; */
}

.navbar .navbar-nav .nav-item {
    /* margin-right:20px; */
}

.navbar .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
    color: #222;
    padding: 10px 0;
    font-family: var(--tinos_font) !important;
}

.navbar.fixed .nav-link {
    /* font-size: 13px;
    letter-spacing: 1px;
    color:#363636; */
}

.navbar.design2 .nav-link {
    color: #494949;
}

.navbar.design2.fixed .nav-link {
    color: #fff;
}

.navbarBackdrop {
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 30%);
    z-index: 999;
    animation: fades 300ms;
}

.navbar .header_btn .nav-link {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 500px;
    padding: 8px 22px;
    font-size: 14px;
}

.navbar.fixed .header_btn .nav-link {
    border-width: 1px;
    font-size: 12px;
    background: #ffffff;
    color: var(--color2);
}

.navbar .navbar-toggler span {
    height: 2px;
    width: 24px;
    background: #333;
    display: block;
    margin: 7px 0;
    margin-left: auto;
}

/* .navbar .navbar-toggler span:nth-child(2){
    width: 24px;
} */

.navbar .collapse2 {
    display: none !important;
}

.navbar .right_nav {
    display: flex;
    align-items: center;
}

.navbar .call {
    margin-right: 40px;
}

.navbar .call a {
    color: #fff;
    text-decoration: unset !important;
    display: flex;
    align-items: center;
}

.navbar.fixed .call a {
    color: #363636;
}

.navbar .call .icon {
    height: 35px;
    width: 35px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    padding: 10px;
}

.navbar.fixed .call .icon {
    background: #f1f1f1;
}

.navbar .call .txt {
    line-height: initial;
}

.navbar .call small {
    font-size: 12px;
    color:#373737;
}

.navbar .call p {
    margin: 0;
    color: #101010;
    font-size: 15px;
    font-weight: 500;
}

.navbar .navbar-toggler {
    background: #fff;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    position: relative;
    margin-right: 45px;
}

.navbar.fixed .navbar-toggler {
    background: #f1f1f1;
}

.navbar .navbar-toggler:before {
    position: absolute;
    content: '';
    height: 85px;
    width: 1px;
    background: #ffffff7a;
    left: -30px;
}
.navbar .navbar-toggler:after {
    position: absolute;
    content: '';
    height: 85px;
    width: 1px;
    background: #ffffff7a;
    right: -30px;
}

.navbar.fixed .navbar-toggler:before {
    height: 66px;
    background: #00000038;
}
.navbar.fixed .navbar-toggler:after {
    height: 66px;
    background: #00000038;
}

.overview-head{color: var(--color3);
    font-size: 38px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 40px;
}

/* hero section */


.gallery{background: #fffde9;padding: 50px;}
.gallery .heading h3{text-align: center;padding-bottom: 25px;font-size: 38px;font-family: var(--tinos_font);line-height: 46px;font-weight: 500;
text-transform: uppercase;}

.gallery .heading{padding-bottom: 40px;}

.gall-sec{display: flex;flex-wrap: wrap;justify-content: space-between;}
.gall-sec .box {width: calc(24% - 5px);margin-bottom: 22px;}


.hero_section {
    position: relative;
    height: calc(100vh - 108px);
    /* background: url('../assets/images/micro/hero/bg.webp') no-repeat center; */
    background-size: cover;
    display: flex;
    align-items: flex-end;
    /* padding: 100px 0 0px; */
    /* display:flex;
    align-items: center;
    justify-content: center; */
}

.hero_section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 40%), transparent);
}

.hero_section .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;  
}

.hero_content {

z-index: 1000; /* Ensure it stays on top */

/* height: 130px; */
height: auto;

background: #fff;

padding: 6px 0;
    /* Add any additional styling you want for your button */

/* position: fixed;
    
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  
     */
}

.fixed-banner-section{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

/* .hero_content.scrolled{

} */

.hero_content .contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero_content .logos {
    display: flex;
    justify-content: center;
    align-items: unset;
    padding: 0px 0px 0px 0px;
    width: auto;
}

.hero_content .logos .main {
    position: relative;
    max-width: 198px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    padding-right: 15px;
}
.hero_content .logos .main img{width: 120px;}

/* .hero_content .logos .main:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #8b5f3d69;
    right: 0;
    top: 0;
    opacity: 1;
} */
.hero_content .logos .main1 {
    position: relative;
    max-width: 144px;
    display: flex;
    align-items: center;
    margin-left: 30px;
    padding-left: 20px;
}

.hero_content .logos .main1::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #8B5F3D;
    left: 0;
    top: 0;
    opacity: 0.4;
}

.hero_content .logos .funded {
    line-height: initial;
    position: relative;
    /* padding: 0px 0px 0px 30px; */
}
/* .hero_content .logos .funded::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 96px;
    background: #c0c0c0;
} */

.hero_content .logos .funded .title {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    display: inline-block;
}

.hero_content .others {
    display: flex;
    align-items: center;
    /* width: 100%; */
}

.hero_content .others li:not(:last-child) {
    margin-right: 30px;
}

/* .hero_content .logos .others img{
    max-width: 80px;
    max-height: 60px;
} */

.hero_content .logos .others img.sbicap_logo {
    max-width: 146px;
    max-height: 60px;
}

.hero_content .project_logo {
    max-width: 300px;
}

.hero_content .typology {
    margin: 40px 0 0;
    font-size: 26px;
    max-width: 300px;
    text-align: center;
}

.hero_content .details {
    display: flex;
    /* border-top:1px solid #fff; */
    gap: 54px;
    /* margin-top: 50px;
    padding-top: 50px; */
   
    justify-content: flex-start;
}

.hero_content .details li {
    max-width: 200px;
    position: relative;
}

.hero_content .details li:not(:last-child):before {
    position: absolute;
    content: '';
    height: 1px;
    width: 30px;
    background: rgb(255 255 255 / 50%);
    right: -55px;
    top: 50%;
    /* transform:translateY(-50%);
    -webkit-transform:translateY(-50%); */
    /* bottom: 10px; */
}

.hero_content .details li h4 {
    font-size: 12px;
    /* max-width: 210px; */
    /* height: 35px; */
    line-height: 40px;
    /* align-items: flex-end; */
    display: grid;
    align-items: flex-end;
    /* font-family: var(--tinos_font); */
    margin-bottom: 0px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.hero_content .details li h4 span {
    display: block;
}

.hero_content .details li p {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #292929;
}

/* new style for hero slider  start*/

.hero_section *{
    height: 100%;
 }
 /* .hero_carousel.owl-carousel .owl-item img{
    object-fit: cover;
    object-position: top;
 } */
.hero_carousel .owl-nav{
    position: absolute;
    bottom: 25px;
    left: 10px;
    height: fit-content;
}
.hero_carousel .owl-dots{
    display: none;
}
.hero_carousel .owl-nav .owl-prev {
    /* font-size: 40px !important; */
    color: #fff!important;
    width: 40px;
    height: 50px;
    background: var(--color3) !important;
}
.hero_carousel .owl-nav .owl-next {
    /* font-size: 40px !important; */
    color: #fff!important;
    background: var(--color3) !important;
    width: 40px;
    height: 50px;
    margin: 0px 0px 0px 11px;
}
.hero_carousel .owl-nav .owl-next img,.hero_carousel .owl-nav .owl-prev img{
    width: 25px;
    height: 30px;
}
/* new style for hero slider end */

/* highlights section */

.highlights_section {
    padding: 24px 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 0px;
    overflow-x: hidden;
}

.highlights_section .owl-stage-outer {
    overflow: visible;
}

.highlights_section .swiper-slide {
    width: auto !important;
}

.highlights_section .single {
    display: list-item;
    font-size: 18px;
    color: #000;
}


/* aabout section */

.about_section .heading_col {
    max-width: 30%;
    flex: 0 0 30%;
    /* padding-top: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
}

.about_section .image_col {
    max-width: 30%;
    flex: 0 0 30%;
}

.about_section .image_col img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 1000px;
}

.about_section .content_col {
    max-width: 40%;
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
    padding: 0px 30px;
}

.about_section .content p {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}


/* site plans */

.tabStyle1 {
    justify-content: center;
    border-top: 1px solid var(--color3);
    border-bottom: 1px solid var(--color3);
    /* gap: 100px; */
}

.tabStyle1 .nav-link {
    padding: 20px 30px;
    border: none;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.4px;
    /* font-family: var(--tinos_font); */
}

.tabStyle1 .nav-link.active {
    background: var(--color3);
    color: #fff;
    border-radius: unset;
}

/* .plans_section */

.plans_section .tab-content {
    margin-top: 100px;
}

/* .plans_section .floorPlan_carousel{
    background:#EFEDE8;
} */


.plans_section .floorPlan_carousel .item {
    background: var(--color3);
}

.plans_section .floorPlan_carousel .single {
    padding: 40px;
}

.plans_section .floorPlan_carousel .title {
    background: #fff;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0px;
    /* margin-top:40px; */
}

.plans_section .floorPlan_carousel .b_titile {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.plans_section .floorPlan_carousel .price {
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.plans_section .floorPlan_carousel .price .small {
    text-transform: uppercase;
    color: #c1c1c1;
    font-size: 11px;
    letter-spacing: 2px;
}

.plans_section .floorPlan_carousel .floor-details {
    display: flex;
    margin-top: 20px;
    border: 2px solid #989898;
    padding: 10px 10px;
}

.plans_section .floorPlan_carousel .floor-details li {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
}

.plans_section .floorPlan_carousel .floor-details li span {
    color: #c3c3c3;
    font-size: 12px;
}

.floor-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.plans_section .price_list_content {
    position: relative;
    height: 100%;
}

.plans_section .price_list_content:before {
    /* position: absolute;
    content: '';
    height: 30px;
    width: 100%;
    background-image: linear-gradient(180deg, #ffffff, transparent);
    top: 0;
    z-index: 1; */
}

.plans_section .price_list_content:after {
    /* position: absolute;
    content: '';
    height: 30px;
    width: 100%;
    background-image: linear-gradient(0deg, #ffffff, transparent);
    bottom: 0;
    z-index: 1; */
}

.plans_section .price_list {
    /* padding:0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin:0; */
}

.plans_section .price_list li {
    display: flex;
    /* padding: 40px 0; */
}

.plans_section .price_list li:first-child {
    padding-top: 0;
}

.plans_section .price_list li:last-child {
    padding-bottom: 0;
}

.plans_section .price_list .count {
    padding: 20px 0;
    font-size: 24px;
}

.plans_section .price_list .content {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 30px 0;
    /* padding-left: 30px; */
}

.plans_section .price_list li:not(:last-child) .content {
    border-bottom: 1px solid #555555;
}

.plans_section .price_list .title {
    font-weight: 400;
    font-size: 24px;
    font-family: var(--tinos_font);
    color: #000;
    margin-bottom: 10px;
}

.plans_section .price_list p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.plans_section .price_list .btn_style2 {
    padding: 10px 30px;
    margin-top: 28px;
    font-size: 14px;
}

.plans_section .price_list .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.plans_section .price_list .right .price {
    font-size: 30px;
}

.plans_section .price_list .right small {
    text-transform: uppercase;
    font-size: 12px;
    color: #444;
}

.plans_section .floorPlan_carousel .owl-dots {
    position: absolute;
    bottom: -7%;
    text-align: center;
    width: 100%;
}

.plans_section .floorPlan_carousel .owl-dots button {
    height: 8px;
    width: 8px;
    background: #ccc;
    border-radius: 100px;
    margin: 0 5px;
}

.plans_section .floorPlan_carousel .owl-dots button.active {
    background: #555;
}

/* master plan */

.master_plan_img {
    max-width: 70%;
    width: 100%;
    display: table;
    margin: auto;
}

.master_plan_img img {
    width: 100%;
}

/* amenities_section */

.amenities_section {
    background: #fffde9;
}

.amenities_section .amenity_carousel {
    position: relative;
}

.amenities_section .amenity_carousel .img_col img {
    height: 410px;
    object-fit: cover;
}

.amenities_section .amenity_carousel .title {
    text-transform: uppercase;
    margin: 0;
    padding: 16px 24px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--tinos_font);
    color: var(--color3);
    background: #f1f1f1;
    /* border: 1px solid var(--color3); */
}

.amenity_carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    border-radius: 100px;
    background: var(--color3) !important;

}

.amenity_carousel .owl-nav button.owl-prev {
    left: 70px;
    color: #fff;
}

.amenity_carousel .owl-nav button.owl-next {
    right: 70px;
    color: #fff;
}

.amenities_section .specificaions {
    margin: 0;
    padding: 0;
    /* display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right:-30px; */
}

.amenities_section .specificaions>li {
    /* max-width: 33.33%;
    flex:0 0 33.33%;
    padding-left: 30px;
    padding-right:30px; */
    margin-bottom: 50px;
}

.amenities_section .specificaions .icon {
    width: 50px;
    height: 50px;
    padding: 5px;
    display: flex;
    margin-bottom: 18px;
    border: 1px solid var(--color3);
}

.amenities_section .specificaions h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid var(--color3);
    padding-bottom: 14px;
    margin-bottom: 20px;
    color: var(--color3);
}

.amenities_section .specificaions ul {
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

.amenities_section .specificaions ul li {
    padding: 0;
    list-style-type: disc;

}

.amenities_section .owl-prev img{width: 30px;}
.amenities_section .owl-next img{width: 30px;}

.specificaions li li {
    /* color:red; */
    font-size: 14px;
    margin-bottom: 10px;
}

.specificaions li li strong {
    max-width: 700px;
    width: 100%;
    display: inline-flex;
}

.specificaions li span {
    max-width: 570px;
    width: 100%;
    display: inline-flex;
}


/* discover_section */

.discover_section {
    position: relative;
    padding: 76px 0;
    background: url('../assets/images/micro/discovery/bg.webp') no-repeat top;
}

.discover_section:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    background: radial-gradient(rgb(234 233 229), rgb(247 247 246 / 57%));
}

.discover_section .container {
    position: relative;
    color: #fff;
}

.discover_section .content {
    max-width: 70%;
    margin: auto;
    text-align: center;
}

.discover_section .content .btn {
    /* padding: 12px 40px; */
    margin-top: 10px;
    /* border: 1px solid #000; */
    /* color: #ffffff; */
}



/* location section */

.location_advantage_section .left_col {
    display: flex;
    align-items: center;
}

.location_advantage_section .map {
    /* border: 1px solid #ddd; */
    height: 100%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.location_advantage_section .map a {
    height: 100%;
}

.location_advantage_section .map img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    /* transform: scale(1.15); */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.location_advantage_section .right_col {
    display: flex;
    align-items: center;
}

.location_advantage_section .detail {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-left: -30px;
    margin-right: -30px;
}

.location_advantage_section ul ul {
    padding-left: 15px;
}

.location_advantage_section .detail>li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 15px 30px;
}

.location_advantage_section .detail>li .icon {
    max-width: 35px;
    margin-bottom: 15px;
}

.location_advantage_section .detail>li .title {
    color: var(--color3);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 12px;
}

.location_advantage_section .detail>li p {
    font-size: 13px;
    margin: 0;
}

.location_advantage_section .detail>li li {
    font-size: 13px;
    list-style-type: disc;
    line-height: initial;
    margin-bottom: 4px;
}
.location-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-btn a {
    border: 1px solid;
    padding: 10px 30px;
    margin-top: 20px;
    color: #fff;
    background: #5e081c;
    font-size: 14px;
    letter-spacing: 1px;
}
.location-btn a:hover{text-decoration: none;}
/* quotation_section */

.developer_section .developer_content {
    max-width: 70%;
    margin: auto;
    text-align: center;
}

.developer_section form {
    max-width: 80%;
    margin: auto;
    margin-top: 40px;
}
h2.footer-form-head {
    color: #5b0618;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px;
    font-size: 36px;
}

.developer_section form .btn_style2 {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 20px;
}
h3.footer-form-head {
    max-width: 50%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 35px;
}

.desktop-version{display: block;}
.mobile-version{display: none;}
.specification-tab{margin: 80px 0;}

/* footer */


.footer-section .vayu-bottom-logo .sponsored-logo img, .footer-section .funding-partners .sponsored-logo img, .footer-section .home-loan-partners .sponsored-logo img, .footer-section .approving-partners .sponsored-logo img {
    width: 130px;
    object-fit: cover;
}
.noida-logo{width: 250px !important;height: 100px;padding-top: 10px;}
.footer-section .vayu-bottom-logo{padding: 0 15px;}
.footer-section .banner-logo-section div{border-left: unset;}
.footer-section .banner-logo-section div:not(:last-child) {
    border-right: 1px solid #8b5f3d69;
}
.footer-section .banner-logo-section {
    margin-top: 40px;
}

footer {
    background: #fffde9;
    padding: 50px 0px 10px 0px;
    text-align: center;
}

footer .logo {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

footer .logo .f-logo {
    max-width: 9%;
    max-width: 165px;
    width: 100%;
    object-fit: contain;
    margin: 0px 20px;
}

footer .about_developer {
    margin-top: 50px;
    max-width: 70%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 26px;
}

footer .nav_links {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 40px 0;
}

footer .nav_links li {
    position: relative;
    margin: 0 20px;
    padding: 16px;
}

footer .nav_links li:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 4px;
    background: #5C5C5C;
    border-radius: 100%;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

footer .nav_links li:last-child:before {
    display: none;
}

footer .dis {
    margin-bottom: 10px;
    display: block;
    color: #000;
}

footer .copyright_links {
    margin: 0;
    padding: 0;
}

footer .copyright_links li,
footer .copyright_links a {
    font-size: 13px;
}

footer .copyright_links p {
    margin: 0;
    font-size: 13px;
}


/* enquire_fixed_btn */
.enquire_fixed_btn {
    position: fixed;
    right: -28px;
    top: 35%;
    z-index: 99;
    background: var(--color3);
    color: #fff !important;
    /* box-shadow: none !important; */
    border-radius: 5px 0 0px 5px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 110px;
    opacity: 1;
    visibility: visible;
    /* opacity:1;
    visibility: visible; */
    transition: opacity 0.3s ease-in-out;
}

.enquire_fixed_btn.show {
    opacity: 1;
    visibility: visible;
}

.enquire_fixed_btn .side-b {
    text-align: center;
}

.enquire_fixed_btn .side-b:not(:last-child) {
    border-bottom: 1px solid #ffffff25;
}

.enquire_fixed_btn a {
    color: #fff;
    text-decoration: none;
}

.enquire_fixed_btn .side-b a {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0;
    line-height: initial;
    width: 100%;
    padding: 16px 0px;
    display: block;
}

.enquire_fixed_btn .side-b .icon {
    width: 20px;
    margin-bottom: 6px;
    filter: invert(1);
}

.enquire_fixed_btn .side-b p {
    margin-bottom: unset;
    color: #fff;
    margin-top: 3px;
}

.side-b.whatsapp-button {
    width: 82px;
    /* padding: 15px 0px 10px 0px; */
}

.side-b.down-load-brochure {
    width: 82px;
}

.side-b.instant-call {
    width: 82px;
}

.side-b.get-in-touch {
    width: 82px;
}

/* modal */

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
    font-family: var(--futura_bt_book);
}

/* custom modal */

.custom_modal .modal-dialog {
    max-width: 1000px;
}

.custom_modal .modal-content {
    border-radius: 0;
}

.custom_modal .modal-body {
    /* padding:40px; */
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.custom_modal .left_col,
.custom_modal .right_col {
    max-width: 50%;
    flex: 0 0 50%;
}


.custom_modal .left_col img {
    height: 100%;
    object-fit: cover;
    min-height: 499px;
    max-height: 500px;
    height: 500px;
}

.custom_modal .right_col .content {
    padding: 25px 18px;
}

.custom_modal .modal-body .project_logo {
    width: 200px;
    /* margin: 15px auto; */
    display: block;
    margin-bottom: 20px;
}

.custom_modal .title {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    font-family: var(--tinos_font);
    margin-bottom: 15px;
    color: var(--color3);
}

.custom_modal .sub_title {
    font-size: 14px;
    line-height: initial;
    color: #000;
}

.custom_modal .form {
    margin-top: 30px;
}

.custom_modal .form .form-group {
    margin-bottom: 10px;
}

.custom_modal .form .form-control {
    border: none;
    border: 1px solid #ddd;
    border-radius: 2;
    padding: 8px 8px;
    height: 40px;
    box-shadow: none;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.custom_modal .form .form-control::placeholder {
    font-size: 15px;
}

.custom_modal .form select.form-control {
    padding: 0;
}

.custom_modal .form .custom_checkbox {
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}

.custom_modal .form input[type='checkbox'] {
    position: absolute;
    top: 5px;
    left: 0;
}

.custom_modal .form .check {
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    font-weight: 600;
}

.custom_modal .form .check a {
    text-decoration: underline;
}

.custom_modal .form button.btn {
    margin-top: 5px;
}

.custom_modal .close {
    position: absolute;
    right: 3px;
    top: 3px;
    background: var(--color3);
    height: 40px;
    width: 40px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    font-weight: 100;
    border-radius: 0;
}

.right-logo {
    margin-right: 0px;
    padding: 0px 0px;
}

.right-logo img {
    /* filter: brightness(53); */
    /* max-width: 174px; */
    width: 90px;
    object-fit: cover;
}

.navbar.fixed .right-logo img {
    filter: none;
}

.bottom-logo {
    width: 150px;
}

footer .top_sectn h2 {
    color: var(--color3);
    font-size: 38px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 25px;
}

.greater-noida-logo {
    max-width: 185px;
    max-height: 60px;
}

.inaugural-ofrs {
    color: var(--color3);
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--tinos_font);
}

.i_offers h5 {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline;
    /* margin-bottom: 10px; */
    padding-bottom: 2px;
}

.offers-box {
    display: flex;
    margin-top: 14px;
}

.i_offers {
    border-left: 2px solid #c0c0c0;
    margin: 0px 30px;
    padding: 0px 0px 0px 60px;
}

.offers {
    /* margin-right: 168px; */
    width: 33.33%;
    /* border-right: 1px solid #fff; */
    margin: 0px 0px 0px 0px;
}

.offers p {
    margin-bottom: unset;
    color: #cecece;
    margin-bottom: 8px;
    letter-spacing: 1px;
    font-size: 16px;
    /* min-width: 300px; */
}

.offers p img {
    margin-right: 10px;
    filter: invert(1);
    width: 20px;
    height: 20px;
    margin-right: 14px;
}
.banner-logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}
.vayu-logo-banner{display: block;}

.funding-partners, .home-loan-partners, .approving-partners {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
    border-left: 1px solid #8b5f3d69;
}
.banner-logo-section div{
    /* border-right: 1px solid #8b5f3d69; */
}
.funding-partners .sponsored-logo, .home-loan-partners .sponsored-logo, .approving-partners .sponsored-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.funding-partners .sponsored-logo img, .home-loan-partners .sponsored-logo img, .approving-partners .sponsored-logo img {
    width: 90px;
    object-fit: cover;
}
.funding-partner-head, .home-loan-partners-head, .approving-partners-head {
    color: #000;
    font-size: 11px;
    font-family: var(--Nunito_Sans_font);
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0px;
    /* border-bottom: 1px solid #01010152; */
}









/* rera banner */
.banner-rera{
    display: flex;
    /* display: none; */
}
.banner-rera p {
    font-size: 10px;
    margin-bottom: unset;
    margin-right: 6px;
    color: #000000;
}
.banner-rera p a {
    font-size: 10px;
    margin-bottom: unset;
    margin-right: 6px;
    color: #000000;
}
.rera-banner{
    position: absolute;
    right: 10px;
    top: 15%;
    z-index: 99;
    padding-right: 15px;
}
.rera-qr img{
    width: 100%;
}

/* rera banners ends */
.plans_section .btn_style2 {
    border: 1px solid #5b0618;
    font-size: 14px;
    padding: 10px 30px;
    color: #5b0618;
    background: #fff;
}
.floorPlan_carousel .owl-nav{
    position: absolute;
    right: 0px;
    top: -76px;
    /* background: var(--color3); */
}
.floorPlan_carousel .owl-nav .owl-prev {
    font-size: 40px !important;
    color: #fff!important;
    width: 44px;
    background: var(--color3) !important;
}
.floorPlan_carousel .owl-nav .owl-next {
    font-size: 40px !important;
    color: #fff!important;
    background: var(--color3) !important;
    width: 44px;
    /* height: 53px; */
    margin: 0px 0px 0px 11px;
}
.form-footer-btn{
    display: flex;
    justify-content: center;
}
/* .about_section{
    background: url(../assets/images/micro/half-bottom\ -left.png);
    background-repeat: no-repeat;
    background-position: left;
} */
 .about_section{
    position: relative;
 }

.bgg-watermark {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 437px;
    height: 310px;
}
.bgg-watermark img{
    width: 100%;
    /* height: 200px; */
    opacity: .5;
}
#specifications{
    position: relative;
}
#specifications .bgg-watermark {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 700px;
    height: 700px;
    transform: translate(-50% , -50%);
}
#specifications .bgg-watermark img {
    opacity: .5;
}
.developer_section{
    position: relative;
}
.developer_section .bgg-watermark {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 700px;
    height: 700px;
    transform: translate(-50% , -50%);
}
.developer_section .bgg-watermark img {
    opacity: .4;
}
.master_plan_img{
    position: relative;
}
.amenities_section .item .single .img_col{
    position: relative;
    overflow: hidden;
}
.amenities_section .item .single .img_col .overlay {
    position: absolute;    
    bottom: -90%;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #5b0618b3;    
  }
  .amenities_section .item .single .img_col .overlay p{color: #ffffff;text-align: center;padding: 10px;}
  .amenities_section .item .single .img_col:hover .overlay {
    opacity: 1;
    bottom: 0;
  }
  .overlay ul li {
    color: #fff;
    display: flex;
  }
  .amenities_section .item .single .img_col .overlay ul li .checked-icon{
    filter: invert(1);
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .amenities_section .item .single .img_col .overlay ul li{
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
  }

  .amenities_section .item .single .img_col:hover .overlay .amenities-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%;
  }
  footer .park-logo{
    border-right: 2px solid #c1c1c1;
    padding-right: 10px;
  }
  .lic-logo{
    border-left: 2px solid #c1c1c1;
    padding-left: 11px;
    width: 100%;
    max-width: 152px;
    object-fit: contain;
  }
.static-footer {
    padding: 10px 0 10px;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    transition: .5s ease-in-out;
}

 .static-footer.active {
    visibility: visible;
    opacity: 1;
}

.static-footerr {
    position: fixed ;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: 999999999999999;
    background-color: #fff;
}

.static-footerr.active {
    background: #000 !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 150px !important;
    z-index: 999999999999999 !important;
}

.about_section .content .title {
    color: #343434;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.hindi-title{
    color: var(--color3);
    font-size: 24px;
    margin-bottom: 20px;
}
.hindi-sub-title{
    color: var(--color3);
    font-size: 17px;
    line-height: 28px;
}
.tagline {
    text-transform: uppercase;
    font-family: var(--Nunito_Sans_font);
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    color: #414141;
}
.hindi-vayu-content{
    display: flex;
    align-items: center;
}
.hindi-content p{
    font-size: 14px;
}
.hindi-content .vayu_logo{
    margin-bottom: 20px;
}

.augural-offers{
    /* background: var(--color3); */
    width: 100%;
}
.augural-offers{
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    align-items: center;
    /* gap: 3px; */
    border: 1px solid #fff;
    position: relative;
}
section.inaugural-offers {
    display: flex;
    justify-content: center;
    align-items: center;
}
.offers_box{
    /* border: 2px solid var(--color3); */
    padding: 10px;
    width: 100%;
    /* margin-top: 10px; */
}
.swamith-logo h3{
    font-size: 8px;
}
/*.f-sbilogo {
    max-width: 311px;
    height: 64px;
    width: d;
    /~ width: 100%; ~/
    object-fit: cover;
    margin-right: 16px;
    margin-top: 20px;
}*/
.f-sbilogo {
    /* max-width: 311px; */
    width: auto;
    height: 50px;
    object-fit: cover;
    margin-right: 16px;
    margin-top: 20px;
}
.inaugural-offers{
    position: relative;
}
.inaugural-offers .bgg-watermark img {
    width: 100%;
    /* height: 200px; */
    opacity: .5;
    filter: brightness(-1.5);
}
.inaugural-offers .bgg-watermark.left-mark {
    position: absolute;
    left: 0%;
    /* bottom: 0%; */
    top: 0%;
    /* transform: translate(-50% , -50%); */
    width: 48px;
    height: 42px;
    z-index: 99;
}
.f-wind-park{
    max-width: 148px;
}
.augural-container{
    padding: 10px;
    border: 1px solid #fff;
    background: var(--color3);
}
.discover_section p{
    color: #000;
    opacity: .8;
}
.discover_section .sec_heading {
    margin-bottom: 20px;
}
footer .logo .f-logoo {
    max-width: 9%;
    max-width: 126px;
    width: 100%;
    object-fit: contain;
    margin: 0px 20px;
}
.augural-container h2{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #fff; */
    /* width: fit-content; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.offers.last-offer-box {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.overview-offers {
    display: flex;
    width: 70%;
    padding: 0px 0px 0px 36px;
}

.overview-offer-heading {
    width: 30%;
}
.overview-offer-heading h2{
    border-right: 1px solid #fff;
    /* margin-right: 36px; */
    padding: 0px 38px 0px 42px;
    margin-top: 10px;
}
.offer1{
    width: 31%;
}
.offer2{
    width: 36%;
}
.overview-offer-heading{
    position: relative;
    display: flex;
    justify-content: start;
}
.navigation-qr-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.developer_section .footer-rearco-logo{
    /* display: block; */
    display: flex;
    justify-content: center;
}

.developer_section .sec_heading {
    margin-bottom: 26px;
}
.modal-logos{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--color3);
    padding-bottom: 10px;
    margin-bottom: 16px;
}
.modal-logos img {
    width: 38%;
    margin: 0px 40px;
    object-fit: cover;
}
.navigation-logo-kvd{
margin-right: 20px;
}
.footer-third-one {
    display: flex;
}
.developer_section p.tagline {
    padding-left: 18px;
}
.footer-rearco-logo img{
    width:auto;
    width: 250px;
}


img.rearco-modal-logo {
    width: 180px;
    margin-left: 0;
}
img.vayu-modal-logo {
    width: 110px;
}

.banner-greaternoida-logo {
    width: 190px !important;
    height: 90px;
}
.banner-goi-logo {
    width: 100px !important;
    height: 60px;
    padding-top: 0px;
}
.banner-lic-logo {
    width: 110px !important;
    height: 90px;
}
img.img-fluid.banner-sbi-logo {
    width: auto;
    height: 60px;
    padding-top: 0px;
    padding-right: 10px;
}
.banner-piramal-logo {
    width: 100px !important;
    height: 90px;
}
.banner-sbibank-logo {
    height: 70px;
    width: 80px !important;
    padding-top: 8px;
}
.banner-uprera-logo {
    width: 70px !important;
}
.developer_content p{font-size: 15px;}
.footer-section .goi-lg {width: 145px !important;height: 80px;padding-top: 3px;}
.footer-section .lic-lg {width: 140px !important;height: 90px;padding-left: 10px;}
.footer-section .sbi-lg {width: 160px !important;padding-top: 13px;height: 80px;}
.footer-section .swamih-lg {height: 75px;width: 125px !important;margin-bottom: 4px;}
.footer-section .sbi-bank-lg {width: 90px !important;height: 90px !important;padding-top: 20px;}
.footer-section .up-rera-lg {height: 90px !important;width: 90px !important;}
.footer-section .piramal-lg {height: 90px !important;width: 125px !important;}

.banner-swamih-logo {
    height: 50px;
    width: 95px !important;
}

.fot-sec .funding-partner-head, .fot-sec .home-loan-partners-head, .fot-sec .approving-partners-head {margin-bottom: 10px;}

.banner-logo-new-section {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.banner-logo-new-section p {
    font-size: 8px;
    text-align: center;
    margin: 0;
}

.footer-new-logo-section {
    border-right: none !important;
}
.footer-new-logo-section p {
    font-size: 8px;
    margin: 0;
}
.mobile-logo-new-section p{font-size: 8px;margin: 0;text-align: center;}
.mobile-logo-new-section {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

img.img-fluid.pdf-img {
    width: 72px;
}

.our-pdf {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.our-pdf a {
    border: 1px solid;
    padding: 8px 24px;
    color: #fff;
    background: #5e081c;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Dropdown Button */
.dropbtn {
    background-color: #5b0618;
    color: white;
    padding: 16px;
    /* font-size: 16px; */
    border: none;
    cursor: pointer;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #5b0618;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    /* position: relative; */
    /* display: inline-block; */
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 5px;
    text-decoration: none;
    display: block;
    font-size: 14px;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}