html,
body {
    background-color: #141414;
}

h1 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
}

h2 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
}

h3 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
}

h4 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
}

h5 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}

p,
label,
small {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
}

hr {
    border-top: 1px solid #888888;
    opacity: 0.5;
}

a {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

section {
    padding: 4rem 0;
}

footer {
    padding: 4rem 0 2rem;
}

footer p {
    font-size: 12px;
}

footer .banks img {
    max-height: 30px;
    height: 100%;
    width: auto;
}

#mobile-nav {
    background-color: #888888;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}

#mobile-nav #wave {
    position: absolute;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    top: -14px;
}

#mobile-nav a {
    text-decoration: none;
}

#mobile-nav a svg {
    color: #5e5e5e;
    max-width: 24px;
}

#mobile-nav a.active svg {
    filter: drop-shadow(0px 0px 10px #caf004);
    color: #caf004;
}

#mobile-nav a p {
    font-size: 10px;
}

.text-green {
    color: #caf004;
}

.text-gray {
    color: #888888;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-dots {
    margin-top: 1.5rem;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    margin: 0 0.25rem;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: block;
    background-color: #FFFFFF;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #caf004;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 24px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
    right: -15px;
    display: flex;
}

.owl-carousel .owl-nav .owl-prev {
    left: -15px;
    display: flex;
}

.modal-dialog{
    max-width: 75vw !important;
    margin: 0 auto;
}

.modal-dialog .btn-close{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

.modal-content {
    background-color: #222222;
}

.navbar.bg-dark {
    background-color: #141414 !important;
}

.navbar .nav-item a.nav-link {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

a.btn-signup {
    background: #caf004;
    border-radius: 5px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

a.btn-signup:hover {
    background: #caf004;
}

a.btn-login {
    border: 1px solid #caf004;
    color: #caf004;
    background-color: transparent;
    border-radius: 5px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

a.btn-login:hover {
    border: 1px solid #caf004;
    color: #caf004;
    background-color: transparent;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background: #FFFFFF;
}

#banner #banner-slider .owl-dots {
    margin-top: 0;
    position: relative;
    top: -40px;
}

#banner #banner-slider .owl-nav .owl-next {
    right: 15px;
    display: flex;
}

#banner #banner-slider .owl-nav .owl-prev {
    left: 15px;
    display: flex;
}

#banner #title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#banner #title h1 {
    text-shadow: 0 0 32px #ffbf00;
    line-height: 1;
}

#banner #title h1.large {
    font-size: 56px;
}

#banner #title h1 span {
    font-size: 56px;
    background: linear-gradient(#e1e8ae, #c9b045);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#banner #title .btn{
    background-color: #caf004;
    color: #222222;
    padding: 0.75rem 1.75rem;
    border-radius: 5px;
}

#banner #title #glow {
    mix-blend-mode: screen;
    max-width: 50%;
}

.ticker-container {
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
}

.ticker-container .ticker-text span {
    display: inline-block;
    padding-right: 50px;
    color: #caf004;
}

.ticker-container .ticker-fade-left,
.ticker-container .ticker-fade-right {
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.ticker-container .ticker-fade-left {
    left: 0;
    background: linear-gradient(to right, #141414 0%, transparent 100%);
}

.ticker-container .ticker-fade-right {
    right: 0;
    background: linear-gradient(to left, #141414 0%, transparent 100%);
}

.nav-pills .nav-item {
    width: 100%;
    max-width: 180px;
}

.nav-pills .nav-item .nav-link {
    width: 100%;
    text-align: center;
    background-color: #1A1A1A;
    border: 1px solid #333333;
    padding: 1rem 1.75rem;
    font-size: 12px;
    color: #888888;
}

.nav-pills .nav-item .nav-link.active {
    border: 1px solid #caf004;
}

.nav-dropdown .dropdown-toggle {
    width: 100%;
    text-align: center;
    background-color: #1A1A1A;
    border: 1px solid #333333;
    padding: 1rem 1.75rem;
    font-size: 14px;
    color: #888888;
}

.nav-dropdown .dropdown-menu {
    background-color: #1A1A1A;
    width: 100%;
}

.nav-dropdown .dropdown-menu .dropdown-item {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #888888;
    padding: 1.25rem 1rem;
}

.nav-dropdown .dropdown-menu .dropdown-item.active {
    background-color: #caf004;
    color: #1A1A1A;
}

.nav-pills .nav-item .nav-link span img,
.nav-dropdown .dropdown-menu .dropdown-item span img,
.nav-dropdown .dropdown-toggle span img {
    max-height: 13px;
    height: 100%;
    width: auto;
    display: block;
    position: relative;
    top: 1px;
    margin-right: 0.5rem;
    max-width: 24px;
}

#get-started {
    background-color: #1A1A1A;
}

#get-started h5 {
    font-weight: 500;
}

#quick-access .btn {
    width: 100%;
    text-align: center;
    background-color: #1A1A1A;
    border: 1px solid #333333;
    padding: 1.25rem 1.75rem;
    font-size: 12px;
    color: #888888;
}

#games .filter-container button {
    position: absolute;
    right: 7px;
    top: 50%;
    font-size: 10px;
    transform: translateY(-50%);
    border: 1px solid #888888;
    padding: 0.25rem 1rem;
    border-radius: 5px;
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 28px;
    }

    h5 {
        font-size: 14px;
    }

    section {
        padding: 2rem 0;
    }

    .modal-dialog{
        max-width: 90vw !important;
    }

    .modal-dialog h5{
        font-size: 16px;
    }

    .owl-carousel .owl-dots {
        margin-top: 0.25rem;
    }

    .navbar .navbar-brand img {
        max-width: 140px;
    }

    #banner #title {
        position: absolute;
        top: 20px;
        transform: none;
    }

    #banner #title h1 span {
        font-size: 38px;
    }

}