@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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


html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    cursor: default;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
}

li {
    list-style: none;
}

p {
    color: rgb(0, 0, 0);
    font-size: 1vw;
    line-height: 120%;
}

p.sp {
    font-weight: 800;
}

.btn img {
    width: 10vw;
    transition: all .3s;
}

.btn img:hover {
    filter: invert(100%);
}

body{
    background: #050520;
}

body {
    overflow-x: hidden;
}


.navbar-toggle {
    display: none;
    cursor: pointer;
}

.navbar-toggle span {
    display: block;
    width: 7vw;
    height: 1.5vw;
    margin: 0.7vw;
    background: linear-gradient(271.36deg, #ffffff 50.01%, #ffffff 72.39%);
    border-radius: 50px;
    transition: all 0.5s;
}

.navbar-toggle span:nth-child(2) {
    width: 5vw;
    animation: bounceInRight 1.5s;
}

.navbar-toggle span:nth-child(1) {
    animation: bounceInRight 1s;
}

.navbar-toggle span:nth-child(3) {
    animation: bounceInRight 2s;
}

/* -------------------------------------------Navbar Management------------------
-------------------- */

.header {
    padding: 1vw 2vw;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.header .navbar {
    border-radius: 20vw;
    padding: 0vw 2vw 0vw 2vw;
    width: 100%;
    height: auto;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all .5s;
    box-shadow: none !important;
}

.header .navbar .left-side-menu {
    width: 5%;
}


.header .navbar .left-side-menu a img {
    width: 100%;
    cursor: pointer;
    animation: bounceInDown 1s;
}

.center-menu {
    width: 83%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2vw;
}

.center-menu a {
    display: flex;
    align-items: center;
    gap: 0.5vw;
}

.center-menu a .effect {
    width: 1vw;
    height: 1vw;
}

.header .center-menu a {
    padding: 0.5vw 1vw;
    font-size: 1vw;
    line-height: 2vw;
    font-weight: 400;
    border-radius: .7vw;
    color: #ffffff;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 1vw;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0);
}


.header .center-menu a img {
    width: .5vw;
}

.header .center-menu a:nth-child(1) {
    animation: bounceInDown 1.2s;
}
.header .center-menu a:nth-child(2) {
    animation: bounceInDown 1.4s;
}
.header .center-menu a:nth-child(3) {
    animation: bounceInDown 1.6s;
}
.header .center-menu a:nth-child(4) {
    animation: bounceInDown 2s;
}
.header .center-menu a:nth-child(5) {
    animation: bounceInDown 2.2s;
}
.header .center-menu a:nth-child(6) {
    animation: bounceInDown 2.2s;
}

.header .center-menu a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #FFF;
    border-radius: .7vw;
    border-color: white;
    /* transform: translateY(-0.4vw); */
}

.header .center-menu .right-side-menu {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-left: auto;
}

.header .center-menu .right-side-menu a {
    padding: 0;
    border: none;
}

.header .center-menu .right-side-menu a img {
    width: 2.5vw;
}

.header .center-menu .right-side-menu a.btn img {
    width: 10vw;
}

.header .center-menu .right-side-menu a:nth-child(1) {
    animation: bounceInDown 2.5s;
}

.header .center-menu .right-side-menu a:nth-child(2) {
    animation: bounceInDown 2.8s;
}

.header .center-menu .right-side-menu a img:hover {
    transform: translateY(-.1vw);
    filter: invert(100%);
}

/* --------------------------------website Responsive--------------
-------------------- */


/* ----------------------------hero--------
------- */

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
    width: 100%;
    height: 50vw;
    background: url(../images/hero-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    padding-top: 12vw;
}

.hero .heading {
    width: 50%;
    animation: bounceInDown 1.3s;
}

.hero .cartoon {
    width: 10vw;
    animation: bounceInDown 1s;
}

.hero .gif1 {
    position: absolute;
    width: 12vw;
    bottom: -1.1vw;
    right: -3vw;
    left: -10vw;
}

.hero .gif2 {
    position: absolute;
    width: 25vw;
    bottom: -1.1vw;
    right: -3vw;
    z-index: 5;
}

.scroll {
    width: 100%;
    margin-top: -2.7vw;
    position: relative;
}

/* ----------------------CA--------------
---- */
.ca {
    text-align: center;
    position: absolute;
    z-index: 4;
    bottom: 3vw;
}
.c-4{
    position: absolute;
    width: 3vw;
    top: 3vw;
    left: 10vw;
    animation: float 5s ease-in-out infinite alternate;
}
.ca .btn-group {
    display: flex;
    align-items: center;
    position: absolute;
    top: -8vw;
    right: 0vw;
}
.ca .btn-group a:nth-child(2) img{
    margin-top: 1.6vw;
}
.ca .btn-group a img {
    width: 10vw;
    transition: all .3s;
}
.ca .btn-group a img:hover {
    transform: translateY(-3px);
    filter: drop-shadow(10px 20px rgba(0, 0, 0, 0.2));
}
.ca div input{
    width: 50vw;
    background: #EAFF15;
    padding: 1.5vw 2vw;
    border: 3px solid #000;
    transform: skewY(-2.35deg);
    margin-top: -3vw;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 130% */
}

/* ----------------------------partners--------
------- */

.partners {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8vw;
    margin-top: -5vw;
    position: relative;
}

.partners a img {
    width: 10vw;
}

/* ----------------------------info--------
------- */

.info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5vw 12vw;
    padding-right: 5vw;
    background: white;
}

