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

html {
    scroll-behavior: smooth;
}

body {
    background-color: #FFFEF3;
    font-family: IBM Plex Mono;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.94px;
    color: #4A5E41;

    background-image: url(../vectors/dollars-background.svg);
    background-size: contain;
}

.disconnect {
    background: none;
    display:none;
}

.disconnect>span {
    color:#085845;
}

.disconnect:hover>span {
    color:#FF0000;
}

.everything-to-claim{
    color:#00A310;
    display: none;
}

.nothing-to-claim{
    color: #980037;
    display:none;
}

a {
    text-decoration: none;
}

h2 {
    font-family: Ballers Delight;
    font-size: 100px;
    font-weight: 400;
    line-height: 120px;
    letter-spacing: 1.25px;
    text-align: center;
    color: black;
}

h3{
    font-family: Ballers Delight;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 1px;
    color:#1C4A29;
    background-color: #CFFFD1;
}

h4 {
    font-family: Ballers Delight;
    font-size: 75px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0.94px;
    text-align: center;
    color: #1C4A29;
}

h5 {
    font-family: Ballers Delight;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.94px;
    text-align: left;
    color: #243714
}

h6{
    font-family: Ballers Delight;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.6977120637893677px;
    text-align: center;
    color: #243714;
}

nav {
    background-color: #0C241E;
    border-bottom: 4px solid #69044D;
    height: 115px;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}

nav .hamburger {
    display: none;
}

nav .header-logo>img {
    margin-top: 65px;
    margin-left: 55px;
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 65px;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items:center;
    margin-top: 120px;
    margin-bottom: 50px;
}
.footer h2{
    font-size: 70px;
    line-height: 84px;
    letter-spacing: 0.71px;
}

.footer h3{
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.71px;
}

.footer p{
    margin-top: 140px;
    margin-bottom: 37px;
    max-width: 90vw;
    text-align: center;
    font-weight: 700;
}

li.nav-item {
    list-style-type: none;
    margin-left: 87px;
}

li.nav-item.active a{
    color: #00AC6E;
}

li.nav-item a {
    font-family: Ballers Delight;
    color: #82A99D;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.11px;
}

#home {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 120px;
    text-align: center;
}

#home>div {
    width: 545px;
}

#home p>a{
    color: #4a5e41;
    text-decoration: underline 2px;
    text-underline-offset: 3px;
}

#home>div>div:first-of-type {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.93px;
    text-align: center;
}
#home>div>div:first-of-type>div {
    display: flex;
    align-items: center;
    gap: 10px;
}
#home>div>div:first-of-type>div a{
    color: #3C0088;
}

#home h3{
    width: fit-content;
    margin: 0 auto 20px auto;
}

#home h1 {
    font-family: Ballers Delight;
    font-size: 100px;
    font-weight: 400;
    line-height: 120px;
    letter-spacing: 1.1px;
    color: black;
}

#home p {
    text-align: center;
    margin: 10px 0 30px 0;
}

.social-logo {
    margin-right: 5px;
}

.social-logo.dexscreener img{
    background-color: black;
    border-radius: 50%;
    padding-top: 2px;
    padding-bottom: 1px;
}

#airdrop{
    background-color: #F6F6EA;
    border: 1px solid #E0E0E0;
    border-radius: 50px;
    max-width: 815px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 50px;
    margin: 75px auto 0 auto;
    text-align: center;
    scroll-margin-top: 120px;
}
#airdrop>span{
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.11px;
    color: black;
    background-color: #CFFFD1;
}
#airdrop>p {
    padding: 0 70px;
}
#airdrop>div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: -30px;
}

#airdrop h2{
    background-image: url('../vectors/claim-title-background.svg');
    background-repeat: no-repeat;
    background-position: left;
    padding: 10px 0 10px 30px;
}

button{
    background-color: #085845;
    border: none;
    border-radius: 16px;
    padding: 12px 16px;
    margin: 30px 0;
    cursor: pointer;
}

