.hero-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner-section .section-container {
  position: relative;
}
.banner-section .section-container::before {
  position: absolute;
  content: "";
  background-image: url(/images/star-animate.svg);
  width: 33px;
  height: 33px;
  opacity: 0.3;
  bottom: 30%;
  right: -150px;
  animation: staranimation 2s infinite linear;
}
.banner-section .section-container::after {
  position: absolute;
  content: "";
  background-image: url(/images/star-animate.svg);
  width: 33px;
  height: 33px;
  opacity: 0.3;
  top: 20%;
  left: -150px;
  animation: staranimation 2s infinite linear;
}
.hero-wrap::before {
  position: absolute;
  content: "";
  background-image: url(/images/star-animate.svg);
  width: 33px;
  height: 33px;
  opacity: 0.3;
  bottom: 0px;
  left: -50px;
  animation: staranimation 2s infinite linear;
}
.hero-wrap::after {
  position: absolute;
  content: "";
  background-image: url(/images/star-animate2.svg);
  width: 28px;
  height: 28px;
  bottom: 150px;
  left: -100px;
  animation: staranimation 3s infinite linear;
}
.hero-wrap h1 {
  position: relative;
}
.hero-wrap h1::before {
  position: absolute;
  content: "";
  background-image: url(/images/star-animate.svg);
  width: 33px;
  height: 33px;
  opacity: 0.3;
  bottom: -100px;
  right: -50px;
  animation: staranimation 3s infinite linear;
}
.hero-wrap h1::after {
  position: absolute;
  content: "";
  background-image: url(/images/star-animate2.svg);
  width: 28px;
  height: 28px;
  top: -50px;
  right: -150px;
  animation: staranimation 3s infinite linear;
}
.hero-wrap p {
  width: 600px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.hero-wrap p::before {
  position: absolute;
  content: "";
  background-image: url(/images/star-animate.svg);
  width: 33px;
  height: 33px;
  opacity: 0.3;
  top: 0px;
  left: -100px;
  animation: staranimation 3s infinite linear;
}
.hero-wrap p::after {
  position: absolute;
  content: "";
  background-image: url(/images/star-animate2.svg);
  width: 28px;
  height: 28px;
  top: -50px;
  right: -120px;
  animation: staranimation 3s infinite linear;
}
.banner-section {
  padding-top: 200px;
  padding-bottom: 80px;
  background-image: url(/images/hero-background2.svg);
  position: relative;
}
.banner-section::before {
  position: absolute;
  content: "";
  background-image: url(/images/circle-hero.svg);
  width: 100%;
  height: 692px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-section .section-container {
  position: relative;
  z-index: 2;
}
.hero-social {
  margin-top: 45px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.hero-social a {
  width: 39px;
  height: 39px;
  background: #222222;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  transition: all 0.3s ease;
}
.hero-social a:hover {
  background: #04ffd1;
  box-shadow: 0px 0px 20px 2px rgba(4, 255, 209, 0.4);
}
.hero-social a svg path {
  transition: all 0.3s ease;
}
.hero-social a:hover svg path {
  fill: #000;
}
.btn-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #04ffd1;
  color: #000;
  border-radius: 50px;
  width: 243px;
  height: 64px;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid #04ffd1;
  position: relative;
}
.btn-hero::before {
  position: absolute;
  content: "";
  background-image: url(/images/star-animate.svg);
  width: 33px;
  height: 33px;
  opacity: 0.3;
  bottom: -100px;
  right: -50px;
  animation: staranimation 3s infinite linear;
}
.btn-hero::after {
  position: absolute;
  content: "";
  background-image: url(/images/star-animate2.svg);
  width: 28px;
  height: 28px;
  bottom: -60px;
  left: -100px;
  animation: staranimation 3s infinite linear;
}
@keyframes staranimation {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1.2);
  }
}

