*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;
}


.heading{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 60px;
    background-color: #895051;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 100;
    
  
}

@media(max-width:1200px){
    .heading{
       justify-content: space-between;
       
        
    }
}

.logo{
    width: 20%;
    height: 59.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px; 
}

@media(max-width:1200px){
    .logo{
        width: 150px;
    }
    .logo h1{
        font-size: 20px;
    }
}

.logo h1 a{
    color: #ffff;
    font-size: 22px;
}


.navlist{
    width: 80%;
    height: 59.6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}

@media(max-width:1200px){
    .navlist{
        padding-top: 100px;
        flex-direction: column;
        height: 100vh;
        background-color: #895051;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        transition: all 0.2s ease-in-out;
       
    }
    .navlist.active{
        right: 0;
    }
}

.navlist li{
    list-style: none;
    padding:20px ;
}

.navlist li a{
    text-decoration: none;
    color: #ffff;
    font-weight: bold;
    font-size: 13px;
    padding-right: 5px;
}

.navlist li i{
    color: #ffffff;
    cursor: pointer;
}


#btn{
    display: none;
}

@media(max-width:1200px){
  #btn{
    display: block;
    color: #ffff;
    font-size: 25px;
    cursor: pointer;
    padding-right: 24px;
  }
}

#cros{
    display: none;
}

@media(max-width:1200px){
    #cros{
        display: block;
        position: absolute;
        right: 10%;
        top: 4%;
        cursor: pointer;
        font-size: 25px;
        color: #ffff;
    }
    
}




