@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700&display=swap");


html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 10px;
  height: 100%; /* Ensure html covers the entire height */

}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--background-color);
  background-size: cover; /* Ensures the image covers the entire area */
  background-repeat: no-repeat; /* Prevents repetition */
  background-position: center; /* Centers the background image */
  margin: 0; /* Removes any margin around the body */
  /*height: 100vh;  Ensures the body height fills the entire viewport */
  /* width: 100vw; Ensures the body width fills the entire viewport */
  /* overflow-x: hidden; Prevents horizontal scrolling */
  margin: 0;
  min-height: 100vh;  
}

:root {
  --primary-color: #02c88c;
  --secondary-color: #9e9fb3;
  --success-color: #258616;
  --warning-color: #efba00;
  --danger-color: #bf0413;
  --light-color: #ffffff;
  --background-color: #0E0E0E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--light-color);
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: var(--light-color);
  transition: all 0.4s ease;
}

img {
  width: 100%;
}

p {
  color: var(--light-color);
  margin: 0;
  padding: 0;
}

.btn {
  border: none;
  color: var(--light-color);
  padding: 0.8rem;
  border-radius: 5px;
  margin-right: 0.5rem;
  transition: all 0.5s ease;
  font-size: 1rem;
  font-weight: 500;
}

.btn-full {
  width: 100%;
  border: none;
  color: var(--light-color);
  padding: 0.8rem;
  border-radius: 5px;
  transition: all 0.5s ease;
  font-size: 1rem;
  font-weight: 500;
}

.btn:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.btn-primary {
  background-color: #e6ed7c;
  color: #000000;
  padding: 8px 20px 8px;
}

.btn-primary-cekilis {
  background-color: #e6ed7c;
  color: #000000;
  padding: 8px 20px 8px;
  width: 85px;
}

.btn-success {
  background-color: var(--success-color);
  filter: drop-shadow(0px 4px 5px var(--success-color));
}

.btn-danger {
  background-color: var(--danger-color);
  filter: drop-shadow(0px 4px 5px var(--danger-color));
}

.btn-warning {
  background-color: var(--warning-color);
  filter: drop-shadow(0px 4px 5px var(--warning-color));
}

.logo {
  width: 150px;
}

.header-tittle {
  margin-top: 0.2rem;
}

.content {
  max-width: 400px;
  width: calc(100% - 20px);
  margin: auto;
  min-width: 400px;
}

.navbar-menu {
  display: flex;
  font-size: 1.2rem;
  margin-top: 2rem;
  text-align: center;
}

.navbar-menu i {
  color: #9e9fb4;
}

.menu-item {
  border: 1px solid;
  border-color: #272B22;
  border-radius: 4px;
  padding: 0.8rem 1.6rem 0.8rem;
  margin-right: 1rem;
}

.menu-item a,
i {
  margin-right: 0.2rem;
}

.active {
  background: #272B22;
}

.main-bonus-card {
  background-color: #000000;
  width: 100%;
  height: 150px;
  border-radius: 15px;
  margin-top: 2rem;
  position: relative;
  z-index: -1;
  display: flex;
  /* display: block; */
  flex-direction: row;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    img.banner {
      width: 90%;
      height: auto;
      align-self: flex-start;
    }
  }
}

.banner-wrapper {
  width: 180px;
  height: auto;
}

img.banner {
  /* width: 43%;
  left: 260px;
  position: relative;
  top: -165px; */
  margin-top: -20px;
  margin-left: 30px;
}


.main-bonus-card h2 {
  font-size: 4.2rem;
  padding-top: 2rem;
  padding-left: 2rem;
}

.main-bonus-card h3 {
  font-size: 1.6rem;
  padding-left: 2rem;
  font-weight: 100;
  margin-top: -0.5rem;
}

.main-bonus-buttons {
  padding-left: 2rem;
  margin-top: 1rem;
  position: absolute;
  bottom: 12.5px;
  z-index: 10;
}

.main-bonus-buttons-cark-page {
  margin-left: 12rem;
  position:absolute;
  top: 110px;
  z-index: 10;
}

/* .cekilis {
  margin-left: 9rem;
  position:absolute;
  top: 108px;
  z-index: 15;
  width: 35%;
} */
.cekilis {
  margin-left: 8rem;
  position: absolute;
  top: 90px;
  z-index: 15;
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; /* Center text horizontally */
  padding: 8px 12px; /* Adjust padding as needed */
}

