/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
    font-family: "autography";
    src: url("../fonts/autography.otf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #bd1e2c;
    --secondary: #333333;
}

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

body {
    position: relative;
    background: url(../images/body-bg.webp) no-repeat fixed center/cover;
    overflow-x: hidden;
    height: 100%;
    font-family: "Roboto", sans-serif;
    position: relative;
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.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;
}

.font--autography {
    font-family: "autography";
}

/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 120px;
    z-index: 10000001;
    /* background-color: var(--primary); */
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    mix-blend-mode: difference;
    object-fit: contain;
}

/* Cursor End */

/* PRELOADER */

body.loading {
    overflow: hidden;
}

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

.preLoader .counter {
    color: var(--white);
    font-size: 16rem;
    font-weight: 600;
    letter-spacing: 8px;
    position: absolute;
    bottom: 2rem;
    right: 5rem;
}

.preLoader .line {
    position: absolute;
    top: 80%;
    left: 0;
    width: 0;
    height: 5px;
    background-color: var(--white);
    opacity: 0.75;
}

.preLoader .bar {
    width: 20%;
    height: 100vh;
    background-color: var(--secondary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--white);
    font-size: 1.0625rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 1.04em 1.96em;
    line-height: normal;
    letter-spacing: 3px;
    box-shadow: 0 0 20px 5px #00000020;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
    color: var(--white);
}

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

/* !GLOBAL CSS */

/* NAV HEADER CSS */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding: 1rem 0;
    transition: 0.3s ease-in-out;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 260px;
}

.navbar-brand>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.navbar-nav .nav-item .nav-link {
    font-size: 1.25rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

li.nav-item .themeBtn.borderBtn {
    padding: 12px 29px;
    letter-spacing: 2px;
}

/* Dropdown */
.navbar .nav-item.drop-down {
    position: relative;
    z-index: 1;
}

.navbar .drop-down>a:after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    padding-left: 5px;
    color: var(--primary);
}

.navbar .drop-down ul {
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
}

.navbar .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .drop-down li {
    min-width: 200px;
    position: relative;
    list-style: none;
}

.navbar .drop-down ul a {
    padding: 8px 18px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: none;
    color: #151515;
    display: block;
}

.navbar .drop-down ul a:hover {
    background: var(--primary);
    color: #fff;
}


/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 1088px;
}

.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;
    right: initial;
    left: 4.375rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    top: 41%;
}

.homeSlider .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    background: rgb(255 255 255 / 23%);
}

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

.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;
}

.slideOne {
    text-align: center;
}

.slideOne .themeBtn.borderBtn {
    margin-top: 15px;
}

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

.slideOne h2 {
    font-size: 5.625rem;
    color: #fff;
    font-family: "autography";
    margin: 0;
    text-transform: capitalize;
}

.slideOne h2 sup {
    font-family: "Roboto", sans-serif;
    font-size: 6rem;
    top: -.25em;
}

.slideOne p {
    font-family: "autography";
    font-size: 3rem;
    color: var(--white);
}

.sideBar {
    position: absolute;
    right: 4rem;
    top: 34%;
}

.sideBar p {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    writing-mode: tb;
    position: relative;
    padding: 0;
    line-height: 0;
    color: #fff;
}

/* !MAIN HERO SLIDER CSS */

/* about-section */
.about-section {
    padding-bottom: 14rem;
}

.aboutcntnt h4 {
    color: #575757;
    text-transform: uppercase;
    font-weight: 500;
}

.aboutcntnt h2 {
    font-size: 4rem;
    font-weight: 500;
    color: #131313;
    font-family: "autography";
}

.aboutcntnt p {
    font-size: 1rem;
    color: var(--black);
}

.aboutcntnt .size--lg {
    font-size: 1.25rem;
}

.aboutcntnt .paraa--letter::first-letter {
    font-size: 2rem;
    color: var(--primary);
    line-height: 1;
}

p.paraa {
    color: var(--black);
}

.aboutcntnt a {
    color: var(--black);
    text-transform: uppercase;
    position: relative;
    padding-right: 0.5rem;
}

.aboutcntnt a::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background: var(--black);
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

figure.aboutimg {
    position: relative;
}

/* figure.aboutimg::before {
    position: absolute;
    content: "";
    width: 647px;
    height: 620px;
    background: #eaeaea;
    z-index: -1;
    left: 2rem;
    top: 3rem;
} */

figure.aboutimg img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.aboutSlider figure.aboutimg img {
    height: 600px;
}

/* about-section */

/* provide-section */
.provide-num {
    background: #000;
    padding: 4rem 0;
}

.providecnt h2 {
    font-size: 3.125rem;
    color: #fff;
    font-weight: 500;
    font-family: "autography";
}

a.phonelink {
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 500;
    letter-spacing: 2px;
}

a.phonelink i {
    background: #fff;
    color: #000;
    padding: 7px 8px;
    border-radius: 5px;
    margin-right: 7px;
}

.btncntct {
    display: flex;
    align-items: center;
    gap: 100px;
}

/* provide-section */

.mainHead {
    text-transform: capitalize;
    font-size: 6.25rem;
    color: #131313;
    font-family: "autography";
    font-weight: 500;
}

