html {
    margin: 0 auto;
    padding: 0 auto;
}

body {
    margin: 0 auto;
    padding: 0 auto;
    box-sizing: border-box;
    background-color:  hsl(0, 0%, 100%);
}

.navbar {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
   align-items: center;
   margin-top: 2.5%;
}


.logo {
    margin-left: 15%;
    cursor: pointer;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 3rem;
    font-size: 18px;
    padding: 0 auto;
    margin-right: 25%;
}

li {
   list-style: none;
   cursor: pointer;
}

li:hover {
    text-decoration: underline 3px hsl(26, 100%, 55%);
}

.shopper {
    margin-right: 5%;
    display: flex;
    align-items: center;
    gap: 2rem;
}

nav img {
    height: 40px;
    border: 2px solid hsl(26, 100%, 55%);
    border-radius: 100%;
    cursor: pointer;
}

.fa-solid {
    cursor: pointer;
}

/* the checkout box 1 */


.black {
    visibility: visible;
    position: absolute;
    right: 5%;
    margin: 0 auto;
    padding: 5px 5px;
    margin-top: 2%;
    border: 3px solid  hsl(219, 9%, 45%);
    background-color: hsl(223, 64%, 98%);
    height: 200px;
    width: 300px;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 10px;
    box-sizing: border-box;
}

.title {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 0;
    margin-top: 2.5%;
}

.checkout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.checkout .cart {
    margin-top: 2.5%;
}

.checkout-img {
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 5px;
}

.shoes {
    margin: 0;
    padding: 0;
}

.shoe-cost {
    margin: 0;
    padding: 0;
    font-weight: 100;
}

.bold-price {
    font-weight: 900;
}

.basket-empty {
    position: absolute;
    right: 5%;
    margin: 0 auto;
    padding: 5px 5px;
    margin-top: 2%;
    border: 3px solid  hsl(219, 9%, 45%);
    background-color: hsl(223, 64%, 98%);
    height: 200px;
    width: 300px;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 10px;
    box-sizing: border-box;
}

.text-empty {
    text-align: center;
}



/* section grid */
.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2,2fr) ;
    grid-template-rows: minmax(500px, auto);
    justify-content: center;
    width: 80%;
    align-content: center;
    margin: 0 auto;
    margin-top: 7rem;
    gap: 50px;

}

/* col1 */

.col1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrow-position {
    display: none;
}

.main-image {
    height: 450px;
    width: 500px;
    border-radius: 15px;
}

.thumbnail {
    display: flex;
    flex-direction: row;
    align-content: center;
    gap: 30px;
    padding: 0;
    margin-top: 4.5%;
}

.thumbnail li, img {
    height: 100px;
    border-radius: 10px;
}

.border {
    border: 2px solid hsl(26, 100%, 55%);
    opacity: 0.6;
}

/* This is for the hover effect */
/* .thumbnail img {
    border: 2px solid hsl(26, 100%, 55%);
} */

/* colum2  */

h3 {
    margin-top: 15%;
    color: hsl(26, 100%, 55%);
    letter-spacing: 3px;
    font-size: 12px;
}

.limited-shoe{
    font-size: 40px;
    margin: 20px 0;
    padding-right: 40px;
}

p {
    font-size: 18px;
    padding-right: 70px;
}

.price {
    display: inline-flex;
}

.price h1 {
    margin: 0 auto;
    padding: 0 auto;
}

.price h5 {
    margin: auto;
    color: hsl(26, 100%, 55%);
}

.items {
    display: flex;
    gap: 20px;
    margin-top: 7%;
    align-items: center;
}

.upOrDown {
    font-size: 25px;
    color: hsl(26, 100%, 55%);
    border: none;
    height: fit-content;
    cursor: pointer;
}

input {
    width: 60px;
    text-align: center;
    border: 3px solid hsl(26, 100%, 55%);
    border-radius: 5px;
    height: 30px;
}

.cart {
    width: 250px;
   height: 40px;
   background-color: hsl(26, 100%, 55%);
   border-color: hsl(26, 100%, 55%);
   color: white;
   border-radius: 10px;
   font-size: 18px;
   cursor: pointer;
}


/* creating the responsive side*/ 

