p{
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
}
.section-p1{
    padding: 40px 80px;

}
.section-m1{
    margin: 10px 90px;

}
button.normal{
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color: #000;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
}
body{
    width: 100%;
}
#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: #E3E6F3;
    box-shadow: 0 5px 15px rgba(0, 0, 0.06);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}
#navbar{
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar li{
list-style: none;
padding: 0 20px;
position: relative;
}
#navbar li a {
text-decoration: none;
font-size: 16px;
font-weight: 600;
color: wheat;
}
#navbar li a:hover,
#navbar li a.active {

color: #888178;
}

#navbar li a.active::after{
content: "";
width: 30%;
height: 2px;
background: #C4088178;
position: absolute;
bottom: -4px;
left: 20px;
}
#mobile{
    display: none;
    align-items: center;
}
#close{
    display: none;
}

#hero {

background-image: url("img/hero4.png");
height: 90vh;
width: 100%;
background-size: cover;
background-position: top 25% right 0;
padding: 0 80px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
#hero h4{
    padding-bottom: 15px;
}
#hero h1{
    color: aquamarine;
}
#hero button{
   background-image: url("img/button.png"); 
   background-color: transparent;
   color: greenyellow;
   border: 0;
   padding: 14px 80px 14px;
   background-repeat: no-repeat;
   cursor: pointer;
   font-weight: 700;
   font-size: 15px;
}
#feature{
   display: flex; 
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
}

#feature .fe-box{
    width: 180px;
    text-align: center;
    padding: 24px 15px;
    box-shadow: 20px 20px 34px rgba(0, 0, 0.03);
    border: 1px solid #cce7d0;
    border-radius: 4px;
    margin: 15px 0;

}
#feature .fe-box:hover{
    box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
}
#feature .fe-box img{
    width: 100%;
    margin-bottom: 10px;
}
#feature .fe-box h6{
    display: inline-block;
    padding: 9px 8px  6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: #088178;
    background-color: #fddde4;
}
#product1{
    text-align: center;
}
#product1 .pro-container{
    display: flex ;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}

#product1 .pro{
    width:30%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
box-shadow: 20px 20px 30px rgb(230, 230, 230);
margin: 15px 0;
position: relative;

}
#product1 .pro{
    box-shadow: 20px 20px 30px rgb(191, 189, 189);
}
#product1 .pro img{
    width: 100%;
    border-radius: 20px;

}
#product1 .pro .des {
    text-align: start;
    padding: 10px 0;
}
#product1 .pro .des span{
    color: 0606063;
    font-size: 12px;

}
#product1 .pro .des h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;

}
#product1 .pro .des i{
    font-size: 12px;
    color: goldenrod;
}
#product1 .pro .des h4{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #088176;
}
#product1 .pro .cart{
   width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: red;
    font-weight: 500;
    color: white;
    border-color:1px solid #cce7d0;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
#banner{
    background-image:url(img/maca.jpg) ;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
    
    

}
#banner h4{
    color: #fff;
    font-size: 16px;

}
#banner h2{
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
}
#banner h2 span{
    color: greenyellow;
}
#banner button:hover{
    background-color: blueviolet;
    color:white ;
}
#footer{
    background-color: #E3E6F3;
}
#footer .footer-section{
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    
}
#footer .footer-banner img{
    width: 100%;
}
#footer .footer-section-1{
  
}
#footer .footer-section-2{
    
}

#prodetails{
    width: 80%;
    background-color: whitesmoke;
    border-radius: 10px;
    border-bottom-style: solid;
    border-bottom-color: #1a1a1a;
    border-bottom: #000;
    display: flex;
    

}
#prodetails .single-pro-image{
    border-radius: 4px;
    width: 50%;
    margin-right: 50px;
    }
#prodetails .single-pro-details{
    width: 50%;
    padding-top: 30px;

    
}
#prodetails .single-pro-details h4{
    padding: 40px 0 20px 0;
    
}
#prodetails .single-pro-details h2{
    font-size: 26px;
}
#prodetails .single-pro-details select{
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
}
#prodetails .single-pro-details input{
    width: 50px;
    height: 47px;
    padding-left:10px;
    font-size : 16px;
    margin-right: 10px;


}
#prodetails .single-pro-details input:focus{
    outline: none;
}
#prodetails .single-pro-details button{
    background-color: green;
    color: white;
}

#main-section{
    display: flex;
}
 .minor-images{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    justify-content: flex-start;
    margin-left: 0;
    overflow: hidden;
}
.minor-image-col{
flex-basis: 24%;
cursor: pointer;
margin-left: 0px;
}


@media(max-width:799px){
    #navbar{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 300px;
        background-color: #E3E6F3;
        box-shadow:0 40px 60px rgba(0, 0, 0.1) ;
        padding: 80px 0 0 10px;
        transition: 0.3s;

    }
    #navbar.active{
        right: 0px;
    }
    #navbar li {
        margin-bottom: 25px;
    }
    #mobile{
        display: flex;
        align-items: center;
        
 }
 #mobile i{
    color: black;
    font-size: 24px;
    padding-left: 20px;
 }
 #close{
    display: initial;
    position: absolute;
    top: 30px;
    left:30px;
    color: black;
    font: 24px;
 }
 #lg-bag{
    display: none;
 }
 #prodetails{
    display: flex;
    flex-direction: column;
 }
 #prodetails .single-pro-image{
    
    width: 50%;
    margin-right: 0px;
    }
    #prodetails .single-pro-image{
        
        width: 50%;
        margin-right: 30px;
        }
}

