/* Universal styles */
body {
    margin: 0;
    font-family: 'Rethink Sans', sans-serif;
    background-color: #ffe171;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
    color: #f564a5;
    text-decoration: none;
}

/* Top Menu */
.t0pM3nu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #f564a5;
}

.l0g0C0ntainer {
    display: flex;
    align-items: center;
}

.l0g0Img {
    height: 50px;
    margin-right: 0.5rem;
}

.l0g0C0ntainer h1 {
    font-size: 1.5rem;
    color: white;
}

.nav1G4tion ul {
    list-style: none;
    display: flex;
    gap: 1rem;
}

.nav1G4tion li a {
    color: white;
    font-weight: 700;
}

/* Hero Section */
.her0S3cti0n {
    position: relative;
    text-align: center;
    padding: 4rem 1rem;
}

.her0C0ntent {
    position: relative;
    z-index: 2;
}

.her0C0ntent h2 {
    font-size: 2rem;
    color: #f564a5;
}

.her0C0ntent p {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    color: #333;
}

.pl4yBtn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1.5rem;
    background-color: #f564a5;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

.her0Img {
    width: 80%;
    max-width: 500px;
    margin-top: 2rem;
}

/* Footer */
.f00ter {
    text-align: center;
    padding: 1rem;
    background-color: #333;
    color: #fff;
    font-size: 0.9rem;
    margin-top: auto;
}

.f00terN4v a {
    color: #ffe171;
}

