@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'poppins', sans-serif;
    background-size: cover;
}
section{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#navbar{
    top: 0;
    left: 0;
    position: sticky;
    z-index: 100;
    padding: .5rem 2rem;
    background-color: rgb(253, 254, 255);
}
.navbar .navbar-brand{
    font-size: 23px;
    font-weight: 900;
    color: rgb(8, 253, 0) !important;
}
.sin{
    background-color: goldenrod !important;
    border-radius: 25px !important;
}
#navbarSupportedContent a{
    border-bottom: 3px solid transparent;
    font-weight: 500;
    color: black;
}
#navbarSupportedContent a:hover{
    border-bottom: 3px solid rgb(84, 255, 16) !important;
}

/*******HOME*******/

#home{
    background:url(img18_11zon.jpg);
    background-size: cover;
    background-position: center;
}
#home img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 450px;
  border-radius: 20px;
}
#home h1{
    font-size: 60px;
    color: greenyellow;
    font-weight: 900;
    margin: 30px;
}
#home span{
    color:white;
    font-weight: 900;
}
#home p{
    color: rgb(229, 236, 202);
}
#home .input-group{
    width:46%;
}

/******about*********/

#about{
    flex-direction: column;
    background-color: rgb(255, 255, 255);
}

#about img{
    border-radius: 50%;
    margin-left: 40px;
}
#about h1{
    font-weight: 900;
    margin-top: 30px;
    padding: 30px 20px;
}
#about p{
    text-align: justify;
}

/*****prodect*******/

#prodect{
    background-color: #e5e5e5;
    padding-bottom: 60px;
}
#prodect h1{
    font-weight: 900;
    padding: 30px;
    margin-top: 60px;
}
#prodect img{
    width: 250px;
    height: 300px;
    border-radius: 20px !important;
    width: 240px;
    height: 290px;
    margin-top: 5px;
}
.card{
    width: 250px;
    height: 300px;
    border: none !important;
    background: white !important;
    box-shadow: 15px 15px 20px rgb(0,0,0,.3);
        inset:  4px 4px 10px white;
    border-radius: 15px !important;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin: 20px 60px;
}
.card:hover{
    box-shadow: inset 5px 5px 10px rgb(0,0,0,.3);
                inset:  -4px -4px 10px white;
    transition: .1s;
}

/****organic******/

#organic{
    background-color: rgb(255, 253, 255);
}

.carousel{
    width:90%;
    height:80vh;
    background-color: rgb(253, 255, 255);
    margin: 30px;
    box-shadow: 5px 5px 10px 10px rgb(0,0,0,.2);
    margin-top: 60px;
}
#organic img{
    width: 90%;
    height:80vh;   
}

/*******contect********/

#contect h1{
    font-weight: 900;
    margin: 50px;
}
#contect input{
    margin: 10px;
    width: 90%;
}
#contect textarea{
    margin: 10px;
    width: 90%;
}
#contect button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 17px;
}
#contect img{
    width: 500px;
    height: 320px;
    border-radius: 15px;
}
#contect form{
    box-shadow: 2px 2px 2px 2px rgb(0,0,0,rgb(0,0,0,.2)) !important;
}

@media (max-width: 384px){
    #home h1{
        font-size: 30px;
        color: greenyellow;
        font-weight: 900;
        margin: 36px;
    }
    #home{
        min-height:70vh;
    }
    #home span{
        color:white;
        font-weight: 900;
    }
    #home p{
        color: rgb(229, 236, 202);
        margin-left: 12px;
        text-align: justify;
        margin: 26px;

    }
    #home .input-group{
        width:58%;
    }
    /****ab****/
    #about{
        min-height:50vh;
    }
    #about img{
        border-radius: 50%;
        margin-left: 4px;
    }
    #about p{
        font-size: 15px;
    }
    /****carsol****/
    .carousel{
        width:90%;
        height:40vh;
        background-color: rgb(253, 255, 255);
        margin: 30px;
        box-shadow: 5px 5px 10px 10px rgb(0,0,0,.2);
        margin-top: 60px;
    }
    #organic img{
        width: 90%;
        height:40vh;   
    }
    #organic{
        min-height: 50vh;
    }
    /*****contect******/
    #contect {
       min-height: 50vh;
    }
    #contect input{
        margin: 8px;
        width: 90%;
    }
    #contect textarea{
        margin: 10px;
        width: 90%;
        height: 120px;
    }
    #contect button{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 17px;
    }
    #contect img{
        width: 300px;
        height: 220px;
        border-radius: 15px;
        margin-left: 20px;
        margin-bottom: 30px;
    }
    /*****card******/
    #prodect{
        background-color: #e5e5e5;
        padding-bottom: 60px;
        margin-right: 20px;
        min-height: 50vh;
    }
    #prodect h1{
        font-weight: 900;
        padding: 10px;
        margin-top: 60px;
    }
    #prodect img{
        width: 100px;
        height: 150px;
        border-radius: 20px !important;
        width: 240px;
        height: 290px;
        margin-top: 5px;
    }
    .card{
        width: 100px;
        height: 150px;
        border: none !important;
        background: white !important;
        box-shadow: 15px 15px 20px rgb(0,0,0,.3);
            inset:  4px 4px 10px white;
        border-radius: 15px !important;
        overflow: hidden;
        align-items: center;
        justify-content: center;
        margin: 3px 5px;
    }
    .card:hover{
        box-shadow: inset 5px 5px 10px rgb(0,0,0,.3);
                    inset:  -4px -4px 10px white;
        transition: .1s;
    }
    #prodect h5{
        font-size:12px;
    }
    #prodect a{
        font-size: 8px;
    }

    
}

@media screen and (max-width: 768px){
    html,body{
        width: 100%;
        overflow-x: hidden;
    }
}