@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

@font-face {
    font-family: Audrey;
    src: url(../fonts/Audrey-Normal.woff) format("woff");
    font-display: swap
}

:root {
    --mainColor: #B29D72;
    --secondColor: #c29b5c;
}

@font-face {
    font-family: __Aboreto_8494ba;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/b6cda6f8a0ad191e-s.woff2) format("woff2");
    unicode-range: U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff
}

@font-face {
    font-family: __Aboreto_8494ba;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/0fcdd6e7840d65de-s.p.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: __Aboreto_Fallback_8494ba;
    src: local("Arial");
    ascent-override:69.34%;descent-override:17.15%;line-gap-override:0.00%;size-adjust:134.12%}

.__className_8494ba {
    font-family: __Aboreto_8494ba,__Aboreto_Fallback_8494ba;
    font-weight: 400;
    font-style: normal
}


body {
    font-family: "Poppins", sans-serif;
    color: #121212;
    font-size: 16px;
    font-weight: 300;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

.popular-topics li a:hover,.site-footer ul li a:hover,a,a:hover {
    color: var(--mainColor)
}

a,a:hover {
    text-decoration: none;
    transition: 0.3s;
}

.page-link:hover,a:hover {
    color: var(--secondColor)
}

img {
    max-width: 100%
}

::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0,0,0,.75) -webkit-border-radius:100px;
    scrollbar-width: thin;
    -ms-overflow-style: none
}

::-webkit-scrollbar:hover {
    background-color: rgba(0,0,0,.09);
    scrollbar-width: thin
}

::-webkit-scrollbar-thumb:vertical {
    background: rgba(0,0,0,.5);
    -webkit-border-radius: 100px;
    scrollbar-width: thin
}

::-webkit-scrollbar-thumb:vertical:active {
    background: rgba(0,0,0,.61);
    -webkit-border-radius: 100px;
    scrollbar-width: thin
}

.form-control:focus,.form-select:focus,.select-selected.select-arrow-active {
    color: #000;
    background-color: #fff;
    outline: 0
}

.btn{
    border-radius: 50px;
    /* text-transform: uppercase; */
    padding: 7px 25px;
    display: inline-flex;
    align-items: center;
}
.btn i {
    margin-left: 10px;
    font-size: 18px;
    line-height: 1;
}

.btn-secondary,.form-check-input:checked {
    background-color: #2E182FE3;
    border-color: var(--secondColor);
    color: #fff;
}

.btn-primary {
    background-color: var(--mainColor);
    border-color: var(--mainColor)
}

.btn-primary:active,.btn-primary:focus,.btn-primary:hover {
    background-color: var(--secondColor)!important;
    border-color: var(--secondColor)!important;
    color: #fff !important;
    
}

.btn-primary:active,.btn-primary:focus,.btn-secondary:hover {
    background-color: var(--mainColor)!important;
    border-color: var(--mainColor)!important;
    color: #fff !important;
    
}
.flat_btn {
    position: relative;
    display: inline-block;
    background: transparent;
    color: var(--secondColor);
    border: 1px solid var(--secondColor);
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 12px;
    transition: all .3s ease;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
}

.flat_btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: var(--secondColor);
    transition: all .3s ease;
    border-radius: 6px;
}
.flat_btn:hover:after {
    left: 0;
    width: 100%;
}

.flat_btn:hover{
    color: #fff;
}

.subhead {
    position: relative;
    font-family: Audrey;
    font-size: 35px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 0;
    color: var(--secondColor);
    line-height: 1.2;
    letter-spacing: .2vw;
}

.section-title {
    font-family: Audrey;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--secondColor);
    margin-bottom: 8px;
}

.theabovious {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}

.fixed-img-div{
    background-attachment: fixed;
    background-position: 100% 100%;
    position: relative;
    background-size: cover;
    padding: 150px 50px;
}
.white-txt-sec .subhead {
    color: #fff;
}

.customesection h2, .customesection h1{
    font-family: Audrey;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 8px;
        color: #fff;
}

.customesection p{
    color: #fff!important;
}

.white-txt-sec .section-title {
    color: #fff;
}

.white-txt-sec p {
    color: #fff;
}

.white-txt-sec .flat_btn {
    border-color: #fff;
    color: #fff;
}

.sec-padding{
    position: relative;
    z-index: 9;
    background: #fff;
}

/*===Home banner css===*/



.home-banner {
    position: relative;
    height: calc(100vh - 86px);
    margin-top: 86px;
}

.home-banner .carousel,
.home-banner .container,
.home-banner .carousel-inner,
.home-banner .carousel-item {
    height: 100%;
}



.home-banner .carousel-item img,
.home-banner .carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* animation: zoom-out 7s linear infinite; */
    /* transform: scale(1.3); */
}

.home-banner .carousel-caption {
    right: auto;
    left: 10%;
    bottom: 25%;
    text-align: left;
    padding: 25px;
    max-width: 590px;
    /* margin: 0 auto; */
    text-shadow: none;
    background: #000000d6;
}
.home-banner .carousel-caption .container {
    width: 100%;
}

.home-banner .carousel-caption h5 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    margin-bottom: 10px;
    display: inline-block;
    white-space: normal;
    font-family: Audrey;
    font-weight: 400;
}
.home-banner .carousel-caption p {
    color: #fff;
    margin: 0 0 10px;
    font-size: 20px;
}
.home-banner .carousel-caption p.sub-txt {
    font-size: 27px;
    /* font-weight: 600; */
    /* font-style: normal; */
    color: #fff;
}


