/* Fortnite Web Font */

@font-face {
    font-family: 'BurbankBigCondensed-Black';
    src: url('../webfonts/BurbankBigCondensed-Black.eot?#iefix') format('embedded-opentype'), url('../webfonts/BurbankBigCondensed-Black.otf') format('opentype'), url('../webfonts/BurbankBigCondensed-Black.woff') format('woff'), url('../webfonts/BurbankBigCondensed-Black.ttf') format('truetype'), url('../webfonts/BurbankBigCondensed-Black.svg#BurbankBigCondensed-Black') format('svg');
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html {
    height: 100%;
        overflow: auto;
scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url('../img/head-bg.jpg');
    background-position: center center;
    background-size: cover;
        overflow: auto;
   scroll-behavior: smooth;
}



.header {
    background-image: url('../img/head-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    min-height: 100%;
    height: 100%;
    z-index: 100;
}


.layer-hd {
 background: -ms-radial-gradient(center, ellipse cover, rgba(50,77,133,0.71) 0%, rgba(50,77,133,0.82) 37%, rgba(255,255,255,1) 100%);
background: radial-gradient(ellipse at center, rgba(50,77,133,0.71) 0%, rgba(50,77,133,0.82) 37%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324d85', endColorstr='#ffffff', GradientType=1 );
    width: 100%;
    height:100%; 
    min-height: 100%;
}


.header {
    font-family: 'BurbankBigCondensed-Black';
}


.header h1 {
    font-size: 6em;
    margin-bottom: 0px;
}

.header h2 {
    margin-top: 0px;
    font-size: 4em;
    text-transform: uppercase;
}


.header p {
    font-size: 1.7em;
}


.download-button {
    font-size: 2em;
    color: #333;
    background-color: #ff0;
    border: none;
    padding: 0 2em;
    text-decoration: none;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: relative;
     font-family: 'BurbankBigCondensed-Black';
     text-transform: uppercase;
     top:  35px;

}




.download-button span {
    position: relative;
    z-index: 1;
}



.download-button:after {
    content: "";
    display: block;
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    height: 3em;
    background-color: #ff0;
    /* -webkit-transition: background-color .3s ease-in-out; */
    -o-transition: background-color .3s ease-in-out;
    /* transition: background-color .3s ease-in-out; */
    -webkit-box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
    box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
    -webkit-animation: jelly 6s ease-in-out infinite;
    /* animation: jelly 6s ease-in-out infinite; */
    -webkit-transform-origin: 50% 50% 20px;
    -ms-transform-origin: 50% 50% 20px;
    transform-origin: 50% 50% 20px;
}

/* skype: live:dreamcas21 */

.main-container {
    max-width: 500px!important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



a {
    color: #FFB500;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #efaa00;
        text-decoration: none;
        cursor: pointer;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img.render {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    margin-top: -310px;
    z-index: -1;
}

.logo {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;

    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
  
}

    .logo img {
        display: inline-block;
    
        height: 150px;
    }

.main_bg {
   
   
}

.bg1 {
    
}

.bg2 {
   
}

ul.title_tabs {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
}

    ul.title_tabs li {
        display: inline-block;
        margin: 1px;
    }

/* skype: live:dreamcas21 */

    ul.title_tabs li.active a {
            background: #fdf301;
    color: #333;
    text-decoration: none;
    }

        ul.title_tabs li a {
                background: #445F86;
    color: #fff;
    padding: 19px 19px 10px 19px!important;
    
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
        }

            ul.title_tabs li a span {
                font-size: 16px;
                color: #fff;
            }

        

        ul.title_tabs li i {
            font-size: 32px;
    
        }

        @media screen and (max-width: 720px) {
ul.title_tabs li a {
     width: auto!important;
    display: inline-block;
    padding: 0 5px;
}


}

.generate_now {
    position: relative;

    margin-left: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'BurbankBigCondensed-Black' !important;
    font-size: 22px;
    color: #333;
}

    .generate_now i {
        vertical-align: bottom;
        margin-left: 7px;
        font-size: 28px;
        color: #f0ed63;
        background: #333;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }

        .generate_now i::before {
            display: inline-block;
            -webkit-animation: bounce .8s ease-in-out infinite;
            animation: bounce .8s ease-in-out infinite;
        }

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.main {
    position: relative;
}

.generate_cars {
    margin: 0 auto;
    top: 50px;
    position: relative;
    display: none;
    background:transparent;
    padding-bottom: 76px;
    background-color: #fff;
    position: relative;
    border-radius: 7px;
    border: solid 5px #0f61de;
    -webkit-box-shadow: 1px 6px 15px -4px #000000; 
box-shadow: 1px 6px 15px -4px #000000;
}

    .generate_cars ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        margin: 0 auto;
    width: 51%;
    padding-top: 15px;
    padding-bottom: 15px;
    }

        .generate_cars ul li {
            
   
    margin: 5px;
   height: 60px;
        position: relative;
   border-radius: 5px;
    border: 2px solid #888;
        }

.cars_main {
    
        height: 100%;
}

.card-active {
    cursor: pointer;
        border: 2px solid #0e60de;
    
}

.cars_main:hover {
    cursor: pointer;
     border: 2px solid #0e60de;
   
}

.cars_main img {
     width: 39px;
    /* margin-top: 43%; */
    opacity: 1;
    position: absolute;
    left: 11px;
    top: 6px;

}

.cards_right {
    
    top: 5px;
    right: 5px;
    color: #35373a;
    text-align: center;
    font-family: 'BurbankBigCondensed-Black' !important;
    font-size: 26px;
    text-transform: uppercase;
    
}

    .cards_right span {
        font-size: 16px;
        margin-top: -5px;
        display: block;
    }

.cards_bottom {
    position: absolute;
    
    text-align: center;
    font-family: 'BurbankBigCondensed-Black' !important;
    


    bottom: 0;
    font-size: 32px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 8px 0;
    width: 100%;
}

    .cards_bottom span {
        font-size: 22px;
        margin-top: -10px;
        display: block;
    }

    .cards_bottom p {
        padding: 0;
        margin-bottom: 0px;
        font-size: 42px;
    }



    .btn_bg {
    
    text-align: center;

}

/* skype: live:dreamcas21 */
.btn_bg_yellow a {
    
     font-size: 2em;
    color: #fff;
    background-color: #0f61de;
    border: none;
    padding: 0 3em;
    text-decoration: none;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: relative;
     font-family: 'BurbankBigCondensed-Black';
     text-transform: uppercase;
     top:  35px;

}


.btn_bg_yellow span {
     position: relative;
    z-index: 1;
}


.btn_bg_yellow a:after {
     content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 2em;
    background-color: #0f61de;
    border-radius: 5px;
   
}


@media screen and (max-width: 720px) {
.cards_bottom {
    bottom: 0px!important;
    right: 0px!important;
    
    font-size: 42px;
}

}

.activity {
    background:transparent;
    padding: 20px;
    margin-bottom: 20px;
     
    
}

    .activity:nth-child(2) {
        
        
    }

    .activity:nth-child(3) {
        
        
    }


    .activity:last-child {
        margin-bottom: 0;
    }

    .activity:before, .activity:after {
        display: table;
        content: " ";
        clear: both;
    }

    .activity ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .activity ul li {
            float: left;
            font-size: 22px;
            font-weight: bold;
        }

            .activity ul li i {
                margin-right: 7px;
                font-size: 32px;
                margin-top: -3px;
                vertical-align: middle;
            }

            .activity ul li:nth-child(1) {
                width: 7%;
            }

            .activity ul li:nth-child(2) {
                letter-spacing: 1px;
                font-family: 'BurbankBigCondensed-Black' !important;
                font-size: 35px;
                width: 41%;
            }

            .activity ul li:nth-child(3) {
                width: 26%;
            }

            .activity ul li:nth-child(3) {
                width: 26%;
            }

            .activity ul li span {
                font-size: 14px;
                text-transform: uppercase;
            }

.blink {
    animation: blinker 1s linear infinite;
}

.btnNext {

}

 .btnGenerate, .btnFinal {
    display: none;
    cursor: pointer;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

img.avatar {
    height: 50px;
    width: 50px;
    margin-top: 8px;
}

img.flag {
    position: absolute;
    margin-top: 53px;
    margin-left: -34px;
    border: 1px solid #262626;
}

.item-icon {
    margin-top: -8px;
    width: 40px;
}

.generator {
    
}




 .player-api {
    display: none;
 }

 .generator-console {
    display: none;
 }


  .generator-offers {
    color: #333;
    display: none;
    margin-top: 80px;
    
}


.total_coins {
        background: #5f80ab;
    background: -moz-linear-gradient(top, #5f80ab 0%, #5a7aa3 30%, #55759c 40%, #57749c 43%, #55729a 44%, #4a6489 79%, #486285 90%, #486287 98%, #476184 100%);
    background: -webkit-linear-gradient(top, #5f80ab 0%,#5a7aa3 30%,#55759c 40%,#57749c 43%,#55729a 44%,#4a6489 79%,#486285 90%,#486287 98%,#476184 100%);
    background: linear-gradient(to bottom, #5f80ab 0%,#5a7aa3 30%,#55759c 40%,#57749c 43%,#55729a 44%,#4a6489 79%,#486285 90%,#486287 98%,#476184 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f80ab', endColorstr='#476184',GradientType=0 );
    border: 3px solid #86b3e3;
    margin-top: 15px;
    padding: 8px 0 5px 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-family: 'BurbankBigCondensed-Black';
}


.total_coins img {
    height: 35px;
    margin-right: 10px;
    margin-top: -5px;
}

.player-fullname {
    color: #FFF;
    font-size: 35px;
    font-family: 'BurbankBigCondensed-Black';
}

.item-color {
    font-family: 'BurbankBigCondensed-Black' !important;
    color: #b7e4ff;
    display: inline-block;
    font-size: 30px;
    margin-top: 8px;
    letter-spacing: 0.4px;
}

.btn-yellow {
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    font-family: 'BurbankBigCondensed-Black';
    font-size: 25px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px;
    padding-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    background-color: #f0ed63;
    color: #333;
}

    .btn-yellow:hover {
        color: #333;
        background: #ECE834;
    }

.next_btn {
    position: relative;
    left: 0;
    right: 0;
    
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}

    .next_btn a {
        font-family: 'BurbankBigCondensed-Black' !important;
        
        color: #1e1e1e;
        background-color: #f0ed63;
        padding: 10px;
        color: #222a4c;
    font-size: 36px;
   
    }

    .next_btn i {
        margin-left: 15px;
    }

.generate_console_main h3 {
    text-align: center;
    line-height: 0px;
    color: #b7b7b7;
    font-family: 'BurbankBigCondensed-Black';
    font-size: 26px;
}

.generate_console_main {
    color: #999;
    background:#fff;
    border: solid 5px #0f61de;
    padding: 40px;
    text-align: center;
    -webkit-box-shadow: 1px 6px 15px -4px #000000; 
box-shadow: 1px 6px 15px -4px #000000;
}

.generate_main {
     background-color: transparent;
    padding: 15px 15px 86px 15px;
     background-color: #fff;
     position: relative;
     border-radius: 7px;
     border: solid 5px #0f61de;
     -webkit-box-shadow: 1px 6px 15px -4px #000000; 
box-shadow: 1px 6px 15px -4px #000000;
    
}

.generate_main_card {
    text-align: center;
    margin: 0 auto;
    width: 350px;
    
   
    
}

.generate_main_card h3 {
    font-size: 23px;
    color: #b7b7b7;

    font-family: 'BurbankBigCondensed-Black' !important;
  
}



.loader1 {
  display: inline-block;
  position: relative;
  width: 55px;
  height: 55px;
}
.loader1 div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  margin: 6px;
  margin-top: 23px;

  border: 6px solid #fff;
  border-radius: 50%;
  animation: loader1 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0e61de transparent transparent transparent;
}
.loader1 div:nth-child(1) {
  animation-delay: -0.45s;
}
.loader1 div:nth-child(2) {
  animation-delay: -0.3s;
}
.loader1 div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.progress {
    height: 14px!important;
    border-radius: 3px;
}


.generate_main_card img {
    height: 50px;
}


.generate_main_card_notransform {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 167px;
        background: #fff;
    
 border: 4px solid  #b7b7b7;
    border-radius: 5px;

}



.generate_main_card_notransform img {
    
    top: 32%;
    

}

.color-green {
    color: #62E374 !important;
}

.font-verification {
    font-family: 'BurbankBigCondensed-Black';
    color: #0f61de;
    font-size: 45px;
}

.generate_main_card > .cards_right {
    z-index: 99;
    color: #b7b7b7;
    font-size: 32px;
}

    .generate_main_card > .cards_right span {
        font-size: 16px;
        margin-top: -5px;
    }

.generate_main_card > .cards_bottom p {
    font-size: 32px;
    color: #fff;
}

.generate_main_input {
    margin-top: 15px;
    margin-bottom: 15px;
}



.generate_main_input h1 {
    margin: 20px auto 0 auto;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-family: 'BurbankBigCondensed-Black' !important;
    text-shadow: -3px 1px 0px rgb(0 0 0 / 25%);
}

.generate_main_platform {
    margin-top: 30px;
}

    .generate_main_platform ul, .player-stats ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .generate_main_platform ul li {
       position: relative;         
      border: 1px solid #fff;
    background-color: #eaeaea;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#687d88', endColorstr='#465462',GradientType=1 );
    display: inline-block;
    color: #d9fff9;
    
    
    margin-bottom: 3px;
    font-size: 18px;
    font-family: 'BurbankBigCondensed-Black';
    line-height: 44px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
        }






.progress-bar {
    background: #0f61de;
}

.daily_items_info {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: 'BurbankBigCondensed-Black';
    font-size: 22px;
    padding: 5px 0;
}



.daily_items {
    background:transparent;
}

.daily_items_list ul {
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

.daily_items_list ul li > img {
    height: 160px;
    width: 160px;

}

.daily_items_list ul li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    margin: 10px;
}

.daily_items_info img {
    width: 16px;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
}




.lastact {
    margin-bottom: 0px!important;
        
}


.generator_platform ul li {
    width: 30.333333%;
    margin: 5px;
}



            .generate_main_platform ul li i {
             
              padding: 25px;
              
                font-size: 26px;
                margin-top: 7px;
                color: #333;
                border-radius: 5px;

            }

            .generate_main_platform ul li:hover {
                background: #0f61de!important;
                color: #fff;
                cursor: pointer;
            }

                .generate_main_platform ul li:hover > i {
                    color: #fff;
                }

                

.vbucks-amount {
    font-style: normal;
}

.disabled-btn {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
}

.inputi{
    width: 100%;
    color: #333;
    background-color: #eeeeee!important;
    border: 1px solid #eeeeee;
    padding: 15px 10px 15px 10px;
    background: transparent;
    font-size: 24px;
    border-radius: 5px;
}


.title_bar {
   
    height: 50px;
    line-height: 55px;
    position: relative;
    width: 52px;
    margin: 0 auto;
    bottom: -26px;
    z-index: 111;
}

.title_bar_wrapp {
    float: left;
    height: 50px;
    color: #fff;
    background-color: #0f61de;
    border-radius: 50%;
    border: 2px solid #fff;
    font-family: 'BurbankBigCondensed-Black';
    font-size: 28px;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0 auto;
}


.title_bar_wrapp img {
    height: 30px;
    float: left;
    position: relative;
    top: 8px;
    left: -10px;
   
}



.title_bar_cards {
   
    height: 50px;
    line-height: 55px;
    position: relative;
  top: -26px;
    width: 55px;
    margin: 0 auto;
}

.title_bar_wrapp_cards {
    
    height: 50px;
    color: #fff;
    background-color: #0f61de;
    border-radius: 50%;
    border: 2px solid #fff;
    
    font-family: 'BurbankBigCondensed-Black';
    font-size: 28px;
    text-transform: uppercase;
    padding: 0 20px;
}


.title_bar_wrapp_cards img {
    height: 30px;
    float: left;
    position: relative;
    top: 8px;
    left: -10px;
  
}

.title_bar span {
    
}

.usernameInput {
    font-family: 'BurbankBigCondensed-Black' !important;
    
}

.platform-active {
    background: #0f61de!important;
   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ef5d', endColorstr='#f1dc00',GradientType=0 );
    color: #fff!important;
}


.verif {
    background: #344b73;
    height: 50px;
    line-height: 55px;
     margin-bottom: 0px;
    width: 100%;
}








    .generate_main_platform ul .platform-active::before ~ .platform {
        background: orange !important;
    }

.platform-active i {
    color: #fff!important;

}

.username {
    text-align: center;
    padding: 5px;
    background-color: rgba(77, 79, 100, 0.79);
    border: 1px solid #728f9e;
}


.username img {
    height: 55px;
}

.player-stats {
    margin-top: 20px;
    text-align: center;
}

    .player-stats li {
        display: inline-block;
        width: 23.333333%;
        font-family: 'BurbankBigCondensed-Black' !important;
        font-size: 32px !important;
        color: #FFF !important;
        padding: 5px;
        background-color: rgba(77, 79, 100, 0.79);
        border: 1px solid #728f9e;
    }

.player-stats li img {
    height: 50px;
}


.modal-title {
    font-size: 23px;
    color: #b7b7b7;
    text-align: center;
    font-family: 'BurbankBigCondensed-Black' !important;
   
}



 .activity ul {
        text-align: center;
    }

        .activity ul li {
            float: none;
            display: block;
            text-align: center;
        }

            .activity ul li:nth-child(1), .activity ul li:nth-child(2), .activity ul li:nth-child(3), .activity ul li:nth-child(4) {
                width: 100%;
            }
}


.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #1e1e1e;
    text-align: center;
    color: #494949;
    font-size: 18px;
    text-transform: uppercase;
}

    .se-pre-con img {
        margin-top: 20%;
        margin-bottom: 7px;
    }

/* Animations */
@-webkit-keyframes jelly {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0);
    }

    50% {
        -webkit-transform: matrix3d(1.0593,0,-.1,.00025,0,.9603,.1,-.0001,.1,-.1,.9801,0,0,-3,0,1);
        transform: matrix3d(1.0593,0,-.1,.00025,0,.9603,.1,-.0001,.1,-.1,.9801,0,0,-3,0,1);
    }

    to {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0);
    }
}

@keyframes jelly {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0);
    }

    50% {
        -webkit-transform: matrix3d(1.0593,0,-.1,.00025,0,.9603,.1,-.0001,.1,-.1,.9801,0,0,-3,0,1);
        transform: matrix3d(1.0593,0,-.1,.00025,0,.9603,.1,-.0001,.1,-.1,.9801,0,0,-3,0,1);
    }

    to {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0);
    }
}

