@charset "UTF-8";

@font-face {
    font-family: 'archery_black_roundedregular';
    src: url('../fonts/archery/archblr-webfont.woff2') format('woff2'), url('../fonts/archery/archblr-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    /*background: #21153b;*/
}

.navbar-dark .navbar-brand img {
    width: 140px;
}

.display-1 {
    font-family: 'archery_black_roundedregular';
    font-size: 3rem !important;
    text-transform: uppercase;
    font-weight: normal !important;
}

.hero-banner {
    padding-top: 5% !important;
}

.timeline__content p {
    color: #ffffff;
}

.main-banner {
    position: relative;
    z-index: 1;
    background: #21153b url(../img/bg2.jpg) top center no-repeat;
    background-size: cover;
    /* padding-top: 150px; */
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero-banner:before {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: 0.6;
}

.bg-dark {
    background-color: #21153b !important;
}

.text-shadow {
    text-shadow: 1px 1px 3px #372677;
}

.icon-list.bullet-soft-primary.bullet-bg .completed {
    text-decoration: line-through;
}

    .icon-list.bullet-soft-primary.bullet-bg .completed i {
        background-color: green !important;
        color: white !important;
    }

.intro {
    color: #fff !important;
    display: block;
    margin-bottom: 0;
}

    .intro:before,
    .intro:after {
        position: absolute;
        top: 51%;
        overflow: hidden;
        width: 10%;
        height: 1px;
        left: 35%;
        content: '\a0';
        background-color: rgba(255, 255, 255, 0.4);
    }

    .intro:after {
        left: auto;
        right: 35%;
        text-align: right;
    }

#team .col-md-2 img {
    filter: grayscale(1);
    mix-blend-mode: screen;
    transition: all 0.8s linear;
}

#team .col-md-2:hover img {
    filter: grayscale(0);
    mix-blend-mode: normal;
}

.sub-head {
    color: #28a2ed !important;
}

.hero-banner .sub-head {
    letter-spacing: 7px !important;
    margin-bottom: 3em;
}

.text-shadow {
    text-shadow: 1px 1px 3px #372677;
    margin-bottom: -20px;
}

video {
}

#roadmap {
    background: #21153b url(../img/bgs/bg-middle.jpg) top center no-repeat;
    background-size: cover;
    padding: 100px 0;
    background: #2913a7;
}

.stars-bg {
    padding: 100px 0;
    /* background: url(../img/gaming.jpg) top center no-repeat; */
    background-size: cover;
    position: relative;
    z-index: 1;
    background: linear-gradient(32.7deg, #2786EC 36.91%, #9927de 64.2%, #83C8FD 109.82%);
    background: #2913a7;
}

    .stars-bg:before {
        position: absolute;
        clip-path: polygon(0 0, 100% 26%, 100% 0);
        width: 100%;
        height: 200px;
        top: -1px;
        left: 0;
        background: #ffffff;
        content: '';
    }

    .stars-bg:after {
        position: absolute;
        width: 100%;
        height: 200px;
        bottom: -1px;
        left: 0;
        background: #ffffff;
        content: '';
        clip-path: polygon(0 69%, 0% 100%, 100% 100%);
    }

.box-constellation {
    background: #fff url(../img/bgs/bg-cons.png) top center no-repeat;
    border-radius: 5px;
    background-size: 100%;
}

    .box-constellation h4 {
        color: #25173B !important;
    }

#faq {
    /* background: #21153b url(../img/bgs/faq.jpg) bottom center no-repeat;
    background-size: 100%; */
}

footer {
    /*background: #170e2a;*/
    background: #21153b url(../img/footer-bg.jpg) bottom center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background: #2913a7;
}

    footer:after {
        content: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .5;
        z-index: -1;
    }

.navbar .navbar-brand {
    /* padding-top:.8rem; */
    /* padding-bottom:.8rem; */
}

.banner--stick.transparent,
.banner--stick:not(.navbar-dark) {
    /*background: linear-gradient(180deg, #170e2a 0%, #170e2ac2 100%);*/
    background: #21153b url(../img/header-bg.png) top center no-repeat;
    background-size: cover;
}

    .banner--stick.transparent.navbar-dark .nav-link,
    .banner--stick:not(.navbar-dark).navbar-dark .nav-link {
        color: #fff;
    }

