:root {
    --primary: #7EBC12;
    --secondary: #FF0F10;
    --light: #F2F2F2;
    --dark: #1D2833;
}

html {
    scroll-behavior: smooth;
}
@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px
    }
}


h1, h2, h3 {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body, p, a {
    font-family: 'Rajdhani', sans-serif;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;

    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
}

.hero-header {}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 11px;
    bottom: 0;
    left: 0;
    border-top: 1px solid #5A5A5A;
    border-bottom: 1px solid #5A5A5A;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 1px;
    bottom: 5px;
    left: 0;
    background: var(--primary);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -30px;
}

.section-title.text-center::after {
    width: 120px;
    left: 50%;
    margin-left: -60px;
}

.domain {
    background: url(../img/bg-domain.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .comparison::after {
        position: absolute;
        content: "";
        width: 1px;
        top: 56px;
        bottom: 20px;
        left: 50%;
        background: #DDDDDD;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--secondary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item .position-absolute {
    background: var(--secondary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}

.cookie-banner {

    position: fixed;

    bottom: 20px;

    left: 50%;

    transform: translateX(-50%);

    background: rgba(0, 0, 0, 0.9);

    color: white;

    padding: 15px 20px;

    border-radius: 8px;

    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    max-width: 80%;

    z-index: 9999;

}

.cookie-banner p {

    margin: 0;

    font-size: 14px;

    flex-grow: 1;

}

.cookie-banner a {

    color: #f8d210;

    text-decoration: underline;

}

.cookie-buttons {

    display: flex;

    gap: 10px;

}

.cookie-buttons button {

    background: #f8d210;

    border: none;

    color: black;

    padding: 8px 15px;

    font-size: 14px;

    border-radius: 5px;

    cursor: pointer;

    transition: 0.3s;

}

.cookie-buttons button:hover {

    background: #e0be0b;

}

#decline-cookies {

    background: #ff4d4d;

    color: white;

}

#decline-cookies:hover {

    background: #d43f3f;

}












.footer {}

.footer p {
    font-size: 15px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .3);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}



.hero-header {
    background: linear-gradient(to right, #1e1e1e, #3a3a3a);
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.hero-header h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffcc00;
    text-shadow: 2px 2px 8px rgba(255, 204, 0, 0.7);
}

.hero-header p {
    font-size: 1.2rem;
    color: #dcdcdc;
}

.btn-store {
    
    border: none;
    font-weight: bold;
    color: #1e1e1e;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.btn-store  img{
    transition: all 0.3s ease-in-out;
}
.btn-store:hover img {
    
    transform: scale(1.05);
}

.game-image {
    border: 4px solid rgba(255, 204, 0, 0.8);
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(255, 204, 0, 0.8);
}
.about-section {
    background: linear-gradient(to right, #252525, #3d3d3d);
    color: #ffffff;
    padding: 60px 0;
}

.section-title h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffcc00;
    text-shadow: 2px 2px 6px rgba(255, 204, 0, 0.7);
}

.about-text {
    font-size: 1.2rem;
    color: #dcdcdc;
}

.stat-box {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(255, 204, 0, 0.4);
}

.stat-box i {
    font-size: 2.5rem;
    color: #ffcc00;
    margin-bottom: 10px;
}

.stat-box h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
}

.stat-box p {
    font-size: 1rem;
    color: #dcdcdc;
}

.game-image {
    border: 4px solid rgba(255, 204, 0, 0.8);
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(255, 204, 0, 0.8);
}
.why-play-section {
    background: linear-gradient(to right, #1e1e1e, #3a3a3a);
    color: #ffffff;
    padding: 60px 0;
}

.why-play-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffcc00;
    text-shadow: 2px 2px 6px rgba(255, 204, 0, 0.7);
}

