

*{
    /*margin: 1%;
   
    padding: 0; */
    box-sizing: border-box;
    /* border: 1px solid green;; */
}

body{
    font-family: 'Poppins', sans-serif;
}


.container{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

/*Nav*/
.navbar{
    display: flex;
    align-items: center;
    padding: 20px;
    
}

nav{
    flex: 1;
    text-align: right;
    
}

nav ul{
    display: inline-block;
    list-style-type: none;
   
}

nav ul li{
    display: inline-block;
    margin: 20px;
}

a{
    text-decoration: none;
    color: #555;
}

p{
    color: #555;
}

.menu-icon{
    width: 28px;
    margin-left: 40px;
    display: none;
}

/*Category Details*/

/* 
.categorydetails{
    margin: 50px 100px 0 100px;
   
} */


.maintitle h1{
    background-color: #499c28;
    color: white;
    text-align: center;
    border-radius: 5px;
}

.maincontiner{
    margin-top: 60px;
    margin-left: 40px;
    
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.subcontainer{
    position: relative;
    margin: 50px 30px;
    width: fit-content;
    /* border: 3px solid #499c28; */
    border-radius: 5px;
    overflow:visible;
}

.subcontainer .corner-image{

   
    position: absolute; /* Position the pseudo-element relative to the parent */
    top: -50px; /* Position at the top */
    left: -50px; /* Position at the right */
    width: 100px;
    height: 100px;
 
}

.item{
    width: 210px;
    margin: 3px;
    
    align-items: center;

}



.item01{
    margin-bottom: 1px;
    
       
}

.item01 img{
    margin-bottom: 0px;
}

.item01 h6{
    
    width: fit-content;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.item01 p{
    
    width: fit-content;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 14px;
    
}

.product-container {
    position: relative;
    display: inline-block;
}

.out-of-stock {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
    width: 80%; /* Adjust size as needed */
    opacity: 0.9; /* Slight transparency */
    pointer-events: none; /* Ensures it doesn’t interfere with clicks */
}

.doubleSpace{
    min-height: 30px;
    
}

.item02{
    margin-top:1px;
    margin-bottom:1px;
    display: flex;
    
   
}


.tingle{
    color: grey;
}

.item02 select{
    
    width: fit-content;
    display: block;
    padding: 5px;
    border-radius: 5px;
    margin-right: 1px;
    border: 1px solid #499c28; 
}

.item02 select:focus{
    outline: none;
}


.item02 input{
    width: 95px;
    height: 30px;
    padding: 3px;
    border-radius: 3px;
    font-size: 15px;
    margin-left: 1px;
    border: 1px solid #499c28;
    
}

.item02 input:focus{
    outline: none;
}

.item03{
    margin-top:0px;
}

.item03 .btn{
    
    display: inline-block;
    background: #499c28;
    text-align: center;
    width: 200px;
    color: #fff;
    padding: 6px 8px;
    margin-top: 10px;
    border-radius: 5px;
    transition: background 0.5s;
}

.item03 .btn:hover{
    background: darkgreen;
    
}

.item03 a{
    font-size: 16px;
}



.item03 p{
    width: 100%;
    font-size: 12px;
    
}

.item03 h4{
    margin-top: 5px;
    background-color: lightgreen;
}

.item04{
    height:100px; 
    width:200px; 
    border:1px solid #ccc;
    font-size: 12px;
    overflow:auto;
}





/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/

.footer{
    /* margin-top: 10px; */
    background-image: linear-gradient(90deg,#f7f1cb, rgb(168, 180, 184), lightgreen);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; 
    
    
    margin: 0px;
}

.footer .footer-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer .footer-content .footer-section{
    flex: 1;
    text-align: center;
    
}

.footer .footer-content .logo1{
   
}

.footer .footer-content .logo1 a img{

    padding: 5px 0 0 0;
    
    
}


.footer .footer-content h1{
    color: var(--techColor);
    text-align: center;
    
}
.footer .footer-content h2{
    color: white;
}

.footer .footer-content h1 span{
    color: var(--tellColor);

}

.footer .footer-content .socialmedia{
    
   
    
    
}

.footer .footer-content .socialmedia .socials{
    
   }

.footer .footer-content .socialmedia .socials a{
    
   
    
    width: 36px;
    height: 30px;
    
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;

    
    
    display: inline-block;
   
    border-radius: 5px;
    color: rgb(61, 60, 60);
    
    
   
}


.footer .footer-content .socialmedia .socials a:hover{
    
   
    color: rgb(161, 158, 158);
    transition: all .03s;

}

.footer .footer-content .links ul{
    
    
   
    text-decoration: none;
}

.footer .footer-content .links ul a{
    display:inline-block;
    
    font-family: lora;
    font-weight: bold;
    color: rgb(63, 62, 62);
    margin-right: 4px;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
    
    transition: all 1s;
    
}

.footer .footer-content .links ul a:hover{
    color: rgb(117, 113, 113);
    transition: all .03s;
}




.footer-bottom{
    font-family: poppins;
    font-size: 0.9em;
    
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    background-color: #555;
    border-bottom-left-radius: 5px ;
    border-bottom-right-radius: 5px;
    /* font-family: poppin;
    font-size: 0.9em;
    font-weight: bold;
    background-color: #343a40;
    color: #686868;
    height: 20px;
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0px;
    top: 0px;
    left: 0px; */
    
    
} 


/*Footer Ended*/


/*Media Query for nav bar for 800 width*/

@media only screen and (max-width:800px){
    
    nav ul{
        position: absolute;
        top: 80px;
        left: 0;
        background-color: #333;
        width: 100%;
        overflow: hidden;
        transition: max-height 0.5s;
    }

    nav ul li{
        display: block;
        margin-right: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav ul li a{
        color: #fff;
        
    }

    .menu-icon{
        
        display: block;
        cursor: pointer;
    }

}




@media only screen and (max-width:500px){

.footer .footer-content{
    
    flex-direction: column;
    
}

.footer-bottom{
    font-size: 0.6em;
    border-bottom-left-radius: 0px ;
    border-bottom-right-radius: 0px;
}

}