* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.snape-font {
  font-family: "Viaoda Libre", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.2px;
}
.potta-font {
  font-family: "Potta One", system-ui;
  font-weight: 400;
  font-style: normal;
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-midget-p {
  text-align: justify;
}
.midget-heading h1 {
  padding-bottom: 1.4rem;
}
.midget-heading p {
  font-size: 30px !important;
}
.loading img {
  width: 100%;
  height: 100vh;
}

.body-main {
  overflow: hidden !important;
  display: none;
  background-image: linear-gradient(rgba(0, 0, 0, 0.51) 20%, #00000050),
    url("https://res.cloudinary.com/dbtsrjssc/image/upload/v1733137345/Untitled_Project_1_1_xvu7sj.webp");
  background-size: cover;
  background-repeat: no-repeat;

  height: 100%;
  width: 100%;
}

.nav-box {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.339);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 25px;
  border-radius: 40px;
  color: #ffffff;
  box-shadow: 0px 0px 4px #ffffff;
}
.nav-link {
  color: #ffffff !important;
}
.nav-link a:hover {
  color: #1f1f1f !important;
}
.navbar-toggler-icon {
  background-image: url(https://res.cloudinary.com/dbtsrjssc/image/upload/v1733137976/icons8-menu_eehexl.svg) !important;
}
.footer-container {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.339);
  position: relative;
  padding: 10px 20px;
  border-radius: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.footer-box {
  padding: 18px 25px;
  border-radius: 21px;
  color: #000;
  box-shadow: -2px -2px 3px #ffffff;
}
#home .banner-content {
  padding: 100px 0;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
#home .banner-sub-content img {
  width: 65%;
  height: 100%;
  background-size: contain;
  position: absolute;
  left: -13%;
  top: -0.3rem;
  z-index: -1;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 5px orangered);
}
.home p {
  font-size: 18px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
}
.home h1 {
  font-size: 150px;
  font-weight: 500;
  line-height: 110px;
  color: #e7e7e7;
  letter-spacing: -4px;
  filter: drop-shadow(1x 1px 20px black);
}
.btn2 {
  font-size: 18px;
  color: #ffffff !important;
  border: 1px solid #fff !important;
  box-shadow: 2px 2px 3px #ffffff;
  backdrop-filter: blur(8px);
  background-color: rgba(181, 181, 181, 0.257) !important;
  padding: 10px 20px;
}
.btn2:hover {
  color: rgb(0, 0, 0) !important;
}
.section-1 {
  padding: 100px 0;
}
.dancing-snape {
  position: absolute;
  right: -45px;
  top: -320px;
  width: 50%;
  transform: scaleX(-1);
  z-index: 1;
  object-fit: cover;
}
.token-address {
  background-color: #c8c8c875;
  border: 4px solid #000000;
  padding: 7px 10px;
  border-radius: 20px 20px 0 0;
  color: #000000;
  display: inline-block;
  margin-left: 12%;
  border-bottom: 0;
  font-weight: 500;
}
.box {
  backdrop-filter: blur(8px);
  width: 100%;
  padding: 40px;
  border-radius: 40px;
  color: #ffffff;
  box-shadow: 0px 0px 4px #ffffff;
}
.section-1 {
  padding: 50px 50px 30px;
  border-radius: 60px;
}
.snape-imgs {
  padding: 50px 0;
}

.gif-1 {
  transform: scaleX(-1);
}
.heading {
  font-size: 55px;
  text-transform: uppercase;
}
.community h3 {
  font-size: 40px;
}

