@tailwind base;
@tailwind components;
@tailwind utilities;


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: font1;
    src: url(/assets/font/Super-Ocean-Personal-Use.ttf);
}
.font1 {
    font-family: font1;
}
@font-face {
    font-family: scream;
    src: url(/assets/font/Fredoka_One1/FredokaOne-Regular.ttf);
}
.scream {
    font-family: scream;
}
h5{
    font-family: scream;
}
h6 {
    font-family: font1;
}

html {
    scroll-behavior: smooth;
}
.plane {
 
  animation: floatPlane 4s ease-in-out infinite;
}
@keyframes floatPlane {
  0% {
    transform: translateY(0px) rotate(-2deg);
  }
  50% {
    transform: translateY(-15px) rotate(2deg);
  }
  100% {
    transform: translateY(0px) rotate(-2deg);
  }
}
.zoom-element {
    animation: zoomInOut 3s infinite;
}


@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}



body {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #FFE6DC;
}
.header {
    position: relative;
    margin-top: -2vw;
    inset: 0;
    height: 163vh;
    /* background: url(/assets/images/hero.png) no-repeat; */
    background-size: cover;
}
.nav {
    position: absolute;
    top:0;
    z-index: 999;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 2vw;
}

.links {
    font-family: font1;
    color: #50621B;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.links img {
    width: 50px;
}

.about {
    padding: 5vw 2vw;
    position: relative;

}
.about-2 {
    position: absolute;
    width: 18%;
    top: 12vw;
    right: 0vw;
}
.box {
    background-image: url(/assets/images/block_grass.svg.png);
    padding: 10vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 61vw;
    margin: auto;
    margin-top: -12vw;
    position: relative;
    z-index: 99;
}

.box h5 {
    font-family: scream;
    color: #000;
    transform: rotate(6deg);
}

.about h3 {
    font-family: font1;
    font-size: 80px;
    text-align: center;
    color: #2F3A0E;
    transform: rotate(10deg);

}

.logo {
    position: absolute;
    right: 10%;
    width: 10%;
    max-width: 20vw;
    top: 30%;
}