@media  (max-width: 425px) {

    body {
        width: 100vw;
        height: 100vh;
    }
    
    .logo {
      margin-left: 3%;
    }

   .nav-menu {
    display: none;
   }

    .icon {
        visibility: visible;
    }

    .navbar {
        width: 100%;
        padding: 0;
    }

    .shopper {
        gap: 1rem;
    }

    .grid-wrapper {
        width: 100%;
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
    }

    .col1 {
        width: 100%;
        display: flex;
        flex-flow: row;
        align-items: center;
        box-sizing: border-box;
    }

    .col2 {
        width: 100%;
    }

    .main-image {
        width: 100%;
        border-radius: 0;
    }

    .arrow-position {
       display: block;
       justify-content: center;
       position: absolute;
       border: 2px solid whitesmoke;
       border-radius: 100%;
       padding: 5px 10px;
    }

    .left-arrow {
        margin: 0;
        left: 5%;
    }

    .right-arrow {
        margin: 0;
        right: 5%;
    }

    .thumbnail {
        display: none;
    }

    /* .col2 h3, h1, p {
        padding-left: 20px;
    } */

    h3 {
        margin-left: 30px;
    }

    .limited-shoe {
        padding-left: 15px;
    }

    p {
        padding-left: 20px;
        padding-right: 10px;
    }

    h1 {
        font-size: 30px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 3%;
    }

    .black {
        position: absolute;
        visibility: visible;
        margin: 0 ;
        top: 70px;
        right: 50px;
    }

    .basket-empty {
        top: 70px;
        right: 50px;
    }

    .newMenu {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 60px;
        width: 98.5%;
        border: 3px solid hsl(26, 100%, 55%);
        background-color: hsl(26, 100%, 55%);
        color: white;
    }

    .newMenu li {
        padding-top: 10px;
        cursor: pointer;
    }

    .newMenu li:hover {
        background-color: white;
        color: black;
    }

}

@media (min-width: 426px) {
    body {
        height: 100%;
        width: 100%;
    }

    .nav-menu {
        display: none;
    }

    .arrow-position {
        display: block;
        justify-content: center;
        position: absolute;
        border: 2px solid whitesmoke;
        border-radius: 100%;
        padding: 5px 10px;
        top: 35%;
    }
 
    .left-arrow {
         margin: 0;
         left: 5%;
    }
 
    .right-arrow {
         margin: 0;
         right: 5%;
    }

    .grid-wrapper{
        display: flex;
        flex-direction: column;
        margin-top: 2rem;
    }

    .main-image{
        width: 100vw;
        border-radius: 0;
    }

    .thumbnail {
        display: none;
    }

    h3 {
        margin-top: 0;
        margin-left: 10px;
    }
    
    .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 3%;
    }
    h3 {
        margin-left: 30px;
    }

    .limited-shoe {
        padding-left: 15px;
    }

    p {
        padding-left: 20px;
        padding-right: 10px;
    }

    h1 {
        font-size: 30px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .newMenu {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 60px;
        left: 0;
        width: 98.5vw;
        border: 3px solid hsl(26, 100%, 55%);
        background-color: hsl(26, 100%, 55%);
        color: white;
    }

    .newMenu li {
        padding-top: 10px;
        cursor: pointer;
    }

    .newMenu li:hover {
        background-color: white;
        color: black;
    }
}


@media (min-width: 1024px) {
    body {
        height: 100%;
        width: 100%;
    }

    i.fa-bars {
        display: none;
    }

    .navbar {
        display: flex;
        justify-content: flex-start;
        gap: 20px;
        width: 100%;
        padding: 0;
    }
    
    .logo {
        margin-left: 10%;
    }

    .shopper {
        gap: 15px;
        margin-left: 30%;
        margin-right: 0;
    }

    .nav-menu {
        display: contents;
    }

    .grid-wrapper {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 7%;
        gap: 5px;
    }

    .col1 {
        width: 55%;
    }

    .thumbnail {
        display: contents;
        display: flex;
        flex-direction: row;
    }

    .main-image {
        width: 80%;
        border-radius: 20px;
    }

    .col2 {
        width: 45%;
        margin-top: 5%;
        padding-right: 10px;
    } 

    .arrow-position {
        display: none;
    }

    .black {
        position: absolute;
        right: 2%;
    }

    .basket-empty {
        position: absolute;
        right: 2%;
    }
}


@media (min-width: 1440px) {
    body {
        height: 100%;
        width: 100%;
    }

    .logo {
        margin-right: 2.5%;
    }

    .shopper {
        margin-left: 45%;
    }

    .main-image {
        width: 75%;
    }

    .thumbnail {
        gap: 50px;
    }

    .limited-shoe {
        padding-right: 200px;
    }

    p {
        padding-right: 200px;
    }

    .items {
        padding-right: 200px;
    }

}