.tokenomics-box {
  margin-left: 50%;
  color: #ebebeb;
}
.tokenomics-img {
  position: absolute;
  left: 6rem;
  top: 250px;
  z-index: 1;
  padding: 20px;
  border-radius: 60px;
}
.snape-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tokenomics-pie-chart img {
  width: 400px;
}
.btns-tokenomics {
  display: inline-block;
  border: 2px solid #000000;
  padding: 10px 15px;
  border-radius: 40px;
  color: #000000;
  margin: 0 15px 15px 0;
}
.toke1 {
  background-color: #323232;
  color: #fff;
}
.toke2 {
  background-color: #666666;
}
.toke3 {
  background-color: #999999;
}
.toke4 {
  background-color: #d8d8d8;
}
.footer {
  margin-top: 70px;
}
.footer-container .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.footer-container .d-flex {
  width: 70%;
}
.footer-container .nav-link {
  color: #ffffff;
}
.footer-box p,
.footer-copyright {
  font-size: 14px;
  color: #e3e3e3;
}
.snape-img-div {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.token-text2 {
  position: absolute;
  right: 20rem;
}
.section-2 {
  padding: 100px 0 0 0;
}
.community {
  padding: 50px 0;
  color: #e3e3e3;
}
.earn_more_box {
  padding: 40px 50px !important;
}
.earn_more_box h5 {
  color: #ffffff;
}
.fa-brands {
  color: #ffffff;
}
.section-2 h3,
.title-heading {
  font-size: 55px;
}
.awards-heading h3 {
  font-size: 55px;
}
.awards-heading {
  padding-top: 50px !important;
}

.flash-img-div {
  position: relative;
  transform: rotate(-10deg);
  z-index: 0;
}
.flash-img-div img {
  position: absolute;
  width: 200px;
  bottom: -3rem;
  animation: flash 0.5s infinite ease-in-out;
  left: 13%;
}
@keyframes flash {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.key-snape img {
  border-radius: 40px;
  height: 200px;
  object-fit: cover;
}
.snape-row-what {
  padding: 20px;
  color: #e1e1e1;
}
.key-snape {
  text-align: center;
  /* padding: 50px; */
  padding: 10px;
}
/* .tasks {
  background-color: red;
  padding: 20px;
  height: 200px;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
} */
.key-snape p {
  font-weight: 400;
  color: #dddddd;
}
.community h3 {
  text-align: center;
  padding-bottom: 1rem;
}
.snape-row-what h3,
.snape-row-what h4 {
  text-align: center;
}
.earn_more_box::after {
  background: #adadadb0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 49%;
  border-radius: 35px;
}
.community p {
  font-size: 20px;
}
.about-community-img img {
  margin-bottom: -3.9rem;
  width: 90%;
  margin-top: -3.9rem;
  border-radius: 30px;
  object-fit: cover;
}
.login_btns-nav a {
  color: #fff;
  background-color: #d1d1d133;
  border-radius: 16px;
  padding: 6px 20px;
}
.login_btns-nav:hover a {
  text-decoration: underline;
}
.login_btns-nav a:hover {
  background-color: #000000;
}
.login_btns-nav a:hover {
  color: #fff;
}
#myChart {
  width: 100% !important;
  max-width: 50rem !important;
}
#tokenomics {
  padding: 0px 50px 0px;
  text-align: center;
}
.tokenomics {
  text-align: center;
  color: #e8e8e8 !important;
  position: relative;

  /* border-radius: 60px; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.tokenomics img {
  width: 100%;
}
.tokenomics-div-post p {
  padding: 20px;
  color: rgba(232, 232, 232, 0.791);
}
.tokenomics-div-post h4 {
  color: #e1e1e1;
}
.tasks-flip-div {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /* gap: 20px; */
}
.tasks-flip-div2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.tasks-flip-div div {
  width: 124px;
  height: 220px;
}
.tasks-flip-div2 div {
  width: 150px;
  height: 250px;
}
.tasks-flip-div img {
  width: 100%;
  height: 100%;
}
/* chatgpt */
.tasks-flip-div {
  display: flex;

  flex-wrap: wrap;
  gap: 16px;
}

.flip-card {
  position: relative;
  /* width: 120px;
  height: 120px; */
  perspective: 1000px;
  cursor: pointer;
}