.card-header button {
    color: rgba(255, 255, 255, 0.5) !important
}

.defi .col-lg-4 {
    margin: 15px 0;
}

.defi .card {
    background: rgb(37 7 92);
    text-align: center;
    border: 1px solid #d2ddff;
    border-radius: 0;
    border-radius: 10px;
}

    .defi .card .card-body {
        padding: 30px;
    }

    .defi .card:hover img {
        /* transform: scale(1.45); */
        /* top: -43px; */
    }

    .defi .card img {
        transition: all .3s ease-in-out;
        width: 90px;
        margin: auto;
        position: relative;
        top: 0;
    }

    .defi .card h4 {
        margin-top: 10px;
        color: #fff;
    }

    .defi .card p {
        margin-top: 5px;
        margin-bottom: 0;
        color: #fff;
        text-align: left;
    }

.nft-img {
    position: relative;
    text-align: center;
}

    .nft-img .nft-gif {
        position: relative;
        border-radius: 50%;
        width: 200px;
        height: 200px;
    }

    .nft-img .nft-avatar {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 20px;
        width: 150px;
        opacity: .8;
    }

.mission,
.vission {
    padding: 50px 0;
}

.right-left {
    /*background: url(../img/right-to-left.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* padding: 50px 0; */
}

.left-right {
    /*background: url(../img/left-to-right.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
}

.tokenomics {
    padding: 100px 0;
    background: linear-gradient(32.7deg, #2786EC 36.91%, #9927de 64.2%, #83C8FD 109.82%);
    background: #150570;
    position: relative;
}

@media (max-width: 1024px) {
    video {
        /* display: none; */
    }
}

@media (max-width: 991.98px) {
    .nft-img .nft-avatar {
        width: 200px;
    }

    .meta-heading {
        margin-top: 30px;
    }

    #eco {
        padding-top: 130px;
        z-index: 1;
    }

    .hero-banner {
        /* padding-top: 80% !important; */
    }

    .video-container {
        background: transparent url(../img/bgs/bg-sate.png) top center no-repeat;
        background-size: 100%
    }

    video {
        width: 100%;
        height: 100%;
    }

    body {
        background-size: 110%;
    }

    .navbar-dark .navbar-brand img {
        width: 100px;
    }

    .navbar .navbar-brand span {
        font-size: 14px !important;
    }

    .offcanvas-nav {
        background: rgba(37, 23, 59, 0.5) !important;
        backdrop-filter: blur(20px);
    }

    .offcanvas-header img {
        max-width: 50%;
        height: auto;
    }

    .navbar.navbar-dark {
        /* background: linear-gradient(180deg, rgb(19, 5, 29) 0%, rgba(0,0,0,0) 100%); */
    }

    .stars-bg {
        background-size: cover;
        background-position: top left;
    }

    button.hamburger span,
    button.hamburger:after,
    button.hamburger:before {
        background-color: #fff !important;
    }

    #roadmap {
        /* background-size: 150%; */
    }
}

.box-constellation-a h4 {
    color: #000000 !important;
}


/*

@media (min-width: 360px){
    .display-1 {font-size: 6em!important; letter-spacing: 2px!important; font-weight: normal!important;}
    body{background-size: 140%;}
    .hero-banner {padding-top: 60%!important;}
    .navbar-dark .navbar-brand img {width: 70%!important;}
}


.offcanvas-header img {
    max-width: 60%!important;
}

@media (min-width: 360px) {
    .display-1 {
        font-size: 5em!important;
        letter-spacing: 2px!important;
        font-weight: normal!important;
    }
    body {
        background-size: 130%;
    }
    .hero-banner {
        padding-top: 60%!important;
    }
    .navbar-dark .navbar-brand img {
        width: 70%!important;
    }
}

@media (min-width: 516px) {
    .offcanvas-header img {
        max-width: 50%;
        height: auto;
    }
    .hero-banner {
        padding-top: 60%!important;
        padding-bottom: 10%!Important
    }
    body {
        background-size: 130%;
    }
}

@media (min-width: 992px) {
    .hero-banner {
        padding-bottom: 45%!important;
        padding-top: 7%!important;
    }
    body {
        background-position: top -200px;
    }
    .navbar-dark .navbar-brand img {width: 70%!important;}
    
}

@media (min-width: 1440px) {
    .hero-banner {
        padding-bottom: 45%!important;
        padding-top: 7%!important;
    }
    body {
        background-position: top center;
    }
    .display-1 {
        font-size: 6rem!important;
    }
}

@media (min-width: 1920px) {
    .hero-banner {
        padding-bottom: 35%!important;
        padding-top: 7%!important;
    }
    body {
        background-size: 90%;
    }
    .display-1 {
        font-size: 6rem!important;
    }
}
*/