.heading-sm {
    color: #131313;
    font-size: 3rem;
    font-family: "autography";
    font-weight: 500;
    text-transform: capitalize;
}

/* gallery-section */
.gallerywrap {
    margin-bottom: 28px;
    position: relative;
    display: block;
}

.gallerywrap img {
    width: 100%;
    height: 683px;
    object-fit: cover;
    filter: brightness(0.7);
    transition: all 300ms ease-in-out;
}

.gallerywrap--sm img {
    height: auto;
    aspect-ratio: 1;
}

.gallerywrap h3 {
    position: absolute;
    inset: 0;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallerywrap:hover img {
    filter: brightness(1);
}

.gallery-section .themeBtn.borderBtn {
    color: #000;
    border-color: #000;
}

.gallery-section .mainHead {
    margin-bottom: 1rem;
}

section.gallery-section {
    padding: 4rem 0;
}

.gallerywrapSlider {
    padding: 2rem 0;
}

.galleryInner .galleryInner__img {
    width: 100%;
    height: 600px;
    position: relative;
    display: block;
    box-shadow: 0 0 20px 1px #00000030;
}

.galleryInner .galleryInner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleryInner .galleryInner__img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: #ffffffbb;
}

.galleryInner .swiper-slide-active .galleryInner__img::before {
    background: transparent;
}

.gallerySlider .swiper-button-next:after, .gallerySlider .swiper-button-prev:after {
    color: var(--primary);
    font-size: 2.5rem;
}

/* gallery-section */

/* Contact Sec Start */

.contactSec {
    padding-top: 3rem;
}

.contactSec .aboutcntnt p em span {
    font-size: 2rem;
    font-weight: 600;
}

.contactForm .form-group .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    height: auto;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #131313;
    outline: none;
    background: transparent;
    color: #000;
}

.contactForm .form-group label {
    font-size: 1.375rem;
    color: var(--black);
    font-weight: 400;
}

.contactForm .form-group textarea {
    min-height: 60px;
}

.mapSec {
    padding: 0;
}

form.contactForm .form-group {
    margin-bottom: 4rem;
}

form.contactForm .themeBtn.borderBtn {
    border-color: #000;
    color: #000;
}

.radioField {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.radioField input {
    accent-color: var(--primary);
}

.radioField label {
    font-size: 1.125rem !important;
    margin-bottom: 0;
}

/* Contact Sec End */
/* Footer Sec Css Start */

footer {
    background-color: var(--black);
    padding-top: 6rem;
    position: relative;
}

footer h4 {
    font-size: 1.5625rem;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 1rem;
    font-weight: 500;
}

.links li a {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
}

.links li+li {
    padding-top: 10px;
}

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

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

footer .contactInfo li a {
    display: inline-flex;
    align-items: center;
    gap: 1.125rem;
}

footer .contactInfo li+li {
    padding-top: 1.25rem;
}

.contactForms input {
    border: unset;
    background-color: rgb(255 255 255 / 10%);
    border-radius: unset;
    height: 55px;
    border: 1px solid #585858;
}

.contactForms {
    display: flex;
    position: relative;
    align-items: center;
}

.contactForms .themeBtn {
    border: unset;
    position: absolute;
    right: -6px;
    font-size: 0.8125rem;
    padding: 1.2rem 1.25rem;
}

.socialLinks {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.socialLinks li a {
    font-size: 1rem;
}

.contactForms input::placeholder {
    font-size: 0.8125rem;
    color: var(--white);
}

.copyRight p {
    font-size: 1.25rem;
    margin: 0;
    color: var(--white);
}

.copyRight ul {
    display: flex;
    justify-content: end;
    gap: 1.5rem;
}

.copyRight {
    border-top: 1px solid rgb(204 204 204 / 31%);
    margin-top: 2.8rem;
    padding: 1.25rem 0;
}

ul.socialLinks li a {
    background: #707070;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #fff;
}

ul.socialLinks li a:hover {
    background: #fff;
    color: #000;
}

.copyRight ul li a {
    font-size: 0.875rem;
    text-decoration: underline !important;
}

/* Footer Sec Css End */

/* service-section */
.salebtn a {
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: #d38c58;
    padding: 10px 16px;
}

.salebtn {
    position: absolute;
    bottom: 214px;
    right: 0;
}

.service-wrap {
    position: relative;
    margin-bottom: 44px;
}

.servicecntnt h3 {
    font-size: 1.5625rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #464646;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.loclink {
    font-size: 23px;
    font-weight: 500;
    color: #464646;
}

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

.loclink i {
    color: #bd1e2c;
}

.servicecntnt ul {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
}

.servicecntnt ul li i {
    color: #414246;
    margin-right: 11px;
}

.servicecntnt h4 {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: right;
}

.servicecntnt {
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    padding: 26px 20px 16px 20px;
}

.servicecntnt ul li a {
    color: #414246;
    font-size: 1rem;
}

.service-section {
    padding: 6rem 0 4rem 0;
    /* background: #f5f5f5; */
}

h3.strokehead {
    font-size: 15.625rem;
    text-transform: uppercase;
    -webkit-text-stroke: 2px;
    -webkit-text-fill-color: #fff;
    position: absolute;
    top: -10.7rem;
    z-index: -1;
}

.service-section .mainHead {
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
}

.listingWrap figure img {
    width: 100%;
    height: 354px;
    object-fit: cover;
    border-radius: 1.75rem;
}

.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,
.listingBox h3 a {
    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;
}

.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 {
    border-radius: 1.75rem;
}

.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 {
    background: var(--black);
    width: 28px;
    height: 28px;
    top: 53%;
}

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

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

/* service-section */

/* Testimonial Sec Css Start */

.testimonialSec {
    /* background: #f5f5f5; */
}

.reviewsBox {
    background: #ffffff;
    /* border-radius: 19.5px; */
    padding: 2rem;
    position: relative;
    transition: 0.5s ease;
    border-left: 2px solid var(--primary);
    margin: 0 9px;
}

/* .revewsImg {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 7rem;
} */

.revewsImg h6 {
    font-size: 1.75rem;
    color: var(--black);
    font-weight: 500;
}

.reviewsBox p {
    color: #828282;
    margin: 1rem 0rem 1rem;
    width: 100%;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.9;
    height: 220px;
    overflow-y: overlay;
    padding-right: 1rem;
}

.reviewsBox p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}

.reviewsBox p::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
    background-color: #d9d9d9;
}

