/* 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=Anek+Bangla:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Local Font */

:root {
    --white: #fff;
    --black: #000;
    --primary: #f3ecbf;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
     overflow-x: hidden;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins";
}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "Anek Bangla", sans-serif;
}

.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;
}


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
}

.cursor-inner {
    width: 8px;
    height: 8px;
    z-index: 10000001;
    background-color: var(--primary);
    transition: 0.05s ease-in-out;
}

.cursor-outer {
    margin-left: -1.25rem;
    margin-top: -1.25rem;
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--white);
    mix-blend-mode: difference;
    opacity: 0.3;
    z-index: 10000001;
}


/* Cursor End */


/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--black);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

.preLoader span {
    overflow: hidden;
}

.preLoader span img {
    transform: translateY(100%);
}


/* PRELOADER */


/* Btn Css Start */

.themeBtn {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    border: 1.5px solid var(--white);
    display: inline-block;
    padding: 0.938rem 2.3em;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.themeBtn:hover {
    color: var(--black);
    border-color: var(--primary);
}

.themeBtn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background: var(--primary);
    transition: 0.5s;
    z-index: -1;
}

.themeBtn:hover:before {
    width: 100%;
}

.themeBtn1 {
    background: var(--primary);
    color: var(--black);
    border-color: var(--primary);
}

.themeBtn1:hover {
    color: var(--white);
    border-color: var(--black);
}

.themeBtn1:before {
    background: var(--black);
}


/* Btn Css End */


/* 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 img {
    width: 150px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-nav {
    align-items: center;
    gap: 2.5rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
    position: relative;
}

.navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 0;
    height: 2px;
    bottom: -5px;
    transition: 0.5s ease;
}

.navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
}

.navbar-nav .nav-item a i {
    color: var(--white);
    font-size: 1.5rem;
}


/* !NAV HEADER CSS */


/* Main Sec Css Start */

.mainBanner {
    background: url(../images/mainBan.webp)bottom/cover;
    height: 926px;
    display: flex;
    align-items: center;
}

.secHeading {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #040404;
    line-height: 1.0625;
}

.secHeading span {
    color: var(--primary);
}

.banContent p {
    color: var(--white);
    font-size: 1rem;
    line-height: 2;
}

.banContent .btn-group {
    gap: 1.875rem;
}

.banContent .btn-group a {
    min-width: 200px;
}

.banImages img {
    position: absolute;
    z-index: 1;
}

.banPath {
    bottom: -1rem;
    left: 0;
    filter: brightness(0) saturate(100%) invert(62%) sepia(2%) saturate(3394%) hue-rotate(15deg) brightness(140%) contrast(113%);
}

.banImg {
    bottom: -7.5rem;
    left: 0;
}


/* Main Sec Css End */


/* Service Sec Css Start */

.serviceSec {
    padding: 7.5rem 0 6.25rem 0;
}

.serviceHeading {
    margin-bottom: 4rem;
}

.smallHeading {
    text-transform: uppercase;
    color: #040404;
    font-size: 1.125rem;
    font-family: "Inter", sans-serif;
}

.serviceWrap {
    transition: 0.5s ease;
}

.serviceWrap figure img {
    width: 100%;
    height: 515px;
    object-fit: cover;
}

.serviceWrap:hover {
    transform: translateY(-2rem);
}

.serviceContent {
    background: #F5F5F5;
    width: 380px;
    height: 78px;
    display: grid;
    place-items: center;
    margin: -2.5rem auto 0;
    z-index: 1;
    position: relative;
    transition: 0.5s ease;
}

.serviceWrap:hover .serviceContent {
    background: var(--white);
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 13%);
}

.serviceContent a {
    font-size: 2.75rem;
    color: #010101;
    font-weight: bold;
    margin: 0;
}


/* Service Sec Css End */


/* Project Sec Css Start */

.projectSec {
    padding: 6.875rem 0;
    background: #010101;
}

