@import url(../styles/global.css);
@import url(../styles/header.css);

.main-slider {
    position: relative;
}

    .main-slider .owl-next, .main-slider .owl-prev {
        display: none;
    }

    .main-slider .owl-dots {
        display: flex;
        justify-content: center;
        padding: 5px 0;
        position: absolute;
        top: 100%;
        width: 100%;
    }

        .main-slider .owl-dots .owl-dot {
            width: 8px;
            height: 8px;
            background-color: #9f9f9f;
            border-radius: 50%;
            margin: 0 2px;
        }

            .main-slider .owl-dots .owl-dot.active {
                background-color: var(--color-primary);
                width: 16px;
                border-radius: 4px;
            }

.small-banner img {
    border-radius: 20px;
}

.banners {
    margin-top: -66px;
}

.small-banner {
    display: flex;
    margin-bottom: 6px;
}

.category-section {
    margin-bottom: 42px;
}

.access-link-section {
    padding: 18px 0;
    background-color: #ffffff;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 40px;
}

.access-link__text {
    font-family: "dinartwo";
    color: #7B7D7E;
    font-size: 28px;
}

    .access-link__text strong {
        font-size: 25px;
    }

.access-link {
    /*    background: linear-gradient(to right,#FF6B00,#FFB800);
*/ padding: 16px 20px;
    border-radius: 15px;
    color: #fff;
    font-weight: 800;
    gap: 10px;
    font-size: 22px;
}

.full-section {
    background-color: var(--color-primary);
    padding: 25px 0 30px;
}

.section-title {
    font-size: 30px;
}

.section-title {
    font-weight: 800;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}

.section-link {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    gap: 3px;
}

.products, .official-slider, .customers-slider {
    padding-right: 30px;
    padding-left: 30px;
}

.product__img {
    margin-bottom: 12px;
}

    .product__img img {
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    }

.products .owl-next, .products .owl-prev, .official-slider .owl-next, .official-slider .owl-prev, .customers-slider .owl-next, .customers-slider .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.products .owl-next, .products .owl-prev {
    top: 43%
}

    .products .owl-next svg, .products .owl-prev svg, .official-slider .owl-next svg, .official-slider .owl-prev svg {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 100%;
    }

.products .owl-next, .official-slider .owl-next, .customers-slider .owl-next {
    left: -10px;
}

.products .owl-prev, .official-slider .owl-prev, .customers-slider .owl-prev {
    right: -10px;
}

.product__title {
    font-weight: 600;
    line-height: 24px;
}

/* -------------------------------- Official */
.Official .section-title {
    font-size: 35px;
}

.section-subtitle {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.white-btn {
    background-color: #fff;
    border-radius: 50px;
    color: var(--color-primary);
    padding: 14px 30px;
    display: table;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s;
}

    .white-btn:hover {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
        transform: translateY(-3px);
    }

    .white-btn svg {
        vertical-align: middle;
    }

.overlay-product {
    border-radius: 20px;
    overflow: hidden;
    min-height: 150px;
}

    .overlay-product::before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: block;
        background: linear-gradient(to bottom, rgba(255,255,255,0),#4D1A56);
    }

.overlay-product__title {
    position: absolute;
    bottom: 18px;
    line-height: 24px;
    padding: 0 16px;
}

.full-banner img {
    border-radius: 30px;
    box-shadow: 0 2px 90px -30px #2E405E;
}

.order-step {
    border: 2px solid #909090;
    width: 200px;
    border-radius: 30px;
    font-weight: 700;
    color: var(--color-primary);
    background-color: #fff;
}

    .order-step img {
        max-width: 150px;
    }

.section-title.gray {
    color: #909090;
    font-size: 40px;
    font-weight: 900;
}

@media only screen and (max-width:1400px) {
    .access-link__text {
        font-size: 26px;
    }

    .access-link {
        font-size: 20px;
        padding: 12px;
    }
}

@media only screen and (max-width:1300px) {
    .access-link__text {
        font-size: 22px;
    }

    .access-link {
        font-size: 16px;
    }

    .Official .section-title {
        font-size: 27px;
        line-height: 35px;
    }
}

@media only screen and (max-width:1200px) {
    .banners {
        margin-top: 20px !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-title {
        font-size: 24px;
    }

    .Official .col-lg-4 {
        margin-bottom: 16px;
    }

    .orders {
        gap: 16px;
        justify-content: center !important;
        flex-wrap: wrap;
    }

    .main-slider .owl-dots {
        display: none !important;
    }
}

@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;
    }

    .section-link {
        font-size: 15px;
    }

    .product__title {
        font-size: 14px;
    }

    .section-title {
        line-height: 30px;
    }

    .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-title {
        font-size: 16px;
        line-height: 26px;
    }

    .section-link {
        font-size: 14px;
    }

        .section-link svg {
            width: 18px;
        }

    .section-header {
        margin-bottom: 16px !important;
    }

    .products, .official-slider, .customers-slider {
        padding-left: 23px;
        padding-right: 23px;
    }

    .white-btn {
        padding: 10px 16px;
    }

    .full-section {
        margin-bottom: 35px !important;
    }

    .full-banner img {
        border-radius: 20px;
    }

    .order-step p {
        font-size: 14px;
    }

    .section-title.gray {
        font-size: 24px;
    }

    .products .owl-next svg, .products .owl-prev svg, .official-slider .owl-next svg, .official-slider .owl-prev svg {
        width: 25px;
        height: 25px;
    }

    .access-link__text {
        font-size: 16px !important;
    }

        .access-link__text strong {
            font-size: 20px;
        }
}

.latest-news .owl-nav-products button.owl-prev {
    position: absolute;
    top: 34%;
    left: -15px !important;
    right: auto !important;
}

.latest-news .owl-nav-products button.owl-next {
    position: absolute;
    top: 34%;
    right: -15px !important;
    left: auto !important;
}

.latest-news .owl-nav-products button.owl-prev,
.latest-news .owl-nav-products button.owl-next {
    outline: none;
    cursor: pointer;
    padding: 5px;
}

    .latest-news .owl-nav-products button.owl-prev img,
    .latest-news .owl-nav-products button.owl-next img {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 100%;
    }

.exhibition-office .owl-nav-products button.owl-prev {
    position: absolute;
    top: 34%;
    left: -15px !important;
    right: auto !important;
}

.exhibition-office .owl-nav-products button.owl-next {
    position: absolute;
    top: 34%;
    right: -15px !important;
    left: auto !important;
}

.exhibition-office .owl-nav-products button.owl-prev,
.exhibition-office .owl-nav-products button.owl-next {
    outline: none;
    cursor: pointer;
    padding: 5px;
}

    .exhibition-office .owl-nav-products button.owl-prev img,
    .exhibition-office .owl-nav-products button.owl-next img {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 100%;
    }
