/* header section */

body {
    overflow-x: hidden;
}


*{
    margin: 0;
    padding: 0;
    font-family: Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

header{
    display: flex;
    height: 80px;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #bdc2cb;
}

.logo_img{
    height: 53px;
    
}

.logo_container{
    margin-left: 4%;
}

.actions_container{
    margin-right: 4%;
    display: flex;
    min-width: 250px;
    justify-content: space-evenly;
}

.nav_bar{
    display: flex;
    min-width: 500px;
    justify-content: space-between;
}

.nav_bar > a{
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    letter-spacing: .3px;
    color: #282c3f;
    border-bottom: none;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 5px solid #fff;
    padding: 28px 0;
}

.nav_bar > a:hover{
    border-bottom: 4px solid hotpink;
}

sup{
    color: #ff3f6c;
    font-family: Assistant;
    font-size: 10px;
    font-weight: 600;
}

.search_container{
    height: 40px;
    min-width: 200px;
    width: 30%;
    display: flex;
    align-items: center;
}

.search_bar{
    box-sizing: content-box;
    height: 21px;
    padding: 10px;
    background: #f5f5f6;
    color: #282c3f;
    border-radius: 4px 0 0 4px;
}

.input_bar{
    flex-grow: 1;
    height: 40px;
    background: #f5f5f6;
    color:  #696e79;
    border: 0;
    border-radius: 0 4px 4px 0;
}

.action_bar{
    display: flex;
    flex-direction: column;
    align-items: center;
}




/* main section */


.banner_disc{
    width: 100%;
    max-width: 100%;
}
.disc_container{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
.firstpic{
    width: 720px;
    position: relative;
    left: 5px;
     
}
.secpic{
    width: 720px;
}

.pics_container{
    margin-left: 38px;
    margin-top: 0;
}

.changable_container{
    display: flex;
    justify-content: center;
}
.changing_pic{
    width: 100%;
    max-width: 100%;
}

.msg{
    width: 100%;
    max-width: 100%;
}
.msg_container{
    display: flex;
    justify-content: center;
}
.sale_item_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.sale_items{
    width: 245px;
}

.big_deal_container{
    display: flex;
    justify-content: center;
}

.big_deal_banner{
    margin-top: 45px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}
.big_deal_items_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.big_deal_item{
    width: 260px;
}

.category_banner_container{
    display: flex;
    justify-content: center;
}
.category_banner{
    width: 100%;
    max-width: 100%;
}
.category_items_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.category_items{
    width: 260px;
}



/* footer section */



.footer_container{
    padding: 30px 0px 40px 0px;
    background: #FAFBFC;
    display: flex;
    justify-content: space-evenly;
    margin-top: 45px;
}

.footer_column{
    display: flex;
    flex-direction: column;
}

.footer_column h4 {
    font-weight: 700;
    color: #282c3f;
    font-size: 12px;
    margin-bottom: 25px;
}

.footer_column a {
    text-decoration: none;
    color: #696b79;
    font-size: 15px;
    padding-bottom: 5px;
    cursor: pointer;
}

.googlePlay{
    width: 140px;
}
.apple{
    width: 123px;
}

.footer_img h4{
    font-weight: 700;
    color: #282c3f;
    font-size: 12px;
    margin-bottom: 25px;
}

.logo {
    width: 48px;
    height: auto;
}

.logos_container strong{
    color: #282c3f;
    font-weight: 700;
}

.logos_container {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 280px;
    margin-bottom: 10px; 
}

.logos_container p {
    margin: 0;
    line-height: 1.4;
    color: #696b79;
    font-size: 14px;
}


.footer_logos{
    display: flex;
    flex-direction: column;
    gap: 20px;

}