.beforeWrap {
    display: flex;
    justify-content: space-between;
    margin: -2rem 0 1.25rem 0;
}

.beforeWrap span {
    color: var(--black);
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    background: var(--primary);
    padding: 8px 1.6em;
}

.projectWrap {
    text-align: center;
}

.mySwiper .swiper-slide {
    width: 380px !important;
}

.mySwiper .swiper-wrapper {
    justify-content: center;
}

.mySwiper {
    background: #1A1A1A;
    padding: 2.188rem 0;
    margin-top: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.projectSec .swiper-button-next:after,
.projectSec .swiper-button-prev:after {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--black);
}

.projectSec .swiper-button-next,
.projectSec .swiper-button-prev {
    background: var(--primary);
    width: 70px;
    height: 240px;
    top: 0;
}

.projectSec .swiper-button-prev {
    left: 0;
    clip-path: polygon(0 0, 65% 0, 100% 100%, 0 100%);
}

.projectSec .swiper-button-next {
    right: 0;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
}

.mySwiper2 img {
    border: 10px solid var(--white);
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.projectWrap img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}


/* Project Sec Css End */


/* Cleaning Sec Css Start */

.cleaningSec {
    padding: 7.5rem 0 11.25rem 0;
}

.cleaningSec .flex-row-reverse .cleaningContent {
    padding-left: 7rem;
}

.cleaningContent p {
    color: #828282;
    font-size: 1.125rem;
    line-height: 2;
    width: 81%;
    margin-bottom: 1.5rem;
}

.cleaningSec .flex-row-reverse .cleaningContent p {
    width: 100%;
}
.cleaningContent ul {
    margin-bottom: 1rem;
}
.cleaningContent ul li {
    font-size: 1.125rem;
    list-style: circle;
    margin: 0 0 0.5rem 1.25rem;
}

.cleaningImage figure,
.cleaningImage {
    position: relative;
}

.cleaningImage figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary);
    left: -1.5rem;
    top: -1.5rem;
    z-index: -1;
}

.carImg {
    position: absolute;
    bottom: -8rem;
    right: -7rem;
}

.lightImg {
    position: absolute;
    right: 7rem;
    bottom: -6.5rem;
}


/* Cleaning Sec Css End */


/* Review Sec Css Start */

.reviewSec {
    padding: 5rem 0 9.375rem 0;
    background: #F5F5F5;
}

.reviewWrap {
    padding: 1.75rem 1.563rem 2.188rem 1.563rem;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 85%, 89% 100%, 0 100%, 0% 80%, 0 0);
    background: #F2F2F2;
    position: relative;
    border: 1px solid #494949;
    transition: 0.5s ease;
}

.swiper-slide-next .reviewWrap {
    background: rgb(0 0 0 / 80%);
    border-color: var(--primary);
}

.swiper-slide-next .reviewWrap:before {
    background: var(--primary);
}

.reviewWrap:before {
    content: '';
    position: absolute;
    right: -1rem;
    bottom: 1.563rem;
    width: 78px;
    height: 1px;
    background: #494949;
    transform: rotate(-45deg);
    transition: 0.5s ease;
}

.reviewUser {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviewUser figure {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.reviewUser h3 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #313131;
    margin: 0;
    transition: 0.5s ease;
}

.swiper-slide-next .reviewUser h3 {
    color: #F7F7F7;
}

.reviewWrap ul {
    display: flex;
    gap: 5px;
    margin: 1rem 0 0.875rem 0;
}

.reviewWrap ul li i {
    color: #F7C00C;
}

.reviewWrap p {
    color: #828282;
    line-height: 2;
    margin: 0;
    transition: 0.5s ease;
}

.swiper-slide-next .reviewWrap p {
    color: var(--white);
}

.swiper-slide-next .quote img {
    filter: invert(73%) sepia(0%) saturate(1240%) hue-rotate(192deg) brightness(123%) contrast(79%);
}

.reviewSlider {
    padding: 1.5rem 0 0 2px;
}


/* Review Sec Css End */


/* Appointment Sec Css Start */

.appointmentSec {
    padding: 5.625rem 0;
    background: url(../images/appointmentBg.webp)center/cover;
    z-index: 1;
}

.appointmentSec:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    opacity: 69%;
    z-index: -1;
}

