/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

/* Local Font */
@font-face {
    font-family: "luimp";
    src: url("../fonts/luimp.otf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #E7E4D6;
    --secondary: #53493E;
}

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

body {
    position: relative;
    background: #E7E4D6;
    overflow-x: hidden;
    height: 100%;
    font-family: "Questrial", sans-serif;
}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "luimp";
}

p {
    font-size: 1.1875rem;
    color: #2B2C29;
}

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

/* 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.black {
    background-color: var(--primary);
    z-index: 11113;
}

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

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--secondary);
    font-size: 0.875rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding: 1.25rem 2.4em;
    line-height: normal;
    letter-spacing: 0.64px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.themeBtn:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    transition: 0.8s ease;
    z-index: -1;
    transform: translateY(100%);
}

.themeBtn:hover:before {
    transform: translateY(0);
}

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

/* !GLOBAL CSS */

/* Main Banner Css Start */

.mainBanner {
    height: 980px;
    display: flex;
    align-items: end;
    padding-bottom: 7.5rem;
}

.bannerContent span {
    color: #2B2C29;
    font-size: 1.1875rem;
    display: block;
    margin-bottom: 0.625rem;
}

.mainHeading {
    font-size: 5rem;
    text-transform: capitalize;
    color: #2B2C29;
    letter-spacing: -0.81px;
}

.bannerContent p {
    width: 30%;
    margin: 2.8125rem auto 2.5rem;
}

.themeBtn1 {
    text-transform: uppercase;
    padding: 2rem 6rem;
}

.callUs {
    display: block;
    color: #2B2C29;
    font-size: 2.75rem;
    letter-spacing: -0.44px;
    font-family: "luimp";
    margin-top: 1.875rem;
}

.callUs:hover {
    color: var(--black);
}

/* Main Banner Css End */

/* Offer Sec Css Start */

.offerSec {
    padding: 5rem 0 3.75rem 0;
}

.offerWrap {
    text-align: center;
}

.offerWrap figure img {
    border-radius: 100%;
    width: 100%;
}

.offerWrap h3 {
    color: #2B2C29;
    font-size: 1.5625rem;
    text-transform: capitalize;
    letter-spacing: -0.26px;
    margin: 1rem 0 0 0;
}

.offerSlider {
    margin-top: 6.875rem;
}

.offerSec .swiper-button-next:after,
.offerSec .swiper-button-prev:after {
    display: none;
}

.offerSec .swiper-button-next,
.offerSec .swiper-button-prev {
    background: rgb(0 0 0 / 70%);
    width: 60px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50px;
    color: var(--white);
    font-size: 2rem;
    top: 62%;
}

.offerSec .swiper-button-prev {
    left: 3rem;
}

.offerSec .swiper-button-next {
    right: 3rem;
}

/* Offer Sec Css End */

/* About Sec Css Start */

.aboutSec {
    padding: 6.25rem 0 3.125rem 0;
    border-top: 1px solid rgb(255 255 255 / 50%);
}

.aboutContent {
    text-align: center;
}

.secHeading {
    text-transform: capitalize;
    color: #2B2C29;
    font-size: 3.3125rem;
    letter-spacing: -0.54px;
}

.aboutContent p {
    line-height: 1.75;
    margin: 1.375rem 0 0 0;
}

/* About Sec Css End */

/* Choose Sec Css Start */

.chooseSec {
    padding: 4.375rem 0;
}

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

.chooseHeading p+p {
    margin-top: 2rem;
}

.chooseWraps {
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin-top: 4.375rem;
}

.chooseContent h3 {
    color: #2B2C29;
    font-size: 1.5rem;
    letter-spacing: -0.24px;
}

.chooseContent p {
    font-size: 1rem;
    width: 84%;
    margin: auto;
}

/* Choose Sec Css End */

/* Review Sec Css Start */

.reviewSec {
    background: url(../images/reviewBg.png)center/cover;
    padding: 14.375rem 0;
}

.reviewWraps {
    text-align: center;
    color: var(--white);
}

.reviewWraps h3 {
    font-size: 3rem;
    letter-spacing: -0.48px;
    width: 53%;
    margin: auto;
}

.reviewWraps span {
    font-size: 1.375rem;
    margin-top: 5.625rem;
    display: block;
}

.reviewSec .swiper-button-next:after,
.reviewSec .swiper-button-prev:after {
    display: none;
}

.reviewSec .swiper-button-next,
.reviewSec .swiper-button-prev {
    background: rgb(217 183 131 / 70%);
    width: 60px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50px;
    color: var(--black);
    font-size: 2rem;
}

.reviewSec .swiper-button-prev {
    left: 4rem;
}

.reviewSec .swiper-button-next {
    right: 4rem;
}

/* Review Sec Css End */

/* Team Sec Css Start */

.teamSec {
    padding: 4.375rem 0 6.875rem 0;
}

.faqBox {
    margin-top: 6rem;
    border-top: 1px solid #2B2C29;
}

