*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.box1{
    padding-block: 10px;
    text-align: center;
    background: linear-gradient(to right, #000000, #EB5757); 
    color: aliceblue;
}

nav {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    padding-block: 15px;
    position: sticky;
    top: 0;
    color: white;
}

nav > h5 {
    display: inline-block;
    margin-inline: 15px;
}

nav > input {
    width: 30%;
    border: none;
    font-size: larger;
}

nav > input:focus {
    outline: none;
}

nav > span{
    padding: 2px;
}

.sale{
    font-size: larger;
    background-image: url(https://static01.nyt.com/images/2021/03/30/multimedia/28xp-shoes-09/28xp-shoes-09-superJumbo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 10%; 
}

.sale > header{
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    width: 670px;
}

.section1{
    padding: 1% 5%;
    background-color: rgba(0, 0, 0, 0.1);
}

.trending{
    padding: 1%;
    background-color: rgba(0, 0, 0, 0.3);
}

.trending{
    margin-block: 10px;
}

.shoe{
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 0.1%;
}

.shoe > p{
    text-align: center;
}

img{
    height: 130px;
    width: 130px;
}

.section2{
    background: linear-gradient(to left, #000000, #434343);
}

.container{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.lastsec{
    width: 90%;
    height: 75%;
    padding: 2%;
    margin: auto;
    margin-top: 8%;
    box-shadow: 0px 0px 10px black;
    background: linear-gradient(to right, #000000, #ec3476);
}

.des{
    max-width: 40%;
    color: white;
}

.des > h1{
    margin-bottom: 30px;
    font-size: xx-large;
}

.des > p{
    margin-bottom: 20px;
    font-size: large;
    font-family:'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.jordan{
    position: absolute;
    right: 10%;
    top: 20%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    box-shadow: 8px 8px 8px black;
  }
  .jordan:hover{
    right: 15%;
    top: 25%;
    width: 400px;
    height: 400px;
  }