.container{
    padding: 0;
}

h1{
    font-size: 55px;
    line-height: 75px;
}

h2{
    text-transform: inherit;
}

main{
    margin-top: 0;
}
/* .tag-bg{
    height: 40px;
    line-height: 40px;
} */

.gamimate-bg-section{
    background: #000;
    overflow: hidden;
}

.gamimate-bg-container{
    height: 960px;
    background: url("https://images.ggassist.ai/ggassist/assets/index/banner_bg.png") center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.gamimate-bg-section .container-mini{
    margin-top: 248px;
    margin-left: 150px;
}

.gamimate-bg-section .container-mini h1{
    color: #fff;
}

.gamimate-bg-section .container-mini p{
    color: rgba(255, 255, 255, 0.70);
}

.gamimate-bg-section .container-mini h4{
    color: #fff;
}

.gamimate-bg-section h4 img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.gaming-companion-section{
    background: #EAE9F3;
    padding: 138px 0;
}

.gaming-companion-section p{
    color: rgba(26, 26, 26, 0.70);
}

.gaming-companion-section .container img{
    border-radius: 24px;
    margin-right: 80px;
}

.support-game-section {
    background: #1A1A1A;
    padding: 140px 0;
    text-align: center;
    color: #fff;
}

.support-game-section p{
    color: rgba(255, 255, 255, 0.70);
}

.support-game-section .swiper {
    margin-top: 60px;
}

.games-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.games-box > * + *{
    margin-left: 40px;
}

.games-box .game-item{
    position: relative;
    display: flex;
    width: 327px;
}

.game-item .game-bg{
    width: 100%;
    aspect-ratio: 84 / 103;
    height: auto;
    height: intrinsic;
}
.game-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.game-intro-conatiner{
    padding: 140px 0;
    text-align: center;
}

.game-intro-conatiner h2{
    margin-bottom: 60px;
}

.intro-item{
    margin-bottom: 60px;
    height: 400px;
}

.intro-item img{
    max-width: 60%;
    height: 100%;
}

.intro-item .detail{
    padding: 0 70px;
    text-align: left;
}

.intro-item.first .detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, #B0E8FD 0%, #E9F8FE 100%);
}

.intro-item.second .detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, #FFCDFA 0%, #FFF1FE 100%);
}

.detail p {
    color: rgba(26, 26, 26, 0.70);
}

.intro-item.second{
    flex-direction: row-reverse;
}

.intro-item .tag-bg{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
}

.logo-section{
    padding: 140px 0;
    background: #000;
    color: #fff;
}

.logo-section .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 52px;
}

.logo-section .left p{
    color: #FFFFFFB2;
}

