@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;600;700&display=swap');
html {
    overflow-x: hidden;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-family: 'Times New Roman', Times, serif;
    

}


#navbar{
    position: sticky;
    top:0;
    left: 0;
    z-index:200;
    padding-left: 70px;
    padding-right: 80px;
    box-shadow: 5px 5px 20px rgba(109, 109, 109, 0.3);
    
}
.navbar .navbar-brand, .navbar-brand:hover{
    font-size: 25px;
    font-weight: 600;
    color: #4F260F !important;
}


#navbarSupportedContent a {
    color: #000000;
    margin-left: 10px;

   
}
#navbarSupportedContent a:hover {
    background-color: #4F260F;
    opacity:0.5;
    color: #ffffff !important;
}

.navbar-toggler, .navbar-toggler:focus {
    border:none !important;
}

/*--------home----------*/

#homesection{
    width: 100%;
}

/*#home h1{*/
/*    color: #fff;*/
/*    font-size: 80px;*/
/*    letter-spacing: 3px;*/
/*    font-family: Verdana, Geneva, Tahoma, sans-serif;*/
/*    text-shadow: 0px 1px 0px #ccc,*/
/*                 0px 2px 0px #ccc,*/
/*                 0px 3px 0px #ccc,*/
/*                 0px 4px 0px #ccc,*/
/*                 0px 5px 0px #ccc,*/
/*                 0px 6px 0px #ccc;                         */
/*}*/
/*#home p {*/
/*    font-size: 20px;*/
/*    color:#fff;*/
/*    text-align: center;*/
/*}*/

#welcome h1{
    padding-top: 50px;
    font-size: 50px; 
    text-align: center;

}
#welcome p{
    font-weight: 500;
    text-align: center;
    margin: auto;
    font-size: 24px;
    /* overflow-x: hidden; */
}


/*-----------Home------------*/
#Main{
    background: #f2eeee;
}

#Main h1{
    font-size:50px;
    padding-top: 70px;
}
#Main img{
    margin-top: 10px;
    width:200px;
    height: 180px;
}

.card{
    width:250px;
    height:250px;
    background: #fff !important;
    border: none;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.3),
                inset 4px 4px 10px rgb(245, 242, 242);
    border-radius: 20px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin: 20px 60px;
}

.card:hover{
 
    box-shadow: inset 5px 10px 10px rgba(0,0,0,0.3),
                inset -4px -4px 10px white;
    transition: 1s;
}

/*---------About-----*/

#about .text{
    font-size: 22px;
    text-align: justify;
}
#about .title{
    font-size: 35px;
    text-align: center;
}
#about #div{
    margin-top: 120px;
    margin-bottom: 120px;
}

/*---------Our Product--------*/

#product{
    background: #f2eeee;
    padding-top: 50px;
    padding-bottom: 60px;
    align-items: center;
}

#product h1{
    
    font-size:50px;
    padding-top: 70px;
}
#product img{
    margin-top: 10px;
    width:200px;
    height: 180px;
  
}
#product .card {
    height: 350px;
    width: 300px;
    /* margin: 20px 40px; */

}

.clickable-card, .clickable-card:hover {
    text-decoration: none;
    color: black;
}

/*----------Recipe--------*/

#recipe{
    background: #f2eeee;
}

#recipe h1{
    
    font-size:50px;
    padding-top: 70px;
}
#recipe img{
    margin-top: 10px;
    width:200px;
    height: 200px;
}
.recipe-info, .recipe-info:hover{
    text-decoration: none;
    color: #000000;
}

/*---------Blog----------*/

#blog{
    background: #f2eeee;
}
#blog .card {

    width:300px;
    height:410px;
    margin: 20px 40px;
}

#blog img{
    margin-top: 10px;
    width:200px;
    height: 200px;
}

/* Career */
#career{
    background: #f2eeee;
    height: 100%;
    width: 50%;
    padding: 20px;
    align-items: center;
}

/*----------Contact-Us--------*/

#contact {
    background: #f2eeee;
    height: 100%;
}


#contact2 {
    background: #ffffff;
    height: 100%;
}

#contact img, #contact2 img{
    width:100%;
}

.box{
    width: 80%;
}
form{
    display: flex;
    flex-direction: column;
}
#contact input, #contact2 input{
    margin: 10px 0px;
}
#contact textarea, #contact2 textarea{
    margin: 10px 0px;
}

/*-------footer---------*/

.footer {
    width:100%;
    color: #fff;
    padding: 10px;
    overflow: hidden;
}

.footer h1{
    font-size: 18px;
    font-weight: 500;
}
.footer .icon {
    color: #FCB818;
    padding: auto;
}

.footer .text {
    text-align: justify;
    font-weight: 500;
}

.footer a, .footer a:hover {
    text-decoration: none;
    color: #ffffff;
}

.footer .innerrow {
    padding: 8px;
}

.udl {
    height: 5px;
    width: 100px;
    background-color: #FCB818;
    border-radius: 50px;
    margin-bottom: 10px;
}

#divider {
    width: 100%;
    height: 1px;
    background-color: black;
}

.card-text{
    font-size: 10px;
}

/*----Product-Details*/
/* .info-title {
    font-weight: bold;
    font-size: 18px;
} */

.info-info {
    font-size: 18px;
}

#imglist li {
    list-style: none;
}

#about-item li {
    font-weight: bold;
    font-size: 18px;
}

#pro-des {
    font-size: 18px;
}

#pro-manu {
    font-size: 18px;
}
#head{
    font-weight: bold;
    font-size: 18px;
}
#k-list{
    font-weight: bold;
}

/* Media  */
@media(max-width:600px){
    #navbar {
        padding-left: 10px;
    }
    #home h1{
        font-size:70px;
    }
    #home p{
        font-size: 17px;
    }

    #welcome h1{
        font-weight:600;
        font-size: 30px;
    }
    #welcome p{
        font-size:17px;
    }
    #career{
        width: 90%;
    }
}

