@font-face {
    font-family: 'Enigma';
    src: url('../fonts/Enigma-Bold.otf') format('truetype');
    /* ou otf, se for o caso */
    font-weight: normal;
    /* opcional */
    font-style: normal;
    /* opcional */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Enigma', sans-serif;
    color: white;
    background: linear-gradient(to bottom right, #0d1117, #14191a);
}

p,
span,
a {
    font-family: 'Sora', serif;
}

header {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.text-gradient {
    font-size: 48px;
    /* Tamanho do texto, ajuste conforme necessário */
    font-weight: bold;
    background: linear-gradient(to right, #9945ff 42%, #519ed2 50%, #13fa97 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header nav a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

.home {
    padding: 5rem 2rem;
    background-image: url('../img/background.png');
    /* Placeholder image */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#benetis_holders{
    padding: 20px 240px 20px 240px;
    background-image: url('../img/Back-2.png');
    background-size: cover;
    background-position: center;
    width: 100%;
}

.home .logo {
    width: 700px;
}

.home h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    margin-top: 20px;
}

.home h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    margin: 0t;
}

.home span {
    color: #5bc0de;
    font-weight: bold;
}

.home p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 50px;
}

.buttons div {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 50px;
    border-radius: 100px 50px 100px 50px;
    width: 450px;
    justify-content: space-between;
}

.buttons div p {
    font-size: 2.0rem;
}

.button {
    padding: 0.8rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    color: #000;
}

.button-gradient {
    background: linear-gradient(to right, #9945ff 3%, #519ed2 50%, #13fa97 95%);
}

.cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 50px;
    width: 40%;
}

.cta button {
    padding: 1.5rem;
    width: 100%;
}

.cta a {
    width: 100%;
}

.footer {
    padding: 2rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.section {
    display: flex;
    flex-direction: column;
    padding: 50px;
    width: 80%;
    margin: auto;
}

.section-title {
    font-size: 1.9rem;
    margin-bottom: 20px;
    text-align: center;
}

.section-items {
    display: flex;
    flex-direction: column;
}

.section-items .section-item {
    margin-top: 20px;
}

.section-items .section-item h2, .section-items .section-item h4 {
    margin-bottom: 10px;
}

.tokenomics {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
}

.tokenomics h2 {
    font-size: 1.9rem;
}

#tokenomics, #about, #roadmap, #benetis_holders{
    margin-bottom: 100px;
}

.tokenomics .tokenomics_colors {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    width: 40%;
    gap: 1rem;
    flex-wrap: wrap;
}

.tokenomics .tokenomics_color {
    display: flex;
    gap: 0.5rem;
}

.tokenomics .tokenomics_color div {
    display: flex;
    width: 60px;
    height: 20px;
}

.tokenomics .tokenomics_color span {
    font-weight: bold;
}

.tokenomics .marketing {
    background: #13fa97 !important;
}

.tokenomics .team_color {
    background: #519ed2 !important;
}

.tokenomics .presale {
    background: #9945ff !important;
}

.tokenomics .cex {
    background: #2c2d30 !important;
}

.tokenomics .liquidity {
    background: #404144 !important;
}

canvas {
    max-width: 500px;
    margin: 0 auto;
}

#centerText {
    position: absolute;
    top: 42.3%;
    left: 49.8%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.image_benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    margin-top: 20px;
}

.image_benefits img {
    width: 25%;
}

.video_trailer {
    display: flex;
    flex-direction: column;
    padding: 50px;
    width: 80%;
    margin: auto;
}

.video_trailer video {
    border-radius: 20px;
}

.video_trailer>button {
    width: 34px;
    padding: 0;
    margin-top: 10px;
    position: relative;
    top: -55px;
    left: 10px;
}

.video_trailer>button img {
    width: 30px;
}

.roadmap {
    display: flex;
    justify-content: space-between;
}

.roadmap_item {
    border-top: 5px solid #9945ff;
    position: relative;
    padding: 30px 20px 20px 0px;
    margin-top: 50px;
    width: 100%;
}

.roadmap_item span {
    margin-top: -20px;
    font-weight: bold;
    font-size: 1.2rem;
}

.roadmap_item::before {
    content: '';
    width: 30px;
    height: 30px;
    background: linear-gradient(to right, #9945ff 30%, #519ed2 60%, #13fa97 95%);
    position: absolute;
    top: -17px;
    left: 10px;
    border-radius: 64px;
}

.team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.team .team_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team .team_item img {
    width: 200px;
}

.team .team_item span {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
}

.team .team_item p {
    margin-top: 10px;
}

.acc-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 150px;
}

.accordion {
    flex-direction: column;
    margin-top: 5px;
}

.accordion h1 {
    font-size: 2.3em;
    color: #be9432;
}

.accordion-item {
    background: linear-gradient(to right, #9945ff 30%, #519ed2 60%, #13fa97 95%);
    margin-top: 0.4em;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    padding-left: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
}

.accordion-item:focus {
    outline-style: none;
}

.accordion-item:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-right: 10px;
}

.open:after {
    content: '\2212';
}

