@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Cormorant", serif;
}

body {
    overflow-x: hidden;
}

/* navbar */
a {
    text-decoration: none !important;
}

.navbar-brand {
    font-weight: 600 !important;
    font-size: 30px !important;
    color: #d0936a !important;
}

.nav-link {
    font-family: "Montserrat", sans-serif !important;
    color: #363636 !important;
}

.navbar-nav .nav-link.active {
    color: #d0936a !important;
}

.navbar-toggler {
    border: 0px !important;
}

.navbar-toggler:focus {
    box-shadow: 0px 0px 0px #000 !important;
}

.navbar-toggler-icon {
    background-image: url('../images/menu-icon.png') !important;
    width: 30px !important;
    height: 30px !important;
}

/* service main */
.service-main {
    background: url("../images/our-services-title.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
}

.pricing-main {
    background: url('../images/pricing-plan-title-img.jpg') !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.service-main div h1 {
    font-size: 92px;
    font-weight: 500;
}

.service-main div p {
    font-size: 17px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    width: 500px;
    line-height: 1.7em;
}

.service-boxes {
    margin: 40px 0px;
}

.pricing-boxes {
    margin: 40px 0px;
}

.price-box {
    position: relative;
    padding-left: 48px !important;
}

.price-box p {
    font-family: "Montserrat", sans-serif !important;
    color: #868686;
    font-size: 14px;
}

.light-titles {
    color: #d0936a;
    font-size: 250px;
    white-space: nowrap;
    opacity: 0.2;
    overflow: hidden !important;
    font-family: "Cormorant", serif;
}

.pricing-boxes .number {
    font-size: clamp(190px, 210px, 220px);
    color: #d0936a;
    position: absolute;
    top: -130%;
    left: -30px;
    opacity: 0.2;
}

.pricing-boxes .bowl {
    top: 25%;
    left: 20%;
    width: 30%;
}

.pricing-boxes .leaf2 {
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px !important;
}

.pricing-boxes .leaf1 {
    top: 60%;
    right: 0%;
    z-index: -2;
    width: 100px !important;
}

.service-box {
    margin: 40px 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px !important;
}

.service-box h2 {
    font-size: 30px;
    font-weight: 500;
}

.service-box p {
    font-size: 15px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    line-height: 26px;
    text-align: center;
}

/* slider-css */
.service-slider {
    background: url("../images/about-us-parallax-img-1.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-slider {
    background: #Fff !important;
}

.pricing-slider .pricing-slider-main-content {
    color: #333 !important;
}

.pricing-slider .pricing-slider-name {
    color: #d0936a !important;
}

.pricing-slider .testimonial-count h4 {
    color: #d0936a !important;
}

.pricing-slider .slider-line {
    background: #d0936a !important;
}

.pricing-slider .slick-dots li button {
    border: 1px solid #d0936a !important;
}

.pricing-slider .slick-dots .slick-active button::before {
    color: #d0936a !important;
}

.testimonial-item {
    padding: 10px;
}

.testimonial-count {
    margin-top: 60px !important;
}

.slider-line {
    width: 2px;
    height: 90px;
    background-color: white;
}

.pricing-slider-div {
    position: relative;
    margin-top: 50px !important;
}

.pricing-slider-img {
    max-width: 100px;
    border: 2px solid #f5e9e3;
    margin-left: 80px;
    position: relative;
}

.pricing-slider-content {
    margin-top: 50px !important;
}

.pricing-slider-div::before {
    content: '’’';
    font-family: "Playfair Display", serif;
    position: absolute;
    left: 25px;
    top: -60px;
    display: inline-block;
    font-size: 130px;
    letter-spacing: -7px;
    color: #f7e9dd;
    height: 90px;
}

.pricing-slider-main-content {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: white;
}

.pricing-slider-name {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
    margin-top: 40px;
}

.slick-dots {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    position: static !important;
    margin-top: 10px !important;
}

.slick-dots li>button {
    border: .5px solid white !important;
    border-radius: 50% !important;
    padding: 0px !important;
}

.slick-dots li button::before {
    color: transparent !important;
}

.slick-dots .slick-active button::before {
    color: white !important;
}

.testimonial-count h4 {
    color: white;
    font-size: 60px;
}

/* background */
.bg-services {
    background-image: url("../images/our-services-background\ \(1\).png");
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Courses Accordian*/
.service-courses-section {
    margin: 80px 0px !important;
}

.course-desc-head {
    font-size: 60px;
    font-weight: 500;
    color: #d0936a;
}

.makeup-items {
    margin-top: 50px;
}

.accordion-item {
    border: 0 !important;
}

.accordion-button {
    font-size: 22px !important;
}

.accordion-button:not(.collapsed) {
    background-color: white !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: black !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus-solid.svg") !important;
    background-size: 10px !important;
    transform: none !important;
    display: inline-block;
}

.accordion-button::after {
    margin-top: 8px;
    background-image: url("../images/plus-solid.svg") !important;
    background-size: 10px !important;
    transform: none !important;
    display: inline;
}

.accordion-button:hover::after {
    background-image: url("../images/minus-solid.svg") !important;
}

.accordion-body>p {
    font-family: "Montserrat", sans-serif !important;
}

.accordion-body {
    padding-inline: 0 !important;
    font-size: 18px !important;
}

.accordion-button {
    padding-inline: 0 !important;
}

.accordion-header-1 {
    border-top: 1px solid lightgray;
}

.accordion-header {
    color: black;
    border-bottom: 1px solid lightgray;
}

.frame {
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
    transition: transform 1s ease;
}

.course-img {
    transition: transform 1s ease;
}

.frame:hover .course-img {
    transform: scale(103%);
    transition: transform 1s ease;
}

/* Appointment */
.appointment-head-text h2 {
    font-size: 60px;
    font-weight: 500;
    color: #d0936a;
}

.appointment-head-text p {
    font-size: 17px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    width: 500px;
    line-height: 1.7em;
}

.appointment-form {
    display: flex;
    flex-direction: column;
    gap: 20px !important;
    margin-block: auto !important;
}

.appointment-form input,
.appointment-form select {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #868686;
    padding: 0px 10px;
    height: 44px;
    border: 1px solid #ecc5ab;
    outline: none;
    transition: border-color .2s ease-in-out;
}

.appointment-form-btn {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 300;
    height: 50px;
    color: white;
    width: 200px;
    background-color: #d0936a;
    border: 1px solid #d0936a;
    transition: color .4s ease-in-out, background-color .4s ease-in-out, border-color .4s ease-in-out;
}

.appointment-form-btn:hover {
    transition: color .4s ease-in-out, background-color .4s ease-in-out, border-color .4s ease-in-out;
    background-color: transparent;
    color: #d0936a;
}

.appointment-form input:focus {
    border: 1px solid black;
}


/* Counter */
.service-counter {
    padding-block: 150px !important;
}

.counter {
    position: relative;
    margin: 60px 0px !important;
}

.counter h3 {
    font-size: 30px;
    font-weight: 500;
    text-align: center !important;
    z-index: 20;
    position: relative;
}

.counter-relative-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    color: #faf3ed;
    font-size: 195px;
    z-index: 10;
}

/* --------------Pricing-------------- */
#pricing {
    padding-top: 1rem !important;
    background: #faf3ed;
    padding-bottom: 5rem;
}

#pricing .price-heading {
    font-size: clamp(30px, 50px, 60px);
    color: #d0936a;
}

#pricing .price-desc {
    color: #8f8f8f;
    font-family: "Montserrat",sans-serif;
}
.pb-10-c{
    padding-bottom: 10rem !important;
}
#price-cards{
    transform: translateY(-100px);
}
.price-card{
    background-color: #fff;
    box-shadow: 2px 2px 20px 0 rgba(208,147,106,.17);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.price-card > h3{
    color: black;
    font-size: clamp(35px, 45px ,55px);
}
.price-card .d-flex h3{
    font-size: 50px;
    margin-bottom: 0px !important;
}
.price-card .d-flex span{
    font-size: 25px;
    transform: translateY(-10px);
}
.price-card > p{
    color: #868686;
    font-size: 16px;
    font-family: "Montserrat",sans-serif;
}
.price-card a{
    text-decoration: none;
    margin-top: 3rem;
    color: #d0936a;
    letter-spacing: 5px;
    font-size: 15px;
    font-family: "Montserrat",sans-serif;
}
.active-price{
    position: relative;
}
.active-price::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    border: 0.5px solid #d0936a;
    z-index: -2;
}
.price-card:hover{
    box-shadow: 2px 4px 15px 0 rgba(208,147,106,.37);
}

