@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
    
    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;
}

#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 ; 
    
}

#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;
}
#footer{
    background-color: #FCF3EC;
}
#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;
    background-color: #FCF3EC;
    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;
  
}
form{
        margin: auto;
        margin-top: 50px;
        width:30%;
        text-align: center;
        gap:15px;
         height: 250px;

        line-height: 60px;
        margin-bottom: 100px;
    }
    #h4{
      font-size: 23px;
      color: #212529;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 0px;
      font-weight: bolder;
    }
   #mobile{
        font-size: 20px;
        padding-left: 5px;
        width:60%;
        height:40px;
        border: 0;
        border-bottom: 1px solid black;
        text-align: center;
    }
    #mobile:focus{
        border: 0px;
        border-bottom: 1px solid black;
    } 

    #sub{
        border-radius: 30px;
        width: 150px;
        
        font-size: 20px;
        border: 1px solid #CF102D;
        box-shadow: #cf102d 1px 4px 0px, rgb(0 0 0 / 23%) 0px 7px 6px;
        background-color: white;
       
    }
    #sub:hover{
        cursor: pointer;
    }
    @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
 }
 #footer_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px;
    gap: 20px;
 }  

}    
