@font-face {
  font-family: "Kenyan Coffee";
  src: url("/fonts/Kenyan Coffee Rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Kenyan Coffee";
  src: url("/fonts/Kenyan Coffee Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Kenyan Coffee";
  src: url("/fonts/Kenyan Coffee Rg It.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Kenyan Coffee";
  src: url("/fonts/Kenyan Coffee Bd It.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
.style-text-btns-rich {
  color: #3dd63d !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  letter-spacing: 1.44px !important;
  word-wrap: break-word !important;
  text-shadow: 1px 1px 8px rgba(61, 214, 61, 0.7) !important;
}

.hover-btn:hover {
  transform: translateY(-3.5px);
}

body {
  font-family: "Kenyan Coffee", sans-serif;
}

body {
  font-family: "Kenyan Coffee", sans-serif;
  background: #e6efe8;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.page-wrapper {
  max-width: 1280px;
  width: 100vw;
  position: relative;
  height: 100vh;
  margin: auto;
}
.footer-text {
  position: fixed;
  bottom: 16px;
  min-width: max-content;
  left: 28px;
  opacity: 0.3;
  z-index: 1;
  font-size: 18px;
}
.background,
.background-mobile {
  position: fixed;
  object-fit: cover;
  inset: 0;
  width: 100%;
  height: 100%;
}
.wrapper-coming-soon {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 100%;
  left: -7%;
}
.coming-soon-text {
  width: 40%;
  position: absolute;
  left: 14%;
  z-index: 1;
  top: 7%;
}
.coming-soon-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-gradient {
  position: absolute;
  right: 11%;
  top: 91%;
  width: 411px;
  height: 66px;
  border-radius: 9999px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(107, 166, 56, 0.5) 0%,
    rgba(107, 166, 56, 0) 89.5%
  );
}
.wrapper-image-bg {
  width: 100%;
  min-height: 800px;
  position: relative;
}
.wrapper-btn {
  cursor: pointer;
  margin-top: 32px;
  position: relative;
}
.modal {
  background: rgba(255, 255, 255, 0.822);
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  backdrop-filter: blur(6px);
  width: 90%;
  max-width: 504px;
  padding: 0px 32px;
  height: 315px;
  visibility: hidden;
  opacity: 0;
}
.blur-modal.open {
  opacity: 1;
  visibility: visible;
}
.blur-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000000d0;
  backdrop-filter: 8.5px;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
}
.modal.open {
  opacity: 1;
  visibility: visible;
}
.close-icon {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}
.wrapper-content-modal {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-title {
  text-align: center;
  color: black;
  font-size: 32px;
  font-family: Kenyan Coffee;
  font-weight: 700;
  letter-spacing: 2.88px;
  word-wrap: break-word;
  text-shadow: 6px 5px 0px rgba(148, 255, 148, 1);
}
.modal-desc {
  margin-top: 10px;
  text-align: center;
  color: #002300;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.44px;
  word-wrap: break-word;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.5);
}
.modal-text-btn {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3dd63d;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.96px;
  word-wrap: break-word;
  text-shadow: 1px 1px 8px rgba(61, 214, 61, 0.7);
}
.bgBtnModal {
  width: 304px;
  height: 40px;
}
.head {
  width: 41%;
  min-width: 312px;
  object-fit: contain;
  position: absolute;
  right: -9%;
  top: 3%;
}
.video {
  position: absolute;
  width: 48vw;
  height: 46vh;
  appearance: none;

  overflow: hidden;
  left: 12%;
  max-width: 720px;
  max-height: 420px;
  top: 20%;
  border-radius: 24px;
}
.wrapper-texts-socials {
  position: absolute;
  min-width: 650px;

  top: 75%;
  right: 14%;
  width: 53%;
  height: 116px;
}

.wrapper-coming-soon-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .lg-hidden {
    display: none;
  }
  .background-mobile {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .sm-hidden {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .sm-show {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .text-middle {
    top: 55% !important;
  }
}

@media screen and (max-width: 1200px) {
  .modal {
    padding: 0;
  }
  .wrapper-coming-soon {
    height: 724px;
  }
  .wrapper-coming-soon {
    left: 0;
  }
  .video {
    top: 8vw !important;
  }
  .footer-text {
    left: 50%;
    transform: translateX(-50%);
  }
  .wrapper-texts-socials {
    right: 13% !important;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper-coming-soon {
    height: 65vw;
  }
  .wrapper-texts-socials {
    right: 10% !important;
  }
}
.text-middle {
  position: absolute;
  top: 53% !important;
  min-width: max-content;
  left: 50%;
  transform: translate(-50%, -135%);
  transform-origin: top left;
}

.text-middle span {
  font-size: 24px;
  font-family: "Kenyan Coffee";
  letter-spacing: 1.44px;
  word-wrap: break-word;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.5);
}

.text-middle .bold {
  font-weight: 700;
}

.text-middle .regular {
  font-weight: 400;
}

.text-middle .red {
  color: #ed1111;
}

.text-middle .green {
  color: #002300;
}

.text-middle .wide-spacing {
  letter-spacing: 2.16px;
}

@media screen and (max-width: 800px) {
  .wrapper-coming-soon {
    top: 3%;
    transform: none;
    min-height: 717px;
  }
  .video {
    width: 81%;
    height: 176px;
    top: 8px !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .bg-social-btn {
    width: 42px !important;

    transition: 0.3s all;

    height: 42px !important;
  }
  .wrapper-image-bg {
    max-width: 400px;
    margin: auto;
    min-height: auto;
    height: 326px;
  }
  .bg-social-btn-1 {
    transition: 0.3s all;

    width: 100% !important;
    height: 42px !important;
  }
  .text-middle span {
    font-size: 16px !important;
  }

  .text-middle {
    font-size: 16px !important;
    width: 90%;
    min-width: auto !important;
    top: 61% !important;
  }
  .wrapper-text {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    right: 0 !important;
    row-gap: 8px !important;
    margin-top: 60px;
    top: 48% !important;
  }
  .wrapper-social-btns {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px !important;
    flex-direction: row !important;
    column-gap: 8px !important;
  }
  .coming-soon-text {
    width: 229px;
    position: static;
    height: 116px;
    margin-right: -70px;
  }
  .head {
    position: static;
    min-width: auto;
    width: 188px;
    height: 188px;
  }
  .hidden-mobile {
    display: none;
  }
  .wrapper-texts-socials {
    width: 78%;
  }

  .background {
    display: none;
  }
  .wrapper-texts-socials {
    height: 100px;
    max-width: 320px;

    top: 58%;
    left: 50%;
    min-width: auto !important;
    transform: translateX(-50%);
  }
  .wrapper-web3-btns {
    width: 100%;
    column-gap: 8px !important;
  }
  .wrapper-btn-text-1 {
    width: 100% !important;
  }
  .wrapper-btn-text-2 {
    width: 100% !important;
  }
  .wrapper-btn-text-3 {
    width: 60% !important;
  }
  .style-text-btns {
    top: 47% !important;
    font-size: 16px !important;
  }
  .wrapper-btn-text {
    height: 42px !important;
  }
}
.bg-text-image {
  width: 100%;
  height: 100%;
}
.hover-btn {
  transition: 0.3s all;
}
.wrapper-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 16px;
  align-items: end;
  position: absolute;
  top: 55%;
  right: 4%;
}
.wrapper-web3-btns {
  display: flex;
  column-gap: 16px;
}
.wrapper-btn-text {
  transition: 0.3s all;

  height: 61px;
  position: relative;
  cursor: pointer;
  /* padding: 16px 24px; */
}
.wrapper-btn-text-1 {
  width: 190px;
}
.wrapper-btn-text-2 {
  width: 145px;
}
.wrapper-btn-text-3 {
  width: 95px;
}
.green-btn-img {
  width: 100%;
  height: 100%;
}
.style-text-btns {
  color: black;
  min-width: max-content;
  top: 44%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 100;
}
.wrapper-social-btns {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 16px;
}
.bg-social-btn {
  position: relative;
  width: 61px;
  height: 61px;
}
.social-icon {
  width: 38px;
  height: 38px;
  top: 45%;
  left: 47%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.bg-social-btn-text {
  width: 256px;
  height: 61px;
  position: relative;
}