.cekilis-ilk {
  margin-left: 0rem;
  position: absolute;
  top: 90px;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; /* Center text horizontally */
  padding: 8px 12px; /* Adjust padding as needed */
}

@media (max-width: 576px) {
  .navbar-menu {
    display: flex;
    font-size: 1rem;
    margin-top: 2rem;
    text-align: center;
  }
}

.product-bonus {
  display: flex;
  gap: 10px;
  margin-top: 2rem;
}

.double-bonus-card {
  position: relative;
  width: 100%;
  background: #101312;
  padding: 8px;
}

.double-bonus-card-item {
  padding: 16px 16px 0px;
}

.double-bonus-card h2 {
  font-size: 2.4rem;
}

.bonus-list-item {
  display: flex;
  align-items: center;
  margin-top: 10px;
  background: #000000;
  padding: 1rem;
  border-radius: 15px;
}
.bonus-list-item-first {
  display: flex;
  align-items: center;
  margin-top: 10px;
  background: #000000;
  padding: 1rem;
  border-radius: 15px;
  height: 100px;
}

h2 {
  font-weight: 800;
}

.bonus-category {
  margin-right: 3rem;
  margin-left: 1rem
}

.bonus-name h2 {
  font-size: 2.4rem;
}

.bonus-name h3 {
  font-size: 1rem;
  font-weight: 300;
}

.bonus-button {
  margin-left: auto;
}
.bonus-button-cekilis {
  margin-left: 125px;
  
  
}


.bar-container {
  position: relative;
  height: 100vh;
}

.bar-container i {
  color: var(--light-color);
  margin-right: 1rem;
}

.bottom-bar {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 1rem;
  background: linear-gradient(
    262.5deg,
    var(--primary-color) -7.78%,
    var(--background-color) 109.1%
  );
  cursor: pointer;
  align-items: center;
}

.popup {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-color);
  display: none;
  justify-content: center;

  animation: slideUp 0.3s forwards;
}

@keyframes slideUp {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

.popup.closed {
  animation: slideDown 0.3s forwards;
}

@keyframes slideDown {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

.popup h2,
.popup p {
  color: #fff;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 15px;
  color: #fff;
  font-size: 60px;
  cursor: pointer;
}

.popup-content {
  width: 100%;
  margin: auto;
  padding: 1rem;
}

.popup-header {
  text-align: center;
}

.info-h3 {
  font-size: 1.4rem !important;
}

.info-p {
  margin-top: 0.4rem;
  color: var(--secondary-color) !important;
}

.content {
  display: none;
}

#form-container {
  display: none;
  background-color: var(--background-color);
  padding: 2rem;
}

.form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#username-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.login-input {
  padding: 1rem;
  margin-bottom: 1rem;
}

.border-box {
  border: 1px solid;
  border-color: #272B22;
  border-radius: 6px;
}

.category-container {
  display: flex;
  min-width: 40px;
  padding: 0.4rem;
  justify-items: center;
  align-items: center;
  margin: 2px;
  gap: 0.5rem
}

.border-box-bonus {
  border: 1px solid;
  border-color: #272B22;
  border-radius: 16px;
}

.bonus-card-line {
  border: 0.5px solid #272B22;
  margin-top: 10px;
  margin-bottom: 10px;
}

.category-title {
  color: #01b87f;
  font-size: 10px;
  font-weight: bold;
}

.circle {
  width: 6px;
  height: 6px;
  border-radius: 50%; /* creates a circle shape */
}

.background-color-green {
  background-color: #00A652;
}

.background-color-red {
  background-color: #FE6142;
}

.background-color-gray {
  background-color: #BC8CBE;
}

.sport-tag {
  font-size: 6px;
  text-align: left;
}

.casino-tag {
  text-align: center;
  padding: 0.2rem 1rem;
  background-color: var(--warning-color);
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

.extra-tag {
  text-align: center;
  padding: 0.2rem 1rem;
  background-color: var(--primary-color);
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

.product-info {
  position: absolute;
  display: flex;
  gap: 0.5rem;
  right: 1rem;
  padding: 0.4rem;
  align-items: center;
  justify-items: center;
}

.fa-circle-up {
  font-size: 3rem !important;
  margin-left: auto;
  padding-right: 2rem;
}

.hide {
  display: none !important;
}
.toast-message{
  font-size: 15px !important;
  
}

h3.margintop {
  margin-top: 20px;
  margin-bottom: -15px;
  font-size: 1.5rem;
  font-weight: 800;
}

h2.turacark {
  font-size: 2rem;
  font-weight: 800;

}