.section {
    padding: 110px 0;
}

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

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

/*=========================================================================================
    Utility CSS End
 ==========================================================================================*/



/*=========================================================================================
    Typography CSS Start
 ==========================================================================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

a:hover {
    cursor: pointer;
}

ul,
ol,
li,
p {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*=========================================================================================
    Typography CSS End
 ==========================================================================================*/

/*=========================================================================================
    Button CSS Start
 ==========================================================================================*/
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: 0.3s ease all;
    border-radius: 8px;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #000;
    border-color: #15DFFD;
    background: #FFF;
}

/*=========================================================================================
    Button CSS End
 ==========================================================================================*/



/*=========================================================================================
    Global CSS Start
 ==========================================================================================*/
body {
    font-family: "Poppins", serif;
}

.mobile-show {
    display: none !important;
}

.mobile-lg-show {
    display: none;
}

.column-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    font-size: 22px !important;
}

/* Global Text CSS */
.mob-section-title h1 {
    color: #FFF;
    font-family: "Poppins";
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.mob-section-title h2 {
    color: #FFF;
    font-family: "Poppins";
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mob-section-title h3 {
    color: #101A3B;
    text-align: center;
    font-family: "Poppins";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mob-section-title h4 {
    color: #000;
    font-family: "Poppins";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.mob-section-title h5 {
    color: #101A3B;
    font-family: "Poppins";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mob-section-title h6 {
    color: var(--Black-Normal, #1B1213);
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.12px;
}

.mob-content-text-1 {
    color: #101A3B;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.mob-content-text-2 {
    color: var(--White-Darker, #595959);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* Scroll To Top */
.scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    border: none;
    outline: none;
    padding: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(260deg, #15DFFD 0%, #329DAD 96.58%);
    color: var(--White-Normal, #FEFEFE);
}

.scrollToTop:hover .icon {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}

/*=========================================================================================
    Global CSS End
 ==========================================================================================*/



/*=========================================================================================
    Header Section CSS Start
 ==========================================================================================*/
.header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header.sticky {
    position: fixed;
    background: linear-gradient(260deg, #15DFFD 0%, #329DAD 96.58%);
}

.mob-navbar {
    display: flex;
    gap: 10px;
    padding: 30px 0px 20px 0px;
    align-items: center;
    background: transparent;
}

.navbar-brand img {
    width: 190px;
}

.navbar-nav {
    gap: 30px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav .nav-link {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #FFF;
    font-weight: 600;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
}

.navbar-toggler {
    padding: 8px 10px;
    background: #fff;
    border: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

/* Dropdown Styles */
.dropdown-menu {
    position: relative;
    border-radius: 10px;
    background-color: #B7F0F9;
    margin-top: 15px !important;
    border: none;
    padding: 24px 0px 14px 0px;
}

.dropdown-item {
    padding: 10px 24px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item:hover {
    background-color: #15DFFD;
    opacity: 0.7;
    color: #000;
    transition: .3s ease-in-out 0s;
}

/* Arrow Styles */
.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 20px;
    border-width: 0 14px 16px 14px;
    border-style: solid;
    border-color: transparent transparent #15DFFD transparent;
}

.mob-nav-btn {
    color: #101A3B;
    font-size: 16px;
    background: #FFF;
    padding: 14px 32px;
}

.mob-nav-btn:hover {
    color: #15DFFD;
    background: #FFF;
}

/*=========================================================================================
    Header Section CSS End
 ==========================================================================================*/



/*=========================================================================================
    Hero Section CSS Start
 ==========================================================================================*/
.mob-hero-area {
    position: relative;
    background: #FFF;
}

.mob-hero-area .hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mob-hero-area .hero-bg-resp {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.mob-hero-content {
    position: absolute;
    top: 0;
    padding-top: 172px;
    padding-bottom: 100px;
    max-width: 488px;
}

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

.mob-hero-content .text-1 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 16px 0px 40px;
}

.mob-hero-content .text-2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
}



/*=========================================================================================
    Hero Section CSS End
 ==========================================================================================*/



/*=========================================================================================
    Others Section CSS Start
 ==========================================================================================*/

.mob-section-title.section-title {
    max-width: 496px;
    margin: 0px auto;
    text-align: center;
}

.our-games-content .section-title {
    padding-bottom: 20px;
}

.our-games-content .section-title h3 {
    margin-bottom: 12px;
}

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

.our-games-img-box img {
    width: 100%;
}

.our-games-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-bottom: 50px;
}

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

.games-store-box {
    display: flex;
    gap: 10px;
}

.careers-img-box img {
    width: 100%;
}

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

.mob-form-container h4 {
    margin-bottom: 36px;
}

.careers-img-box {
    display: flex;
    align-items: center;
    height: 100%;
}

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


/* Application Form CSS */
.mob-form-container {
    max-width: 520px;
}

.mob-application-form .form-group {
    margin-bottom: 32px;
}

.mob-application-form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #272222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.mob-application-form .form-group input[type="text"],
.mob-application-form .form-group input[type="email"],
.mob-application-form .form-group .upload-section {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    box-sizing: border-box;
    padding: 14px 20px;
    border-radius: 8px;
    border: 0.5px solid #C7C7C7;
    background: #F5F4F0;
}

.mob-application-form .form-group .upload-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    text-align: center;
}

.mob-application-form .form-group .upload-section p {
    color: var(--Black-Normal, #0C0B0B);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.application-btn {
    width: 100%;
    background: #15DFFD;
    padding: 16px 32px;
    color: var(--Black-Normal, #0C0B0B);
    font-size: 18px;
    border: 1.8px solid #15DFFD;
}

.application-btn:hover {
    color: #15DFFD;
    background: #FFF;
    border: 1.8px solid #15DFFD;
}

#response-message {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: red;
}

.mob-application-form .form-group .upload-section .upload-label {
    cursor: pointer;
}

.upload-label .upload-icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.mob-application-form .form-group .upload-section .file-name {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    word-wrap: break-word;
    text-align: center;
    max-width: 90%;
}


/* Submit Your Game Section CSS Start */
.submit-game-content .section-title {
    margin-bottom: 70px;
}

.mob-gameForm .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.mob-gameForm .form-group>div {
    flex: 1 1 calc(50% - 30px);
}

.mob-gameForm label {
    color: #272222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 10px;
}

.mob-gameForm .form-group input,
.mob-gameForm .form-group select,
.mob-gameForm .form-group textarea {
    width: 100%;
    padding: 17px 20px;
    border-radius: 8px;
    border: 0.5px solid #C7C7C7;
    background: #FFF;
    color: #8B8B8B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

#videoFootage,
#aboutGame {
    height: 180px;
}

#videoFootage {
    line-height: normal;
    box-sizing: border-box;
}

.mob-gameForm .form-footer {
    margin-top: 30px;
}

.mob-gameForm .form-footer .game-submit-btn {
    width: 100%;
    background: #15DFFD;
    padding: 22px 32px;
    color: var(--Black-Normal, #0C0B0B);
    font-size: 18px;
    border: 1.8px solid #15DFFD;
    margin-top: 50px;
    height: 70px;
}

.mob-gameForm .form-footer .game-submit-btn:hover {
    font-weight: 600;
    font-size: 19px;
    border: 1.8px solid #15DFFD;
}

.mob-gameForm .form-footer .terms {
    color: var(--White-Darker, #595959);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.mob-gameForm .form-footer .terms a {
    color: var(--White-Darker, #15DFFD);
    font-weight: 500;
}

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


/*=========================================================================================
    Others Section CSS End
 ==========================================================================================*/



/*=========================================================================================
    Footer Section CSS Start
 ==========================================================================================*/
.mob-footer {
    background: #FBFAF6;
}

.mob-footer-menu .mob-content-text-2 {
    font-size: 18px;
    margin: 16px 0px;
    max-width: 263px;
}

.mob-footer-menu .icon-menu {
    display: flex;
    gap: 14px;
    align-items: center;
}

.mob-footer-menu .icon-menu li {
    width: 40px;
    height: 40px;
    background: #F5F4F0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s ease-in-out 0s;
}

.mob-footer-menu .icon-menu li:hover {
    background: #15DFFD;
}

.mob-footer-menu .icon-menu li .icon {
    color: #1B1213;
    font-size: 18px;
}

.mob-footer-menu .menu-category {
    color: var(--Black-Normal, #1B1213);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.12px;
    margin-bottom: 24px;
}

.mob-footer-menu .menu-list li a {
    color: var(--White-Darker, #595959);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 12px;
    display: block;
}

.mob-copyright-box {
    background: #F5F4F0;
    padding: 24px 10px;
}

.mob-copyright-box .mob-content-text-2 {
    text-align: center;
    padding: 0px 12px;
}

.mob-copyright-box .mob-content-text-2 span {
    color: #15DFFD;
}

/*=========================================================================================
    Footer Section CSS End
 ==========================================================================================*/