/**********************************************************

                Landing Page style sheet

***********************************************************/







/*
    z-index option

    section: 10;



*/





.wrap {
    background: url(./../images/Background-img.svg) center center no-repeat;
    background-size: cover;

}

.bg-area {
    position: absolute;
    top: 0;
    left: 0;

    content: '';
    display: block;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5);

    z-index: 0;
}







/*
    
    content option

*/


/* section content */



/* log page */
.log-page {
    box-sizing: border-box;
}

@media screen and (max-width:640px) {
    .log-page {
        width: 100%;
        padding: 0 10px;
    }
}



.loading-image {
    display: block;
    /* width: 400px; */
    width: 300px;
    height: auto;
}

@media screen and (max-width:768px) {
    .loading-image {
        display: block;
        width: 300px;
        height: auto;
    }
}

@media screen and (max-width:640px) {
    .loading-image {
        display: block;
        width: 280px;
        height: auto;
    }
}

.login-text-box {}

.text-login-info {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    /* margin-top: 10px; */
    font-family: 'One Mobile';

    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */

}

@media screen and (max-width:768px) {    
    .text-login-info {
        font-size: 16px;
        line-height: 21px;
        color: #fff;
    }
}

@media screen and (max-width:640px) {    
    .text-login-info {
        font-size: 12px;
        line-height: 13px;
        color: #fff;
    }
}





.btn-login {
    width: 450px;
    height: 66px;
    backdrop-filter: blur(4px);
    /* Note: backdrop-filter has minimal browser support */

    text-align: center;
    border-radius: 50px;
    border: none;

    font-size: 20px;

    font-family: 'One Mobile';
}

@media screen and (max-width:640px) {
    .btn-login {
        width: 300px;
        height: 50px;

        font-size: 14px;
    }
}




.btn-login-nick {
    color: rgba(255,255,255,0.7);
    background: rgba(0, 0, 0, 0.5);
}

.btn-login-nick::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.btn-login-nick:focus {
    outline: none;
}

.btn-login-nick:focus::placeholder {
    color: transparent;
}


.btn-login-enter {
    background: rgba(148, 210, 233, 0.9);

    line-height: 26px;

    color: #fff;
}




.area-join {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;

    /* border: 1px solid white; */
}

.btn-join {
    font-size: 20px;
    color: #fff;
    text-align: right;

    font-family: 'One Mobile';
}

@media screen and (max-width:640px) {
    .btn-join {
        font-size: 12px;
    }
}


.text-password-error {
    height: 25px;
    font-size: 20px;
    color: #fff;
    text-align: center;

    color:  #FF7D7D;;

    font-family: 'One Mobile';

    margin-top: 10px;
}


@media screen and (max-width:640px) {
    .text-password-error {
        font-size: 12px;
    }
}







.text-fee {
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
    color: #fff;

    text-align: center;
    padding: 3px 0;
}

@media screen and (max-width:640px) {
    .text-fee {
        font-size: 10px;
        line-height: 11px;

        padding: 2px 0;
    }
}







/* login spacer*/

.sqs-block-log-spacer {
    width: 100%;
    height: 90px;
}

@media screen and (max-width:768px) {
    .sqs-block-log-spacer {
        height: 45px;
    }
}

@media screen and (max-width:640px) {
    .sqs-block-log-spacer {
        height: 45px;
    }
}








/* footer content */
.footer-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;

}

@media screen and (max-width:960px) {
    .footer-content {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
}


.area-warning-text {
    position: absolute;

    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 10px;

    pointer-events: none;

}

@media screen and (max-width:960px) {
    .area-warning-text {
        position: static;
/*     
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 10px; */
        margin-bottom: 0px;
    }
}

.area-fee-text {
    margin-bottom: 10px;
}

.text-policy {
    padding: 3px 20px;
    color: #fff;
    font-size: 14px;

    display: flex;

}

.text-policy-centerdot {
    margin: 0 5px;
}

.text-policy a, .text-policy p {
    color: white;
    display: block;
}

@media screen and (max-width:640px) {
    .text-policy {
        padding: 0;
        font-size: 12px;
    }
}



.sqs-block-icon {
    padding: 0 8px;
}

.footer-menu-box {
    display: none;
    padding-right: 0;
}

@media screen and (max-width:768px) {
    .sqs-block-icon {
        display: none;
    }

    .footer-menu-box {
        display: block;
    }
}




.btn-footter-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:640px) {
    .btn-footter-icon img{
        width: 15px;
        height: auto;
    }
}


@media screen and (max-width:640px) {
    .btn-footter-icon img{
        width: 15px;
        height: auto;
    }
}


.btn-footter-icon img:nth-child(2) {
    display: none;
}

.btn-footter-icon:hover {
    animation-duration: 0.5s;
    animation-name: hoverEffect;
    animation-fill-mode:forwards;
}
.btn-footter-icon:hover .btn-footer-first-img{
    display: none;
}

.btn-footter-icon:hover .btn-footer-second-img {
    display: block;
}

.btn-footer-volume:hover {
    background: #F9A527;
}

.btn-footer-home:hover {
    background: #235412;;
}

.btn-footer-instagram:hover {
    background: #E80F5D;
}

.btn-footer-facebook:hover {
    background: #3142DA;
}

.btn-footer-menu:hover {
    background: #3142DA;
}


@keyframes hoverEffectMap {
    0% {
        /* opacity: 0; */
        transform: scale(1);
    }
    50% {
        /* opacity: 1; */
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


@media screen and (max-width:768px) {
    button.btn-footer-menu {
        width: 40px;
        height: 40px;
    }
    
    button.btn-footer-menu img {
        width: 20px;
    }
}

@media screen and (max-width:640px) {
    button.btn-footer-menu {
        width: 35px;
        height: 35px;
    }
    
    button.btn-footer-menu img {
        width: 18px;
    }
}



/* loading process */
.area-loading-bar {

}


.loading-bar-bg {
    width: 450px;
    height: 66px;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.5);
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), inset 0px 4px 8px rgb(255 255 255 / 25%), inset 0px -4px 8px rgb(0 0 0 / 25%); */

    border-radius: 50px;

    position: relative;

    overflow: hidden;
}

@media screen and (max-width:640px) {
    .loading-bar-bg {
        width: 300px;
        height: 50px;

        font-size: 14px;
    }
}


.loading-bar-btn {
    width: 0;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: rgba(148, 210, 233, 0.9);

    font-size: 20px;
    color: #fff;

    backdrop-filter: blur(4px);
    text-align: center;
    border: none;

    font-family: 'One Mobile';

}

.loading-bar-btn:hover {
    background: #0D97DB;
}

@media screen and (max-width:640px) {
    .loading-bar-btn {
        font-size: 14px;
    }
}


.loading-percent-text {
    width: 100px;
    height: 40px;
    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    margin: auto;

    font-weight: 800;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:640px) {
    .loading-percent-text {
        font-size: 14px;
    }
}




.area-version {
    position: absolute;
    top: 0;
    left: 0;

    padding: 16px 16px;
}

.text-version {
    font-size: 14px;
    color: #fff;
}