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

:root {
    --white: #fff;
    --black: #000;
    --primary: #9e73c7;
    --secondary: #462d86;
}

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

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

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


/* How to add New font */

@font-face {
    font-family: "Lin Libertine";
    src: url("../fonts/LinLibertine.ttf");
}

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

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #3a3a3a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lin Libertine";
    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;
}


/* loader */

.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(--white);
    z-index: 11113;
}

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

.preLoader video {
    width: 100%;
    height: 100h;
}


/* loader */


/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 1.375rem;
    color: var(--white);
    /* text-transform: uppercase; */
    font-weight: 500;
    display: inline-block;
    padding: 0.5rem 4.23rem;
    border-radius: 1.5rem;
    line-height: normal;
}

.themeBtn.invert {
    background-color: var(--secondary);
}

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

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


/* btn css */

.subheading {
    font-family: "Pacifico", cursive;
    font-size: 2.0625rem;
    color: #9169c1;
}

.heading {
    font-size: 6.25rem;
    text-transform: uppercase;
    line-height: 0.8;
}

.text {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
}


/* navigation css */

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

.navbar-brand img {
    max-width: 240px;
}

.navbar-nav {
    align-items: center;
    justify-content: space-between;
    width: 89%;
}

.navbar-nav .nav-item a,
.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--white);
    font-weight: 400;
    padding: 0 0;
    display: inline-block;
}

.navbar-nav .nav-item a:hover {
    color: var(--secondary);
}

.an-navbar {
    padding: 1.35rem 0;
}

.contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact p {
    margin: 0;
    color: var(--white);
    line-height: 1;
    margin-top: 5px;
}

.contact a {
    font-size: 1.375rem !important;
    line-height: 1;
}


/* navigation css */


/* slider css */

.main-slider {
    height: 1080px;
    background-color: #fcfafd;
    position: relative;
}

.mainicon2 {
    position: absolute;
    top: 0;
    left: 0;
}

.mainicon1 {
    position: absolute;
    bottom: -3rem;
    left: -6.125rem;
}

.mainconditioner {
    position: absolute;
    bottom: -1.4rem;
    left: -3rem;
    z-index: 99;
}

.mainCaption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.5rem;
    border: 15px solid #fcfafd;
    max-width: 50%;
    background: rgb(252, 250, 253);
    background: linear-gradient(90deg, rgba(252, 250, 253, 1) 0%, rgba(253, 252, 254, 0.53) 60%, rgba(255, 255, 255, 0) 100%);
    padding: 3.75rem 7rem;
    z-index: 3;
}

.mainCaption h1 {
    font-size: 4.5rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.mainCaption p {
    font-size: 1.375rem;
}

.homeSlider {
    overflow: hidden;
    height: 1080px;
}

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

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 12px;
    color: var(--black);
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: var(--white);
    position: absolute;
    bottom: 4.875rem;
    top: auto;
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-prev::after,
.homeSlider .swiper-button-next::after {
    font-size: 12px;
    font-weight: 700;
}

.homeSlider .swiper-button-next {
    right: 2.875rem;
}

.homeSlider .swiper-button-prev {
    left: auto;
    right: 6.875rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    /* justify-content: center; */
    align-items: end;
}

.btnPlay {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.67);
    display: grid;
    place-items: center;
    color: #131313;
    position: absolute;
    top: 22%;
    left: 31%;
}

.title {
    margin: 0;
    margin-left: 127px;
    color: var(--white);
    font-size: 12.5rem;
    line-height: 1;
    /* font-weight: bold; */
    text-transform: capitalize;
    font-family: "Pacifico", cursive !important;
}

.homeslider p {
    color: var(--white);
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1rem;
    font-size: 1.5625rem;
}


/* slider css */


/* / sraachbar start / */

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


/* / sraachbar end / */


/* About Section */

.about-section {
    padding: 8.75rem 0;
}

.about-section .heading {
    font-size: 3.75rem;
}

.about-section p {
    font-size: 1.375rem;
    color: #3a3a3a;
}