.faqBox #accordion .card {
    border: none;
    border-bottom: 1px solid #2B2C29;
    padding: 0 0 0rem 0;
    background: transparent;
    margin-bottom: 0rem;
    border-radius: unset;
}

.faqBox #accordion .card .btn-link {
    --height: 5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    border: 0;
    font-size: 3.3125rem;
    color: #2B2C29;
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
    border-bottom-left-radius: 0;
    text-align: left;
    font-family: "luimp";
    text-transform: capitalize;
}

.faqBox #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2B2C29;
    margin-left: auto;
    background: 000;
    font-size: 1rem;
}

.faqBox #accordion .card .btn-link i::before {
    content: "\f068";
}

.faqBox #accordion .card .btn-link.collapsed i::before {
    content: "\f067";
}

.faqBox #accordion .card+.card {
    margin-top: 0;
}

.faqBox #accordion .card .card-body {
    padding: 0rem 4rem 0.5rem 0rem;
}

.card-body ul li a {
    color: #2B2C29;
    font-size: 1.5rem;
}

.card-body ul {
    margin-bottom: 1rem;
}

.card-body {
    width: 30%;
    margin: auto;
}

/* Team Sec Css End */

/* Look Sec Css Start */

.lookSec {
    background: #F8CDD9;
    padding: 6.25rem 0;
    /*margin-top: 4rem;*/
}

.lookContent p {
    margin-bottom: 5rem;
}

/* Look Sec Css End */

/* Footer Css Start */

footer {
    padding: 4.375rem 0 3.125rem 0;
}

.links li a {
    color: var(--black);
    font-size: 1.1875rem;
    text-transform: capitalize;
    text-decoration: underline !important;
}

.links li+li {
    margin-top: 1rem;
}

.contactList li a {
    color: #2B2C29;
    display: block;
    font-size: 1.1875rem;
}

.contactList+.contactList {
    margin-top: 1rem;
}

.contactList li+li {
    margin-top: 4px;
}

.newsLetter h3 {
    color: #2B2C29;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.newsLetter p {
    font-size: 0.9375rem;
    margin-bottom: 2.5rem;
}

.newsLetter input {
    border: unset;
    outline: unset;
    box-shadow: unset;
    height: 64px;
    width: 65%;
    padding-left: 1.5rem;
    color: #000000;
}

.newsLetter input::placeholder {
    color: rgb(0 0 0 / 30%);
}
.newsForm p {
    all: unset;
}
.newsLetter .themeBtn {
    border: unset;
    outline: unset;
    padding: 1.58rem 3em;
    height: auto;
    width: auto;
    color: #fff;
}

.newsForm {
    display: flex;
    align-items: center;
}

/* Footer Css End */

/* Inner Css Start */

.innerBanner {
    background: #F8CDD9;
    height: 385px;
    display: flex;
    align-items: end;
    padding-bottom: 3.75rem;
}

.aboutInner .aboutContent {
    text-align: left;
}

.aboutInner .aboutContent p {
    width: 90%;
    margin: 1.75rem 0 0 0;
}

.aboutInner .aboutContent .themeBtn {
    padding: 2rem 6rem;
    margin-top: 4rem;
}

.serviceInner {
    padding: 7.5rem 0 9.375rem 0;
}

.serviceWrap h3 {
    color: #2B2C29;
    font-size: 1.5rem;
    letter-spacing: -0.24px;
    margin: 10px 0 1rem 0;
}

.serviceWrap p {
    margin: 0;
}

.serviceInner .row+.row {
    margin-top: 5rem;
}

.teamWraps {
    display: flex;
    gap: 5rem;
}

.teamText {
    flex: 1;
}

.teamText h3 {
    color: #2B2C29;
    font-size: 1.5rem;
    letter-spacing: -0.24px;
    margin-bottom: 1rem;
}

.teamText span,
.teamText ul li a {
    color: #2B2C29;
    font-size: 1.1875rem;
    display: block;
}

.teamText span {
    margin-bottom: 1rem;
}

.teamWraps+.teamWraps {
    margin-top: 12px;
}

.teamInner {
    padding: 4.375rem 0 8.75rem 0;
}

.galleryInner {
    padding: 3.75rem 0 1.25rem 0;
}

.galleryWraps {
    display: block;
    margin-bottom: 2.5rem;
}

.contactInner {
    padding: 6.25rem 0 1.875rem 0;
}

.contactContent ul li a {
    color: #2B2C29;
    font-size: 1.1875rem;
}

.contactContent h2 {
    margin-bottom: 1rem;
}

.contactContent ul+ul {
    margin-top: 1rem;
}

.contactForm label {
    color: #2B2C29;
}

.contactForm .form-control {
    border: 1px solid #A9A9A9;
    border-radius: unset;
    outline: unset;
    box-shadow: unset;
    height: 52px;
    background: #FAFAFA;
}

.contactForm textarea {
    height: 100px !important;
    resize: none;
}

.contactForm .themeBtn {
    outline: unset;
    border: unset;
    background: var(--black);
}

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

/* Inner Css End */