.{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:sans-serif ;
}
body{
  background: #fffaf4;
}
header{
  display: flex;
  justify-content: space-between;
  height: 1rem;
  align-items: center;
  padding: 20px 60px;
  background-color: #fff;
  box-shadow: 0 2px 5px;
}
nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1px;
}
.logo{
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img{
  width: 100px;
  height: 50px;
}
.side{
  color: #ff8757;
}
nav a{
  margin-left:  100px; 
  text-decoration: none;
  color:#333 ;
  font-weight: 500;
}
  nav a:hover{
    color:#e25e43 ;
    margin: 10;
  }
  main{
    align-content: center;
  } 
.nike{
  color: #ff6a4d;
  font-weight: 800;
 font-size:  5rem;
 display: flex;
 justify-content: center; 
 align-items: center; 
}
.title{
  color:#2d2c5f ;
  font-size:  36px; 
  font-weight: 800;
  font-size: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.type{
  margin: 20px 0; 
  color: black;
  font-size: x-large;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
}
button{
  padding: 10px 20px;
  background-color: blue;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.image-area{
  position: relative;
  width:50% ;
}
.pic{
  width: 600px;
  height: 550px;
}
.context {
 display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center; 
  align-items: center;
  margin: 0px 180px; 
}
.right{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:justify;
}
*{
    margin: 0;
    padding: 0;
}
.content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.image{
    width:300px ;
    height:265px ;
    margin: auto;
    background-color:#fff ;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;   
}
.img{
    width: 250px;
    height: 250px;
}
.card{
    width: 20rem;
    height: 35rem;
    background-color: whitesmoke;
    border-radius: 26px;  
}
.section{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 2rem;
    margin-bottom: 2rem;    
}
h2{
    margin: 10px;
    font-size: xx-large;
}
h5{
  font-size: x-large;
}
p{
    margin: 10px;
    font-size: larger;
    font-weight: bold;
}
.price{
  display: flex;
  justify-content: space-between;
}
h3{
    color: coral;
    font-size: xx-large;
    margin: 7px;
}
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: gainsboro;
}
.center{
    position: relative;
    margin: 3rem 9rem;    
}
.post img{
    width: 22rem;
    height: 22rem;
    position: absolute;
    right: 1rem;
    top: 1rem;  
}
.png{
    width: 6rem;
    height: 5rem;
    margin: 1rem;
    padding: 1rem;    
}
.box{
    border-style: solid;
    border-color: white;
    border-radius: 20px;
    width: 32rem;
    height: 8rem;
    margin: 1rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    align-items: center;
    background-color: white;
   
}
.contact{
    border-style: solid;
    background-color: white;
    border-color: white;
    border-radius: 20px;
    width: 67rem;
    height: 10rem;
    margin: 1rem 9rem;
}
h1{
    text-align: center;
}
input:focus{
    box-shadow: -3px -3px 1px lightskyblue;
}
input{
    width: 62rem;
    height: 44px;
    margin: 2rem;
    border-color: gainsboro;
    writing-mode: horizontal-tb;
    border-radius: 4px;

}
button:hover{
    background-color: darkgreen;
}
.shop{
   padding: 16px 20px;
   background-color: blue;
   color: white;
   border: none;
   border-radius: 4px;
   cursor: pointer;
   position: relative;
   left: 58rem;
   bottom: 5rem; 
}
.end{
  background-color: #fff;
}
.offers{
    display: grid;
    grid-template-columns: repeat(4,1fr);
     list-style: none;
    margin: 1rem 5rem;
    gap: 10rem;
    font-size: x-large;
}
.items{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10rem;
    padding: 0;
    margin: 1rem 5rem;
    list-style: none;
    font-size: larger;
        
}
.copyright>span{
    color: coral;
}
.copyright{
    font-size: large;
    text-align: center;
    margin: 3rem;
}
