﻿@font-face {
    font-family: 'TTNorms';
    src: url('font/TTNorms-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TTNorms';
    src: url('font/TTNorms-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
    background: #201209 url(../images/Background.jpg) no-repeat center top;
    color: white;
    font-family: 'TTNorms', Arial, sans-serif;
    background-size: contain;
}

.hero {
    background: none;
    padding: 20px 0;
    text-align: left;
    margin-bottom: 30px;
}

    .hero h1 {
        font-size: 3.3rem;
        line-height: 1.2;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .hero h2 {
        font-size: 1.8rem;
        line-height: 1.4;
        margin-bottom: 25px;
        opacity: 0.9;
    }

.cta-btn {
    background-color: #FF6B00;
    border-radius: 8px;
    padding: 10px 40px;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: auto;
    min-width: 300px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(255, 107, 0, 0.4);
    animation: pulse 2s infinite;
}

/* Add glow effect animations */
@keyframes pulse {
    0% {
        box-shadow: 0 0 20px rgba(255, 107, 0, 0.4);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 30px rgba(255, 107, 0, 0.6);
        transform: scale(1.02);
    }

    100% {
        box-shadow: 0 0 20px rgba(255, 107, 0, 0.4);
        transform: scale(1);
    }
}
/* Add shine effect */
.cta-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient( 45deg, transparent, rgba(255, 255, 255, 0.1), transparent );
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -50%;
    }

    100% {
        left: 100%;
    }
}
/* Hover effects */
.cta-btn:hover {
    background-color: #FF8533;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(255, 107, 0, 0.7);
}

.cta-btn:active {
    transform: translateY(1px);
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .container.text-center.py-4 p {
        text-align: left;
        padding-left: 0px;
    }

    .cta-btn {
        width: 100%;
        min-width: auto;
        padding: 15px 0px;
        font-size: 16px;
    }
}

.game-card img {
    max-width: 100%;
    border-radius: 10px;
}

.game-card {
    text-align: center;
    padding: 10px;
}

.license-section img {
    width: 60px;
    margin: 8px;
    margin-top: 20px;
}

.index-wrap {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
    align-items: flex-start;
    position: relative;
    margin-bottom: 40%;
}

.index-wrap-l {
    flex: 1;
    max-width: 695px;
}

.index-wrap-r {
    position: absolute;
    right: 0;
    top: 0;
    width: 665px;
    height: 100%; /* display: none; */
}

    .index-wrap-r img {
        position: absolute;
        right: 0;
    }

        .index-wrap-r img:nth-child(1) { /* ring */
            top: 30%;
            right: 70%;
            width: 165px;
            z-index: 3;
        }

        .index-wrap-r img:nth-child(2) { /* background graphic */
            top: 42%;
            right: 0;
            /* width: 100%; */
            /* height: 100%; */
            object-fit: cover;
        }

        .index-wrap-r img:nth-child(3) { /* crown */
            top: 35%;
            right: -7%;
            width: 130px;
            z-index: 3;
        }

        .index-wrap-r img:nth-child(4) { /* front graphic - woman */
            bottom: -205px;
            right: 0;
            width: 100%;
            /* height: 100%; */
            object-fit: contain;
            z-index: 2;
        }

.container.text-center.py-4 {
    text-align: left;
    padding: 40px 0;
}

    .container.text-center.py-4 h2 {
        font-size: 2rem;
        margin-bottom: 30px;
        text-align: left;
    }

    .container.text-center.py-4 p {
        font-size: 1.4rem;
        margin-bottom: 15px;
        text-align: left;
        padding-left: 55px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

span.org {
    font-size: 30px;
    color: #ff6b00;
}

.container.text-center.py-4 h2 {
    text-align: center;
    font-weight: bold;
}

.game-card {
}

#register {
    padding: 70px 20px;
    background-color: #170900;
}

    #register input {
        border: none;
        padding: 10px 20px;
        background: #352414;
        color: white;
    }

        #register input::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        #register input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        #register input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        #register input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        #register input:-moz-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

.footer-icons img {
    width: 60px;
    margin: 8px;
}

section.gm-1 {
    background: linear-gradient(to bottom, rgb(32 18 9 / 8%) 0%, rgb(31 18 9) 90%, rgb(31 18 9) 100%);
}

.game-box {
    max-width: 800px;
    margin: 0px auto;
    display: flex;
}

