@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: "Montserrat", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.navbar-brand {
    font-family: "Cormorant", serif !important;
    font-weight: 600;
    font-size: 30px;
    color: #d0936a;
}

.nav-link {
    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;
}

#hero {
    height: calc(100vh - 103px) !important;
    position: relative;
    overflow: initial !important;
}

#hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #d0936a;
    z-index: 100;
    left: 0;
    bottom: 27px;
}

.hero-title {
    font-family: "Cormorant", serif !important;
    font-weight: 400;
    font-size: clamp(40px, 50px, 60px);
    text-align: center;
    color: #d0936a;
}

.hero-desc {
    color: #8f8f8f;
    padding: 0px 25px;
    text-align: center;
}

.custom-button {
    background: none;
    color: #d0936a;
    font-family: "Cormorant", serif;
    font-size: 18px;
    letter-spacing: 2px;
    width: 200px !important;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    position: relative;
    border: 1px solid #d0936a;
    border-bottom: 1.5px solid #d0936a !important;
    border-right: 1.5px solid #d0936a !important;
    z-index: 200000;
    overflow-x: initial !important;
}

.custom-button::before {
    content: "";
    position: absolute;
    height: 2px;
    top: -2px;
    left: auto;
    right: 0px;
    transform: translateX(-20px);
    background-color: #fff;
    width: 40px;
    z-index: 100;
    transition: transform 0.3s ease;
}

.custom-button::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0px;
    transform: translateX(20px);
    background-color: #fff;
    width: 40px;
    z-index: 100;
    transition: transform 0.3s ease;
}

.custom-button:hover::before {
    transform: translateX(-150px);
    transition: transform 0.3s ease;
}

.custom-button:hover::after {
    transform: translateX(150px);
    transition: transform 0.3s ease;
}

.custom-button:hover {
    color: #b5794d;
    /* Darken the color on hover if desired */
}

.w-15 {
    width: 15%;
}

.w-5 {
    width: 5%;
}

/* --------------Slider------------ */
#prop {
    background: url('../images/makeup-home-background-image-1b.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery-slider,
.gallery-slider-2 {
    position: relative;
    z-index: 2000;
    overflow: initial;
}

.gallery-slider::before,
.gallery-slider-2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #d0936a;
    transform: translate(10px, -10px);
    transition: transform 0.3s ease;
}

.gallery-slider:hover::before,
.gallery-slider-2:hover::before {
    transform: translate(15px, -15px);
    transition: transform 0.1s ease;
}

.custom-dots {
    display: flex;
    margin-top: 1rem;
    justify-content: end;
    gap: 15px;
}

.center-dots{
    margin-top: 5rem;
    justify-content: center !important;
}
.custom-dots input {
    appearance: none;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 0.5px solid #d0936a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-dots li {
    overflow: clip !important;
}

.custom-dots input[type="radio"]::before,
.custom-dots input[type="radio"]::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #d0936a;
}

.slick-active input::before {
    transform: scale(1) !important;
}

.short-title .line {
    width: 60px;
    height: 0.7px;
    background-color: #d0936a;
}

.short-title p {
    text-transform: uppercase;
    color: #8f8f8f;
}

.title {
    color: #d0936a;
    font-size: clamp(40px, 50px, 60px);
    font-family: "Cormorant", serif;
}

.grey {
    color: #8f8f8f;
}

.light-titles {
    color: #d0936a;
    font-size: 18vw;
    white-space: nowrap;
    opacity: 0.5;
    font-family: "Cormorant", serif;
}

/* ----------Packages------------- */
#prop-2 {
    transform: translateY(-50px);
}

.package h4 {
    font-size: 20px;
    font-family: "Cormorant", serif;
}

.package .price {
    color: #d0936a;
}

.package .price h4 {
    font-size: 30px;
}

.border-line {
    border: 1px dashed #d0936a;
    flex-grow: 1;
}

/* -------------Portfolio------------ */
.portfolio-item {
    position: relative;
}