.home-page{
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-image: url("https://isitbadforyou.s3.amazonaws.com/uploads/article/pictures/2394/big_Is_Sorghum_Flour_bad_for_you__1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width:1200px){
    .home-page{
        height: 90vh;
        flex-direction: column-reverse;
    }
}

.home-page0{
    width: 100%;
    height: 60vh;
    background-color: #00000030;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:1200px){
    .home-page0{
        height: 90vh;
    }
}

.home-page1{
    width: 80%;
    height: 45vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    
}

@media(max-width:1200px){
    .home-page1{
        width: 90%;
        height: 55vh;
        padding: 5px;
       
    }
}

.home-page1 h1{
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

@media(max-width:1200px){
    .home-page1 h1{
        font-size: 23px;
        text-align: center;
    }
}

.home-page1 p{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

@media(max-width:1200px){
    .home-page1 p{
        font-size: 17px;
        text-align: center;
    }
}

.home-page1 a{
    padding: 10px 15px;
    background-color: #895051;
    color: #ffff;
    border-radius: 5px;
}

@media(max-width:1200px){
    .home-page1 a{
        padding: 7px 10px;
    }
}

.home-page2{
    width: 40%;
    height: 99vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:1200px){
    .home-page2{
        width: 90%;
        height: 63vh;
        
    }
}

.home-page2 img{
    object-fit: cover;
    width: 100%;
    height: 99vh;
    filter: drop-shadow(1px 1px 3px orange);
}

@media(max-width:1200px){
    .home-page2 img{
        height: 69vh;
    }
}


.helpful{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.helpful h1{
    text-align: center;
    font-size: 45px;
    color: #5f5555;
}

@media(max-width:1200px){
    .helpful h1{
        font-size: 35px;
        margin-top: -20px;
    }
}

.helpful1{
    width: 90%;
    height: 45vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
}

@media(max-width:1200px){
    .helpful1{
        height: 160vh;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 40px;
    }
}

.helpful2{
    width: 270px;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

@media(max-width:1200px){
    .helpful2{
        width: 85%;
        height: 290px;
    }
}

.helpful2 i{
    font-size: 70px;
    color: #895051;
}

@media(max-width:1200px){
    .helpful2 i{
        font-size: 50px;
    }
}

.helpful2 h3{
    text-align: center;
    color: #5f5555;
    margin-bottom: -20px;
}

.helpful2 p{
    text-align: center;
    color: #5f5555;
}


.history{
    width: 100%;
    height: 85vh;
    background-image: url("https://i3.wp.com/wallpapers.com/images/hd/country-desktop-wallpaper-1v4bo05jos3z577j.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 70px;
}

@media(max-width:1200px){
    .history{
        height: 150vh;
        margin-top: -130px;
    }
}


.history1{
    width: 100%;
    height: 85vh;
    background-color: #00000099;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row-reverse;
}

@media(max-width:1200px){
    .history1{
        height: 150vh;
        flex-direction: column-reverse;
    }
}

.history2{
    width: 40%;
    height: 85vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

@media(max-width:1200px){
    .history2{
        width: 90%;
        height: 72vh;
       justify-content: space-between;
    }
}

.history02{
    width: 100%;
    height: 50vh;
}

.history02 img{
    width: 100%;
    object-fit: cover;
    height: 50vh;
}

.history002{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    
}

.history0002{
    width: 170px;
    height: 119px;
   
    
}

@media(max-width:1200px){
    .history0002{
        width: 100px;
    }
}

.history0002 img{
    width: 100%;
    height: 119px;
    object-fit: cover;
}

@media(max-width:1200px){
    .history0002 img{
        width: 100px;
    }
}
.history3{
    width: 45%;
    height: 85vh;
    display: flex;
    flex-direction: column;
}

@media(max-width:1200px){
    .history3{
        width: 90%;
        height: 60vh;
      

    }
}

.history3 h1{
    color: #ffff;
    font-size: 45px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  @media(max-width:1200px){
    .history3 h1{
       padding-bottom: 40px;
      padding-top: 10px;
      font-size: 30px;
    }
  }

.history3 h3{
  color: #ffff;
  line-height: 22px;
  padding-bottom: 23px;
  font-size: 17px;
}

@media(max-width:1200px){
    .history3 h3{
        font-size: 12px;
        line-height: 20px;
    }
}

.history5{
    width: 320px;
    height: 200px;
    border: 3px solid white;
    border-radius: 3px;
}

@media(max-width:1200px){
    .history5{
        width: 150px;
        height: 180px;
    }
}

.history5 img{
    width: 100%;
    height: 196px;
    object-fit: cover;
}

@media(max-width:1200px){
    .history5 img{
        height: 176px;
    }
}


.jowar-flour{
    width: 100%;
    height: 55vh;
    background-image: url("https://static.vecteezy.com/system/resources/previews/038/361/931/non_2x/ai-generated-wind-turbines-at-sunset-in-a-renewable-energy-landscape-free-photo.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width:1200px){
    .jowar-flour{
        height: 200vh;

    }
}

.jowar-flour1{
    width: 100%;
    height: 55vh;
    background-color: rgba(0, 0, 0, 0.250);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media(max-width:1200px){
    .jowar-flour1{
        height: 200vh;
        flex-direction: column;
    }
}

.jowar-flour2{
    width: 250px;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

@media(max-width:1200px){
    .jowar-flour2{
        height: 250px;
    }
}

.jowar-flour2 h3{
    color: #ffff;
}

@media(max-width:1200px){
    .jowar-flour2 h3{
        font-size: 17px;
    }
}

.jowar-flour2 h5{
    color: #ffff;
    text-align: center;
}

@media(max-width:1200px){
    .jowar-flour2 h5{
        font-size: 13px;
    }
}

.jowar-flour3{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: space-evenly;
  
}

@media(max-width:1200px){
    .jowar-flour3{
        height: 70px;
        align-items: center;
    }
}


.jowar-flour3 .light{
    color: #ffffff63;
    font-size: 80px;
    list-style: none;
}

@media(max-width:1200px){
    .jowar-flour3 .light{
        font-size: 50px;
    }
}

.jowar-flour3 .light1{
    color: #ffff;
    font-size: 70px;
    list-style: none;
}

@media(max-width:1200px){
    .jowar-flour3 .light1{
        font-size: 50px;
    }
}



.contact-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #808080;
    margin-top: -25px;
    
}

.contact-container h1{
    font-size: 40px;
    color: rgba(0, 0, 0, 0.650);
}

@media(max-width:1200px){
    .contact-container h1{
        font-size: 30px;
    }
}


.contact-container0{
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  height: 54vh;
  margin-top: 75px;

}

@media(max-width:1200px){
    .contact-container0{
        height: 110vh;
        flex-direction: column-reverse;
        justify-content: space-between;
        margin-top: 60px;
    }
}

.contact-container1{
    width: 55%;
    height: 52vh;
    
}

@media(max-width:1200px){
    .contact-container1{
        width: 100%;
        height: 45vh;
        margin-top: 0;
        padding-top: 0;
    }
}

.contact-container1 form{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.contact-container1 input{
    width: 700px;
    height: 50px;
    padding: 10px;
}

@media(max-width:1200px){
    .contact-container1 input{
        width: 300px;
        height: 35px;
    }
}

.contact-container1 textarea{
    width: 700px;
    height: 100px;
    padding: 10px;
}

@media(max-width:1200px){
    .contact-container1 textarea{
        width: 300px;
        height: 80px;
    }
}

.contact-container1 .submit{
    width: 700px;
    height: 40px;
    cursor: pointer;
    background-color: #895051;
    outline: none;
    border: none;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
}

@media(max-width:1200px){
    .contact-container1 .submit{
        width: 300px;
        height: 30px;
    }
}

.contact-container2{
    width: 40%;
    height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #808080;
  
}

@media(max-width:1200px){
    .contact-container2{
        width: 90%;
        height: 50vh;
        margin-top: 0;
    }
}

.contact-container2 address{
    font-style: normal;
}

.contact-container2 h4{
    color: #383535;
}

.footer-container{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media(max-width:1200px){
    .footer-container{
        height: 170px;
    }
}

.footer-container h1{
    text-align: center;
    color: #895051;
}

.footer-container p{
    margin: 20px;
    color: #808080bb;
    text-align: center;
}

.footer-container1{
    width: 300px;
    display: flex;
    justify-content: space-evenly;
}

.footer-container1 a i{
    color: #895051;
}

