/* MOBILE RESPONSIVE */
body {
    padding-top: 20px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.navbar {
    display: block;
    z-index: 10;


}



.nav-links {
    position: absolute;
    right: 0;
    top: 50px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    font-size: 1.5rem;
    border: none;
    z-index: 100;
    width: 100%;
    padding: 5%;
    background-color: black
}

.menu-icon {
    display: block;
    font-size: 30px;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 1%;
    width: 50px;
    align-items: center;
    border-radius: 100px;
    position: relative;
    float: left;
    z-index: 1000;
    margin-top: -70px;
}

.content1,
.content2 {
    font-size: 1rem;

}

.slider1,
.slider2 {
    width: 90%;
}

.content4,
.content5 {
    flex-direction: column;
}

.one,
.two,
.three,
.four,
.five,
.six {
    flex: 1 1 100%;
    width: 100%;
    font-size: 1rem;
}



.button1 {
    width: 80%;
    justify-content: center;
    margin-left: 5px;
}





.logo {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: relative;
    top:-3px;
    left: 30%;


}



.manager {
    display: none;
}

#popupbutton {
    margin-left: -20%;

}
.container5{
    width:auto;
}

.container5 h1 {
    font-size: 1.5rem;
}

.content5 p {
    padding-top: -10px;
    text-size-adjust: 1rem;
}
footer{
    width: 100%;
    height: auto;
    margin-top: 150px;
    display: grid;
    grid-template-columns:200px 200px;
    grid-template-rows:auto;
    column-gap: 2px;
    row-gap: 20px;
    margin-left: -25px;
   
    
}