.card_hidden {
    display: none;
}

.loader {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media(max-width:767px) {
    .hide-mob {
        
    }
}

@media(min-width:768px) {
    .hide-desktop {
        
    }

    .bgimg {
        height: 100vh !important;
        width: 100%;
    }

    body {
        padding: 0px !important;
        margin: 0px !important;
    }
}


/**/

footer {
    margin-top: 0px;
    text-align: center;
    padding: 5px 0;
    color: rgb(22, 22, 22);
    font-size: 0.8em;
    position: relative;
    z-index: 10;
    color: #fff;
}

    footer .copyright-notice {
        margin-top: 3px;
          font-size:12px;
          margin-bottom:10px
          
    }

        footer .copyright-notice span {
            display: block;
            margin-top: 3px;
            font-size:12px
        }

    footer a {
        color: #3b4549;
        font-size: 1.3em;
            font-family: 'BurbankBigCondensed-Black';
    }

        footer a:hover {
            color: #b83df2;
            outline:0 !important
        }

.f-n-l:after {
    display: inline-block;
    content: '|';
    margin: 0 3px;
    position: relative;
    color: rgba(0,0,0,0.2);
}

.f-n-l:last-child:after {
    display: none;
}

/*--------------------------------------------------------------
# Footer Popups
--------------------------------------------------------------*/
.footer-popup-wrapper {
    width: 500px;
    margin: 0 auto;
    position: relative;
}

.footer-popup-title-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: -10px;
}

