* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

html, body {
    font-family: 'VT323', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #c9f5f9ab;
    padding: 0;
    margin: 0;
}

/* Cookie Popup Styles */
.OVFJwBjH {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #eff5ff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'VT323', sans-serif;
}

.OVFJwBjH p {
    font-size: 16px;
    color: #333;
    margin-right: 20px;
}

.PTYcl {
    background-color: #6b91c9;
    color: #eff5ff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'VT323', sans-serif;
    transition: background-color 0.3s ease;
}

.PTYcl:hover {
    background-color: #5aa797;
}

@media (max-width: 768px) {
    .OVFJwBjH {
        flex-direction: column;
        text-align: center;
    }

    .OVFJwBjH p {
        margin-bottom: 10px;
    }

    .PTYcl {
        width: 100%;
    }
}


/* Header Styles */
.nTNdAqpYZi {
    background-color: #6b91c9;
    padding: 20px;
    text-align: center;
}

.nTNdAqpYZi h1 {
    font-family: 'VT323', sans-serif;
    font-size: 36px;
    color: #eff5ff;
    margin-bottom: 10px;
}

.bttFFH {
    list-style: none;
}

.bttFFH li {
    display: inline;
    margin-right: 15px;
}

.bttFFH li:last-of-type {
    margin-right: 0;
}

.bttFFH li a {
    font-family: 'VT323', sans-serif;
    color: #eff5ff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

.bttFFH li a:hover {
    text-decoration: underline;
}

@media (max-width: 380px) {
    .bttFFH li a {
        font-size: 14px;
    }
}

/* Hero Section Styles */
#KzfUf {
    position: relative;
    height: 100vh;
    background-image: url('../gallery/gamong_bg.avif');
    background-size: cover;
    background-position: center;
}

.IClZd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.UyTEXUWfZ {
    text-align: center;
    color: #eff5ff;
}

.UyTEXUWfZ h1 {
    font-family: 'VT323', sans-serif;
    font-size: 48px;
    margin-bottom: 20px;
}

.UyTEXUWfZ p {
    font-family: 'VT323', sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}

.apHBdAi {
    display: inline-block;
    background-color: #3bc961;
    color: #eff5ff;
    font-size: 18px;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'VT323', sans-serif;
    animation: pulse 1s infinite;
}
@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }


.apHBdAi i {
    margin-right: 10px;
}

.apHBdAi:hover {
    background-color: #43c468;
}

@media (max-width: 768px) {
    .UyTEXUWfZ h1 {
        font-size: 36px;
    }

    .UyTEXUWfZ p {
        font-size: 16px;
    }

    .apHBdAi {
        font-size: 16px;
        padding: 10px 20px;
    }
}

/* About Game Section Styles */
#ZhnNCbHC {
    padding: 60px 0;
    background-color: #ffffff;
}

.VKMRVJrl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.gDyZQC {
    flex: 1;
    margin-right: 40px;
}

.gDyZQC h2 {
    font-family: 'VT323', sans-serif;
    font-size: 36px;
    color: #6b91c9;
    margin-bottom: 20px;
}

.gDyZQC p {
    font-family: 'VT323', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.seicoHUl {
    flex: 1;
    text-align: center;
}

.seicoHUl img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .VKMRVJrl {
        flex-direction: column;
        text-align: center;
    }

    .gDyZQC {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .gDyZQC h2 {
        font-size: 28px;
    }

    .gDyZQC p {
        font-size: 16px;
    }
}

/* Benefits Section Styles */
#fNaHTuns {
    padding: 60px 0;
    background-color: #eff5ff;
}

.FpWJLM {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}

#fNaHTuns h2 {
    font-family: 'VT323', sans-serif;
    font-size: 36px;
    color: #6b91c9;
    margin-bottom: 40px;
}

.jfHaO {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.rzJQBeVnp {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.rzJQBeVnp i {
    font-size: 40px;
    color: #6b91c9;
    margin-bottom: 15px;
}

.rzJQBeVnp h3 {
    font-family: 'VT323', sans-serif;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.rzJQBeVnp p {
    font-family: 'VT323', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .jfHaO {
        grid-template-columns: 1fr;
    }

    #fNaHTuns h2 {
        font-size: 28px;
    }

    .rzJQBeVnp {
        padding: 20px;
    }
}

/* Gallery Section Styles */
#KFndBe {
    padding: 60px 0;
    background-color: #ffffff;
}

.YGNeXGtj {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}

#KFndBe h2 {
    font-family: 'VT323', sans-serif;
    font-size: 36px;
    color: #6b91c9;
    margin-bottom: 40px;
}

.SVlxTgwn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.jOhqEHbX {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.jOhqEHbX img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 2 / 1;
}

@media (max-width: 1024px) {
    .SVlxTgwn {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .SVlxTgwn {
        grid-template-columns: 1fr;
    }

    #KFndBe h2 {
        font-size: 28px;
    }
}

/* jSbozEvS Section Styles */
#jSbozEvS {
    padding: 60px 0;
    background-color: #eff5ff;
}

.kExgapV {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}

#jSbozEvS h2 {
    font-family: 'VT323', sans-serif;
    font-size: 36px;
    color: #6b91c9;
    margin-bottom: 40px;
}

.AJrVVtsm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.lfwAIo {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'VT323', sans-serif;
    font-size: 16px;
    color: #555;
}

