* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: url('../media/background.jpg') fixed;
    background-position: center bottom;
    background-size: cover;
    line-height: 1.6;
}

h1,
h2,
h3 {
    line-height: 1.2;
}

.-wrapper {
    max-width: 1300px;
    width: 97%;
    margin: 20px auto;
    background: linear-gradient(178.07deg, #4609C3 -9.74%, #0E063D 82.69%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.-header {
    position: absolute;
    width: 100%;
    padding: 25px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.-logo-img {
    height: 32px;
    margin-top: -2px;
}

.-nav-menu {
    display: flex;
    gap: 40px;
    align-items: center;
}

.-logo {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-family: 'Chakra Petch', sans-serif;
    text-decoration: none;
}

.-nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: color 0.3s;
}

.-nav-link:hover {
    color: #00FADF;
}

.-btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(351.09deg, #00edd6 4.36%, #fbcf56 117.5%);
    border-radius: 50px;
    color: #0E063D;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.3s;
}

.-btn-primary:hover {
    transform: scale(1.05);
}

.-subtitle {
    color: #00FADF;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.-title {
    font-family: 'Chakra Petch', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 52px;
    margin-bottom: 25px;
}

.-title-span {
    color: #13ebb9;
}

.-text {
    font-size: 18px;
    max-width: 600px;
    margin-bottom: 35px;
}

.-section {
    padding: 70px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.-section-alt {
    flex-direction: row-reverse;
    gap: 40px;
}

.-banner .-section-content {
    padding: 0 40px;
}

.-section-content {
    flex: 1;
    max-width: 700px;
    width: 100%;
}

.-section-img {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.-section-img img {
    width: 100%;
    height: auto;
    display: block;
}

.-full-img {
    width: 100%;
    padding: 0 40px 0;
}

.-full-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.-features {
    padding: 100px 40px;
    background: #4609c3;
    border-radius: 30px;
    margin: 0 40px 120px;
}

.-features-title {
    text-align: center;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.-feature-item {
    text-align: center;
}

.-feature-icon {
    height: 50px;
    margin-bottom: 25px;
}

.-feature-title {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.-footer {
    background: #00003E;
    padding: 60px 40px 30px;
    border-radius: 0 0 20px 20px;
}

.-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.-footer-logo {
    flex: 1;
}

.-footer-logo p {
    margin-top: 20px;
}

.-footer-logo-img {
    height: 60px;
    margin-bottom: 20px;
}

.-footer-desc {
    max-width: 400px;
    font-size: 16px;
    opacity: 0.8;
}

.-footer-links {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.-footer-column a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 16px;
    transition: color 0.3s;
}

.-footer-column a:hover {
    color: #00FADF;
}

.-disclaimer {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px;
    border-radius: 12px;
    margin: 40px 0;
    font-size: 15px;
    line-height: 1.8;
}

.-disclaimer p {
    margin: 8px 0;
}

.-disclaimer strong {
    color: #00FADF;
}

.-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    opacity: 0.7;
}

.-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.-contact-section {
    padding: 120px 40px;
    background: rgba(70, 9, 195, 0.2);
    margin: 0 40px 120px;
    border-radius: 30px;
}

.-contact-container {
    max-width: 800px;
    margin: 0 auto;
}

.-contact-content {
    text-align: center;
    margin: 0 auto;
}

.-contact-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 50px;
    border-radius: 20px;
    margin-top: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 250, 223, 0.1);
}

.-form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.-form-input,
.-form-textarea {
    width: 100%;
    padding: 18px 25px;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(0, 250, 223, 0.2);
    border-radius: 12px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    transition: all 0.3s;
}

.-form-input:focus,
.-form-textarea:focus {
    outline: none;
    border-color: #00FADF;
    background: rgba(255, 255, 255, 0.12);
}

.-form-textarea {
    resize: vertical;
    margin-bottom: 40px;
}

.-form-submit {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    cursor: pointer;
}

.-thank-you-message {
    display: none;
    background: rgba(0, 250, 223, 0.1);
    padding: 40px;
    border-radius: 20px;
    margin-top: 40px;
    border: 2px solid #00FADF;
}

.-thank-you-message .-feature-title {
    color: #00FADF;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .-contact-section {
        margin: 0 20px 80px;
        padding: 80px 20px;
    }

    .-contact-form {
        padding: 30px;
    }

    .-form-row {
        flex-direction: column;
        gap: 20px;
    }
}

.-games {
    padding: 140px 0 70px 0;
}

.-games iframe {
    max-width: 1100px;
    width: 97%;
    margin: 0 auto;
    border-radius: 24px;
    display: block;
    height: 510px;
}

.-banner {
    padding: 200px 0 100px 0;
    background: url('../media/bg1.png') center bottom no-repeat;
    background-size: cover;
}



.-breadcrumbs {
    background: rgba(0, 0, 62, 0.8);
    padding: 25px 0;
    margin-top: 100px;
}

.-breadcrumbs .-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
}