.info .left {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
}

.info .left img.heading {
    width: 100%;
    position: relative;
    left: -2vw;
}

.info .left .btn img {
    width: 10vw;
}

.info .right {
    width: 55%;
}

.info .right img {
    width: 100%;
}

/* ----------------------------about--------
------- */

.about {
    width: 100%;
    padding: 5vw;
    background: #4BA7DE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about p {
    color: white;
}

.about .left {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .left img {
    width: 98%;
    position: absolute;
}

.about .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
}

.about .right img {
    width: 45%;
}

/* ----------------------------tokenomics--------
------- */

.tokenomics {
    width: 100%;
    padding: 5vw;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
}

.tokenomics .heading {
    width: 30%;
}

.tokenomics .token {
    width: 100%;
}


/* ----------------------------map--------
------- */

.map {
    width: 100%;
    padding: 5vw;
    background: url(../images/hero-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7vw;
    position: relative;
}

.map .img1 {
    width: 18vw;
    position: absolute;
    top: 13vw;
    left: 18vw;
}

.map .img2 {
    width: 18vw;
    bottom: 14vw;
    right: 25vw;
    position: absolute;
}

.map .img3 {
    width: 20vw;
    position: absolute;
    left: 20vw;
    bottom: 0vw;
}

.map .heading {
    width: 30%;
}

.map .phases {
    width: 70%;
}

/* ----------------------------footer--------
------- */

footer {
    width: 100%;
    padding: 2vw 5vw;
    background: #F2C845;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

footer .logo {
    width: 7vw;
}

footer .logo img {
    width: 7vw;
    position: absolute;
    bottom: 1vw;
}

footer .right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3vw;
}

footer .right .links {
    display: flex;
    align-items: center;
    gap: 1vw;
}

footer .right a p:hover {
    text-decoration: underline;
}

footer .right .links a img {
    width: 3vw;
    transition: all .3s;
}

footer .right .links a img:hover {
    filter: invert(100%);
}

.copy {
    width: 100%;
    text-align: center;
    padding: 1vw;
    background: black;
}

/* ----------------------------@ 1280px--------
------- */

@media (max-width: 1280px) {

    /* -------------------------navbar 1280px--------------------------
    ----------------------- */
    
    .header {
        padding: 1vw 3vw 1vw 3vw;
    }

    .header ,.navbar {
        border-radius: 2vw;
    }

    .header .navbar .left-side-menu a img {
        width: 100%;
    }


}

/* ----------------------------@ 980px--------
------- */

@media (max-width: 980px) {

    .header {
        padding: 0vw 0vw;
        border-radius: 0;
    }

.header .navbar {
    padding-top: 1vw;
    padding-bottom: 0vw !important;
    border-radius: 3vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.header .navbar .left-side-menu {
    width: 10%;
}

.header .navbar .left-side-menu a img {
    width: 100%;
    height: auto;
}

.header .navbar .left-side-menu a {
    font-size: 3vw;
    font-weight: 800;
    gap: 1vw;
}

.header .center-menu a li {
    font-size: 3vw;
    padding: 1vw;
    font-weight: 600;
}

.header .center-menu a img {
    width: 2vw;
}

.header .center-menu a li:hover {
    border-radius: 0vw;
    background: transparent;
    top: 0;
    transform: scale(1.1);
}


.center-menu {
    display: flex;
    width: 100vw;
    height: 80vw;
    flex-direction: column;
    justify-content: center;
    gap: 2vw;
    padding-top: 13vw;
    padding-bottom: 13vw;
    /* display: none; */
    margin-top: -900px;
    transition: all 1s ease-in-out;
    position: absolute;
    top: 1vw;
    left: 0vw;
    background-color: #28B3E3;
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
    z-index: -1;
    /* border-left: 2px solid rgba(255, 255, 20, 0.5);
    border-top: 2px solid rgba(255, 255, 20, 0.5); */
}

.center-menu.active {
    margin-top: 0;
    /* display: flex; */
    background-color: #28B3E3;
}

.center-menu .tg {
    background-color: transparent;
    width: 80%;
    display: flex;
    justify-content: center;
    transition: all 0s;
}



.header .navbar .center-menu .right-side-menu {
    margin-left: 0;
    margin-bottom: 1vw;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}

.header .navbar .center-menu .right-side-menu a img {
    width: 6vw;
}

.header .navbar .center-menu .right-side-menu a.btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.header .navbar .center-menu .right-side-menu a.btn img {
    width: 20vw;
}

.navbar-toggle span {
    display: block;
    width: 5vw;
    height: 1vw;
    margin: 0.7vw;
    border-radius: 50px;
    transition: all 0.5s;
}

.navbar-toggle span:nth-child(2) {
    width: 3.5vw;
}

.navbar-toggle {
    display: block;
  }
  
  .navbar-toggle.active span:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg) translate(1.3vw, 1.3vw);
  }
  
  .navbar-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .navbar-toggle.active span:nth-child(3) {
    transition-delay: 0.1s;
    transform: rotate(-45deg) translate(0vw, 0vw);
    position: relative;
    top: -1.6vw;
  }
}