.btn-hero:hover {
  background: transparent;
  color: #fff;
}
.whatis_wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.what-left {
  background-color: #04ffd1;
  position: relative;
  overflow: hidden;

  border-radius: 30px;
  flex-basis: 50%;
}
.whatleft-inner {
  padding: 112px 194px 80px 70px;
}
.what-left::before {
  position: absolute;
  content: "";
  background-image: url(images/tokens-image.png);
  width: 291px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.what-left h2 {
  line-height: 1;
  font-size: 70px;
}
.what-left h2,
.what-left p {
  position: relative;
  z-index: 2;
  color: #0e0c0e;
}
.what-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-basis: 50%;
}
.right-box {
  background: #222222;
  padding: 60px 70px 60px 40px;
  border-radius: 30px;
}
.right-box .box-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.right-box .box-heading h3 {
  line-height: 1;
  margin-left: 20px;
  font-size: 26px;
}
.whatis-section {
  padding-bottom: 40px;
}
.details-wrapper h2 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.details-wrapper {
  position: relative;
  z-index: 2;
}
.details-box-wrap {
  display: flex;
  border: 1px solid #494949;
  border-radius: 30px;
  padding: 25px 30px 20px;
}
.detail-box {
  display: flex;
  padding: 12px 20px;
  border-left: 1px solid #494949;
}
.detail-box-dot img {
  width: 22px;
}
.detail-box:first-child {
  border-left: none;
}
.detail-box h3 {
  font-size: 20px;
  margin-left: 15px;
}
.circle-wrapper {
  width: 751px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: -70px;
  position: relative;
}
.circle-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(images/green-circle.svg);
  top: 120px;
  right: -120px;
  width: 56px;
  height: 56px;
  z-index: 9;
  background-size: contain;
}
.circle-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(images/green-circle.svg);
  bottom: 20px;
  left: -140px;
  width: 88px;
  height: 88px;
  z-index: 9;
  background-size: contain;
}
.circle-wrapper h3 {
  position: absolute;
  font-size: 36px;
  max-width: 205px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}
