@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1367px) {
    .mob-hero-area .hero-bg {
        height: 784px;
    }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1200px) {
    .mob-hero-content .text-1 {
        margin: 12px 0px 30px;
    }
}

@media screen and (max-width: 1025px) {}

@media screen and (max-width: 992px) {
    .header {
        background: linear-gradient(260deg, #15DFFD 0%, #329DAD 96.58%);
    }

    .navbar-nav {
        gap: 16px;
        padding-top: 24px;
    }

    .section {
        padding: 60px 0;
    }

    .section-pt {
        padding-top: 60px;
    }

    .section-pb {
        padding-bottom: 60px;
    }

    .mob-hero-content {
        padding-top: 130px;
    }

    .mob-section-title h1 {
        font-size: 52px;
    }

    .mob-hero-content h1 span img {
        width: 220px;
    }

    .mob-section-title h2 {
        font-size: 36px;
    }

    .mob-section-title h3 {
        font-size: 38px;
    }

    .mob-section-title h5 {
        font-size: 22px;
    }

    .mob-section-title h4 {
        font-size: 24px;
    }

    .mob-footer-menu .mob-content-text-2 {
        max-width: 100%;
    }

    .our-games-img-box {
        margin-bottom: 20px;
    }

    .careers-img-box {
        margin-bottom: 40px;
    }

    .mob-careers-content .section-title {
        padding-bottom: 40px;
    }

    .mob-careers {
        background: #FBFAF6;
        padding: 60px 0px;
    }

    .mob-navbar {
        padding: 24px 0px;
    }

}

@media screen and (max-width: 768px) {
    .mob-hero-area {
        height: 770px;
    }

    .mob-hero-content {
        padding-bottom: 0px;
    }

}

@media screen and (max-width: 576px) {
    .mob-gameForm .form-group {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 30px;
    }
}

@media screen and (max-width: 480px) {
    .our-games {
        padding: 0px 0px;
    }

    .mob-hero-area {
        height: 790px;
    }
}

@media screen and (max-width: 426px) {
    .navbar-brand img {
        width: 140px;
    }

    .mob-section-title h1 {
        font-size: 28px;
    }

    .mob-hero-content h1 span img {
        width: 120px;
    }

    .mob-hero-content .text-1 {
        font-size: 14px;
        margin: 12px 0px 16px;
    }

    .mob-section-title h2 {
        font-size: 24px;
    }

    .mob-hero-content .text-2 {
        font-size: 14px;
    }

    .mob-hero-area {
        height: 630px;
    }

    .our-games {
        padding: 60px 0px 0px;
    }

    .mob-section-title h3 {
        font-size: 22px;
    }

    .mob-content-text-2 {
        font-size: 13px;
    }

    .mob-section-title h5 {
        font-size: 20px;
    }

    .our-games-details p {
        margin: 16px 0px;
    }

    .games-store-box a img {
        width: 100px;
    }

    .mob-section-title h4 {
        font-size: 20px;
    }

    .mob-application-form .form-group label {
        font-size: 16px;
    }

    .mob-gameForm label {
        font-size: 16px;
    }

    .submit-game-content .section-title {
        margin-bottom: 36px;
    }

    .mob-gameForm .form-footer .game-submit-btn {
        margin-top: 36px;
    }

    .mob-footer-menu .menu-category {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .mob-footer-menu .menu-list li a {
        color: var(--White-Darker, #595959);
        font-size: 16px;
        margin-bottom: 10px;
    }

    .mob-gameForm .form-footer .terms {
        font-size: 14px;
    }

    .mob-gameForm .form-footer .terms input[type="checkbox"] {
        transform: scale(1.1);
        margin-right: 6px;
    }

    .mob-gameForm .form-footer .game-submit-btn {
        padding: 16px 32px;
        margin-top: 30px;
        font-size: 16px;
        height: 56px;
    }

    .application-btn {
        font-size: 16px;
    }

    .scrollToTop {
        bottom: 18px;
        right: 18px;
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .mob-gameForm .form-group input,
    .mob-gameForm .form-group select,
    .mob-gameForm .form-group textarea {
        padding: 16px 10px;
    }

    #videoFootage {
        height: auto;
    }
}

@media screen and (max-width: 376px) {
    .our-games-details {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 361px) {
    .mob-hero-area {
        height: 570px;
    }

    .our-games {
        padding: 0px;
    }
}