.footer-popup-wrapper h1 {
    margin: 0 0 20px 0;
    background: #c9cad8;
    width: 300px;
    height: 80px;
    text-align: center;
    color: #8e90ad;
    font-size: 1.8;
    position: relative;
    z-index: 5;
    padding: 22px 10px;
    margin: 0 auto;
    top: -30px;
    font-family: 'BurbankBigCondensed-Black' !important;
}

.footer-popup-inner-wrapper {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -webkit-box-shadow: 0 0 2px 0 #868686;
    -moz-box-shadow: 0 0 2px 0 #868686;
    box-shadow: 0 0 2px 0 #868686;
    background-color: #dedede;
    text-align: center;
    border: 1px solid #333;
    background: #ccc;
    height: 450px;
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
    background: #1ac2fe;
    margin: 0 auto;
    padding: 50px 50px 30px 50px;
    overflow-y: scroll;
    position: relative;
}

.contact-form-wrapper {
    overflow-y: hidden;
}

.footer-popup-wrapper h2 {
    font-size: 1.6em;
    margin: 20px 0 5px 0;
    color: #fff;
}

.footer-popup-wrapper p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.9;
    text-align: justify;
    text-align-last: left;
    -moz-text-align-last: left;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#333 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #333 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #333 !important;
}

::-moz-placeholder { /* Firefox 18- */
    color: #333 !important;
}

