﻿body {
    background-color: #000;
    font-family: Kanit, sans-serif;
    color: #000;
    font-weight: 300;
}

.body-gc {
    background: url(../images/rgclub-bg.webp) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position:fixed;
}

.body-l {
    background: url(../images/ICONIG-gamepreviewloading-desktop.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
}

.txt-inventeds {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    font-weight: 400;
    width: 200px;
}

.wp-launch {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.invent img {
    max-width: 160px !important;
}


.div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    text-align: center;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    flex-direction: column;
    width: 550px;
}


.popup-title {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Kanit, sans-serif;
    color: #8a68f2;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

    .popup-title.mt-0 {
        margin-top: 0px;
        padding-bottom: 0px;
        color: #8A68F2;
    }

.div-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.html-embed-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.loader-1 {
    width: 28px;
    height: 28px;
    border: 4px solid #B18EFE;
    border-bottom-color: #704DED;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}
/* keyFrames */
@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lunching-loding {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    /* background-color: #000; */
}

    .lunching-loding.blackgra {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: block;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#262626));
        background-image: linear-gradient(180deg, #2a2a2a, #262626);
    }

.txt-invented {
    padding-top: 10px;
    color: rgb(255 255 255 / 50%);
}

._w-block-launching {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.block-launching {
    position: relative;
    height: 100%;
}

.img-logo {
    height: 125px;
}

@media screen and (max-width:767px){
    body {
        background: url(../images/ICONIG-gamepreviewloading-mobile.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .popup-title{
        font-size:16px;
    }
}