.-breadcrumb-link {
    color: #00FADF;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.-breadcrumb-link:hover {
    color: #fff;
}

.-breadcrumb-separator {
    color: #7F13EB;
    margin: 0 15px;
    font-size: 20px;
}

.-breadcrumb-current {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.-text-section {
    padding: 80px 0 120px;
}

.-text-section .-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.-text-content {
    margin-top: 60px;
}

.-text-updated {
    color: #00FADF;
    font-size: 18px;
    margin-bottom: 40px;
    border-bottom: 2px solid #7F13EB;
    padding-bottom: 15px;
    display: inline-block;
}

.-text-heading {
    font-family: 'Chakra Petch', sans-serif;
    color: #fff;
    font-size: 28px;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

.-text-paragraph {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}

.-text-link {
    color: #00FADF;
    text-decoration: none;
    transition: color 0.3s;
}

.-text-link:hover {
    color: #fff;
    text-decoration: underline;
}

.-contact-info {
    background: rgba(70, 9, 195, 0.2);
    padding: 30px;
    border-radius: 15px;
    margin-top: 50px;
    border-left: 4px solid #00FADF;
}

@media (max-width: 768px) {
    .-breadcrumbs .-wrapper {
        padding: 0 20px;
    }

    .-text-section .-wrapper {
        padding: 0 20px;
    }

    .-text-heading {
        font-size: 24px;
    }

    .-text-paragraph {
        font-size: 16px;
    }
}



@media (max-width: 1100px) {
    .-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .-section {
        flex-direction: column;
        text-align: center;
        padding: 80px 30px;
    }

    .-section-content {
        padding: 0;
        margin-bottom: 50px;
    }

    .-section-img {
        width: 80%;
    }

    .-footer-top {
        flex-direction: column;
        gap: 40px;
    }

    .-footer-links {
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .-header {
        padding: 20px;
    }

    .-menu-toggle {
        position: relative;
        z-index: 9999;
        display: block;
    }

    .-nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 280px;
        background: #0E063D;
        flex-direction: column;
        padding: 100px 40px;
        transition: right 0.4s;
        z-index: 999;
    }

    .-nav-menu.active {
        right: 0;
    }

    .-title {
        font-size: 38px;
    }

    .-features-grid {
        grid-template-columns: 1fr;
    }

    .-section,
    .-full-img,
    .-features {
        padding-left: 20px;
        padding-right: 20px;
    }

    .-footer-links {
        flex-direction: column;
        gap: 20px;
    }
}

@media(max-width: 520px) {
    .-banner .-section-content {
        padding: 90px 0 0 0;
    }

    .-section,
    .-full-img,
    .-features {
        padding-left: 15px;
        padding-right: 15px;
    }

    .-features {
        margin: 0 10px;
    }

    .-footer {
        padding: 50px 20px;
    }

    .-features-title {
        font-size: 36px;
    }

    .-disclaimer {
        padding: 15px;
    }

    .-btn-primary {
        padding: 14px 22px;
    }
}