@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style: none;
}

body{
    background-color: rgb(255, 255, 255);
}

.top-bar{
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
}

.top-bar .logo{
    font-size: 20px;
    text-decoration: none;
    font-weight: 800;
    margin-left: 100px;
    padding-top: 10px;
    color: rgb(109, 7, 7);
}

.top-bar .menu{
    float: left;
    display: flex;
    align-items:center;
    margin-left: 300px;

}

.top-bar .menu a{
    position: relative;
    text-decoration: none;
    padding-left: 40px;
    word-spacing: 1em;
    color: brown;
}

.top-bar .menu li.active a::before{
    content: '';
    position: absolute;
    left:53%;
    margin-top: 20px;
    transform: translateX(50%);
    height: 6px;
    width:6px;
    border-radius:50%;
    background-color: rgb(139, 21, 21);
    opacity: 1;
    transition:all 0.3s ease;

}

.top-bar .menu a::before{
    content: '';
    position: absolute;
    left:58%;
    margin-top: 20px;
    transform: translateX(50%);
    height: 6px;
    width:6px;
    border-radius:50%;
    background-color: rgb(122, 22, 22);
    opacity: 0;
    transition:all 0.3s ease;
}

.top-bar li:hover a::before{
    content: '';
    position: absolute;
    left:50%;
    margin-top: 20px;
    transform: translateX(50%);
    height: 6px;
    width:6px;
    border-radius:50%;
    background-color: rgb(139, 21, 21);
    opacity: 1;
    transition:all 0.3s ease;
    
}

.container{
    height:510px;
    width:100%;
    background-image:url('../IMAGES/stashed-flour-used-cooking.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container .Brand-name{
    color:rgb(255, 255, 255);
    text-align:left;
    font-size: 45px;
    padding-left:50px;
    padding-top: 150px;
    font-weight:1000;
}


.container .brand-message{
    padding-left:50px;
    padding-top: 5px;
    width: 30%;
    color: white;

}

.container .read{
    margin-top: 10px;
    margin-left:50px;
    padding-left: 13px;
    padding-top: 4px;
    background-color: burlywood;
    width: 110px;
    align-items: center;
    cursor: pointer;
}

.container .read a{
    color:black;
}

.container .read a:hover{
    color:white;
}

.container .read:hover{
    background-color: rgb(48, 27, 1);
    color: white;
    transition:all 0.3s ease;
}

.about-us{
    height: 300px;

}
.about-us .dot{
    content: '';
    position: absolute;
    left:48%;
    transform: translateX(50%);
    height: 6px;
    width:6px;
    border-radius:50%;
    background-color: rgb(65, 38, 3);;
}

.about-us .head{
    font-size: 22px;
    font-weight: bolder;
    color: brown;
    padding-left: 550px;
    padding-top:60px;
    text-transform: uppercase;

}

.about-us .message{
    padding-left: 100px;
    padding-top: 10px;
}
.about-us .read{
    margin-top: 7px;
    float: left;
    margin-left:100px;
    padding-left: 12px;
    padding-top: 5px;
    background-color: burlywood;
    width: 100px;
    align-items: center;
    cursor: pointer;
}

.about-us .read a{
    color:black;
}

.about-us .read a:hover{
    color:white;
}

.about-us .read:hover{
    background-color: rgb(48, 27, 1);
    color: white;
    transition:all 0.3s ease;
}




.product{
    width: 100%;
    height: 400px;
    background-color: burlywood;

}


.productH .head{
    font-size: 22px;
    font-weight: bolder;
    color: brown;
    padding-left: 550px;
    padding-top:60px;
    text-transform: uppercase;
}



.product .product-section{
    width: 90%;
    height: 500px;
    display: flex;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: 20px;
}

.product-section .product-box{
    width: 300px;
    height:300px;
    background-color: white;
    border-radius: 10%;
    margin-left: 10px;
    margin-top: 50px;
}

.product-box .product-img{
    width: 300px;
    height: 300px;

}

.product-box .product-img img{
    width: 300px;
    height: 300px;
    border-radius: 5%;
    cursor: pointer;
}

.product .product-name{
    text-decoration: none;
    padding-left: 20px;
}

.product .product-name a{
    color: brown;
    font-weight: bold;
}

.product .message{
    padding-left: 100px;
    padding-top: 10px;
}
.product .read{
    margin-top: 5px;
    float: left;
    margin-left:110px;
    padding-left: 12px;
    padding-top: 5px;
    background-color: burlywood;
    width: 100px;
    align-items: center;
    cursor: pointer;
}


.Gallery{
    height: 800px;

}

.Gellery .head{
    font-size: 22px;
    font-weight: bolder;
    color: brown;
    padding-left: 550px;
    padding-top:60px;
    text-transform: uppercase;

}
.Gallery .pic-box{
    width: 90%;
    display:flex;
    box-sizing: border-box;
    margin-left: 2%;
    margin-top: 3%;
}

.Gallery .pic-box2{
    width: 90%;
    display:flex;
    box-sizing: border-box;
    margin-left: 2%;
    margin-top: 3%;
 
}



.pic-box .pic, .pic-box2 .pic{
    float: left;
    width: 300px;
    height: 300px;
    padding: 5px;
}

.pic img{
    width: 300px;
    height: 300px;

}


footer{
    margin-top: 50px;
    position: relative;
    left:0;
    bottom: 0;
    width: 100%;
}


.footer-box{
    display: flex;
    width: 100%;
    height: 100%;
    background-color:burlywood;
}


.foot-menu{
    margin-top: 50px;
    display: inline-flexbox;
    width: 100%;
    text-align: center;

}

.foot-menu .menu{
    float: left;
    width: 20%;
  margin-left: 120px;



}

.foot-menu .menu .menu-head {
    color: var(--text-color);
    font-weight: bolder;
}
.menuline{
    float:left;
    position: absolute;
    width:170px;
    height:1px;
    background-color:var(--text-color);
    margin-top:14px; 
    margin-left: 50px;
}

.foot-menu .menu .menu-links{
    margin-top: 20px;
}

.menu-links li a{
    color: var(--text-color);
    font-size: 14px;
    line-height: 3em;
}

footer .social-media{
    width: 100%;
    background-color:burlywood;
    height: 50px;
    text-align: center;
    padding-top: 50px;
}


.social-media .social{
    text-align: center;
        font-size: 20px;
        color:white;
        cursor: pointer;
        padding-right: 20px;

}

.foot-copyright{
    background-color:rgb(37, 22, 2);
    color: white;
    text-align: center;
    font-size: smaller;
    padding-top: 20px;
   padding-bottom: 20px;
}