body {
    font-family: 'Open Sans';
}

/* Customize the offcanvas sidebar */
.offcanvas {
    width: 250px;
}
/* Center navbar items in desktop */
.navbar-nav {
    margin: 0 auto;
}
/* Right-align button for desktop */
.navbar .btn {
    margin-left: auto;
}

/* Our Custom */
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}
.img-logo {
    height: 50px;
    width: auto;
}
.menus .nav-item a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-left: 65px;
    margin-right: 65px;
    color: #003285;
}
.button-main {
    background-color: #003285;
    border-color: #003285;
    padding: 10px 25px 10px;
}

/* Section Banner */
.section-banner {
    margin-top: 90px;
}
.nav-banner {
    background: url(/assets/images/banner.webp);
    height: 55vh;
    background-position: center;
    background-size: cover;
}
.img-banner {
    width: 100%;
    height: auto;
}
.mobile-qr {
    background-color: rgb(253 216 53/1);
    justify-content: center;
    align-items: center;
    height: 175px;
    width: 100%;
}
.img-qrcode {
    width: 127px;
    height: 127px;
}
.text-qrcode {
    font-weight: 600;
    font-size: 28px;
}

/* Section Home */
.section-content {
    margin-top: 45px;
    margin-bottom: 45px;
}
.content-title {
    color: #680485;
    font-weight: 700;
    font-size: 48px;
    font-style: italic;
    line-height: 56px;
    margin-bottom: 24px;
}
.content-subtitle {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 24px;
}
.nav-games {
    justify-content: center;
    align-items: center;
    width: 100%;
}
.nav-games a {
    text-decoration: none;
}
.nav-logos {
    justify-content: center;
    align-items: center;
    width: 100%;
}
.games-logo {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
    position: relative;
}
.games-title {
    background-color: #f4f2f6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -10px;
    z-index: 2;
    position: relative;
}
.games-title p {
    margin: 0px;
    font-size: 24px;
    line-height: 28px;
    color: #230046;
    font-weight: 600;
    font-style: normal;
}
.section-footer {
    margin-top: 65px;
    padding: 65px;
    background-color: rgba(25,10,40,.05);
}
.section-footer h2 {
    color: #230046;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.section-footer i {
    color: rgba(35, 0, 70, 0.65);
}
.embed-video {
    border-radius: 10px;
}

/* General */
p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    word-break: break-word;
    margin: 12px 0;
}
.img-small-square {
    width: 50px;
    height: 50px;
}
.img-small-rectangle {
    width: auto;
    height: 50px;
}
.img-medium-square {
    width: 100px;
    height: 100px;
}
.img-medium-rectangle {
    width: auto;
    height: 100px;
}

/* CSS Button */
.button-daftar {
    margin: 10px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
  
.button-daftar:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
  
.button-daftar:active {
    transform: scale(0.95);
}
  
.button-login {
    margin: 10px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #417ce9;
    background-image: linear-gradient(45deg, #00266E 0%, #417ce9  51%, #00266E  100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
  
.button-login:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
  
.button-login:active {
    transform: scale(0.95);
}
  
.button-rtp-live {
    margin: 10px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #e9e641;
    background-image: linear-gradient(45deg, #6e6700 0%, #e9e641  51%, #6e6700  100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
  
.button-rtp-live:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
  
.button-rtp-live:active {
    transform: scale(0.95);
}
a {
    text-decoration: none;
}
.mobile-only {
    display: none;
}

/* CSS Mobile */
@media only screen and (max-width: 768px) {
    .embed-video {
        width: 100%;
        height: 30vh;
    }
    .nav-banner {
        background-size: cover;
        height: 295px;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .section-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .content-title {
        font-size: 28px;
        line-height: 35px;
    }
    .content-subtitle {
        font-size: 24px;
    }
    .nav-games .col-lg-2 {
        width: 60%;
        margin: 25px;
    }
    .mobile-space {
        padding: 25px;   
    }
    .license img {
        width: 65%;
        height: auto;
        padding-top: 20px;
    }
    html, body {
        overflow-x: hidden;
    }
    .section-banner {
        margin-top: 75px;
    }
}