/* Footer */

/* -------------Footer------------- */
.title-footer {
    color: #d0936a;
    font-family: "Cormorant", serif;
    font-size: clamp(30px, 40px, 50px);
}

.custom-textbox {
    border: 1px solid #d0936a;
    padding: 10px;
    gap: 5px;
}

.custom-textbox input {
    border: 0px;
    border-right: 2px solid #d0936a;
    width: 100%;
    outline: none;
}

.custom-textbox i {
    color: #d0936a;
}

.footer-link i {
    color: #d0936a;
    font-size: 25px;
}

.footer-link span {
    color: #8f8f8f;
}

.font-c {
    font-family: "Cormorant", serif;
}

#footer {
    background-color: #faf3ed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

#footer h3 {
    font-size: clamp(40px, 50px, 60px);
    color: #d0936a;
}

.social a {
    font-size: 20px;
    color: #d0936a;
}

#footer .custom-textbox {
    background-color: #fff;
}

#footer .custom-textbox input{
    font-family: "Montserrat", sans-serif;
}


#footer .border {
    border: 0.5px solid #d0936a !important;
}

#footer .footer-menu a {
    color: #363636;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

#footer .contact p{
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width:992px) {
    .appointment-form {
        margin-top: 30px !important;
    }

    #sub-footer .row {
        gap: 15px;
    }
}