.aboutimg {
    position: relative;
}

.aboutimg img {
    position: absolute;
}

.aboutimg img:nth-child(1) {
    top: 0;
    left: 0;
}

.aboutimg img:nth-child(2) {
    top: 16rem;
    left: 3rem;
    z-index: 2;
}

.aboutimg img:nth-child(3) {
    top: 0;
    right: 0;
}

.aboutimg img:nth-child(4) {
    top: 15rem;
    right: -3rem;
}

.aboutimg img:nth-child(5) {
    top: -2rem;
    right: -1.5rem;
    z-index: -1;
}

.aboutimg span {
    width: 100px;
    height: 100px;
    border: 15px solid #8f5cb8;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 14rem;
    left: -2rem;
}


/* !About Section */


/* Service Section */

.services-section {
    background-color: #dfc8e4;
    padding: 3rem 0;
    position: relative;
}

.services-section .icon {
    position: absolute;
    top: -7.1875rem;
    right: -3.3125rem;
}

.servicesCard figure {
    border-radius: 20px 20px 20px 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.servicesCard h4 {
    font-size: 2.5rem;
}

.servicesCard ul {
    list-style: disc;
    margin: 0 0 1rem 1.25rem;
}

.bookingBtn {
    background-color: var(--white);
    border: 1px solid var(--secondary);
    padding: 0 0 0 2rem;
    display: inline-flex;
    align-items: center;
    border-radius: 24px 0 0 24px;
    font-size: 1rem;
    color: var(--black);
}

.bookingBtn i {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    margin-left: 1rem;
    background-color: var(--secondary);
    color: var(--white);
}

.bookingBtn:hover {
    background-color: var(--secondary);
    color: var(--white);
}


/* !Service Section */


/* Shop Section */

.shop-section .swiper-button-prev,
.video-section .swiper-button-prev,
.testimonial-section .swiper-button-prev {
    left: 7.5rem;
    top: 55%;
}

.shop-section .swiper-button-next,
.video-section .swiper-button-next,
.testimonial-section .swiper-button-next {
    right: 7.5rem;
    top: 55%;
}

.shop-section .swiper-button-prev::after,
.video-section .swiper-button-prev::after,
.testimonial-section .swiper-button-prev::after {
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    color: rgba(0, 0, 0, 0.1);
    transition: 0.5s ease;
}

.shop-section .swiper-button-next::after,
.video-section .swiper-button-next::after,
.testimonial-section .swiper-button-next::after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    color: rgba(0, 0, 0, 0.1);
    transition: 0.5s ease;
}

.shop-section .swiper-button-prev:hover::after,
.shop-section .swiper-button-next:hover::after,
.video-section .swiper-button-prev:hover::after,
.video-section .swiper-button-next:hover::after,
.testimonial-section .swiper-button-prev:hover::after,
.testimonial-section .swiper-button-next:hover::after {
    color: var(--black);
}

.shopCard figure {
    overflow: hidden;
}

.shopCard figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s;
}

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

.shopCard a {
    margin-top: 1rem;
    font-size: 1.75rem;
    color: var(--black);
    display: inline-block;
}

.shopCard p {
    font-size: 1.25rem;
    color: var(--black);
}

.shopCard p del {
    margin-right: 10px;
    color: #8b8b8b;
}

.themeBtn.btnborder {
    background-color: transparent;
    border: 2px solid var(--black);
    color: var(--black);
    padding: 8px 2.2rem;
}

.themeBtn.btnborder:hover {
    background-color: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}


/* !Shop Section */

.hero-section {
    background: url("../images/herobg.webp") fixed center center no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 18rem;
    margin-top: 10rem;
}

.hero-section .items {
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
}

.hero-section .leave {
    position: absolute;
    top: -6rem;
    left: -10rem;
}

.hero-section .figure {
    position: absolute;
    bottom: -1.25rem;
    left: -3rem;
}

.hero-section .icons {
    position: absolute;
    top: 0;
    right: -4.375rem;
}


