/* #### Generated By: http://font.download #### */
/* font */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro"),
        url("../font/source-sans-pro/SourceSansPro-Regular.woff") format("woff");
}

@font-face {
    font-family: "Source Sans Pro Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro Italic"),
        url("../font/source-sans-pro/SourceSansPro-It.woff") format("woff");
}

@font-face {
    font-family: "Source Sans Pro ExtraLight";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro ExtraLight"),
        url("../font/source-sans-pro/SourceSansPro-ExtraLight.woff")
            format("woff");
}

@font-face {
    font-family: "Source Sans Pro ExtraLight Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro ExtraLight Italic"),
        url("../font/source-sans-pro/SourceSansPro-ExtraLightIt.woff")
            format("woff");
}

@font-face {
    font-family: "Source Sans Pro Light";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro Light"),
        url("../font/source-sans-pro/SourceSansPro-Light.woff") format("woff");
}

@font-face {
    font-family: "Source Sans Pro Light Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro Light Italic"),
        url("../font/source-sans-pro/SourceSansPro-LightIt.woff") format("woff");
}

@font-face {
    font-family: "Source Sans Pro Semibold";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro Semibold"),
        url("../font/source-sans-pro/SourceSansPro-Semibold.woff")
            format("woff");
}

@font-face {
    font-family: "Source Sans Pro Semibold Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro Semibold Italic"),
        url("../font/source-sans-pro/SourceSansPro-SemiboldIt.woff")
            format("woff");
}

@font-face {
    font-family: "Source Sans Pro Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro Bold"),
        url("../font/source-sans-pro/SourceSansPro-Bold.woff") format("woff");
}

@font-face {
    font-family: "Source Sans Pro Bold Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro Bold Italic"),
        url("../font/source-sans-pro/SourceSansPro-BoldIt.woff") format("woff");
}

@font-face {
    font-family: "Source Sans Pro Black";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro Black"),
        url("../font/source-sans-pro/SourceSansPro-Black.woff") format("woff");
}

@font-face {
    font-family: "Source Sans Pro Black Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro Black Italic"),
        url("../font/source-sans-pro/SourceSansPro-BlackIt.woff") format("woff");
}

/* style */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: none;
}

.cover-hero {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.cover-hero::before {
    --size: 45px;
    --line: color-mix(in lch, canvasText, transparent 85%);
    content: "";
    height: 100vh;
    width: 100vw;
    position: absolute;
    background: linear-gradient(
                90deg,
                var(--line) 1px,
                transparent 1px var(--size)
            )
            50% 50% / var(--size) var(--size),
        linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50% /
            var(--size) var(--size);
    mask: linear-gradient(-20deg, transparent 50%, white);
    top: 0;
    transform-style: flat;
    pointer-events: none;
    z-index: -1;
}

.percent-7x {
    padding: 0 16% !important;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.custom-owl-nav {
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 40px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 40px;
}

.owl-carousel .item {
    padding: 15px;
    margin: auto;
    width: 100%;
}

.owl-dots {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    justify-content: center;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #cfccff;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.owl-dot.active {
    background-color: #635bff;
}

.favorite-carousel {
    overflow: hidden;
    width: 100%;
}

.favorite-carousel .owl-stage-outer {
    overflow: hidden;
}

.favorite-carousel .owl-stage {
    display: flex;
}

.favorite-carousel .owl-item {
    flex: 0 0 auto;
    width: auto;
}

.favorite-carousel .owl-nav {
    position: absolute;
    top: 64px;
    left: 250px;
    gap: 25px;
    width: 100%;
    display: flex;
    transform: translateY(-50%);
}

.favorite-carousel .owl-nav button {
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .owl-carousel .owl-nav {
        padding-left: 10px;
        padding-right: 40px;
    }

    .favorite-carousel .owl-nav {
        position: static;
        justify-content: center;
        margin-top: 50px;
    }

    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 0;
    }

    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 70px;
    }

    .percent-7x {
        padding: 0 16px !important;
    }
}

@media (min-width: 768px) {
    .desktop-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
}
@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}
