body {

  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  background-image: url(../images/background.png);
  background-size: cover;

}

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

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

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


#menu {
  position: fixed;
  top: 10%;
  z-index: 3;
  border-top: 2px black solid;
  background-color: orange;
  width: 100%;
  height: 40px;
  background-color: whitesmoke;

}

#bottom {

  background-color: black;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: -100%;
}

.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);
}

#content {

  position: absolute;
  background-color: white;
  top: 30%;
  left: 15%;
  height: 100%;
  width: 70%;
  border-radius: 5%;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 14px 28px, rgba(0, 0, 0, 0.5) 0px 10px 10px;
}

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

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

#baslik {
  left: 27.5%;
  position: absolute;
  top: 5.5%;
  font-size: 300%;

}

#yazi1 {
  left: 4%;
  position: absolute;
  top: 12.5%;
  width: 60%;
  font-size: 140%;
  margin: 0 auto;
}

#ornphoto1 {
  position: absolute;
  width: 32.5%;
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
  border-radius: 10%;
  top: 12.5%;
  left: 65%;
  margin: 0 auto;
}

#ornphoto2 {

  position: absolute;
  width: 35%;
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
  border-radius: 10%;
  top: 50%;
  left: 3%;
  margin: 0 auto;
}

#yazi2 {

  left: 37.5%;
  position: absolute;
  top: 49%;
  width: 60%;
  font-size: 140%;
  margin: 0 auto;
}

@media screen and (min-width:1920px) {
  #ornphoto1 {
    width: 32.5%;
    left: 65%;
    top: 12.5%;
  }

  #yazi2 {
    left: 38.5%;
    top: 55%;
  }

  #yazi1 {
    top: 16.5%;
  }
}

#eacbeyaz {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 5%;
  top: 22.5%;
}

#il {
  position: absolute;
  height: 30%;
  left: -25%;
  top: 5%;
}

#social {

  position: absolute;
  left: 26.5%;
  height: 30%;

  width: 5%;
  top: 25%;
}

#il1 {
  position: absolute;
  height: 30%;
  left: -25%;
  top: 77.5%;
}

#il2 {
  position: absolute;
  height: 30%;
  left: -25%;
  top: 147.5%;
}

@media screen and (max-width:1920px) {
  #il1 {
    top: 56%;
    left: -15%;
  }

  #il2 {
    top: 115%;
    left: -25%;
  }

  #il {
    top: 0%;
    left: -15%;
  }
}
@media screen and (max-width:1680px) {
  #menu{
    top: 9%;
  }
  .menuicerik{
    margin-left: 21%;
  }
}

@media screen and (max-width:1650px) {
  #menu{
    top: 9%;

  }
  .menuicerik{
    margin-left: 21%;
  }
  #il{
    left: -20%;
  }
  #il2{
    left: -25%;
  }
  #il1{
    left: -20%;
  }

}

@media screen and (max-width:720px) {
  .menuicerik {
    margin-left:  3%;
  }
  #eacbeyaz{
    height: 40%;
  }
  #contentphoto {
    left: 10%;
    top: 20%;
    position: absolute;
    height: 60%;
  }

  #baslik {
    left: 8%;
    position: absolute;
    top: 2%;
    font-size: 100%;
  }

  #yazi1 {
    font-size: 40%;
    top: 7.5%;
    width: 150px;
  }

  #ornphoto1 {
    top: 7.5%;
  }

  #yazi2 {
    font-size: 40%;
    top: 35%;
    left: 50%;
    width: 150px;
  }

  #ornphoto2 {
    top: 35%;
  }

  #content {
    border-radius: 30px;
  }

  #social {
    left: 70%;
  }

  #il1 {
    top: 75%;
    left: -90%;
  }

  #il2 {
    top: 150%;
    left: -90%;
  }

  #il {
    top: 5%;
    left: -90%;
  }
}
@media screen and (max-width:1280px) {
  #baslik{
    top: 1%;
  }
  #yazi1{
    font-size: 120%;
  }
  #ornphoto1
  {
    top:10%;
  }
  #yazi2{
    font-size: 120%;
    top: 55%;
  }
  #ornphoto2{
    top: 55%;
  }
  #social{
    left: 30%;
  }
  #il1{
    top: 90%;
  }
  #il2{
    top: 175%;
  }
  #il{
    top: 7%;
  }
  #menu{
    top: 12.7%;
  }
  .menuicerik{
    margin-left: 20%;
  }
}
@media screen and (max-width:1440px) {
  #il{
    left: -25%;
    top: 5%;
  }
  #il1{
    left: -25%;
    top: 75%;
  }
  #il2{
left: -25%;
top: 150%;
  }
}
@media screen and (max-width:1080px) {
  #baslik{
    left: 25%;
  }
  #yazi1{
    font-size: 55%;
    left: 0;
  }
  #yazi2{
    font-size: 50%;
    top: 50%;
    left: 42.5%;
  }
  #ornphoto1{
    left: 59%;
    top: 12.5%;
    width: 40%;
  }
  #ornphoto2{
    width: 40%;
    top: 54%;
    left: 1%;
  }
  #menu{
    top:10%;
  }
  .menuicerik{
    margin-left: 3%;
  }
  #social{
    left: 60%;
  }
  #il{
    left: -85%;
  }
  #il1{
    top: 60%;
left: -85%;
  }
  #il2{
    top: 120%;
    left: -85%;
  }
  #content{
    height:75%;
    top: 50%;
    width: 75%;
  }
 body{
  height: 50%;
 }
 

}