.bg-brown {
    background: #201209;
}

.coin-box {
    position: absolute;
    max-width: 100%;
    right: 0px;
    top: 50%;
    z-index: 1;
}

.form-width form {
    max-width: 800px;
    margin: 0px auto;
}

#register input:focus {
    box-shadow: 0 0 0 .25rem rgb(255 107 0 / 31%);
}

.game-card h5 {
    font-weight: bold;
    margin-bottom: 0px;
}

.license-section {
    padding: 60px 0;
}

    .license-section .col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .license-section img {
        /* width: 80px; */
        /* height: 80px; */
        margin-bottom: 15px; /* filter: brightness(0) invert(1); */ /* Make icons white */
    }

    .license-section p {
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        margin: 0;
        line-height: 1.4;
    }

.license-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 990px;
    margin: 0px auto;
    gap: 20px;
}

.license-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    /* margin-bottom: 40px; */
    color: #ffffff;
}

.orange-bg {
    height: 30px;
    background: #ff6b00;
}

.mg-bg {
    display: none;
}

.orange-bg img {
    display: none;
}

.img-annouc {
    display: none;
}

/* Combine all media queries */
@media (min-width: 1440px) {
    .index-wrap {
        margin-bottom: 30%;
    }
}

@media (max-width: 1920px) {
    .index-wrap {
        margin-bottom: 30%;
    }
}

@media (max-width: 1440px) {
    .index-wrap {
        margin-bottom: 15%;
    }
}