.why-play-text {
    font-size: 1.2rem;
    color: #dcdcdc;
    margin-bottom: 15px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

.why-play-text i {
    font-size: 1.5rem;
    color: #ffcc00;
    margin-right: 10px;
}

.game-image {
    border: 4px solid rgba(255, 204, 0, 0.8);
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(255, 204, 0, 0.8);
}
.testimonials-section {
    background: linear-gradient(to right, #252525, #3d3d3d);
    color: #ffffff;
    padding: 60px 0;
}

.section-title h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffcc00;
    text-shadow: 2px 2px 6px rgba(255, 204, 0, 0.7);
}

.testimonial-item {
    background: rgba(0, 0, 0, 0.4);
    border-left: 5px solid #ffcc00;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(255, 204, 0, 0.4);
    position: relative;
}

.quote-icon {
    top: -10px;
    left: 10px;
    font-size: 2rem;
    color: #ffcc00;
}

.text-gold {
    color: #ffcc00;
}

.testimonial-item p {
    font-size: 1.1rem;
    color: #dcdcdc;
    margin-bottom: 15px;
}

.testimonial-item h6 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
}

.testimonial-item small {
    font-size: 0.9rem;
    color: #bbbbbb;
}

.testimonial-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #ffcc00;
    object-fit: cover;
}

.download-section {
    background: linear-gradient(to right, #1e1e1e, #3a3a3a);
    color: #ffffff;
    padding: 60px 0;
    text-align: center;
}

.download-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffcc00;
    text-shadow: 2px 2px 6px rgba(255, 204, 0, 0.7);
    margin-bottom: 20px;
}

.game-image {
    width: 100%;
    max-width: 600px;
    border: 4px solid rgba(255, 204, 0, 0.8);
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(255, 204, 0, 0.8);
    margin-bottom: 20px;
}

.btn-download {

    color: #1e1e1e;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-block;
    margin: 10px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    border: none;
}

.btn-download i {
    font-size: 1.5rem;
    margin-right: 8px;
}

.btn-download:hover {

    transform: scale(1.05);
}
.features-section {
    background: linear-gradient(to right, #222222, #444444);
    color: #ffffff;
    padding: 60px 0;
    text-align: center;
}

.features-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffcc00;
    text-shadow: 2px 2px 6px rgba(255, 204, 0, 0.7);
    margin-bottom: 20px;
}

.feature-box {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(255, 204, 0, 0.4);
    transition: all 0.3s ease-in-out;
}

.feature-box:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 14px rgba(255, 204, 0, 0.7);
}

.feature-box i {
    font-size: 3rem;
    color: #ffcc00;
    margin-bottom: 10px;
}

.feature-box h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 1rem;
    color: #dcdcdc;
}
.footer {
    background: linear-gradient(to right, #1e1e1e, #3a3a3a);
    color: #ffffff;
    padding: 60px 0;
    text-align: center;
}

.footer h5 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffcc00;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer a {
    display: block;
    font-size: 1.1rem;
    color: #dcdcdc;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.3s ease-in-out;
}

.footer a:hover {
    color: #ffcc00;
}

.footer-form input,
.footer-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid rgba(255, 204, 0, 0.7);
    background: #2c2c2c;
    color: #ffffff;
    border-radius: 5px;
}

.footer-form button {
    background: rgba(255, 204, 0, 0.9);
    border: none;
    font-size: 1.1rem;
    font-weight: bold;
    color: #1e1e1e;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.footer-form button:hover {
    background: rgba(255, 204, 0, 1);
    transform: scale(1.05);
}

.copyright {
    font-size: 1rem;
    color: #bbbbbb;
    margin-top: 20px;
}
.navbar {
    background: linear-gradient(to right, #1e1e1e, #3a3a3a);
    padding: 15px 10px !important;
    box-shadow: 0px 4px 10px rgba(255, 204, 0, 0.3);
}

.navbar-brand h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #ffcc00;
    text-shadow: 2px 2px 6px rgba(255, 204, 0, 0.7);
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.2rem;
    font-weight: bold;
    color: #dcdcdc;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out, transform 0.2s;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ffcc00;
    transform: scale(1.1);
}

.navbar-toggler {
    border: none;
    color: #ffcc00;
    font-size: 1.5rem;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}


@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100% !important
    }
}