@media screen and (max-width:768px) {
    .service-main div h1 {
        font-size: 50px;
    }

    .slick-dots {
        flex-direction: row !important;
        margin-top: -50px !important;
    }

    .testimonial-count h4 {
        display: none !important;
    }

    .slider-line {
        display: none !important;
    }

    .pricing-slider-name {
        margin-top: 20px;
    }

    .pricing-slider-div {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .pricing-slider-img {
        margin-left: 10px !important;
    }

    .testimonial-count {
        margin-top: 0px !important;
    }

    .testimonial-item {
        text-align: center !important;
    }

    .course-desc-head {
        font-size: 40px;
    }

    .appointment-head-text h2 {
        font-size: 45px;
    }

    #footer .contact {
        flex-direction: column;
    }

    #footer .contact p {
        text-align: center;
    }

    #footer .footer-menu {
        gap: 10px;
        flex-wrap: wrap !important;
    }

    .light-titles {
        display: none !important;
    }

    .pricing-boxes .row {
        margin-top: 10rem;
        padding-top: 10rem;
    }

    .pricing-boxes .number {
        font-size: clamp(60px, 80px, 100px) !important;
        top: 50% !important;
        transform: translateY(-50%);
        left: 5px !important;
    }

    .bowl {
        top: -100px !important;
        width: 80% !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    #price-cards .row{
        gap: 20px;
    }
    #price-cards .row .col-sm-10{
        padding: 0px 20px !important;
    }

    #pricing .price-desc{
        width: 80% !important;
    }

    #footer .social {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 576px) {

    #footer .w-50 {
        width: 100% !important;
    }

    .pricing-boxes .number {
        font-size: clamp(60px, 80px, 100px) !important;
        top: -65% !important;
        transform: translateY(0%);
        left: 5px !important;
    }

    .price-box {
        margin-bottom: 2rem;
    }

    #pricing .price-desc{
        width: 100% !important;
    }
}

@media screen and (max-width:540px) {
    .service-main div p {
        width: auto;
    }

    .appointment-head-text p {
        width: auto;
    }
}