@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}

.banner{
    max-width: 1536px;
    width: 95%;
    margin: 0px auto;
    padding: 60px;
    
}
.banner-container{
   display: flex;
   justify-content: space-around;
   align-items: center;
   gap: 15px;
 
    
}
.banner-content{
    width: 50%;
}
.banner-img{
     background-image: url(../images/shapes/Group\ 8450.png); 
     background-repeat: no-repeat;
     background-size: cover;
     width: 50%;
     /* position: relative; */
     /* background-position-x: 20px; */
     
}
.banner-img img{
    width: 100%;
    /* top: -20px; */
    margin-bottom: 26px;
    margin-left: -40px
}
.banner-title{
    color: #575757;
    font-family: Montserrat;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -2%;
    text-align: left;
}
.banner-description{
    color: rgb(130, 130, 130);
    font-family: Montserrat;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -2%;
    text-align: left;
    margin-top: 40px;
}
.banner-btn{
    border-radius: 100px;
    padding: 20px 28px 20px 28px;
    color: #fff;
    border: none;
    font-size: 1rem;
    margin-top: 40px;
    box-shadow: 0px 2px 30px 0px rgba(252, 143, 73, 0.5);
    /* gradient */
    background: linear-gradient(69.40deg, rgb(251, 162, 79) -6.919%,rgb(255, 30, 30) 144.985%);
}
#skip{
 font-size: 3.5rem;
 color: #FBA24F;
}


/* about section */

.about{
    max-width: 1536px;
    width: 95%;
    margin: 0px auto;
    padding: 60px 60px 0px 60px;
    background-image: url(../images/shapes/7.png);
    background-repeat: no-repeat;
    background-size: cover
    
}
.about-container{
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 109px;
 
    
}
.about-content{
    width: 50%;
}
.about-img{
  
max-width: 735px;
width: 50%;
     
     
}
.about-img img{
    width: 100%;
    margin-top: 70px;
    padding: 64px 199px 0px 100px;
}
.about-title{
     color: rgb(112, 112, 112);
     font-family: Montserrat;
     font-size: 3.8;
     font-weight: 700;
     line-height: 54px;
     letter-spacing: 0%;
     text-align: left;
}
.about-description{
     color: rgb(24, 25, 31);
     font-family: Manrope;
     font-size: 18px;
     font-weight: 400;
     line-height: 2rem;
     letter-spacing: 0%;
     text-align: left;
}
.about-btn{
    color: #fff;
    border: none;
    border-radius: 100px;
    box-shadow: 0px 2px 30px 0px rgba(252, 143, 73, 0.5);
    /* gradient */
    margin-top: 20px;
    padding:24px 32px ;
    background: linear-gradient(69.40deg, rgb(251, 162, 79) -6.919%,rgb(255, 30, 30) 144.985%);
}


/* satart recipe section */

.recipe{
    max-width: 1536px;
    width: 100%;
    margin: 0px auto;
    padding: 90px 60px 60px 60px;
}
.recipe-title{
 color: rgb(103, 103, 103);
font-family: Montserrat;
font-size: 2rem;
font-weight: 700;
line-height: 44px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
}
.recipe-description{
    color: rgb(37, 37, 37);
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 30px;
}
.rechipi-container{
    width: 85%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 32px 50px 50px 50px;
}
.rechipi-card-1{
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
}

.rechipi-card-1-title{
color: rgb(24, 25, 31);
font-family: Montserrat;
font-size:1.75rem ;
font-weight: 800;
line-height: 40px;
letter-spacing: 0%;
text-align: left;
margin-top: 30px;
}
.rechipi-card-1-description{
color: rgb(24, 25, 31);
font-family: Montserrat;
font-size: 1rem;
font-weight: 400;
line-height: 30px;
letter-spacing: 0%;
text-align: left;
margin-top: 10px;
}
.rechipi-card-2{
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
}
.rechipi-container img{
    width: 100%;
}




/* start review section */
.review{
    max-width: 1536px;
    width: 100%;
    margin: 0px auto;
    padding: 40px 90px 50px 90px;
}

.revieo-container{
    width: 85%;
    margin: 0px auto;
    padding: 32px 50px 50px 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    /* place-items: center; */
    align-items: center;
   
    
    border-radius: 20px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
/* Default / White */
    background: rgb(255, 255, 255);


    /* new */
       
}


.review-1-title{
    color: rgb(24, 25, 31);
    font-family: Montserrat;
    font-size: 3rem;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0%;
    text-align: left;
}


.review-1-description{
    color: rgb(24, 25, 31);
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 8px;
}


/* start footer section */

.footer{
    max-width: 1536px;
    width: 100%;
    margin: 90px auto auto auto;
    /* Default / Black */
    background: rgb(11, 13, 23);
    
}

.footer-container{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 80px;
}


.footer-title{
    font-family: Manrope;
    font-size: 2rem;
    font-weight: 800;
    color: #5B5B5B;
    /* line-height: 0px;
    letter-spacing: 0%;
    text-align: center; */
}

#eat{
 color: #FBA24F;
}
.footer-description{
color: rgb(255, 255, 255);
font-family: Montserrat;
font-size: 1rem;
font-weight: 400;
margin-top: 37px;
line-height: 26px;
letter-spacing: 0%;

}







@media screen and (max-width:576px) {
    .banner{
        padding: 0;
    }
    .banner-container{
        flex-direction: column-reverse;
    }
    .banner-content{
        width: 100%;
        
    }
    .banner-img{
           background-image: none;
           background-color: #FBA24F;
           border-radius: 10px;
           width: 100%;
           /* margin: 0px auto; */
    }
    .banner-img img{
        width: 100%;
        margin-left: 10px
        
        
    }
    .banner-title{
        color: #575757;
        font-family: Montserrat;
        font-size: 2rem;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -2%;
        margin-left: 15px;
       
    }
    #skip{
        font-size: 2rem;
        color: #FBA24F;
       }
       .banner-description{
        color: rgb(130, 130, 130);
        font-family: Montserrat;
        font-size: 1rem;
        font-weight: 300;
        line-height: 160%;
        letter-spacing: -2%;
        margin-top: 40px;
        margin-left: 15px;
    }
       .banner-btn{
        margin-left: 15px;
       }

       /* start about section */
       .about{
        padding: 0px;
        margin-top: 30px;
        width: 100%;
        /* padding: 60px; */
        background-image: url(../images/shapes/7.png);
        background-repeat: no-repeat;
        background-size: cover
        
       
        
    }
    .about-title{
        margin-left: 15px;
    }
       .about-container{
        flex-direction: column;
        padding: 20px;
        /* text-align: center; */
       }
       .about-img{
        
        width: 100%;
                  
        }
        .about-img img{
            width: 100%;
            /* margin-top: 70px; */
            padding: 0px;
        }
        .about-content{
            width: 100%;
        }
        .about-description{
            line-break: normal;
            margin-top: 20px;
            margin-left: 15px;

        }
        .about-btn{
            border-radius: 20px;
            margin-top: 30px;
            padding:10px 15px ;
            margin-left: 15px;
            
           
        }
        
        
        .recipe{
            padding: 0px;
            margin-top: 50px;
        }
        .rechipi-container{
           margin-top: 30px;
            grid-template-columns: repeat(1, 1fr);
            gap: 30px;
            padding: 0px;
        }

        /* start .review section */
        .revieo-container{
            grid-template-columns: repeat(1, 1fr);
            gap: 40px;
        }
        .review{
            padding: 0px;
            margin-top: 50px;
        }
        .review-1-title{
            font-size: 2rem;
            font-weight: 500;
        }
}