/* ----------------------------@ 600px--------
------- */

@media (max-width: 768px) {

    p {
        font-size: 3vw;
    }


    .header .navbar .left-side-menu {
        width: 12%;
    }

    .header .navbar .left-side-menu a img {
        width: 100%;
        height: auto;
    }

    .header .navbar .left-side-menu a {
        font-size: 4vw;
    }
    
    .header .center-menu a li {
        font-size: 3.5vw;
        padding: 1.5vw;
    }

    .center-menu {
        height: 90vw;
        padding-top: 15vw;
        top: 0vw;
    }

    .header .navbar .center-menu .right-side-menu {
        gap: 3vw;
    }

    .header .navbar .center-menu .right-side-menu a img {
        width: 10vw;
    }

    .header .navbar .center-menu .right-side-menu a.btn img {
        width: 28vw;
    }

    .navbar-toggle span {
        display: block;
        width: 7vw;
        height: 1.5vw;
        margin: 0.7vw;
        border-radius: 50px;
        transition: all 0.5s;
    }
    
    .navbar-toggle span:nth-child(2) {
        width: 5vw;
    }
    
    .navbar-toggle {
        display: block;
      }
      
      .navbar-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(1.3vw, 1.3vw);
      }
      
      .navbar-toggle.active span:nth-child(2) {
        opacity: 0;
      }
      
      .navbar-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(0vw, 0vw);
        position: relative;
        top: -2.5vw;
      }


      /* --------------------------------website Responsive--------------
-------------------- */

