html {
    scroll-behavior: smooth
}

.domine-heading {
    font-family: domine !important
}

.p-montserrat {
    font-family: montserrat !important
}

p {
    font-family: domine
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: montserrat
}

.clip-path {
    clip-path: ellipse(100% 123% at 100% 50%);
    background: white
}

.clip-path-mobile {
    clip-path: ellipse(135% 100% at 90% 100%);
    background: white
}

#banner-slider .slide {
    position: absolute;
    transition: opacity 1s ease-in-out;
    opacity: 0
}

#banner-slider .opacity-100 {
    opacity: 1 !important;
    z-index: 10
}

@media (max-width:767px) {
    .mobile-banner-bg {
        background: linear-gradient(180deg, #F6F4F2 0%, #DEBE9D 100%)
    }

    .mobile-banner-content {
        text-align: center;
        padding: 2rem 1rem
    }

    .mobile-banner-image {
        max-width: 200px;
        height: auto;
        margin: 0 auto 2rem;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .1)
    }

    .swiper .creations-prev,
    .swiper .swiper-button-prev {
        left: 5%;
    }

    .swiper .creations-next,
    .swiper .swiper-button-next {
        right: 5%;
    }
}

@media (min-width:767px) and (max-width:1023px) {
    .clip-path {
        clip-path: ellipse(100% 67% at 100% 53%) !important
    }
}

@media (min-width:767px) and (max-width:1280px) {

    .swiper .swiper-nav-button.creations-prev,
    .swiper .swiper-button-prev {
        left: 16.5%
    }

    .swiper .swiper-nav-button.creations-next,
    .swiper .swiper-button-next {
        right: 16.5%
    }

}

@media (min-width:1280px) {

    .swiper .swiper-nav-button.creations-prev {
        left: 36.5%
    }

    .swiper .swiper-nav-button.creations-next {
        right: 36.5%
    }
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none !important;
    content: '' !important
}

.swiper-nav-button svg {
    height: 14px !important
}

.swiper .swiper-nav-button {
    position: absolute !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #ededed !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1) !important;
    font-size: 12px !important;
    color: black !important;
    cursor: pointer !important;
    padding: 4px !important
}

.swiper .swiper-button-prev {
    left: 46.5%
}

.swiper .swiper-button-next {
    right: 46.5%
}

.swiper-nav-button:hover {
    background-color: #f9f9f9 !important
}

.swiper-nav-button i {
    font-size: 18px
}

.swiper-slide {
    opacity: .8 !important;
    transition: all .4s ease !important
}

.swiper-slide-active {
    opacity: 1 !important;
    transition: all .4s ease !important
}

.swiper-slide img {
    height: 300px !important
}

.swiper-slide-active img {
    height: 350px !important
}

.swiper-slide-active .slide-text {
    opacity: 1 !important;
    height: auto !important
}

.swiper-nav-button:hover {
    background-color: #f5f5f5 !important
}

#carousel-prev,
#carousel-next {
    width: 50px !important;
    height: 50px !important
}