.footer-popup-wrapper .input-style {
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    height: 45px;
    padding: 0 15px;
    border-radius: 0;
    border: none;
    color: #fff;
}

.footer-popup-wrapper .input-style:hover
{
    border:none !important
}

.footer-popup-wrapper textarea.input-style {
    height: auto;
    padding: 10px 15px;
}

.footer-popup-wrapper label {
    font-size: 0.9em;
    font-weight: 300;
    text-align: center;
    display: block;
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.3em;
    font-family: 'BurbankBigCondensed-Black' !important;
}

#msgSubmit {
    margin-top: 5px;
    font-size: 1em;
}

.footer-popup-wrapper .mfp-close {
    position: absolute;
    right: 9px;
    top: -10px;
    cursor: pointer;
    display: block;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    display: block;
    line-height: 1;
    /*font-family: 'BurbankBigCondensed-Bold';*/
    color: #fff;
    font-size: 2.4em;
}

.help-block.with-errors {
    font-size: 0.8em;
    color: red;
}

    .help-block.with-errors ul {
        margin: 0;
    }

.error-wrapper {
    text-align: center;
}

    .error-wrapper h3 {
        font-size: 2.2em;
        color: #fd0c5b;
    }

    .error-wrapper p {
        font-size: 1.3em;
    }