@media (max-width: 1200px) {
    body {
        background: #201209 url(../images/Background-1.jpg) no-repeat center top;
        color: white;
        background-size: cover;
    }

    .orange-bg {
        height: 30px;
    }

    img {
        max-width: 100%;
    }

    .index-wrap {
        margin-bottom: 20%;
        flex-direction: column;
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .index-wrap-l {
        max-width: 100%;
        padding-right: 0;
    }

    .index-wrap-r {
        position: relative;
        width: 100%;
        height: 600px;
        margin-top: 40px;
        display: none;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .coin-box {
        display: none;
    }

    .hero {
        text-align: center;
    }

    .game-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .license-box {
        grid-template-columns: repeat(3, 1fr);
    }

    .mg-bg {
        display: flex;
        justify-content: flex-end;
    }

        .mg-bg img {
            display: flex;
            justify-content: end;
            max-width: 100%;
        }

    .container.text-center.py-4 p {
        text-align: center;
        justify-content: center;
        padding: 0px 11vw;
    }
}

@media (max-width: 992px) {
    .license-section .row {
        flex-wrap: wrap;
    }

    .license-section .col {
        flex: 0 0 33.333%;
    }
}

@media (max-width: 768px) {
    section.gm-1 {
        padding: 15px;
    }

    .index-wrap-r {
        height: 400px;
    }

    .hero h1 {
        font-size: 2rem;
        text-align: center;
    }

    .cta-btn {
        width: 100%;
        min-width: auto;
        padding: 15px 0px;
        font-size: 16px;
    }

    .license-section .col {
        flex: 0 0 50%;
        padding: 0px;
    }

    .license-section img {
        width: 60px;
        height: 60px;
    }

    .license-section p {
        font-size: 12px;
    }

    .license-section h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .modal-title {
        font-size: 1.5rem;
    }

    .modal-text {
        font-size: 1rem;
    }

    .modal-gem-left, .modal-gem-right {
        width: 60px;
    }

    .modal-gem-left {
        position: absolute;
        left: 20px;
        width: 80px;
        top: -30px;
        animation: floatLeft 3s ease-in-out infinite;
    }

    .modal-gem-right {
        position: absolute;
        right: 25px;
        width: 80px;
        bottom: 0px;
        animation: floatRight 3s ease-in-out infinite;
    }

    .btn-close {
        position: absolute;
        right: 15px;
        top: -55px;
        background: none;
        border: 2px solid #ff7702;
        border-radius: 50%;
        padding: 0;
        width: 35px;
        height: 35px;
        opacity: 1;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .game-card h5 {
        font-size: 16px;
    }

    .game-card p {
        font-size: 12px;
    }
}

@media (max-width: 435px) {
    .orange-bg img {
        display: block;
    }

    .img-annouc {
        display: block;
        text-align: center;
        font-weight: bold;
        padding: 10px 15px;
        font-size: 4vw;
    }

    .orange-bg {
        height: auto;
    }

    .game-section {
        margin-top: -75%;
    }
}

.modal-content {
    background: #201209;
    border: 2px solid #FF6B00;
    border-radius: 15px;
}

.modal-body {
    position: relative;
    padding: 40px 20px !important;
}

.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: none;
    border: 2px solid #ff7702;
    border-radius: 50%;
    padding: 0;
    width: 35px;
    height: 35px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-close::before, .btn-close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 2px;
        background-color: #ff7702;
        transform-origin: center;
        transition: all 0.3s ease;
    }

    .btn-close::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .btn-close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .btn-close:hover {
        border-color: #ff9248;
        transform: rotate(90deg);
    }

        .btn-close:hover::before, .btn-close:hover::after {
            background-color: #ff9248;
        }

.modal-icon {
    position: relative;
    height: 60px;
    margin-bottom: 30px;
}

.modal-gem-left {
    position: absolute;
    left: 0;
    width: 80px;
    top: 0px;
    animation: floatLeft 3s ease-in-out infinite;
}

.modal-gem-right {
    position: absolute;
    right: 0;
    width: 80px;
    bottom: 0px;
    animation: floatRight 3s ease-in-out infinite;
}

.modal-dialog {
    max-width: 800px;
}

.modal-title {
    color: #ff7702;
    font-size: 2rem;
    margin-bottom: 5px;
    font-weight: bold;
}

.modal-text {
    color: white;
    font-size: 1.2rem;
    opacity: 0.9;
}



/* Add these animations */
@keyframes floatLeft {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-10px);
    }

    100% {
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes floatRight {
    0% {
        transform: translateX(50%) translateY(0);
    }

    50% {
        transform: translateX(50%) translateY(10px);
    }

    100% {
        transform: translateX(50%) translateY(0);
    }
}
/* Update the gem styles */
.modal-gem-left {
    position: absolute;
    left: 0;
    width: 80px;
    top: 0px;
    animation: floatLeft 3s ease-in-out infinite;
}

.modal-gem-right {
    position: absolute;
    right: 0;
    width: 80px;
    bottom: 0px;
    animation: floatRight 3s ease-in-out infinite;
}
/* Add shine effect */
.modal-gem-left, .modal-gem-right {
    filter: brightness(1.1);
    transition: filter 0.3s ease;
}

    .modal-gem-left:hover, .modal-gem-right:hover {
        filter: brightness(1.3);
    }

/* Adjust for mobile */
@media (max-width: 768px) {
    .modal-gem-left, .modal-gem-right {
        width: 60px;
    }
}
/* Update the star animation styles */
.org {
    display: inline-block;
    animation: starPulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    transform-origin: center;
    color: #ff6b00;
    will-change: transform; /* Optimize performance */
}

/* Create smoother and faster star pulse animation */
@keyframes starPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    35% {
        transform: scale(1.15);
        color: #ffe248;
        opacity: 0.9;
    }

    65% {
        transform: scale(1.15);
        color: #d67a2d;
        opacity: 0.9;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* Adjust stagger timing for faster sequence */
.container.text-center.py-4 p:nth-child(2) .org {
    animation-delay: 0s;
}

.container.text-center.py-4 p:nth-child(3) .org {
    animation-delay: 0.3s;
}

.container.text-center.py-4 p:nth-child(4) .org {
    animation-delay: 0.6s;
}

.container.text-center.py-4 p:nth-child(5) .org {
    animation-delay: 0.9s;
}

@media (max-width: 768px) {
    .license-section h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .modal-title {
        font-size: 1.5rem;
    }

    .modal-text {
        font-size: 1rem;
    }

    .modal-gem-left, .modal-gem-right {
        width: 60px;
    }

    .modal-gem-left {
        position: absolute;
        left: 20px;
        width: 80px;
        top: -30px;
        animation: floatLeft 3sease-in-out infinite;
    }

    .modal-gem-right {
        position: absolute;
        right: 25px;
        width: 80px;
        bottom: 0px;
        animation: floatRight 3sease-in-out infinite;
    }

    .btn-close {
        position: absolute;
        right: 15px;
        top: -55px;
        background: none;
        border: 2px solid #ff7702;
        border-radius: 50%;
        padding: 0;
        width: 35px;
        height: 35px;
        opacity: 1;
        cursor: pointer;
        transition: all 0.3sease;
    }
}
