/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

body {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    background-color: #0f0f2a;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
    overflow-y: inherit;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    

}

.telegram-banner-mobile {
    display: none;
}

/* Gradient Text */
.gradient-text {
    background: linear-gradient(135deg, #C10303, #00BFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Gradient Text */
.gradient-texts {
    color: #f55ee6;
    background-clip: text;
    font-size: 40px;
}

.gradient-texts-two {
    color: #7666ff;
    background-clip: text;
    font-size: 40px;
}

.gradient-texts-three {
    color: #f0cd4e;
    background-clip: text;
    font-size: 40px;
}

/* Navbar */
.navbar {
    background-color: #181834;
    border-bottom: 1px solid #2a2a4a;
    position: fixed;
    top: 0;
    z-index: 1000;

    backdrop-filter: blur(10px);
    background-color: rgba(24, 24, 52, 0.95);
    margin-top: 30px;
    
   width: 100%;
   max-width: 1400px;
   border-radius: 50px;
   margin-inline: auto;
    transition: border-radius 0.3s ease; /* Smooth transition for border-radius */
}

.navbar.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-container {
    
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    padding-left: 20px;

    width: 100%;
    max-width: 200px;
}

.nav-logo a {
    display: flex;
}

.nav-logo img {
    width: 230px;


}

.logo-icon {
    width: 32px;
    height: 32px;
    color: #E3D6FF;
}

.logo-text {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    justify-content: center;
}

.nav-link {
    color: #cccccc;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.nav-link img {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.nav-link:hover {
    color: #E3D6FF;
}

.nav-cta {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;

    width: 100%;
    max-width: 100px;
}

.nav-btn {
    background: linear-gradient(135deg, #C10303, #00BFFF);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}



.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    background: linear-gradient(135deg, rgba(193, 3, 3, 0.1) 0%, rgba(0, 191, 255, 0.1) 100%);
    padding: 8px;
    border-radius: 10px;
}

.hamburger span {
    width: 23px;
    height: 3px;
    background-color: #ffffff;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    padding-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-color: #0f0f2a;
    overflow: hidden;
}

.telegram-banner {
    display: block;
}

.download-app {
    display: flex;
    width: 100%;
    margin-inline: auto;
    justify-content: space-between;
}

.download-app-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.download-app-right h2 {
    font-weight: 400;
    font-size: 25px;
}

.download-app-right h3 {
    font-weight: 600;
    font-size: 50px;
}

.barcode-sect {
    display: flex;
    background-color: #181834;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.barcode-img {
    width: 100%;
    max-width: 100px;
}

.barcode-details {
    margin-left: 20px;
}

.barcode-details button {
    color: #fefefe;
    font-weight: 600;
    background: linear-gradient(to bottom, #014cc9 0%, #02205f 100%);
    border: none;
    padding: 6px 12px;
    margin-top: 10px;
    border-radius: 10px;
}



.barcode-details h3 {
    font-size: 20px;
}

.download-app img {
    width: 100%;
    max-width: 500px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    
}

.hero-particle {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    animation: float 6s ease-in-out infinite;
}

.banner-sect {
    max-height: 480px;
}

.banner-sect img {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;

}

.particle-1 {
    width: 200px;
    height: 200px;
    background: #C10303;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.particle-2 {
    width: 150px;
    height: 150px;
    background: #00BFFF;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.particle-3 {
    width: 100px;
    height: 100px;
    background: #E3D6FF;
    bottom: 20%;
    left: 30%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.hero-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;

    z-index: 10;
    
}

.hero-containers {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;


    z-index: 10;
    background-color: #0f0f2a;
}

.slider-container {
    width: 100%;
    overflow: hidden;
   
    backdrop-filter: blur(10px);
    

    padding: 30px 0;

}

.slider-track {
    display: flex;
    animation: slide 60s linear infinite;
    width: fit-content;
}

.slider-track:hover {
    animation-play-state: paused;
}

.logo-item {
    flex: 0 0 auto;
    width: 200px;
    height: 80px;
    margin: 0 20px;
    
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.title h2 {
    color: #b9c6d6;
}

.title img {
    width: 50px;
    margin-right: 20px;
}

.title button {
    border-radius: 5px;
    padding: 8px 12px;
    background: linear-gradient(135deg, #C10303, #00BFFF);
    border: none;
    color: white;
    font-weight: 600;
}

.logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    background: transparent;
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(0.8);
    transition: filter 0.3s ease;
}

.logo-item:hover img {
    filter: brightness(1);
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .logo-item {
        width: 150px;
        height: 60px;
        margin: 0 15px;
    }
}

@media (max-width: 480px) {
    .logo-item {
        width: 120px;
        height: 50px;
        margin: 0 10px;
    }
}

.hero-content-left {
    flex: 1;
    width: 100%;
    animation: fadeInUp 1s ease-out;
 
    display: flex;
    flex-direction: column;
    align-items: left;

}

.hero-content-right {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    
}




@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: left;
}

.hero-description {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    color: #cccccc;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: left;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.btn-separator {
    color: #cccccc;
    font-size: 1rem;
    margin: 0 10px;
}

.btn-primary {
    background: linear-gradient(135deg, #C10303, #00BFFF);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-primary-two {
    background: #f55ee6;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 195px;
}



.btn-primary-three {
    background: #f0cd4e;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 195px;
}

.btn-primary-four {
    background: #7666ff;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 195px;
}

.btn-primary-two:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(139, 92, 246, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(139, 92, 246, 0.3);
}

.btn-arrow {
    transition: transform 0.3s ease;
}

.btn-primary:hover .btn-arrow {
    transform: translateX(5px);
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 11px 23px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.service {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.label {
    flex: 1;
    font-weight: bold;
}

.group-label {
    margin-right: 50px;
}

.banner-sections {
    width: 100%;
    display: flex;
    gap: 50px;

    margin-top: 100px;
    margin-bottom: 100px;
}

.banner-sections-two {
    width: 100%;
    display: flex;
    gap: 50px;

    margin-top: 100px;
    margin-bottom: 100px;
}

.banner-img {
    width: 50%;
    background: rgba(42, 42, 74, 0.5);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 1.625rem 0 #7666ff;
}


.banner-img-two {
    width: 50%;
    background: rgba(42, 42, 74, 0.5);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 1.625rem 0 #f55ee6;
}

.banner-img-three {
    width: 50%;
    background: rgba(42, 42, 74, 0.5);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 1.625rem 0 #f0cd4e;
}

.banner-img-two img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
}

.banner-img-three img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    
}

.banner-img img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
}

.banner-details {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-details h1 {
    font-size: 40px;
}

.box-pelayanan {
    background: rgba(42, 42, 74, 0.5);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 1px solid rgba(227, 214, 255, 0.2);
}

.progress-bar {
    height: 10px;
    width: 100%;
    background: linear-gradient(135deg, #C10303, #00BFFF);
    border-radius: 5px;
    margin: 0 10px;
}

.time {
    font-weight: normal;
}


.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.hero-availability {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: #cccccc;
}

.availability-text {
    color: #cccccc;
    font-weight: 600;
    font-size: 18px;
}

.availability-link {
    transition: color 0.3s ease;
    margin-right: 10px;
    
}

.social-media {
    margin-top: 15px;
    
}


/* Hero Visual */
.hero-visual {
    position: relative;
    width: 100%;

    overflow: hidden; /* Hide images that are outside of the container */
    display: flex;  /* Align the images in a row */
    justify-content: end;
    transition: transform 1s ease-in-out; /* Smooth transition for sliding effect */
}

.hero-visual img {
    width: 100%;
    max-width: 400px;
    max-height: 600px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0; /* Prevent images from shrinking */
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* Make the active image visible */
.hero-visual img.active {
    opacity: 1;
}

@keyframes slideIn {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.app-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
 
    perspective: 1000px;
}

.app-window {
    background: #2a2a4a;
    border-radius: 8px;
    overflow: hidden;
    transform: rotateY(-10deg) rotateX(5deg);
    transition: transform 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.app-window:hover {
    transform: rotateY(-5deg) rotateX(2deg) scale(1.05);
}

.window-header {
    background: #1a1a3a;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.window-dots {
    display: flex;
    gap: 4px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dot.red {
    background: #ff5f57;
}

.dot.yellow {
    background: #ffbd2e;
}

.dot.green {
    background: #28ca42;
}

.window-title {
    font-size: 10px;
    color: #cccccc;
    font-weight: 500;
}

.window-content {
    padding: 12px;
    height: 60px;
}

.content-lines {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.line {
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.line.short {
    width: 60%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #E3D6FF, #C10303);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(227, 214, 255, 0.3);
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 15px 40px rgba(227, 214, 255, 0.5);
}

.play-icon {
    color: #ffffff;
    font-size: 24px;
    margin-left: 4px;
}

/* Features Section */
.features {
    padding: 25px 0;
    background: #0F0F2A;
    position: relative;
}

.features::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #0F0F2A;
}

.section-header {
    text-align: left;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.section-headers {
    text-align: left;
    margin-bottom: 80px;
    position: relative;
    margin-top: 80px;
    z-index: 10;
}

.section-title {
    font-size: clamp(2rem, 4vw, 1.5rem);
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    gap: 10px;
}

.section-titles {
    font-size: clamp(2rem, 4vw, 1.5rem);
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.section-titles-two {
    font-size: clamp(2rem, 4vw, 1.5rem);
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.section-description {
    font-size: 1rem;
    color: #cccccc;
    margin-bottom: 15px;
    line-height: 1.6;

}

.section-description a {
    text-decoration: none;
    color: yellow;
    font-weight: 600;
}

.faq-section {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: rgba(42, 42, 74, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.faq-section h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-question {
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: rgba(206, 205, 205, 0.1);
}

.faq-answer {
    display: none;
    padding: 10px;
    background: rgba(206, 205, 205, 0.1);
    border-radius: 5px;
    margin-top: 5px;
    font-weight: 600;
}

.section-descriptions {
    font-size: 1rem;
    color: #cccccc;
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
}

.feature-card {
    background: rgba(42, 42, 74, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(227, 214, 255, 0.2);
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(193, 3, 3, 0.1) 0%, rgba(0, 191, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(227, 214, 255, 0.5);
    box-shadow: 0 20px 40px rgba(193, 3, 3, 0.2);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon {
     width: 50px;
    height: 50px;

    border-radius: 50%;
    background: linear-gradient(135deg, #C10303, #00BFFF);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.feature-icons {
    border-radius: 50%;

    margin-bottom: 10px;
}

.feature-icons img {
    width: 100%;
    max-width: 70px;
}

.feature-icon i {
    font-size: 25px;

}

.title-card h2 {
    color: white;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}

.feature-description {
    color: #cccccc;
    line-height: 1.6;
    position: relative;
    z-index: 10;
}

/* Pricing Section */
.pricing {
    padding: 100px 0;
   
    position: relative;
}

.pricing::before {
    content: '';
    position: absolute;
    inset: 0;
    
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.pricing-card {
    background: rgba(42, 42, 74, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 images per row */
    gap: 15px;
    margin-bottom: 20px;
}

.game-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.pricing-card.popular {
    border-color: #C10303;
    box-shadow: 0 20px 40px rgba(193, 3, 3, 0.3);
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #C10303, #00BFFF);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pricing-header {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.pricing-price {
    margin-bottom: 15px;
}

.price-amount {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
}

.price-period {
    font-size: 1.2rem;
    color: #cccccc;
}

.pricing-description {
    color: #cccccc;
    font-size: 1rem;
}

.pricing-features {
    list-style: none;
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #cccccc;
}

.check-icon {
    color: #00FF88;
    font-weight: bold;
    font-size: 1.2rem;
}

.pricing-btn {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    justify-content: center;
}

.btn-primary-full {
    background: linear-gradient(135deg, #C10303, #00BFFF);
    color: white;
}

.game-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;

    width: 100%;
    margin-bottom: 50px;
}

.game-card {
    color: white;
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    background: rgba(42, 42, 74, 0.5);
   
}

.tags {
    display: flex;
    gap: 10px;
}

.tags span {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0.8;
    border-radius: 10px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
}

.game-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.game-card h3 {
    font-size: 20px;
    margin: 5px 0;
    text-align: left;
    
}

.game-card-details {
    padding: 10px;
}

.game-card p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
}

.buttons {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 6px;
}

.buttons a {
    width: 100%;
}

.play-btn {
    background: linear-gradient(135deg, #C10303, #00BFFF);
    color: white;
    font-weight: 700;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    
    transition: background-color 0.3s ease;
    font-size: 12px;
}

.play-btn i {
    margin-right: 3px;
}

.gradient-box {
    background-image: linear-gradient(90deg, rgba(140, 80, 255, 0.10) 0%, /* 8C50FF (Purple) with 10% opacity */ rgba(162, 89, 250, 0.04) 55%, /* A259FA (Lighter Purple) with 4% opacity */ rgba(162, 89, 250, 0.00) 70% /* Fully transparent */);
    border: 1px solid 3b0a45;
    padding: 40px;
    border-radius: 15px;
    color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin-top: 50px;
}

.gradient-boxes {
    background-image: linear-gradient(90deg, rgba(0, 188, 212, 0.10) 0%, /* 00BCD4 (Cyan) with 10% opacity */ rgba(0, 229, 255, 0.04) 55%, /* 00E5FF (Lighter Cyan) with 4% opacity */ rgba(0, 229, 255, 0.00) 70% /* Fully transparent */);
    border: 1px solid 3b0a45;
    padding: 40px;
    border-radius: 15px;
    color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin-top: 50px;
}

.gradient-boxess {
    background-image: linear-gradient(90deg, rgba(255, 127, 0, 0.10) 0%, rgba(255, 188, 0, 0.04) 55%, rgba(255, 188, 0, 0.00) 70%);
    border: 1px solid 3b0a45;
    padding: 40px;
    border-radius: 15px;
    color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin-top: 50px;
}



.gradient-content {
    max-width: 600px;
}

.gradient-box h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.gradient-box p {
    font-size: 16px;
    line-height: 1.5;
}

.icon-style {
    font-size: 40px;
    color: #00BFFF;
    margin-bottom: 20px;
}

.icon-styles {
    font-size: 40px;
    color: #C10303;
    margin-bottom: 20px;
}



.demo-btn {
    border: 1px solid #00BFFF;
    background: none;
    color: #00BFFF;
    font-weight: 700;

    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    
    transition: background-color 0.3s ease;
    font-size: 12px;
}

.demo-btns {
    border: 2px solid #00BFFF;
    background: none;
    color: #00BFFF;
    font-weight: 700;

    padding: 13px 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    max-width: 170px;
    margin-inline: auto;
    margin-top: 30px;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.demo-btnsss {
    border: 2px solid #C10303;
    background: none;
    color: #C10303;
    font-weight: 700;

    padding: 13px 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    max-width: 170px;
    margin-inline: auto;
    margin-top: 30px;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.demo-btnss {
    border: 2px solid #00BFFF;
    background: none;
    color: #00BFFF;
    font-weight: 700;

    padding: 13px 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    margin-inline: auto;
    margin-top: 30px;
    transition: background-color 0.3s ease;
    font-size: 16px;
}
    
  

.demo-btn:hover {
    background-color: #00BFFF;
    color: white;
}

.demo-btns:hover {
    background-color: #00BFFF;
    color: white;
}

.demo-btnsss:hover {
    background-color: #00BFFF;
    color: white;
}

.demo-btnsss:hover {
    background-color: #C10303;
    color: white;
}

.demo-btnss i {
    margin-right: 5px;
}

.game-card:hover {
    transform: translateY(-10px);
}

@media (max-width: 768px) {
    .game-card {
        width: 100%;
    }
}

.btn-primary-full:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(193, 3, 3, 0.4);
}

.btn-secondary-full {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary-full:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.pricing-footer {
    margin-top: 60px;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    background-color: #7666ff;
}

.img-title-sect {
    display: flex;
    align-items: center;
}

.img-title-sect img {
    margin-right: 10px;
}

.pricing-footer-left {
    text-align: left;
    width: 70%;
}

.pricing-footer-left h2 {
    font-size: 30px;
}

.pricing-footer-left p {
    font-size: 16px;
}

.pricing-footer-text {
    color: #cccccc;
    margin-bottom: 10px;
}

.pricing-footer-link {
    color: #E3D6FF;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.pricing-footer-link:hover {
    color: #ffffff;
}

/* Footer */
.footer {
    background: #0f0f2a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 0 30px;
}

.footer-links {
    display: flex;
    justify-content: space-evenly;
    gap: 50px;
 
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-brand {
    max-width: 400px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-description {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 30px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: inline-block;
    font-size: 1.5rem;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-link:hover {
    transform: translateY(-3px);
}

.footer-column {
    min-width: 150px;
}

.footer-title {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-list {
    list-style: none;
}

.footer-list li {
    margin-bottom: 10px;
}

.footer-link {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #E3D6FF;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}

.footer-copyright {
    color: #cccccc;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: rgba(24, 24, 52, 0.98);
        width: 100%;
        max-width: 700px;
        text-align: center;
        transition: 0.3s;
        padding: 30px 0;
        backdrop-filter: blur(10px);
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-menu a {
        padding: 15px;
        display: block;
        font-size: 1.2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-buttons button {
        width: 100%;

    }
    
    .hero-stats {
        gap: 30px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-card {
        padding: 25px;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .pricing-card {
        padding: 30px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    
    
    .hero-container {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-description {
        font-size: 1rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .feature-card {
        padding: 20px;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-card {
        padding: 25px;
    }
}

/* Smooth Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Scroll Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #181834;
}

::-webkit-scrollbar-thumb {
    background: #C10303;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #E3D6FF;
}

/* Selection */
::selection {
    background: rgba(193, 3, 3, 0.3);
    color: white;
}

/* Focus States */
button:focus, a:focus {
    outline: 2px solid #E3D6FF;
    outline-offset: 2px;
}

.img-sect {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1200px) {

    .nav-menu.active {
        display: flex;
        justify-content: center;
        align-items: start;
        transform: scaleY(1); /* Show the menu with animation */
        opacity: 1; /* Fade in the menu */
        max-height: 700px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .img-sect {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .nav-link img {
        margin-bottom: 0;
    }

    .nav-link {
        display: flex;
     
    }

    .nav-link span {
        margin-left: 10px;
    }

    .navbar.open {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .box-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container {
        padding: 0;
    }

    /* Hero Visual */
    .hero-visual {
        position: relative;
        width: 100%;

        overflow: hidden; /* Hide images that are outside of the container */
        display: flex;  /* Align the images in a row */
        justify-content: center;
        transition: transform 1s ease-in-out; /* Smooth transition for sliding effect */
    }

    .btn-primary {
        background: linear-gradient(135deg, #C10303, #00BFFF);
        color: white;
        border: none;
        padding: 12px 24px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 8px;

        display: flex;
        justify-content: center;
    }

    .btn-secondary {
        background: transparent;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 11px 23px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .hero-buttons {
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        flex-wrap: wrap;
        width: 100%;
    }


    .hero-title {
        font-size: clamp(2.5rem, 5vw, 4rem);
        font-weight: 800;
        margin-bottom: 20px;
        line-height: 1.2;
        text-align: left;
    }

    .hero-visual img {
        max-height: 600px;
    }

    .download-app {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-inline: auto;
        justify-content: space-between;
    }

    .download-app-left {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .download-app-left img {
        width: 100%;
    }

    .download-app-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding-top: 20px;
    }

    .barcode-sect {
        display: flex;
        justify-content: center;
        background-color: #181834;
        padding: 10px;
        border-radius: 10px;
        margin-top: 20px;
        width: 100%;
    }

    .barcode-img {
        display: flex;
        align-items: center;
    }

    .barcode-details {
        text-align: left;
    }


    .hero-container { 
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding: 0;
        gap: 20px;
        z-index: 10;
        max-height: 1000px;
    }

    .hero-content-left {
        flex: 1;
        width: 100%;
        animation: fadeInUp 1s ease-out;
    
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

    }

    .mobile-version {
        text-align: center !important;
    }

    .hero-content-right {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        
    }

    .logo-item {
        flex: 0 0 auto;
        width: 180px;
        height: 100px;
        margin: 0 10px;
        
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    .logo-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        filter: brightness(0.8);
        transition: filter 0.3s ease;
    }

    .service {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .progress-bar {
        display: none;
    }

    .title-card h2 {
        text-align: center;
    }

    .slider-container {
        width: 100%;
        overflow: hidden;
    
        backdrop-filter: blur(10px);
        

        padding: 10px 0;

    }
  

    .navbar {
        background-color: #181834;
        border-bottom: 1px solid #2a2a4a;
        position: fixed;
        top: 0;
        z-index: 1000;

        backdrop-filter: blur(10px);
        background-color: rgba(24, 24, 52, 0.95);
        margin-top: 30px;
        
        width: 95%;
 
        border-radius: 50px;
        margin-inline: auto;
    }

    .nav-menu {
        display: none;
    }

    .hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
    }

    .banner-sections {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;

        margin-top: 70px;
        margin-bottom: 50px;
    }

    .banner-sections-two {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
        align-items: center;
    gap: 50px;

    margin-top: 50px;
    margin-bottom: 50px;
}

    .banner-img {
        width: 100%;
        padding: 10px;
    }

    .banner-img img {
        object-fit: contain;
        height: 100%;
    }

    .section-titles {
        font-size: 1rem;
        align-items: center;
    }

    .banner-details h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .gradient-texts {
        font-size: 28px;
    }

    .gradient-texts-two {
        font-size: 28px;
    }

    .gradient-texts-three {
        font-size: 28px;
       
    }

    .banner-img-two {
        width: 100%;
        padding: 10px;
    }

    .banner-img-two img {
        object-fit: contain;
        height: 100%;
    }

    .banner-img-three {
        width: 100%;
        padding: 10px;
    }

    .banner-img-three img {
        object-fit: contain;
        height: 100%;
    }

    .banner-details {
        width: 100%;
    }

    .section-header {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}
    
    .section-headers {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .pricing {
    padding: 0;
    padding-top: 40px;
   
    position: relative;
    }

    .footer-logo {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-description {
    text-align: start;
}

.social-links {
    display: flex;
    justify-content: start;
}

.nav-btn {
    background: linear-gradient(135deg, #C10303, #00BFFF);
    color: white;
    border: none;
    padding: 0px 20px;
    height: 30px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-links {
    display: flex;
    text-align: start;
    justify-content: start;
    gap: 25px;
    width: 100%;
 
}

.img-title-sect {
    display: flex;
    flex-direction: column;
    align-items: start;

    width: 100%;
}

.img-title-sect h2 {
    font-size: 25px;
    margin-bottom: 20px;
}


.pricing-footer {
    margin-top: 60px;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    background-color: #7666ff;
}

.pricing-footer-left {
    width: 100%;
}

.pricing-footer-left p {
    margin-bottom: 10px;
}

.pricing-card {
    padding: 15px;
}

.pricing-title {
    padding-top: 10px;
}




.telegram-banner {
    display: none;
}

.telegram-banner-mobile {
    display: block;
}

.section-titles {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.section-titles-two {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}



.gradient-box {
    background-image: linear-gradient(90deg, rgba(140, 80, 255, 0.10) 0%, /* 8C50FF (Purple) with 10% opacity */ rgba(162, 89, 250, 0.04) 55%, /* A259FA (Lighter Purple) with 4% opacity */ rgba(162, 89, 250, 0.00) 70% /* Fully transparent */);
    border: 1px solid 3b0a45;
    padding: 20px;
    border-radius: 15px;
    color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin-top: 50px;
}

.gradient-boxes {
    padding: 20px;
}

.nav-logo img {
    width: 180px;
}

.gradient-boxess {
    padding: 20px;
}


.gradient-box h2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}

.gradient-box p {
    font-size: 16px;
    line-height: 1.5;
}

.gradient-boxes h2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}

.gradient-boxes p {
    font-size: 16px;
    line-height: 1.5;
}

.gradient-boxess h2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}

.gradient-boxess p {
    font-size: 16px;
    line-height: 1.5;
}

}