/* custom */

.roadmap {
    padding: 50px 0;
    /*background: url(../img/hm-pattern-2.png);*/
    background-size: contain;
    background-color: #2913a7;
}

    .roadmap .point {
        display: flex;
        flex-direction: column;
        padding: 20px 50px;
        position: relative;
    }

        .roadmap .point:first-child .point-index {
            top: auto;
            bottom: 0;
            transform: translate(-50%, 2px) !important;
        }

        .roadmap .point:last-child .point-index {
            top: 0;
            transform: translate(50%, -2px) !important;
        }

        .roadmap .point:not(:last-child) {
            border-bottom: 2px solid #c9a00e;
        }

        .roadmap .point:nth-child(odd) {
            align-items: flex-start;
        }

            .roadmap .point:nth-child(odd):not(:first-child) {
                border-left: 2px solid #c9a00e;
            }

            .roadmap .point:nth-child(odd) .point-index {
                left: 0;
                transform: translate(-50%, -50%);
            }

        .roadmap .point:nth-child(even) {
            align-items: flex-end;
        }

            .roadmap .point:nth-child(even):not(:last-child) {
                border-right: 2px solid #c9a00e;
            }

            .roadmap .point:nth-child(even) .point-index {
                right: 0;
                transform: translate(50%, -50%);
            }

        .roadmap .point .point-index {
            position: absolute;
            top: 50%;
            width: 60px;
            height: 60px;
            background: #151317;
            border: 2px solid #c9a00e;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            font-weight: bold;
            color: #fff;
        }

        .roadmap .point .point-label {
            flex: 1 0 100%;
            width: 100%;
            margin-bottom: 5px;
            font-size: 25px;
        }

@media (min-width: 641px) {
    .roadmap .point .point-label {
        flex: 1 0 50%;
        width: 50%;
    }
}

.roadmap .point .point-text {
    flex: 1 0 100%;
    width: 100%;
    color: #000;
}

@media (min-width: 641px) {
    .roadmap .point .point-text {
        flex: 1 0 50%;
        width: 50%;
    }
}

.tokenomics:after {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: -1px;
    left: 0;
    background: #ffffff;
    content: '';
    clip-path: polygon(0 69%, 0% 100%, 100% 100%);
}

.gaming h3,
.gaming p {
    color: #fff;
}

.guy-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
}

.vission h3,
.vission p {
    color: #fff;
}


/*.raoadmap1 {
    background: #166e0f !important; 
    color: #fff;
}
.raoadmap2 {
    background: #005f9c !important;
    color: #fff;
}
.raoadmap3 {
    background: #620097 !important;
    color: #fff;
}
.raoadmap4 {
    background: #c1491e !important;
    color: #fff;
}
.raoadmap5 {
    background: #0290b1 !important;
    color: #fff;
}
.raoadmap6 {
    background: #a39600 !important;
    color: #fff;
}
*/

.tokenomics h3,
.tokenomics p,
.tokenomics ul li {
    color: #fff;
}

