.hero-container{
    width: 100%;
    height: 100%;
    text-align: right;
}
.welcome-img{
    max-width: 100%;
    max-height: 445px;
    height: 100%;
}
.card{
    border-radius: 8px;
    border: solid 1px #192047;
    background-color: #0b0d28;
    margin-bottom: 30px;
}
.intro-card{
    padding: 0 0 0 52px;
    overflow: hidden;
}
.hero-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title{
    font-family: Dinpro-Black, sans-serif;
    font-size: 70px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.description{
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.54px;
    color: #e2e1ea;
}
.intro-card .description{
    max-width: 500px;
    margin-bottom: 44px;
}
.intro-card .btn.btn-success{
    padding: 18px 55px 17px 56px;
    border-radius: 8px;
    max-width: 230px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.57px;
    text-transform: uppercase;
}
.title-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-section h2{
    font-family: Dinpro-Medium, sans-serif;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.71px;
    margin-bottom: 19px;
}
.btn.btn-transparent{
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.57px;
    text-align: right;
}
.owl-games .item,
.owl-provider .item{
    width: 175px;
}
.owl-provider .item{
    border-radius: 8px;
    background-color: #131b41;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel.owl-provider .item img{
   max-height: 32px;
    width: unset;
}
.owl-provider{
    margin-bottom: 30px;
}
.owl-carousel .owl-item .game-img{
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
}
.owl-carousel .item-title{
    font-family: Dinpro-Medium, sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.57px;
    color: #fff;
    margin-bottom: 2px;
}
.owl-carousel .item-description{
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #28d5be;
}
.nav-tabs-container{
    padding: 6px ;
    border-radius: 8px;
    background-color: #131b41;
    display: inline-block;
    margin-bottom: 15px;
}
.nav-blue-tabs{
    border: none;
}
.nav-blue-tabs.nav-tabs .nav-link{
    padding: 8px 37px;
    background-color: transparent;
    color: #fff;
    border: none;
}
.nav-blue-tabs.nav-tabs .nav-link.active,
.nav-blue-tabs.nav-tabs .nav-item.show .nav-link{
    border-radius: 5px;
    background-color: #2e3866;
    border: none;
    color: #fff;
}
.nav-blue-tabs.nav-tabs .nav-link:hover{
    color: #fff;
    border: none;
}
.table-container{
    padding: 16px 11px 17px;
    border-radius: 8px;
    background-color: #131b41;
    margin-bottom: 30px;
}
.table-container .table th,
.table-container .table td{
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.54px;
    color: #fff;
    border: none;
    vertical-align: middle;
}
.table-container .table th{
    text-transform: capitalize;
    border-top: none;
    border-bottom: 1px solid #343f74;
}
.table-container .table .game-bets-img{
    height: 20px;
    margin-right: 8px;
}
.text-blue{
    color: #919fe1 !important;
}
.text-green{
    color: #28d5be !important;
}
.table-container .table tbody tr:nth-child(even){
    background-color: #18214b;
}
.table-container .bets-currency-img{
    width: 14px;
    margin-right: 6px;
    margin-top: -4px;
}
footer{
    padding: 30px;
    border-top: solid 1px #192047;
    background-color: #06091c;
    margin-right: -30px;
    margin-left: -30px;
}
.sitemap-title{
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.61px;
    color: #fff;
    margin-bottom: 11px;
}
.sitemap-link{
    font-size: 15px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.54px;
    color: #e2e1ea;
    display: block;
}
.row.sitemap-row{
    margin: 0 0 26px;
}
.row.sitemap-row .col-xl-2{
    max-width: 20%;
    flex: 0 0 20%;
}
.currencies-container .row .col-xl-2{
   text-align: center;
}
footer .currencies-container{
    border-top: 1px solid #1c2246;
    border-bottom: 1px solid #1c2246;
    padding: 34px 0;
    margin-bottom: 30px;
}
.copyright{
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.46px;
    text-align: center;
    margin-bottom: 8px;
}
.btc-price{
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.46px;
    text-align: center;
    color: #6f78a6;
    margin-bottom: 30px;
}
.footer-note{
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.43px;
    text-align: center;
    color: #6f78a6;
    margin-bottom: 24px;
}
@media(max-width: 1630px){
    .title {
        font-size: 50px;
    }
    .intro-card  .col-xl-4,
    .intro-card  .col-xl-8{
        max-width: 50%;
        flex: 0 0 50%;
    }
    .hero-content{
        padding: 30px 0;

    }
}
@media(max-width: 1200px){
    .intro-card .col-xl-4, .intro-card .col-xl-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .intro-card {
        padding: 15px;
        overflow: hidden;
        background-image:linear-gradient(to right, rgba(0,0,0,0.9),rgba(0,0,0,0.7)), url("../img/hero/bg-banner.svg");
        background-size: cover;
    }
    .hero-container{
        display: none;
    }
    .hero-content{
        text-align: center;
    }
    .intro-card .description{
        margin: 0 auto 30px;
    }
    .intro-card .btn.btn-success {
        margin: 0 auto;
        padding: 12px 40px;
    }
    .title-section h2{
        font-size: 18px;
    }
    .owl-carousel .item-title {
        font-size: 15px;
    }
    .currencies-container img{
        margin-bottom: 25px;
    }
    .btn.btn-transparent {
        font-size: 14px;
    }
    .table-responsive::-webkit-scrollbar {
        height: 7px;
    }
}
@media(max-width: 768px){
    .navbar.navbar-vertical{
        padding: 0;
    }
    .owl-games .item, .owl-provider .item {
        width: 125px;
    }
    .owl-carousel .item-title {
        font-size: 13px;
    }
    .owl-carousel .item-description {
        font-size: 12px;
    }
    .logo-container img{
        margin-left: 15px;
    }
    .navbar-vertical.navbar-expand-md.fixed-left + .main-content{
        padding: 15px 15px 0;
    }
    .row.sitemap-row .col-xl-2 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
        text-align: center;
        margin-bottom: 30px;
    }
    .row.sitemap-row{
        justify-content: center;
    }
    footer
    {
        margin: 0;
    }
}
@media(max-width: 575px){
    .row.sitemap-row .col-xl-2,
    .currencies-container .col-sm-6{
        max-width: 50%;
        flex: 0 0 50%;
    }
}
