
html {
    height: 100%;
    scroll-behavior: smooth;
}
.body{
    margin: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #d5fefd;
}
.link{
    text-decoration: none;
}


/*-----header---*/

.top{
    display: flex   ;
    position: fixed;
    width: 100%;
    flex-direction: row;
    align-items: center;
    background-color: rgba(0, 0, 0, .80);
    padding-bottom: 0.8%;
    z-index: 1000;  
}

.top-left{
    flex: 1;
    margin-left: 40px;
}

.logo{
    display: inline-block;
    width: 60px;
    vertical-align: middle;
}

.logoname{
    display: inline-block;
    color:#c2dfde;
    margin-left: 18px;
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    font-size: 25px;    
    min-width: 197px;
}

.top-right{
    display: flex;
    vertical-align: middle;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    width: 400px;
    justify-content: space-between;
    margin-right: 40px;
   
}
.top-span{
    color: #d5fefd;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/*------home------*/

.banner-img{
    width: 100%;
    height: 600px;
    filter: blur(2px);
    
    
}

.hero-div{    
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

.hero-text{
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
    font-weight: bold;
    color: #d5fefd;
    margin-bottom: 0;
}

.hero-text2{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-top: 0;
    color: #d5fefd;
    font-weight: 100px;
    font-style: italic;
}

.hero-shop{
    color: aliceblue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    transition: .30s;
    font-weight: 500;
    text-decoration: underline;
}



/*------slideshow------*/


.slider{
    width: 90%;
    margin-left: auto;
    margin-right: auto;

    margin-bottom: 40px;
}

.swiper {
    width: 900px;
    height: 500px;
  }

.slide-pic{
    width: 100%;
    
    
}



/*----------*/



.home-info{
    display: flex;
    flex-direction: row;
    max-width: 80.8%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    border-bottom: solid;
    padding-bottom: 80px;
    border-width: 2px;
    border-color: gray;
}

.home-info-text{
    margin-bottom: 100px;
    text-align:justify;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 550;
    color: gray;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline;
    margin-right: 40px;
    word-break: keep-all;
    
}

.home-img1{
    width: 500px;
    vertical-align: middle;
}

.farm-txt1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: gray;
    margin-bottom: 0;
}

.farm-txt2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: gray;
    margin-bottom: 100px;
}

.fresh{
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 180px;
    border-bottom: solid;
    border-width: 2px;
    border-color: grey;
}

.fresh-img{
    width: 200px;
    border-right: solid;
    border-color: gray;
    border-width: 2px;
    padding-left: 20px;
    padding-right: 20px;
}

.ourteam{
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 800;
    color: gray;
    font-size: 50px;
    margin-top: 100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    
    
}

.staff-info{
    display:flex ;
    flex-direction: row;
    width: 88%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    
}
.staff-div{
    padding: 20px;
    margin-left: 50px;
    margin-bottom: 30px;
    background-color: #fdfdfd;
    height: 260px;
}


.staff-img{
    width: 200px;
    height: 250px;
}

.role{
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 120px;
    position: relative;
    bottom: 30px;   
    padding-left: 10px; 
    padding-top: 7px;
    padding-bottom: 7px;
}
.role-txt{
    margin: 0;  
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #29682f;
}

.role-txt2{
    margin: 0;  
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #969996;
}









/*-----contact page--------*/

.contact{
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    
}

.contus{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    color: gray;
    display: block;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 10px;
}

.welcome{
    display: flex;
    margin-top: 0px;
    text-align: justify;
    width: 60%;
    margin-left: auto;
    margin-right: auto;

}

.txt-cont{
    text-justify: inter-word;
    margin-bottom: 100px;
    text-align: justify;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 300;
    color: gray;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contact-info{
    display: flex;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 40px;
    margin-right: 20px;
    margin-top: 90px;
    
}

.info1{
    flex: 1px;
}

.cont-info{
    display: flex;
}



.address{
    width: 300px;
    margin-left: 60px;
    
}



.info2{
    display: flex;
}

.container{
    display: flex;
    justify-content: center;
}

.social{
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 60px;
    width: 200px;
    justify-content: space-between;
    vertical-align: middle;
    padding-bottom: 60px;
    
    
}

.social-icon{
    width: 40px; 
    transition: width 0.20s, position 0.5s;
}

.social-icon:hover{
    position: relative;
    bottom: 10px;
    width: 45px;
}



/*---------footer-------*/

.footer{
    background-image: url(/images/back-footer.jpg);
    background-size: cover;
    background-color: rgb(53, 49, 49);
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: auto;
    padding-top: 40px;
}

.footer-div{
    display: flex;
    flex-direction: row;
    max-width: 1170px;
    margin: auto;
    justify-content: space-between;
}

.footer-address{
    max-width: 270px;
}

.footer-social{
    justify-content: space-between;
}

.footer-social-icon{
    width: 30px;
    margin-right: 10px;
    transition: border-radius 0.20s;
}

.footer-social-icon:hover{
    border-radius: 50%;
}

.footer-credit{
    color: #fdfdfd;
    opacity: 0.9;
    font-weight: 520;
    display: flex;
    justify-content: end;
    align-items: end;
    margin-right: 20px;
    
}










/*-----product page-----*/



.product-page{
    margin-top: 120px;
}


.ourprod{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    color: gray;
    display: block;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 10px;

}






h3{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(229, 241, 216);
    text-align: center;
    font-size: 25px;
    background-color: rgba(0, 0, 0, .60);
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 5px;
    
}



.gallery{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    align-items: center;
    margin: auto auto;
    justify-content: center;

}

.content{
    width: 25%;
    margin: 30px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    padding-top: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
    transition: .4s;

    border: solid;
    border-width: 0.5px;
    border-color: #858f86;    
}

.content:hover{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translate(0px, -8px);

}

.product-img{
    padding-top: 20px;
    width: 140px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10%;
    display: block;  
}

.prod-data{
    text-align: center;
    color: #d3e2d4;
    padding-top: 0 8px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, .60);

}

