main{
    margin: 0;
}

.game-partner-first-section{
    background: #0b0e11;
}

.game-partner-first-section .gamimate-bg-container{
    background: url(https://images.ggassist.ai/ggassist/assets/overview/ai-game-partner/gamimate_ai_game_partner_banner.png) center no-repeat;
    background-size: cover;
    height: 860px;
    color: #fff;
    overflow: hidden;
}

.game-partner-first-section h1{
    color: #fff;
}
.game-partner-first-section p{
    color: #FFFFFFB2;
}

.game-partner-first-section .container-mini{
    width: 520px;
    margin-top: 263px;
    margin-left: 150px;
}

.role-intro-section{
    background: url(https://images.ggassist.ai/ggassist/assets/overview/ai-game-partner/section_2_mask_group.png) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 140px 0;
}

.role-intro-section .container > p{
    color: #FFFFFF80;
    width: 1000px;
    margin: auto;
    margin-bottom: 40px;
}

.role-bg-b{
    position: relative;
    height: 658px;
    width: 480px;
    margin-right: 60px;
    flex: none;
}

.role-bg-b img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.role-bg-b .light-spot{

}

.partner-info{
    text-align: left;
    width: 700px;
    margin-top: 40px;
}

.partner-info .dividing-line{
    background: rgba(255, 255, 255, 0.20);
    margin-top: 10px;
    margin-bottom: 32px;
}

.partner-info h2{
    color: #EAFF09;
}

.role-box > img{
    width: 480px;
    /* height: 658px; */
    margin-right: 80px;
}

.role-box .audio-voice-box{
    margin-bottom: 67px;
}

.role-box .role-name{
    color: rgba(255, 255, 255, 0.15);
    font-family: Arial;
    font-size: 130px;
    font-style: normal;
    font-weight: 700;
    line-height: 135px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
    -webkit-text-stroke-width: 1px;
}

.download-link {
    text-decoration-line: none !important;
}

.try-now-btn{
    width: 100%;
    height: 64px;
    border: 1px solid #EAFF09;
    color: #EAFF09;
    color: var(--, #EAFF09);
    font-size: 20px;
    font-weight: 700;
    line-height: 64px; /* 166.667% */
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}

.try-now-btn:hover{
    background: #eaff09;
    color: #000;
}

.try-now-btn:hover img {
    filter: grayscale(1) brightness(0);
}

.game-companion-section{
    background: linear-gradient(180deg, #053D3A 0%, #090C10 100%);
    padding: 140px 0;
}

.game-companion-container{
    width: 1000px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.game-companion-container p {
    color: #FFFFFF80;
}

.lol-bg-box{
    position: relative;
    background: url(https://images.ggassist.ai/ggassist/assets/overview/ai-game-partner/lol.png) no-repeat;
    width: 100%;
    height: 562px;
}

.lol-bg-box .partner-img{
    position: absolute;
    width: 244.561px;
    height: 397px;
    bottom: -15px;
    right: 0;
    transform: translateX(25%);
}

.lol-bg-box .partner-talk{
    position: absolute;
    right: 103px;
    top: 150px;
    width: 328px;
    padding: 12px;
    font-size: 16px;
    text-align: left;
    background: rgba(7, 11, 28, 0.50);
    border: 1px solid #070B1C80;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.conversasion-section{
    padding: 140px 0 120px 0;
    background: url(https://images.ggassist.ai/ggassist/assets/overview/ai-game-partner/save_chats_bg.png) center no-repeat;
    text-align: center;
    color: #fff;
    background-size: cover;
}

.conversasion-section .container > p{
    color: #FFFFFF80;
}

.conversasion-section .container > * {
    margin-left: auto;
    margin-right: auto;
}

.conversasion-b{
    display: flex;
    flex-direction: column;
}

.conversasion-b .date-time{
    color: #FFFFFF80;
    margin-bottom: 16px;
    font-size: 16px;
}

.conversasion-b .show-more-btn{
    display: none;
}



.self-ask, .ai-rsp{
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
    font-size: 18px;
    text-align: left;
}

.self-ask {
    color: #000;
    max-width: 600px;
    padding: 16px;
    margin-left: auto;
    background: rgba(234, 255, 9, 0.80);
    backdrop-filter: blur(2px);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.ai-rsp{
    max-width: 746px;
    margin-left: -25px;
}

.ai-rsp .ai-avatar {
    display: inline-block;
    width: 146px;
    height: 140px;
    color: #fff;
    margin-right: 24px;
    flex: none;
}

.ai-rsp p {
    padding: 16px;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(2px);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.ai-gamer-friend-section{
    padding: 140px 0;
    text-align: center;
    background: linear-gradient(180deg, #111C39 0%, #000 100%);
    color: #fff;
}

.ai-gamer-friend-section .container > p{
    color: #FFFFFF80;
}

.steps-ls {
    display: flex;
}
.steps-ls > * + * {
    margin-left: 60px;
}

.steps-ls li div{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.steps-ls li img{
    width: 100%;
}

.faq-section{
    padding: 140px 0;
    background: #1A1A1A;
    color: #fff;
    text-align: center;
}

@media (max-width: 1300px) {
    .conversasion-section {
        padding-left: 60px;
    }
}

@media (max-width: 500px) {
    main .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .conversasion-b .show-more-btn{
        display: block;
    }

    .conversasion-b .more-msg{
        display: none;
    }
    .role-bg-b{
        width: 335px;
        height: auto;
        margin: auto;
        max-width: 100%;
        aspect-ratio: 240 / 329;
    }
    .steps-ls > * + * {
        margin-left: 0px;
        margin-top: 60px;
    }

    section{
        padding: 64px 20px;
    }

    .game-partner-first-section{
       padding: 0;
    }

    .game-partner-first-section .gamimate-bg-container{
        background: url(https://images.ggassist.ai/ggassist/assets/overview/ai-game-partner/game_partner_banner_bg_m.png) no-repeat;
        background-size: contain;
        background-position: bottom;
        padding: 112px 20px 0 20px;
        text-align: center;
    }

    .game-partner-first-section .container-mini{
        width: auto;
        margin: 0;
    }
    .role-intro-section .container{
        padding: 0 !important;
    }

    .role-intro-section{
        padding: 64px 20px;
    }
    .role-intro-section .container > p{
        width: auto;
    }
    .role-box > img{
        width: 335px;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .partner-info{
        width: 100%;
        text-align: center;
    }
    .role-box{
        flex-direction: column;
    }
    .audio-player-box{
        margin: 0 auto 40px auto;
    }
    .role-box .role-name{
        line-height: unset;
        font-size: 50px;
    }
    .game-companion-section{
        padding: 64px 20px;
    }
    .game-companion-container{
        width: 100%;
    }
    .lol-bg-box{
        height: 189px;
        background-size: cover;
    }
    .lol-bg-box .partner-img{
        width: 114px;
        height: 185px;
    }
    .lol-bg-box .partner-talk{
        top: auto;
        bottom: 5px;
        right: 55px;
        z-index: 99;
        width: 316px;
        padding: 9px;
    }
    .conversasion-section{
        padding: 44px 0;
        background: url(https://images.ggassist.ai/ggassist/assets/overview/ai-game-partner/save_chats_bg_m.png) center no-repeat;
        background-size: cover;
    }
    .conversasion-section .container > *{
        max-width: 100%;
    }
    .ai-rsp{
        margin-left: 0;
        align-items: flex-start;
    }
    .ai-rsp .ai-avatar{
        width: 64px;
        height: 62px;
    }
    .ai-gamer-friend-section{
        padding: 64px 0;
    }
    .steps-ls{
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0;
    }

    .ai-gamer-friend-section .download-btn{
        /* display: none; */
        margin-top: 36px;
        height: 55px;
    }

    .faq-section{
        padding: 64px 0;
    }
    .header, .base-header{
        background: #000;
    }
}

@media (max-width: 400px) {
    .lol-bg-box .partner-talk{
        top: auto;
        width: 253px;
        padding: 15px;
        bottom: 5px;
        right: 55px;
        z-index: 99;
    }
}