
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&family=Playfair+Display&family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
font-family: 'Dosis', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto', sans-serif;

*/



body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
      
}


.About{

    height: 100vh;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.About .main {

    max-width: 1290px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;


}

.About .main img {
    width: 580px;
    max-width: 100%;
    height: auto;
    padding: 0 10px;


}



.About .main .content {

    width: 600px;
    max-width: 100%;
    padding: 0 10px;

}

.About .main .content h4{

    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #777777;
    letter-spacing: 1px;
    font-weight: 400px;
    margin-bottom: -18px;
    position: relative;


}

.About .main .content h1 {

    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 700;


}

.About .main .content p {

    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #777777;
    line-height: 30px;


}

.kitchen{

    height:auto;
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;




}

.kitchen .heading{

    width: 80%;


}

.kitchen .heading
      h1 {

    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size:35px;

}



.kitchen  .heading p {

    text-align: center;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    line-height: 30px;


}


.kitchen .heading-image {


    width: 80%;
    height: auto;


}

.kitchen .heading-image img {

    width: 100%;

}


.kitchen .kitchen-container1{

    width: 80%;
    height: auto;
    
}


.kitchen .kitchen-container1 h2 {

    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;

}

.kitchen .kitchen-container1 p {

    margin-top: -10px;

    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 400;
}



.kitchen .kitchen-container2{

    width: 80%;
    height: auto;
    
}

.kitchen .kitchen-container2 h2 {

    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #777777;
    text-align: end;

}

.kitchen .kitchen-container2 p {

    margin-top: -10px;

    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 400;
}







@media screen and (max-width: 1250px) {

    .about{

        width: 100%;
        height: auto;
        padding: 60px 0 ;

    }

    About .main .content{

        text-align: center;

    }

    
}


@media screen and (max-width: 650px){




}