button.disabled{
    opacity: 60%;
    cursor: default;
}

button>span{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1.11px;
    color:#B1EB9D;
    font-family: IBM Plex Mono;
}

h2#about {
    margin-top: 80px;
    background-image: url('../vectors/section2-title-background.svg');
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 25px;
    padding-bottom: 10px;
    scroll-margin-top: 120px;
}

.about {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 75px;
    margin-top: 105px;
    text-align: center;
}

.about h3{
    margin-bottom: 15px;
    transform: rotate(-1.5deg);
}

.about p {
    text-align: center;
    width: 435px;
}

h2#team {
    margin-top: 185px;
    background-image: url('../vectors/section3-title-background.svg');
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 35px;
    padding-bottom: 35px;
    scroll-margin-top: 120px;
}

.team {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 63px;
    margin-top: 110px;
    text-align: center;
}

.team>div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 63px;
}

.team h3 {
    width: fit-content;
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
}

#how-to-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin-top: 170px;
    text-align: center;
    padding-left: 75px;
    scroll-margin-top: 120px;
}

#how-to-buy h2{
    background-image: url(../vectors/section4-title-background.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 40px;
    padding-bottom: 35px;
    padding-right: 75px;
}

.how-to-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
    flex-direction: column;
    margin-top: 50px;
}

.how-to-buy .bubble-header {
    width: 748px;
    background-color: #F4F9EB;
    border-radius: 50px;
    border: 2px solid #D0E7D0;
    display: flex;
    padding: 15px 0px 15px 50px;
    align-items: center;
    white-space:nowrap;
}

.how-to-buy .bubble-header br{
    display: none;
}

.how-to-buy .bubble-header br.visible{
    display: block;
}

.how-to-buy .bubble.open .bubble-header {
    border-radius: 50px 50px 0 0;
    border-bottom: 0;
}

.how-to-buy .bubble-content {
    width: 748px;
    background-color: #F4F9EB;
    border-radius: 0 0 50px 50px;
    border: 2px solid #D0E7D0;
    border-top: 0;
    padding: 20px 40px 30px 40px;
    text-align: left;
    display: none;
}

.how-to-buy .bubble.open .bubble-content {
    display: block;
}

.how-to-buy .bubble-number {
    background-image: url(../vectors/bubble-number-background.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px 25px;
    margin-right: 10px;
}

.arrow{
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 50px;
}

.arrow>div {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.arrow .down {
    border-bottom: 6px solid #1C4A29;
}

.arrow .up {
    border-top: 6px solid #1C4A29;
}

.divider-text {
    background-color: #CFFFD1;
    width: 100%;
    display: flex;
    font-family: Ballers Delight;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
    align-content: center;
    justify-content: space-evenly;
    color: #1C4A29;
    white-space:nowrap;
    overflow: hidden;
    margin-top: 160px;
}

.divider-text .dot{
    font-size: 100px;
}

#tokenomics {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 205px;
    text-align: center;
    scroll-margin-top: 120px;
}

#tokenomics h2{
    background-image: url(../vectors/section5-title-background.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 10px 40px 10px;
}

.tokenomics {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-top: 100px;
}

.tokenomics a{
    color: #4a5e41;
}

.tokenomics>div{
    width: 620px;
}

.tokenomics>div>div{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    margin: 10px 0;
    text-decoration: underline 2px;
    text-underline-offset: 3px;
}

.tokenomics>div>div>a{
    color: #4a5e41;
}

.tokenomics li{
    text-align: left;
    margin-left: 10px;
}

.tokenomics h3{
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.93px;
    text-align: left;
    width: fit-content;
    margin: 40px 0 30px 0;
}

.tokenomics p{
    text-align: left;
}

#roadmap img{
    display: block;
    margin-left: auto;
    margin-right: 62px;
    margin-bottom: -85px;
    margin-top: 40px;
}

#roadmap h2{
    background-image: url(../vectors/section6-title-background.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 60px 45px 60px;
    scroll-margin-top: 120px;
}

