/* FONT IMPORT */


/* Google Font */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

/* Local Font */

:root {
    --white: #FFFFFF;
    --black: #000000;
    /*--primary: #FFA004;*/
    /*--secondary: #333333;*/
    --primary: #3AB14A;
    --secondary: #131822;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: 'Jost', sans-serif;
}

section {
    position: relative;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

.color-primary {
    color: var(--primary);
}

/* LENIS */
html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader img {
    width: 500px;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}


/* PRELOADER */


/* NAV HEADER CSS */

header {
    padding: 0.5rem 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 200px;
}

.navbar-nav {
    align-items: center;
    gap: 1.2rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: #17181A;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 1rem;
    display: inline-block;
    position: relative;
}

.navbar-nav .nav-item .nav-link i {
    font-size: 1.625rem;
}

.navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 100%;
    height: 50px;
    z-index: -1;
    inset: 0;
    margin: auto;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s ease;
}

.navbar-nav .nav-item .nav-link:hover:before {
    opacity: 1;
    transform: scale(1);
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--white);
}

.themeBtn {
    font-size: 0.9375rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary);
    display: inline-block;
    padding: 1rem 2em;
    letter-spacing: 3px;
}

.themeBtn:hover {
    background: var(--black);
    color: var(--white);
}


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 100vh;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    width: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    top: 40%;
    left: 6rem;
}

.homeSlider .swiper-pagination-bullet {
    height: 4px;
    width: 4px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: white;
}

.homeSlider .swiper-pagination-bullet-active {
    background: transparent;
    border: 4px solid var(--white);
    width: 22px;
    height: 22px;
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.homeSlider .slide-inner:before {
    content: "";
    position: absolute;
    background: rgb(19 23 32 / 48%);
    width: 100%;
    height: 100%;
    top: 0;
}

.mainHead {
    font-size: 4.375rem;
    color: #160B0B;
    font-weight: 600;
}

.slideOne .themeBtn {
    background: transparent;
    border: 2px solid var(--primary);
    margin-top: 1rem;
}

.slideOne .themeBtn:hover {
    background: var(--primary);
}

.scroll {
    position: absolute;
    right: 6rem;
    top: 40%;
}

.scroll a {
    color: var(--white);
    text-transform: uppercase;
    font-size: 10px;
    writing-mode: tb;
    transform: scale(-1);
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.scroll a i {
    font-size: 3rem;
}


/* !MAIN HERO SLIDER CSS */


/* About Sec Css Start */

.aboutSec {
    padding: 4.0625rem 0;
}

.subHead {
    font-size: 1.25rem;
    color: #131822;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
    display: block;
    position: relative;
}

.aboutContent h2 span {
    position: relative;
}

.aboutContent h2 span:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 245px;
    height: 4px;
    bottom: 0.625rem;
    border-radius: 40%;
    left: 0;
    right: 0;
    margin: auto;
}

.secHeading {
    font-size: 3.125rem;
    color: #131822;
    font-weight: 600;
    line-height: 1.32;
}

.aboutContent p {
    font-size: 0.875rem;
    color: #535353;
    line-height: 2;
    margin-bottom: 1.5rem;
}

.aboutContent h2 {
    margin-bottom: 1.5rem;
}

.aboutContent a {
    font-size: 0.875rem;
    color: var(--primary);
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    display: block;
}

.aboutContent a:before {
    content: "";
    position: absolute;
    background: #B2B2B2;
    width: 172px;
    height: 1px;
    right: 10.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* About Sec Css End */


/* Listing Sec Css Start */

.listingSec {
    background: #F8F8F8;
    padding: 4.0625rem 0 10.625rem 0;
}

.frstHead:before {
    content: "";
    position: absolute;
    background: #282A2E;
    width: 42px;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -3.5rem;
}

.frstHead {
    margin-left: 3.5rem;
    margin-bottom: 0;
}

.listingHeading h2 {
    margin: 0;
}

.listingHeading {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.viewBtn {
    font-size: 1.875rem;
    color: #282A2E;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1.5625rem;
    justify-content: end;
}

.viewBtn i {
    font-size: 3rem;
}

.listingTabs ul li a {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 500;
    background: #160B0B;
    padding: 1.1875rem 2em;
    min-width: 200px;
    text-align: center;
    color: var(--white);
    border-radius: unset !important;
}

.listingTabs ul {
    gap: 0.875rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--white);
    color: var(--black);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.listingWrap figure img {
    width: 100%;
    height: 340px;
    border-radius: 28px;
    object-fit: cover;
}

.listingBox {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: -1.1px 20.97px 51px #D5D5D5;
    padding: 4.0625rem 1.3125rem 2rem 1.3125rem;
    margin-top: -3rem;
}

.listingBox h3 i {
    color: #FF0000;
    font-size: 1.25rem;
}

.listingBox h3 {
    font-size: 1.5625rem;
    color: #393939;
    display: flex;
    align-items: baseline;
    gap: 0.625rem;
}

.listingBox ul {
    display: flex;
    /*gap: 4.5rem;*/
    margin: 1.875rem 0;
    justify-content: space-between;
}

.listingBox ul li a {
    font-size: 1.0625rem;
    color: #414246;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.listingBox ul li a i {
    color: #535558;
}

.listingBox .btn-group {
    gap: 8px;
}

.listingBox .btn-group a {
    font-size: 1.0625rem;
    color: #414246;
    border: 1px solid #AEE9AC;
    border-radius: 7px;
    padding: 5px 1em;
    min-width: 133px;
    text-align: center;
    background: #F9FFFA;
}

.listingBox .btn-group a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.starBox a {
    font-size: 1.0625rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--primary);
    border-radius: 7px;
    color: var(--white);
    padding: 7px 1.0625rem;
}

.starBox a i {
    font-size: 0.75rem;
}

.listingWrap {
    position: relative;
}

.starBox {
    position: absolute;
    top: 1.25rem;
    z-index: 1;
}

.listingSlider .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: rgb(255 255 255 / 23%);
    opacity: 1;
}

.listingSlider .swiper-pagination-bullet-active {
    background: var(--white);
}

.listingSlider .swiper-button-next:after,
.listingSlider .swiper-button-prev:after {
    font-size: 0.875rem;
    color: var(--white);
    font-weight: 600;
}

.listingSlider .swiper-button-next,
.listingSlider .swiper-button-prev {
    border: 1px solid #EEEEEE;
    width: 28px;
    height: 28px;
    top: 53%;
}

.listingSlider .swiper-button-next {
    right: 1.8rem;
}

.listingSlider .swiper-button-prev {
    left: 1.8rem;
}

.listingSec .tab-content {
    margin-top: 5rem;
}

.listingSec .tab-content .row+.row,
.listingSec .row+.row {
    margin-top: 3.4375rem;
}


/* Listing Sec Css End */


/* News Sec Css Start */

.newsSec {
    padding: 2.5rem 0 7.5rem 0;
}

.newsHeading span:before {
    right: 11rem;
}

.newsWrap figure {
    overflow: hidden;
}

.newsWrap figure img {
    transition: 0.5s ease;
}

.newsWrap figure:hover img {
    transform: scale(1.1);
}

.newsContent {
    border: 1px solid #DFDFDF;
    padding: 1.875rem 1.875rem 2.1875rem 1.875rem;
}

.newsContent h3 {
    font-size: 1.75rem;
    color: #131822;
    font-weight: 600;
}

.newsContent p {
    font-size: 1.125rem;
    color: #6A6A6A;
    line-height: 1.3;
    margin-top: 0.875rem;
}

.newsContent a,
.new-card__content a {
    color: #131822;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid var(--primary);
    transition: 0.5s ease;
}

.newsContent a:hover,
.new-card__content a:hover {
    letter-spacing: 4px;
}


/* News Sec Css End */


/* Contact Sec Css Start */

.contactSec {
    background: url(../images/contactBg.jpg)center/cover no-repeat;
    padding: 8.75rem 0 6.5625rem 0;
}

.contactSec:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, #000000a6, #00000000);
    top: 0;
}

