 
    @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
    body{
        background-color: #FCF3EC;
        font-family: 'Poppins', sans-serif;
        margin: 0;
    }
    .mySlides {display:none}
        .w3-left, .w3-right, .w3-badge {cursor:pointer}
        .w3-badge {height:13px;width:13px;padding:0;background-color: gray;}
        .w3-left, .w3-right{
            height:300px;width:13px;padding-right: 80px;
        }
    #container{
        background-color:#CF102D;
        width: 100%;
        margin-top: 0px;
        padding-top:80px;
        
    }
    .spacer{
        width: 100%;
        height: 200px;
    }
    
    #nav-bar{
        width: 100%;
        margin:  0px;
        display: flex;
        gap: 10px;
        background-color: #CF102D;
        color: white;
        line-height: 24px;
        justify-content:  space-between;
        padding: 5px;
        position: fixed;
        z-index: 1;
        
    }

    #nav_left{
        display: flex;
        gap: 30px;
        font-size: 14px;
        font-weight: bold;
        align-items: center;
        justify-content: space-evenly;
        margin-left: 20px;
        height: 60px;
    }
    #nav_right{
        display: flex;
        gap: 15px;
        font-size: 12px;
        justify-content: space-evenly;
        margin-right: 20px;
        align-items: center;
    }
    #nav_right a{
        text-decoration: none;
    }
    #nav_right a:hover{
        text-decoration: none;
        color: white;
    }
    #nav_center{
        display: flex;
        gap: 35px;
        font-size: 12px;
        justify-content: space-evenly;
        margin-right: 20px;
        align-items: center;
    }
    #search{
        border-radius: 30px;
        height: 50px;
        width: 300px;
        border: 0;
        padding-left: 50px;
        background: url("https://static.thenounproject.com/png/101791-200.png") no-repeat left;
        background-size: 30px;
        background-position: 15px;
        background-color: white;
        font-size: 16px;
        font-family:'Poppins', sans-serif ;
        font-style: italic;

        align-items: center;
    }
    .dropdown-content {
         display: none;
         position:absolute;
         color: black;
         width:1200px;
         background-color: white;
         margin-top: 23px;
   
    }
    #cat,#age{
        position: relative;
        display: inline-block;
        height: 55px;
        margin-top: 30px;
        cursor: pointer;
        
    }
    #age img{
        margin: 20px;
    }
    #cat:hover .dropdown-content ,#age:hover .dropdown-content  {
        display:flex;
        gap: 20px;
        z-index: 1000;  
        flex-wrap: wrap;
    }
   
   
    .dropdown-content>div>div{
        display: flex;
        flex-direction: column;
        width: 150px;
        margin:20px;
        height: 200px;
    }
    a{
        font-size: 12px;
    }
    a:hover{
        color: red;
    }
    #redband{
        background-color: #CF102D;
        padding: 15px;
        text-align: center;
        color: white;
        font-weight: bold;
    }
    #footer_container{
        display: flex;
        flex-direction: row;
        margin: 40px;
        gap: 20px;
    }
    #footer_container>div{
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 300px;
    }
    #footer_container>div:last-child{
        width: 650px;
    }
    #footer_container a{
        font-size:14px;
    }
    #newsletter{
        width: 300px;
        height: 60px;
        padding-left: 50px;
        background: url("assest/img/pngegg.png") no-repeat right;
        background-size: 30px;
        background-position: 15px;
        background-color: white;
        font-size: 16px;
        font-family:'Poppins', sans-serif ;
        font-style: italic;
        border-radius: 30px;
    }
 
    h1{
        font-size: 45px;
        font-weight: bolder;
       text-align: center;
    }
    #ageflex{
        display: flex;
        width: 1200px;
        overflow : scroll;
        gap: 20px;
        margin: auto;
        overflow-y: hidden;
        
    }
    #trending{
        background-color: #CF102D;
        margin: 0;
        width: 100%;
    }
    #trending_cotainer{
        display: flex;
        flex-direction: row;
        gap: 20px;
        padding:30px;
        margin-top: 20px;
        margin-bottom: 20px;
        overflow-x: scroll;
    }
    #trending_cotainer>div{
        background-color: white;
        padding: 10px;
        border-right: 5px solid black;
        border-bottom: 5px solid black;
    
    }
 

    #trending_cotainer>div>div:last-child{
        display: flex;
        justify-content: space-around;

    }
    #trending>h1{
        color:white
    }
    #heart{
            font-size: 40px;
            color: white;
            -webkit-text-stroke:2px red;
    }
    #addtobag{
            color: red;
    }
    #heart:hover{
        cursor: pointer;
    }
    #addtobag{
        cursor: pointer;
    }
    ::-webkit-scrollbar {
  width: 20px;
  background-color: white;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
@media all and (min-width: 760px) and (max-width: 990px)
{
            #nav_left{
               display: none;
            }
     #nav_right>div,#nav_right>div>a{
         font-size: 10px;
     }
     #nav_right{
         padding: 0;
         margin: 0;
     }
     #search{
         width:180px;
     }
     .w3-left{
         display: none;
     }
     .w3-right{
         display: none;
     }
     #container{
         padding:20px
     }
     #footer_container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 40px;
        gap: 20px;
     }
}
@media all and (min-width: 81px) and (max-width: 761px)
{
    #nav_left{
               display: none;
            }
    #nav_right{
        font-display: none;
         
    }
    .w3-left{
         display: none;
     }
     .w3-right{
         display: none;
     }
#nav-bar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   
}
#container{
         padding:20px;
         position: relative;
     }
     #footer_container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 40px;
        gap: 20px;
     }  

}