.home-banner .carousel-caption .price {
    background: var(--secondColor);
    max-width: max-content;
    color: #ffff;
    padding: 10px 15px;
    font-size: 22px;
}




.sec-padding{
    padding: 100px 0;
}


.gallery-sec{
    background-color: #000;
}

.gallery-img {
    height: 350px;
    overflow: hidden;
    display: block;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.gallery-img:hover img{
    transform: scale(1.1)
}

.gallery-sec {
    background-image: url(../images/brownbg.webp);
    padding: 50px 40px;
}

.price-sec{
    background-color: #f8f4e8;
    padding: 50px 40px;
    background-image: url(../images/brownbg.webp);
}
.price-table p{

margin: 0;

color: #fff;
}

.price-table .bhk{

font-size: 17px;

color: #fff;
}

.price-table .price{
    
font-size: 25px;
}

.price-table td {
    vertical-align: middle;
    text-align: center;
    background: transparent;
    width: 33.33%;
    padding: 15px 0;
}

.price-table table {
    background: transparent;
}

.site-footer{
background-image: url(../images/brownbg.webp);
padding: 50px 0;
}


.site-footer p {
    color: #fff;
}

.site-footer p a {
    color: #fff;
}
.copyright{
    position: relative;
    margin: 0;
    padding: 15px 0;
}

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

.floating-btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    display: flex;
    flex-direction: column;
}

.floating-btn a {
    border: 1px solid var(--mainColor);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 10px;
}

.floating-btn a:hover {
    background: var(--secondColor);
    color: #fff;
    border-color: var(--secondColor);
}
.floating-btn-mobile{
    display: none;
}
.fixed-right-btn {
    position: fixed;
    right: -44px;
    z-index: 99;
    top: 50%;
    transform: rotate(-90deg);
}

.fixed-right-btn a {
    background: var(--secondColor);
    color: #fff;
    padding: 9px 15px;
    font-size: 16px;
}
.enqModal .modal-content {
    border: 0;
    background-image: url(../images/brownbg.webp);
}

.enqModal .modal-body {
    padding: 30px;
}

.enqModal .modal-content:before {
    content: '';
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    /* border: 2px dotted var(--mainColor); */
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}

.enqModal a.btnClose {
    color: #fff;
    position: absolute;
    background: #0000005e;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    top: 15px;
    border-radius: 50px;
    font-size: 13px;
    line-height: 1;
}

.enqModal span.section-tagline {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: Audrey;
}

.enqModal span.section-tagline:after {
    background-color: #fff;
}

.enqModal h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: Audrey;
    color: #fff;
}

.enqModal .modal-dialog {
    max-width: 480px;
}

.enqModal .flat_btn {
    border-color: #fff;
    color: #fff;
}

@keyframes zoom-out {
100%{transform:unset}
}


.location-banner {
    overflow: hidden;
}
.location-banner img{
    animation: zoom-out 7s linear infinite;
    transform: scale(1.1);
}

.location-box {
    background: #fff;
    padding: 4rem;
}
ul.list {
    list-style: none;
    padding: 0;
    margin: 0;
}



ul.list li .loc-content {
    display: flex;
    justify-content: space-between;
    color: var(--secondColor);
    font-size: 18px;
}

ul.list li .loc-content .loctext i {
    margin-right: 5px;
}

ul.list li {
    padding: 5px 0;
}

.location-box .heading {
    font-size: 30px;
    font-family: Audrey;
    font-weight: 400;
    color: var(--secondColor);
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.error img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.error {
    background: #ffe4e4;
    margin-top: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    color: red;
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}


@media (min-width: 1700px) {
    .container {
        max-width: 1700px;
    }
}





@media(max-width:767px){
    .home-banner {
    height: auto;
    margin-top: 75px;
}

.home-banner .container {
    padding: 0;
}
.sec-padding {
    padding: 35px 0;
}
.subhead {
    font-size: 20px;
}

.section-title {
    font-size: 25px;
}

body {
    font-size: 12px;
    padding-bottom: 40px;
}
.flat_btn {padding: 5px 15px;font-size: 10px;}
.fixed-img-div {padding: 25px;}

.gallery-sec {padding: 35px 20px;}

.gallery-img {
    height: 200px;
    margin-bottom: 15px;
}
.site-footer p {
    font-size: 10px;
}

.site-footer {
    padding: 20px 0;
}
.price-sec {
    padding: 35px 0;
}
.price-list .container{
    padding: 0;
}
.price-table .bhk {
    font-size: 13px;
}

.price-table .price {
    font-size: 18px;
}
.floating-btn {
    display: none;
}
.floating-btn-mobile {
    position: fixed;
    background: var(--secondColor);
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 13px 0;
    font-size: 15px;
    display: block;
    z-index: 99;
    color: #fff;
}

.floating-btn-mobile a {
    color: #fff;
    margin: 0 7px;
}
.fixed-right-btn {
    display: none;
}
.m-padding0{
    padding: 0 !important;
}
.location-box {
    padding: 1rem;
}

.location-box .heading {
    font-size: 22px;
}

ul.list li .loc-content {
    font-size: 14px;
}
.customesection h2, .customesection h1{
    font-size: 25px;
}
.home-banner .carousel {
    height: 190px;
}

.home-banner .carousel-caption {
    position: static;
    background: #000;
}

.home-banner .carousel-caption h5 {
    font-size: 30px;
}

.home-banner .carousel-caption p.sub-txt {
    font-size: 20px;
}

.home-banner .carousel-caption p {
    font-size: 17px;
}

.home-banner .carousel-caption .price {
    font-size: 17px;
}
}