@font-face {
    font-family: 'NeuePlakCondensed';
    src: url('../fonts/Monotype-NeuePlakCondensedExtraBlack.ttf');
    font-weight: 900;
}

@font-face {
    font-family: 'NeuePlakCondensed';
    src: url('../fonts/Monotype-NeuePlakCondensedBlack.ttf');
    font-weight: 700;
}


@font-face {
    font-family: 'NeuePlakCondensed';
    src: url('../fonts/Monotype-NeuePlakTextRegular.ttf');
    font-weight: 400;
}

* {
    font-family: 'NeuePlakCondensed';
}

.bg-theme-dark-alt {
    background-color: #000000!important;
}

.header-navbar {
    height: 146px!important;
}

.logo_black {
    height: 120px!important;
    width: 120px!important;
}
 .logo-light {
    height: 100px!important;
    width: 100px!important;
}

.bg__img {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0 !important;
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slider__con {
    width: 300px;
    margin: 0 auto;
    position: relative;
}

.slider__con .tns-item img {
    border-radius: 8px;
}

.slider__con .tns-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.slider__con .tns-nav button {
    width: calc(100% / 6);
    height: 6px;
    outline: 0;
    border: 0;
    background: #fff;
    margin: 15px 3px;
}

.slider__con .tns-nav .tns-nav-active {
    background: #FFCA21!important;
}

.slider__con .tns-controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
    transform: translateY(-50%);
    padding: 0 10px;
}

.slider__con .tns-controls button {
    height: 35px;
    width: 35px;
    outline: 0;
    border: 0;
    border-radius: 50px;    
    background: #494949;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.slider__con .tns-controls button:hover {
    opacity: .5
}


.heading__one {
    font-family: 'NeuePlakCondensed';
    font-weight: 700;
}

.heading__three {   
    margin: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
}

p {
    font-family: 'NeuePlakCondensed';
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 16px;
    
}

.bg__primary {
    background-color: #FFCA21!important;    
}
.color__primary {
    color: #FFCA21!important;    
}

.btn__wallet {
    background: #FFCA21!important;
    border: 0!important;
    color: #002471!important;
    width: 200px;
    height: 60px;
    margin-left: 12px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
    outline: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding: 11px;
    cursor: pointer;
}

.btn__wallet:hover {   
    color: #002471!important;  
}

.btn-warning {
    border: 0!important;
    color: #002471!important;
    font-weight: 700;
}

.btn-warning:hover {
    color: #002471!important;
}

.blk__header {
    display: flex;
    flex-direction: row;
}

.blk__header span {
    margin: 0;
    font-family: 'NeuePlakCondensed';
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #FFCA21;
    margin-top: 24px;
    text-transform: uppercase;   
}

.blk__header p {
   
    font-weight: 900;
    line-height: 1.66;
    font-size: 34px;
    color: #fff;
    margin: 0;
}

.blk__header div {
    margin-right: 48px;
}
.banner__img__con {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    justify-content: flex-start;
}

.banner__img {
    border: 1px solid rgb(255, 254, 255);
    border-radius: 8px;
    min-height: 80px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 140px;
    margin: 0px 16px 16px 0px;    
    min-width: 140px;
}

.step__con {
    display: flex;
    flex-direction: row;
}

.step__con .step__desc {
    margin-left: 56px;
}
.step__num {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.step__num span {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #FFCA21;
}

.step__num p {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    font-size: 80px;
    font-weight: 900;
    line-height: 1;    
    color: #FFCA21;
}

.step__desc p {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFFEFF;
    font-size: 20px;
    margin-top: 16px;
}

/**Model Viewer*/
.mvw__con {
    padding: 24px;
    border: 1px solid #FFFEFF;
    border-radius: 8px;
}

.mvw__con .mvw__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.mvw__header__img {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0;
}

.mvw__header__desc {
    margin-left: 24px;
}

.mvw__header__desc h4{
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.footer__title {
    margin: 0;
    line-height: 1.5;
    font-size: 20px!important;
    font-weight: 900;
    color: #000!important;
}

.powered__by {
    margin: 0;
    color: #1976d2;
    padding-bottom: 6px;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-color: rgba(25, 118, 210, 0.4);
    color: white!important;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin-right: 20px;
}

.section-footer {
    overflow: hidden;
}


/**Index */
.blk__header_list li:before{
    content:''; 
    display:inline-block; 
    height:1em; 
    width:1em; 
    background-image:url('../images/check.svg'); 
    background-size:contain; 
    background-repeat:no-repeat; 
    padding-left: 2em; 
}

/*videos*/
.video__wrapper {
    padding: 8px;
    border-radius: 8px;
    background: #232323;
}

#bg-video {
    width: 100%;
}

@media (min-width: 900px){
    .width__lg__50 {
        width: 45%;
    }
}