.icon-b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icon-b li{
    margin: 10px;
    width: 166px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.icon-b li img{
    margin-bottom: 16px;
}

.yellow-bg{
    color: #000;
}

.container .dividing-line{
    background: rgba(255, 255, 255, 0.20);
    margin-top: 140px;
    margin-bottom: 32px;
}

.logo-box {
    display: flex;
}

.logo-box > img{
    flex: 1;
    height: 48px;
}

.follow-container{
    padding: 140px 0;
}

.follow-container .vector-bg-blue{
    height: 336px;
    border-radius: 16px;
    color: #1A1A1A;
    align-items: flex-end;
}

.vector-bg-blue > img{
    height: 390px;
}

.follow-ico-box{
    width: 600px;
    height: 100%;
    padding: 88px 0;
    margin: 0 80px;
}

.follow-ico-box .logo-ico-b{
    display: flex;
    justify-content: center;
}

.logo-ico-b img{
    width: 40px;
    margin: 10px;
}

.faq-section{
    padding: 140px 0;
    background: #1A1A1A;
    text-align: center;
}

.faq-section > div {
    margin: auto;
}

.faq-section h2{
    color: #fff;
}

.gamimate-chat-section{
    background: url(https://images.ggassist.ai/ggassist/assets/common/chat-bg.png) no-repeat center;
    background-size: cover;
    padding: 70px 0;
    color: #fff;
    background-color: #000;
    text-align: center;
}

.gamimate-chat-section .gamimate-chat-box{
    height: 560px;
    width: 1000px;
    max-width: 100%;
    margin: auto;
    background-color: #111c39;
    border-radius: 15px;
    margin-top: 40px;
    margin-bottom: 36px;
    background: url(https://images.ggassist.ai/ggassist/assets/index/nova-chat-bg.png) no-repeat center;
    background-size: cover;
}


@media (max-width: 1600px) {
    .games-box .game-item{
        width: 21%;
    }
}

@media (max-width: 1366px) {
    .gamimate-bg-section .container-mini{
        margin-top: 162px;
        margin-left: 30px;
    }
    .gamimate-bg-container{
        height: 800px;
    }
    
    .gaming-companion-section{
        /* .right h2{
            font-size: 35px;
            line-height: 43px;
        }
        .right p{
            font-size: 14px;
        } */
    }
    .gaming-companion-section .container img{
        margin-right: 40px;
    }
    .intro-item .detail{
        padding: 0 40px;
    }
    .detail p {
        font-size: 16px;
        line-height: normal;
    }
}


@media (max-width: 500px) {
    h1 {
        font-size: 30px;
        line-height: 45px;
    }

    
    header{
        background: #000 !important;
    }
    p,a{
        font-size: 16px;
    }
    main{
        margin-top: 48px;
    }
    .gamimate-bg-section{
        /* padding: 42px 20px 0 20px; */
        /* background: url(https://images.ggassist.ai/ggassist/assets/index/banner_bg_m.png) center no-repeat; */
        /* background-size: cover; */
        /* height: 870px; */
    }
    .gamimate-bg-container{
        height: 800px;
        background: url(https://images.ggassist.ai/ggassist/assets/index/banner_bg_m.png) center no-repeat;
        background-size: contain;
        background-position: bottom;
    }
    .gamimate-bg-section .container-mini{
        margin: 0;
        margin-top: 42px;
        padding: 0 20px;
        text-align: center;
    }
    .gaming-companion-section .right h2{
        font-size: 28px;
    }
    .gaming-companion-section {
        padding: 64px 0;
        text-align: center;
    }
    .gaming-companion-section .container {
        flex-direction: column-reverse;
        gap: 0;
    }

    .gaming-companion-section .container .right{
        margin-bottom: 23px;
    }

    .gaming-companion-section .container .left img{
        width: 100%;
    }

    .support-game-section{
        padding: 64px 0;
    }

    .support-game-section .games-box{
        flex-wrap: nowrap;
        gap: 0;
    }
    .support-game-section .swiper {
        margin-top: 40px;
    }
    .game-intro-conatiner{
        padding: 64px 20px;
    }
    .intro-item, .intro-item.second{
        flex-direction: column;
        height: inherit;
        margin-bottom: 38px;
    }
    .intro-item.second{
        margin-bottom: 0;
    }
    .intro-item img{
        max-width: unset;
        width: 100%;
    }
    .intro-item .detail{
        padding: 36px 20px !important;
        text-align: center;
    }
    .game-intro-conatiner h2{
        margin-bottom: 38px;
    }
    .game-intro-conatiner button{
        /* display: none; */
        margin-top: 36px;
        height: 55px;
    }
    .logo-section{
        padding: 0;
        text-align: center;
    }
    .logo-section .container{
        padding: 64px 20px;
    }
    .logo-section .flexible{
        flex-direction: column;
    }
    .logo-section .flexible .left{
        width: 100%;
        margin: 0;
        margin-bottom: 44px;
    }
    .icon-b li {
        width: 140px;
    }
    /* .icon-b{
        justify-content: center;
    } */
    .logo-section .dividing-line{
        margin-top: 40px;
    }
    .logo-section .logo-box{
        flex-wrap: wrap;
    }
    .logo-section .logo-box img{
        width: 100px;
        margin-bottom: 10px;
        margin: 3px;
    }
    .follow-container{
        padding: 64px 20px;
    }
    .follow-container .vector-bg-blue{
        flex-direction: column;
        height: auto;
        padding: 40px 20px 0 20px;
        align-items: center;
    }
    .follow-container .vector-bg-blue .follow-ico-box{
        margin: 0;
        padding: 0;
        margin-bottom: 34px;
        width: auto;
    }
    .follow-ico-box h3{
        margin-bottom: 24px;
    }
    .faq-section{
        padding: 64px 20px;
    }
    .faq-section h2{
        margin-bottom: 40px;
    }
    .support-game-section .swiper{
        width: 327px;
        max-width: 100%;
    }
    .support-game-section .swiper-pagination{
        bottom: -25px !important;
        width: 100%;
    }
    .support-game-section .swiper-pagination .swiper-pagination-bullet{
        background: rgba(255, 255, 255, 0.8);
        transition: all 0.2s ease;
        margin: 0 5px;
    }
    .support-game-section .swiper-pagination .swiper-pagination-bullet-active{
        border-radius: 30px;
        width: 40px;
        background: #FFF;
    }
    .games-box{
        justify-content: normal;
    }
    .gaming-companion-section .container img{
        border-radius: 16px;
        margin-right: 0;
    }
    .games-box > * + *{
        margin-left: 0;
    }
    .vector-bg-blue > img{
        height: 303px;
    }
    .gamimate-chat-section .gamimate-chat-box{
        height: 625px;
        background-image: url(https://images.ggassist.ai/ggassist/assets/index/nova-chat-bg-m.png);
    }
}
/* 
@media (max-width: 400px) {
    .gaming-companion-section .right h2{
        font-size: 25px;
    }
} */