@import url(../styles/global.css);
@import url(../styles/header.css);

.main-slider img {
    border-radius: 10px;
}

.main-slider picture {
    display: block;
    height: 100%;
}

    .main-slider picture img {
        height: 100%;
    }

.main-slider .owl-prev, .main-slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-slider .owl-prev {
    right: 14px;
}

.main-slider .owl-next {
    left: 14px;
}

.banner-col {
    padding-right: 0 !important;
    cursor: pointer;
}

.rezerve-btn {
    position: absolute;
    bottom: 30px;
    background-color: #fff;
    font-size: 16px;
    color: #30373D;
    font-weight: 700;
    padding: 5px 9px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: -3px 3px 0 0 #F9D423;
}

    .rezerve-btn svg {
        margin-left: 3px;
    }

.banner-col__img {
    border-radius: 10px;
}

.banner__buttons {
    bottom: 30%;
    right: 10%;
}

.double-btn {
    border-radius: 50px;
    min-width: 120px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #605F5F;
    padding: 14px 10px;
    transition: all 0.3s;
    margin: 5px;
}

.double-btn--yellow {
    background-color: var(--color-primary);
    box-shadow: -3px 3px 0 #fff;
}

.double-btn--white {
    background-color: #fff;
    box-shadow: -3px 3px 0 var(--color-primary);
}

.double-btn:hover {
    box-shadow: none;
}

.section__title {
    padding: 48px 0;
    text-align: center;
    color: #605F5F;
    font-size: 2.5rem;
    font-family: Nimkat,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
}

.category {
    border: 1px solid #EEE;
    background: #FFF;
    padding: 40px;
    height: 100%;
}

    .category:hover {
        background-color: var(--color-primary);
    }

        .category:hover img {
            filter: brightness(200%);
        }

.category__title {
    color: #00152A;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.1px;
}

.category:hover .category__title {
    color: #fff;
}

.owl-stage {
    display: flex;
}

.owl-stage-outer {
    overflow-x: clip;
}

.category-slider .owl-prev, .category-slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.category-slider .owl-prev {
    right: -40px;
}

.category-slider .owl-next {
    left: -40px;
}

.arrow {
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-primary);
    background-color: #fff;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.category:hover .arrow {
    opacity: 1;
    visibility: visible;
    bottom: -30px;
}

.main-btn {
    min-width: 135px;
    padding: 14px 10px;
    border-radius: 35px;
    background: #FFCB05;
    color: #30373D;
    font-size: 0.937rem;
    letter-spacing: -0.75px;
    display: table;
    text-align: center;
    transition: all 0.3s;
}

    .main-btn:hover {
        box-shadow: -4px 4px 0 #f7e9b1;
    }

.product {
    padding: 16px 16px 30px 16px;
}

.product__img {
    overflow: hidden;
}

    .product__img::before {
        content: " ";
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, #F9D423 100%);
        position: absolute;
        bottom: -100%;
        left: 0;
        transition: all 0.3s;
    }

.product:hover .product__img:before {
    bottom: 0;
}

.product__title {
    color: #605F5F;
    font-size: 1.375rem;
    font-weight: 400;
}

.product-slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

/* ------------------------------------------------------- order section  */
.order-step {
    border: 0.5px solid #FFCB05;
    background: #FFF;
    padding: 30px 20px;
    height: 100%;
}

.order-step__title {
    color: #939393;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.48px;
}

.order-step__img {
    height: 70px;
}

.small-blog article:first-child {
    margin-bottom: 16px;
}

@media only screen and (max-width:1200px) {
    .category-slider {
        padding: 0 16px;
    }

        .category-slider .owl-prev {
            right: -15px;
        }

        .category-slider .owl-next {
            left: -15px;
        }

    .rezerve-btn {
        font-size: 13px;
    }

        .rezerve-btn svg {
            max-width: 24px;
        }
}

@media only screen and (max-width:900px) {
    .rezerve-btn {
        font-size: 12px;
        white-space: normal;
        width: 90%;
    }

        .rezerve-btn svg {
            max-width: 22px;
        }
}

@media only screen and (max-width:768px) {
    .section__title {
        font-size: 2rem;
    }

    .product__title {
        font-size: 1rem;
    }

    .product {
        padding: 6px 6px 12px 6px;
    }

    .banner-col__img {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .rezerve-btn {
        position: fixed;
        left: 10px;
        width: 61px;
        bottom: 20px;
        flex-direction: column;
        transform: none;
        z-index: 1000;
        /* box-shadow: 0 0 10px; */
        box-shadow: none;
        border: 1px solid var(--color-primary);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }
}

@media only screen and (width:768px) {
    .banner-col__img {
        display: block;
    }
}

@media only screen and (max-width:576px) {
    .double-btn {
        font-size: 0.75rem;
    }

    .banner__buttons {
        bottom: 16%;
        right: 4%;
        flex-direction: column;
    }

    .section__title {
        font-size: 1.5rem;
        padding: 30px 0 25px;
    }

    .category__title {
        font-size: 1rem;
    }

    .category {
        padding: 20px 15px;
    }

    .main-btn {
        font-size: 0.875rem;
        min-width: 120px;
    }

    .order-steps__section .col-lg-20:nth-child(even) {
        padding-right: 5px;
    }

    .order-steps__section .col-lg-20:nth-child(odd) {
        padding-left: 5px;
    }

    .order-step {
        padding: 10px;
    }
}
.main-slider, .main-slider .owl-stage-outer, .main-slider .owl-stage {
    height: 100%;
}
.banner-section .main-slider {
    height: 100%;
}

.banner-section .owl-stage-outer {
    overflow-x: hidden;
    height: 100%;
    overflow-y: hidden;
}

.banner-section .owl-stage {
    height: 100%;
}

.main-slider picture {
    border-radius: 10px;
}