.reviewsBox p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--primary);
}

.reviewsSlider .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    bottom: 0;
}

.reviewsSlider .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
}

.reviewsSlider .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
}

.reviewsSlider .swiper-pagination-bullet-active {
    height: 1rem;
    outline-offset: 4px;
}

.reviewsSlider {
    padding: 2rem 0 4rem;
}

/* .review-path {
    width: 52px;
    height: 86px;
    background-color: #ffffff;
    display: inline-block;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    position: absolute;
    bottom: -85px;
    left: 4rem;
    transition: 0.5s ease;
} */

.reviewsBox {
    /* filter: drop-shadow(-0.25rem 0.5rem 0px #fff) drop-shadow(-1px 1px 2px #131313); */
    box-shadow: 0 0 9px #bd1e2c;
}

.revewsImg h6 span {
    display: block;
    color: #686868;
    font-size: 1.25rem;
    font-weight: 400;
}

.quoteimg2 {
    position: absolute;
    right: 2rem;
    margin-top: .25rem;
}

.testimonialSec .swiper-button-next:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.125rem;
}

.testimonialSec .swiper-button-prev:after {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.125rem;
}

.testimonialSec .swiper-button-next,
.testimonialSec .swiper-button-prev {
    color: var(--white);
    transform: translateY(-50%);
    margin: 0;
    background: var(--black);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonialSec .swiper-button-next {
    right: 0;
}

.testimonialSec .swiper-button-prev {
    left: 0;
}

/* Testimonial Sec Css End */

.sideBar p i {
    margin-top: 1.5rem;
}

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

li.nav-item .themeBtn.borderBtn:hover {
    background: #fff;
    color: #000;
}

.gallery-section .themeBtn.borderBtn:hover {
    background: #000;
    color: #fff;
}

form.contactForm .themeBtn.borderBtn:hover {
    background: #000;
    color: #fff;
}

/* Innerpages */
.main-slider--inner {
    height: 769px;
}

.aboutInner {
    padding-bottom: 4rem;
}

.contactSec .contactInfo {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--black);
    font-size: 1.5rem;
}

.contactSec .contactInfo .icon {
    font-size: 3rem;
}

.contactSec .contactInfo .title {
    font-size: 1.25rem;
    color: #393939;
    display: block;
}

.contactSec .contactInfo:hover {
    color: var(--primary);
}

.map {
    margin-bottom: -7px;
}

/* 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;
    filter: brightness(0) saturate(100%);
}

.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;
}

.saleSlider {
    border-radius: 1rem;
}

.salePopup__img {
    width: 100%;
    height: 700px;
}

.salePopup__img img {
    object-fit: contain;
}

.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: 100%;
    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;
    background: var(--primary);
    color: var(--white);
}

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

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

.salePopup__btn {
    position: absolute;
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 36px;
    width: 195px;
    bottom: 16px;
    right: 16px;
    border: 1px solid rgb(167, 166, 171);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    font-size: 0.875rem;
    line-height: 24px;
    font-weight: 700;
    outline: none !important;
}

.salePopup__btn svg {
    display: inline-block;
    vertical-align: top;
    stroke: currentcolor;
    fill: currentcolor;
    height: 1em;
    width: 1em;
    margin-right: 8px;
    font-size: 21px;
}

.text--indent {
    text-indent: 10rem;
}

.aboutcntnt__list {
    list-style-type: disc !important;
    margin: 0 0 1rem 1.25rem;
}

figure.aboutimg.aboutimg--sm img {
    height: 300px;
    object-fit: cover;
}

.gallerywrapSlider .swiper-button-next:after,
.gallerywrapSlider .swiper-button-prev:after {
    color: var(--primary);
    font-size: 2.5rem;
}