h6{
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: #2e3f53;
    margin: 0;
    background-color: rgb(241, 241, 197);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
















/*------About us--------*/

.about-page{
    margin-top: 120px;
    
    margin-left: auto;
    margin-right: auto;
}

.about-img-div{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
    
    
}

.about-img{
    width: 70%;
    
}
.about-text{
    text-justify: inter-word;
    margin-bottom: 100px;
    text-align: justify;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    color: gray;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.fssai-div{
    display: flex;
    flex-direction: row;    
    justify-content: center;
    justify-content: space-between;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    
}

.fssai-num{
    display: inline;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    vertical-align: middle;
    
}


.udyam{
    display: inline;
    vertical-align: middle;
}

.udyam-img{
    width: 101px;
    height: 77px;
    vertical-align: middle;
    
    
}

.gototop{
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 30px;
    z-index: 900;  

}








/*-----------media quary---------*/


@media (max-width:500px){

    .top{
        display: flex;
        flex-direction: column;
        text-align: center;
        border-bottom-left-radius: 5%;
        border-bottom-right-radius: 5%;
    }
    .top-left{
        margin: 0;
        margin-bottom: 10px;
    }
    .top-right{
        max-width: 300px;
        margin: 0;
        justify-content: center;
    }

    .top-span{
        border-right: solid;
        padding-right: 20px;
        padding-left: 20px;
        cursor: pointer;
    }


    .banner-img{
        height: 500px;
    }

    .contact{
        display: flex;
        flex-direction: column;
        margin: 0;
        align-items: center;
        margin-top: 140px;
        overflow: scroll;
        
    }
    .welcome{
        width: 90%;
        text-align: justify;
    }
    .info1{
        position: relative;
        display: flex;
        flex-direction: column;        
    }
    .contact-info{
        display: flex;
        flex-direction: column;
        max-width: 360px;
    }

    .address{
        overflow: scroll;
    }
    .time{
        position: relative;
        bottom: 165px;   
    }

    .map{
        max-width: 330px;
        overflow: scroll;
        
    }

    .footer-div{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .about-text{
        max-width: 80%;
    }

    .about-img{
        width: 80%;
        
    }

    .fssai-div{
        flex-direction: column;
        align-items: center;
        
        
    }

    .udyam-img{
        width: 90px;
        height: 45px;
    }

    .slide-frame{
        width: 100%;
    }

    .gallery{
        justify-content: center;
        width: 100%;
    }
    .content{
        width: 60%;
    }
    .product-img{
        width: 150px;
    }


    .footer-credit{
        justify-content: center;
        margin-right: 0;
        font-size: 8px;
        
    }

    .home-info{
        flex-direction: column;
        max-width: 95%;
    }

    .home-info-text{
        margin-bottom: 40px;
        text-align:justify;
        font-family: 'Bebas Neue', sans-serif;
        font-weight: bold;
        color: gray;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: inline;
        margin-right: 40px;
        word-break:keep-all;
        
        
    }

    .home-img1{
        width: 100%;
        align-self: center;
        
    }

    .home-info{
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid;
        border-width: 2px;
        border-color: gray;
    }
  


    .staff-div{
        padding: 20px;
        margin-bottom: 30px;
        background-color: #fdfdfd;
        height: 235px;
    }
    
    
    .staff-img{
        width: 180px;
        height: 230px;
    }
    
   .hero-text{
    font-size: 40px;
   }
   .hero-text2{
    font-size: 20px;
   }
    
   .hero-shop{
    font-size: 20px;
   }
    
   .swiper{
    width: 95%;
    height: 200px;
   }

    .fresh{
        flex-direction: column;
        align-items: center;
    }

    .fresh-img{
        border-right: none;
        border-bottom: solid;
    }

}