.fortnite-amount-img {
    display: table;
    margin: 0 auto;
}




@media screen and (max-width: 720px) {
.generator_platform ul li {
    width: 47%;
    margin: 5px;
}



            

            .generate_main_platform ul li:hover {
                background: orange;
                color: #fff;
                cursor: pointer;
            }

                .generate_main_platform ul li:hover > i {
                    color: #fff;
                }

                

.vbucks-amount {
    font-style: normal;
}

.disabled-btn {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
}



.mob-act {
    margin-top: 50px;
}

.item-mob {
    margin-top: 50px;
}

.title_bar {
   font-size: 20px;
}





.usernameInput {
    font-family: 'BurbankBigCondensed-Black' !important;
    
}





@media screen and (max-width: 720px) {
.verif {
    background: #344b73;
    height: 50px;
    line-height: 55px;
     margin-bottom: 0px;
    width: 100%;
}


}





    .generate_main_platform ul .platform-active::before ~ .platform {
        background: orange !important;
    }



.username {
    text-align: center;
}


.username img {
    height: 55px;
}

.player-stats {
    margin-top: 20px;
    text-align: center;
}

    .player-stats li {
        display: inline-block;
        width: 23.333333%;
        font-family: 'BurbankBigCondensed-Black' !important;
        font-size: 32px !important;
        color: #FFF !important;
        padding: 5px;
        background-color: #4d4f64;
        border: 1px solid #728f9e;
    }

.player-stats li img {
    height: 50px;
}









}


