body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    height: 150%;
    overflow-x: hidden;
    background-color: black;
}

::-webkit-scrollbar {
    background-color: transparent;
    width: 0px;

}

h1 {
    margin: 0px;
    padding: 0px;
}

#eac {
    left: 0px;
    top: 4.5%;
    position: absolute;
    width: 340px;
}

#top {
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 80px;
    width: 100%;
    background-color: white;
}


#menu {

    border-top: 2px black solid;
    background-color: orange;
    width: 100%;
    height: 40px;
    background-color: whitesmoke;

}


#content {
    z-index: 0;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;

}

#contentphoto {
    z-index: 0;
    height: 100%;
    margin: 0;
}

#content::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    border: 0;
    margin: 0;
}



.menuicerik {
    float: left;
    margin-top: 10px;
    margin-left: 300px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    cursor: pointer;
    border-radius: 5px;
}

.menuicerik:hover {
    background-color: rgb(224, 224, 224);
}

#sag {
    right: 2%;
    top: 55%;
    width: 50px;
    height: 50px;
    background-color: white;
    z-index: 2;
    border-radius: 30px;
    border: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    position: absolute;
    cursor: pointer;
}

#sol {
    left: 2%;
    top: 55%;
    width: 50px;
    height: 50px;
    background-color: white;
    z-index: 2;
    border-radius: 30px;
    border: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    position: absolute;
    cursor: pointer;
}

#photosticks {
    position: absolute;
    width: 50%;
    height: 60px;
    left: 33%;
    top: 105%;
    z-index: 2;
}

.sticks {
    cursor: pointer;
    border-radius: 30px;
    width: 10%;
    height: 25%;
    float: left;
    margin-left: 5%;
    background-color: white;
    border: 0;
    color: transparent;
    opacity: 0.5;
}

.fade-out {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.fade-out.fade {
    opacity: 0;
}

@media screen and (max-width:1920px) {
    .sticks {
        height: 35%;
    }
}

@media screen and (max-width:1080px) {

    #contentphoto {
        left: -19%;
        top: 20%;
        position: absolute;
        height: 35%;
    }
    .menuicerik{
        margin-left: 10%;
    }

}
@media screen and (max-width:1280px) 
{
   .menuicerik{
    margin-left: 10%;
   }
   
    
}
@media screen and (max-width:1680px) {
    .menuicerik{
      margin-left: 21%;
    }
  }
  @media screen and (max-width:720px) {
    .menuicerik {
      margin-left:  5%;
    }
    #contentphoto{
      left: 0%;
      height: 39%;
    }
}