@import '../vendors/fontBaiJamjuree/BaiJamjuree.css';
@import '../vendors/Font Juice/stylesheet.css';
@import '../vendors/fontvt323/vt323.css';
body {
  font-family: Bai Jamjuree, Arial;
}

.section-One-And-Two {
  min-height: 100vh;
  background-image: url("../../images/background1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  background: transparent;
  color: #ffffff !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 999;
  transition: all 0.5s ease !important;
}
.navbar__left--img {
  border-radius: 100px;
}
.navbar__left__header {
  font-weight: 700;
  font-family: "Unison Pro";
}
.navbar__right__list {
  position: relative;
}
.navbar__right__list__item {
  font-size: 25px;
  font-weight: 300;
}
.navbar__right__list__item__link1 {
  position: relative;
  transition: all 0.5s ease;
}
.navbar__right__list__item__link1:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}
.navbar__right__list__item__link1:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.navbar__right--img {
  width: 45px;
  height: 45px;
  transition: all 0.2s ease-out;
}
.navbar__right--img:hover {
  transform: scale(1.06);
}
.navbar__right--img__discord {
  width: 52px;
  height: 52px;
  transition: all 0.2s ease-in-out;
}
.navbar__right--img__discord:hover {
  transform: scale(1.06);
}
.navbar__right__btn {
  width: 153px;
  height: 59px;
  background: linear-gradient(180deg, #2BD5D5 0%, rgba(43, 213, 213, 0) 100%);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.35));
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 15px 43px rgba(20, 46, 74, 0.3);
  border: 2px solid #FFFFFF;
  cursor: pointer;
}
.navbar__right__btn:hover {
  transform: scale(1.05);
}
.navbar__right--button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Unison Pro";
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
}
.navbar__right--button:hover {
  transform: scale(1);
  color: #ffffff;
}

.offcanvas-body {
  background: #0085A4;
}