@media screen and (max-width: 720px) {
    .activity ul {
        text-align: center;
    }

        .activity ul li {
            float: none;
            display: block;
            text-align: center;
        }

            .activity ul li:nth-child(1), .activity ul li:nth-child(2), .activity ul li:nth-child(3), .activity ul li:nth-child(4) {
                width: 100%;
            }
}


.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #1e1e1e;
    text-align: center;
    color: #494949;
    font-size: 18px;
    text-transform: uppercase;
}

    .se-pre-con img {
        margin-top: 20%;
        margin-bottom: 7px;
    }

/* Animations */
@-webkit-keyframes jelly {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0);
    }

    50% {
        -webkit-transform: matrix3d(1.0593,0,-.1,.00025,0,.9603,.1,-.0001,.1,-.1,.9801,0,0,-3,0,1);
        transform: matrix3d(1.0593,0,-.1,.00025,0,.9603,.1,-.0001,.1,-.1,.9801,0,0,-3,0,1);
    }

    to {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0);
    }
}

@keyframes jelly {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0);
    }

    50% {
        -webkit-transform: matrix3d(1.0593,0,-.1,.00025,0,.9603,.1,-.0001,.1,-.1,.9801,0,0,-3,0,1);
        transform: matrix3d(1.0593,0,-.1,.00025,0,.9603,.1,-.0001,.1,-.1,.9801,0,0,-3,0,1);
    }

    to {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0);
    }
}

