body
{
    margin: 0px;
    padding: 0px;
    background-color: whitesmoke;
}

.sidebar li,a
{
   text-decoration: none;
}
.sidebar a
{
   color: white;
   font-size: 23px;
}
.sidebar a:hover
{
    color: white;
}
.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)
{
    #upper_mobile
    {
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
    }
    #sh
    {
        margin-left: 27%;
        margin-top: 10px;
    }
    .hideOnmobile
    {
        display: none;
    }
    .menu-button
    {
        display: flex;
    }
    .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;
    }
    #control_mobile
    {
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
        padding: 10px;
    }
    #control_mobile h1
    {
        font-size: 2.3rem;
        margin-bottom: 0px;
    }
    #control_mobile .repeat
    {
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 5px;
    }
    .repeat
    {
        min-width: 100%;
        max-height: 230px;
        position: relative;
    }
    .carousel-track img
    {
        width: 100%;
        max-height: 230px;
    }
    #track_hidemobile
    {
        display: none;
    }
    .carousel-track
    {
        margin-left: 0px;
    }
}
.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
{
    background-color: white;
    border: 3px solid black;
    border-radius: 10px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
}

.repeat
{
    border-radius: 10px;
    width: 40%;
    height: 300px;
    overflow: hidden;
    object-fit: cover;
    margin: 30px;
}
.carousel-track
{
    display: flex;
    width: 100%;
    animation: slide 15s infinite;
}
.carousel-track img
{
    width: 100%;
    height: 300px;
    flex: 1 0 100%;
}

@keyframes slide
{
    0%
    {
        transform: translateX(0%);
    }
    20%
    {
        transform: translateX(-100%);
    }
    40%
    {
        transform: translateX(-200%);
    }
    60%
    {
        transform: translateX(-300%);
    }
    80%
    {
        transform: translateX(-400%);
    }
    100%
    {
         transform: translateX(-0%);
    }
}

.full-offers
{
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}
.control
{
    background-color: #4C9DB0;
    border-radius: 10px;
    margin: 40px;
    padding: 20px;
}
.control h1
{
    color: bisque;
    margin-left: 30px;
    font-weight: bold;
    font-size: 7rem;
    font-family: playful fonts,sans-serif;
}