body
{
    margin: 0px;
    padding: 0px;
    background-color: whitesmoke;
}


.sidebar li,a
{
   text-decoration: none;
}
.sidebar a
{
   color: white;
   font-size: 23px;
}
.sidebar ul
{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sidebar
{
    text-align: left;
    margin-top: 0px;
    padding-top: 50px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background: linear-gradient(#0A0F3C,#2C5DA9,#C8DAF9);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 0px;
}
.sidebar li
{
    width: 55%;
    margin-top: 20px;
}
.menu-button
{
    display: none;
}
.down a
{
    width: 120px;
    margin-top: 5%;
    border: 1px solid;
    border-radius: 10px;
    background-color: blue;
    color: white;
    padding: 5px;
    padding-left: 10px;
}
.x a
{
    border: 1px solid;
    border-radius: 10px;
    background-color: black;
    color: white;
    width: 40px;
    padding-left: 10px;
    font-size: 40px;
}
.down a:hover
{
    color: white;
    background-color: blue;
}
.hideOnmobiles
{
    display: none;
}


@media screen and (max-width: 600px)
{
    .hideOnmobile
    {
        display: none;
    }
    .menu-button
    {
        display: flex;
    }
    #upper_mobile
    {
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
    }
    #sh
    {
        margin-left: 27%;
        margin-top: 10px;
    }
    .hideOnmobile
    {
        display: none;
    }
    .hideOnmobiles
    {
        display: flex;
    }
    .seperate
    {
        display: flex;
        max-width: 100px;
    }
    #line_mobile
    {
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
        overflow: hidden;
        border: 2px solid;
    }
    #locations_mobile
    {
        display: flex;
    }
    #locations_mobile button
    {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #locations_mobile button a
    {
        padding: 0px;
    }
    /*SHOE FULL COLLECTION*/
    #shoe_mobile
    {
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding-top: 0px;
    }
    #normal_shoemobile
    {
        max-width: 180px;
        margin-left: 0px;
        padding: 0px;
        transition: none;
        transform: none;
    }
    #shoe_image img
    {
        max-height: 150px;
    }
    /*CARD DETAILS DISGN*/
    #normal_detailsmobile
    {
        font-size: 12px;
        margin: 5px;
    }
    #normal_detailsmobile h1
    {
        font-size: 15px;
    }
    #normal_detailsmobile p
    {
        font-size: 10px;
    }
    #normal_detailsmobile button
    {
        padding: 8px;
        padding-left: 21px;
        padding-right: 21px;
        border: 1px solid;
        font-size: 15px;
        margin-left: 10px;
        font-size: 18px;
    }
    /*BRAND ASSIGN*/
    #mobile_brand
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-radius: 10px;
        overflow: hidden;
        object-fit: cover;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
        padding: 20px;
        padding-bottom: 5px;
        gap: 10px;
        background: linear-gradient(#0A0F3C,#2C5DA9,#2C5DA9,#0A0F3C);
    }
    .nike,.puma,.adidas,.reebok
    {
        max-width: 50%;
        max-height: 80%;
        overflow: hidden;
        object-fit: cover;
        margin-left: 45px;
    }
    .nike img,.puma img,.adidas img,.reebok img
    {
        max-width: 100%;
        max-height: 100%;
    }
    .nike img
    {
        padding-top: 5px;
        padding-right: 5px;
    }
    .puma img
    {
        padding-bottom: 5px;
    }
}





.upper
{
    background-color: blue;
    border-radius: 10px;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.container a,li
{
    text-decoration: none;
    list-style: none;
}
.container,li
{
    display: inline-flex;
    align-items: center;
    padding: 10px;
    font-size: 20px;
    margin-right: 20px;
    font-weight: bold;
    transition: 0.5s ease;
}  
.container a
{
    color: white;
}
.box1
{
    font-weight: bold;
    font-size: 2.5em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
}
.container
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container a:hover
{
    color: black;
}
.container button
{
    padding: 10px;
    padding-left:0px;
    padding-right: 0px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    background-color: black;
}
.container button a
{
    color: white;
    border: none;
    padding: 10px;
    border-radius: 10px;
}
.container button a:hover
{
    background-color: white;
    color:black; 
    border-radius: 10px;
}
.container li:hover
{  
    background-color: aqua;
    padding: 10px;
    border-radius: 10px;
    transform: scale(1.3);
}
.box1
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 10px;
    margin-left: 100px;
    cursor: pointer;
}
.box1 a
{
    color: white;
}
.box1 img
{
    border: 1px solid white;
    border-radius: 50px;
    background-color: aqua;
    width: 70px;
    margin-left: 10px;
}
.search
{
    position: relative;
    top: 5px;
}
.search
{
    position: relative;
    margin: 10px;
    margin-left: 45%;
    margin-top: 30px;
}
.search input[type="search"]
{
    
    border-radius: 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-left: -5px;
    margin-right: 15px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 10px;
}
.search-icon
{
    position: absolute;
    margin-left: 10px;
    margin-top: 15px;
}

.locations button a
{
    text-decoration: none;
    font-size: 18px;
    padding:10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 30px;
    margin-top: 20px;
    border: 1px solid white;
    border-radius: 10px;
}
.locations button a:hover
{
    color: black;
    position: relative;
}
.locations button a
{
    color: black;
}
.locations button
{
    border:none;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 160px;
    background-color: white;
    transition: all 1s ease;
}
.locations button:hover
{
    transform: scale(1.2);
}
.line
{
    border: 3px solid black;
    border-radius: 10px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    background-color: white;
}
.brand-name
{
    display: flex;
    justify-content: space-evenly;
    background: linear-gradient(#0B0F2B,#2F4B80,#6078A4);
    margin-top: 40px;
    border-radius: 15px;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.nike
{
    border: 2px solid black;
    border-radius: 10px;
    width: 120px;
    overflow: hidden;
    object-fit: cover;
    background-color: white;
}
.nike img
{
    width: 100%;
    height: 100px;
    border-radius: 10px;
}

.puma
{
    border: 2px solid black;
    border-radius: 10px;
    width: 120px;
    overflow: hidden;
    object-fit: cover;
    background-color: white;
}
.puma img
{
    width: 100%;
    height: 100px;
    border-radius: 10px;
}

.adidas
{
    border: 2px solid black;
    border-radius: 10px;
    width: 120px;
    overflow: hidden;
    object-fit: cover;
    background-color: white;
}
.adidas img
{
    width: 100%;
    height: 100px;
    border-radius: 10px;
}

.reebok
{
    border: 2px solid black;
    border-radius: 10px;
    width: 120px;
    overflow: hidden;
    object-fit: cover;
    background-color: white;
}
.reebok img
{
    width: 100%;
    height: 100px;
    border-radius: 10px;
}


.puma-collections
{
    box-shadow: 0 4px 8px rgba(0,0,0,0.8);
    border-radius: 10px;
    width: 350px;
    margin-top: 40px;
    overflow: hidden;
    object-fit: cover;
    background-color: bisque;
}
.puma-img img
{
    width: 100%;
    height: 250px;
}
.puma-collections:hover
{
   box-shadow: 0px 4px 4px 4px rgba(0,0,0,0.8);
}
.puma-details
{
    font-size: 14px;
    margin: 10px;
}
.puma-details p i
{
    color: green;
}
.puma-details p s
{
    color: gray;
}
.puma-details button
{
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    margin-left: 20px;
    border-radius: 10px;
    background-color: white;
}
.puma-details button:hover
{
    color: white;
    background-color: blue;
}

.full-puma
{
    margin: 40px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.puma-img1
{
    overflow: hidden;
    object-fit: cover;
}
.puma-img1 img
{
    width: 100%;
    height: 260px;
}