/* main vars colors */
:root {
    --nav_bg: #183029;
    --body_bg: #ebeff2;
    --akcent_color: #43b02a;
}

.main-body {
    margin-top: 200px;
}

.mob_baner {
    display: none;
}

body {
    overflow: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;

}

.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-max {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    width: 100%;
    justify-content: center;
    flex-shrink: 0;
}

.col-md-6 {
    flex: 0 0 calc(50%);
}

.parallax {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transform: translate3d(0, 0, 0);
    min-height: 100%;
    will-change: transform;
}

.parallax-1 {
    background-image: url(../media/parallax_1.webp);
}

.parallax-2 {
    background-image: url(../media/parallax-2.webp);
}

.parallax-3 {
    background-image: url(../media/parallax-2.webp);
}

.top-img {
    border-top-left-radius: 30px;
}

.bottom-img {
    border-bottom-right-radius: 30px;
}

.top-text {
    border-top-right-radius: 30px;
}

.bottom-text {
    border-bottom-left-radius: 30px;
}

.category_section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.category_section a {
    margin: 10px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    align-content: center;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    width: 200px;
}

.category_section a:hover {
    box-shadow: 0 0 10px var(--akcent_color);
    transition: 0.3s;
    scale: 1.1;
}

.category_section a img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 25px;
    margin-bottom: 10px;
    object-fit: contain;
}

@media screen and (max-width: 680px) {
    .category_section a {
        width: 135px;
        font-size: 15px;
    }

    .category_section a img {
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }

}

.text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #619355;
    color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.text-block img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.text-block h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.text-block p {
    font-size: 1.5rem;
    margin-bottom: 10px;
}


/* -------------------------------- cards */

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.card {
    border-radius: 25px;
    /* box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.3); */
    width: 270px;
    margin: 50px;
    transition: 0.5s;
    height: 455px;
    position: relative;
}


.card:hover {
    box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.5);
    scale: 1.05;
    transition: 0.5s;
}


.card:hover .product-img.second-img {
    opacity: 1;
    transition: 0.5s;
}

.card:hover .product-img {
    opacity: 0;
    transition: 0.5s;
}

.card-head {
    position: relative;
    height: 200px;
    background: linear-gradient(200deg, #4E7A45, #619355, #85A078);
    border-radius: 25px 25px 0 0;
}

.card-logo {
    width: 55px;
    margin: 20px;
}

.product-img {
    position: absolute;
    left: 0;
    margin-top: -40px;
    /* margin-left: 30px; */
    width: 350px;
    height: 350px;
    transition: 0.5s;
}

.second-img {
    opacity: 0;
    transition: 0.5s;
}

.back-text {
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.35;
}

.card-body {
    background: #fff;
    border-radius: 0 0 25px 25px;
}

.product-title {
    padding: 20px 20px 5px 20px;
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-title b {
    font-weight: 900;
    letter-spacing: 0px;
}

.badge {
    position: relative;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    background: #11e95b;
    padding: 2px 5px;
    border-radius: 4px;
    top: -2px;
    margin-left: 5px;
}

.product-caption {
    display: block;
    margin-top: 10px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.product-size h3 {
    font-size: 11px;
    padding: 0 21px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.ul-size {
    margin-left: 15px;
}

.ul-size li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.ul-size li p {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: #000;
    cursor: default;
}

.ul-size li p.active {
    background: #f35e3d;
    color: #fff;
}

.product-size:before,
.product-size:after {
    content: '';
    display: block;
    clear: both;
}




.product-price {
    width: 100%;
    background: #619355;
    padding: 8px 20px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    margin-top: 15px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.product-price b {
    margin-left: 5px;
}

.products-row {
    border: 1px solid #619355;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    margin-top: 25px;
    width: 100%;
}

.products-row h2 {
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    color: #619355;
}

.products-row h2 a {
    text-decoration: none;
    color: #619355;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #619355;
    border-radius: 25px;
    margin: 20px;
    transition: 0.5s;
}

.products-row h2 a:hover {
    background: #619355;
    color: #fff;
    transition: 0.5s;
}

.card a {
    text-decoration: none;
    color: #619355;
    padding: 10px 20px;
    border: 1px solid #619355;
    border-radius: 25px;
    text-align: center;
    display: block;
    margin-top: 10px;
    transition: 0.5s;
}

.card a:hover {
    background: #619355;
    color: #fff;
    transition: 0.5s;
}

.munca-block {
    text-align: center;
}

.munca-block img {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 45px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: 0.5s;
}

.about__item_text {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}


.about-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    margin: 10px;
    width: 250px;
    cursor: pointer;
    width: 45%;
}

.about-item a {
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    transition: all 0.3s;
}

.about-item a:hover .about-item-text {
    background-color: #619355;
    color: #fff;
    transition: all 0.3s;
}

.about-item a:hover img {
    filter: grayscale(0%);
    transition: 0.3s;
    filter: blur(5px);
}

.about-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    filter: grayscale(50%);
}

.about-item-text {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    border-radius: 30px;
}

.info-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #619355;
    color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 30px;
    margin: 10px;
}

.info-block h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.info-block p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
    .card {
        margin: 60px 0;
    }

    .card:hover {
        box-shadow: none;
        scale: 1.025;
        transition: 0.5s;
    }

    .card-hover {
        box-shadow: none;
        scale: 1.025;
        transition: 0.5s;
    }

    .card-hover .product-img.second-img {
        opacity: 1;
        transition: 0.5s;
    }

    .card-hover .product-img {
        opacity: 0;
        transition: 0.5s;
    }

    .product-price {
        font-size: 1rem;
        margin-top: 5px;
    }

    .container-max {
        padding: 5px;
    }

    .about-item {
        width: 100% !important;
    }

    .info-block h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .info-block p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .modal_content {
        width: 95%;
    }

    .parallax {
        height: 100%;
        min-height: 100%;
    }

    .container-fluid {
        padding: 0;
    }

    .text-block {
        padding: 5px;
    }

    .text-block img {
        width: 100px;
        height: 100px;
    }

    .text-block h3 {
        font-size: 1rem;
    }

    .text-block p {
        font-size: 0.75rem;
    }

    .row {
        padding: 0;
        margin-bottom: 20px;
    }

    .col-md-6 {
        flex: 0 0 calc(50%);
    }

    .top-img {
        border-top-left-radius: 0px;
    }

    .bottom-img {
        border-bottom-right-radius: 0px;
    }

    .top-text {
        border-top-right-radius: 0px;
    }

    .bottom-text {
        border-bottom-left-radius: 0px;
    }

    .main-body {
        margin-top: 35px;
        margin-bottom: 65px;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    .image-display {
        aspect-ratio: 9/16;
    }

    .baner {
        display: none;
    }
}