@font-face {
  font-family: 'pricedown';
  src: url('../fonts/font1.otf');
  font-weight: normal;
  font-style: normal;
}

*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('../assets/background.png');
    background-repeat: no-repeat;
    background-size: cover;
}

::-webkit-scrollbar{
  background-color: #000;
  width: 10px;
}
::-webkit-scrollbar-thumb{
  background: #000;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover{
  background-color: #6631FD;
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #110041;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease;
}

.loading-logo {
  animation: shake 2s infinite;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(10deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  90% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}


.navbar {
  z-index: 1;
    background-color: #1f1f1fc9;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 10px);
    border-radius: 90px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo{
    padding: 10px 70px; 
  }

  .logo img {
    width: 75px;
    border-radius: 40px;
  filter: drop-shadow(0px 0px 8px #00ffe7);
    transition: all 0.4s ease-in-out;
  }

  .logo img:hover{
    transform: rotate(-7deg);
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
  }
  
  .navbarmain nav ul {
    list-style: none;
    padding: 10px 70px; 
    display: flex;
  }
  
  .navbarmain nav li {
    padding: 20px;
  }
  
  .navbarmain nav a {
    text-decoration: none;
    color: #8d8d8d;
    transition: all 0.4s ease-in;
    font-weight: bold;
  }

  .navbarmain nav a:hover{
    transition: color 0.4s ease-out;
    padding-bottom: 5px;
  border-bottom: #00ffe7 solid 3px;
    border-radius: 5px 5px 5px 5px;
    color: rgb(255, 255, 255);
  }

  .top-page-start{
    margin: auto;
    display: flex;
    width: 1000px;
    text-align: left;
    align-items: center;
    color: #fff;
  }

  .top-page-text{
    margin-top: 170px;
    max-width: 600px;
}

.top-page-text a{
  text-decoration: none;
}

  .top-page-text h1{
    font-size: 60px;
  text-shadow: 0 0 12px #00ffe7, 0 0 2px #00ffe7;
    font-family: pricedown;
  }

  .top-page-text h2{
    max-width: 600px;
  }

  .top-page-text hr{
  background: linear-gradient(120deg, #23232b 60%, #18181c 100%);
    border-radius: 30px;
    border: none;
    opacity: 80%;
    cursor: cell;
    height: 3px;
    transition: all 0.3s ease-in-out;
  }

  .top-page-text hr:hover{
    opacity: 100%;
    transition: all 0.3s ease-in-out;
  }

  .button{
  background: linear-gradient(120deg, #23232b 60%, #18181c 100%);
  box-shadow: 0 0 12px #00ffe7, 0 0 2px #00ffe7;
  padding: 15px 60px;
  border: solid #00ffe7 2px;
  font-weight: bold;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
  color: #e0e0e0;
  transition: all 0.4s cubic-bezier(.4,2,.3,1);
  }

  .button:hover{
  box-shadow: 0 0 24px #00ffe7, 0 0 8px #00ffe7;
    transition: all 0.4s ease-in-out;
    border-radius: 0px 30px 0px 30px;
  }

  .top-page-img{
    height: 500px;
    margin-top: 170px;
    display: flex;
  filter: drop-shadow(0 0 40px #00ffe7cc);
    transition: all 0.4s ease-in-out;
  }

  .top-page-img:hover{
    padding: 0 20px;
    transition: all 0.4s ease-in-out;
  }

  .media-div{
    text-align: center;
    color: #fff;
    margin-top: 150px;
  }

  .media-div h1{
    font-family: pricedown;
  /* text-shadow: 0 0 12px #00ffe7, 0 0 2px #00ffe7; */
  color: #00ffe7;
    padding: 25px 0px;
    font-size: 60px;
  }

  .media-div iframe{
  border: 2px solid #000;
    border-radius: 15px;
    background-color: #1f1f1f;
    padding: 15px 15px;
    width: 400px;
    height:200px;
    transition: all 0.5s ease-in;
  }

  .media-div iframe:hover{
    transition: all 0.5s ease-out;
    border-radius: 35px;
  background-color: #000;
  }

  .role-briefing{
  background: linear-gradient(120deg, #23232b 60%, #18181c 100%);
    width: 80%;
    text-align: center;
    align-items: center;
    margin: auto;
    border-radius: 30px;
    height: auto;
  }

  .role-briefing h2{
    color: #fff;
    padding: 10px 0px;
    font-size: 30px;
  }
  
  .role-briefing h3{
    color: #e4e4e4;
  }

  .role-btn{
  background: linear-gradient(120deg, #23232b 60%, #18181c 100%);
  box-shadow: 0 0 12px #00ffe7, 0 0 2px #00ffe7;
  padding: 15px 60px;
  border: solid #00ffe7 2px;
  font-weight: bold;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
  color: #e0e0e0;
  transition: all 0.4s cubic-bezier(.4,2,.3,1);
  }

  .role-btn:hover{
  box-shadow: 0 0 24px #00ffe7, 0 0 8px #00ffe7;
    transition: all 0.4s ease-in-out;
    border-radius: 0px 30px 0px 30px;
  }

  .dl-div{
    text-align: center;
    color: #fff;
    margin-top: 150px;
  }

  .dl-div h1{
    font-family: pricedown;
    /* text-shadow: -2px 0 #292929, -2px 2px #292929, 2px 0 #292929, 0 -2px #292929; */
    color: #7c4dff;
    padding: 25px 0px;
    font-size: 60px;
  }

  /* .founders{
    text-align: center;
    align-items: center;
    color: #fff;
  }

  .founders h1{
    color: #7c4dff;
    font-family: pricedown;
    font-size: 60px;
    padding: 20px;
  }
  
  .founders img{
    align-items: center;
    border-radius: 30px;
    height: 179px;
    width: 271px;
    padding: 10px 20px;
  } */

  /* .slogan{
    text-align: center;
    align-items: center;
    color: #121212;
    margin-top: 120px;
    font-family: pricedown;
    font-size: 20px;
  } */

  .footer{
    height: 100px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    background-color: #121212;
    margin-top: 75px;
    align-items: center;
  }

  .footer h1{
    text-shadow: -1px 0 #7c4dff, -2px 1px #7c4dff, 1px 0 #7c4dff, 0 -1px #7c4dff;
    font-size: 50px;
    padding-top: 20px;
    align-items: center;
  }

  .footer hr{
    height: 3px;
    width: 45%;
    text-align: center;
    margin: auto;
    background-color: #6631FD;
    border: none;
    border-radius: 30px;
  }

  .footer ul a{
    color: #fff;
    text-decoration: none;
    padding: 0px 10px;
    transition: all 0.4s ease-in-out;
  }

  .footer ul a:hover{
    color: #8f8f8f;
  }

  .footer h4{
    margin-top: 30px;
  }

  .footer h4 a{
    text-decoration: none;
    color: #7c4dff;
  }

  .footer h4 span{
    color: #6631FD;
  }



  .container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between; /* Kartlar arasında boşluk bırakmak için */
    padding: 20px; /* İsteğe bağlı: Kartlar ile kenarlık arasındaki boşluğu ayarlar */
}

.card{
    background-color: #ffffff28;
    width: 300px;
    margin: auto;
    align-items: center;
    border-radius: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #7c4dff;
    padding:10px;
    color: black;
    text-align: center;
    transition: all 0.3s ease-in;
    margin-bottom: 25px;
}

.card:hover{
    transition: all 0.3s ease-out;
    border-radius: 25px;
    background-color: black;
    color: white;
    box-shadow: 0 5px 50px #000000;
}

.card img{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.616);
    width: 100%;
    height: 200px;
    border-radius: 20px;
}

.card h1{
    padding: 10px 0px;
}

.card a{
  text-decoration: none;
}

.card input{
    border: none;
    background-color: #7c4dff;
    border-radius: 30px;
    padding: 10px 90px;
    cursor: pointer;
}



  @media (max-width: 768px) {
    

    .top-page-start{
      margin: auto;
      display: flex;
      max-width: 400px;
      text-align: left;
      align-items: center;
      color: #fff;
    }
  
    .top-page-text{
      margin-top: 110%;
      max-width: 350px;
      padding: 10px;
  }
  
  .top-page-text a{
    text-decoration: none;
  }
  
    .top-page-text h1{
      font-size: 45px;
      text-shadow: -2px 0 #7c4dff, -4px 4px #7c4dff, 2px 0 #7c4dff, 0 -2px #7c4dff;
      font-family: pricedown;
    }
  
    .top-page-text h2{
      max-width: 400px;
      font-size: 25px;
    }
  
    .top-page-text hr{
      background-color: #6631FD;
      border-radius: 30px;
      border: none;
      opacity: 80%;
      cursor: cell;
      height: 3px;
      transition: all 0.3s ease-in-out;
    }

    .top-page-img{
      height: 0;
      margin-top: 0;
      display: flex;
      filter: none;
      transition: all 0.4s ease-in-out;
    }
  
    .top-page-img:hover{
      padding: 0 0;
      transition: all 0.4s ease-in-out;
    }

    .media-div iframe{
      width: 300px;
    }

    .role-briefing{
      font-size: 10px;
    }
  }
  


  @media only screen and (max-width: 768px) {
    .navbar {
      background-color: #1f1f1f;
      border-radius: 0px;
      position: absolute;
      width: 100%;
      padding: 10px 0px;
      display: block;
      text-align: center;
      justify-content: space-between;
      align-items: center;
      top: 0px;
      left: 50%;
      transform: translate(-50%, 0px);
      }
      
      .logo img {
        width: 150px;
        padding: 0px 0px;
      }
      
      .navbarmain nav ul {
        list-style: none;
        padding: 0; 
        display: block;
      }
      
      .navbarmain nav li {
        padding: 20px;
      }
      
      .navbarmain nav a {
        text-decoration: none;
        color: #8d8d8d;
        transition: all 0.4s ease-in;
        font-weight: bold;
      }
    
      .navbarmain nav a:hover{
        transition: color 0.4s ease-out;
        padding-bottom: 5px;
        border-bottom: #6631FD solid 3px;
        border-radius: 5px 5px 5px 5px;
        color: rgb(255, 255, 255);
      }  
}

.toplist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 45px; 
    padding: 0 12px;
}

.toplist-box {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.20);
    width: 300px;
    padding: 25px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.toplist-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.20);
}

.toplist-logo {
    width: 63px;
    margin-bottom: 18px;
    border-radius: 9px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.7));
}

.toplist-title {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 16px;
    text-align: center;
    letter-spacing: 0.4px;
}

.player-list {
    width: 100%;
}

.player {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 13.5px;
    color: #495057;
    gap: 7px;
    transition: background 0.2s ease, padding-left 0.4s ease-out;
}

.player:hover {
    background: #f8f9fa;
    border-radius: 5px;
    padding-left: 5px;
}

.player:last-child {
    border-bottom: none;
}

.player-left {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 1;
    min-width: 0;
}

.rank {
    display: inline-block;
    background-color: #e9f0ff;
    color: #7c4dff;
    font-weight: 600;
    font-size: 12px;
    padding: 2.5px 7px;
    border-radius: 5px;
    min-width: 27px;
    text-align: center;
    flex-shrink: 0;
}

.player-name {
    font-weight: 500;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bakiye {
    color: #20c997;
    font-weight: 600;
    font-family: "Segoe UI", sans-serif;
    font-size: 13px;
    background-color: #e6fcf0;
    padding: 2.5px 7px;
    border-radius: 5px;
    white-space: nowrap;
}

@media (max-width: 768px) {
  .toplist {
    justify-content: center;
    gap: 20px;
    padding: 0 10px;
  }
  
  .toplist-box {
    width: 100%;      /* Kartlar ekran genişliğini kullanır */
    max-width: 340px; /* Maksimum genişlik sınırı */
    padding: 20px 15px;
  }

  .toplist-logo {
    width: 55px;
    margin-bottom: 14px;
  }

  .toplist-title {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .player {
    font-size: 12.5px;
    padding: 8px 0;
    gap: 6px;
  }

  .player-left {
    gap: 7px;
  }

  .rank {
    font-size: 11px;
    padding: 2px 6px;
    min-width: 24px;
  }

  .player-name {
    font-size: 12px;
  }

  .bakiye {
    font-size: 12px;
    padding: 2px 6px;
  }
}

@media (max-width: 400px) {
  .toplist-box {
    padding: 18px 12px;
  }

  .toplist-logo {
    width: 45px;
    margin-bottom: 12px;
  }

  .toplist-title {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .player {
    font-size: 12px;
    padding: 6px 0;
    gap: 5px;
  }

  .player-left {
    gap: 5px;
  }

  .rank {
    font-size: 10px;
    padding: 1.5px 5px;
    min-width: 22px;
  }

  .player-name {
    font-size: 11px;
  }

  .bakiye {
    font-size: 11px;
    padding: 1.5px 5px;
  }
}