/*FullStack by Rocker Since 2008*/
 



/*BG COMMING SOOM*/
.HomeCommingSoon .iBg{
    position: relative;
}
.HomeCommingSoon .iBg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
}
.HomeCommingSoon img.ImgCS{
    width: 100%;
    height: 100vh;
}
.HomeCommingSoon .Content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
    z-index: 9;
}
.HomeCommingSoon .Content .TitlePage{
    font-weight: 700;
    font-size: 7rem;
    text-shadow: 0px 14px 2px var(--Color1);
}
.HomeCommingSoon .Content .iText{
    font-weight: normal;
    font-size: 1.8rem;
    margin-top: 12px;
}
.HomeCommingSoon .Content .Note{
    margin-top: 20px;
    font-size: 1.2rem;
}
.HomeCommingSoon .Content .Note u{
    font-weight: 600;
}
.HomeCommingSoon .Content .ListOther{
    padding-top: 15px;
    display: flex;
    gap: 60px;
    justify-content: center;
}
.HomeCommingSoon .Content .ListOther .Info{
    display: flex;
    gap: 10px;
    background-color: var(--Color1);
    padding: 10px 20px;
    font-weight: normal;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.HomeCommingSoon .Content .ListOther .Info a{
    color: #FFFFFF;
}
@media screen and (max-width: 750px){
    .HomeCommingSoon .Content .TitlePage{
        font-size: 4rem;
        text-shadow: 0px 8px 2px var(--Color1);
    }
    .HomeCommingSoon .Content .iText{
        font-size: 1.2rem;
    }
    .HomeCommingSoon .Content .Note{
        font-size: 1rem;
    }
    .HomeCommingSoon .Content .ListOther{
        gap: 30px;
    }
    .HomeCommingSoon .Content .ListOther .Info{
        font-size: 0.9rem;
        padding: 8px 12px;
    }
}
@media screen and (max-width: 500px){
    .HomeCommingSoon .Content .ListOther{
        flex-wrap: wrap;
    }
    .HomeCommingSoon .Content .ListOther{
        gap: 10px;
    }
    .HomeCommingSoon .Content{
        padding: 0 10px;
    }
}
/*ED COMMING SOOM*/






