.portfolio-item .overlay {
    position: absolute;
    width: calc(100% - 12px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 12px;
    background-color: rgba(255, 255, 255, .7);
    border: 1px solid #d0936a;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}

.portfolio-item .overlay p {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.portfolio-item .overlay h4 {
    font-family: "Cormorant", serif;
}

/* --------------------Clients--------------- */
.clients-slider .slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------------Testimonial------------- */
#testimonials {
    background: url('../images/makeup-home-background-image-2.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#testimonials>h3 {
    color: #d0936a;
    font-family: "Cormorant", serif;
    font-size: clamp(40px, 50px, 60px);
}

.t-card {
    box-shadow: 1px 2px 6px #f2f2f2;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
}
.t-card .quote{
    position: absolute;
    width: 50px;
    left: 15%;
    top: 30px;
}

.t-card p {
    color: #8f8f8f;
}

.t-card h4 {
    font-size: 14px;
    font-weight: 400;
    color: #d0936a;
}

/* -------------Faq------------ */
.course-desc-head {
    font-size: clamp(40px, 50px, 60px);
    font-weight: 500;
    color: #d0936a;
    overflow: hidden;
}

.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)::after {
    background-image: url("../images/minus-solid.svg") !important;
    /* content: "-" !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-button:not(.collapsed) {
    color: black !important;
}

.accordion-body {
    padding-inline: 0 !important;
    font-size: 18px !important;
}

/* .accordian,
.accordion-item,
.accordian-header, */
.accordion-button {
    padding-inline: 0 !important;
}

.accordion-header-1 {
    border-top: 1px solid lightgray;
}

.accordion-header {
    border-bottom: 1px solid lightgray;
}

@media screen and (max-width:768px) {
    .course-desc-head {
        font-size: 40px;
    }
}

/* -------------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;
}

#footer h3 {
    font-size: clamp(40px, 50px, 60px);
    color: #d0936a;
}

.social a {
    font-size: 20px;
    color: #d0936a;
}

#footer .custom-textbox {
    background-color: #fff;
}

#footer .border {
    border: 0.5px solid #d0936a !important;
}

#footer .footer-menu a {
    color: #363636;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 14px;
}

#scrollToTop{
    width: 40px;
    height: 40px;
    border: 1px solid #d0936a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 400000;
}
#scrollToTop i{
    color: #d0936a;
    font-size: 25px;
}

@media screen and (max-width: 992px) {
    nav {
        border-bottom: 1px solid #d0936a;
    }

    #hero {
        overflow: hidden !important;
    }

    #prop {
        background-position: initial !important;
    }

    .px-0-c {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    #sub-footer .row {
        gap: 15px;
    }
}

@media screen and (max-width: 768px) {

    .from-left,
    .from-top,
    .from-right {
        display: none !important;
    }

    .mob-top {
        display: block !important;
        top: -5% !important;
        left: 10% !important;
        width: 100px !important;
    }

    .mob-bot {
        display: block !important;
        right: 10% !important;
        width: 55px !important;
        bottom: -5% !important;
    }

    #hero {
        width: 80%;
        height: initial !important;
        padding: 3rem 0px !important;
        overflow: initial !important;
        margin-top: 2rem !important;
        /* min-height: 100vh !important; */
    }

    #hero::after {
        bottom: 0px !important;
    }

    #hero .col-lg-5 {
        width: 100%;
    }
    .light-titles{
        font-size: 145px !important;
        opacity: 0.2 !important;
    }
    #prop-2{
        transform: translateY(-80px) !important;
    }
    .package .border-line {
        display: none;
    }

    .package {
        flex-direction: column;
    }

    .service-text .title {
        text-align: center;
    }

    #footer .contact {
        flex-direction: column;
    }

    #footer .contact p {
        text-align: center;
    }

    #footer .footer-menu {
        gap: 10px;
        flex-wrap: wrap !important;
    }
    #footer .social{
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
    #footer .social a{
        font-size: 25px;
    }
}

@media screen and (max-width: 600px) {
    #hero {
        width: 80% !important;
    }
}

@media screen and (max-width: 576px) {
    #portfolio .pe-0 {
        padding-right: 12px !important;
        margin-bottom: 10px;
    }

    #footer .w-50 {
        width: 100% !important;
    }
}