/* ----------------------------hero--------
------- */

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7vw;
    width: 100%;
    height: 100vw;
    background: url(../images/hero-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    padding-top: 29vw;
}

.hero .heading {
    width: 80%;
}

.hero .cartoon {
    width: 35vw;
    z-index: 10;
}

.hero .gif1 {
    position: absolute;
    width: 70vw;
    bottom: -5vw;
    left: -19vw;
}

.hero .gif2 {
    position: absolute;
    width: 37vw;
    bottom: -1.1vw;
    right: -3vw;
    z-index: 5;
}

.scroll {
    width: 100%;
    margin-top: -2.7vw;
    position: relative;
}


    /* ----------------------CA--------------
---- */
.ca {
    text-align: center;
    /* position: relative; */
    bottom: 3vw;
    z-index: 6;
}
.c-4{
    position: absolute;
    width: 4vw;
    top: 3vw;
    left: 5vw;
}
.ca .btn-group {
    display: flex;
    align-items: center;
    position: absolute;
    top: -12vw;
    right: 0vw;
}
.ca .btn-group a:nth-child(2) img{
    margin-top: 1.6vw;
}
.ca .btn-group a img {
    width: 20vw;
}
.ca div input{
    width: 74vw;
    background: #EAFF15;
    padding: 1.5vw 2vw;
    border: 2px solid #000;
    transform: skewY(-2.35deg);
    margin-top: -3vw;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-size: 2.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 130% */
}

/* ----------------------------partners--------
------- */

.partners {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7vw;
    justify-content: center;
    padding: 0 8vw;
    margin-top: -5vw;
    position: relative;
    background: #F5CB47;
    padding-bottom: 5vw;
}

.partners a img {
    width: 22vw;
}

/* ----------------------------info--------
------- */

.info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 15vw 12vw;
    gap: 10vw;
}

.info .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3vw;
}

.info .left img.heading {
    width: 100%;
    position: relative;
    left: -2vw;
}

.info .left .btn img {
    width: 29vw;
}

.info .right {
    width: 100%;
}

.info .right img {
    width: 100%;
}

/* ----------------------------about--------
------- */

.about {
    width: 100%;
    padding: 15vw 10vw;
    background: #4BA7DE;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10vw;
    justify-content: space-between;
}

.about p {
    color: white;
}

.about .left {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.about .left img {
    width: 98%;
    position: relative;
}

.about .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3vw;
}

.about .right img {
    width: 45%;
}

/* ----------------------------tokenomics--------
------- */

.tokenomics {
    width: 100%;
    padding: 15vw 5vw;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7vw;
}

.tokenomics .heading {
    width: 60%;
}

.tokenomics .token {
    width: 110%;
}


/* ----------------------------map--------
------- */

.map {
    width: 100%;
    padding: 7vw 5vw;
    padding-bottom: 15vw;
    background: url(../images/hero-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7vw;
    position: relative;
}

.map .img1 {
    width: 22vw;
    position: absolute;
    top: 22vw;
    left: 18vw;
}

.map .img2 {
    width: 22vw;
    bottom: 34vw;
    right: 15vw;
    position: absolute;
}

.map .img3 {
    width: 30vw;
    position: absolute;
    left: 26vw;
    bottom: 0vw;
}

.map .heading {
    width: 60%;
}

.map .phases {
    width: 130%;
    transform: translateX(10%);
}

/* ----------------------------footer--------
------- */

footer {
    width: 100%;
    padding: 2vw 5vw;
    background: #F2C845;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vw;
    justify-content: space-between;
    position: relative;
}

footer .logo {
    width: 20vw;
}

footer .logo img {
    width: 20vw;
    position: relative;
    bottom: 0vw;
}

footer .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
    column-gap: 7vw;
}

footer .right .links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    width: 100%;
}

footer .right a p:hover {
    text-decoration: underline;
}

footer .right .links a img {
    width: 9vw;
    transition: all .3s;
}

footer .right .links a img:hover {
    filter: invert(100%);
}

.copy {
    width: 100%;
    text-align: center;
    padding: 2vw;
    background: black;
}


  }
  
