html,
body {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: "bruno";
  src: url(./assets/BrunoAce-Regular.ttf);
}
@font-face {
  font-family: "inter";
  src: url(./assets/Inter.otf);
}
@font-face {
  font-family: "Roboto";
  src: url(./assets/Roboto-VariableFont_wdth\wght.ttf);
}

* {
  transition: scale 0.5s ease-out;
}
.maindiv {
  /* background-image: url(./assets/BGgradient05.png); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: rgb(48, 13, 155); */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* background-color: #270c45; */
}
h1 {
  margin: 0;
  text-align: center;
  color: white;
}
.hero {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}
.center {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  width: 100%;
  flex: 1;
}
.centertext {
  max-width: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.centertext h1 {
  font-size: 40px;
  font-family: Bruno;
  transition: scale 0.5s ease-out;
}
.centertext p {
  font-size: 25px;
  font-family: inter;
  text-align: center;
}
.centerimg {
  max-width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.centerimg img {
  max-width: 100%;
  min-width: 100%;

  z-index: 2;
}
.centerimg video {
  max-width: 100%;
  min-width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.hover:hover {
  scale: 1.1;
  transition: scale 0.5s ease-out;
}
.buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-direction: row;
}
.buttons a {
  color: white;
  font-family: inter;
  font-size: 20px;
  text-decoration: none;
  border-radius: 25px;
  padding: 10px 20px;
}
.red {
  background-color: #2e8b57;
  transition: scale 0.5s ease-out;
}
.purp {
  background-color: #733bf9;
  transition: scale 0.5s ease-out;
}
.partners {
  margin-top: auto;
}
.partners h1 {
  color: white;
  font-size: 25px;
  margin: 20px !important;
  font-family: bruno;
  transition: scale 0.5s ease-out;
}
.partners img {
  max-width: 100%;
  transition: scale 0.5s ease-out;
}
.cardssection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  padding: 45px 0 70px 0;
}
.cardssection h1 {
  font-family: bruno;
  font-size: 40px;
}
.panelholder {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 50px;
}
.paneltext {
  max-width: 50%;
  color: white;
}
.paneltext p {
  font-size: 22px;
  font-family: inter;
  font-weight: 100;
}

.cards {
  width: 70%;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
.card {
  flex: 1;
  display: flex;
  align-content: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  border-radius: 20px;
  background-color: #2e8b57;
  padding-bottom: 20px;
}
.cardtextholder {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-self: center;
}
.card img {
  max-width: 100%;
  border-radius: 20px 20px 0 0;
}
.card h1 {
  font-size: 15px !important;
}
.card p {
  color: white;
  /* font-family: inter;    */
  font-size: 15px;
  text-align: center;
  padding: 0 15px;
  font-family: "inter" !important;
}
.imgwrapper {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  padding-top: 20px;
}
.chart {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
}
.chart h1 {
  color: white;
  font-size: 40px;
  margin: 20px !important;
  font-family: bruno;
  transition: scale 0.5s ease-out;
}
.classmiddle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
.charttext p {
  color: white;
  font-family: inter;
  font-size: 19px;
  text-align: center;
}
.chart img {
  max-width: 80%;
}
.chartp {
  border-radius: 20px;
  background-color: #2e8b57;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.chartp p {
  color: white;
  font-family: inter;
  font-size: 17px;
  text-align: center;
  max-width: 80%;
  line-height: 1.5;
}
.carddimg {
  max-width: 40%;
}
.carddimg img {
  max-width: 100%;
}
.slide-content {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  color: white;
  background-color: #2e8b57;
}

.slide-content img {
  width: 40%;
  height: auto;
  border-radius: 10px;
}
.tokeno {
  width: 70%;
}
.tokeno h1 {
  color: white;
  font-size: 40px;
  margin: 20px !important;
  font-family: bruno;
  transition: scale 0.5s ease-out;
}
.mySwiper2 {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
.text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
.slider2img {
  width: 100% !important;
}
.text h2 {
  color: white;
  font-family: inter;
  font-size: 36px;
  text-align: center;
  max-width: 80%;
  line-height: 1.5;
}
.text p {
  color: white;
  font-family: inter;
  font-size: 17px;
  text-align: center;
  max-width: 80%;
  line-height: 1.5;
}

.docu {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 120px 0 70px 0;
}
.docu h1 {
  color: white;
  font-size: 40px;
  margin: 20px !important;
  font-family: bruno;
  transition: scale 0.5s ease-out;
}
.docu a {
  transition: scale 0.5s ease-out;
}
.docu img {
  max-width: 100%;
  transition: scale 0.5s ease-out;
}
.footer {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerels {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  gap: 30px;
}
.footerels .logoo {
  width: 300px;
  max-width: 60%;
}
.footerels h2 {
  color: white;
  font-size: 30px;
  margin: 20px !important;
  font-family: bruno;
  transition: scale 0.5s ease-out;
}
.footerels p {
  color: white;
  font-family: inter;
  font-size: 25px;
  text-align: center;
  max-width: 80%;
  line-height: 1.5;
  word-break: break-word;
}
.footerels .laucnh {
  color: white;
  font-family: inter;
  font-size: 20px;
  text-decoration: none;
  border-radius: 25px;
  padding: 10px 20px;
  background-color: #733bf9;
}
.soc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 15px;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  backdrop-filter: blur(50px);
  z-index: 20;
  font-family: bruno, sans-serif;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 500;
  background-color: rgba(117, 112, 112, 0.1);
}
.logo__container {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo__container img {
  width: 100%;
  z-index: 100;
}

.navbar ul {
  list-style: none;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 20px;
}

.navbar ul .remove_burger {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;

  display: none;
}

.navbar ul .remove_burger img {
  width: 100%;
}

.navbar ul li a {
  padding: 0px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  font-size: 19px;
  margin: 10px;
}

.buy__token__btn {
  padding: 10px 15px;

  border: none;
  outline: none;
  border-radius: 8px;

  background: linear-gradient(0deg, #cbff88, #b4ed64);
  color: #50621b;

  font-weight: 500;
  cursor: pointer;
}

.burger__menu {
  display: none;
}

.burger__menu span {
  width: 100%;
  height: 2px;

  border-radius: 2px;
  background-color: #b4ed64;
}

.burger__menu span:nth-child(2) {
  width: 75%;
}
@media only screen and (max-width: 1700px) {
  .classmiddle img {
    width: 150px;
  }
}
@media only screen and (max-width: 1300px) {
  .classmiddle img {
    display: none;
  }
}
@media only screen and (max-width: 1350px) {
  .classmiddle img {
    display: none;
  }
  .swiper {
    max-width: 100%;
  }
  .swiper-slide img {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1120px) {
  .hero {
    width: 100%;
    height: auto !important;
    margin-top: 140px;
  }

  .center {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .centertext {
    max-width: 80%;
  }
  .partners {
    width: 90%;
  }
  .cards {
    width: 95%;
  }
  .panelholder {
    width: 95%;
    flex-direction: column-reverse;
  }
  .paneltext {
    max-width: 100%;
    color: white;
  }
  /* .swiper-slide img{
        width: 100% !important;
    } 
    .swiper-slide{
        width: 100% !important;
    }  */
  .mySwiper {
    width: 60%;
  }
  .docu {
    width: 90% !important;
  }
  .footerels .logoo {
    width: 200px;
    max-width: 60%;
  }
  .paneltext p {
    text-align: center;
  }
  .footerels h2 {
    text-align: center;
  }
  .cardssection h1 {
    font-family: bruno;
    font-size: 40px;
  }
  .card h1 {
    font-size: 25px !important;
  }
  .chart img {
    max-width: 90%;
  }
  .chart {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
  }
  .carddimg {
    max-width: 90%;
  }
  .tokeno h1 {
    color: white;
    font-size: 25px;
    margin: 20px !important;
    font-family: bruno;
    transition: scale 0.5s ease-out;
  }
  .docu h1 {
    color: white;
    font-size: 25px;
    margin: 20px !important;
    font-family: bruno;
    transition: scale 0.5s ease-out;
  }
  .buttons a {
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .cards {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .navbar {
    padding: 0 10px;
  }

  .navlink {
    padding: 20px;
    border: 3px solid black;
    color: #50621b;
    width: 75%;
    text-align: center;
  }

  .navbar ul {
    z-index: 600;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 0px;
    margin: 0;
    background-color: #733bf9;
    transition: 0.4s all ease;
    z-index: 20;
  }

  .navbar ul.active {
    left: 0;
  }

  .navbar ul li a {
    color: #202020;
  }

  .navbar ul .remove_burger {
    position: absolute;
    top: 20px;
    right: 20px;

    display: inline;
    cursor: pointer;
  }

  .buy__token__btn {
    display: none;
  }

  .burger__menu {
    position: relative;
    width: 25px;
    height: 20px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;

    width: 30px;
    height: 25px;
  }

  .burger__menu span {
    width: 100%;
    height: 4px;
    background-color: #202020;
  }

  .tokenics-holder,
  .tokenics-holder-2 {
    gap: 20px;
    flex-direction: column;
  }
  .tokenomic-element {
    width: 80%;
  }
  .logo {
    width: 190px;
  }
}

@media only screen and (max-width: 800px) {
  .maindiv {
    background-size: contain !important;
  }
}
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
