*{
    margin: 0;
    padding: 0;
    font-family: Montserrat;
}
body{
    display: block;
    width: 100%; 
    min-height: 100vh;
    background-color: black;
    text-align: center;
}
#itemLogin{
        display: none;
    }
.hscrollmarquee {
    width: 100%;
    overflow: hidden;
    background-color: #05061a;
    white-space: nowrap;
    box-sizing: content-box;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
            border-image: linear-gradient(to right, rgb(0, 0, 0), rgb(40 114 147), rgb(24 74 99), rgb(0, 0, 0)) 1;
    border-image-slice: 1;
}
.marquee {
    width: 6000px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
}
.img-ativ {
    border: 1px none rgba(119, 123, 237, 1);
    background-color: rgba(33, 37, 112, 0.319);
    border-radius: 50px;
    max-height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
}
header{
    display: flex;
    width: 40%;
    color: white;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 2% 30%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.glass{
    width: 100%;
    background: #28729521;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(9.2px);
    border: 1px solid rgba(255, 255, 255, 0.171);
    padding: .5% 1%;
    border-radius: 7px;
    animation-name: menuEntrada;
    animation-duration: 2s;
}
@keyframes menuEntrada {
  from {width: 80%;}
  to {width: 100%;}
}
header div h1{
    background: -webkit-linear-gradient(58deg,rgba(119, 123, 237, 1) 12%, rgba(33, 37, 112, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*
#gridStyle{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1%;
}
.itemgrid{
    display: flex;
    padding: 5%;
    min-width: 28%;
    height: 100px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
#dois, #tres, #quatro, #cinco, #seis, #sete{
    background: #28729521;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(9.2px);
    border: 1px solid rgba(255, 255, 255, 0.171);
    padding: .5% 1%;
    border-radius: 7px;
}*/
header nav{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 8vh;
}
header nav ul{
    width: 90%;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
header nav ul li{
    width: 28%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
header nav ul li a{
    width: 100%;
    padding: 1%;
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: .7em;
}
header nav ul li a:hover{
    color: rgb(197, 197, 197);
}
header div{
    display: flex;
    width: 15%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
header div img{
    width: 100%;
    float: left;
}
.acesso{
    justify-content: space-around;
    background: #28729521;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(9.2px);
    border: 1px solid rgba(255, 255, 255, 0.171);
    padding: .5% 0.5%;
    border-radius: 100px;
    width: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.acesso a{
    text-decoration: none;
    color: white;
    padding: 5% 8%;
}
.acesso .openLogin{
    padding: 3% 7%;
    background: linear-gradient(58deg,#287395 12%, #17475f 100%);
    border-radius: 100px;
}
.bnt-base{
    padding: 1em 2em;
    color: white;
    border: solid 0px;
    border-radius: 5px;
    background: #777bed;
    text-decoration: none;
    background: linear-gradient(58deg,#287395 12%, #17475f 100%);
}
main{
    width: 100%;
    min-height: 100vh;
    display: block;
}
#bgtela{
    width: 100%;
    margin-top: 10%;
    margin-bottom: -15%;
}
.hero{
    display: flex;
    /*background-image: url('main_bg.gif');*/
    width: 80%;
    max-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-blend-mode: multiply;
    background-color: rgb(13, 13, 49);
    padding: 5% 10% 2% 10%;
    overflow: hidden;
    position: relative;
}
.hero video{
  position:absolute;
  top: 0;
  left: 0;
  width: 120%;
  opacity: .7;
  mix-blend-mode:multiply;
}
#contHero{
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 44%;
}
.award-list{
    z-index: 1;
}
.hero h1 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 3em;
    padding: 1% 10%;
}
.hero h1 span{
        color: #3a90b7 !important;
}
.subhed{
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 300;
}
.subhed b{
    font-weight: 800;
}
.hero h3{
    margin-top: 0%;
    margin-bottom: 2%;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
}
.headline{
    margin-top: 15%;
    margin-bottom: 0%;
}
.chama{
    font-size: 1.2em;
}
.subbnt{
    color: rgb(199, 199, 199);
    font-size: .8em;
}
#moedas{
    /*margin-top: 10%;*/
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1%;
    overflow: hidden;
}
#sliderMoedas{
    display: flex;
    gap: 1%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(9.2px);
    border: 1px solid rgba(255, 255, 255, 0.171);
    width: 30%;
    padding: 2% 3%;
}
.header {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.header img{
    width: 20%;
    border-radius: 500px;
}
.header div{
    width: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding-left: 4%;
    color: white;
}
.header div small{
    font-size: 9px;
}
.coin-name{
    font-weight: bold;
    font-size: 10px;
    display: block;
}
.price{
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.change{
    font-size: 14px;
    margin-bottom: 10px;
}
.chart{
    width: 100%;
    height: auto;
    display: block;
}
.up{
    color: #00ff88;
}
.down{
    color: #ff5555;
}
.award-list{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 5% 10% 12% 10%;
    gap: 2%;
    background-color: #05061a;
    overflow: hidden;
    position: relative;
}
.award-list video{
    mix-blend-mode: screen;
    position: absolute;
    top: -10%;
    width: 50%;
    filter: saturate(0%);
}
.content{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.content img{
    filter: invert(50%) sepia(60%) saturate(1500%) hue-rotate(160deg) brightness(90%) contrast(85%);
}
.award-title{
    color: white;
    position: relative;
    font-size: .8em;
    padding-block: 1px;
}
.award-description{
    color: #827e7d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .5em;
    line-height: 14px;
    letter-spacing: 1.5px;
}
.swiper-slide{
    max-width: 12%;
    min-width: 11%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.depois{
    transform: scale(-1,1);
}
#toggle{
    display: none;
}
#capital{
    width: 60%;
    padding: 5% 20%;
    background-color: #05061a;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
        box-sizing: content-box;
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
        border-image: linear-gradient(to right, rgb(0, 0, 0), rgb(40 114 147), rgb(24 74 99), rgb(0, 0, 0)) 1;
        border-image-slice: 1;
}
.main__capital {
    position: relative;
    background: linear-gradient(58deg,rgb(63, 30, 63) 12%, rgb(50, 24, 50) 100%);
    padding: 6%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
    border-radius: 7px;
    background-size: cover;
}
.main__capital-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
        text-align: left;
}
.main__capital-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 48px;
        text-align: left;
}
.main__capital-buttons {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 48px;
}
.main__capital-button {
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    border-radius: 4px;
    background-color: white;
    border: 0;
    box-shadow: 0 4px 10px 0 rgba(53, 184, 114, .25);
    cursor: pointer;
    text-decoration: none;
}
.main__capital-dot::after, .main__capital-dot::before {
    content: '';
    position: absolute;
    background: rgba(2, 111, 211, .2);
    left: -10px;
    opacity: 0;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}
.main__capital-money {
    position: absolute;
    bottom: 0;
    right: 0;
}
.main__capital-items {
    display: grid;
    grid-template-columns: minmax(185px, 212px) minmax(185px, 212px);
    grid-template-rows: minmax(185px, 212px) minmax(185px, 212px);
    gap: 24px;
    margin-left: auto;
}
.main__capital-item {
    padding: 24px;
    border-radius: 7px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.main__capital-demo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    text-align: left;
}
.main__capital-item__icon {
    padding: 12px;
    border-radius: 10px;
    background: linear-gradient(58deg,#287395 12%, #17475f 100%);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.main__capital-item__icon i{
    color: white;
}
#loginmob{
    display: none;
}
@media only screen and (max-width: 1600px) {
    .award-list video {
        top: -40%;
        width: 66%;
    }
    .swiper-slide{
        max-width: 22%;
        min-width: 21%;
    }
    header{
        display: flex;
        width: 70%;
        color: white;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 2% 15%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
    }
    #contHero {
        width: 100%;
    }
    #moedas {
        width: 100%;
    }
    #capital {
    width: 90%;
    padding: 5%;
    }
        .headline {
        margin-top: 37%;
        margin-bottom: 0%;
    }
    #bgtela {
    width: 73%;
    margin-top: 10%;
    margin-bottom: 12%;
}
}
@media only screen and (max-width: 1290px) {
    .award-list video {
        top: 26%;
        width: 79%;
    }
    .award-list{
        padding: 5% 10% 20% 10%;
    }
    .hero video{
        width: 150%;
    }
    .bnt-base {
        font-size: .9em;
    }
    header div {
        width: 25%;
    }
    header div h1 {
        font-size: 1.4em;
    }
    header nav {
        height: 5vh;
    }
    .acesso {
        width: 36%;
    }
    .headline {
        margin-top: 20%;
    }
    .hero h1 {
        font-size: 1.5em;
    }
    .subhed {
        font-size: .7em;
    }
    .hero h3 {
        font-size: .9em;
    }
    .subbnt {
        font-size: .5em;
    }
    .hero {
        min-height: 80vh;
    }
}
@media only screen and (max-width: 768px) {
    #itemLogin{
        display: none;
    }
    .hero video{
        width: 180%;
    }
    .bnt-base {
        font-size: .7em;
    }
    header div {
        width: 25%;
    }
    header div h1 {
        font-size: 1.4em;
    }
    header nav {
        width: 70%;
    }
    .acesso {
        width: 50%;
    }
    .headline {
        margin-top: 10%;
    }
    .hero h1 {
        font-size: 1.5em;
    }
    .subhed {
        font-size: .7em;
    }
    .hero h3 {
        font-size: .9em;
    }
    .subbnt {
        font-size: .5em;
    }
    .hero {
        width: 90%;
        padding: 5% 5%;
    }
    header nav ul li a {
        font-size: .6em;
    }
    .award-list{
        width: 100%;
        padding: 5% 0% 20% 0%;
    }
    .award-list video {
        top: 36%;
        width: 86%;
    }
    .main__capital-items {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 47%;
    }
    .main__capital-title {
        font-size: 28px;
        text-align: left;
    }
    .main__capital-subtitle{
        font-size: 16px;
        text-align: left;
        line-height: 23px;
    }
    .main__capital-item {
        font-size: 14px;
            width: 92%;
            padding: 4%;
    }
    .main__capital-buttons {
    flex-direction: column;
}
    
}
@media only screen and (max-width: 526px) {
    #itemLogin{
        display: flex;
    }
    #bgtela {
        width: 127%;
        margin-top: 11%;
        margin-bottom: -14%;
    }
    #loginnac{
        display: none;
    }
    #loginmob{
        display: flex;
        width: 94%;
        margin-top: 5%;
    }
    #loginmob a {
        width: 45%;
        font-size: .9em;
    }
    #capital{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .acesso .openLogin{
    padding: 7% 7%;}
    .award-list video {
        top: 1%;
        width: 100%;
    }
    .main__capital {
        gap: 24px;
        padding: 9%;
        grid-template-columns: 1fr;
    }
    .main__capital-title {
        font-size: 24px;
        text-align: left;
    }
    .main__capital-item {
        padding: 4%;
        font-size: 14px;
        line-height: 18px;
        gap: 12px;
        flex-flow: nowrap;
        justify-content: flex-start;
        text-align: left;
        width: 92%;
    }
    .main__capital-subtitle {
        font-size: 16px;
        margin-bottom: 24px;
        line-height: 26px;
        text-align: left;
    }
    .main__capital-buttons {
        flex-direction: column-reverse;
        align-items: baseline;
        gap: 12px;
        margin-bottom: 24px;
    }
    .main__capital-button {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .main__capital-demo {
        font-size: 12px;
    }
    .main__capital-demo svg{
        display: none;
    }
    .main__capital-items {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 0%;
    }
    .main__capital-item__icon{
        margin: 0;
    }
    #btc-chart, #eth-chart, #xrp-chart, #ltc-chart {
        height: 40px !important;
    }
    .header div small {
        font-size: 6px;
    }
    .hero h1 {
        font-size: 1.9em;
        width: 120%;
        color: white;
    }
    #headlineText{
        color: white;
        background: none;
        -webkit-text-fill-color: unset;
    }
    #headlineText span{
        color: #3a90b7 !important;
    }
    .subhed {
        font-size: .9em;
        font-weight: 300;
        margin-top: 5%;
        margin-bottom: 5%;
        width: 130%;
    }
    .hero {
        width: 70%;
        padding: 5% 15%;
        min-height: 50vh;
    }
    .hero video{
        width: auto;
        height: 200vh;
        z-index: 0;
    }
    #moedas{
        flex-wrap: wrap;
        gap: 11px;
        row-gap: 12px;
        margin-top: 1%;
        width: 100%;
    }
    .award-list {
        flex-wrap: wrap;
        padding: 5% 0% 30% 0%;
    }
    .swiper-slide {
        max-width: 42%;
        min-width: 41%;
    }
    header{
        width: 90%;
        padding: 5% 5%;
        z-index: 4;
    }
    header div img {
    width: 100%;
    }
    .glass{
        padding: 2%;
    }
    .headline {
        margin-top: 47%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .hero h3 {
        font-size: .9em;
            margin-top: 35%;
    }
    .bnt-base {
        font-size: .7em;
    }
    .acesso a{
        font-size: .6em;
    }
    #toggle{
        display: flex;
        font-size: 1.4em;
        width: 100%;
        text-align: left;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
    }
    #menu{
        display: none;
        position: absolute;
        top: 92%;
        z-index: 1;
        width: 50%;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #menu li{
        width: 100%;
    }
    #menu li a{
        width: 100%;
        background: #0b202be3;
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(100px);
        border: 1px solid rgba(255, 255, 255, 0.171);
        padding: 5% 1%;
        border-radius: 7px;
        margin-bottom: 3%;
    }
    header div h1 {
        font-size: 1.5em;
    }
    header nav{
        justify-content: flex-end;
        width: 50%;
    }
    header div {
        width: 50%;
    }
    .acesso {
        width: 50%;
        overflow: hidden;
    }
    .acesso a{
        width: 100%;
    }
    #close{
        display: none;
    }
    .card {
        width: 41%;
        height: 181px;
    }

}