.email {
    background: url(../img/bottom-bg2.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

    .email:after {
        position: absolute;
        width: 100%;
        height: 200px;
        bottom: 0;
        left: 0;
        background: #ffffff;
        /* content: ''; */
        /* clip-path: polygon(100% 100%, 0 100%, 0 61%); */
    }


/*.roadmap {
    background: url(../img/banner-bg3.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
    .roadmap:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .15;
        z-index: -1;
    }*/

.roadmap h3 {
    color: #fff;
}

.about {
    padding: 50px 0;
    /* background: url(../img/banner-bg.jpg) no-repeat; */
    background-size: cover;
    position: relative;
    z-index: 1;
}

.vission {
    position: relative;
    z-index: 1;
    background: url(../img/oFfc6xh.jpg);
    background-size: cover;
    background: linear-gradient(32.7deg, #2786EC 36.91%, #9927de 64.2%, #83C8FD 109.82%);
    padding: 50px 0 100px;
    background: #2913a7;
}

    .vission:before {
        position: absolute;
        /* clip-path: polygon(0 0, 100% 26%, 100% 0); */
        width: 100%;
        height: 200px;
        top: -1px;
        left: 0;
        /* background: #ffffff; */
        content: '';
        z-index: -1;
    }

.cy_achieve_wrapper {
    /* background: url(../img/sports-bg.jpg) center no-repeat; */
    /* background-size: cover; */
    /* position: relative; */
}

.cy_achieve_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .cy_achieve_overlay:before {
        /* position: absolute; */
        /* width: 50.56%; */
        /* left: -4%; */
        /* top: 0; */
        /* height: 100%; */
        /* background: linear-gradient(32.7deg, #2786EC 36.91%, #9927de 64.2%, #83C8FD 109.82%); */
        /* transform: skew(-14deg); */
        /* -webkit-transform: skew(-14deg); */
        -moz-transform: skew(-14deg);
        -o-transform: skew(-14deg);
        -ms-transform: skew(-14deg);
    }

    .cy_achieve_overlay:after {
        /* position: absolute; */
        /* width: 57.56%; */
        /* right: -4%; */
        /* top: 0; */
        /* height: 100%; */
        /* background-color: #002045c7; */
        /* content: ""; */
        transform: skew(-14deg);
        -webkit-transform: skew(-14deg);
        -moz-transform: skew(-14deg);
        -o-transform: skew(-14deg);
        -ms-transform: skew(-14deg);
    }

.cy_achieve_img {
    position: relative;
    z-index: 1;
}

.cy_counter_wrapper {
    float: left;
    padding: 70px 15px;
    position: relative;
    z-index: 1;
}

.cy_heading,
.cy_counter_num {
    color: #fff;
}

.mobi-copy-btn {
    display: none;
    margin-left: auto !important;
    padding: 6px 10px !important;
    font-size: 13px;
}

@media (max-width:767.98px) {
    .mobi-copy-btn {
        display: block;
    }

    .btn-copy {
        display: none;
    }

    #copyButton {
        display: none;
    }

    .smart-text {
        font-size: 14px;
    }

    .token-ul-two {
        padding-left: 0 !important;
    }

        .token-ul-two li {
            width: 100% !important;
            height: auto;
        }

    .cy_achieve_wrapper .container:after {
        display: none;
    }

    .cy_achieve_wrapper .container:before {
        transform: initial !important;
        width: 100% !important;
        left: 0 !important;
    }

    .cy_counter_wrapper {
        padding: 20px 15px;
    }

    .main-heading {
        font-size: 2rem !important;
        text-align: center;
    }

    .nft-img .nft-gif {
        width: 300px;
        height: 300px;
    }

    .cy_achieve_overlay:after {
        display: none;
    }

    .cy_achieve_overlay:before {
        width: 100%;
        left: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none
    }

    .re-row {
        flex-direction: column-reverse;
    }
}

.ott-platform {
    padding: 100px 0;
}

.img-ani {
    /* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.img-ani-two {
    /* animation: side 2s ease-in-out infinite alternate-reverse both; */
    width: 440px;
}

@-webkit-keyframes side {
    0% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(-10px);
    }
}

@keyframes side {
    0% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(-10px);
    }
}

#nft {
    /* background: #000; */
    padding: 100px 0;
}

.cus-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #21153b url(../img/header-bg.png) top center no-repeat;
    background: transparent;
    background-size: cover;
    padding: 5px 0;
}

    .cus-nav.sticky {
        background: #2913a7;
    }
/*
.banner-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
*/
.footer-link a {
    color: #fff;
}

.timeline__content h4 {
    color: #ffffff;
    font-size: 24px;
}

.stars-bg .row {
    /* background: url(../img/oFfc6xh.jpg); */
    /* border-radius: 100px; */
    /* background-size: cover; */
    /* background: linear-gradient(32.7deg, #2786EC 36.91%, #9927de 64.2%, #83C8FD 109.82%); */
}

