@import url("css2.css");

*:not(i) {
  font-family: "Science Gothic", sans-serif;
}

.navbar-my {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(10, 25, 41, 0.95);
  backdrop-filter: blur(15px);
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(100, 181, 246, 0.1);
}

.navbar-my ul li a {
  display: inline-block !important;
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
}

.navbar-my ul li a.active-self {
  color: #64B5F6;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #64B5F6;
  transition: color 0.3s ease;
}

.navbar-my ul li a.last-nav {
  padding: 10px 30px !important;
  background: linear-gradient(135deg, #64B5F6 0%, #42A5F5 100%);
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(100, 181, 246, 0.3);
  transition: all 0.3s ease;
}

.navbar-my ul li a.last-nav:hover {
  color: #fff;
  background: linear-gradient(135deg, #42A5F5 0%, #1E88E5 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(100, 181, 246, 0.4);
}

.navbar-toggler {
  border: 1px solid rgba(100, 181, 246, 0.3);
  padding: 20px 12px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 181, 246, 0.25);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: none !important;
  background-color: #64B5F6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  height: 2px;
  width: 1.5em;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  display: block;
  height: 2px;
  width: 1.5em;
  background-color: #64B5F6;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
}

.navbar-toggler-icon::before {
  top: -6px;
}

.navbar-toggler-icon::after {
  bottom: -6px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  bottom: 0;
  top: auto;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.hero {
  height: 60vh;
  background: linear-gradient(135deg, #0A1929 0%, #132F4C 50%, #0A1929 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(100, 181, 246, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.hero h1 {
  color: #E3F2FD;
  margin-bottom: 15px;
  font-size: 3.5rem;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero h4 {
  color: #64B5F6;
  text-shadow: 0 0 30px rgba(100, 181, 246, 0.6);
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 2px;
}

.linkdibu {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #64B5F6 0%, #42A5F5 100%);
  padding: 12px 35px;
  border-radius: 30px;
  transition: all 0.3s ease;
  margin-bottom: 25px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(100, 181, 246, 0.3);
  border: none;
}

.linkdibu:hover {
  background: linear-gradient(135deg, #42A5F5 0%, #1E88E5 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(100, 181, 246, 0.5);
  color: #fff;
}

.hero-info {
  background: rgba(19, 47, 76, 0.7);
  backdrop-filter: blur(20px);
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
  border-radius: 15px;
  border: 1px solid rgba(100, 181, 246, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.h-f-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.h-f-item:hover {
  transform: translateY(-3px);
}

.h-f-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(100, 181, 246, 0.3));
  transition: all 0.3s ease;
}

.h-f-item:hover img {
  filter: drop-shadow(0 4px 12px rgba(100, 181, 246, 0.5));
  transform: scale(1.1);
}

.h-f-item h5 {
  color: #E3F2FD;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
  transition: color 0.3s ease;
}

.h-f-item:hover h5 {
  color: #64B5F6;
}

strong {
  color: #64B5F6;
  text-shadow: 0 0 20px rgba(100, 181, 246, 0.5);
}

.game-item {
  padding: 25px;
  background: rgba(19, 47, 76, 0.6);
  backdrop-filter: blur(15px);
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(100, 181, 246, 0.15);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.game-item:hover {
  transform: translateY(-8px);
  background: rgba(19, 47, 76, 0.8);
  border-color: rgba(100, 181, 246, 0.4);
  box-shadow: 0 15px 40px rgba(100, 181, 246, 0.2);
}

.game-card {
  height: 260px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.bg-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
  position: relative;
  filter: brightness(0.85);
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, rgba(10, 25, 41, 0.85) 0%, rgba(100, 181, 246, 0.25) 100%);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-item:hover .hover-overlay {
  opacity: 1;
}

.game-card:hover .bg-image {
  filter: brightness(0.6);
  transform: scale(1.1);
}

.accordion {
  max-width: 1000px;
  margin: 0 auto;
}

.accordion-item {
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid rgba(100, 181, 246, 0.2) !important;
  background: rgba(19, 47, 76, 0.6) !important;
  backdrop-filter: blur(10px);
}

.accordion-button {
  box-shadow: none !important;
  color: #64B5F6 !important;
  background: rgba(19, 47, 76, 0.6) !important;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background: rgba(100, 181, 246, 0.15) !important;
  color: #90CAF9 !important;
}

.accordion-body {
  background: rgba(10, 25, 41, 0.8) !important;
  color: #BBDEFB !important;
}

.bottom-disc {
  background: linear-gradient(135deg, #0A1929 0%, #132F4C 100%);
  backdrop-filter: blur(15px);
  border-top: 1px solid rgba(100, 181, 246, 0.1);
}

footer {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(10, 25, 41, 0.95);
  border-top: 1px solid rgba(100, 181, 246, 0.1);
}

.top-foot .col-lg-5{
  display: flex;
  justify-content: end;
}

.top-foot ul {
  margin: 0;
  padding: 0;
}

.top-foot ul li {
  list-style: none;
  color: #fff;
}

.top-foot ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease all;
}
.top-foot ul li a:hover {
  color: #64B5F6;
  transition: color 0.3s ease;
}

.foot-links {
  display: flex;
  align-items: start;
  gap: 30px;
}

.bottom-foot p {
  margin: 0;
}

.bottom-foot p a {
  color: #64B5F6;
  transition: color 0.3s ease;
}

.bottom-foot p a:hover {
  color: #90CAF9;
}

@media (max-width: 1092px) {
  .top-foot {
    flex-wrap: wrap;
    gap: 30px;
  }
  .foot-links {
    flex-wrap: wrap;
  }
  .top-foot .col-lg-5{
  justify-content: start;
}
}

@media (max-width: 768px) {
  .text-white {
    font-size: 12px;
  }

}

body {
  background-color: #0A1929;
  color: #E3F2FD;
}

.age-disclaimer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: linear-gradient(135deg, rgba(10, 25, 41, 0.98) 0%, rgba(19, 47, 76, 0.98) 100%);
  backdrop-filter: blur(10px);
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #132F4C 0%, #0A1929 100%);
  padding: 40px;
  max-width: 600px;
  width: 95%;
  border-radius: 20px;
  border: 2px solid rgba(100, 181, 246, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(100, 181, 246, 0.2);
  backdrop-filter: blur(20px);
}

.custom-modal a {
  background: linear-gradient(135deg, #64B5F6 0%, #42A5F5 100%);
  text-align: center !important;
  color: #fff;
  transition: all 0.3s ease;
  margin-bottom: 1px;
  display: inline-block;
  width: 100%;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(100, 181, 246, 0.3);
}

.custom-modal a:hover {
  background: linear-gradient(135deg, #42A5F5 0%, #1E88E5 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(100, 181, 246, 0.5);
}

.custom-modal h3 {
  color: #E3F2FD;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 30px !important;
  margin-top: 20px !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.cookies-consent-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}

.cookies-banner {
  background: rgba(10, 25, 41, 0.98);
  backdrop-filter: blur(15px);
  padding: 20px;
  border-top: 2px solid rgba(100, 181, 246, 0.4);
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
}

.cookies-banner p {
  color: #E3F2FD;
  margin: 0;
  flex: 1;
}

.cookies-banner a {
  color: #64B5F6;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.cookies-banner a:hover {
  color: #90CAF9;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  margin-left: 20px;
}

.accept-cookies,
.decline-cookies {
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.accept-cookies {
  background: linear-gradient(135deg, #64B5F6 0%, #42A5F5 100%);
  box-shadow: 0 4px 15px rgba(100, 181, 246, 0.3);
}

.decline-cookies {
  background: rgba(100, 181, 246, 0.2);
  border: 1px solid rgba(100, 181, 246, 0.4);
}

.accept-cookies:hover {
  background: linear-gradient(135deg, #42A5F5 0%, #1E88E5 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(100, 181, 246, 0.4);
  color: #fff;
}

.decline-cookies:hover {
  background: rgba(100, 181, 246, 0.3);
  color: #fff;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-text {
  color: #E3F2FD;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #E3F2FD 0%, #64B5F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 768px) {
  .cookies-banner .d-flex {
    flex-direction: column;
    gap: 15px;
  }
  
  .cookie-buttons {
    margin-left: 0;
    width: 100%;
  }
  
  .accept-cookies,
  .decline-cookies {
    flex: 1;
    text-align: center;
  }
  
  .logo-text {
    font-size: 18px;
  }
}

section {
  border-bottom: 1px solid rgba(100, 181, 246, 0.2);
}

section.py-3[style*="border-bottom"] {
  background: rgba(10, 25, 41, 0.8);
  border-bottom: 1px solid rgba(100, 181, 246, 0.15) !important;
}

.why-item {
  background: rgba(19, 47, 76, 0.6) !important;
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(100, 181, 246, 0.15);
  transition: all 0.3s ease;
  padding: 25px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  height: 100%;
}

.why-item:hover {
  transform: translateY(-5px);
  background: rgba(19, 47, 76, 0.8) !important;
  border-color: rgba(100, 181, 246, 0.4);
  box-shadow: 0 10px 30px rgba(100, 181, 246, 0.2);
}

.why-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(100, 181, 246, 0.3));
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.why-item:hover img {
  filter: drop-shadow(0 4px 12px rgba(100, 181, 246, 0.5));
  transform: scale(1.1);
}

.why-item h5 {
  color: #64B5F6;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-item p {
  color: #BBDEFB;
  line-height: 1.6;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #E3F2FD;
}

p {
  line-height: 1.8;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Additional improvements */
button, .btn {
  border-radius: 25px;
  transition: all 0.3s ease;
}

input, textarea, select {
  border-radius: 10px;
  border: 1px solid rgba(100, 181, 246, 0.3);
  background: rgba(19, 47, 76, 0.6);
  color: #E3F2FD;
  padding: 10px 15px;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #64B5F6;
  box-shadow: 0 0 15px rgba(100, 181, 246, 0.3);
}

.alert {
  border-radius: 15px;
  border: 1px solid rgba(100, 181, 246, 0.3);
  background: rgba(19, 47, 76, 0.8);
  backdrop-filter: blur(10px);
}

.alert-warning {
  background: rgba(255, 193, 7, 0.1);
  border-color: rgba(255, 193, 7, 0.3);
}

/* Container improvements */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Section spacing */
section.py-5 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Gradient text for strong elements in headings */
h1 strong, h2 strong, h3 strong {
  background: linear-gradient(135deg, #E3F2FD 0%, #64B5F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

section {
  border-bottom: 1px solid rgba(100, 181, 246, 0.2);
}

section.py-3 {
  background: rgba(10, 25, 41, 0.8);
  border-bottom: 1px solid rgba(100, 181, 246, 0.15);
}

.text-white {
  color: #E3F2FD !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #E3F2FD;
}

h1.text-white, h2.text-white, h3.text-white, h4.text-white {
  color: #E3F2FD !important;
}

p.text-white {
  color: #BBDEFB !important;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Additional button styles */
button, .btn {
  border-radius: 25px;
  transition: all 0.3s ease;
}

/* Improved form elements */
input, textarea, select {
  border-radius: 10px;
  border: 1px solid rgba(100, 181, 246, 0.3);
  background: rgba(19, 47, 76, 0.6);
  color: #E3F2FD;
  padding: 10px 15px;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #64B5F6;
  box-shadow: 0 0 15px rgba(100, 181, 246, 0.3);
}

/* Improved alerts */
.alert {
  border-radius: 15px;
  border: 1px solid rgba(100, 181, 246, 0.3);
  background: rgba(19, 47, 76, 0.8);
  backdrop-filter: blur(10px);
}

.alert-warning {
  background: rgba(255, 193, 7, 0.1);
  border-color: rgba(255, 193, 7, 0.3);
  color: #FFC107;
}

/* Container improvements */
.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Section spacing improvements */
section.py-5 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Improved text readability */
p {
  line-height: 1.8;
  color: #BBDEFB;
}

/* Gradient text effect for headings */
h1 strong, h2 strong, h3 strong {
  background: linear-gradient(135deg, #E3F2FD 0%, #64B5F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}