*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}
.container{
    width: 100%;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between ;
    height: 70px;
}
.container header{
    display: flex;
    align-items: center;
    background-color: #131921;
}
header .header_left{
    display: flex;
    align-items: center;
}
header .header_left .header_menu .header a .fa-solid{
    padding: 0px 16px;
    font-size: 33px;
    color: #fff;
}

.header_left .alimder a{
    color: #fff;
    font-weight: 900;
    font-size: 3vw;
}
header .header_center{
    display: flex;
    align-items: center;

}
.container header .header_left{
    display: flex;
    gap: 30px;
}
.container header .header_right .header_icons{
    display: flex;
}
.container .header_center .search_box{
    background: white;
    width: 48vw;
    height: 43px;
    border-radius: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
   
}
.container .header_center .search_box input{
    width: 45vw;
    height: 40px;
    border: none;
    outline: none;
    background: none;
    font-size: 15px;
}
.container .header_right .header_icons{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    gap: 31px;
    padding: 0px 24px;
} 
.container .header_right .header_icons .cart i{
    font-size: 20px;
    color: #fff;
}
.container .header_right .header_icons .cart a{
    text-align: center;
}
.container .header_right .header_icons .cart p{
    color: #fff;
    font-weight: 600;
}
nav{
    width: 100%;
    min-height: 55px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.nav_list{
    position: relative;
}
nav .nav_list{
    width: calc(100% - 30px);
    margin: auto;
}
nav .nav_list ul{
    display: flex;
    gap: 30px;
}
nav .nav_list ul li i{
   color: #020202;
}
nav .nav_list ul li {
    text-align: center;
    color: white;
}
nav .nav_list ul li a p {
    color: #020202;
    text-decoration: underline;
    text-decoration-color: whitesmoke;
}
nav .nav_list ul li a i:hover{
    color: rgb(121 121 122);
}
nav .nav_list ul li a p:hover{
    color: #ccc;
}
.nav_dropdown{
    width: 100%;
    min-height: 300px;
    position: absolute;
    top: 35px;
    display: none;
    background-color: white;
    z-index: 1;
    outline: #ccc;
}
nav .nav_list ul li:hover .nav_dropdown{
    display: block;
    left: 0;
    transition-delay: 1s;
}
.nav_dropdown .nav_menu_row{
    display: flex;
    padding-top: 15px;
}
.nav_dropdown .nav_menu_row .nav_menu_row_col{
    width:20%;
    min-height: 300px;
    
}
.nav_menu_row p{
   text-align: start;
   padding: 0px 2px 2px 12px;
}
.nav_menu_row p .items{
    color: rgb(106 117 124);
    font-size: 1vw;
}
.nav_menu_row_col hr{
    margin: 10px;
    border-color: #fff;
}
.nav_menu_row_col h4{
    color: #5e5158;
    text-align: start;
    padding: 5px;
}
.nav_menu_row p a.items:hover{
    font-weight: bold;
    color: rgb(44, 42, 42);
}

/**cotentent section start**/

.content_section{
    width: 100%;
    background-color: rgb(225 225 225 / 79%);
}
.content_section .content_section_row{
    padding: 34px;
    display: flex;
    gap: 3%;
}
.content_section_row_product{
    display: flex;
    width:60%;
    justify-content: space-between;
    
    
}
.content_section_row_banner{
    width: 40%;
}
.content_section_banner .banner_image{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 377px;
    border-radius: 7px;
}
.content_products{
    position: relative;
    width: 32%;
    padding: 10px;
    flex-direction: column;
    background-color: white;
    border-radius: 7px;
}

.content_product_coloum_1 .product_discount{
    position: absolute;
    background-color: rgb(60, 186, 218);
    left: 6px;
    top: 12px;
    display: none;
}
.content_product_coloum_1 .product_discount .product_discount_item{
    font-size: 20px;
    color: white;
}
    
.product_image{
    width: 92%;
    margin: 8px;
    height: 190px;
}
.product_images a{
    display: block;
}

.content_product_coloum_2{
    padding: 10px;
}

.content_product_coloum_2 .product_all_details .bestseller{
    display: flex;
    align-items: center;
    display: none;
    
}
.content_product_coloum_2 .product_all_details .bestseller p{
   background-color:#076DCD;
    padding: 5px;
    color: #fff;
}
.content_product_coloum_2 .product_all_details .bestseller span{
    padding-left: 5px;
    color: gray;
}
.product_all_details .product_name{
    padding-top: 5px;
}
.product_all_details .product_rating{
    margin-top: 5px;
}
.product_all_details .product_rating .note{
    display: none;
}
.product_all_details .product_rating span{
    border-radius: 11px;
    justify-content: center;
    font-size: 13px;
    padding: 2px 10px;
    background-color: rgb(219 219 219);
    color: #000;
}
  .product_all_details .product_rating .Add_to_cart{
    border-radius: 11px;
    justify-content: center;
    font-size: 13px;
    padding: 2px 13px;
    font-weight: 600;
    background-color: #ffed94;
    color: #000;
    display: none;
}
.product_all_details .product_price .Buy_Now{
    border-radius: 11px;
    justify-content: center;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 600;
    background-color: #ffce12;
    color: #000;
}
.product_all_details .product_price .Buy_Now:hover{
    background-color: #e0cb63;
}
  
.product_all_details .product_price .price_money{
    padding: 5px 8px;
}
.product_all_details .Amount{
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.product_all_details .h3{
     color: #423d2b;
}
.product_all_details .star{
    font-size: 12px;
    margin-top: 4px;
}


.all_products_items{
    display: flex;
    width: 95%;
    margin: auto;
    gap: 13px;
}

.all_products{
    width: 100%;
    background-color: rgb(241 240 240);
}
.item_suggetion{
    width: 95%;
    margin: auto;
    padding: 10px 0px;
}
.item_suggetion p{
    padding: 10px 0px;
}


.all_products .all_items_view{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
    padding-bottom: 10px;
}
.all_products .all_items_view p{
    background-color: #076DCD;
    border-radius: 3px;
    padding: 5px;
}
.all_products .all_items_view p a{
    color: white;
}
/*content section end*/










    






footer{
    width: 100%;
    min-height: 60vh;
    background-color: #242323;
    
}
.footer_section{
    display: flex;
}
.footer_section .footer_section_col{
    width: 25%;
    margin: 34px;
 }
 .footer_section .footer_section_col ul h3{
    padding: 10px 0px;
    color: white; 
    text-transform: uppercase;
    font-size: 17px;
 }
 .footer_section .footer_section_col ul li{
    line-height: 23px;
 }
  .footer_section .footer_section_col ul li a{
    color: #DDD;
 }
  .footer_section .footer_section_col ul li a:hover{
    text-decoration: underline;
    font-size: 17px;
 }
 footer .footer_horizental_line{
    width: 100%;
    border: none;
    height: 1px;
    background-color: #463e3e;
 }
 footer .footer_social_media{
    width: 30%;
    margin: auto;
    margin-top: 30px;
    flex-direction: column;
 }
 footer .footer_contact_us{
    text-align: center;
    color: white;
 }
 footer .footer_social_icons{
    text-align: center;
    margin-top: 12px;
 }
 footer .footer_social_icons i{
    color: white;
    padding: 14px;
    font-size: 19px;
    
 }