@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&amp;family=Space+Grotesk:wght@400;600&amp;display=swap');

body {
    background-image: url(../img/bg.jpg);
    overflow-x: hidden!important;

}

.w90 {
    width: 90%;
}

.logoo {
    width: 150px;
    position: absolute;
    top: 0;

}

p {
    color: #fff;
    opacity: .8;
    font-family: 'Space Grotesk';
}

.navigation-clean-search {
    background: #fff0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
}

.navigation-clean-search.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #000000a1;
    transform: skewX(345deg);
    margin-right: 3px;
}

.navigation-clean-search.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean-search.navbar-light .navbar-nav .nav-link:hover {
    color: #b406d2 !important;
    background-color: transparent;
}

.navigation-clean-search.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean-search.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background-color: #8774db;
}

.bbbtttnn {
    background-color: azure;
    color: #000;
    text-transform: uppercase;
    transform: skewX(345deg);
    font-size: 20px;
    font-weight: 700;

}

.nav-link:focus,
.nav-link:hover {
    color: #000000;
}


#banner {
    height: 100vh;
    display: flex;
    background-image: url(../img/bodyDegrade.png);
    background-repeat: no-repeat;
    padding: 100px 0;
}

.heading {
    background-clip: text;
    background-image: url(https://giphy.com/gifs/HkEDr0jVekaZO);
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    position: relative;
    background-position: 50% center;
}

.heading:before {
    background-color: #efece6;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    transition: opacity .6s;
    width: 100%;
}

.bgBull {
    background-image: url(../img/bgBull.png);
    background-repeat: no-repeat;
    text-align: center;


}

.bgGreen {
    position: absolute;
    top: 510px;
    right: 240px;
    transform: rotate(352deg);
    z-index: 10;

}

.bullM {
    margin-top: -70px;
}

.infos {
    border-radius: 20px;
    margin-bottom: 50px;
}

.margimNegativa {
    margin-top: -89px;
}

.fundoL:hover {
    box-shadow: #000000 0px 3px 0px;
    top: 5px;
    /* margin-top: 11px; */
    transition: 0.3s;
}

.h2 {
    font-family: 'Oswald', sans-serif;

}

.numero {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
    color: #fff;
}

.branco {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.fundoL {
    background: rgb(26 26 26);
    box-shadow: #000000 0px 11px 0px;
    border-radius: 20px 0 0 20px;
    padding: 30px;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: 0.3s;
    border-right: solid 2px #000000;
    top: 0;
    background-image: url(../img/bbb.png);
    background-size: cover;
}

.fundoL2:hover {
    box-shadow: #000000 0px 3px 0px;
    top: 5px;
    transition: 0.3s;
}

.comprarBtn {
    --primary-color: #645bff;
    --secondary-color: #fff;
    --hover-color: #111;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    box-sizing: border-box;
    border: 0;
    border-radius: 20px;
    color: var(--secondary-color);
    padding: 0.7em 1.8em;
    background: var(--primary-color);
    display: flex;
    transition: 0.2s background;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
}

.fundoL2 {
    background-color: #fff;
    box-shadow: #000000 0px 11px 0px;
    border-radius: 0;
    padding: 30px;
    top: 0;
    border-right: solid 2px #000000;
    transition: 0.3s;
    background: rgb(39 39 39);
    /* background: linear-gradient(41deg, rgb(37 37 37) 0%, rgb(49 49 49) 100%); */
    position: relative;
}

.fundoL3:hover {
    box-shadow: #0a0a0a 0px 3px 0px;
    top: 5px;
    transition: 0.3s;
}

.fundoL3 {
    top: 0;
    background-color: #292929;
    box-shadow: #000000 0px 11px 0px;
    position: relative;
    border-radius: 0 20px 20px 0;
    padding: 30px;
    transition: 0.3s;
}

.comprarBtn .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comprarBtn .arrow {
    margin-top: 1px;
    width: var(--arrow-width);
    background: var(--primary-color);
    height: var(--arrow-stroke);
    position: relative;
    transition: 0.2s;
}

.comprarBtn .arrow::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: solid var(--secondary-color);
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
    display: inline-block;
    top: -3px;
    right: 3px;
    transition: 0.2s;
    padding: 3px;
    transform: rotate(-45deg);
}

.bgVideo {
    background-image: url(../img/bgvideo4.html);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 720px;
    background-position: center top;
    margin-bottom: 80px;
    background-size: contain;
}

.game {
    background-image: url(../img/fundoVideo.png);
    background-position-y: 127px;
}

.border30 {
    border-radius: 20px;
    box-shadow: 1px 11px 17px 7px #000000a6;

}

.font58 {
    font-size: 78px;
    font-weight: 600;
}

.bullGirar {
    position: absolute;
    right: 220px;
    margin-top: -90px;
    animation: bola 20s linear infinite;
}

@keyframes bola {
    0% {
        transform: rotate(0);
    }

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

.item {

    border-radius: 250px;
    overflow: hidden;

}

.nft {
    padding: 120px 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFEB3B;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #2b2b2b;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

#Development {
    padding: 120px 0;
    margin-top: 120px;
    border-top: 2px dotted #333;
}

h3 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

h4 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.llo {
    background-image: url(../img/llo.png);
    height: 260px;
    width: 260px;
    background-size: cover;
    transform: rotate(19deg);
    position: absolute;
    margin-top: -180px;
}


#Development .titulos {
    font-family: 'Oswald', sans-serif;
    color: #15bedd;
    text-transform: uppercase;
    font-size: 29px;
    text-align: center;
}

ul.roadMap li {
    font-size: 22px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

ul.roadMap li img {
    width: 20px;
}

.pb120 {
    padding: 120px 0;
}

.foto img {
    border-radius: 210px;
    width: 350px;
    border: solid 10px #351c63;

}

.instagram a {
    color: #aee364 !important;
}

.nome {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
}

.text {
    color: #fff;
}

.divTeam {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.email {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
}

.dflex {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

.centralizar2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
}

.logoFooter {
    width: 134px;
    margin-bottom: 30px;
}

footer {
    padding: 120px 0;
    background-color: #00000047;

}
footer i{
    font-size: 36px;
    color: #fff;
    background: #9C27B0;
    padding: 15px;
    border-radius: 100px;

}
.pfooter {
    padding: 150px 0 0 40px;
}

footer .titulos {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

footer {
    color: #fff !important;
}

ul.roadMap {
    list-style: none;
    background-color: #2b2b2b73;
    padding: 30px;
    border-radius: 30px;
    margin-top: 30px;
    height: 370px;
}

@media (max-width:768px) {
    .logoo {
        width: 90px;
        position: absolute;
        top: 0;
    }
    .mm{
        margin-top: 110px;
    }
    .numero {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 0.8rem;
        color: #fff;
    }
    .font58 {
        font-size: 42px;
        font-weight: 600;
    }
    .bgGreen {
        position: absolute;
        top: 289px;
        right: 230px;
        transform: rotate(16deg);
        z-index: 10;
        width: 410px;
    }
    #banner {
        height: 70vh;
        display: flex;
        background-image: url(../img/bodyDegrade.png);
        background-repeat: no-repeat;
        padding: 100px 0;
    }
    .bgVideo {
        background-image: url(../img/bgvideo4.html);
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 190px;
        background-position: center top;
        margin-bottom: 80px;
        background-size: contain;
    }
    .nft {
        padding: 60px 0;
    }
    .llo {
        background-image: url(../img/llo.png);
        height: 260px;
        width: 260px;
        background-size: cover;
        transform: rotate(19deg);
        position: absolute;
        margin-top: -280px;
    }

    .fundoL {
        background: rgb(26 26 26);
        box-shadow: #000000 0px 11px 0px;
        border-radius: 20px 20px 0 0;
        padding: 30px;
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        transition: 0.3s;
        border-right: solid 2px #000000;
        top: 0;
        background-image: url(../img/bbb.png);
        background-size: cover;
    }
    .fundoL3 {
        top: 0;
        background-color: #292929;
        box-shadow: #000000 0px 11px 0px;
        position: relative;
        border-radius: 0 0 20px 0;
        padding: 30px;
        transition: 0.3s;
    }
    .pfooter {
        padding: 0px 0 0 0px;
    }
    #banner {
        height: 65vh;
        display: flex;
        background-image: url(../img/bodyDegrade.png);
        background-repeat: no-repeat;
        padding: 100px 0;
    }
    .navigation-clean-search .navbar-collapse, .navigation-clean-search .search-form {
        border-top-color: #ddd;
        margin-top: 50px;
    }
    .bgGreen {
        position: absolute;
        top: 289px;
        right: 230px;
        transform: rotate(16deg);
        z-index: 10;
        width: 410px;
    }
    .bgBull {
        background-image: url(../img/bgBull.png);
        background-repeat: no-repeat;
        text-align: center;
        background-size: contain;
        height: 220px;
    }

    .navigation-clean-search.navbar-light .navbar-nav .nav-link {
        color: #ffffff;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 800;
        background-color: #000000db;
        transform: skewX(345deg);
        margin-top: 3px;
    }
}