@font-face {
    font-family: kalameh;
    src: url("../fonts/KalamehWeb-Medium.woff2");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: kalameh;
    scroll-behavior: smooth;
}

/* Banner START */

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    margin: 50px 0;
}

.banner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
}

.banner-container .mySwiperBanner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner-container .mySwiperBanner .swiper-wrapper {
    width: 100%;
}

.mySwiperBanner .swiper-slide img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 450px;
    border-radius: 20px;
}

/* Banner END */

/* Category START */

.category {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    margin: 50px 0;
}

.category-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    flex-direction: column;
    gap: 30px;
}

.category-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.category-title h2 span {
    color: orange;
}

.category-title p {
    color: gray;
    font-size: 14px;
}

.category-cards {
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.category-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 290px;
    padding: 20px 5px 20px 20px;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.2);
    border-radius: 20px;
    gap: 10px;
}

.category-card #shadow {
    background-color: rgba(255, 166, 0, 0.6);
    position: absolute;
    right: 0;
    width: 30px;
    height: 50px;
    z-index: -1;
    border-radius: 50px 0 0 50px;
    box-shadow: -5px 0px 10px rgba(255, 166, 0, 0.6);
    transition: all .5s;
}

.category-card:hover #shadow {
    width: 40px;
    height: 60px;
}

.category-card-rast {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-card-rast img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.category-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: #2c3f5d;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 20px 0 20px;
    width: 40px;
    height: 40px;
    transition: all .5s;
}

.category-card a:hover {
    background-color: red;
}

.category-card-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.category-card-text p {
    font-size: 20px;
}

.category-card-text span {
    color: darkviolet;
    font-size: 12px;
}

/* Category END */

/* About START */

.about {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    margin: 50px 0;
}

.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    gap: 10px;
}

.about-rast {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
}

.about-rast img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.about-vasat {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: 500px;
    height: 240px;
    gap: 20px;
}

.about-vasat p {
    color: gray;
    font-size: 14px;
    text-align: justify;
}

.about-chap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 220px;
}

.about-chap-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #F3F3F3;
    gap: 10px;
}

.about-chap-card i {
    color: rgb(255, 50, 50);
    font-size: 24px;
}

.about-chap-card .border {
    width: 1px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

.about-chap-card p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: rgba(0, 0, 0, 0.7);
}

.about-chap-card p span {
    color: black;
    font-size: 20px;
}

/* About END */

/* Banner2 START */

.banner2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    margin: 50px 0;
}

.banner2-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
}

.banner2-container img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Banner2 END */































/* Responsive START */

@media screen and (max-width:600px) {

    .banner-container {
        width: 100%;
    }

    .mySwiperBanner .swiper-slide img {
        height: auto;
    }

    .category-container {
        width: 100%;
    }

    .category-title h2 {
        font-size: 20px;
    }

    .category-cards {
        grid-template-columns: repeat(1, auto);
        align-items: center;
        justify-content: center;
    }

    .banner2-container {
        width: 100%;
    }

    .product-container {
        width: 100%;
    }

    .product-bottom .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .about-rast,
    .about-vasat,
    .about-chap {
        width: 100%;
        height: auto;
    }

}

@media screen and (min-width:601px) and (max-width:900px) {

    .banner-container {
        width: 100%;
    }

    .mySwiperBanner .swiper-slide img {
        height: auto;
    }

    .category-container {
        width: 100%;
    }

    .category-title h2 {
        font-size: 20px;
    }

    .category-cards {
        grid-template-columns: repeat(2, auto);
        align-items: center;
        justify-content: center;
    }

    .banner2-container {
        width: 100%;
    }

    .product-container {
        width: 100%;
    }

    .product-bottom .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .about-rast,
    .about-vasat,
    .about-chap {
        width: 100%;
        height: auto;
    }

    .about-chap {
        flex-direction: row;
    }

}

@media screen and (min-width:901px) and (max-width:1200px) {

    .banner-container {
        width: 100%;
    }

    .mySwiperBanner .swiper-slide img {
        height: auto;
    }

    .category-container {
        width: 100%;
    }

    .category-title h2 {
        font-size: 20px;
    }

    .category-cards {
        grid-template-columns: repeat(3, auto);
        align-items: center;
        justify-content: center;
    }

    .banner2-container {
        width: 100%;
    }

    .product-container {
        width: 100%;
    }

    .product-bottom .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-container {
        width: 100%;
    }

    .about-rast,
    .about-vasat,
    .about-chap {
        height: auto;
    }

}

/* Responsive END */