
body {
  font-weight: bolder;
  background-color: #0f0e0e;
  background-image: url("Yeni_Proje_O.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
  display: block;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  font-family:Arial, Helvetica, sans-serif, expanded
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.players img{
  width: 200px;
  height: auto;
  margin-top: 30px;
  filter: drop-shadow(0px 0px 19px #411901c7);
}

div {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 30px;
}


div .players{
  flex-direction: column;
  width: 100px;
  height: auto;
  top: 410px;
}


.players img{
  justify-self:center;
  
  height: auto;
  }

  span{
    color: #b24400;
  }


  .duyuruoyuncular {
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 40px;
    background-color: #fe6a00;
    display: flex;
    position: fixed;
    justify-content: center; 
    align-items: center; 
    z-index: 2;
  }
  
  .duyuruoyuncular p{
    font-size: 30px;
    color: white;
  }

  .duyuruoyuncular p,
  .duyuruoyuncular a {
    margin: 0; 

  }
  
  .duyuruoyuncular a {
    font-size: 30px;
    text-decoration: none;
    margin-left: -30px; 
  }
  
.duyuruisik{
  width: 100%;
  position: fixed;
  margin: 0;
  bottom: -5px;
  animation: duyuruisik 6s infinite ease-in-out;
  z-index: 0;
}

  @keyframes duyuruisik{
    0% {opacity: 0;}
    25%{opacity: 55%;}
    50%{opacity: 25%;}
    75%{opacity: 100%;}
    85%{opacity: 50%;}
    100%{opacity: 0%;}
    
  }

  @media screen and (max-width: 920px){
    .duyuruoyuncular{
      display: none;
    }
  }
  @media screen and (max-height: 694px){
    .duyuruoyuncular{
      display: none;
    }
  }

div .playerstop{
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.playerstop img{
  width: 150px;
height: auto;
}


.playersbottom img{
  margin-bottom: 5px;
  width: 180px;
  height: auto;
  filter: drop-shadow(0px 0px 19px #000000c7);
}





.altmenu{
  display: flex;
  flex-direction: column;
  align-items: center;
}


.premierlogo {
  width: 213px;
  height: auto;
  -webkit-filter: drop-shadow(5px 5px 5px #ff910059);
  filter: drop-shadow(0px 0px 5px #ffe60000);
}


.sova:hover:first-child {
  margin: 10px;
  padding: 10px;
  filter: drop-shadow(10px 10px 10px) rgb(rgba(255, 255, 0, 0.089));
}


.sova:hover:last-child {
  margin: 0px;
  padding: 0px;
  filter: drop-shadow(0px 0px 25px #ff8000b2);
  transform: scale(1.2);
}


.sova {
  animation: oyuncularanim 0.5s ease-in-out  ;
  z-index: 1;
  transition: 0.6s;
  cursor: pointer;
  filter: drop-shadow(0px 0px 99px #ff80003d);
}


@media screen and (max-width: 600px) {
  .playersbottom {
    display: none;
  }
  .playerstop {
    display: block;
  }
}

@media screen and (min-width: 601px) {
  .playerstop {
    display: none;
  }
}


a.oyuncularbtn {
  animation: butonlarindex 0.6s ease-out;
  z-index: 2;
  text-align: center;
  width: 305px;
  font-size: 23px;
  font-weight: bolder;
  letter-spacing: 1px;
  border-radius: 15px;
  text-transform: uppercase;
  border: 12px orange;
  outline: none;
  cursor: pointer;
  background: #ffffff00;
  transition: 0.2s;
  box-shadow: 0 0 24px rgba(255, 119, 0, 0.314), 0 0 45px rgba(192, 109, 37, 0.411);
  padding: 15px 30px;
  text-decoration: none;
  color: #ee971d;
}
a.oyuncularbtn:hover {
  transform: scale(1.2);
  background: #f36e01;
  color: #ffffff;
}

@keyframes oyuncularanim {
  from {
    
    animation-delay: 7s;
    opacity: 0%;
    transform: translateY(-100px);
  }
}