
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
body{
    background: #141829;
    color: #fff;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
}
@font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('ARIAL.woff') format('woff');
}
*, *:before, *:after{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
  }
/* 
U===================TILITIES===========
 */
.logo-content{
    margin: 22px 0 5px;
}
.logo-content img{
    width: 250px;
}
.btn-games{
    background: #ff8400;
    height: 80px;
    border: 5px solid #132c55;
    border-radius: 0px;
}
.v-margin{
    margin-top: 23px;
}
/*========================*/
.main-btn{
    margin-top: 11px;
}

.main-btn .btn-login{
    background: #132c55;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 0px;
    height: 65px;
    font-size: 26px;
    font-family: 'Arial Regular';
    font-weight: bold;
    letter-spacing: 1px;
}
.main-btn .btn-daftar{
    background: #d52828;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 0px;
    height: 65px;
    font-size: 26px;
    font-family: 'Arial Regular';
    font-weight: bold;
    letter-spacing: 1px;
}
.img-tt{
    width: 30px;
}
.img-pt, .img-afb{
    width: 52px;
}
.img-pp{
    width: 5.5rem;
}
.games-btn .v-margin p{
    color: #fff;
    font-family: 'Arial Regular';
    margin: 0;
    margin-top: 5px;
}
.title-game > h1{
    text-align: center;
    color: #fff;
    margin: 3.4rem 0 5.4rem;
}
.all-games{
    padding: 20px;
    background: #090b16;
}
.all-games > img{
    margin-bottom: 20px;
}
.all-games .progress-cus{
    margin-top: 4px;
    margin-bottom: 0px;
    border-radius: 10px;
}
.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}
.content .image-overlay {
    background: #000000d9;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 20px;
}
.fadeIn-bottom {
    top: 80%;
}
.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.content-image {
    width: 100%;
}
.content:hover .image-overlay{
    opacity: 1;
}
.content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}
.fadeIn-top {
    top: 20%;
}
.f-title-1{
    font-size: 40px;
    color: #e7e7e7;
    margin: 50px 0 68px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.margin-cus{
    margin-bottom: 20px;
}
.p-content{
    padding: 0 26px 80px;
    border-top: 1px solid #ffffff;
    background: #212433;
}
.p-content .f-title{
    margin-bottom: 26px;
    margin-top: 38px;
    color: #ff8400;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.p-content .p-text{
    color: #dbdbdb;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2.7rem;
}
.btn-group>.btn:active{
    background: #730506;
    background: -webkit-linear-gradient(bottom, #730506, #cf0105);
    background: -moz-linear-gradient(bottom, #730506, #cf0105);
    background: linear-gradient(to top, #730506, #cf0105);
}

.footer-nav {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #ff9019;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}
.footer-nav .f-nav{
    line-height: 1.4;
    padding-left: 0;
}
.footer-nav .f-nav li{
    display: inline-block;
    /* float: left; */
    width: 370px;
    text-align: center;
    padding-top: 5px;
}
.footer-nav .f-nav li:nth-child(3){
  position: relative;
}
.footer-nav .f-nav li:nth-child(3) > a > img{
    position: absolute;
    bottom: 41px;
    width: 55px;
    left: 155px;
}
.footer-nav .f-nav li > a > img{
    width: 22px;
}
.footer-nav .f-nav li > a:hover{
    text-decoration: none;
}
.footer-nav .f-nav li > a > p{
    padding-top: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.logo-content ul{
    /* width: 1170px; */
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.logo-content ul > li:nth-child(2) .icon{
    /* width: 500px; */
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.logo-content ul > li:nth-child(2) .icon .icon-img{
    margin-left: 10px;
    background: #ff8400;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
    font-size: 18px;
}
.logo-content ul > li:nth-child(2) .icon .icon-img > a > i{
    color: #fff;
}
@media (max-width: 992px) {
    .col-xs-2 {
        width: 49.666667%;
    }
    .all-games{
        padding: 0.1rem;
    }
   
    .games-btn .v-margin p{
        font-size: 1.1rem;
    }
    .footer-nav .f-nav li{
        width: auto;
        padding: 0.9rem;
    }
    .footer-nav .f-nav li:nth-child(3) > a > img {
        left: 0;
        width: 4.5rem;
    }
    .footer-nav .f-nav li > a > p{
        font-size: 1.1rem;
    }
}