.panel {
    padding: 0 18px;
    background-color: #2a2d2e;
    max-height: 0;
    color: #fff;
    text-align: left;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    font-size: 1rem;
    padding: 10px;
}

.panel a {
    color: #be9432;
}

.footer {
    background-color: #17181a;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 100px;
    padding: 0;
    padding-top: 30px;
}

.footer .footer_items {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
}

.footer .footer_item {
    display: flex;
    flex-direction: column;
}

.footer .footer_item a {
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
}

.footer .footer_content {
    width: 40%;
}

.footer .footer_content p {
    text-align: start;
    margin-top: 20px;
}

.footer .footer_copyright {
    background-color: #111010;
    width: 100%;
    padding: 20px;
}

.social_links {
    margin-top: 50px;
}

.partners {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 150px;
    flex-direction: column;
    margin-bottom: 50px;
}

.partners .partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.partners .partners1 {
    display: flex;
    margin-bottom: 50px;
    gap: 100px;
}

.partners .partners1 img {
    margin-top: 20px;
}

.partners .partners2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
}

.partners .partners2 .partner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    header {
        justify-content: flex-start;
    }

    header nav ul {
        flex-direction: column;
    }

    .home .logo {
        width: 100%;
    }

    .home h1 {
        font-size: 1.5rem;
    }

    .home h2{
        font-size: 1.1rem;
    }

    .buttons {
        flex-direction: column;
    }

    .buttons div {
        width: 100%;
        padding: 40px;
    }

    .buttons div p{
        font-size: 1.5rem;
    }

    .cta {
        flex-direction: column;
        width: 100%;
    }

    .section {
        width: 100%;
        padding: 20px;
    }

    .roadmap {
        flex-direction: column;
    }

    .partners .partners1 {
        flex-direction: column;
    }

    .partners .partners2 .partner {
        flex-direction: column;
    }

    .partners .partner {
        text-align: center;
    }

    .partners .partners2 .partner img {
        width: 100%;
    }

    .team {
        flex-direction: column;
    }

    .team .team_item {
        margin-top: 50px;
    }

    .footer .footer_items {
        flex-direction: column;
        align-items: center;
    }

    .footer .footer_content {
        width: 100%;
        margin-bottom: 50px;
    }

    .tokenomics img {
        width: 100%;
    }

    .video_trailer {
        width: 100%;
        padding: 10px;
    }

    .acc-section {
        padding: 0;
    }

    .image_benefits {
        flex-wrap: wrap;
        margin-top: 50px;
        gap: 2rem;
    }

    .image_benefits img {
        width: 70%;
    }

    #benetis_holders{
        padding: 20px;
    }
}



/* menu */




:root {
    --color-white: hsl(0, 0%, 100%);
    --color-light: hsl(206, 33%, 96%);
    --color-black: hsl(0, 0%, 7%);
    --color-night: hsl(214, 100%, 10%);
    --color-purple: hsl(291, 64%, 42%);
    --color-indigo: hsl(255, 100%, 60%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}


.navbar *,
.navbar *::before,
.navbar *::after {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


.navbar .container {
    max-width: 83rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 2rem;
}

.navbar .brand {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: inherit;
    border: none;
    outline: none;
    color: var(--color-indigo);
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}

.navbar {
    max-width: 80%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: var(--color-black);
    box-shadow: var(--shadow-large);
}

.navbar .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.navbar .burger {
    position: relative;
    display: none;
    cursor: pointer;
    width: 1.65rem;
    height: 1rem;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    background: none;
    transform: rotate(0deg);
    transition: 0.35s ease-in-out;
}

.navbar .burger-line {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 1rem;
    background: var(--color-white);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.navbar .burger-line:nth-child(1) {
    top: 0;
}

.navbar .burger-line:nth-child(2),
.navbar .burger-line:nth-child(3) {
    top: 0.5rem;
}

.navbar .burger-line:nth-child(4) {
    top: 1rem;
}

.navbar .burger.is-active .burger-line:nth-child(1),
.navbar .burger.is-active .burger-line:nth-child(4) {
    top: 1.25rem;
    width: 0%;
    left: 50%;
}

.navbar .burger.is-active .burger-line:nth-child(2) {
    transform: rotate(45deg);
}

.navbar .burger.is-active .burger-line:nth-child(3) {
    transform: rotate(-45deg);
}

.navbar .menu-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.navbar .menu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    border: none;
    color: var(--color-white);
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    transition: all 0.35s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .navbar {
        max-width: 100%;
        width: 100%;
    }

    .navbar .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .navbar .menu {
        width: 100%;
        max-height: 0rem;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: all 0.35s ease;
    }

    .navbar .menu.is-active {
        opacity: 1;
        visibility: visible;
    }

    .navbar .menu-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        padding: 3rem 0;
    }

    .buttons div{
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .buttons{
        width: 100%;
        flex-wrap: wrap;
    }

    .buttons div{
        width: 80%;
    }

    #team{
        align-items: center;
    }

    .navbar .menu-inner{
        flex-wrap: wrap;
    }

    .cta{
        width: 80%;
    }
    
    #benetis_holders{
        padding: 50px;
    }
}

.swiper {
    width: 100%;
    margin: auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
}