@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:wght@300;400;500;700&display=swap');

body{
    background: #1f2336;
    font-family: "Rubik", sans-serif;
}

header{
    background: #313852;
    padding: .5rem;
}

img{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

.user-area img{
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 100%;
}

.user-area{
    text-align: right;
}

.dropdown-toggle::after{
    display: none;
}

.user-area .dropdown-menu{
    background: #0f1119;
    z-index: 100;
}

.user-area .dropdown-menu .dropdown-divider{
    background: #2f344a;
}

.user-area .dropdown-menu li a.username{
    color: #fff;
    font-weight: 600;
}

.user-area .dropdown-menu li a{
    color: #bebebe;
    font-size: .9rem;
}

.user-area .dropdown-menu li:hover a{
    color: #fff;
}

.user-area .dropdown-menu li a i{
    width: 25px;
}

.user-area .dropdown-menu li a:hover{
    background: inherit;
}

.intro{
    padding: 50px 0 0;
}

.intro .card{
    background: url('../images/intro_bg.png');
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    border-radius: 25px;
    border: 0;
}

.intro .maskota{
    width: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 25px;
}

.intro .content{
    text-align: center;
    max-width: 500px;
}

.intro .content .logo img{
    max-width: 120px;
    margin-bottom: 2rem;
}

.intro .content p{
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .875rem;
}

.button{
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 1rem 3rem;
    border-radius: 25px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .875rem;
}

.cta-home{
    padding: 50px 0 0;
}

.cta-home .card{
    padding: 30px 0;
    background: #313852;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 25px;
    overflow: hidden;
}

.cta-home .card .logo{
    max-width: 120px;
    margin-bottom: 1rem;
}

.cta-home .card h3{
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
}

.cta-home .card h4{
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.cta-home .card .cta_image1{
    position: absolute;
    bottom: -40px;
    left: -50px;
    transform: translate(0, 0);
    width: 350px;
}

.cta-home .card .cta_image2{
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(-50px, -50%);
    width: 150px;
}

.highlights{
    padding: 30px 0 0;
}

.highlights iframe{
    width: 100% !Important;
    height: 600px !important;
}

.highlights .title{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.socialmedia{
    padding: 30px 0 0;
    position: relative;
}

.socialmedia .title{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.socialmedia .item{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    border: 6px solid #313852;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 1rem;
}

.socialmedia .item .content{
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-direction: row;
    justify-content: start;
}

.socialmedia .item .icon img{
    max-width: 60px;
}

.socialmedia .item .numbers{
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 1.1rem;
}

.socialmedia .item .numbers span{
    display: block;
    color: #8d8d8d;
    font-size: .8rem;
}

.cta_button{
    color: #fff;
    text-decoration: none;
    padding: .5rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .875rem;
    width: 140px;
    text-align: center;
}

.yt{
    background: #ec3e3e;
}

.twitter{
    background: #1d9bf0;
}

.instagram{
    background: #ec3ea4;
}

.discord{
    background: #5865f2;
}

.kick{
    background: #6ec251;
}

.socialmedia .social_1{
    position: absolute;
    top: 100px;
    width: 600px;
    z-index: 1;
}

.socialmedia .social_2{
    position: absolute;
    top: 100px;
    width: 300px;
    right: 200px;
}

.socialmedia .shape_1{
    position: absolute;
    bottom: -50px;
    right: 220px;
    width: 90px;
    z-index: 2;
}

.socialmedia .shape_2 {
    position: absolute;
    top: 300px;
    right: 150px;
    width: 45px;
    z-index: 2;
}

.socialmedia .shape_3 {
    position: absolute;
    top: 90px;
    right: 190px;
    width: 62px;
    z-index: 2;
}

.socialmedia .shape_4 {
    position: absolute;
    top: -3px;
    left: 280px;
    width: 90px;
    z-index: 2;
}

.socialmedia .shape_5 {
    position: absolute;
    top: 130px;
    left: 55px;
    width: 40px;
    z-index: 2;
}

.socialmedia .shape_6 {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 25px;
    z-index: 2;
}

.socialmedia .shape_7 {
    position: absolute;
    bottom: -15px;
    left: 30px;
    width: 55px;
    z-index: 2;
}

.socialmedia .home_shapes{
    position: relative;
}

.faq{
    padding: 30px 0 80px;
}

.faq .title{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.faq .card{
    margin-bottom: 1.5rem;
}

.faq .card{
    background: #313852;
    color: #fff;
}

.faq .card a{
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
}

.faq .card .card-header{
    padding-left: 0;
    border: 0;
}

.faq .card .card-body{
    color: #8b91a7;
    font-weight: 500;
}

.tutorial{
    padding: 30px 0 0;
}

.tutorial .title{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.tutorial .card{
    background: url('../images/intro_bg.png');
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    border-radius: 25px;
}

.tutorial .card img{
    width: 120px;
    margin-bottom: 1.5rem;
}

.tutorial .card .tutorial_float{
    width: 750px;
    position: absolute;
    top: -40px;
    left: 0;
}

.tutorial .card p{
    max-width: 400px;
    display: block;
    margin: 0 auto 1.5rem;
    padding: 20px 20px;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(0,0,0,0.2);
}

.video{
    padding: 80px 0;
}

.video .title{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.video video{
    /*
    width: 100% !Important;
    height: 600px !important;*/
}

.leaderboard{
    padding: 50px 0 80px;
}

.leaderboard .title{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.leaderboard .leaderboard_table{
    padding: .5rem 1rem;
    background: #0f1119;
    border-radius: 25px;
}

.leaderboard .table-wrapper{
    height: 338px;
    overflow: hidden;
    overflow-y: scroll;
}

.leaderboard thead tr th:first-child {
    width: 150px;
}

.leaderboard .table .username{
    position: relative;
}

.leaderboard .table tbody tr:nth-child(1) td.username::before{
    content:url('../images/table_first.png');
    top: 9px;
    position: absolute;
    left: -25px;
}

.leaderboard .table tbody tr:nth-child(2) td.username::before{
    content:url('../images/table_second.png');
    top: 9px;
    position: absolute;
    left: -25px;
}

.leaderboard .table tbody tr:nth-child(3) td.username::before{
    content:url('../images/table_third.png');
    top: 9px;
    position: absolute;
    left: -25px;
}

.leaderboard .table tr{
    border-color: transparent;
}

.leaderboard .table tr td,.leaderboard .table tr th{
    color: #929292;
}

.leaderboard .table>:not(caption)>*>*{
    background: #0f1119;
}

.leaderboard .table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-bg-type: #1b1e2a;
}

.leaderboard .card{
    background: #313852;
    border-radius: 15px;
}

.leaderboard .card:not(:last-child){
    margin-bottom: 1.5rem;
}

.leaderboard .card .card-body{
    display: flex;
    justify-content: space-between;
}

.leaderboard .card .numbers span{
    display: block;
    color: #8d8d8d;
    font-size: .8rem;
    font-weight: 600;
}

.leaderboard .card .numbers{
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
}

.leaderboard .card img{
    width: 100px;
}

.leaderboard .platform{
    background: url('../images/leaderboard_bg.png');
    position: relative;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    margin-right: 15px;
}

.leaderboard .platform.kick{
    background: url('../images/kick_bg.png');
    background-size: cover;
}

.leaderboard .platform img{
    width: 150px;
    margin-bottom: .5rem;
}

.leaderboard .platform p{
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.store{
    padding: 50px 0 80px;
}

.store .card{
    background: #313852;
    margin-bottom: 1.5rem;
}

.store .card .item_img{
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0 auto 1rem; 
    display: block;
}

.store .card .title{
    font-weight: 600;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
}

.store .card .subtitle{
    text-align: center;
    font-weight: 600;
    color: #999999;
    font-size: .8rem;
}

.store .card button.buy {
    background: #1f2336;
    color: #fff;
    font-weight: 500;
    font-size: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 2rem;
    border: 0;
    border-radius: 25px;
    margin: 0 auto;
}

.store .card button.outofstock {
    background: #fff;
    color: #1f2336;
    font-weight: 500;
    font-size: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 2rem;
    border: 0;
    border-radius: 25px;
    margin: 0 auto;
}

.store .card button.buy img {
    width: 20px;
    height: 20px;
}

.store .card a{
    text-decoration: none;
    color: inherit;
}

.store .item-title{
    color: #fff;
    text-transform: uppercase;
}

.store .item-description{
    color: #bebebe;
}

.store .item-description a{
    color: #fff !important;
    text-decoration: none;
}

.store.store_item .card .item_img{
    width: 200px;
    height: 200px;
}

.store.store_item .item-points{
    background: transparent !important;
    padding: 0 !important;
}

.store.store_item .item-price {
    background: #fff;
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 2rem;
    border: 0;
    border-radius: 25px;
}

.store.store_item .button{
    padding: .7rem 3rem;
}

.login{
    padding: 150px 0;
}

.login .title{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.login label{
    color: #fff;
    font-weight: 500;
}

.btn-primary{
    background: #ff00d8 !important;
    border-color: #ff00d8 !important;
    padding: .5rem 3rem;
    border-radius: 25px;
}

.login .nav-pills .nav-link.active{
    background: #ff00d8 !important;
    border-color: #ff00d8 !important;
}

.login .nav-pills .nav-link{
    color: #fff;
    border: 1px solid #fff;
}

.giveaway{
    padding: 50px 0 0;
}

.giveaway .card{
    background: url('../images/intro_bg.png');
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    border-radius: 25px;
    border: 0;
}

.giveaway .giveaway_maskota{
    width: 555px;
    position: absolute;
    bottom: 0;
    left: -43px;
}

.giveaway .content{
    text-align: center;
    max-width: 500px;
}

.giveaway .content .logo img{
    max-width: 250px;
    margin-bottom: 2rem;
}

.giveaway .content p{
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .875rem;
}

.allGiveaways{
    padding: 50px 0 80px;
}

.allGiveaways .gw-card{
    border-radius: 25px;
    position: relative;
    z-index: 1;
    border: 0;
    background-position: center;
    background-size: cover;
    padding: 4rem 2rem 1.5rem;
    margin-bottom: 2rem;
}

.allGiveaways .gw-card::before{
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 25px;
}

.allGiveaways .gw-title{
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 3rem;
}

.allGiveaways .button{
    display: inline;
}

.allGiveaways .gw-countdown{
    display: flex;
    justify-content: end;
    gap: 1em;
    margin-bottom: 1.5rem;
}

.allGiveaways .gw-countdown .box{
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 15px;
    width: 110px;
}

.allGiveaways .gw-countdown .box .number{
    display: block;
    font-size: 2rem;
    font-weight: 600;
}

.allGiveaways .gw-countdown .box .box-text{
    color: #bebebe;
    font-size: .875rem;
    font-weight: 400;
}

.allGiveaways .gw-join{
    display: flex;
    justify-content: end;
}

.allGiveaways .gw-join a{
    text-decoration: inherit;
}

.allGiveaways .gw-join .button{
    border: 0;
}

.requirements{
    padding: 30px 0 80px;
}

.requirements .title{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.requirements .description{
    color: #bebebe;
}

.requirements .winner{
    background: url('../images/leaderboard_bg.png');
    padding: 2rem 1rem;
    border: 0;
    border-radius: 25px;
}

.requirements .winner .title{
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.requirements .winner .winner_img{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto 3rem;
    border-radius: 100%;
    object-fit: cover;
}

.requirements .winner .winnerName{
    background: #0b0d20;
    padding: 1rem 4rem;
    display: block;
    width: fit-content;
    border-radius: 10px;
    margin: 0 auto;
    color: #fff;
    border: 0;
}

.requirements .participants .gw_user img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.wrapper{
    display: flex;
    transition: all 0.4s;
}

.wrapper_content{
    width: 100%;
}

.wrapper_sidebar {
    min-width: 200px;
    max-width: 200px;
    background: #0f1119;
    color: #fff;
    transition: all 0.4s;
    padding-top: 6rem;
    position: relative;
}

.wrapper_sidebar.closed{
    min-width: 85px;
    max-width: 85px;
}

/*.wrapper_sidebar.closed ul li span{
    visibility: hidden;
}*/

.wrapper_sidebar.closed ul li span{
    width: 0;
}

.wrapper_sidebar ul li span{
    transition: .4s all ease-in;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.wrapper_sidebar ul{
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 2.5rem;
    padding: 0 15px;
}

.wrapper_sidebar ul li{
    margin-bottom: .3rem;
}

.wrapper_sidebar ul li a{
    color: #9aa9b8;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    padding: 8px 15px;
    border-radius: 10px;
}

.wrapper_sidebar ul li a:hover{
    background: #181b27;
}

.wrapper_sidebar ul li img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.wrapper_sidebar .collapse-btn{
    cursor: pointer;
}

.wrapper_sidebar .collapse-btn img{
    width: 25px;
    height: 25px;
    object-fit: contain;
    position: absolute;
    top: 30px;
    right: 30px;
    transform: scaleX(1);
}

.wrapper_sidebar.closed .collapse-btn img{
    transform: scaleX(-1);
}

.profile{
    padding: 50px 0 120px;
}

.profile .title{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.profile .card{
    background: rgba(0,0,0,0.5);
}

.profile .card .card-body.avatarCard{
    display: flex;
    gap: 1rem;
    align-items: center;
}

.profile .card img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
}

.profile .card .btn-primary{
    font-size: .8rem;
    padding: 0.5rem 2rem;
}

.profile .card .btn-secondary{
    font-size: .8rem;
    padding: 0.5rem 2rem;
    border-radius: 25px;
}

.raffle{
    position: relative;
    padding: 80px 0 200px;
}

.raffle .raffle-container{
    padding-top: 50px;
}

.raffle .title{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.raffle .wheel-container{
    margin: 0 auto;
    position: relative;
    width: 650px;
    height: 650px;
}

.raffle .wheel-container .wheel{
    width: 650px;
    height: 650px;
}

.raffle .wheel-container .pick{
    position: absolute;
    top: 46%;
    left: 50%;
    width: 230px;
    height: 260px;
    transform: translate(-50%, -46%);
    cursor: pointer;
}

.raffle .raffle_icon_1{
    position: absolute;
    top: 40px;
    left: 450px;
    width: 150px;
    transform: rotateZ(348deg);
}

.raffle .raffle_icon_2{
    position: absolute;
    top: 400px;
    width: 250px;
}

.raffle .raffle_icon_3{
    position: absolute;
    top: 120px;
    right: 0;
    width: 200px;
}

.raffle .raffle_icon_4{
    position: absolute;
    width: 200px;
    bottom: 50px;
    left: 350px;
}

.raffle .raffle_icon_5{
    position: absolute;
    bottom: 100px;
    right: 200px;
    width: 250px;
}

.mobileNav{
    display: none;
    color: #fff;
    font-size: 1.5rem;
    margin-right: 2rem;
}

#mobile_nav .offcanvas-header{
    background: #313852;
}

#mobile_nav .offcanvas-body{
    background: #0f1119;
}

#mobile_nav .btn-close{
    filter: invert(1);
}

#mobile_nav ul{
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

#mobile_nav ul li{
    margin-bottom: .3rem;
}

#mobile_nav ul li a{
    color: #9aa9b8;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    padding: 8px 15px;
    border-radius: 10px;
}

#mobile_nav ul li a:hover{
    background: #181b27;
}

#mobile_nav ul li img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}

footer{
    background: #313852;
    padding: 50px 0;
}

footer .footer-logo{
    margin-bottom: 1.5rem;
}

footer p{
    margin: 0;
    color: #9e9e9e;
    font-size: .875rem;
}

/* SCROLLBAR */

::-webkit-scrollbar {
    width: 7px;
}
  
::-webkit-scrollbar-track {
    background: #0f1119;
}

::-webkit-scrollbar-thumb {
    background: #303751;
    transition: .4s all ease-in-out;
}
  
::-webkit-scrollbar-thumb:hover {
    background: #303751;
}

/* RESPONSIVE */

@media(max-width: 768px){
    .wrapper_sidebar{
        display: none;
    }
    .mobileNav{
        display: block;
    }
    .intro .maskota {
        width: 250px;
    }
    .intro .content,.giveaway .content{
        position: relative;
        padding: 0 20px;
        text-shadow: 0 0 5px #000;
    }
    .cta-home .card .cta_image1{
        width: 180px;
    }
    .cta-home .card .cta_image2{
        top: 10px;
        right: 10px;
        transform: unset;
        width: 55px;
    }
    .cta-home .card h3{
        position: relative;
        text-align: center;
        font-size: 2rem;
    }
    .highlights iframe{
        height: 200px !important;
    }
    .socialmedia .shape_1,.socialmedia .shape_2,.socialmedia .shape_3,.socialmedia .shape_4,.socialmedia .shape_5,.socialmedia .shape_6,.socialmedia .shape_7{
        display: none;
    }
    .socialmedia .social_1{
        position: relative;
        top: auto;
        width: 100%;
    }
    .socialmedia .social_2 {
        top: 0;
        width: 170px;
        right: 10px;
    }
    .giveaway .giveaway_maskota{
        width: 240px;
        left: -18px;
    }
    .allGiveaways .gw-card{
        padding: 0;
    }
    .allGiveaways .gw-title{
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .allGiveaways .gw-countdown{
        margin-top: 2rem;
    }
    .allGiveaways .gw-join{
        justify-content: start;
    }
    .leaderboard .platform{
        padding: 1.5rem 0;
        margin-bottom: 1rem;
    }
    .leaderboard .platform p{
        margin: 0;
    }
    .leaderboard .card:last-child{
        margin-bottom: 1rem;
    }
    .leaderboard .platform.kick{
        background-position: center;
    }
    .avatarCard form{
        display: flex;
    }
    .raffle{
        overflow: hidden;
    }
    .raffle .wheel-container{
        width: 400px;
        height: 400px;
    }
    .raffle .wheel-container .wheel{
        width: 400px;
        height: 400px;
    }
    .raffle .raffle_icon_1{
        top: 30px;
        left: 30px;
        width: 100px;
        transform: rotateZ(358deg);
    }
    .raffle .raffle_icon_2{
        top: auto;
        bottom: 20px;
        width: 150px;
    }
    .raffle .raffle_icon_3{
        top: 30px;
        right: 0;
        width: 100px;
    }
    .raffle .raffle_icon_4{
        width: 100px;
        bottom: 50px;
        left: 200px;
    }
    .raffle .raffle_icon_5{
        bottom: 80px;
        right: 30px;
        width: 120px;
    }
    .raffle .wheel-container .pick{
        width: 145px;
        height: 163px;
    }
}