
*{
    /* margin: 0; */
    font-family: Arial;
    border: border-box;

}

.navbar{
           background-color: black;
           height: 60px;
           color: white;
           display: flex;
           justify-content: space-evenly;
           
}
.nav-logo{
    height: 50px;
    width: 100px;
  
}
.logo{
    font-size: x-large;
    position: relative; 
    top: 18px;
    left: 5px;
    color: rgb(255, 255, 255);
    /* font-weight: bold; */
   font-family: 'Courier New', Courier, monospace;
    
}
.border{
       border: 1.5px solid transparent;

}
.border:hover{
    border: 5px solid rgb(255, 255, 255);
    width: 104px;
}
.border1{
    border: 1.2px solid transparent;
    font-style: italic;
    font-size: 8px;
    font-weight: bold;
   

}
.adress-first{
       font-size: 10px;
       margin: 1px auto;

}
.border1:hover{
      border: 2px solid white;
      width: 70px;
      height: 27px;
      padding: 3px;
      text-align: center;
      
     
}
.nav-address{
    position: relative;
    top: 12px;
     left: 5px;
     height: 40px;
     color:rgb(255, 255, 255);    
}
.add-icon{
    display: flex;
}
.adress-sec{
    font-size: 1rem;

}
.nav-search{
    position: relative;
    top: 12px;
    left: 15px;
    height: 30px; 
    color: rgb(235, 226, 226); 
    display: flex;
}
.border2{
    border: 1.5px solid transparent;
    position: relative;
    left:1px;
    width: 340px;
    height: 30px; 
}

.border23{
    border: 1.5px solid transparent;
    position: relative;
    left:1px;
    width: 40px;
    height: 32px; 
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: rgb(255, 140, 0);


}



.border12{
    border: 1.5px solid transparent;
    
}
.border12:hover{
  border: 5px solid white;
  border: 5px solid rgb(255, 140, 0);

}
.all1{
    height: 34px;
    background: color #f3f3f3; 
    width: 50px;
    position: relative;
    right: 1px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
 
}
.nav-signin{
    position: relative;
    top: 11px;
    color: rgb(229, 229, 229);
}
.border3{
    border: 1.5px solid transparent;
    height: 40px;
    width: 100px;
    font-style: italic;
}
.border3:hover{
  border: 5px solid white;

}
.nav-return{
    position: relative;
    top: 12px;
    color: rgb(232, 230, 230);
}
.border4{
    border: 1.5px solid transparent;
    height: 40px;
    width: 60px;
    font-style: italic;
}
.border4:hover{
  border: 5px solid white;
}
.art-icon{
    position: relative;
    top: 22px;
    font-size: 1.13rem;
    font-weight: 700px;
    color: rgb(253, 248, 248);
}
.border5{
    border: 1.5px solid transparent;
    height: 26px;
    width: 69px;
    font-style: italic;
  
}
.border5:hover{
  border: 5px solid white;
  top: 12px;
}
.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;

}
.panel-ops p{
    display: inline;
    margin-left: 10px;
}
.panel-ops{
    width: 70%;
    font-size: 0.85rem;
}
.panel-deal{
    font-size: 0.9rem;
    font-weight: 900;
}
.hero-section{
    background-image: url(byy.png);
    height: 350px;
    background-size: cover;
    display: flex;
    justify-content: center;
   
   
}
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: rgb(218, 213, 215);
}
.box{
   /* border: 2px solid black;*/
    height: 400px;
    width: 23%;
    background-color: rgb(238, 225, 225);
    padding: 20px 0px 15px;
    margin-top: 5px;
}
.box-image{
    height:300px;
    background-size: cover;       
}

.box-content{
    margin-left: 10px;
    margin-right: 10px;  
}
.box-content p{
    color: #007185;
}
.hero-msg1{
    background-color:#37475a;
    color: rgb(255, 249, 249);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
   
}
.foot-panel1{
    background-color:#222f3d;
    color: white;
    height: 550px;
    display: flex;
    justify-content: space-evenly;
}
ul{
    margin-top: 20px;
}
ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
}
.foot-panel2{
    background-color:#222f3d;
    color: white;
    border-top: 0.5px solid white;
    height: 70px;
    position: relative;
    bottom: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
 
 
}
.logo1{
    background-image: url(flip.png);
    background-size: cover;
    height: 150px;
    width:550px;
    position: relative;
    top: 70px;
}
.foot-panel3{
    background-color: #0f1111;
    color: white;
    height: 100px;
    position: relative;
    bottom: 80px;
}

.pages{
    font-size:0.7rem ;
   text-align: center;
   padding:25px ;
}
.copyright{
    font-size: 0.7rem;
    text-align: center;
}
.hero-msg{
    background-color:palevioletred;
}