.roadmap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 100px;
}

.roadmap>div {
    width: 420px;
    background-color: #F4F9EB;
    border: 2px solid #D0E7D0;
    padding: 30px 50px;
    border-radius: 50px;
    min-height: 535px;
}

.roadmap .bubble-number {
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px 25px;
    width: fit-content;
    margin-bottom: 20px;
}

.roadmap p{
    text-align: left;
}

.roadmap h4{
    font-size: 100px;
    line-height: 70px;
}
.roadmap h6{
    font-size: 16px;
    line-height: 19px;
}

.roadmap .bubble-number.number1{
    background-image: url(../vectors/roadmap-bubble-number1.svg);
}
.roadmap .bubble-number.number2{
    background-image: url(../vectors/roadmap-bubble-number2.svg);
}
.roadmap .bubble-number.number3{
    background-image: url(../vectors/roadmap-bubble-number3.svg);
}

.grid {
    display: flex;
    gap: 16px;
}

a.buy-button{
    margin: auto;
}

#buy-button, #buy-button-camelot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 16px;
    background-color: #FFE0F1;
    border-radius: 64px;
    width: fit-content;
    justify-self: center;
    margin-top: 25px;
    cursor: pointer;
}

#buy-button-camelot {
    background-color: #FFE5B7;
}

#buy-button>span, #buy-button-camelot>span {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1.25px;
    color: black;
}

.overlay {
    display: none;
}