ul.token__info-list {
    padding-left: 0;
    list-style: none;
}

    ul.token__info-list li {
        margin: 15px 0;
    }

.tpl {
    padding: 5px 15px;
    background: #101010;
    border-radius: 9px;
    color: #deaa00;
    font-size: 20px;
    font-weight: bold;
}

    .tpl h5 {
        font-size: 15px;
        margin-bottom: 4px;
        color: #fff;
        font-size: 17px;
    }

section.wrapper.custom-bg-dark.tokenomics:before {
    position: absolute;
    clip-path: polygon(0 0, 100% 26%, 100% 0);
    width: 100%;
    height: 200px;
    top: -1px;
    left: 0;
    background: #ffffff;
    content: '';
}

.vission:after {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: -1px;
    left: 0;
    background: #ffffff;
    content: '';
    clip-path: polygon(0 69%, 0% 100%, 100% 100%);
}

section#roadmap:before {
    position: absolute;
    clip-path: polygon(0 0, 100% 26%, 100% 0);
    width: 100%;
    height: 200px;
    top: -1px;
    left: 0;
    background: #ffffff;
    content: '';
}

footer:before {
    position: absolute;
    clip-path: polygon(0 0, 100% 26%, 100% 0);
    width: 100%;
    height: 200px;
    top: -1px;
    left: 0;
    background: #fff;
    content: '';
}

.main-banner {
    z-index: 1;
    position: relative;
}

    .main-banner .curve-buttom {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 90px;
        z-index: 9;
    }

        .main-banner .curve-buttom svg {
            width: 100%;
            height: 90px;
        }

    .main-banner:after {
        position: absolute;
        width: 100%;
        height: 200px;
        bottom: -1px;
        left: 0;
        background: #ffffff;
        content: none;
        clip-path: polygon(0 69%, 0% 100%, 100% 100%);
        z-index: 0;
    }

    .main-banner:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(45deg, #6a76ff, #2631af);
        /* background: #0000008c; */
        z-index: -1;
        opacity: 1;
    }

.cy_achieve_wrapper .container:after {
}

.cy_achieve_wrapper .container:after {
    position: absolute;
    width: 67.56%;
    right: -14%;
    top: 0;
    height: 100%;
    background-color: #562382;
    content: "";
    transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
}