@media only screen and (min-width: 1600px) {
  .navbar {
    height: 115px;
  }
  .navbar__left--img {
    width: 103px;
  }
  .navbar__left__header {
    font-size: 35px;
    line-height: 40px;
    margin-left: 49px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .navbar {
    height: 120px;
  }
  .navbar__left--img {
    width: 105px;
  }
  .navbar__left__header {
    font-size: 30px;
    line-height: 35px;
    margin-left: 55px !important;
  }
  .navbar__right__list__item {
    font-size: 22px;
  }
  .navbar__right--img {
    width: 37px;
    height: 37px;
  }
  .navbar__right--img__discord {
    width: 43px;
    height: 43px;
  }
}
@media only screen and (max-width: 1399px) {
  .navbar {
    padding: 0 50px !important;
    height: 92px;
  }
  .navbar__right__list__item {
    font-size: 20px;
  }
  .navbar__right--img {
    width: 32px;
    height: 32px;
  }
  .navbar__right--img__discord {
    width: 37px;
    height: 37px;
  }
  .navbar__left__header {
    font-size: 25px;
    margin-left: 30px !important;
  }
  .navbar__left--img {
    width: 80px;
  }
  .navbar__right__btn {
    width: 127px;
    height: 47px;
    margin-left: 30px !important;
  }
  .navbar__right--button {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar {
    height: 90px;
  }
  .navbar__right__list__item {
    font-size: 18px;
  }
  .navbar__right--img {
    width: 30px;
    height: 30px;
  }
  .navbar__right--img__discord {
    width: 35px;
    height: 35px;
  }
  .navbar__left__header {
    font-size: 25px;
    margin-left: 27px !important;
  }
  .navbar__left--img {
    width: 80px;
  }
  .navbar__right__btn {
    width: 125px;
    height: 45px;
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 992px) {
  .navbar {
    padding: 0 25px !important;
    height: 78px;
  }
  .navbar__left--img {
    width: 68px;
  }
  .ham-menu {
    display: flex !important;
    right: 17px !important;
  }
  .check {
    display: block !important;
    top: 16px !important;
    right: 17px !important;
  }
  .navbar__right__list {
    display: none !important;
  }
  .navbar__right__btn--offcanvas {
    margin-left: 0px !important;
  }
  .offcanvas {
    top: 76px;
  }
}
@media only screen and (max-width: 576px) {
  .navbar {
    padding: 0 15px !important;
  }
  .navbar__left--img {
    width: 70px;
  }
  .navbar__left__header {
    margin-left: 20px !important;
  }
  .ham-menu {
    right: 9px !important;
  }
  .check {
    right: 9px !important;
  }
  .navbar__left__header {
    font-size: 22px;
  }
}
@media only screen and (max-width: 390px) {
  .navbar {
    padding: 0 10px;
    height: 70px;
  }
  .navbar__left--img {
    width: 60px;
  }
  .navbar__left__header {
    font-size: 18px;
    margin-left: 10px !important;
  }
  .ham-menu {
    right: 10px !important;
  }
  .check {
    right: 10px !important;
  }
  .offcanvas {
    top: 68px;
  }
}
.check {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  height: 3rem;
  width: 3rem;
  opacity: 0;
  z-index: 3;
  display: none;
}

.check:hover {
  cursor: pointer;
}

.ham-menu {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  padding: 0.5rem;
  z-index: 2;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 0.25em;
}

.ham-menu .line {
  background-color: white;
  border-radius: 1em;
  width: 28px;
  height: 2px;
}

.ham-menu .line1 {
  transform-origin: 0% 0%;
  transition: transform 100ms ease-in-out;
}

.ham-menu .line3 {
  transform-origin: 0% 100%;
  transition: transform 100ms ease-in-out;
}

.check:checked ~ .ham-menu .line1 {
  display: block;
  transform: rotate(45deg);
}

.check:checked ~ .ham-menu .line2 {
  opacity: 0;
}

.check:checked ~ .ham-menu .line3 {
  display: block;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  padding-top: 202px;
  min-height: 600px;
}
.hero--container {
  position: relative;
}
.hero__left {
  max-width: 805px;
}
.hero__left__header {
  font-family: "Unison Pro";
  font-size: 37px;
  font-weight: 700;
}
.hero__left__header--green {
  color: #2CD1B4;
}
.hero__left__para {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}
.hero__right--img1 {
  position: absolute;
  width: 539px;
  top: -91px;
  right: -54px;
}

@media only screen and (min-width: 1400px) {
  .hero__right__para {
    right: -77px;
  }
  .Scroll {
    bottom: -107px !important;
  }
  .hero__left {
    max-width: 805px;
    margin-left: 86px;
  }
}
@media only screen and (max-width: 1400px) {
  .hero {
    padding-top: 170px;
  }
  .hero__left__header {
    font-size: 30px;
  }
  .hero__left {
    max-width: 721px;
  }
  .hero__right--img1 {
    width: 496px;
    top: -90px;
    right: -3px;
  }
  .hero__right__para {
    font-size: 30px;
    line-height: 28px;
    top: -21px;
    right: -89px;
  }
  .hero__left {
    max-width: 668px;
    margin-left: 145px;
  }
  .hero__left__para {
    font-size: 21px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1350px) {
  .hero__right--img1 {
    width: 472px;
    top: -88px;
    right: 0;
  }
}
@media only screen and (max-width: 1330px) {
  .hero__right--img1 {
    width: 472px;
    top: -88px;
    left: auto;
    right: 0px;
  }
  .hero__left__header {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero {
    padding-top: 170px;
  }
  .hero__left__header {
    font-size: 27px;
  }
  .hero__left {
    max-width: 721px;
  }
  .hero__right--img1 {
    width: 472px;
    top: -88px;
    left: auto;
    right: 0px;
  }
  .hero__right__para {
    font-size: 28px;
    line-height: 26px;
    top: -18px;
    left: 186px;
  }
  .hero__left__para {
    font-size: 18px;
    line-height: 22px;
  }
  .hero__left {
    max-width: 600px;
    margin-left: 106px;
    margin-top: -27px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .hero__left__header {
    font-size: 25px;
  }
  .hero__left {
    max-width: 721px;
  }
  .hero__right--img1 {
    width: 472px;
    top: -88px;
    left: auto;
    right: 0px;
  }
  .hero__right__para {
    font-size: 28px;
    line-height: 26px;
    top: -18px;
    left: 186px;
  }
  .hero__left__para {
    font-size: 18px;
  }
  .hero__left {
    max-width: 562px;
    margin-left: 40px;
    margin-top: -27px !important;
  }
}
@media only screen and (max-width: 991px) {
  .hero__left__para {
    font-size: 18px;
  }
  .hero__left {
    max-width: 550px;
    margin: 0 auto;
  }
  .hero__left__header {
    font-size: 25px;
    line-height: 29px;
  }
  .hero {
    background-size: cover;
    padding-top: 124px;
  }
  .hero__right {
    min-height: 450px;
  }
  .hero__right--img1 {
    max-width: 472px;
    width: 100%;
    position: static;
  }
  .section2 {
    background-size: cover;
  }
}
@media only screen and (max-width: 765px) {
  .hero__left__para {
    font-size: 16px;
    line-height: 19px;
  }
  .hero__left {
    max-width: 500px;
    margin: 0 auto;
  }
  .hero__left__header {
    font-size: 22px;
    line-height: 26px;
  }
  .hero__right--img1 {
    max-width: 472px;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .hero {
    padding-top: 98px;
  }
  .hero__left {
    max-width: 500px;
    margin-left: 10px !important;
  }
  .hero__left__header {
    font-size: 20px;
    line-height: 24px;
    max-width: 420px;
  }
  .hero__right--img1 {
    max-width: 472px;
    width: 100%;
  }
}
@media only screen and (max-width: 436px) {
  .hero__right--img1 {
    max-width: 472px;
    width: 110%;
    max-height: 100%;
  }
  .hero__left {
    margin-top: -20px !important;
    margin-left: 4px;
  }
}
@media only screen and (max-width: 390px) {
  .hero__right--img1 {
    max-width: 472px;
    width: 110%;
    max-height: 100%;
  }
  .hero__left {
    margin-top: -20px !important;
    margin-left: 4px;
  }
  .hero__left__header {
    font-size: 18px;
    line-height: 22px;
    max-width: 420px;
  }
}
@media only screen and (max-width: 380px) {
  .hero__left {
    margin-top: -30px !important;
  }
}
.section2 {
  min-height: 150vh;
}
.section2__container {
  position: relative;
}
.section2__container--img {
  max-width: 100%;
  width: 100%;
}
.section2__container--img4 {
  margin-bottom: -30px;
}
.section2__card {
  background: url("../../images/section2_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 250px;
  border-radius: 25px;
  max-width: 1150px;
  width: 100%;
}
.section2__card1 {
  max-width: 85%;
}
.section2__card2 {
  max-width: 620px;
}
.section2__card3 {
  max-width: 550px;
}
.section2__card4 {
  max-width: 600px;
}
.section2__card5 {
  max-width: 600px;
}
.section2__header {
  font-size: 23px;
  font-weight: 700;
  margin-top: 0px !important;
  font-family: "Unison Pro";
  white-space: nowrap;
}
.section2__para {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}

@media only screen and (max-width: 1400px) {
  .section2__card {
    min-height: 240px;
  }
  .section2__header {
    font-size: 20px;
  }
  .section2__para {
    font-size: 20px;
    line-height: 25px;
  }
  .section2__card1 {
    max-width: 550px;
  }
  .section2__card2 {
    max-width: 500px;
  }
  .section2__card3 {
    max-width: 514px;
  }
  .section2__card4 {
    max-width: 613px;
  }
}
@media only screen and (max-width: 1200px) {
  .section2__card {
    min-height: 240px;
  }
  .section2__header {
    font-size: 20px;
  }
  .section2__para {
    font-size: 18px;
    line-height: 22px;
  }
  .section2__card1 {
    max-width: 500px;
  }
  .section2__card3 {
    max-width: 600px;
  }
}
@media only screen and (max-width: 992px) {
  .section2__card {
    min-height: 240px;
    max-width: 600px !important;
  }
  .section2__card {
    min-height: 240px;
  }
  .section2__header {
    font-size: 18px;
    white-space: normal !important;
  }
  .section2__card2 {
    max-width: 346px;
  }
  .section2__card1 {
    max-width: 500px;
  }
  .section2__card3 {
    max-width: 600px;
  }
  .section2__container {
    margin-bottom: 20px;
  }
  .section2__container--img4 {
    margin-bottom: -40px;
  }
  .section2__container--img5 {
    margin-bottom: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .section2__card1 {
    max-width: 600px;
  }
  .section2__card2 {
    max-width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .section2__card {
    min-height: 240px;
    max-width: 600px !important;
  }
  .section2__para {
    font-size: 16px;
    line-height: 20px;
  }
  .section2__card1 {
    max-width: 100%;
  }
  .section2__card3 {
    max-width: 100%;
  }
  .section2__container {
    margin-bottom: 20px;
  }
  .section2__container--img1 {
    max-width: 120px;
  }
  .section2__container--img2 {
    max-width: 152px;
  }
  .section2__container--img3 {
    max-width: 108px;
  }
  .section2__container--img4 {
    margin-bottom: -30px;
    max-width: 178px;
  }
  .section2__container--img5 {
    margin-bottom: -40px;
    max-width: 177px;
  }
}
@media only screen and (max-width: 576px) {
  .section2__header {
    font-size: 17px;
    line-height: 20px;
  }
  .section2__card1 {
    max-width: 100%;
  }
  .section2__card3 {
    max-width: 100%;
  }
  .section2__container {
    margin-bottom: 20px;
  }
  .section2__container--img1 {
    max-width: 108px;
    margin-bottom: -10px;
  }
  .section2__container--img2 {
    max-width: 135px;
    margin-bottom: -5px;
  }
  .section2__container--img3 {
    max-width: 100px;
    margin-bottom: -10px;
  }
  .section2__container--img4 {
    margin-bottom: -32px;
    max-width: 160px;
  }
  .section2__container--img5 {
    margin-bottom: -40px;
    max-width: 150px;
  }
}
.Roadmap {
  background: #D7D7D7;
  overflow: hidden !important;
}
.Roadmap__heading {
  font-size: 55px;
  line-height: 55px;
  font-family: "Unison Pro";
  font-weight: 900;
  background-image: url("../../images/roadmaptext.svg");
  -webkit-background-clip: text;
  color: transparent;
}
.Roadmap__box {
  border-radius: 25px;
  background: url("../../images/roadmap_bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 1400px;
}
.Roadmap__box__line {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%, 0%);
  max-height: 100%;
}
.Roadmap__box--img {
  width: 150px;
}
.Roadmap__box--img1 {
  margin-top: -43px;
}
.Roadmap__box--img2 {
  width: 110px;
  margin-top: -73px;
}
.Roadmap__box--img3 {
  width: 100px;
  margin-top: -115px;
}
.Roadmap__box--img4 {
  width: 130px;
  margin-top: -44px;
}
.Roadmap__box__content {
  max-width: 350px;
}
.Roadmap__box__content1 {
  margin-top: 30px !important;
}
.Roadmap__box__content2 {
  max-width: 280px !important;
  width: 100%;
  margin-top: 27px !important;
}
.Roadmap__box__content3 {
  max-width: 380px;
  width: 100%;
  margin-top: -37px !important;
}
.Roadmap__box__content4 {
  max-width: 300px;
  width: 100%;
}
.Roadmap__box__content__heading {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  max-width: 180px;
  font-family: "Unison Pro";
}
.Roadmap__box__content__heading2 {
  max-width: 370px !important;
  white-space: nowrap;
}
.Roadmap__box__content__heading3 {
  max-width: 280px !important;
}
.Roadmap__box__content__heading4 {
  max-width: 300px !important;
}
.Roadmap__box__content__list__item {
  font-size: 16px;
  font-weight: 200;
}
.Roadmap__box__content__list__item--green {
  color: #20AB70;
  font-weight: bold;
  line-height: 25px;
}

@media only screen and (max-width: 866px) {
  .Roadmap__box__content {
    margin-right: 10px !important;
  }
  .Roadmap__box__content__list__item {
    font-size: 15px;
  }
  .Roadmap__box__line {
    max-height: 99% !important;
  }
}
@media only screen and (max-width: 850px) {
  .Roadmap__box__content2 {
    margin-top: 8px !important;
  }
}
@media only screen and (max-width: 768px) {
  .Roadmap__box__content__heading {
    font-size: 14px;
    line-height: 20px;
  }
  .Roadmap__heading {
    font-size: 45px;
    line-height: 55px;
  }
  .Roadmap__box__content__heading1 {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 663px) {
  .Roadmap__box__content2 {
    margin-top: 7px !important;
  }
  .Roadmap__box__content3 {
    margin-top: -31px !important;
  }
  .Roadmap__box__content4 {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 631px) {
  .Roadmap__box__content2 {
    margin-top: -16px !important;
  }
  .Roadmap__box__content3 {
    margin-top: -50px !important;
  }
  .Roadmap__box__content4 {
    margin-top: 0px !important;
  }
  .Roadmap__heading {
    font-size: 38px;
    line-height: 47px;
  }
}
@media only screen and (max-width: 602px) {
  .Roadmap__box__content__date {
    font-size: 16px;
    line-height: 20px;
  }
  .Roadmap__box__content__list__item {
    font-size: 14px;
    line-height: 16px;
  }
  .Roadmap__box__content__heading {
    font-size: 12px;
    line-height: 16px;
  }
  .Roadmap__box__content1 {
    margin-top: 58px !important;
  }
  .Roadmap__box__content2 {
    margin-top: 28px !important;
    margin-right: -11px !important;
  }
  .Roadmap__box__content3 {
    margin-top: 0px !important;
  }
  .Roadmap__box__content4 {
    margin-top: 52px !important;
  }
  .Roadmap__box--img3 {
    margin-top: -33px;
  }
  .Roadmap__box--img4 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .Roadmap__heading {
    font-size: 35px;
    line-height: 47px;
  }
  .Roadmap {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .Roadmap__box__content__heading {
    font-size: 12px;
    line-height: 16px;
  }
  .Roadmap__box__content__date {
    font-size: 14px;
    line-height: 17px;
  }
  .Roadmap__box__content {
    margin-top: 53px !important;
  }
  .Roadmap__box__content__list__item {
    font-size: 14px;
    line-height: 16px;
  }
  .Roadmap__box--img1 {
    width: 130px;
    margin-top: -13px;
  }
  .Roadmap__box--img2 {
    width: 100px;
    margin-top: 6px !important;
  }
  .Roadmap__box--img3 {
    width: 90px;
    margin-top: -16px !important;
  }
  .Roadmap__box--img4 {
    margin-top: 14px !important;
  }
  .Roadmap__box__content1 {
    margin-top: 58px !important;
  }
  .Roadmap__box__content2 {
    margin-top: 46px !important;
  }
  .Roadmap__box__content3 {
    margin-top: 28px !important;
  }
  .Roadmap__box__content4 {
    margin-top: 57px !important;
  }
}
@media only screen and (max-width: 507px) {
  .Roadmap__box__content2 {
    margin-top: 31px !important;
  }
}
@media only screen and (max-width: 500px) {
  .Roadmap__box__content3 {
    margin-top: 15px !important;
  }
  .Roadmap__box__content4 {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 471px) {
  .Roadmap__box__content__heading1 {
    margin-top: 14px !important;
  }
  .Roadmap__box__content__heading2 {
    margin-top: 3px !important;
  }
  .Roadmap__box__content1 {
    margin-top: 46px !important;
  }
  .Roadmap__box__content2 {
    margin-top: 41px !important;
    margin-right: 1px !important;
  }
  .Roadmap__box__content3 {
    margin-top: 16px !important;
  }
  .Roadmap__box__content4 {
    margin-top: 44px !important;
  }
  .Roadmap__box--img1 {
    width: 120px;
    margin-top: -32px;
  }
  .Roadmap__box--img2 {
    width: 90px;
    margin-top: -24px !important;
  }
  .Roadmap__box--img3 {
    width: 80px;
    margin-top: -39px !important;
  }
  .Roadmap__box--img4 {
    width: 110px;
    margin-top: -21px !important;
  }
  .Roadmap__box__content__heading2 {
    white-space: normal !important;
  }
}
@media only screen and (max-width: 464px) {
  .Roadmap__box__content1 {
    margin-top: 46px !important;
    margin-right: -10px;
  }
  .Roadmap__box__content2 {
    margin-top: 39px !important;
  }
  .Roadmap__box__content3 {
    margin-top: 13px !important;
  }
  .Roadmap__box__content4 {
    margin-top: 47px !important;
  }
  .Roadmap__heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 447px) {
  .Roadmap__box__content__heading3 {
    margin-left: 0px !important;
  }
  .Roadmap__box__content2 {
    margin-top: 39px !important;
  }
  .Roadmap__box__content3 {
    margin-top: 13px !important;
  }
  .Roadmap__box__content4 {
    margin-top: 49px !important;
  }
  .Roadmap__box__content__list {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 427px) {
  .Roadmap__box__content2 {
    margin-top: 26px !important;
  }
  .Roadmap__box__content3 {
    margin-top: 0px !important;
  }
  .Roadmap__box__content__date3 {
    padding-left: 0px !important;
  }
  .Roadmap__box--img1 {
    margin-top: -58px;
  }
}
@media only screen and (max-width: 425px) {
  .Roadmap__box__content3 {
    margin-top: -18px !important;
  }
}
@media only screen and (max-width: 417px) {
  .Roadmap__box__content3 {
    margin-top: -35px !important;
  }
}
@media only screen and (max-width: 415px) {
  .Roadmap__box__content2 {
    margin-top: 9px !important;
  }
  .Roadmap__box__content3 {
    margin-top: -50px !important;
  }
}
@media only screen and (max-width: 408px) {
  .Roadmap__box__content4 {
    margin-top: 39px !important;
  }
}
@media only screen and (max-width: 397px) {
  .Roadmap__box__content1 {
    margin-top: 69 !important;
  }
  .Roadmap__box__content2 {
    margin-top: 12px !important;
  }
  .Roadmap__box__content3 {
    margin-top: -2px !important;
  }
  .Roadmap__box__content4 {
    margin-top: 51px !important;
  }
  .Roadmap__box__content__date3 {
    margin-left: 19px !important;
  }
  .Roadmap__box__content__heading1 {
    margin-top: 32px !important;
  }
  .Roadmap__box__content__heading {
    font-size: 10px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 393px) {
  .Roadmap__box__content3 {
    margin-top: 13px !important;
  }
  .Roadmap__box__content2 {
    margin-top: 16px !important;
  }
  .Roadmap__box__content3 {
    margin-top: -3px !important;
  }
}
@media only screen and (max-width: 370px) {
  .Roadmap__box__content2 {
    margin-top: 26px !important;
  }
  .Roadmap__box__content3 {
    margin-top: -6px !important;
  }
}
@media only screen and (max-width: 361px) {
  .Roadmap__box__content2 {
    margin-top: -3px !important;
  }
  .Roadmap__box__content3 {
    margin-top: -20px !important;
  }
  .Roadmap__box__content__heading1 {
    margin-top: 44px !important;
  }
  .Roadmap__box--img2 {
    margin-top: -115px !important;
  }
}
@media only screen and (max-width: 357px) {
  .Roadmap__box {
    min-height: auto;
    height: auto;
  }
  .Roadmap__box__line {
    max-height: 1000px !important;
    height: 100%;
  }
  .Roadmap__box__content__list__item {
    font-size: 12px;
    line-height: 15px;
  }
  .Roadmap__box__content1 {
    margin-top: 61px !important;
  }
  .Roadmap__box__content2 {
    margin-top: -62px !important;
  }
  .Roadmap__box__content3 {
    margin-top: -132px !important;
  }
  .Roadmap__box__content4 {
    margin-top: -63px !important;
  }
  .Roadmap__box__content__date3 {
    margin-left: 0px !important;
    padding-left: 20px !important;
  }
  .Roadmap__box__content__heading {
    font-size: 9px;
    line-height: 12px;
  }
  .Roadmap__box__content__heading4 {
    margin-left: 15px !important;
  }
  .Roadmap__box__content__heading1 {
    margin-top: -72px !important;
  }
  .Roadmap__box--img1 {
    width: 100px;
    margin-top: -94px !important;
  }
  .Roadmap__box--img2 {
    width: 70px;
    margin-top: -161px !important;
    margin-left: -25px;
  }
  .Roadmap__box--img3 {
    width: 70px;
    margin-top: -206px !important;
    margin-right: -20px;
  }
  .Roadmap__box--img4 {
    width: 100px;
    margin-top: -152px !important;
    margin-left: -15px;
  }
  .Roadmap__box__content__list4 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 342px) {
  .Roadmap__box__content4 {
    margin-top: -75px !important;
  }
}
@media only screen and (max-width: 338px) {
  .Roadmap__box__content4 {
    margin-top: -90px !important;
  }
}
@media only screen and (max-width: 334px) {
  .Roadmap__box__content1 {
    margin-top: 61px !important;
  }
  .Roadmap__box__content2 {
    margin-top: -62px !important;
  }
  .Roadmap__box__content3 {
    margin-top: -149px !important;
  }
  .Roadmap__box__content4 {
    margin-top: -90px !important;
  }
  .Roadmap__box--img1 {
    width: 86px;
    margin-top: -88px !important;
  }
  .Roadmap__box--img2 {
    width: 62px;
    margin-top: -92px !important;
  }
  .Roadmap__box--img3 {
    width: 61px;
    margin-top: -233px !important;
  }
  .Roadmap__box--img4 {
    width: 88px;
    margin-top: -150px;
  }
  .Roadmap__box__content__date {
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 330px) {
  .Roadmap__box__content3 {
    margin-top: -161px !important;
  }
}
@media only screen and (max-width: 327px) {
  .Roadmap__box__content4 {
    margin-top: -95px !important;
  }
  .Roadmap__box__content2 {
    margin-top: -71px !important;
  }
  .Roadmap__box__content3 {
    margin-top: -157px !important;
  }
}
.Live {
  background: url("../../images/section4-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden !important;
  min-height: 400px;
  height: auto;
}
.Live--img {
  max-width: 110px;
  width: 100%;
  transition: all 0.3s ease-out;
}
.Live--img:hover {
  transform: scale(1.06);
}
.Live--img2 {
  max-width: 125px;
  width: 100%;
  transition: all 0.3s ease-out;
}
.Live--img2:hover {
  transform: scale(1.06);
}
.Live__content__heading {
  font-size: 40px;
  line-height: 50px;
  font-family: "Unison Pro";
  font-weight: 900;
  background-image: url("../../images/text-background.svg");
  -webkit-background-clip: text;
  background-size: cover;
  color: transparent;
}
.Live__content__subheading {
  font-size: 30px;
  line-height: 40px;
  font-family: "Unison Pro";
  color: #ffffff;
}
.Live__content__heading2 {
  font-weight: 400;
}
.Live__content__button1 {
  width: 220px;
  height: 97px;
  background: #140B2C;
  border-radius: 25px;
  box-shadow: 0px 15px 43px rgba(20, 46, 74, 0.3);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 2px solid #48F4CB;
}
.Live__content__button1:hover {
  transform: scale(1.05) !important;
}
.Live__content__button1--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Unison Pro";
  color: #ffffff;
  font-size: 30px;
  font-weight: 200;
}
.Live__content__button1--btn:hover {
  color: #ffffff;
}
.Live__content__button {
  width: 176px;
  height: 54px;
  background: #7DC5E3;
  box-shadow: 0px 15px 40px rgba(125, 197, 227, 0.3);
  border-radius: 16px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.Live__content__button:hover {
  transform: scale(1.05) !important;
}
.Live__content__button--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Bai Jamjuree";
  color: #222 !important;
  font-size: 22px;
  font-weight: 500;
}
.Live__content__button--btn:hover {
  color: #ffffff;
}

@media only screen and (max-width: 1300px) {
  .Live__content__button1 {
    width: 245px;
    height: 103px;
  }
  .Live__content__button1--btn {
    font-size: 42px;
  }
  .Live__content__heading {
    font-size: 37px;
    line-height: 47px;
  }
  .Live__content__subheading {
    font-size: 27px;
  }
  .Live--img {
    max-width: 95px;
  }
  .Live--img2 {
    max-width: 105px;
  }
}
@media only screen and (max-width: 768px) {
  .Live__content__button1 {
    width: 200px;
    height: 85px;
  }
  .Live__content__button1--btn {
    font-size: 33px;
  }
  .Live--img {
    max-width: 85px;
  }
  .Live--img2 {
    max-width: 95px;
  }
}
@media only screen and (max-width: 700px) {
  .Live__content__heading {
    font-size: 30px;
    line-height: 40px;
  }
  .Live__content__subheading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .Live__content__button {
    width: 158px;
    height: 51px;
  }
  .Live__content__button--btn {
    font-size: 20px;
  }
  .Live__content__button1--btn {
    font-size: 30px;
  }
  .Live__content__button1 {
    width: 185px;
    height: 79px;
  }
  .Live__content__heading {
    font-size: 30px;
    line-height: 35px;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .Live__content__heading2 {
    font-size: 30px;
  }
  .Live__content__list__item__link--img {
    width: 40px;
  }
  .Live--img {
    max-width: 75px;
  }
  .Live--img2 {
    max-width: 85px;
  }
}
@media only screen and (max-width: 420px) {
  .Live__content__heading {
    font-size: 25px;
    line-height: 30px;
  }
  .Live__content__subheading {
    font-size: 20px;
  }
  .Live--img {
    max-width: 65px;
  }
  .Live--img2 {
    max-width: 75px;
  }
}
@media only screen and (max-width: 390px) {
  .Live__content__heading2 {
    font-size: 25px;
  }
  .Live__content__para {
    font-size: 18px;
  }
  .Live__content__list__item__link--img {
    width: 30px;
  }
  .Live__content__button {
    width: 149px;
    height: 50px;
  }
  .Live__content__button--btn {
    font-size: 20px;
  }
  .Live__content__heading {
    font-size: 23px;
    line-height: 27px;
  }
  .Live__content__subheading {
    font-size: 18px;
  }
  .Live--img {
    max-width: 55px;
  }
  .Live--img2 {
    max-width: 63px;
  }
}
@media only screen and (max-width: 363px) {
  .Live__content__heading {
    font-size: 23px;
    line-height: 27px;
  }
  .Live__content__button1--btn {
    font-size: 25px;
  }
  .Live__content__button1 {
    width: 156px;
    height: 65px;
  }
  .Live__content__button {
    width: 142px;
    height: 48px;
  }
  .Live__content__button--btn {
    font-size: 18px;
  }
  .Live--img {
    max-width: 45px;
  }
  .Live--img2 {
    max-width: 52px;
  }
}
.Company {
  overflow: hidden !important;
}
.Company__slider__slide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Company__slider__slide__heading {
  font-size: 23px;
  line-height: 28px;
}
.Company__slider__slide--img1 {
  max-width: 50px;
  width: 100%;
}
.Company__slider__slide--img2 {
  max-width: 53px;
  width: 100%;
}
.Company__slider__slide--img3 {
  max-height: 41px;
}
.Company__slider__slide--img4 {
  max-width: 50px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .Company__slider__slide--img1 {
    max-width: 37px;
  }
  .Company__slider__slide--img2 {
    max-width: 40px;
  }
  .Company__slider__slide--img3 {
    max-height: 30px;
  }
  .Company__slider__slide--img4 {
    max-width: 40px;
  }
  .Company__slider__slide1 {
    min-width: 70px;
  }
  .Company__slider__slide2 {
    min-width: 90px;
  }
  .Company__slider__slide3 {
    min-width: 70px;
  }
  .Company__slider__slide4 {
    min-width: 70px;
  }
  .Company__slider__slide__heading {
    font-size: 18px;
    line-height: 9px;
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 557px) {
  .Company__slider__slide--img1 {
    max-width: 37px;
  }
  .Company__slider__slide--img2 {
    max-width: 40px;
  }
  .Company__slider__slide--img3 {
    max-height: 30px;
  }
  .Company__slider__slide--img4 {
    max-width: 40px;
  }
  .Company__slider__slide1 {
    min-width: 60px;
  }
  .Company__slider__slide2 {
    min-width: 138px;
  }
  .Company__slider__slide3 {
    min-width: 70px;
  }
  .Company__slider__slide4 {
    min-width: 70px;
  }
  .Company__slider__slide__heading {
    font-size: 18px;
    line-height: 9px;
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 420px) {
  .Company {
    margin-top: 20px !important;
  }
  .Company__slider__slide--img1 {
    max-width: 35px;
  }
  .Company__slider__slide--img2 {
    max-width: 35px;
  }
  .Company__slider__slide--img3 {
    max-height: 27px;
  }
  .Company__slider__slide--img4 {
    max-width: 35px;
  }
  .Company__slider__slide1 {
    min-width: 55px;
  }
  .Company__slider__slide2 {
    min-width: 120px;
  }
  .Company__slider__slide3 {
    justify-content: flex-end !important;
    min-width: 78px;
  }
  .Company__slider__slide4 {
    justify-content: flex-end !important;
    min-width: 60px;
  }
  .Company__slider__slide__heading {
    font-size: 17px;
    line-height: 9px;
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 350px) {
  .Company {
    margin-top: 20px !important;
  }
  .Company__slider__slide--img1 {
    max-width: 30px;
  }
  .Company__slider__slide--img2 {
    max-width: 30px;
  }
  .Company__slider__slide--img3 {
    max-height: 23px;
  }
  .Company__slider__slide--img4 {
    max-width: 30px;
  }
  .Company__slider__slide1 {
    justify-content: center !important;
    min-width: 50px;
  }
  .Company__slider__slide2 {
    min-width: 100px;
  }
  .Company__slider__slide3 {
    justify-content: center !important;
    min-width: 75px;
  }
  .Company__slider__slide4 {
    justify-content: center !important;
    min-width: 50px;
  }
  .Company__slider__slide__heading {
    font-size: 16px;
    line-height: 9px;
    margin-left: 8px !important;
  }
}
.Footer {
  background-color: #140B2C;
  position: static !important;
  overflow: hidden !important;
  height: 50px !important;
}
.Footer__logo--img {
  width: 40px;
}
.Footer__list__item__link {
  font-size: 16px;
  line-height: 20px;
}
.Footer__list__item__link--img {
  width: 25px;
}
.Footer__list__item__link--img__discord {
  width: 27px !important;
}

.Footer {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: 50px !important;
  height: auto !important;
}

@media only screen and (max-width: 321px) {
  .Footer__list__item__link {
    font-size: 14px;
    line-height: 18px;
  }
}
.Copyright {
  background-color: #A9A7A7;
  position: static !important;
  height: auto !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  overflow: hidden !important;
}
.Copyright__text {
  font-size: 15px;
  line-height: 19px;
}

.overflow {
  overflow: hidden !important;
}

.Scroll {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 60px;
  transition: all 0.5s ease;
}
.Scroll--span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.Scroll--span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.Scroll:hover {
  opacity: 0.5;
}/*# sourceMappingURL=custom.css.map */