body {
    position: relative;
    font-family: 'Anton Regular', 'Calibri';
}

button:hover {
    filter: brightness(1.1);
}

/* ANIMATION */
@keyframes charIntro {
    0% {
        transform: var(--start-pos);
        filter: blur(13px);
    }

    100% {
        transform: translateX(0);
        filter: blur(0);
    }
}

@keyframes missionIntro {
    0% {
        opacity: 0;
        transform: translateX(var(--start-pos));
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes portraitIntro {
    0% {
        transform: translate(-8px, 0) scale(1.1);
        filter: blur(5px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0) scale(1);
        filter: blur(0px);
        opacity: 1;
    }
}
/* END ANIMATION */

/* LOGIN */
.modal-content {
    background: linear-gradient(to bottom, #324259, #212d3a);
    color: white !important;
    border-radius: 1vw;
    box-shadow: 0 0 0 0.3vw #1b283b, 0 0 0 0.5vw #000000;
    border: 0.2vw solid #000000;
    border-radius: 0.5vw;

    margin: unset;
}

.modal-body {
    padding: 2vw;
}

.modal-dialog {
    max-width: 614px;
}

.gb-sc-gacha-reward-list-close-btn,
.gb-sc-gc-login-cls{
    position: absolute;
    display: block;
    width: 13%;
    top: -5%;
    right: -5%;
}

.gb-sc-login-content {
    font-family: 'Anton Regular', 'Calibri';
    background-color: #0d1218;
    padding: 20px;
    border-radius: 10px;
}

.form-group > label {
    font-size: 1rem;
}

.gb-sc-login-btn {
    background: linear-gradient(to bottom, #18cc75, #14aa62); 
    display: block;
    color: white;
    width: 100%;
    box-shadow: 0 5px 0 0px #177b28 !important;
    margin-top: 10px;
    transition: unset;
}

.gb-sc-login-btn:active,
.gb-sc-login-forgot-password:active,
.gb-sc-login-verify-email:active {
    transform: translateY(3px); 
    box-shadow: unset !important;
}

.gb-sc-login-forgot-password {
    background: linear-gradient(to bottom, #ffb700, #cf9501); 
    display: block;
    color: black;
    width: 100%;
    box-shadow: 0 5px 0 0px #996e00 !important;
    margin-top: 10px;
    transition: unset;
}

.gb-sc-login-verify-email {
    background: linear-gradient(to bottom, #27abff, #1d7ab5);
    display: block;
    color: black;
    width: 100%;
    box-shadow: 0 5px 0 0px #124d73 !important;
    margin-top: 10px;
    transition: unset;
}
/* END LOGIN */

/* FIXED */
.gb-rtg-floating {
    display: block;
    max-width: 243px;
    width: 11vw;
}
/* END FIXED */

/* SECTION 1 */
.gb-rtg-sc-1 {
    position: relative;
    background: url('../../images/event/rtg-3/Section1/bg.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.gb-rtg-sc-1-content {
    position: relative;
    max-width: 2400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 4.3vw 0;
    gap: 1.3vw;
}

.gb-rtg-sc-1-title {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 703px;
    width: 27%;
}

.gb-rtg-sc-1-text {
    position: relative;
    z-index: 1;
    display: block;
    width: 53vw;
    background: #00000054;
    border-radius: 1vw;
    font-size: 1.6vw;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 0 23px green, 0 0 23px green;
    padding: 10px 10px;
}

.gb-rtg-sc-1-char-left {
    position: absolute;
    left: 8%;
    max-width: 587px;
    width: 31%;

    --start-pos: translateX(-30px);
    transform: var(--start-pos);
    animation: charIntro 1s forwards;
}

.gb-rtg-sc-1-char-right {
    position: absolute;
    right: 8%;
    max-width: 595px;
    width: 31%;

    --start-pos: translateX(30px);
    transform: var(--start-pos);
    animation: charIntro 1s forwards;
}

.gb-rtg-sc-1-title {
    display: block;
    max-width: 866px;
    width: 30%;
}

.gb-rtg-sc-1-logo {
    display: block;
    max-width: 244px;
    width: 12%;
    min-width: 194px;
}

.gb-rtg-sc-1-txt {
    position: relative;
    z-index: 2;
    font-family: 'Anton Regular';
    font-size: 1.6rem;
    color: white;
    text-shadow: 3px 3px 4px rgb(19 49 121), -3px 3px 4px rgb(19 49 121), 3px -3px 4px rgb(19 49 121), -3px -3px 4px rgb(19 49 121);
    text-align: center;
    text-transform: uppercase;
}

.gb-rtg-sc-1-txt-login {
    position: relative;
    z-index: 2;
    font-family: 'Anton Regular';
    font-size: 2.6rem;
    background: linear-gradient(to bottom, #7f4513, #694a13);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0px -4px #ffd818;
    color: transparent;
    text-align: center;
    text-transform: uppercase;
}

.gb-rtg-sc-1-txt-login-wrapper {
    border-radius: 10px;
    background: #00000030;
}

.gb-rtg-sc-1-char-left-mobile,
.gb-rtg-sc-1-char-right-mobile {
    display: none;
}

@media(min-width: 1921px) {
    .gb-rtg-sc-1-content {
        padding-bottom: 6vw;
        padding: 9.3vw 0;
    }

    .gb-rtg-sc-1 {
        height: 100vh;
    }

    .gb-rtg-sc-2-frame-wrapper {
        padding: 0 105px;
        padding-bottom: 70px;
    }

    .gb-rtg-sc-1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gb-rtg-sc-1-content {
        padding: unset;
        padding-bottom: unset;
    }
}

@media(max-width: 768px) {
    .gb-rtg-sc-1 {
        background: url('../../images/event/rtg-3/Section1/bg-mobile.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        padding-top: 1px;
    }

    .gb-rtg-sc-1-content {
        padding: 20.3vw 0;
        padding-bottom: 20vw;
        margin-top: unset;
    }

    .gb-rtg-sc-1-txt {
        font-size: 1.3rem;
        margin-top: -5vw;
    }

    .gb-rtg-sc-1-txt-login {
        font-size: 1.9rem;
        max-width: 90vw;
    }

    .gb-rtg-sc-1-title {
        width: 88vw;
        margin-bottom: 7vw;
    }

    .gb-rtg-sc-1-text {
        width: 98vw;
        border-radius: 4vw;
        font-size: 5.6vw;
        padding: 10px 10px;
    }

    .gb-rtg-floating {
        display: none;
    }

    .gb-rtg-sc-1-char-left {
        display: none;
    }

    .gb-rtg-sc-1-char-right {
        display: none;
    }

    .gb-rtg-sc-1-char-left-mobile {
        display: block;
        position: absolute;
        max-width: 336px;
        width: 45%;
        left: 0;
        top: 2%;
        --start-pos: translateX(-30px);
        transform: var(--start-pos);
        animation: charIntro 1s forwards;
    }

    .gb-rtg-sc-1-char-right-mobile {
        display: block;
        position: absolute;
        max-width: 414px;
        width: 55%;
        right: 0;
        top: 3%;
        --start-pos: translateX(30px);
        transform: var(--start-pos);
        animation: charIntro 1s forwards;
    }
}
/* END SECTION 1 */

/* SECTION 2 */
.gb-rtg-sc-2 {
    position: relative;
    background: url('../../images/event/rtg-3/Section2/bg.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 10vw 0;
    overflow: hidden;
}

.gb-rtg-sc-2-content {
    position: relative;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 1.3vw;
    gap: 5rem;
}

.gb-rtg-sc-2-frame-wrapper {
    position: relative;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 0 4vw;
    padding-bottom: 2vw;
    background: linear-gradient(to bottom, #214f2b, #19331e);
    border-radius: 13px;
    border: 6px solid #1a3b21;
    box-shadow: 0 0 20px 5px #65d17d;
}

.gb-rtg-sc-2-mission-container {
    display: flex;
    justify-content: center;
    gap: 2vw;
}

.gb-rtg-sc-2-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffff;
    font-size: 1.5rem;
    text-shadow: 0 0 6px black;
}

.gb-rtg-sc-2-button {
    display: block;
    width: 100%;
    word-break: break-word;
    color: #1b814b;
    background: linear-gradient(to bottom, #01441e, #000a04);
    padding: 0.3vw 0.7vw;
    font-size: 1.2vw;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border: 0.1px solid #032303;
    border-top: 4px solid #022511;
    height: 100%;
    transition: all 1s;
}

.gb-rtg-sc-2-button.active {
    border-top: 4px solid #f8fffb;
    background: linear-gradient(to bottom, #99ffc5, #06ff7b);
    color: black;
}

.gb-rtg-sc-2-button:hover {
    filter: saturate(2.5);
}

.gb-rtg-sc-2-mission-portrait {
    display: block;
    margin: 0 auto;
    max-width: 451px;
    width: 17vw;
}

.gb-rtg-sc-2-mission-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 35vw;
    color: black;
    padding: 2.5vw 1vw;
    border: 0.2vw solid black;
    border-radius: 0.6vw;
    background: linear-gradient(to bottom, #fdfdfd, #afafaf);
    transform: translateX(var(--start-pos));
    animation: missionIntro 1.5s forwards;
}

.gb-rtg-sc-2-mission-list {
    margin-top: 1.5vw;
}

.gb-rtg-sc-2-mission-list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1vw;
}

.gb-rtg-sc-2-mission-detail {
    max-width: 60%;
}

.gb-rtg-sc-2-mission-detail > .gb-rtg-sc-2-mission-title {
    font-size: 1.3vw;
    text-transform: uppercase;
}

.gb-rtg-sc-2-mission-detail > .gb-rtg-sc-2-mission-reward {
    font-size: 1.1vw;
    color: #e03838;
}

.gb-rtg-sc-2-mission-target {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.3vw;
    background: #9fd57d;
    padding: 1vw 1vw;
    border-radius: 0.5vw;
    border: 0.15vw solid black;
    color: #154027;
    box-shadow: inset 0 0 1.2vw -0.4vw #000000, 0.4vw 0vw 0px 0.2vw #1f3412;
    text-align: center;
    max-width: 37%;
}

.gb-rtg-sc-2-mission-target > .gb-rtg-sc-2-mission-target-reached {
    font-size: 1.5vw;
}

.gb-rtg-sc-2-mission-target > .gb-rtg-sc-2-mission-type {
    font-size: 1.1vw;
}

.gb-rtg-sc-2-mission-portrait-wrapper{
    animation: portraitIntro 1s forwards;
}

.gb-rtg-sc-2-mission-target > .gb-rtg-sc-2-mission-complete-btn{
    background: #ffb20c;
    box-shadow: 2px -2px 0 1.3px #c9972d;
    transition: unset;
    font-size: 0.8vw;
    padding: 0.4vw 0.5vw;
}

.gb-rtg-sc-2-mission-target > .gb-rtg-sc-2-mission-complete-btn:active {
    transform: translate(2px, -2px);
    box-shadow: unset;
}

.gb-rtg-sc-2-mission-iteration {
    position: absolute;
    top: -11px;
    font-size: 1.1vw;
    background: linear-gradient(to bottom, #c8ffdf, #0aff7d);
    padding: 0.3vw 0.6vw;
    border: 2px solid black;
    border-top-left-radius: 0.3vw;
    border-top-right-radius: 0.3vw;
    border-bottom-left-radius: 0.8vw;
    border-bottom-right-radius: 0.8vw;
}

.gb-rtg-sc-2-gl-reward {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 60vw;
    padding: 0.5vw;
    background: linear-gradient(to bottom, #a0ffc9, #2eca72);
    border-radius: 0.6vw;
    box-shadow: 0 0 0 0.2vw #5dffa3, 0 0 0 0.4vw #00ce59;
    max-width: 100%;
}

.gb-rtg-sc-2-gl-reward-rules {
    display: flex;
    align-items: center;
    font-size: 1.5vw;
    text-align: center;
}

.gb-rtg-sc-2-gl-reward-complete-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
    width: fit-content;
}

.gb-rtg-sc-2-gl-reward-img {
    display: block;
    max-width: 348px;
    width: 18vw;
}

.gb-rtg-sc-2-gl-reward-complete-btn {
    background: #ffb20c;
    box-shadow: 2px -2px 0 1.3px #c9972d !important;
    transition: unset;
    font-size: 1.4vw;
    padding: 0.4vw 0.5vw;
}

.gb-rtg-sc-2-gl-reward-complete-btn:active {
    transform: translate(2px, -2px);
    box-shadow: unset !important;
}

.btn-logout {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 2rem;
    padding: 5px 37px;
    border-radius: 22px;
    color: white !important;
    background: #bf2626 !important;
    border: 3px solid #790a0a !important;
    box-shadow: 0 0 12px 4px #dd5d5d !important;
}

.gb-rtg-user {
    color: white;
    text-align: center;
}

.gb-rtg-update-progress {
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #193525;
    background: linear-gradient(45deg, #05d55d, #2c8351);
    padding: 0.5rem 1.5rem;
    font-size: 1.8rem;
    border-radius: 9px;
    border: 4px solid #33ab67;
    box-shadow: 0 0 10.7px -2px #000000;
}

.gb-rtg-sc-2-login {
    background: url(../../images/event/rtg-3/Section2/btn-login.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 6rem;
    font-size: 2.5rem;
}

.gb-rtg-sc-2-logout {
    background: url(../../images/event/rtg-3/Section2/btn-logout.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 6rem;
    font-size: 2.5rem;
}

.gb-rtg-sc-2-update-progress {
    background: url(../../images/event/rtg-3/Section2/btn-update.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 6rem;
}

.gb-rtg-sc-2-stripe {
    display: block;
    max-width: 96vw;
    width: 86rem;
}

.gb-rtg-sc-2-missions {
    color: white;
    font-size: 1.5rem;
}

.table th, .table td {
    padding: 0.75rem 2rem;
}

.gb-rtg-sc-2-claim-bg {
    color: white;
    font-size: 1.8rem;
}

.gb-rtg-sc-2-claim-btn {
    /* background: url('../../images/event/rtg-3/Section2/btn-claim.png');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 4rem;
    border: unset;
    box-shadow: unset;
}

.gb-rtg-sc-2-claim-bg {
    max-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    background: linear-gradient(to bottom, #324259, #212d3a);
    border-radius: 1vw;
    padding: 22px 40px;
    border: 4px solid black;
    box-shadow: 0 0 0 3px #0e1b29;
}

.gb-rtg-sc-2-update-progress:hover,
.gb-rtg-sc-2-logout:hover,
.gb-rtg-sc-2-login:hover {
    filter: brightness(120%);
}

@media(max-width: 1380px) {
    .gb-rtg-sc-2-stripe {
        display: none;
    }
}

@media(max-width: 1100px) {
    .gb-rtg-sc-2-claim-bg {
        flex-direction: column;
    }
}

@media(max-width: 768px) {
    .gb-rtg-sc-2-content {
        padding: 4.7vw;
        gap: 2rem;
    }

    .gb-rtg-sc-2-button {
        font-size: 3.8vw;
    }

    .gb-rtg-sc-2-button-wrapper{
        height: 15vw;
        padding: unset;
        margin: unset;
    }

    .gb-rtg-sc-2-mission-container {
        align-items: center;
        flex-direction: column;
        gap: 7vw;
    }

    .gb-rtg-sc-2-buttons div {
        flex-direction: column;
        gap: 18px !important;
    }

    .gb-rtg-sc-2-buttons {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        color: #ffff;
        font-size: 1.5rem;
        text-shadow: 0 0 6px black;
    }

    .gb-rtg-sc-2-mission-portrait {
        width: 62vw;
    }

    .gb-rtg-sc-2-mission-wrapper {
        width: 86vw;
        padding: 10.3vw 4vw;
        border-radius: 3.4vw;
    }

    .gb-rtg-sc-2-mission-detail > .gb-rtg-sc-2-mission-title {
        font-size: 5.4vw;
    }

    .gb-rtg-sc-2-mission-detail {
        max-width: 60%;
    }

    .gb-rtg-sc-2-mission-detail > .gb-rtg-sc-2-mission-reward {
        font-size: 5.1vw;
        color: #e03838;
    }

    .gb-rtg-sc-2-mission-target > .gb-rtg-sc-2-mission-target-reached {
        font-size: 7.5vw;
    }

    .gb-rtg-sc-2-mission-target > .gb-rtg-sc-2-mission-type {
        font-size: 6.1vw;
    }

    .gb-rtg-sc-2-mission-target > .gb-rtg-sc-2-mission-complete-btn {
        font-size: 3.7vw;
        padding: 1.4vw 1.6vw;
    }

    .gb-rtg-sc-2-mission-iteration {
        font-size: 5.3vw;
        padding: 1.2vw 2.2vw;
        border-top-left-radius: 1vw;
        border-top-right-radius: 1vw;
        border-bottom-left-radius: 3.5vw;
        border-bottom-right-radius: 3.5vw;
    }

    .gb-rtg-sc-2-mission-list-wrapper {
        row-gap: 5vw;
        margin-bottom: 8vw;
    }

    .gb-rtg-sc-2-mission-target {
        gap: 2.3vw;
        padding: 1.5vw 6.4vw;
        border-radius: 3.5vw;
        box-shadow: inset 0 0 1.2vw -0.4vw #000000, 1.1vw -0.7vw 0px 0.6vw #1f3412;
    }
/* 
    .gb-rtg-sc-2-frame-wrapper {
        background: url(../../images/event/roadtoglory/EN/Section2/event-frame-mobile.png);
        background-size: 100% 100%;
        background-position: top;
        background-repeat: no-repeat;
        padding: 0.8vw 7vw;
    } */

    .gb-rtg-sc-2 {
        position: relative;
        background: url(../../images/event/rtg-3/Section2/bg-mobile.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        padding: 10vw 0;
    }

    .gb-rtg-sc-2-gl-reward {
        width: 91vw;
    }

    .gb-rtg-sc-2-gl-reward-rules {
        font-size: 6.5vw;
    }

    .gb-rtg-sc-2-gl-reward-img {
        width: 65vw;
    }

    .gb-rtg-sc-2-gl-reward-complete-wrapper {
        font-size: 6.3vw;
    }

    .gb-rtg-sc-2-gl-reward-complete-btn { 
        font-size: 3.7vw;
        padding: 1.4vw 1.6vw;
    }

    .gb-rtg-sc-2-gl-reward > span {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* END SECTION 2 */

/* SECTION 3 */
.gb-rtg-sc-3 {
    position: relative;
    background: url('../../images/event/roadtoglory/EN/Section3/bg.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 8.5vw 0;
    overflow: hidden;
}

.gb-rtg-sc-3-content {
    position: relative;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 1.3vw;
    gap: 1vw;
}

.gb-rtg-sc-3-frame-wrapper {
    background: url(../../images/event/roadtoglory/EN/Section2/event-frame.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 0 4vw;
    padding-bottom: 2vw;
}

.gb-rtg-sc-3-title-wrapper {
    font-size: 3vw;
    color: black;
    width: fit-content;
    margin: 0 auto;
    margin-top: -1.1vw;
    text-align: center;
    background: linear-gradient(to bottom, #e4ffef, #06ff7b);
    padding: 0.5vw 3vw;
    border-top-left-radius: 0.4vw;
    border-top-right-radius: 0.4vw;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
}

.gb-rtg-sc-3-gp-boost,
.gb-rtg-sc-3-gold-boost {
    max-width: 402px;
    width: 20vw;
}

.gb-rtg-sc-3-buff-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.gb-rtg-sc-3-text {
    position: relative;
    z-index: 1;
    display: block;
    width: 53vw;
    background: #00000054;
    border-radius: 1vw;
    font-size: 1.6vw;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 0 23px green, 0 0 23px green;
    padding: 10px 10px;
}

@media(max-width: 768px) {
    .gb-rtg-sc-3-title-wrapper {
        font-size: 11vw;
        border-top-left-radius: 1vw;
        border-top-right-radius: 1vw;
        border-bottom-left-radius: 3.5vw;
        border-bottom-right-radius: 3.5vw;
    }

    .gb-rtg-sc-3-text {
        width: 100%;
        font-size: 5.6vw;
    }

    .gb-rtg-sc-3 {
        padding: 39.5vw 3.8vw;
    }

    .gb-rtg-sc-3-gp-boost, .gb-rtg-sc-3-gold-boost {
        width: 55vw;
    }

    .gb-rtg-sc-3-buff-wrapper {
        flex-direction: column;
    }

    .gb-rtg-sc-3-buff-wrapper {
        gap: 7vw;
    }

    .gb-rtg-sc-3-text{
        margin: 4vw 0;
    }

    .gb-rtg-sc-3-frame-wrapper {
        background: url(../../images/event/roadtoglory/EN/Section2/event-frame-mobile.png);
        background-size: 100% 100%;
        background-position: top;
        background-repeat: no-repeat;
        padding-bottom: 12vw;
    }
}
/* END SECTION 3 */

/* FOOTER */
.gb-web-footer {
    border-top: 0.2vw #071b4f solid;
    background: #000918;
}

.gb-web-footer-content {
    border-top: 0.2vw #152e16 solid;
}
/* END FOOTER */