﻿:root {
    --hero-bg-color: #080d10;
    --section-1-bg-color: #ffffff;
    --section-2-bg-color: #111117;
    --section-3-bg-color: #eef4ed;
    --section-4-bg-color: #111117;
    --section-4-bg-image: url('assets/images/bg-10.jpg');
    --section-5-bg-color: #111117;
    --section-6-bg-color: #ffffff;
}




.form-control-1 {
    width: 100%;
    height: 130px;
    background: no-repeat;
    box-shadow: none;
    padding-bottom: 90px;
    background-color: rgb(157 157 157 / 8%);
    border: none;
    border-radius: 4px;
    line-height: 1.2;
    color: var(--primary-t-color);
}

.btn-submit {
    background-color: #a1cc3f;
    color: white;
}

figure {
    margin: 0;
}



.main-container {
    margin: 1rem auto;
    width: 95%;
}

.items-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    margin: 2rem auto;
}

.item {
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    padding: 1rem;
    height: 100%;
    font-size: 1.1rem;
}

    .item h3 {
        font-size: 2.2rem;
        line-height: 1.2rem;
        text-align: center;
        /*font-family: "Bebas Neue", cursive;*/
    }



    .item .description {
        text-align: justify;
        padding-top: 80px;
    }

.formup {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form02 {
    padding-top: 20px;
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .main-container {
        max-width: 1180px;
    }

    .items-1 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 2rem;
        margin: 2rem auto;
    }

    .item {
        /*display: grid;*/
        grid-template-rows: 3;
        grid-template-columns: 2fr;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "brand brand" "image-info item-info" ".  add-to-cart";
    }

        .item h3 {
            grid-area: brand;
        }



    .description {
        margin-block-start: 0;
    }
}

@media(max-width: 991px) {



    .item .description {
        text-align: justify;
        padding-top: 30px;
    }

    .item h3 {
        font-size: 2.2rem;
        line-height: 2.3rem;
        text-align: center;
    }

    section {
        position: relative;
        width: 100%;
        padding: 60px 0 170px !important;
        /* background-size: cover; */
        /*background-attachment: fixed;*/
        /* background-position: center; */
    }
}
