












/* heheheheh */
html{
    /* min-width: 1024px; */
}
/* colors */
body{
    background-color: #121212;
    color: #fff;
}
a{
    color: inherit !important;
}
.kinda-white{
    color: rgba(255, 255, 255, 1.8)
}
/* fonts */
.no-margin{
    margin: 0;
}
.bold{
    font-weight: bold;
}
.black{
    font-weight: 900;
}
.uppercase{
    text-transform: capitalize;
}
.lvl-1{
    font-size: 12px;
}
.lvl-2{
    font-size: 14px;
}
.lvl-3{
    font-size: 16px;
}
.lvl-3.max-lines-2{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 48px;
    line-height: 24px;
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lvl-4{
    font-size: 18px;
}
.lvl-5{
    font-size: 20px;
}
.lvl-6{
    font-size: 24px;
}
.lvl-heading{
    font-size: 26px;
}
.lvl-bulk{
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
/* settings */
body{
    font-family: 'Raleway', sans-serif;
}
img{
    max-width: 100%;
}
.section{
    padding: 80px 0;
    overflow-x: hidden;
    /* width: 100%; */
}
.bg-cover{
    background-position: center center;
    background-size: cover;
}
.pointer{
    cursor: pointer !important;
}
.flex {
    display: flex;
}
.flex-middle{
    align-items: center;
}
.flex-center{
    justify-content: center;
}
.flex-end{
    justify-content: flex-end;
}
.flex-start{
    justify-content: flex-start;
}
.rounded-btn{
    border-radius: 8px;
    border: 0;
    box-shadow: none;
    padding: 8px 20px;
    text-align: center;
    background: #157fe2;
    font-weight: 700;
    color: #fff !important;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.rounded-btn.rounded-btn-sm{
    font-size: 14px;
    padding: 5px 12px;
}
/* header */
.top-logo img{
    /*max-width: 160px;*/
    max-height: 60px;
}
.site-header{
    padding: 10px 0;
}
.site-header .flex{
    height: 60px;
}
.header-icons img{
    height: 30px;
}
.header-icons > a{
    margin-left: 15px;
    z-index: 1;
}
.site-header .header-icons img.menu{
    margin-left: 30px;
    height: 40px;
}
.site-header.fixed{
    margin-bottom: -100px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.6s;

}
.header-layer .site-header.fixed{
    background: rgba(0,0,0,0.89);
}
/* front-page */
.section-front-header {
    /* background-image: url(../img/bg/front-header.jpg); */
    min-height: 100vh;
    position: relative;
    padding: 100px 0;
    overflow: visible;
}
.section-front-header .bottom-mask, .section-front-header .top-mask, .section-front-header .scroll-down, .scroll-down{
    z-index: 3;
}
.semi-disk-art{
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: calc(100% - 100px);
    max-width: 70%;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/semi-disk-art.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    padding: 15% 10% 10% 10%;
}
.scroll-down{
    position: absolute;
    bottom: 10px;
    left: calc(50% - 40px);
    opacity: 0.8;
    text-align: center;
    width: 80px;
}
.scroll-down img{
    width: 30px;
    margin-bottom: 5px;
    animation-duration: 4s;
    animation-timing-function: ease;
    animation-name: scrolling;
    animation-iteration-count: infinite;
}
@keyframes scrolling{
    0%{
        transform: translateY(-10px)
    }
    50%{
        transform: translateY(0px)
    }
    100%{
        transform: translateY(-10px)
    }
}
.site-intro {
    padding-top: 100px;
    max-width: 500px;
    position: relative;
    z-index: 9;
}
.home-slider {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tp-revslider-mainul li .slotholder::before{
    content:  ' ';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
    z-index: 99;
}
.tp-revslider-mainul{
    position: relative;
}
.tp-revslider-mainul::after ,  .tp-revslider-mainul:before{
    z-index: 999;
}
.bottom-mask, .top-mask, .home-slider .tp-revslider-mainul li .slotholder::after, .about-us-page .tp-revslider-mainul::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 75.1%;
    background: linear-gradient(to top, #121212, cubic-bezier(0.48, 0.3, 0.64, 1), transparent);
    /* => */
    background: linear-gradient(
      to top,
      hsl(0, 0%, 0%),
      hsla(0, 0%, 0%, 0.94505) 7.9%,
      hsla(0, 0%, 0%, 0.88294) 15.3%,
      hsla(0, 0%, 0%, 0.81522) 22.2%,
      hsla(0, 0%, 0%, 0.7426) 28.7%,
      hsla(0, 0%, 0%, 0.66692) 34.8%,
      hsla(0, 0%, 0%, 0.58891) 40.6%,
      hsla(0, 0%, 0%, 0.50925) 46.2%,
      hsla(0, 0%, 0%, 0.42866) 51.7%,
      hsla(0, 0%, 0%, 0.34817) 57.2%,
      hsla(0, 0%, 0%, 0.2693) 62.8%,
      hsla(0, 0%, 0%, 0.19309) 68.7%,
      hsla(0, 0%, 0%, 0.12126) 75.2%,
      hsla(0, 0%, 0%, 0.05882) 82.6%,
      hsla(0, 0%, 0%, 0.01457) 91.2%,
      hsla(0, 0%, 0%, 0)
    );
}
.home-slider .tp-revslider-mainul li .slotholder::after{
    min-height:100%;
}
.top-mask{
    top: 0;
    bottom: auto;
    background: linear-gradient(to bottom, #121212, cubic-bezier(0.48, 0.3, 0.64, 1), transparent);
    /* => */
    background: linear-gradient(
      to bottom,
     hsl(0, 0%, 0%),
 hsla(0, 0%, 0%, 0.74505) 7.9%,
 hsla(0, 0%, 0%, 0.68294) 15.3%,
 hsla(0, 0%, 0%, 0.61522) 22.2%,
 hsla(0, 0%, 0%, 0.5426) 28.7%,
 hsla(0, 0%, 0%, 0.46692) 34.8%,
 hsla(0, 0%, 0%, 0.38891) 40.6%,
 hsla(0, 0%, 0%, 0.30925) 46.2%,
 hsla(0, 0%, 0%, 0.22866) 51.7%,
 hsla(0, 0%, 0%, 0.14817) 57.2%,
 hsla(0, 0%, 0%, 0.0693) 62.8%,
 hsla(0, 0%, 0%, 0.09309) 68.7%,
 hsla(0, 0%, 0%, 0.02126) 75.2%,
 hsla(0, 0%, 0%, 0.005882) 82.6%,
 hsla(0, 0%, 0%, 0.001457) 91.2%,
 hsla(0, 0%, 0%, 0)
 );

}
.section-baloot {
    background-image: url(../img/bg/baloot.jpg);
    position: relative;
    overflow: hidden;
    width: 100%;
    /* min-height: 100vh; */
}
.home-service-img{
    width: 70px;
    opacity: 0.75;
}
.box-margin{
    margin: 30px 0px 0px 0px;
}
.mb-5{
    margin-bottom: 60px;
}

.mask-half {
    max-height: 50%;
}
.padding-box {
    padding: 30px;
}
.relative-above{
    position: relative;
    z-index: 9;
}
.relative {
    position: relative;
}
.section-about, .section-cryptyds {
    background-image: url(../img/bg/about.jpg);
    position: relative;
}
.section-about img{
    max-height: 250px;
}
.inline-block{
    display: inline-block;
}
.padding-box-sm{
    padding: 15px;
}
.max-500{
    max-width: 500px;
}
.max-700{
    max-width: 700px;
}
.max-center{
    margin-left: auto;
    margin-right: auto;
}
.section-games {
    position: relative;
}
.section-do-more{
    position: relative;
    background: #1068a7
}
.section-do-less{
    position: relative;
    background: #1068a7
}
.bg-white{
    background-color:  #fff !important;
    color: #1068a7 !important;
}
/* footer */
.site-footer {
    background: #000;
    padding: 50px 0;
    padding-bottom: 30px;
    position: relative;
    z-index: 19;
    margin-top: -50px;
}
.footer-art{
    position: absolute;
    top: -58px;
    height: 60px;
    object-fit: cover;
    width: 100%;
    left: 0;
}
.section-cryptyds img{
    height: 500px;
}
.section-cryptyds .flex{
    min-height: 500px;
}
.section-cryptyds{
    /* margin-bottom: -200px; */
    padding-bottom: 0;
}
.copyrights {
    padding-top: 30px;
}
.full-width {
    width: 100%;
}
.site-footer .flex{
    height: 60px;
}
.footer-links a{
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0 5px;
}
.site-footer .top-logo img{
    max-height: 60px;
}
.footer-links {
    height: 0;
    overflow: visible;
    transform: translateY(20px);
}
/* -------------------------- */
.phone-under-construction {
    display: none;
}
@media (max-width: 3px){
    .phone-under-construction{
        display: flex;
        justify-content: center;
        align-items: center;
        background: #121212;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 9999999;
        padding: 15px;
    }
    .phone-under-construction img{
        max-width: 80%;
        width: 200px;
        margin-bottom: 30px;
        opacity: 0.3;
    }
    body{
        overflow: hidden !important;
        width: 100vw;
        height: 100vh;
    }
}
.uranus.tparrows:before {
    font-size: 80px !important;
}
.uranus.tparrows{
    /* z-index: 19; */
}
.rev_slider_wrapper {
    max-height: 100% !important;
    height: 100% !important;
}
.navigation-links {
    position: fixed;
    width: 280px;
    height: 100vh;
    right: 0;
    top: 0;
    /* margin-right: -300px; */
    transition: 0.6s;
    z-index: 9999;
    display: none;
    /* background: #000; */
}
@media (max-width: 767px){
    .navigation-links{
        width: 100vw;
    }
    .show-menu .menu-button {
        transform: translateX(-100px) !important;
    }

}
/* .navigation-links::before{
    display: block;
    height: 20px;
    width: 20px;
    content:  ' ';
    background: #0a0a0a;
    border-radius: 50%;
    transform: scale(0);
    animation-name: ball;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
} */
.navigation-links .links-container{
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 99999;
    background: #1068a7;
    transform: translateX(300px);
    transition: 0.6s;
}
.show-menu .top-logo {
    display: none;
}
.show-menu .navigation-links .links-container{
    animation-name: menuX;
    animation-delay: 0.6s;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
}
@keyframes menuX{
    to{
        transform: translateX(0);
    }
}
.links-container.text-center{
    display: inline-block;
}
.links-container a{
    display: block;
    margin: 10px 0;
    font-size: 18px;
    opacity: 0.5;
    transition: 0.3s;
}
.links-container a:hover{
    opacity: 1;
}
@keyframes ball{
    to{
        width: 100vmax;
        height: 100vmax;
        transform: scale(2);
    }
}
body.show-menu{
    overflow: hidden;
}
body.show-menu .navigation-links{
    display: block;
}
.menu-button{
    position: relative;
    z-index: 99999;
}
.home-games-container{
    text-align: center;
    margin: 50px auto;
    overflow: hidden;
    max-width: 850px;
}
.home-game {
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    width: calc(33.333% - 20px);
    max-width: 100%;
    height: 200px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}
@media (max-width: 767px){
    .home-game{
        width: calc(100% - 20px);
    }

}
/* .home-game > * {
    border-radius: 20px;
} */
.home-game .game-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}
.home-game .game-details{
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    opacity: 0;
    transition: 0.3s;
}
.home-game:hover .game-details{
    opacity: 1;
}
.home-game .game-details img{
    width: 30px;
    margin: 5px;
}
.single-char {
    /* display: inline-block; */
}


/* single games */
.single-game-header {
    min-height: 100vh;
    overflow: visible;
}
.full-view-height {
    min-height: 100vh;
}
.half-view-height {
    min-height: 50vh;
}
.single-link:hover{
    text-decoration: none!important;
}
.single-game-video{
    min-height: 80vh;
    min-width: 100%;
}

.game-gallery-container {
    max-width: 850px;
    margin: 0 auto;
    padding: 15px;
}
.game-gallery-container .swiper-slide img{
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}
.game-gallery-container .gallery-top img{
    margin-bottom: 30px;
    width: 100%;
}
.thumbs-container{
    max-width: 100%;
    /* padding: 0 15px; */
    margin: 0 auto;
}
.thumbs-container img{
    width: 220px;
    height: 150px;
    object-fit: cover;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: 0.6s;
}
.thumbs-container .swiper-slide-active img{
    opacity: 0.2;
}
.thumbs-container .swiper-slide{
    width:  auto !important;
}
.m-arrow {
    font-size: 90px;
    opacity: 0.2;
    background: none !important;
    height: auto !important;
    line-height: 90px;
    top: calc(50% - 46px);
    transition: 0.6s;
}
.m-arrow:hover{
    opacity: 0.5;
}
.swiper-button-prev {
    left: -100px;
}
.swiper-button-next {
    right: -100px;
}
.single-game-video .flex{
    min-height: 100vh;
}
.play-button img{
    opacity: 0.5;
    width: 80px;
    height: auto;
    cursor: pointer;
    margin: 10px;
    transition: 0.6s;
}
.play-button img:hover{
    opacity: 1;
}
.before-footer{
    padding-bottom: 200px;
}
.game-circles{
    margin-top: 50px;
}
.single-circle {
    width: 120px;
    height: 120px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    margin: 15px;
    background: rgba(0,0,0,0.3);
}
.social-game img{
    width: 50px;
    opacity: 0.75;
}
.full-height{
    height: 100%;
    min-height: inherit;
}
.no-padding{
    padding: 0 !important;
}
.download-button {
    display: inline-block;
    margin: 5px 10px;
    padding:  5px 12px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    min-width: 200px;
    /* line-height: 14px; */
    line-height: 20px;
    <!-- opacity: 0.75; -->
    margin-top: 25px;
    cursor: pointer;
}
.download-button img{
    margin-right: 10px;
    height: 25px;
    /* opacity: 0.7; */
}

.main-links-container, .main-links-container * {
    list-style: none;
    padding: 0 !important;
}
.game-rating img{
    width: 20px;
    height: auto;
    margin: 2px;
}
.game-rating{
    margin-top: 30px;
    opacity: 0.5;
}
.game-rating p {
    margin-top: 15px;
}
.single-circle {
    color: rgba(255, 255, 255, 0.75);
    padding-top: 30px;
    overflow: hidden;
}

.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: #fff;
}




@media (max-width: 991px){
    .baloot-mockup{
        padding-left: 50px;
    }
    .center-mobile{
        text-align: center;
        width: 100%;
        max-width: none;
    }
    .hide-mobile{
        display: none;
    }
    .site-footer{
        margin-top: 0 !important;
    }
    .section-cryptyds{
        padding-bottom: 100px;
    }
    .section-cryptyds .flex{
        min-height: auto;
    }
}

.visible {
    overflow: visible;
}
.single-game {
    height: 0px;
    padding-bottom: 80%;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    border: 5px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    overflow: hidden;
    /* -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
     */
}
.single-game .game-image{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.single-game .game-image{
    object-fit: cover;
}
.single-game .game-details{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.9);
    padding: 30px;
    /* transition: 1.6s; */
}
.single-game .game-details .show-hover{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 1.6s;
}

.single-game .game-details img{
    width: 20px;
    margin: 5px;
}
.form-control{
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.75);
}
.form-control:focus{
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
.margin-top{
    margin-top: 30px;
}
textarea{
    min-height: 160px;
    resize: none;
}

.single-post {
    background: #0a0a0a;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}
.single-post .post-details{
    padding: 15px;
}
.single-post .post-image img{
    object-fit: contain;
    margin-top: 20px;
    width: 80px;
}
.single-service{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.single-service .service-image img{
    width: 140px;
    height: 140px;
    object-fit: cover;
    margin-right: 10px;
}
.single-service > * {
    float: left;
}
.service-details {
    width: calc(100% - 150px);
}
.xlarg-bottom-padding {
    padding-bottom: 150px;
}
body{
    transition: 0.6s;
}
body.show-menu{
    overflow: hidden;
}
.menu-button{
    transition: 0.6s;
}
.show-menu .menu-button{
    transform: translateX(-300px)
}
body.show-menu::before{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    content: ' ';
}
.show-menu .navigation-links{
    /* margin-right: 0; */
}
.current-menu-item a{
    /*opacity: 0.5 !important;*/
    /*text-decoration: line-through;*/
    padding: 0 10px
}

.top-links-container li.current-menu-item a {
    background-color:  #157fe2 !important;
    color: #fff !important;
    border-radius: 10px;
}

.single-director img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    /* padding: 4px; */
    border: 5px solid rgba(255, 255, 255, 0.3);
}
.single-director .imdb-icon{
    width: 50px;
    height: 20px;
    border: none;
    border-radius: 0px;
}
.text-left{

    text-align: left;
}
.max-200{
    max-width: 200px;
}

.footer-links-container {
    list-style: none;
    padding: 0 !important;
}
.footer-links-container li{
    display: inline-block;
    list-style: none;
}
p{
    font-size: inherit;
}
/* p.kinda-white, div.kinda-white, body{
    color: rgba(255, 255, 255, 0.8)
} */

.full-fix{
    width: 100%;
    height: calc(100% - 100px);
    min-height: calc(100% - 100px);
}
.full-parent-fix {
    height: 100vh;
}
.half-parent-fix{
    height: 50vh;
}
select option{
    background-color: black;
}