/* token-boxes */
.token-box {
    background: url(/assets/images/token-box.png) no-repeat;
    background-size: 100% 100%;
    padding: 4vw;
}
.blur-lyr {
    background-image: url(/assets/images/blur-lyr.png);
    padding: 5vw 5vw 10vw 5vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.bg {
    background-image: linear-gradient(to bottom, #86ed00, #00c582, #0091b1, #172357, #172357);
}

.blur-lyr h5 {
    font-family: font1;
    color: #000000;
    font-size: 48px;
}

.video {
    background-image: url(/assets/images/Background\ wrapper.png);
    padding: 5vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.video h3 {
    color: #87FF32;
    font-size: 5vw;
    font-family: font1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    transform: rotate(-10deg);
}

.video img {
    width: 100%;
    max-width: 50vw;
    padding-top: 5vw;
    margin: auto;
}

.ROADMAP {
    padding: 10vw 20vw;
    background: url(/assets/images/road-bg.png) no-repeat;
    background-size: cover;
    margin-top: -4.5vw;
    padding-top: 25vw;
}

.ROADMAP h3 {
    color: #2F3A0E;
    font-size: 5vw;
    font-family: font1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    transform: rotate(10deg);
    text-align: center;
}
/* ------------no-roadmap------------ */
.no-box {
    background: url(/assets/images/no-road-box.png) no-repeat;
    background-size: 100% 100%;
    padding: 6vw 3vw;
}
.collection {
    background-image: url(/assets/images/collection-bg.png);
    padding:55vw 0vw 0vw 0vw;
    background-position: top center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
    margin-top: -13vw;
}
.collection-grass {
    background-image: url(/assets/images/collection-grass.png);
    padding: 8vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.collection-grass p{
    font-family: scream;
}

.how-box-1 {
    background-image: url(/assets/images/how_block_1.svg.png);
    padding: 7vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}



.how-box-1 ul li {
    color: #000;
    font-family: scream;
    transform: rotate(-2deg);
}

.how-box-2 {
    background-image: url(/assets/images/how_block_2.svg.png);
    padding: 8vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.how-box-2 ul li {
    color: #000;
    font-family: scream;
    transform: rotate(5deg);

}

footer {
    padding: 4vw 2vw;
    padding-top: 8vw;
    background: url(/assets/images/footer-bg.png) no-repeat;
    background-size: cover;
    margin-top: -13vw;
    position: relative;
    z-index: 99;
}

.footer-links a {
    margin-left: 0px;
}

.footer-links a:hover {
    box-shadow: none;
}


@media screen and (max-width: 480px) {
    .header {
        /* background: url(/assets/images/hero-mobile.png) no-repeat;  */
        height: 100vh;
        background-size: cover;
        background-position: center;
        margin-top: -2vw;
    }
    .links {
        font-size: 8px;
        gap: 12px;
    }

    .links img {
        width: 24px;
    }

    .box {
        background: url(/assets/images/block_grass-mobile.png) no-repeat;
        width: 100%;
        padding: 16vw 15vw;
        margin-top: -22vw;
        background-size: 100% 100%;
    }

    .box p {
        font-size: 18px;
        transform: rotate(6deg);
    }

    .about {
        padding: 10vw 2vw;

    }
.about-2 {
    width: 20%;
    top: 24vw;
    right: 5vw;
}
    .logo {
        position: absolute;
        right: 0%;
        width: 100%;
        max-width: 40vw;
        top: 50%;
    }

    .blur-lyr {
        padding: 4vw 4vw 8vw 4vw;
    }

    .blur-lyr h5 {
        font-family: font1;
        color: #000000;
        font-size: 24px;
    }

    .video h3 {
        font-size: 7vw;
    }

    .video img {
        width: 100%;
        max-width: 50vw;
        padding-top: 10vw;
        margin: auto;
    }

    .token-box {
    background: url(/assets/images/token-box.png) no-repeat;
    background-size: 100% 100%;
    padding: 12vw;
}
    .collection{
        background: url(/assets/images/collection-bg-mobile.png) no-repeat;
        background-size: cover;
        padding: 105vw 0vw 0vw 0vw;
    }

    .ROADMAP {
        padding: 10vw 2vw;
        padding-top: 35vw;
        background: url(/assets/images/roadmap-mobile-bg.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 15vw;
    }

    .ROADMAP h3 {

        font-size: 10vw;

    }

    .no-box {
    background: url(/assets/images/no-road-box.png) no-repeat;
    background-size: 100% 100%;
    padding: 12vw 10vw;
}
    .how-box-1 {
        padding: 16vw 10vw;
    }
   .how-box-2 {
        padding: 16vw 9.5vw;
    }
    .how-box-1 ul li {
        font-size: 16px;
    }

    .how-box-2 ul li {
        font-size: 16px;
    }

    footer {
        background: url(/assets/images/footer-bg-mobile.png) no-repeat;
        background-size: 100% 100%;
        justify-content: center;
        gap: 20px;
        margin-top: -30vw;
        padding-top: 22vw;
    }
}







































.navbar {
    position: absolute;
    top:0;
    z-index: 999;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 10px;
}

.nav-container {
  width: 65%;
  max-width: 1200px;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Left links */
.nav-links {
  display: flex;
  gap: 25px;
  list-style: none;
  font-weight: bold;
}

.nav-links li {
  cursor: pointer;
  font-family: scream;
  font-size: 12px;
}

/* Logo */
.logo {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  top: -11px;
}

.logo img {
  width: 90px;
}

/* Right side */
.nav-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #222;
  color: #fff;
  cursor: pointer;
}

.buy-btn img{
  cursor: pointer;
  width: 140px;
}

/* Hamburger */
.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
    .nav-container {
        width: 90%;
    }
  .nav-links {
    position: absolute;
    top: 80px;
    border-radius: 12px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    display: none;
  }

  .nav-links.active {
    display: flex;
  }

  .logo {
    position: static;
    transform: none;
  }

  .logo img {
    width: 80px;
    position: absolute;
    left: 0;
    top:-11px
  }

  .nav-actions .buy-btn {
    display: none;
  }

  .hamburger {
    display: block;
  }
}