@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap');

*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    font-family: "Poppins", sans-serif;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

/*  ------------ Header Styles ------------ */
.header{
    display: flex;
    position: relative;
}

.menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.logo{
    color: #303030;
    font-size: 1.5rem;
    font-weight: 800;
}

.menu .navbar ul li{
    position: relative;
    float: left;
}

.menu .navbar ul li a{
    font-size: 1.12rem;
    padding: 1.2rem;
    color: #303030;
    display: block;
    font-weight: 600;
}

/* ------------ Checkbox Menu ------------ */
#menu{   
    display: none;
} 

.menu-icon{
    width: 25px;
}

.menu label{
    cursor: pointer;
    display: none;
}

.bg{
    position: absolute;
    width: 700px;
    z-index: -1;
    right: 0;
}

.esp{
    position: absolute;
    top: 700px;
    bottom: 0;
    width: 250px;
}

.header-info{
    display: flex;
    align-items: center;
    margin-top: 6.25rem;
}

.header-text{
    width: 50%;
    padding-right: 2.1rem;
}

.header-text h1{
    font-size: 3.4rem;
    line-height: 70px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
}

.header-text p{
    font-size: 1rem;
    color: #545454;
    margin-bottom: 2.1rem;
}

.btn-1{
    display: inline-block;
    background-color: #ff9f0d;
    padding: 0.8rem 1.8rem;
    border-radius: 25px;
    color: #ffffff;
    text-transform: capitalize;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) ;
}

.btn-1:hover{
    background-color: #ee9003;
}

.header-img{
    width: 50%;
}

.header-img img{
    width: 650px;
}

.info{
    padding: 6rem;
    display: flex;
    justify-content: space-between;
}

/* Card info */
.info-1{
    width: 300px;
    text-align: center;
    padding:  0.9rem 1.5rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.info-1 img{
    width: 35px;
}

.info-1 h3{
    font-size: 1.12rem;
    color: #303030;
    margin-bottom: 0.6rem;
}

.info-1 p{
    font-size: 1rem;
    color: #545454;
}


/* ------------ About Styles ------------ */
.about{
    position: relative;
}

.bg-2{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    z-index: -1;
}

.about-info{
    padding: 6.25rem 0;
    display: flex;
    align-items: center;
}

.about-img {
    width: 50%;
}
.about-img img{
    width: 650px;
}

.about-text{
    width: 50%;
}

.about-text span{
    font-size: 1rem;
    color: #ff9f0d;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.about-text h2{
    font-size: 2.8rem;
    color: #303030;
    margin-bottom: 1.8rem;
}

.about-text p{
    font-size: 1.1rem;
    color: #545454;
    margin-bottom: 3.1rem;
}
/* ------------ End About Styles ------------ */

/* ------------ Products Styles ------------ */
.products{
    padding: 5rem 0;
    text-align: center;
}

.products h2{
    font-size: 2.8rem;
    color: #303030;
    margin-bottom: 1.8rem;
}

.products p{
    font-size: 1.2rem;
    color: #303030;
    margin-bottom: 4.3rem;
    padding: 0 12.5rem;
}

.product-info{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 3rem;
}

.product {
    padding-bottom: 2.1rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.product img{
    width: 100%;
    height: 250px;
    border-radius: 25px 25px 0 0;
}

.product h3{
    font-size: 1.2rem;
    color: #303030;
    margin-top: 1rem;
}

.product p {
    font-size: 1rem;
    padding: 1.8rem;
    color: #545454;
    margin: 0;
}

.product span{
    background-color: #ff9f0d;
    padding: 0.7rem 1rem;
    color: #ffffff;
    border-radius: 15px;
}

/* ------------ End Products Styles ------------ */

hr{
    border: 1px solid #eee;
}

/* ------------ Footer Styles ------------ */
.footer{
    padding: 6.25rem 0;
}

.footer-links{
    display: flex;
    justify-content: space-between;
}

.link h3{
    font-size: 1.25rem;
    color: #303030;
    margin-bottom: 1.25rem;
}

.socials img{
    margin-right: 0.9rem;
}

.link ul li a{
    font-size: 1rem;
    display: block;
    margin-bottom: 0.6rem;
    color: #545454;
}

/* ------------ Resposive ------------*/

@media(max-width: 991px){

    .menu{
        padding: 1.8rem;
    }
    .menu label{
        display: initial;
    }
    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #303030;
        display: none;
    }

    .menu .navbar ul li {
        width: 100%;
    }

    .menu .navbar ul li a {
        color: #ffffff;
    }

    .menu .navbar ul li a:hover{
        color: #bebebe;
    }

    #menu:checked ~ .navbar {
        display: initial;
    }

    .bg{
        width: 500px;
    }

    .esp{
        display: none;
    }

    .header-info{
        flex-direction: column;
        padding: 1.8rem;
    }

    .header-text{
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .header-text h1 {
        font-size: 2.5rem;
        line-height: 50px;
    }

    .header-img {
        width: 100%;
        text-align: center;
        padding-top: 2.1rem;
    }

    .header-img img{
        width: 300px;
    }

    /* ------ Main ------- */

    .info {
        padding: 0;
        flex-direction: column;
        align-items: center;
    }

    .info-1 {
        margin-bottom: 1.25rem;
    }
    
    /* ------ About Section ------- */

    .about {
        padding: 1.8rem;
    }

    .bg-2{
        top: 5rem;
        width: 12.5rem;
    }

    .about-info {
        padding: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-img {
        width: 100%;
    }

    .about-img img{
        width:300px ;
    }

    .about-text {
        width: 100%;
    }

    .about-text h2{
        font-size: 2.5rem;
        line-height: 50px;
        margin-bottom: 0.6rem;
    }

    .about-text p{
        margin-bottom: 1.25rem;
    }

    /* ------ Products Section -------*/

    .products {
        padding: 1.8rem;
        text-align: center;
    }

    .products h2 {
        font-size: 2.5rem;
    }

    .product img{
        width: 100%;
        height: auto;
    }

    .products p {
        padding: 0;
        margin-bottom: 2.5rem;
    }

    .product-info{
        grid-template-columns: repeat(1, 1fr);
    }

    .product p{
        padding: 1.8rem;
    }

    .footer {
        padding: 1.8rem;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .socials {
        margin-bottom: 1.5rem;
    }

}