/*--------------------imports--------------------*/
@import url(../global/global.css?ver=1.01);
@import url(../layout/header.css);

/*--------------------banners-section--------------------*/
.banners {
    margin-top: -66px;
}

.small-banner {
    display: flex;
    margin-bottom: 12px;
}

.small-banner img {
    border-radius: 20px;
}

/*--------------------category-section--------------------*/
.category-section {
    margin-bottom: 42px;
}

/*--------------------full-section--------------------*/
.section-title {
    font-weight: 800;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}

.section-title.gray {
    color: #909090;
    font-size: 40px;
    font-weight: 900;
}

.section-link {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    gap: 3px;
}

/*--------------------product-sliders--------------------*/
.product__img {
    margin-bottom: 12px;
}

.product__img img {
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.product__title {
    font-weight: 600;
    line-height: 24px;
}

/*--------------------overlay-product--------------------*/
.overlay-product {
    border-radius: 20px;
    overflow: hidden;
    min-height: 150px;
    justify-content: center;
}

.overlay-product::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F7B84E 100%);
}

.overlay-product__title {
    position: absolute;
    bottom: 18px;
    line-height: 24px;
    padding: 0 16px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

/*--------------------full-banner--------------------*/
.full-banner img {
    border-radius: 30px;
    box-shadow: 0 2px 90px -30px #2E405E;
    min-height: 150px;
}

/*--------------------order-steps--------------------*/
.order-step {
    border: 2px solid #909090;
    width: 200px;
    border-radius: 30px;
    font-weight: 700;
    color: var(--primary-color);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-step img {
    max-width: 150px;
}

.order-step p {
    margin-bottom: 10px;
}

/*--------------------media-queries--------------------*/
@media only screen and (max-width: 1400px) {
    .access-link__text {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1300px) {
    .access-link__text {
        font-size: 22px;
    }

    .official-section .section-title {
        font-size: 27px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 1200px) {
    .banners {
        margin-top: 0 !important;
    }

    .access-link {
        font-size: 14px;
    }

    .order-step {
        width: 170px;
    }

    .order-step img {
        max-width: 120px;
    }
}

@media only screen and (max-width: 992px) {
    .access-link-section .container > .d-flex {
        flex-direction: column;
        gap: 16px;
        line-height: 28px;
        text-align: center;
    }

    .section-header {
        flex-wrap: wrap;
        column-gap: 10px;
    }

    .official-section .section-title {
        font-size: 24px;
    }

    .official-section .col-lg-4 {
        margin-bottom: 16px;
    }

    .orders {
        gap: 16px;
        justify-content: center !important;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    .banners a {
        margin-bottom: 16px;
    }

    .banners .col-6:nth-child(even) {
        padding-right: 8px !important;
    }

    .banners .col-6:nth-child(odd) {
        padding-left: 8px !important;
    }

    .section-title {
        font-size: 24px;
        line-height: 30px;
    }

    .section-link {
        font-size: 15px;
    }

    .product__title {
        font-size: 14px;
    }

    .order-step {
        width: 140px;
    }

    .order-step img {
        max-width: 95px;
    }
}

@media only screen and (max-width: 576px) {
    .access-link__text {
        font-size: 16px;
    }

    .access-link svg {
        max-width: 24px;
    }

    .access-link {
        padding: 5px 12px;
    }

    .section-title,
    .official-section .section-title {
        font-size: 16px;
        line-height: 26px;
    }

    .section-link {
        font-size: 14px;
    }

    .section-link svg {
        width: 18px;
    }

    .section-header {
        margin-bottom: 16px !important;
    }

    .white-btn {
        padding: 10px 16px;
    }

    .full-banner img {
        border-radius: 20px;
    }

    .order-step p {
        font-size: 14px;
    }

    .section-title.gray {
        font-size: 24px;
    }
}

/*--------------------slider-styles--------------------*/
.hero-banner img {
    border-radius: 20px;
    height: 100%;
    max-height: 400px;
}

@media (min-width: 1200px) {
    .hero-banner img {
        max-height: 465px;
    }
}

.hero-banner .swiper-button-next, .hero-banner .swiper-rtl .swiper-button-prev {
    right: 20px;
}

.hero-banner .swiper-button-prev, .hero-banner .swiper-rtl .swiper-button-next {
    left: 20px;
}

@media (max-width: 576px) {
    .hero-banner .swiper-button-next, .hero-banner .swiper-rtl .swiper-button-prev {
        right: 15px;
    }

    .hero-banner .swiper-button-prev, .hero-banner .swiper-rtl .swiper-button-next {
        left: 15px;
    }

}

.hero-banner .swiper-button-next:after, .hero-banner .swiper-button-prev:after {
    content: '' !important;
}

.hero-banner .swiper-pagination-bullet-active {
    background-color: white;
}

/*--------------------new-products-sections-start--------------------*/
.new-products-section {
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.new-products-section .section-link {
    transition: 0.3s all;
}

.new-products-section .section-link:hover {
    color: #F7B84E !important;
}

.new-products-section .section-link:hover svg path {
    fill: #F7B84E;
}

.new-products-section .product-card {
    border-radius: 20px;
    transition: 0.3s all;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-products-section .product-card img {
    border-radius: 15px;
    width: 100%;
    transition: 0.2s all ease-in-out;
}

.new-products-section .product-card .title-box {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s all;
}

.new-products-section .product-card:hover .title-box {
    scale: 1.02;
}

.new-products-section .swiper {
    width: calc(100% - 50px);
}

.new-products-section .swiper-button-next {
    right: 0;
    top: calc(50% - 22px);
}

.new-products-section .swiper-button-prev {
    left: 0;
    top: calc(50% - 22px);
}

/*--------------------new-products-sections-light--------------------*/
.new-products-section.light {
    background-color: #F2F2F2;
}

.new-products-section.light .section-title,
.new-products-section.light .section-link {
    color: var(--primary-color);
}

.new-products-section.light .product-card .title-box {
    color: var(--primary-color);
}

/*--------------------brands-section--------------------*/
.brands .section-title {
    color: #909090;
}

.brands .brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.2s;
    width: 100%;
    height: 100%;
}

.brands .brand-card img {
    width: 100%;
    height: 100%;
    max-height: 110px;
    border-radius: 0;
}

.brands .swiperBrands {
    width: calc(100% - 80px);
}

.brands .swiper-pagination {
    bottom: -35px;
}