.card_hidden {
    display: none;
}

.loader {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media(max-width:767px) {
    .hide-mob {
        
    }
}

@media(min-width:768px) {
    .hide-desktop {
        
    }

    .bgimg {
        height: 100vh !important;
        width: 100%;
    }

    body {
        padding: 0px !important;
        margin: 0px !important;
    }
}


/**/

footer {
    margin-top: 0px;
    text-align: center;
    padding: 5px 0;
    color: rgb(22, 22, 22);
    font-size: 0.8em;
    position: relative;
    z-index: 10;
    color: #fff;
}

    footer .copyright-notice {
        margin-top: 3px;
          font-size:12px;
          margin-bottom:10px
          
    }

        footer .copyright-notice span {
            display: block;
            margin-top: 3px;
            font-size:12px
        }

    footer a {
        color: #3b4549;
        font-size: 1.3em;
            font-family: 'BurbankBigCondensed-Black';
    }

        footer a:hover {
            color: #b83df2;
            outline:0 !important
        }

.f-n-l:after {
    display: inline-block;
    content: '|';
    margin: 0 3px;
    position: relative;
    color: rgba(0,0,0,0.2);
}

.f-n-l:last-child:after {
    display: none;
}

/*--------------------------------------------------------------
# Footer Popups
--------------------------------------------------------------*/
.footer-popup-wrapper {
    width: 500px;
    margin: 0 auto;
    position: relative;
}

.footer-popup-title-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: -10px;
}

