*{
    border: border-box;
    margin: 0%;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    /* color: white; */
}

/* navbar */
.navbar{
    height: 60px;
    background-color: #131921;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/* nav-logo */
.nav-logo{
    height: 50px ;
    width: 150px;
}
.logo{
    background-image: url("logorr.png");
    height: 50px;
    width: 150px;
    background-size: cover;
    transform: scale(0.8);
    /* margin-top: 2px; */
}

.border{
    border: 1px solid transparent;
}

.border:hover{
    border: 1px solid white;
}

/* box 2 */
.add-icon{
    display: flex;
    align-items: center;
}
.add-first{
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 12.5px;
}
.add-sec{
    color: #ffffff;
    font-size: 1rem;
    margin-left: 3.5px;
}

/* nav-search-box */
.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: aquamarine;
    height: 40px;
    width: 450px;
    border-radius: 4px;
}
.nav-search:hover{
    border: 2px solid #F3A847;
}
.search-sel{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #D4D4D4;
    width: 51px;
    font-size: 13px;
    color:#0f1111;
    text-align: center;
    border: none;
}
.search-input{
    width: 100%;
    border: none;
    font-size: .9rem;
}
.nav-search-logo{
    background-color: #F3A847;
    color: #343333;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 45px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
}

/* box-4 */
.box-4{
    display: flex;
    align-items: center;
}
.b-f{
    font-size: 14px;
    font-weight: 650;
    margin-left: 3.5px;
    margin-right: 3.5px;
}

/* box-5 */
.f-first{
    font-size: 12px;
}
.f-icon{
    display: flex;
    align-items: center;
}
.f-sec{
    font-size: 14px;
    font-weight: 700;
    margin-right: 3.5px;
}

/* cart */
.cart{
    display: flex;
    align-items: center;
}
.f-sec{
    margin-left: 3.5px;
}
.cart i{
    font-size: 20px;
}

/* panel */
.panel{
    height: 40px;
    background-color: #232F3E;
    display: flex;
    align-items: center;
    font-weight: 550;
    color: white;
}
/* all */
.all{
    font-size: 14px;
    font-weight: 700;
    color: white;
}
.all i{
    font-size: 14.5px;
    margin-left: 15px
}
/* today */
.today{
    font-size: 14px;
    margin-left: 23px;
    color: white;
}



/* hero-section */
.hero-sec{
    height: 310px;
    background-image: url("game.jpg");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* hero-msg */
.hero-msg{
    background-color: #F5F6F6;
    height: 40px;
    color: black;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96%;
    margin-bottom: 15px;
}
.hero-msg a{
    color: #007185;
}

/* shpping-box */
.shopping{
    display: flex;
    flex-wrap: wrap ;
    justify-content: space-evenly;
    background-color: #0A0E17;
}
.box{
    height:380px ;
    width: 22.5%;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 17px;
    background-color: white;


}
.box-img{
   height: 300px;
   background-size: cover;
   margin-top: .7rem;
   margin-bottom: 1rem;
   margin-left: .5rem;
   margin-right: 0.6rem;
}   
.box-content{
    margin-left: 10px;
    margin-right: 10px;
}
.box-content h2{
    font-size: 21px;
    margin-left: .5rem;
}
.box-content p{
    font-size: 14px;
    margin-left: .5rem;
    position: relative;
    top: 7px;
    color: #007185;
}

/* footer */
.foot-panel1{
    font-size: 13px;
    background-color: #37475a;
    height: 49px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-panel2{
    background-color: #232F3E;
    color: white;
    height: 200px;
    display: flex;
    justify-content: space-evenly   ;
}
ul{
    margin-top: 35px;
}
ul a{
    display: block;
    font-size: 14px;
    color: #dddddd ;
    margin-top: 8px;
}
ul p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

/* foot-panel3 */
.foot-panel3{
    height: 68px;
    background-color: #232F3E;
    color: #dddddd;
    border-top: 0.5px solid lightgrey;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flogo{
    background-image: url("logorr.png");
    height: 50px;
    width: 150px;
    background-size: cover;
    transform: scale(0.8);
}
.flang{
    border-radius: 4px;
    background-color: transparent;
    border: 0.5px solid rgba(211, 211, 211, 0.75);
    width: 80px;
    height: 24px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flang2{
    margin-left: 7px;
    border-radius: 4px;
    background-color: transparent;
    border: 0.5px solid rgba(211, 211, 211, 0.75);
    width: 140px;
    height: 24px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flang3{
    margin-left: 7px;
    border-radius: 4px;
    background-color: transparent;
    border: 0.5px solid rgba(211, 211, 211, 0.75);
    width: 85px;
    height: 24px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}