.flip-card .flip-img,
.flip-card .flipped-img {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.flip-card .flip-img {
  transform: rotateY(0deg);
}

.flip-card .flipped-img {
  transform: rotateY(180deg);
}

.flip-card.flipped .flip-img {
  transform: rotateY(180deg);
}

.flip-card.flipped .flipped-img {
  transform: rotateY(0deg);
}
.mega-tasks span,
.tokenomics-div-post span {
  display: none;
}
@media (min-width: 230px) and (max-width: 340px) {
  .heading {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  #myChart {
    /* height: 100% !important;
    width: 100% !important; */
    /* padding: 0 20px; */
  }
  .loading img {
    width: 54rem;
    height: 100%;
  }
  .home h1 {
    line-height: 25px;
    font-size: 56px;
    letter-spacing: 0px;
  }
  .midget-heading p {
    font-size: 26px !important;
  }
  .midget-heading h1 {
    padding-bottom: 0.5rem;
  }
  .midget-heading h2 {
    font-size: 26px;
  }
  .footer-container {
    display: block;
    align-items: center;
    text-align: center;
  }
  .nav-box {
    padding: 10px 26px;
    text-align: center;
  }
  .key-snape img {
    height: 300px;
    width: 100%;
  }
  .login_btns-nav {
    margin-bottom: 2rem !important;
  }
  .login-btn-footer {
    width: 100%;
    margin-bottom: 16px !important;
    margin-left: -16% !important;
  }
  .community p {
    font-size: 14px;
  }
  .footer-box {
    padding: 18px 2px;
  }
  .token-address {
    text-align: center;
    margin: auto;
    border: 4px solid black;
    display: block;
    width: 88%;
    word-wrap: break-word;
  }
  .dancing-snape {
    position: absolute;
    right: 0px;
    top: -300px;
    left: -6rem;
    width: 100%;
    position: initial !important;
    margin-bottom: -2rem;
  }
  .section-1 {
    padding: 20px 15px;
  }
  .section-2 {
    padding: 20px 15px;
  }
  .section-2 h3,
  .title-heading {
    font-size: 33px;
  }
  .awards-heading h3 {
    font-size: 33px;
  }
  .key-snape {
    padding: 10px;
  }
  .tokenomics-img {
    position: absolute;
    left: 0rem;
    top: 40px;
    z-index: -1;
    width: 100%;
  }
  .tokenomics-img img {
    width: 100%;
  }
  .heading {
    color: #ffffff;
    width: 100%;
    font-size: 44px;
  }
  .tokenomics-box {
    margin: auto;
  }
  .tokenomics-heading {
    margin-top: 20rem;
  }
  .tokenomics {
    padding: 0;
  }
  .community h3 {
    font-size: 28px;
  }

  .title-heading {
    text-align: center;
  }
  .key-snape p {
    font-size: 14px;
  }
  .section-1 p {
    font-size: 14px;
    text-align: center;
  }
  .earn_more_box::after {
    top: auto;
    bottom: 0;
    height: 46%;
    width: 100%;
    border-radius: 35px;
  }
  .earn_more_box {
    text-align: center;
  }
  .login_btns-nav {
    margin-bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-container .login_btns-nav {
    display: block;
  }
  .footer-container .d-flex {
    width: 100%;
  }
  .about-community-img img {
    margin-bottom: -9.5rem;
    width: 100%;
    margin-top: 0rem;
  }
  .snape-img-div {
    overflow: hidden;
  }

  #contract-address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    max-width: 80%;
    margin: auto;
  }
  .footer-container .navbar-brand img {
    width: 50px;
  }
  .login_btns a {
    font-size: 1.2rem;
  }
  .footer-box p,
  .footer-copyright {
    font-size: 9px;
  }
  .tokenomics-box img {
    width: 60%;
  }
  .snape-img-div img {
    width: 40%;
    height: 11rem;
  }
  .imgSnape-gif-none {
    display: none;
  }
  .footer {
    margin-top: 10px;
  }
  #home .banner-content {
    padding: 100px 0 10px 0;
  }
  .tasks-flip-div div {
    width: 280px;
    height: 380px;
  }
  .flash-img-div {
    transform: rotate(-4deg);
  }
  .flash-img-div img {
    width: 250px;
    bottom: -1rem;
    left: 0%;
  }
  #tokenomics {
    padding: 0px 20px 0px;
  }
  .tasks-first,
  .mega-tasks {
    overflow: scroll;
  }
  .mega-tasks span,
  .tokenomics-div-post span {
    display: block;
    font-size: larger;
    color: yellow !important;
    animation: flash 0.2s infinite ease-in-out;
    filter: drop-shadow(2px 2px 1px red);
  }
  .tasks-flip-div {
    display: inline-flex;
    flex-wrap: nowrap;
  }
}
@media (min-width: 230px) and (max-width: 380px) {
  .home h1 {
    line-height: 25px;
    font-size: 45px;
    letter-spacing: 0px;
  }
  .midget-heading p {
    font-size: 20px !important;
  }
  .midget-heading h1 {
    padding-bottom: 0rem;
  }
  .midget-heading h2 {
    font-size: 20px;
  }
}
@media (min-width: 750px) and (max-width: 1022px) {
  .home h1 {
    font-size: 100px;
  }
  .flash-img-div img {
    left: -11%;
  }

  .dancing-snape {
    right: -40px;
    top: -56px;
  }
  .title-heading {
    font-size: 54px;
    width: 9rem;
  }
  .key-snape {
    padding: 20px 0px;
  }
  .tokenomics-img {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -2;
  }
  .heading {
    color: #6f6f6f;
  }
  .tokenomics-box {
    margin-left: 0%;
  }
  .snape-img-div img {
    width: 25%;
    height: 20rem;
  }
  .earn_more_box {
    text-align: center;
  }
  .earn_more_box::after {
    top: auto;
    bottom: 0;
    height: 40%;
    width: 100%;
    border-radius: 25px;
  }
  .about-community-img {
    padding-top: 0rem !important;
  }
  .about-community-img img {
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 1023px) and (max-width: 1200px) {
  .flash-img-div img {
    left: 6%;
  }
  .home h1 {
    font-size: 120px;
  }
  .dancing-snape {
    top: -5rem;
  }
  .key-snape {
    /* padding: 20px; */
  }
  .community h3 {
    font-size: 43px;
  }
  .about-community-img img {
    margin-bottom: -4rem;
  }
}
@media (min-width: 1165px) and (max-width: 1410px) {
  .community h3 {
    text-align: center;
    margin-left: -4rem;
  }
  .dancing-snape {
    top: -13.5rem;
  }
}

@media (min-width: 660px) and (max-width: 880px) {
  .dancing-snape {
    top: -12rem !important;
  }
  .tasks-flip-div div {
    width: 85px;
    height: 150px;
  }
  .tasks-flip-div2 div {
    width: 100px;
    height: 180px;
  }
}