/* Values Section */

.valueCard {
    border: 1px solid #d8d8d8;
    text-align: center;
    padding: 4.75rem;
    cursor: pointer;
    transition: 0.5s ease;
}

.valueCard h4 {
    margin-top: 2.625rem;
    font-size: 2.0625rem;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}

.valueCard:hover {
    background-color: #fcfafd;
    border-color: transparent;
}


/* !Values Section */


/* Video Section */

.video-section {
    padding: 3rem 0;
    position: relative;
}

.video-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background-color: #f7eefc;
    z-index: -1;
}

.videoBox {
    position: relative;
}

.videoBox figcaption {
    position: absolute;
    left: 3.75rem;
    bottom: 3.75rem;
}

.videoBox figcaption h2 {
    font-size: 3.125rem;
    color: var(--white);
    text-transform: uppercase;
}

.videoBox .btnplay {
    width: 7.875rem;
    height: 7.875rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.67);
    display: grid;
    place-items: center;
    font-size: 30px;
    color: #131313;
}


/* !Video Section */


/* Testimonial Section */

.testimonial-section {
    background-color: #fcfafd;
    padding-top: 4rem;
}

.testimonailCard {
    text-align: center;
    box-shadow: 0 0 49px 0 #e8e8e8;
    border-radius: 28px;
    margin: 2rem;
    margin-bottom: 4rem;
    background-color: var(--white);
    padding: 1.5rem 0 3.5rem 0;
}

.testimonailCard p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 1.75rem;
}

.testimonailCard h5 {
    font-size: 2rem;
    text-transform: uppercase;
}

.rating {
    display: flex;
    justify-content: center;
    font-size: 1.375rem;
    gap: 5px;
    color: #2d396b;
}

.testimonailCard .quoteleft {
    position: absolute;
    top: 0rem;
    left: -3rem;
}

.testimonailCard .quoteright {
    position: absolute;
    bottom: 5rem;
    right: 1rem;
}

.testimonial-section .swiper-pagination {
    bottom: 0;
}

.testimonial-section .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: #8e7f7f;
    opacity: 0.25;
    transition: 0.5s ease;
}

.testimonial-section .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2d396b;
    opacity: 1;
}


/* !Testimonial Section */


/* Contact Section */

.contact-section {
    background: url(../images/contact-bg-1-1.webp) center/cover;
    color: #fff;
}

.contact-section h3 {
    font-size: 2.5rem;
    margin: 0;
    color: inherit;
    text-transform: uppercase;
}

.contact-section p {
    color: #fff;
    margin-bottom: 1.5rem;
}

.contact-section .contact-info {
    margin: 0 0 2rem;
}

.contact-section .contact-info li {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 0.5rem;
}

.contact-section .contact-info li span {
    display: inline-block;
    width: 20%;
}

.contact-section .contact-info li :where(p,
    a) {
    margin: 0;
    font-weight: 500;
    color: inherit;
}

.contact-section .contact-info li a:hover {
    text-decoration: underline !important;
}

.contact-section .awards-list {
    display: flex;
    gap: 1rem;
}

.contact-section .form-group {
    margin: 0 0 1.5rem;
}

.contact-section .form-control {
    border-radius: 0;
    padding: 0 2rem;
}

.contact-section :not(textarea).form-control {
    height: 60px;
}

.contact-section textarea.form-control {
    padding: 1rem 2rem;
}

.contact-section .themeBtn {
    border: none;
}


/* !Contact Section */


/* Footer */

footer {
    padding-top: 4.25rem;
    background-color: #27135b;
}

.newsletter {
    margin-bottom: 6.25rem;
}

.newsletter h2 {
    font-size: 3.75rem;
    color: var(--white);
    text-transform: uppercase;
}

.newsletterBox {
    background-color: rgba(255, 255, 255, 0.38);
    border-radius: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 2rem;
    backdrop-filter: blur(20px);
}

.newsletterBox input {
    height: 80px;
    background-color: transparent;
    border: 0;
    width: 70%;
    outline: none;
    color: var(--white);
    font-size: 1.5rem;
}

