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

    .role-briefing{
        background-color: #6631FD;
        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;
      }

    .button{
      /* background-color: #8154ff; */
      /* padding: 15px 60px; */
      /* border: solid #6631FD 3px; */
      font-weight: bold;
      border-radius: 10px 10px 10px 10px;
      cursor: pointer;
      color: #d4d4d4;
      transition: all 0.4s ease-in-out;
    }
  
    .button:hover{
      transition: all 0.4s ease-in-out;
      border-radius: 15px 15px 0px 0px;
    }
  
    .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: 0 0 12px #00ffe7, 0 0 2px #00ffe7;
      font-size: 50px;
      padding-top: 20px;
      align-items: center;
    }
  
    .footer hr{
      height: 3px;
      width: 45%;
      text-align: center;
      margin: auto;
  background: linear-gradient(120deg, #23232b 60%, #18181c 100%);
      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: #ff003c;
    }
  
    .footer h4 span{
  color: #ff003c;
    }
  
  
    .form-wrapper {
      position: relative;
      margin: 10% auto;
      width: 100%; /* Genişliği %100 olarak ayarladık */
      max-width: 400px; /* Masaüstünde genişlik sınırı korundu */
      padding: 10px; /* Kenar dolgusu eklendi */
      box-sizing: border-box; /* Padding'in genişlik hesaplamasına dahil edilmesi sağlandı */
  }
  
  .form-container {
      padding: 20px;
      background-image: url('../assets/background_s.png');
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 8px;
      color: white;
  }
  
  .form-container h2 {
      text-align: center;
      margin-bottom: 20px;
      color: #d1d1d1;
      font-size: 1.5rem; /* H2 boyutunu dinamik hale getirdik */
  }
  
  .form-group {
      margin-bottom: 15px;
  }
  
  .form-group label {
      display: block;
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 0.9rem; /* Mobil cihazlarda daha uygun boyut */
  }
  
  .form-group input {
      width: 100%;
      padding: 8px;
      border: 1px solid #cccccc;
      border-radius: 4px;
      box-sizing: border-box;
  }
  
  .result {
      margin-top: 20px;
      padding: 10px;
      color: black;
      background-color: #f9f9f9;
      border: 1px solid #e0e0e0;
      border-radius: 4px;
  }
  
  .result p {
      margin: 5px 0;
      font-weight: bold;
      font-size: 0.9rem; /* Küçük ekranlar için boyutlandırma */
  }
  
  .butonlar {
      display: flex;
      flex-direction: column; /* Düğmeler alt alta sıralandı */
      gap: 10px; /* Düğmeler arasına boşluk eklendi */
  }
  
  .butonlar input {
      width: 100%; /* Tam genişlik sağlandı */
      padding: 15px;
      font-size: 1rem; /* Yazı boyutu optimize edildi */
      border-radius: 4px; /* Daha iyi görünüm için köşeler yuvarlatıldı */
  }
  
  /* Medya sorguları: Küçük ekranlara özgü ayarlar */
  @media (max-width: 768px) {
      .form-wrapper {
          margin: 150% 0 auto;
      }
      .form-container {
          padding: 15px;
      }
      .form-group input {
          padding: 10px;
      }
      .butonlar input {
          padding: 12px;
          font-size: 0.9rem;
      }

      .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: #00ffe7 solid 3px;
          border-radius: 5px 5px 5px 5px;
          color: rgb(255, 255, 255);
        }  
  }