.footer-popup-wrapper h1 {
    margin: 0 0 20px 0;
    background: #c9cad8;
    width: 300px;
    height: 80px;
    text-align: center;
    color: #8e90ad;
    font-size: 1.8;
    position: relative;
    z-index: 5;
    padding: 22px 10px;
    margin: 0 auto;
    top: -30px;
    font-family: 'BurbankBigCondensed-Black' !important;
}

.footer-popup-inner-wrapper {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -webkit-box-shadow: 0 0 2px 0 #868686;
    -moz-box-shadow: 0 0 2px 0 #868686;
    box-shadow: 0 0 2px 0 #868686;
    background-color: #dedede;
    text-align: center;
    border: 1px solid #333;
    background: #ccc;
    height: 450px;
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
    background: #1ac2fe;
    margin: 0 auto;
    padding: 50px 50px 30px 50px;
    overflow-y: scroll;
    position: relative;
}

.contact-form-wrapper {
    overflow-y: hidden;
}

.footer-popup-wrapper h2 {
    font-size: 1.6em;
    margin: 20px 0 5px 0;
    color: #fff;
}

.footer-popup-wrapper p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.9;
    text-align: justify;
    text-align-last: left;
    -moz-text-align-last: left;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #333 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #333 !important;
}

::-moz-placeholder { /* Firefox 18- */
    color: #333 !important;
}

.footer-popup-wrapper .input-style {
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    height: 45px;
    padding: 0 15px;
    border-radius: 0;
    border: none;
    color: #fff;
}

.footer-popup-wrapper .input-style:hover
{
    border:none !important
}

.footer-popup-wrapper textarea.input-style {
    height: auto;
    padding: 10px 15px;
}

.footer-popup-wrapper label {
    font-size: 0.9em;
    font-weight: 300;
    text-align: center;
    display: block;
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.3em;
    font-family: 'BurbankBigCondensed-Black' !important;
}

#msgSubmit {
    margin-top: 5px;
    font-size: 1em;
}

.footer-popup-wrapper .mfp-close {
    position: absolute;
    right: 9px;
    top: -10px;
    cursor: pointer;
    display: block;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    display: block;
    line-height: 1;
    /*font-family: 'BurbankBigCondensed-Bold';*/
    color: #fff;
    font-size: 2.4em;
}

.help-block.with-errors {
    font-size: 0.8em;
    color: red;
}

    .help-block.with-errors ul {
        margin: 0;
    }

.error-wrapper {
    text-align: center;
}

    .error-wrapper h3 {
        font-size: 2.2em;
        color: #fd0c5b;
    }

    .error-wrapper p {
        font-size: 1.3em;
    }

.fortnite-amount-img {
    display: table;
    margin: 0 auto;
}

@media screen and (max-width: 550px) {
    .footer-popup-wrapper {
        width: 90%;
        max-width: 90%;
    }

        .footer-popup-wrapper h1 {
            width: 100%;
        }
}

@media screen and (max-width: 450px) {
    .generator-container-header {
        width: 90%;
        left: 5%;
    }

    .generator-container {
        padding: 70px 15px 50px 15px;
    }

    .console-message {
        font-size: 1.4em;
    }
}

.fortnite-button {
    font-size: 1.8em;
    display: block;
    color: #333;
    width: 160px;
    height: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 55px;
    margin: 0 auto;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

    .fortnite-button span {
        position: relative;
        z-index: 2;
        color: #fff;
        display: block;
        text-align: center;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
        font-family: 'BurbankBigCondensed-Black' !important;
        font-size: 32px;

    }

    .fortnite-button:after {
        background: #b83df2;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: background-color .3s ease-in-out;
        -o-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out;
        -webkit-box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
        box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
        -webkit-animation: jelly 6s ease-in-out infinite;
        animation: jelly 6s ease-in-out infinite;
        -webkit-transform-origin: 50% 50% 20px;
        -ms-transform-origin: 50% 50% 20px;
        transform-origin: 50% 50% 20px;
        z-index: 1;
    }
