@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap");

html body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

h2 {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.scrollbar {
    overflow-y: scroll;
}

h3 {
  color: #ffffff;
  font-size: 32px;

  margin: 0;
  padding: 0;
  font-weight: 100;
}

p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

.content {
  text-align: center;
}

.btn {
  width: 255px;
  padding: 8px;
  color: white;
  background: #d0a22a;
  border: none;
  border-radius: 5px;
  margin: auto;
  text-align: center;
  margin-top: 16px;
  font-weight: 600;
  transition: transform 0.5s;
}

.btn:hover {
  transform: scale(1.1);
  font-weight: 600;
}

.btn2 {
  padding: 8px;
  color: white;
  background: #d0a22a;
  border: none;
  border-radius: 10px;
  margin: auto;
  text-align: center;
  font-weight: 600;
  transition: transform 0.5s;
}

.btn2:hover {
  transform: scale(1.1);
  font-weight: 600;
}

.btn3 {
  padding: 8px;
  color: white;
  background: #8f8f8f;
  border: none;
  border-radius: 10px;
  margin: auto;
  text-align: center;
  font-weight: 600;
  transition: transform 0.5s;
  margin-top: 8px;
}

.btn3:hover {
  transform: scale(1.1);
  font-weight: 600;
}

.navbar {
  padding: 16px 0;
}

.logo {
  width: 160px;
}

.container {
  max-width: 1120px;
  margin: auto;
  padding: 0 16px;
}

.main-banner {
  margin: 16px 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.main-banner img {
  border-radius: 15px;
}

/* Varsayılan olarak masaüstü görseli görüntüle */
.desktop-banner {
  display: block;
}

/* Mobil boyutta görseli gizle */
.mobile-banner {
  display: none;
}

/* Ekran genişliği 768 pikselden küçükse (mobil boyut) */
@media (max-width: 768px) {
  /* Masaüstü görseli gizle */
  .desktop-banner {
    display: none;
  }
  /* Mobil görseli görüntüle */
  .mobile-banner {
    display: block;
  }
}

body,
.countdown h1,
.countdown p,
.countdown .button {
  transition: all 0.2s ease-in-out;
}

body.light-theme {
  background-color: #151515;
}

body.light-theme .countdown h1 {
  color: #ffffff;
}

body.light-theme .countdown p {
  color: #ffffff;
}

body.light-theme .buttons .button {
  color: #ffffff;
  border-color: #ffffff;
}

body.light-theme .buttons .button:hover {
  color: #151515;
  background-color: #ffffff;
}

.countdown {
  font-family: "Roboto", sans-serif;
  width: 550px;
  margin: auto;
  padding: 16px;
  box-sizing: border-box;
}

.countdown .flipdown {
  margin: auto;
}

.countdown h1 {
  text-align: center;
  font-weight: 100;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.countdown p {
  text-align: center;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 35px;
}

.countdown .buttons {
  width: 100%;
  height: 50px;
  margin: 50px auto 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.countdown .buttons p {
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  padding: 0px 25px 0px 0px;
  color: #333;
  margin: 0px;
}

.countdown .button {
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  line-height: 46px;
  text-decoration: none;
  color: #333;
  padding: 0px 20px;
  border: solid 2px #333;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

.countdown .button:hover {
  background-color: #333;
  color: #fff;
}

.countdown .button i {
  margin-right: 5px;
}

@media (max-width: 550px) {
  .countdown {
    width: 100%;
  }

  .countdown h1 {
    font-size: 2.5em;
  }

  .countdown p {
    margin-bottom: 25px;
  }

  .countdown .buttons {
    width: 100%;
    margin-top: 25px;
    text-align: center;
    display: block;
  }

  .countdown .buttons p,
  .countdown .buttons a {
    float: none;
    margin: 0 auto;
  }

  .countdown .buttons p {
    padding-right: 0px;
  }

  .examcountdownple .buttons a {
    display: inline-block;
  }
}

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #ffffff !important;
}

.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #000c24 !important;
  background-color: #ebebeb !important;
}

.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #000c24 !important;
  background-color: #ffffff !important;
}

.flipdown.flipdown__theme-dark
  .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-dark
  .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
  background-color: #000c24 !important;
}

.rules {
  margin: 32px 0;
}

.rules h3 {
  font-weight: 600;
}

li {
  color: white ;
}

/* POPUP */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  align-items: flex-end; /* Aşağıdan yukarı doğru açılması için */
  justify-content: flex-end; /* Aşağıdan yukarı doğru açılması için */
  animation: slide-up 0.5s ease; /* Açılma animasyonu */
}

.popup {
  background: #000c24;
  width: 100%;
  height: 98%;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
  padding: 8px 16px;
  background: #d0a22a;
  border-radius: 50%;
}

@keyframes slide-up {
  from {
    transform: translateY(90%);
  }
  to {
    transform: translateY(0);
  }
}

@media (max-width: 550px) {
  .close-button {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 16px;
    background: #d0a22a;
    border-radius: 50%;
  }
}

.login-form {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-top: 16px;
}

.login-form input {
  width: 260px;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

input::placeholder {
  padding: 5px;
}

.popup-container h2 {
  margin-top: 32px;
}

.deposit-content {
  margin: auto;
}

.deposit-card {
  background: url("assets/backgrounds/2.png");
  background-size: contain;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  margin-top: 16px;
  max-width: 500px;
  padding: 8px 16px;
  box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.54);
}
.waiting-center-button {
  position: relative;
  right: 25px;
  border: 3px solid #d0a22a;
  background-color: rgb(54 64 91) !important;
  color: #d0a22a !important;
}
.declined-center-button {
  position: relative;
  right: 25px;
  border: 3px solid #d02a2a;
  background-color: rgb(54 64 91) !important;
  color: #d02a2a !important;
}
.deposit-card p {
  color: #ffffff;
}

.waiting {
  background: url("backgrounds/4.png") !important;
  background-size: contain !important;
}
.approved {
  background: url("backgrounds/3.png") !important;
  background-size: contain !important;
}
.declined {
  background: url("backgrounds/1.png") !important;
  background-size: contain !important;
}
.deposit-date  {
  color: black !important;
}
.deposit-date-declined{
  color: #ffffff;;
}


.deposit-amount {
  font-size: 15px;
  font-weight: 600;
}

.deposit-amount {
  color: #d0a22a !important;
}
.deposit-amount-waiting {
  color: #d0a22a !important;
}
.deposit-amount-approved {
  color: black !important;
}
.deposit-amount-declined {
  color: #d0a22a !important;
}

.right-side {
  display: flex;
  flex-direction: column;
}
.right-side-button {
  position: relative;
  right: 25px;
}

.error-message {
  display: none;
  background-color: #f44336;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.copied-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 250px;
  transform: translate(-50%, -50%);
  background-color: #4caf50;
  color: white;
  padding: 10px;
  border-radius: 4px;
  z-index: 9999;
}

.alert {
  padding: 20px;
  background-color: #d0a22a;
  color: white;
  max-width: 50%;
  position: relative;
  margin: 5px auto;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
