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;
    }
    /*BUTTON STYLES FOR COMMEN*/
    #shirtdetailsmobile h1
    {
        font-size: 15px;
    }
    #shirtdetailsmobile p
    {
        font-size: 11px;
    }
    #shirtdetailsmobile button
    {
        padding: 7px;
        padding-left: 21px;
        padding-right: 21px;
        border: 1px solid;
        font-size: 15px;
        margin-left: 9px;
    }
    /*COUPLES DESIGN OF THE CARD PART*/
     #couple-full-card
    {
        margin-left: 10px;
        padding-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
    }
    #full-collections_couple
    {
        max-width: 170px;
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 0px;
        transition: none;
        transform: none;
    }
    #couple-image img
    {
        width: 100%;
        height: 260px;
    }
     #couple-full-card
    {
        margin-left: 10px;
        padding-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
    }
    #full-collections_couple
    {
        max-width: 170px;
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 0px;
        transition: none;
        transform: none;
    }
    #couple-image img
    {
        width: 100%;
        height: 260px;
    }
    #couple_arange
    {
        gap: 20px;
        margin-left: 20px;
        margin-top: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}


.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;
}


.couples
{
    width: 300px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.8);
    border-radius: 10px;
    margin: 30px;
    overflow: hidden;
    object-fit: cover;
    background-color: bisque;
}
.couple img
{
    width: 100%;
    height: 440PX;
}
.couples:hover
{
    box-shadow: 0px 4px 4px 4px rgba(0,0,0,0.8);
}
.couple-details
{
    font-size: 14px;
    margin: 10px;
}
.couple-details p i
{
    color: green;
}
.couple-details p s
{
    color: gray;
}
.couple-details button
{
    padding: 7px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    margin-left: 15px;
    border-radius: 10px;
    background-color: white;
}
.couple-details button:hover
{
    color: white;
    background-color: blue;
}

.couple-full
{
    background-color: antiquewhite;
    border: 1px solid white;
    border-radius: 10px;
    margin: 30px;
    padding: 30px;
}
.couple-collections
{
    border-radius: 10px;
    margin: 60px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.root
{
    font-weight: bold;
    font-size: 5em;
    color: red;
    text-align: center;
}