.appointmentForm h3 {
    font-size: 1.875rem;
    color: var(--white);
    font-weight: bold;
}

.appointmentForm .form-control,
.appointmentForm select {
    width: 100%;
    height: 80px;
    background: #282828;
    border: unset;
    border-radius: unset;
    outline: unset;
    box-shadow: unset;
    padding-left: 1.75rem;
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 500;
    text-transform: capitalize;
}



.appointmentForm .form-control::placeholder {
    color: var(--white);
    font-weight: 500;
}

.appointmentForm p {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: bold;
    font-family: 'Anek Bangla';
    margin-top: 1.5rem;
}

.appointmentForm ul {
    display: flex;
    gap: 4.375rem;
    margin: 1.7rem 0 2rem 0;
}

.appointmentForm ul li span {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 500;
}

.appointmentForm textarea {
    resize: none;
    padding-top: 1rem;
}

.centerCol {
    padding: 3.75rem 0;
}

.centerCol input {
    margin-bottom: 1.875rem;
}

.appointmentForm .themeBtn1 {
    outline: unset;
    border: unset;
    margin-top: 1rem;
    padding: 0.938rem 3em;
}

.appointmentForm {
    margin-top: 2rem;
}


/* Appointment Sec Css End */


/* Footer Css Start */

footer {
    background: var(--black);
    padding-top: 6.25rem;
}

.footLogo p {
    color: rgb(255 255 255 / 80%);
    line-height: 2;
    margin: 1rem 0 0 0;
}

footer h3 {
    font-size: 1.875rem;
    font-weight: bold;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 2rem;
}

footer ul li a:hover,
footer ul li a:hover span {
    color: var(--primary);
}

.links li a {
    font-size: 1.125rem;
    font-weight: 500;
    color: rgb(255 255 255 / 80%);
    text-transform: capitalize;
}

.links li+li {
    margin-top: 1.5rem;
}

.hoursLinks li a {
    color: rgb(255 255 255 / 80%);
    display: flex;
    gap: 2rem;
}

.hoursLinks li a span {
    min-width: 100px;
}

.hoursLinks li+li {
    margin-top: 7px;
}

.contactLinks li a {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    color: var(--primary);
}

.contactLinks li a span {
    font-size: 1.125rem;
    color: rgb(255 255 255 / 80%);
    transition: 0.5s ease;
}

.contactLinks li+li {
    margin-top: 0.875rem;
}

.lifeTime-logo img {
    width: 150px;
    margin-top: 1rem;
}

.copyRight {
    border-top: 1px solid #333333;
    margin-top: 3rem;
    padding: 1.563rem 0;
}

.copyRight p {
    text-align: center;
    font-size: 1.125rem;
    color: rgb(255 255 255 / 80%);
    margin: 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;
    outline: unset;
}

.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 {
    background: url("https://testv61.demowebsitelinks.com/HandMWP/wp-content/uploads/2024/08/inner-banner.png") bottom / cover;
    height: 850px;
    display: flex;
    align-items: center
}

.serviceText p {
    font-size: 1.125rem;
    line-height: 2;
    color: #828282;
    margin: 0;
}

.serviceText ul li {
    font-size: 1.125rem;
    list-style: circle;
    margin-left: 1.25rem;
}

.project-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--black);
    z-index: -1;
}

.contact-banner {
    z-index: 2;
}

.contact-appointment {
    margin-top: -10rem;
    padding-top: 20rem;
}

.footerQr img {
    width: 150px;
    margin: 1rem auto 0;
    display: block;
}

.char {
    display: inline !important;
}