.newsletterBox input::placeholder {
    color: var(--white);
}

.copyRight {
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    padding: 2rem 0;
    margin-top: 6.875rem;
}

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

ul.socialLinks {
    display: flex;
    justify-content: end;
    gap: 1rem;
}

ul.socialLinks li a {
    color: #27135b;
    background: #fff;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
}

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

.quickList h2 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.quickList ul li {
    margin-bottom: 5px;
}

.quickList ul li,
.quickList ul li a,
.quickList ul li span {
    font-size: 16px;
    color: #fff;
}

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


/* !Footer */

.contact span {
    display: flex;
    flex-direction: column;
}

a.footerLogo img {
    filter: brightness(0) invert(1);
}


/* Inner Pages Css Start */

.innerBanner {
    position: relative;
    height: 460px;
}

.innerBanner img:nth-of-type(2) {
    height: 100%;
    object-fit: cover;
}

.innerBanner .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerContent h1 {
    font-size: 3.75rem;
    text-transform: uppercase;
    margin: 0;
}

.innerContent {
    position: absolute;
    top: 50%;
    transform: translateY(18%);
    left: -6.5rem;
    border: 15px solid #fcfafd;
    background: rgb(252, 250, 253);
    background: linear-gradient(90deg, rgba(252, 250, 253, 1) 0%, rgba(253, 252, 254, 0.53) 60%, rgba(255, 255, 255, 0) 100%);
    padding: 2rem 7rem;
    z-index: 3;
    min-width: 600px;
}

.secondPara {
    padding-top: 4rem;
}

.aboutInner {
    padding: 6rem 0 2rem 0;
}

.abtVideos {
    padding-bottom: 6rem;
}

.serviceInner .servicesCard h4 {
    font-size: 3.125rem;
}

.serviceInner .servicesCard p {
    font-size: 1.375rem;
}

.serviceInner .row+.row {
    padding-top: 3rem;
}

.testimonialInner .testimonailCard {
    margin: 0;
    margin-bottom: 3rem;
}

.testimonialInner {
    padding-bottom: 4rem;
}

.mapSec {
    padding: 0;
}

.scheduleBan .innerContent {
    transform: translateY(-12%);
    padding: 1rem 7rem;
}

.scheduleText h2 {
    line-height: 1;
    margin: 0;
}

.scheduleText a {
    font-size: 6.8125rem;
    color: var(--black);
    line-height: 1.2;
}

.scheduleImgs {
    display: flex;
    align-items: end;
    justify-content: space-around;
    margin-top: -21rem;
}

.scheduleInner {
    padding-bottom: 0;
}

.faceWraps {
    position: relative;
    margin-bottom: 2rem;
}

.faceVideo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: grid;
    place-items: center;
    width: fit-content;
    margin: auto;
}

.heavenlyInner h2 {
    line-height: 1;
}

.heavenlyInner h3 {
    font-size: 3.75rem;
    color: var(--black);
    text-transform: uppercase;
}

.heavenlyInner p {
    font-size: 1.375rem;
}

.careLogo {
    width: 200px;
}


/* Inner Pages Css End */

.footerLogo img {
    max-width: 240px;
}

.addReview h2 {
    text-transform: uppercase;
}

.addReview textarea {
    width: 100%;
    border-radius: 10px;
    padding: 1rem 0 0 1rem;
    margin: 12px 0;
}

.addReview .themeBtn {
    border: unset;
}

.appointmentForm h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.appointmentForm input {
    height: 50px;
}

.appointmentForm .form-group {
    margin-bottom: 1.5rem;
}

.appointmentForm {
    padding-bottom: 2rem;
}

.work-section a figure img {
    height: 310px;
    width: 100%;
    object-fit: cover;
}

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

.abtLogo {
    width: 180px;
}

.aboutInner .row+.row {
    margin-top: 7rem;
}

.trimg_img {
    background: var(--primary);
    padding: 1rem;
    border-radius: 15px;
}