@charset "UTF-8";
/* Default: Mobile-first (xs) styles go here — no media query needed */
body, html {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  justify-content: center;
  color: #fff;
}

.outlet-container {
  max-width: 425px;
  background: linear-gradient(180deg, #6f1515, #b1051b, #6f1515) !important;
}

.responsive-sticky {
  position: relative;
  top: 3rem;
}

.background-app {
  background-image: url("/img/background-app.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #0a0b0c;
}

.border-3 {
  background: linear-gradient(180deg, #060606, #0e0d0d) !important;
}

.cta-download {
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-download:hover {
  background-color: #c4041a;
  transform: scale(1.05);
  text-decoration: none;
}

.floating-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 30%;
  z-index: 1021;
  padding-left: 1rem;
  padding-bottom: 10px;
  margin-bottom: 0.75rem;
}

.download-button {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #141820, #000000) !important;
  box-shadow: 0 0 12px rgba(255, 200, 0, 0.7);
  border-radius: 10px;
}

.promo-button {
  margin-top: 1rem;
  width: 60px;
  height: 60px;
  background: #D9D9D9;
  box-shadow: 0 0 12px rgba(255, 200, 0, 0.7);
  border-radius: 10px;
}

.hero-img {
  max-width: 30%;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  background: none !important;
  border: none;
  outline: none;
}

/* Optional: Adjust the arrow icon visibility */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.7)); /* Improve visibility on light backgrounds */
  background-color: transparent !important;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.carousel-indicators li {
  width: 60px;
  height: 40px;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
}

.carousel-indicators li.active {
  border-color: #fff;
}

.carousel-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.carousel-inner {
  position: relative;
  height: 300px;
  overflow: hidden;
}

/* Each slide */
.carousel-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Blurred background */
.blurred-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(15px);
  transform: scale(1.1);
  z-index: 1;
}

/* Gradient overlay */
.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  z-index: 4;
  pointer-events: none;
}

/* Main image */
.carousel-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 3;
}

/* Button */
.view-reward {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background-color: #f6c435;
  color: #262626;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 45px;
  line-height: 16px;
}

.app-logo {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(180deg, #141820, #000000) !important;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.download-button-modal {
  background: #FDD836;
  border-radius: 2rem;
}

.custom-content {
  background: #D9D9D9 !important;
}

.custom-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  background-color: rgba(255, 57, 57, 0.5607843137) !important;
  padding: 10px 15px !important;
  border-radius: 10px;
  filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.5));
  border: none;
}

/* Slide-in animation from bottom */
.slide-up-modal .modal-dialog {
  transform: translateY(100%);
  transition: transform 0.4s ease-out;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

/* When modal is visible, reset transform */
.slide-up-modal.show .modal-dialog {
  transform: translateY(0);
}

/* Make the modal full width on mobile */
@media (max-width: 768px) {
  .slide-up-modal .modal-dialog {
    max-width: 100%;
    border-radius: 16px 16px 0 0;
  }
}
/* Optional: Rounded corners and shadow */
.slide-up-modal .modal-content {
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.2);
}

.btn-auth-selector, .btn-auth-selector:active, .btn-auth-selector:hover, .btn-auth-selector:focus {
  border: 0px none;
  color: #ffc107;
  padding: 12px 0;
  background-color: rgba(78, 106, 181, 0.1) !important;
  position: relative;
  box-shadow: none;
  border-radius: 1rem;
}

.btn-auth-selector .icon {
  display: inline-block;
  margin-right: 10px;
}

.btn-auth-selector .icon-left {
  position: absolute;
  left: 0;
}

.login-form-panel {
  border-radius: 1rem;
  background-color: rgba(78, 106, 181, 0.1);
  overflow: hidden;
}

.login-form-panel .btn-auth-selector {
  border: 0px none;
  font-weight: bold;
  font-size: 18px;
  background: #ffc108 !important;
  color: #121818;
  border-radius: 0px !important;
}

.auth-login-panel {
  padding: 0 1rem;
  margin-top: 1rem;
}

.reg-panel {
  text-align: center;
  margin: 2rem 0;
}

.btn-semi {
  color: #b5baba;
}

.login-form-panel .form-control.is-invalid {
  border-color: #dc3545 !important;
}

.btn-masker {
  cursor: pointer;
}

.corner-banner {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

.corner-banner.corner-banner-sm {
  background: red;
  width: 70px;
  top: 5px;
  right: -21px;
  font-size: 10px;
}

.responsive-height {
  height: auto;
}

/* SM (≥576px) */
@media (min-width: 576px) {
  /* Small phones and up */
  .carousel-indicators {
    position: absolute;
    bottom: 30px;
  }
  .view-reward {
    bottom: 15%;
  }
  .outlet-container {
    background: linear-gradient(180deg, #060606, #0e0d0d) !important;
  }
}
/* MD (≥768px) */
@media (min-width: 768px) {
  /* Tablets and up */
  .view-reward {
    bottom: 30%;
  }
  .hero-img {
    max-width: 100%;
  }
}
/* LG (≥992px) */
@media (min-width: 992px) {
  .slide-up-modal .modal-dialog {
    left: 50%;
  }
  .responsive-height {
    height: 100vh;
  }
  /* Laptops and up */
  .carousel-inner {
    height: 650px;
  }
  .view-reward {
    bottom: 15%;
  }
  .responsive-sticky {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* XL (≥1200px) */
@media (min-width: 1200px) {
  /* Large desktops and up */
  .responsive-height {
    height: auto;
  }
}
