/* Above-fold critical CSS for game-development — hero + trusted brands */
:root {
    --clr-pri: #f47a1f;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/poppins/poppins-400.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/poppins/poppins-600.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/poppins/poppins-700.woff2") format("woff2");
}

html,
body {
    overflow-x: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
body {
    font-family: Poppins, sans-serif;
    margin: 0;
    color: #314252;
}
body a {
    text-decoration: none;
}

header,
header.mega-header,
header.white {
    padding: 0 !important;
}

.game_banner.game-latest-banner.hero-lcp {
    height: 100vh !important;
    position: relative;
    overflow: hidden;
    background-image: none !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-lcp > .hero-lcp-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    pointer-events: none;
}
.hero-lcp > .container,
.game_banner.hero-lcp > .container {
    position: relative;
    z-index: 1;
}

.game_banner .h1,
.game_banner h1,
.game_banner p {
    color: #fff;
    margin-bottom: 40px;
}
.game_banner.game-latest-banner h1 {
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
}
.game_banner.game-latest-banner p {
    font-family: Poppins, sans-serif !important;
    font-weight: 400 !important;
}

body a.border_btn {
    background: #f47a1f;
    border: 2px solid #f47a1f;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    min-width: 180px;
    padding: 0 30px;
    text-align: center;
}
.game_banner .banner_btn .border_btn {
    background: #f47a1f;
    color: #fff;
}

.trustedtop_brands {
    padding: 30px 0;
    position: relative;
    overflow-x: hidden;
}
.trustedtop_brands .h5,
.trustedtop_brands h5 {
    color: #000;
    letter-spacing: 0;
}
.trustedtop_brands .top_brands_item_img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    min-height: 60px;
}
.trustedtop_brands .top_brands_item_img img {
    max-height: 50px;
    width: auto;
}
.top_brands_slider.swiper-container {
    overflow: hidden;
    max-width: 100%;
}
.top_brands_slider .swiper-wrapper {
    display: flex;
    align-items: center;
    max-width: 100%;
}
.top_brands_slider .swiper-slide {
    flex-shrink: 0;
    width: auto;
    min-width: 120px;
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

.faq_loc .services_faqs .accordion-body,
.faq_loc .accordion-body {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .game_banner.game-latest-banner.hero-lcp {
        height: 80vh !important;
    }
}

@media (max-width: 767px) {
    .game_banner.game-latest-banner.hero-lcp {
        height: 100% !important;
        padding-bottom: 30px;
        padding-top: 100px;
        background-color: #051928 !important;
    }
    .game_banner.game-latest-banner.hero-lcp > .hero-lcp-img {
        display: none !important;
    }
    .game_banner .h1,
    .game_banner h1,
    .game_banner p {
        margin-bottom: 20px;
    }
    .game_banner .banner_btn .border_btn {
        min-width: 210px;
    }
}