.contactSec span:before {
    background: var(--white);
}

.contactForm .form-control {
    background: transparent;
    border: unset;
    border-bottom: 3px solid var(--white);
    border-radius: unset;
    font-size: 1.375rem;
    padding-left: 0;
    box-shadow: unset;
    outline: none;
    color: var(--white);
}

.contactForm .form-control::placeholder {
    color: var(--white);
}

.contactForm input {
    height: 70px;
    margin-bottom: 4rem;
}

.contactForm .themeBtn {
    padding: 1rem 4.1em;
    border-radius: unset;
    margin-top: 2.1875rem;
}


/* Contact Sec Css End */


/* Footer Css Start */

footer {
    padding-top: 5rem;
    border-top: 1px solid #DFDFE0;
}

footer h3 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #282A2E;
    margin-bottom: 1rem;
}

.links li+li {
    margin-top: 7px;
}

footer ul li a {
    color: #6B7075;
    font-size: 1.125rem;
    font-weight: 500;
}

footer ul li a:hover {
    color: var(--primary);
}

.contactLinks li+li {
    margin-top: 1.5625rem;
}

.contactLinks li:last-child a {
    text-decoration: underline !important;
}

.footPara {
    color: #6B7075;
    margin-bottom: 8px;
}

.footform input {
    width: 100%;
    height: 51px;
    border: 1px solid #D6D6D6;
    padding-left: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}

.footform input::placeholder {
    color: #888C90;
}

.footform .themeBtn {
    border: unset;
    background: #282A2E;
    margin-top: 0.75rem;
}

.footform .themeBtn:hover {
    background: var(--primary);
}

.footform {
    text-align: right;
}

.terms {
    display: flex;
    gap: 2rem;
}

.terms li a {
    color: #6B7075;
    font-size: 1.25rem;
}

.copyRight p {
    font-size: 1.25rem;
    color: #6B7075;
    text-align: center;
    margin: 0;
}

.socialLinks {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.socialLinks li a {
    border: 1px solid #DBDBDB;
    width: 65px;
    height: 65px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--black);
    background: transparent;
}