/* Mobile styles */
@media (max-width: 768px) {
    .t0pM3nu {
        flex-direction: column;
        text-align: center;
    }
    
    .nav1G4tion ul {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .her0C0ntent h2 {
        font-size: 1.8rem;
    }
    
    .her0C0ntent p {
        font-size: 1rem;
    }
}

/* Styles for Extended Content */
.contentWrapperG6 {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.contentTitleQ7 {
    font-size: 2rem;
    color: #f564a5;
    text-align: center;
    margin-bottom: 20px;
}

.policySectionV1 {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.sectionTitleL9 {
    font-size: 1.5rem;
    color: #f564a5;
    margin-bottom: 10px;
}

.sectionTextF2 {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.listStyleK7 {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
    color: #666;
}

.listStyleK7 li {
    margin-bottom: 8px;
}

/* Responsive Design for Extended Content */
@media (max-width: 768px) {
    .contentTitleQ7 {
        font-size: 1.75rem;
    }

    .sectionTitleL9 {
        font-size: 1.25rem;
    }

    .contentWrapperG6 {
        padding: 0 15px;
    }

    .policySectionV1 {
        padding-bottom: 15px;
    }
}
/* Styles for Extended Privacy Content */
.contentWrapperG6 {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.contentTitleQ7 {
    font-size: 2rem;
    color: #f564a5;
    text-align: center;
    margin-bottom: 20px;
}

.policySectionV1 {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fd49a2;
}

.sectionTitleL9 {
    font-size: 1.5rem;
    color: #f564a5;
    margin-bottom: 10px;
}

.sectionTextF2 {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.listStyleK7 {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
    color: #666;
}

.listStyleK7 li {
    margin-bottom: 8px;
}

/* Responsive Design for Extended Content */
@media (max-width: 768px) {
    .contentTitleQ7 {
        font-size: 1.75rem;
    }

    .sectionTitleL9 {
        font-size: 1.25rem;
    }

    .contentWrapperG6 {
        padding: 0 15px;
    }

    .policySectionV1 {
        padding-bottom: 15px;
    }
}
/* Gameplay Section */
.g4m3pl4y {
    text-align: center;
    padding: 4rem 2rem;
    background-color: #ffe171;
    color: #333;
}

.g4m3pl4yTitle {
    font-size: 2.5rem;
    color: #f564a5;
    margin-bottom: 1rem;
}

.g4m3pl4yDesc {
    font-size: 1.3rem;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.h1ghl1ghts {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.h1ghl1ghtImg {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    border: 4px solid #f564a5; /* Pink border */
    padding: 8px; /* Space between border and image */
    background-color: #ffe171; /* Background color around image */
    transition: transform 0.3s ease;
}

.h1ghl1ghtImg:hover {
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .g4m3pl4yTitle {
        font-size: 2rem;
    }

    .g4m3pl4yDesc {
        font-size: 1.1rem;
    }

    .h1ghl1ghtImg {
        max-width: 90%;
    }
}
/* Stats Section */
.st4ts {
    text-align: center;
    padding: 4rem 2rem;
    background-color: #ffe171;
    color: #333;
}

.st4tsTitle {
    font-size: 2.5rem;
    color: #f564a5;
    margin-bottom: 2rem;
    font-weight: bold;
}

.st4tsContainer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.st4tsItem {

    border-radius: 15px;
    padding: 2rem;
    width: 200px;
  
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.st4tsItem:hover {
    transform: scale(1.05);
}

.st4tsIcon {
    font-size: 3rem;
    color: #f564a5;
    margin-bottom: 1rem;
}

.st4tsValue {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin: 0.5rem 0;
}

.st4tsLabel {
    font-size: 1.1rem;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .st4tsContainer {
        flex-direction: column;
        gap: 1.5rem;
    }

    .st4tsItem {
        width: 90%;
    }
}
/* Subscribe Section */
.subs3ct {
    text-align: center;
    padding: 3rem 2rem;
    background-color: #f564a5;
    color: #fff;
    border-radius: 10px;
    margin: 2rem auto;
    max-width: 600px;
}

.subs3ctTitle {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.subs3ctDesc {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.subsForm {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.subsInput {
    width: 80%;
    max-width: 400px;
    padding: 0.8rem;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
}

.subsInput:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.subsBtn {
    background-color: #ffe171;
    color: #333;
    font-weight: bold;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.subsBtn:hover {
    background-color: #ffd54f;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .subsForm {
        width: 100%;
    }

    .subsInput {
        width: 90%;
    }
}
/* Thank You Section */
.thankYou {
    text-align: center;
    padding: 4rem 2rem;
    background-color: #ffe171;
    color: #333;
    border-radius: 10px;
    max-width: 600px;
    margin: 5rem auto;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.thankYouTitle {
    font-size: 2.5rem;
    color: #f564a5;
    margin-bottom: 1rem;
    font-weight: bold;
}

.thankYouMessage {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.thankYouBtn {
    background-color: #f564a5;
    color: #fff;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.thankYouBtn:hover {
    background-color: #e15392;
}
/* Disclaimer Section */
.discl4imer {
    text-align: center;
    padding: 2rem 1.5rem;
    background-color: #fff3cd;
    color: #856404;
    border-left: 5px solid #f564a5;
    border-radius: 8px;
    max-width: 800px;
    margin: 2rem auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.discl4imerTitle {
    font-size: 1.8rem;
    color: #f564a5;
    margin-bottom: 1rem;
    font-weight: bold;
}

.discl4imerText {
    font-size: 1rem;
    line-height: 1.6;
    color: #856404;
    padding: 0 1rem;
}
/* Features Section */
.f34tur3s {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #ffe171, #f9c2d8);
    color: #333;
    position: relative;
    overflow: hidden;
}

.f34tur3s::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 300px;
    height: 300px;
    background-color: rgba(245, 100, 165, 0.2);
    border-radius: 50%;
    z-index: 0;
}

.f34tur3sTitle {
    font-size: 2.8rem;
    color: #f564a5;
    margin-bottom: 2.5rem;
    font-weight: bold;
    z-index: 1;
    position: relative;
}

.f34tur3sContainer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

/* Card Design */
.f34tur3Card {
    position: relative;
    width: 320px;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.f34tur3Card:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.2);
}

/* Overlay and Image Styling */
.f34tur3Overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(245, 100, 165, 0.4));
    opacity: 0.7;
    z-index: 1;
    transition: opacity 0.4s ease;
}

.f34tur3Card:hover .f34tur3Overlay {
    opacity: 0.3;
}

.f34tur3Img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    z-index: 0;
}

/* Card Content */
.f34tur3Content {
    padding: 2rem 1.5rem;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    position: relative;
    z-index: 2;
    text-align: left;
}

.f34tur3CardTitle {
    font-size: 1.6rem;
    color: #f564a5;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.f34tur3CardText {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .f34tur3sContainer {
        flex-direction: column;
        align-items: center;
    }

    .f34tur3Card {
        width: 90%;
    }
}
/* Hero Section */
.h3r0 {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #f564a5 30%, #ffe171 100%);
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.h3r0Overlay {
    position: absolute;
    top: -20%;
    right: -20%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255,255,255,0.1), transparent 60%);
    animation: rotateOverlay 20s linear infinite;
    z-index: 1;
}

/* Rotate Animation */
@keyframes rotateOverlay {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Hero Content */
.h3r0Content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    max-width: 800px;
}

.h3r0Logo {
    width: 350px;
    height: auto;
    margin-bottom: 1rem;
    animation: float 4s ease-in-out infinite;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.h3r0Title {
    font-size: 4rem;
    font-family: 'Press Start 2P', cursive;
    color: #ffd700;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.h3r0Desc {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

/* Play Button */
.h3r0Btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    background: linear-gradient(135deg, #ffd700, #f564a5);
    color: #333;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.h3r0Btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .h3r0Title {
        font-size: 2.5rem;
    }

    .h3r0Desc {
        font-size: 1.2rem;
    }

    .h3r0Logo {
        width: 150px;
    }
}
/* Testimonials Section */
.t3stimonials {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #ffe171, #f564a5);
    color: #333;
    position: relative;
}

.t3stimonialsTitle {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.t3stimonialsContainer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

/* Testimonial Card Design */
.t3stimonialCard {
    background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(245,100,165,0.1));
    border-radius: 15px;
    width: 300px;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.t3stimonialCard:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.t3stimonialAvatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

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

.t3stimonialContent {
    text-align: left;
    padding: 1rem;
}

.t3stimonialName {
    font-size: 1.3rem;
    color: #f564a5;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.t3stimonialText {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.t3stimonialRating {
    font-size: 1.2rem;
    color: #ffd700;
    text-align: left;
    margin-top: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .t3stimonialsContainer {
        flex-direction: column;
        align-items: center;
    }

    .t3stimonialCard {
        width: 90%;
    }
}
/* Cookie Alert */
.c00kieAlert {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ffe171, #f564a5);
    width: 90%;
    max-width: 600px;
    padding: 1.5rem;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
    color: #333;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
    from {
        transform: translate(-50%, 100%);
    }
    to {
        transform: translate(-50%, 0);
    }
}

.c00kieContent {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.c00kieIcon {
    font-size: 2rem;
    color: #ffd700;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.c00kieText {
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    flex: 1;
}

.c00kieLink {
    color: #ffd700;
    text-decoration: underline;
}

.c00kieBtn {
    background-color: #ffd700;
    color: #333;
    border: none;
    padding: 0.7rem 1.2rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.c00kieBtn:hover {
    background-color: #ffc107;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .c00kieAlert {
        flex-direction: column;
        text-align: center;
    }
    
    .c00kieContent {
        gap: 0.5rem;
        flex-direction: column;
    }
}
