body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
  font-family: "Archivo", sans-serif;
  margin: 0;
  overflow: hidden;
  color: #fff;
}

#bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    45deg,
    rgba(16, 77, 139, 0.925),
    rgba(0, 178, 238, 0.925)
  );

  z-index: -50;
}

h3 {
  font-family: "Archivo", sans-serif;
  font-weight: normal;
  font-size: 24px;
}

p {
  font-family: "Archivo", sans-serif;
  font-size: 30px !important;
  font-weight: 700;
}

#logo {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 250px;
  height: 35px;
  background-image: url(img/logo.svg);
  background-size: cover;
}

#logo2 {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 235px;
  height: 235px;
  background-image: url(img/bitemer.png);
  background-size: cover;
}

.soru-basliklari {
  position: absolute;
  top: 16px;
  left: 0px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
}
.progress-bar-container {
  width: 100%;
  height: 10px;
  background-color: #ccc;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-bar-container .progress {
  height: 10px;
  background-color: #0a3380;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  transition: width 0.5s ease-in-out;
}

.progress-bar-container .progress-text {
  position: absolute;
  top: 21px !important;
  right: 5px;
  font-size: 18px;
  font-weight: bold;
}

.progress-bar-container .complete-text {
  display: none;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.complete-text {
  margin-bottom: 50px;
  position: absolute;
}

.radio-container label {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
}

.soru {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  padding-top:0px;
}

.soru h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

.soru p {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top:0px;
}

.radio-container-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.radio-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.emoji {
  font-size: 32px;
}

.radio-container label {
  font-size: 20px !important;
  cursor: pointer;
  margin: 11px;
  text-align: center !important;
  border-radius: 10px;
  min-width: 100px;
  padding: 15%;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out; /* Normal durum için geçiş */
  color: #0a3380 !important;
}

.radio-container label:hover {
  margin: 13px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  min-width: 105px;
  padding: 16%;
  background-color: #0a3380;
  color: #fff !important;
  transition: 0.3s ease-in-out;
}

.soru1 label {
  margin: 17px !important;
}

.soru10 label {
  margin: 17px !important;
}

.radio-container input[type="radio"] {
  display: none;
}

.radio-container input[type="radio"]:checked + label {
  background-color: #0a3380;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.radio-container input[type="radio"]:checked + span {
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.custom-input {
  background-color: #f0f0f0;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.custom-input:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

button[type="submit"] {
  margin-top: 20px;
  min-width: 180px;
  background-color: #0a3380;
  color: #fff;
  padding: 15px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}

button[type="submit"]:hover {
  min-width: 200px;
  background-color: #007bff;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  body {
  padding-top:25%;
    height: 80vh !important;
  }

  #logo {
    left: 53% !important;
  }

  .radio-container label {
    margin: 6px !important;
    min-width: 80px !important;
    padding: 10% !important;
  }

  .radio-container label:hover {
    margin: 8px !important;
    min-width: 85px !important;
  }

  .soru1 label {
    margin: 17px !important;
    min-width: 90px !important;
  }

  .soru10 label {
    margin: 17px !important;
    min-width: 90px !important;
  }

  .soru10 label:hover {
    margin: 8px !important;
    min-width: 90px !important;
  }
}

@media screen and (max-width: 400px) {
  p {
    font-size: 25px !important;
  }
  .radio-container label {
    margin: 5px !important;
    min-width: 100px !important;
    padding: 8% !important;
    font-size: 17px !important;
  }

  .radio-container label:hover {
    margin: 5px !important;
    min-width: 65px !important;
  }

  .soru1 label {
    margin: 5px !important;
    min-width: 80px !important;
  }

  .soru4 label {
    margin: 15px !important;
    min-width: 80px !important;
  }

  .soru10 label {
    margin: 15px !important;
    min-width: 80px !important;
  }

  .soru10 label:hover {
    margin: 8px !important;
    min-width: 80px !important;
  }
}

.swal2-popup {
  position: absolute !important;
  color: #fff !important;
  background: rgb(255 255 255 / 35%) !important;
  border-radius: 16px !important;
  box-shadow: 0 0px 20px rgb(0 0 0 / 27%) !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
}

.swal2-confirm {
  background-color: #0a3380 !important;
  outline: none !important;
  border: none !important;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 20px;
}

footer span {
  font-size: 12px !important;
}

@media screen and (min-width: 992px) {
  /* Masaüstü ekranlar için CSS kodları burada yer alacak */
  footer {
    width: 100% !important;
  }
}