@media only screen and (max-width: 1450px) {
    li.nav-item {
        margin-left: 50px;
    }
    .divider-text {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1305px) {
    li.nav-item {
        margin-left: 30px;
    }
    .divider-text {
        font-size: 30px;
    }
    .roadmap p {
        font-size: 17px;
    }
    .roadmap {
        gap: 15px;
    }
    .roadmap>div {
        padding: 30px 20px;
    }
    .tokenomics>div {
        margin-left: 20px;
    }
    .team>div {
        gap: 30px;
    }
    .team {
        gap: 30px;
    }
}

/* MOBILE */
@media only screen and (max-width: 1005px) {
    #home>div>div:first-of-type {
        flex-direction: column;
        margin-bottom: 10px;
}
    .footer p {
        margin-top: 40px;
    }
    .grid{
        flex-direction: column;
    }
    #airdrop {
        padding: 25px 20px;
        margin: 75px 10px 0 10px;
        scroll-margin-top: 90px;
    }
    #airdrop>span{
    }
    #airdrop>p {
        padding: 0;
    }
    #airdrop>div{
        flex-direction: column;
        gap: 10px;
    }
    #airdrop>div button{
        margin: 10px;
    }
    #airdrop h2{
        background-size: contain;
    }
    .desktop-navigation {
        display: none;
    }
    .overlay.active {
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #0C241E;
        z-index: 999;

    }
    nav .hamburger {
        display: block;
        margin-right: 30px;
        margin-top: 25px;
        z-index: 1000;
        transition: 0.4s;
    }

    nav .hamburger.cross>div:first-child{
        transform: translate(0, 6px) rotate(-45deg);
    }
    nav .hamburger.cross>div:nth-child(2){
        opacity: 0;
    }
    nav .hamburger.cross>div:nth-child(3){
        transform: translate(0, -8px) rotate(45deg);
    }

    .mobile-navigation{
        margin-right:0;
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        height: 100vh;
    }

    nav .hamburger>div {
        width: 24px;
        height: 4px;
        background-color: white;
        margin: 3px 0;
        border-radius: 30px;
    }
    nav {
        height: 75px
    }
    nav .header-logo>img {
        margin-top: 25px;
        margin-left: 25px;
    }
    #home h1 {
        font-size: 80px;
    }
    #home {
        flex-direction: column;
        margin-top: 70px;
        margin-left: 25px;
        margin-right: 25px;
    }

    #home>div>img{
        width: 266.5px;
        height: 121px;
    }
    #home p {
        width: 320px;
        margin: 0 auto 30px auto;
    }
    h2 {
        font-size: 50px;
        line-height: 60px;
    }
    h2#about {
        padding-top: 15px;
        background-size: contain;
        margin-top: 60px;
        scroll-margin-top: 90px;
    }
    .about {
        flex-direction: column-reverse;
        margin-top:30px;
        gap: 25px;
    }
    .about p {
        width: 320px;
    }
    .footer h2{
        font-size: 40px;
        line-height: 54px;
        letter-spacing: 0.71px;
    }

    .footer h3{
        font-size: 21px;
        line-height: 30px;
    }
    .about h3{
        margin-bottom: 25px;
    }
    .about img {
        width: 300px;
        height: 300px;
    }
    h3 {
        font-size: 30px;
        line-height: 36px;
    }
    h2#team {
        padding-top: 5px;
        padding-bottom: 10px;
        background-size: contain;
        margin-top: 60px;
        scroll-margin-top: 90px;
    }
    .team{
        flex-direction: column;
        gap: 25px;
        margin-top: 40px;
    }
    .team img.ceo{
        width: 127px;
        height: 123px;
    }
    .team img{
        width: 156px;
        height: 117px;
    }
    #how-to-buy{
        padding-left: 0;
        margin-top: 100px;
        scroll-margin-top: 90px;
    }
    #how-to-buy img{
        width: 91px;
        height: 65px;
    }
    #how-to-buy h2 {
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 15px;
        background-image: url(../vectors/section4-title-background-mobile.svg);
    }
    .how-to-buy .bubble-header {
        width: 370px;
        padding: 10px 0px 10px 20px;
    }
    h5{
        font-size: 18px;
        line-height: 21.6px;
    }
    .how-to-buy .bubble-header br{
        display: block;
    }
    .how-to-buy button {
        margin: 5px 0;
    }
    .divider-text {
        display: none;
    }
    #tokenomics {
        margin-top: 90px;
        scroll-margin-top: 90px;
    }
    #tokenomics h2{
        padding: 10px 5px 10px 5px;
        background-size: contain;
    }
    #tokenomics img{
        width: 88px;
        height: 73px;
    }
    .tokenomics{
        flex-direction: column-reverse;
        margin-top: 50px;
        gap: 35px;
    }
    .tokenomics>img{
        width: 90vw;
        max-width: 556px;
        height: auto;
    }
    .tokenomics>div{
        width: 356px;
    }
    .tokenomics h3 {
        margin: 20px 0 15px 0;
    }
    #roadmap img{
        display:none;
    }
    #roadmap h2{
        padding: 10px;
        background-size: contain;
        scroll-margin-top: 90px;
        margin-top: 80px;
    }
    .roadmap {
        flex-direction: column;
        gap: 20px;
        margin-top: 60px;
    }
    .roadmap>div {
        width: 370px;
        min-height: 0;
        padding: 30px 40px;
    }
    #home>div {
        width: auto;
    }
    .social-logo {
        margin-right: -5px;
    }
    .how-to-buy .bubble-content {
        width: 370px;
    }
    .social-logo img {
        width: 36px;
        height: 36px;
    }
}

@media only screen and (max-width: 390px) {
    .social-logo img {
        width: 31px;
        height: 31px;
    }
    .how-to-buy .bubble-content {
        width: 95vw;
    }
    .how-to-buy .bubble-header {
        width: 95vw;
        padding: 10px 0px 10px 10px;
    }
    .tokenomics>div{
        width: 310px;
    }
    .roadmap>div {
        width: 310px;
    }
    #how-to-buy{
        gap: 0;
    }
    #buy-button, #buy-button-camelot {
        gap: 5px;
        margin-top: 15px;
    }
    #airdrop>span {
        font-size: 18px;
        line-height: 24px;
    }
    #airdrop h2 {
        padding: 0;
        font-size: 45px;
    }
}