.socialLinks li a:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.copyRight {
    border-top: 2px solid #DFDFE0;
    margin-top: 2.5rem;
    padding: 1.5625rem 0;
}


/* Footer Css End */


/* SEARCH BAR CSS */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* !SEARCH BAR CSS */

/* inner-pages */
.inner-banner {
    height: 540px;
}

.inner-banner>img,
.login-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(19 23 32 / 50%);
    position: absolute;
    inset: 0;
}

.inner-banner__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-banner__title h1 {
    font-size: 4.375rem;
    color: var(--white);
    margin: 0;
    text-transform: capitalize;
}

.aboutSec-inner .aboutContent a:before {
    left: 6rem;
    right: unset;
}

.new-section,
.login-section {
    padding: 6rem 0;
}

.new-card {
    margin-bottom: 3rem;
}

.new-card__img {
    margin-bottom: 2rem;
}

.map-section {
    margin-bottom: -0.45rem;
}

.login-img {
    height: 100%;
}

.login-content {
    background-color: var(--white);
    box-shadow: 0px 5px 23px rgb(0 0 0 / 16%);
    padding: 3rem;
    height: 100%;
}

.login-content p {
    font-size: 1.125rem;
}

.loginForm label {
    font-size: 1.125rem;
    margin: 0 0 0.25rem;
}

.loginForm :is(input) {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    background-color: #F6F6F6;
    border: 1px solid #B4B4B4;
    padding: 1.25rem;
    margin: 0 0 2rem;
    caret-color: var(--primary);
}

.loginForm input:focus-visible {
    outline-color: var(--primary);
}

.loginForm .checkBox label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    user-select: none;
}

.loginForm .checkBox label input {
    margin: 0;
    display: inline-block;
    width: 28px;
    aspect-ratio: 1;
    border-radius: 0.3125rem;
    accent-color: var(--primary);
    cursor: pointer;
}

.loginForm .forgotBtn {
    font-size: 1rem;
    font-weight: 500;
    color: var(--black);
}

.loginForm .themeBtn {
    border: none;
    outline: none !important;
    background-color: var(--black);
    color: var(--white);
}

.loginForm .themeBtn:hover {
    background-color: var(--primary);
}


.aboutSec img {
    max-height: 900px;
    object-fit: cover;
}


img.abtimg {
    width: 100%;
    height: 650px;
    margin-left: 0 !important;
}

.privacy {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Sale Popup */
.salePopup .modal-dialog {
    max-width: 1248px;
}

.salePopup-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.salePopup-header__top>button.close {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--black);
    opacity: 1;
    outline: none;
}

.salePopup-header__top>img {
    width: 150px;
}

.salePopup-header__topActions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.salePopup-header__topActions>a {
    font-size: 1.25rem;
    color: var(--black);
}

.salePopup .modal-content {
    padding: 0 2rem 2rem;
}

.salePopup__images {
    display: flex;
    justify-content: space-between;
    border-radius: 1rem;
    overflow: hidden;
}

.salePopup-header {
    padding: 1rem 0;
}

.salePopup__imagesSm {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.salePopup__imagesLg {
    width: 100%;
    height: 415px;
    margin-left: -0.5rem;
}

.salePopup__imagesLg a {
    width: 100%;
    height: 100%;
}

.salePopup__imagesSm a {
    width: 49.32%;
    height: 50%;
}

:is(.salePopup__imagesLg, .salePopup__imagesSm) a {
    display: inline-block;
    position: relative;
}

:is(.salePopup__imagesLg, .salePopup__imagesSm) a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000050;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
}

:is(.salePopup__imagesLg, .salePopup__imagesSm) a:hover::before {
    opacity: 1;
    visibility: visible;
}

.salePopup__content {
    margin-top: 2rem;
}

.salePopup__content .secHeading {
    font-size: 2rem;
}

.salePopup__content .secHeading span {
    font-size: 1.25rem;
    font-weight: 400;
    display: block;
}

.salePopup__contentTitle {
    display: flex;
    justify-content: space-between;
}

.salePopup__content .estimate {
    font-size: 1.125rem;
}

.salePopup__content .estimate>a {
    font-size: inherit;
    color: var(--black);
    text-decoration: underline !important;
}

.salePopup__contentArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 0 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #00000030;
}

.salePopup__contentArea>div {
    background: #f6f6fa;
    width: 32%;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    border-radius: 0.25rem;
}

.salePopup__contentListing {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.salePopup__contentListing>div {
    width: fit-content;
    background: #f1f1f4;
    padding: 0.25rem 0.5rem;
}

.salePopup__contentPara {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.salePopup-btns {
    border: 1px solid #00000050;
    padding: 1rem;
    border-radius: 0.75rem;
    margin-top: 2rem;
}

.salePopup-btns .themeBtn {
    width: 100%;
    text-align: center;
}

.salePopup-btns .themeBtn:first-child {
    margin-bottom: 0.5rem;
}


.salePopup-btns .themeBtn span {
    font-size: 0.75rem;
    display: block;
}