.lfwAIo p {
    font-style: italic;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .AJrVVtsm {
        grid-template-columns: 1fr;
    }

    #jSbozEvS h2 {
        font-size: 28px;
    }
}

/* Contact Form Section Styles */
#jefIJpp {
    padding: 60px 0;
    background-color: #d9f9fcab;
}

.arUhZKkY {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}

#jefIJpp h2 {
    font-family: 'VT323', sans-serif;
    font-size: 36px;
    color: #6b91c9;
    margin-bottom: 40px;
}

.lAhZphF {
    background-color: #eff5ff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mtgNegpKJ {
    margin-bottom: 20px;
    text-align: left;
}

.mtgNegpKJ label {
    font-family: 'VT323', sans-serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.mtgNegpKJ input,
.mtgNegpKJ textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'VT323', sans-serif;
    font-size: 16px;
    color: #333;
}

.bOAQgvLi {
    background-color: #6b91c9;
    color: #eff5ff;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'VT323', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.bOAQgvLi:hover {
    background-color: #5aa797;
}

@media (max-width: 768px) {
    #jefIJpp h2 {
        font-size: 28px;
    }

    .lAhZphF {
        padding: 30px;
    }

    .bOAQgvLi {
        width: 100%;
        padding: 15px 0;
    }
}

/* Game Stats Section Styles */
#oryqGmN {
    padding: 60px 0;
    background-color: #6b91c9;
    color: #eff5ff;
    text-align: center;
}

.aqkBfOIJv {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.VXvRKpDi {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.jcDmv {
    background-color: #eff5ff;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.jcDmv i {
    font-size: 40px;
    color: #6b91c9;
    margin-bottom: 15px;
}

.jcDmv h3 {
    font-family: 'VT323', sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
}

.jcDmv p {
    font-family: 'VT323', sans-serif;
    font-size: 16px;
}

.qZHPHLlgk {
    margin-top: 30px;
}

.apHBdAi {
    display: inline-block;
    background-color: #eff5ff;
    color: #6b91c9;
    font-size: 18px;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'VT323', sans-serif;
    transition: background-color 0.3s ease;
}

.apHBdAi i {
    margin-right: 10px;
}

.apHBdAi:hover {
    background-color: #eff5ff;
    color: #4cae9c;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .VXvRKpDi {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .VXvRKpDi {
        grid-template-columns: 1fr;
    }

    .jcDmv h3 {
        font-size: 24px;
    }

    .apHBdAi {
        width: 90%;
        padding: 15px 0;
    }
}

/* Footer Styles */
#bVQNCnPxX {
    padding: 40px 0;
    background-color: #333;
    color: #eff5ff;
    text-align: center;
}

.URZiXjNLg {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.BVwBpPqJ {
    margin-bottom: 20px;
}

.BVwBpPqJ a {
    color: #6b91c9;
    font-family: 'VT323', sans-serif;
    font-size: 16px;
    margin: 0 10px;
    text-decoration: none;
}

.BVwBpPqJ a:hover {
    text-decoration: underline;
}

#bVQNCnPxX p {
    font-family: 'VT323', sans-serif;
    font-size: 14px;
}

/* Back to Top Button */
.xMfXjMdWtC {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #6b91c9;
    color: #eff5ff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

.xMfXjMdWtC:hover {
    background-color: #5aa797;
}

/* Styles for Form */
.mtgNegpKJ {
    margin-bottom: 20px;
    text-align: left;
}

.mtgNegpKJ label {
    font-family: 'VT323', sans-serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.mtgNegpKJ input,
.mtgNegpKJ textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'VT323', sans-serif;
    font-size: 16px;
    color: #333;
}

.bOAQgvLi {
    background-color: #6b91c9;
    color: #eff5ff;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'VT323', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.bOAQgvLi:hover {
    background-color: #5aa797;
}

/* Thank You Popup Styles */
.ktRKlSBJ {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #eff5ff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
}

.ywjl p {
    font-size: 18px;
    margin-bottom: 20px;
}

.ywjl .fmgwUoeVVHm {
    background-color: #6b91c9;
    color: #eff5ff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.ywjl .fmgwUoeVVHm:hover {
    background-color: #5aa768;
}

/* Privacy Policy and Terms of Service */
.nTNdAqpYZi {
    background-color: #6b91c9;
    padding: 20px;
    text-align: center;
}

.nTNdAqpYZi h1 {
    font-family: 'VT323', sans-serif;
    font-size: 36px;
    color: #eff5ff;
}

.isKsjJ, .yPcAx {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'VT323', sans-serif;
    color: #333;
    line-height: 1.8;
}

.isKsjJ h2, .yPcAx h2 {
    font-family: 'VT323', sans-serif;
    font-size: 28px;
    color: #6b91c9;
    margin-bottom: 20px;
}

.isKsjJ p, .yPcAx p {
    font-size: 16px;
    margin-bottom: 15px;
}

footer {
    background-color: #333;
    color: #eff5ff;
    padding: 20px 0;
    text-align: center;
}

footer p {
    font-size: 14px;
}

@media (max-width: 768px) {
    .nTNdAqpYZi h1 {
        font-size: 28px;
    }

    .isKsjJ h2, .yPcAx h2 {
        font-size: 24px;
    }

    .isKsjJ p, .yPcAx p {
        font-size: 14px;
    }
}