.circle-box {
  background: #222222;
  border-radius: 10px;
  padding: 17px 36px 17px 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.circle-box span {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
}
.circle-box1 {
  top: 25%;
  right: 20%;
}
.circle-box2 {
  bottom: 18%;
  left: 40%;
}
.circle-box3 {
  top: 51%;
  right: 2%;
}
.details-section {
  position: relative;
}
.details-section::before {
  position: absolute;
  content: "";
  background-image: url(/images/stars-background.png);
  width: 100%;
  height: calc(100% - 130px);
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.details-section::after {
  position: absolute;
  content: "";
  background-image: url(images/green-circle.svg);
  bottom: 40px;
  right: 20%;
  width: 42px;
  height: 42px;
  z-index: 9;
  background-size: contain;
}
.btns-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttons-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.btns-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222022;
  border-radius: 50px;
  width: 160px;
  height: 46px;
  border: 1px solid #222022;
  margin-left: 16px;
  margin-right: 16px;
  transition: all 0.3s ease;
  color: #fff;
}
.btns-wrapper a:hover {
  background: transparent;
}
.btns-wrapper a img {
  margin-right: 15px;
}
.fees-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fees-wrap {
  display: flex;
  align-items: center;
  max-width: 943px;
  margin: 0 auto;
  gap: 30px;
}
.fees-box h3 {
  font-size: 20px;
  margin-left: 10px;
}
.fees-section {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
}
.buy-section {
  padding-top: 150px;
}
.buy-section h2 {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.buy-section p.brushwood-p {
  text-align: center;
  max-width: 416px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  margin-bottom: 70px;
}
.brushwood-wrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.brushwood-wrap .lottie-wrapper {
  position: absolute;
  left: -104px;
  top: 0;
  width: 1143px;
}
.brushwood-row {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
  gap: 20px;
}
.brushwood-row-last {
  padding-bottom: 200px;
}
.brushwood-box {
  flex-basis: 50%;
}
.brushwood-box span {
  background: #04ffd1;
  border-radius: 50px;
  width: 121px;
  height: 41px;
  color: #0e0c0e;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.brushwood-box p {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "flexi";
  color: #fff;
  line-height: 1.1;
}
.brushwood-box a {
  font-size: 32px;
  font-family: "flexi";
  text-decoration: underline;
}
.brushwood-box1 p {
  max-width: 336px;
}
.brushwood-box2 p {
  max-width: 278px;
}
.brushwood-box3 p {
  max-width: 231px;
}
.brushwood-box4 p {
  max-width: 415px;
}
.brushwood-box5 p {
  max-width: 303px;
}
.brushwood-box6 p {
  max-width: 415px;
}
.brushwood-box7 p {
  max-width: 260px;
}
.brushwood-box8 p {
  max-width: 323px;
}
.copy-wrap {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #393939;
  max-width: 415px;
  position: relative;
  margin-top: 30px;
}
.brushwood-box6 input#copy_text {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none !important;
  color: #fff;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 18px;
  text-transform: uppercase;
}
.brushwood-box6 input#copy_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background-color: #04ffd1;
  background-image: url(/images/copy-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #04ffd1;
  cursor: pointer;
}
.brushwood-box6 input::placeholder {
  color: #fff !important;
}
.congrats-section .section-container {
  max-width: 987px;
}
.congrats-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #393939;
  background: #0e0c0e;
  border-radius: 50px;
  height: 422px;
  padding-left: 170px;
  padding-right: 170px;
  margin: 0 auto;
  position: relative;
  margin-bottom: -140px;
}
.congrats-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(/images/dog-coin.png);
  width: 160px;
  height: 160px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.congrats-wrapper h2 {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
}
.ask-section {
  background-image: url(/images/ask-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 252px;
  padding-bottom: 113px;
}
.ask-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ask-wrapper h2 {
  color: #0e0c0e;
  line-height: 1;
}
.ask-wrapper p {
  font-size: 20px;
  text-align: center;
  color: #0e0c0e;
  max-width: 484px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.ask-wrapper a {
  background: #0e0c0e;
  border: 1px solid #0e0c0e;
  color: #fff;
  border-radius: 50px;
  width: 179px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.3s ease;
}
.ask-wrapper a:hover {
  background: transparent;
  color: #0e0c0e;
}
.brushwood-row-copy {
  padding-top: 50px !important;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 160px;
  }
}
@media (max-width: 1024px) {
  .whatis_wrap {
    flex-direction: column;
  }
  .whatleft-inner {
    padding: 60px 160px 60px 40px;
  }
  .what-left h2 {
    font-size: 50px;
  }
  .details-box-wrap {
    flex-wrap: wrap;
  }
  .detail-box {
    flex-basis: 42%;
    border: none;
  }
  .buy-section {
    padding-top: 80px;
  }
  .fees-wrap {
    gap: 20px;
  }
  .fees-box h3 {
    font-size: 16px;
    margin-left: 8px;
  }
  .footer-social-wrap {
    width: 100%;
  }
  .footer-social-wrap a {
    width: 80px;
    height: 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  .footer-right-wrap {
    padding-left: 0;
  }
  .footer-top p:first-of-type {
    margin-bottom: 20px;
  }
  .footer-row {
    padding: 80px 0px 60px !important;
  }
  .footer-logo {
    margin-top: 60px;
  }
  .separator-line {
    margin: 60px 0;
  }
  .footer-btns a {
    font-size: 18px;
  }
  .brushwood-wrap {
    max-width: 650px;
  }
  .brushwood-box a,
  .brushwood-box p {
    font-size: 24px;
  }
  .brushwood-wrap .lottie-wrapper {
    width: 100vw;
    max-width: 768px;
    left: -74px;
  }
  .brushwood-row {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .brushwood-row-copy {
    padding-top: 20px !important;
    padding-bottom: 20px;
  }
  .brushwood-row-last {
    padding-bottom: 120px;
  }
  .congrats-wrapper::before {
    width: 110px;
    height: 110px;
    top: -55px;
    background-size: contain;
  }
  .copy-wrap {
    margin-top: 15px;
    max-width: 300px;
  }
  .brushwood-box6 input#copy_text {
    font-size: 13px;
  }
  .brushwood-box span {
    margin-bottom: 20px;
  }
  .congrats-wrapper {
    height: 350px;
    margin-bottom: -115px;
  }
  .congrats-wrapper h2 {
    font-size: 52px;
  }
  .ask-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .ask-wrapper p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .buy-section p.brushwood-p {
    margin-bottom: 30px;
  }
  .buy-section h2 {
    margin-bottom: 20px;
  }
  .footer-btns {
    margin-top: 30px;
  }
  .footer-btns a {
    margin-right: 10px;
  }
  .circle-wrapper::before {
    right: -30px;
  }
  .circle-wrapper::after {
    left: -35px;
  }
  .details-section::after {
    right: 10%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 23vw;
  }
  .hero-social {
    justify-content: center;
  }
  .right-box .box-heading h3 {
    font-size: 22px;
  }
  .whatleft-inner {
    padding: 60px 40px 60px 40px;
  }
  .detail-box {
    flex-basis: 100%;
  }
  .detail-box1 img {
    object-fit: contain;
  }
  .circle-wrapper {
    margin-top: -40px;
  }
  .circle-box span {
    font-size: 16px;
  }
  .circle-box {
    padding: 13px 20px 13px 13px;
  }
  .circle-wrapper h3 {
    font-size: 18px;
    max-width: 135px;
  }
  .circle-box1 {
    top: 22%;
    right: 8%;
  }
  .circle-box2 {
    bottom: 12%;
    left: 27%;
  }
  .circle-box3 {
    top: 53%;
    right: 4%;
  }
  .circle-wrapper {
    width: 340px;
  }
  .circle-wrapper::after {
    width: 70px;
    height: 70px;
    background-size: contain;
    left: -45px;
  }
  .details-section::after {
    right: 5px;
  }
  .circle-wrapper::before {
    right: -50px;
    top: 60px;
  }
  .fees-wrap {
    flex-direction: column;
  }
  .fees-box {
    flex-direction: column;
    text-align: center;
  }
  .fees-box img {
    margin-bottom: 10px;
  }
  .fees-box h3 {
    margin-left: 0;
  }
  .btns-wrapper a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .brushwood-wrap .lottie-wrapper {
    display: none;
  }
  .brushwood-row {
    flex-direction: column;
    gap: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .buy-section p.brushwood-p {
    font-size: 18px;
  }
  .buy-section {
    padding-top: 60px;
  }
  .congrats-wrapper h2 {
    font-size: 36px;
  }
  .congrats-wrapper {
    height: 280px;
  }
  .brushwood-row-last {
    padding-bottom: 80px !important;
  }
  .ask-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .congrats-wrapper {
    margin-bottom: -90px;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-top .desktop-col-6 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .footer-social-wrap {
    flex-wrap: wrap;
  }
  .footer-social-wrap a {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .footer-logo {
    margin-top: 40px;
  }
  .separator-line {
    margin: 40px 0;
  }
  .footer-bottom span {
    margin-top: 40px;
  }
  .footer-row {
    padding: 60px 0px 40px !important;
  }
  .ask-wrapper p {
    font-size: 18px;
  }
  .btn-hero::after{
      left: -40px;
  }
  .btn-hero::before{
      bottom: -35px;
  }
  .hero-wrap h1::before{
      right: -20px;
  }
  .hero-wrap h1::after{
      right: 10px;
  }
  .hero-wrap p::before{
      left: 80px;
      top: 100%;
  }
  .hero-wrap p::after{
      right: -20px;
  }
  .hero-wrap::before{
      bottom: -40px;
      left: 10px;
  }
  .hero-wrap::after{
      left: 15px;
  }
}
