@import url('/static/main/css/dark_card.css');
@import url('/static/games/css/games.css');


@font-face {
    font-family: 'codec_proheavy';
    src: url('../font/CodecPro-Heavy.ttf') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'codec_proregular';
    src: url('../font/CodecPro-Regular.ttf') format('woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

html {
    overflow-x: hidden;
}

main, footer {
    background: #404347;
}

/* Scrollbar */

html::-webkit-scrollbar {
    width: 10px;
    display: block;
    background-color: #212529;
}

html::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image:
        /* gloss gradient */
        -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(50%,rgba(255,255,255,0.3)),
            color-stop(100%,rgba(255,255,255,0.2))),

        /* dark outside gradient */
        -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0%,rgba(210,210,210,0.3)),
            color-stop(20%,rgba(210,210,210,0)),
            color-stop(80%,rgba(210,210,210,0)),
            color-stop(100%,rgba(210,210,210,0.3))),

        /* light inner gradient */
        -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0%,rgba(255,255,255,0)),
            color-stop(20%,rgba(255,255,255,0.5)),
            color-stop(80%,rgba(255,255,255,0.5)),
            color-stop(100%,rgba(255,255,255,0))),

        /* diagonal line pattern */
        -webkit-gradient(
            linear,
            0% 100%,
            100% 0%,
            color-stop(0%,rgba(255,255,255,0)),
            color-stop(40%,rgba(255,255,255,0)),
            color-stop(40%,#D2D2D1),
            color-stop(60%,#D2D2D1),
            color-stop(60%,rgba(255,255,255,0)),
            color-stop(100%,rgba(255,255,255,0)));

    -webkit-background-size: 100%, 100%, 100%, 4px 4px;
}

/* end Scrollbar */

body {
    font-family: 'codec_proregular';
    color: #fff;
}

h1 {
    font-family: 'codec_proheavy';
    text-transform: uppercase;
}

h3 {
    font-family: 'codec_proregular';
}

p, h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

ul {
    color: #fff;
}

.select-none {
    user-select: none;
}

.for-img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}


/* Navbar */

.navbar {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 10001;
}

.navbar-toggler {
    padding: 3px!important;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-family: 'codec_proheavy'
}

.navbar-nav .nav-item .nav-link:hover {
    color: #2466c1;
}

.navbar-nav .nav-link.active {
    color: #2466c1!important;
}

.navbar-nav .nav-item .soc-link {
    color: #fff;
    display: inline;
    text-decoration: none;
}

.navbar-nav .nav-item .soc-link:hover {
    color: #2466c1;
}


#nav-language .form-select {
    color: #0000008C;
    background-color: #fff;
    width: auto;
    font-family: 'codec_proregular';
}
/* end Navbar */

/* Index */
.top-video {
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    top: 0;
    position: relative;
    height: auto;
    max-height: 100%;
}

.top-video video {
    width: 100%;
}

#top-banner{
    position: absolute;
    top: 43%;
    left: 15%;
    right: 15%;
    z-index: 1001;
}


#top-banner #top-label-two h3 {
    text-align: left;
}

#section-bottom {
    margin-top: -32px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: 1000;
    position: relative;
}

#bottom-border {
    border-radius: inherit;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(4, 4, 4, 0.26) inset;
    -moz-box-shadow: 0px 0px 10px 4px rgba(4, 4, 4, 0.26) inset;
    box-shadow: 0px 0px 10px 4px rgba(4, 4, 4, 0.26) inset;
}

.index-image {
    width: 400px;
}

/* end Index */

/* end card app */

/* Footer */
.footer-link {
    cursor: pointer;
    text-decoration: none;
    display: block;
    color: #fff;
}

.footer-link:hover {
    color: #2466c1;
}

.footer-span {
    color: #fff;
}

/* social button */

.middle {
    text-align: center;
}

.soc-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 5px;
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px #00000070;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.soc-btn i {
    display: inline-block;
    line-height: 70px;
    font-size: 26px;
    transition: 0.2s linear;
}

.soc-btn:hover i {
    transform: scale(1.3);
    color: #fff;
}

.soc-btn::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    background: #2466c1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.soc-btn:hover::before {
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa {
    0%{
        left: -110%;
        top: 90%;
    }50%{
        left: 10%;
        top: -30%;
    }100%{
        top: -10%;
        left: -10%;
    }
}

/* end social button */

/* End Footer */


/* mobile devices */

@media (min-width: 992px) and (max-width: 1399px) {
    #top-banner {
        top: 50%;
        left: 19%;
    }
}

@media (min-width: 1942px) {
    #top-banner {
        top: 52%;
        left: 19%;
    }
}

@media (max-width: 991px) {
    /* navbar */

    #pages {
        margin-left: 0!important;
        align-items: center;
        width: 100%;
    }

    #nav-soc {
        position: absolute;
        bottom: 8px;
        right: 1rem;
    }

    #nav-language {
        margin-left: 1rem;
        padding-right: 0!important;
    }
    /* end navbar */

    #top-banner {
        top: 42%;
        left: 7%;
        right: 3%;
    }

    #top-banner #top-label-one {
        white-space: wrap!important;
    }

    #top-banner #top-label-two h3 {
        text-align: center;
    }


    /* index */
    .my-order {
        order: 6!important;
    }

    /* end index */

    /* footer */
    .middle {
        display: flex;
    }
    /* end footer */

}


/* end mobile devices */