.cy_achieve_wrapper .container:before {
    position: absolute;
    width: 55.56%;
    left: -5%;
    top: 0;
    height: 100%;
    background: linear-gradient(32.7deg, #2786EC 36.91%, #9927de 64.2%, #83C8FD 109.82%);
    content: "";
    transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
    background: #2913a7;
}

.cy_achieve_wrapper .container {
    position: relative;
    overflow: hidden;
    /*background: url(../img/sports-bg.jpg) center no-repeat;*/
    background-size: cover;
    position: relative;
    border-radius: 30px;
    padding: 0 30px;
}

nav.sticky {
    /* background: #2913a7; */
}

    nav.sticky .navbar-brand img {
        width: 90px;
    }

.headhesive--unstick {
    display: none !important;
}

.meta-radiou {
    border-radius: 30px;
}

.btn {
    color: #fff;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
    border: 0;
    background: linear-gradient(45deg, #250ea5, #6d56f1);
}

    .btn .fa {
        position: relative;
        /* right: 15px; */
        /* top: 50%; */
        /* transform: translateY(-50%); */
    }

span.crl-aft {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

    span.crl-aft:after {
        content: '';
    }

    span.crl-aft:before {
        content: '';
        width: 20px;
        height: 80px;
        background: #ed9714;
        position: absolute;
        top: -25px;
        left: 0;
        border-radius: 100px;
        /* mix-blend-mode: multiply; */
    }

    span.crl-aft:after {
        content: none;
        width: 20px;
        height: 20px;
        background: #2b2c3e;
        position: absolute;
        bottom: -25px;
        left: 0;
        border-radius: 100px;
        /* mix-blend-mode: multiply; */
    }

.btn .fa:after {
    content: '';
    position: absolute;
    border-left: 2px dashed #2f115d;
    left: -20px;
    height: 34px;
    width: 2px;
    top: -7px;
}

.tokenomics .btn {
    background: #fff;
    color: #000;
}

    .tokenomics .btn span:before,
    .tokenomics .btn span:after {
        background: #823dff;
    }

section#metaverse span.crl-aft:before,
section#metaverse span.crl-aft:after {
    background: #FFF !important;
}

.bnb-btn {
    padding: 10px;
    margin-top: 10px;
}

    .bnb-btn img {
        width: 35px;
    }

.token-table table {
    background: #190047;
}

    .token-table table td {
        color: #fff;
        border: 1px solid #fff;
    }

.emall-box {
    background: #fefefe;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
}

    .emall-box h5,
    .emall-box p,
    .emall-box ul li {
        color: #343f52;
    }

    .emall-box ul {
        margin-bottom: 57px;
        padding-left: 20px;
    }

.mall-img {
    border: 1px solid #a3a3a3;
    border-radius: 10px;
}

.section-team {
    /*font-family: "Poppins", sans-serif;*/
    padding: 100px 0;
    background: #150570;
}

    .section-team:before {
        position: absolute;
        clip-path: polygon(0 0, 100% 26%, 100% 0);
        width: 100%;
        height: 200px;
        top: -1px;
        left: 0;
        background: #ffffff;
        content: '';
    }

    .section-team .header-section {
        margin-bottom: 50px;
    }

        .section-team .header-section .small-title {
            margin-bottom: 25px;
            font-size: 16px;
            font-weight: 500;
            color: #3e64ff;
        }

        .section-team .header-section .title {
            font-weight: 700;
            font-size: 45px;
        }

    .section-team .single-person {
        margin-top: 30px;
        padding: 20px;
        background-color: #1e273a;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .section-team .single-person:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, #860ddb, #2b8aee);
            z-index: -1;
            opacity: 0;
            transition: all .3s ease-in-out;
        }

        .section-team .single-person:hover:after {
            opacity: 1;
        }

        .section-team .single-person .person-image {
            position: relative;
            margin-bottom: 50px;
            border-radius: 50%;
            border: 4px dashed transparent;
            transition: padding .3s;
        }

        .section-team .single-person:hover .person-image {
            padding: 12px;
            border: 4px dashed #fff;
        }

        .section-team .single-person .person-image img {
            width: 100%;
            border-radius: 50%;
        }

        .section-team .single-person .person-image .icon {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 50%);
            display: inline-block;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background: linear-gradient(to right, #016cec, #00b5f7);
            color: #fff;
            border-radius: 50%;
            font-size: 24px;
        }

        .section-team .single-person:hover .person-image .icon {
            background: none;
            background-color: #fff;
            color: #016cec;
        }

        .section-team .single-person .person-info .full-name {
            margin-bottom: 10px;
            font-size: 20px;
            font-weight: 700;
        }

        .section-team .single-person .person-info .speciality {
            text-transform: uppercase;
            font-size: 14px;
            color: #016cec;
        }

        .section-team .single-person:hover .full-name,
        .section-team .single-person:hover .speciality {
            color: #fff;
        }

.overlay-bottom-none:after {
    content: none;
}

.font-bold {
    font-weight: bold;
}

.navbar .navbar-brand span {
    letter-spacing: 3px;
    font-size: 20px;
    margin-left: 5px;
}

.color1 {
    background: #50b432;
}

.color2 {
    background: #ed561b;
}

.color3 {
    background: #dddf00;
}

.color4 {
    background: #24cbe5;
}

.color5 {
    background: #64e572;
}

.color6 {
    background: #ff9655;
}

.color7 {
    background: #f00658;
}

.color8 {
    background: #6af9c4;
}

.color9 {
    background: #2f7ed8;
}

.token-ul {
    padding-left: 30px;
    margin-top: 10px;
}

    .token-ul li {
        position: relative;
        line-height: normal;
        margin-bottom: 12px;
        font-size: 17px;
    }

.token-bar {
    position: absolute;
    top: 4px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    left: -30px;
}

.burning {
    background: #664e00;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 31px -12px rgb(255 195 0);
    background: url(../img/burn-banner.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .burning:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0.6;
        z-index: -1;
    }

.token-ul-two li {
    display: inline-block;
    padding-left: 30px;
    width: 50%;
    float: left;
    height: 50px;
}

.token-ul-two .token-bar {
    left: 5px;
}

#chartdiv {
    width: 100%;
    height: 100%;
}