* {
    margin: 0%;
    padding: 0%;
}

 body {
    font-family: "poppins", sans-serif;
    font-weight: 300;
    font-style: normal;

  }
nav {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    justify-content: space-between;
    padding: 18px;
    align-items: center;
    position: sticky;
    top: 0%;
    z-index: 100;
    background-color:green;
    
}
li {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    width: fit-content;
   
}
.itemone{
    width: fit-content;
    gap: 10px;
}
 li button{
padding: 6px;
color: #f2f4f7;
border-radius: 20px;
border: none;  
margin-left: 10px;
}
/* .nav-cont {
    display: flex;
    gap: 10px;

} */

.nav-cont p i {
    margin-right: 5px;
}

.bars {
    display: block;
    color: #f2f4f7;
}
.bars:hover{
    cursor: pointer;
}
#green{
color: green;
margin-right: 6px;
}
.side-nav{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
left: -70%;
width: 50%;
background-color:white;
color: black;
font-weight: 500;
position: relative;
top: 0%;
height: 100%;
transition: 1s;
position: fixed;
transition-timing-function: ease-in-out;
border-radius: 5px;
z-index: 114;
}
.side-para {
    text-align: center;
margin-top: 7%;

}

.side-para a{

margin-bottom:30px ;
}
.side-nav h5{
text-align: center;
margin-top: 15px;
}
.side-para i{
    position: relative;
    left: -7%;
}
#wrongs{
position: relative;
left: 90%;
}
.side-nav:hover{
    cursor: pointer;
}
.image-up{

position: relative;

}
.serach-container{
width: 70%;
padding: 20px;
height: 50px;
background-color: white;
border-radius: 25px;
/* border: black solid 2px; */
position: absolute;
bottom: 10px;



}
.side-para a{
text-decoration: none;

color: black;

}
.side-para p{
margin-bottom: 7%;
}
.serach-container input{
width: 90%;
border: none;
}
.serach{
display: flex;
justify-content: center;
}
.serach-container{
display: flex;
justify-content: space-between;
align-items: center;

}
.serach-container input:focus{
    outline: none;
}
.image-up img{
    width: 100%;
height: 400px;    
}
.category{
    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.category div{
    background-color:#f2f4f7 ;
padding: 25px;
border-radius: 14px;
width: 30%;
}
.top{
text-align: center;
margin-bottom: 27px;
}

.category div p{
position: relative;
top: 10px;
}
#mark{
color: rgba(64, 212, 50, 0.849);
}
.market{
    color: rgba(64, 212, 50, 0.849);
}
.category div h5{
margin-bottom: 5px;
}
.apply-container{
background-color: #f2f4f7;
border-radius: 10px;
margin: 20px;
}
.apply{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 15px;

}

.read-image{
display: flex;
justify-content: center;
align-items: center;
column-gap: 7%;
}
.divs2 p{
flex-wrap: wrap;
}
.read-image2{
    
    margin: 20px;
    display: flex;
    gap: 7%;
    align-items: center;
justify-content: center;
}
.read-image2 img{
    width: 260px;
    height: 150px;
}
.btn-one{
display: flex;
justify-content: center;
}
.divs2{
flex-wrap: wrap;
}
#last-green{
margin-right: 10px;
color: green;
}
#foot{
color: #f2f4f7;
margin-right: 10px;
}
.footer-div{
    background-color:rgba(22, 23, 24, 0.74);
color: #f2f4f7;
padding: 16px;

}
.sub-footer{

display: flex;
justify-content: space-evenly;

}
.sub-footer h6{
    
    margin-top: 40px;
    color: #f2f4f7;
}
.footer-div p{
color: rgb(187, 185, 185);
}
.sign-up{
    display: flex;
justify-content: space-between;
width: 70%;
border: rgb(187, 185, 185) 2px solid;
background-color: transparent;
padding: 6px;
border-radius: 10px;

}
#suc{
border: none;
background-color: transparent;
width: 70%;

}
#suc:focus{

outline: none;
}
#last-button{
border-radius: 4px;
padding: 5px;
border: none;
color: #f2f4f7;
background-color: #5fe075;
}
.alert{
    display: flex;
justify-content: center;
align-items: center;
}
 .details{
display: flex;
justify-content: center;
align-items: center;
 }   
 .details div{
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding: 20px;
border-radius: 20px;
margin: 10px;
display: flex;
align-items: center;
 }
 .locate-map{
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 15px;
margin-bottom: 15px;
justify-content:space-evenly;
 }
 .loacte{
flex-wrap: wrap;
 }
#apply a{
text-decoration: none;
color: #f2f4f7;
}
.contact-box{
    display: flex;
    flex-wrap: wrap;
justify-content: center;
align-items: center;

margin: 40px;
}
.flex-box{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
color: green;
width: 500px;
height: fit-content;
padding: 20px;


}
.flex-box input{
    width:94%;
    padding: 20px;
    margin-bottom: 9px;
    border-radius: 6px;
    border-color: gray;
border-width: 2px;
}


textarea{
    width: 94%;
    padding: 20px;
    margin-top: 9px;
    border-radius: 6px;
}
.contact-box input:focus{
    outline: none;
}
.contact-box textarea:focus{
    outline: none   ;
}




@media screen and (max-width:750px) {
    .nav-cont {
        display: none;
    }
    nav h1{
        font-size:large;
    }
    input{
color: gray;
    }
p {
font-size: small;
    }
    .flex-box input{
padding: 10px;
    }
    textarea{
padding: 10px;
    }
    .modal-content {
display: flex;
padding: 10px;
justify-content: center;
    }
    .modal-footer button{
font-size:x-small;
    }
    #last-button{
font-size: smaller;

    }
    .details div{
        
        
        
        flex-wrap: wrap;
     padding: 4px;
border-radius: 20px;
margin: 3px;
 }
 .para{
font-size: x-small;
 }
 .details div p{
 font-size: xx-small;
    margin-top: 9px;
 }
 .src{
width: 300;
margin: 20px;
height: 300;
 }
    .side-para p{
        
    margin-bottom: 15%;
    
    }
    .bars{
display: block;
    }
    .bars{
font-size: x-large;
    }
 .category div{

flex-basis: 29%;

 }
 .divs1 img{
width: 200px;
height: 150px;
 }
 .read-image{
margin: 20px;
display: flex;
justify-content: space-evenly; 
gap: 15px;
 }
 .read-image2 img{
    width: 200px;
    height: 150px;
}
.sub-footer{
    font-size:x-small;
    gap: 20px;
}
#foot{
    margin-right: 4px;
}
.sign-up{
    justify-content:space-between;
    width: 60%;
   
    padding: 4px;
    
    }
    .divs2{
    font-size: x-small;
    }
 .divs4 p{
 font-size: x-small;
    }

    #last-button{
        
        padding: 2.5px;
        font-size: x-small;
        }
       .category{
    
           
            gap: 4px;
            
}

.side-nav h5{
font-size: small;
}
.category div h6{
font-size: small;
}
#suc{
   
    width: 30%;
}


}
@media screen and (min-width:850px){
    .category div{
flex-basis: 30%;
    }
   .bars{
font-size: x-large;
   } 
}

