.landingpage_container {
  background: #000000;
  overflow-x: hidden;
  height: 100vh;
  background-image: url(../images/landing_page/topbg.jpg);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 0px 10px;
}

.landing--header {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 40px 0px;
}

.landing--header .header-logo {
  padding-bottom: 20px;
}

.landing--header .maintext {
  width: 100%;
  text-transform: uppercase;
}

.landing--header .maintext h2 {
  font-size: 70px;
  font-weight: bold;
  padding-bottom: 20px;
  font-family: "Gotham-Black";
}

.landing--header .maintext h2 p {
  color: #ffffff;
}

.landing--header .maintext h2 b {
  /* The Green Gradient */
  background: linear-gradient(to right, #3ca100 0%, #75e000 60%, #c6ff3b 100%);

  /* Clip background to text */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Fallback for browsers */
  font-size: 100px;
}

.landing--header .maintext h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.3;
  font-family: "Gotham-Bold";
  padding-bottom: 20px;
}

.landing--header .maintext h3 b {
  color: yellow;
}

.landing--header .featured {
  display: flex;
  gap: 40px;
  align-items: center;
  padding-bottom: 20px;
}

.landing--header .featured div {
  display: flex;
  gap: 15px;
  align-items: center;
}

.landing--header .featured div i {
  color: #3ca100;
  font-size: 40px;
}

.landing--header .featured div p {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.landing--header .links {
  padding-bottom: 30px;
}

.landing--header .links a {
  background: linear-gradient(180deg, #a5ea2e 0%, #69b30c 100%);
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding: 20px 100px;
  border-radius: 10px;
  display: inline-block;
  font-family: "Gotham-Bold";
}

.landing--header .links a i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.landing--header .links p {
  padding-top: 20px;
  color: #ffffff;
  gap: 10px;
  font-size: 16px;
}

.landing--header .links p b {
  margin: 0px 10px;
}

.landing--header .statistic {
  background: rgba(12, 20, 2, 0.8);
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px solid rgba(69, 115, 12, 0.8);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.landing--header .statistic .box {
  display: flex;
  gap: 10px;
  align-items: center;
}

.landing--header .statistic .box .icon {
  width: 100px;
}

.landing--header .statistic .box .icon img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.landing--header .statistic .box .data {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.landing--header .statistic .box .data p {
  text-transform: uppercase;
  font-size: 16px;
}

.landing--header .statistic .box .data b {
  font-size: 28px;
  font-family: "Gotham-Bold";
}

.landing--header .statistic .box .data span {
  font-size: 14px;
}

.landing--header .statistic .button {
  width: 300px;
}

.landing--header .statistic .button a {
  background: linear-gradient(180deg, #a5ea2e 0%, #69b30c 100%);
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "Gotham-Bold";
}

.landing--header .statistic .button a i {
  font-size: 30px;
}

.landing--header .statistic .button a p {
  text-align: left;
  font-size: 16px;
}

.landing--header .statistic .button a p b {
  font-size: 22px;
}

.landing--table {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 40px 0px;
  background: rgba(12, 20, 2, 0.8);
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px solid rgba(69, 115, 12, 0.8);
  margin-bottom: 30px;
}

.landing--table .tipstable {
  background: #fff;
}

.landing--table .title {
  padding-bottom: 20px;
}

.landing--table .title h3 {
  font-size: 25px;
  color: #ffffff;
  font-family: "Gotham-Bold";
  text-transform: uppercase;
}

.landing--table .title h3 i {
  color: #3ca100;
  font-size: 20px;
  padding-right: 10px;
}

.landing--table .title h3 b {
  color: #3ca100;
}

.landing--table .title h3 p {
  color: #ffffff;
  font-size: 14px;
  padding-top: 10px;
  text-transform: none;
  font-family: "Gotham-Regular";
  font-style: italic;
}

.landing--registerlink {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto 30px;
  background: rgba(12, 20, 2, 0.8);
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid rgba(69, 115, 12, 0.8);
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.landing--registerlink .left {
  display: flex;
  gap: 20px;
}

.landing--registerlink .icon {
  width: 150px;
}

.landing--registerlink img {
  display: block;
  object-fit: contain;
  width: 100%;
}

.landing--registerlink .text {
  color: #fff;
}

.landing--registerlink .text span {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 40px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: "Gotham-Bold";
}

.landing--registerlink .text span img {
  width: 30px;
}

.landing--registerlink .text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
}

.landing--registerlink .button a {
  background: linear-gradient(180deg, #a5ea2e 0%, #69b30c 100%);
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding: 20px 40px;
  width: 100%;
  border-radius: 10px;
  display: inline-block;
  font-family: "Gotham-Bold";
}

.landing--registerlink .button p {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding-top: 20px;
}

.landing--memberstatistic {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto 30px;
}

.landing--memberstatistic .title {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham-Black";
  padding-bottom: 10px;
  text-align: center;
  font-style: italic;
}

.landing--memberstatistic .title b {
  color: #3ca100;
}

.landing--memberstatistic .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
}

.landing--memberstatistic .rating .star {
  display: flex;
  gap: 5px;
  align-items: center;
}

.landing--memberstatistic .rating .star i {
  color: gold;
  font-size: 30px;
}

.landing--memberstatistic .rating p {
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
}

.landing--memberstatistic .stat-list {
  display: flex;
  gap: 20px;
  padding: 20px 20px;
}

.landing--memberstatistic .stat-list .box {
  background: rgba(12, 20, 2, 0.8);
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px solid rgba(69, 115, 12, 0.8);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 0;
}

.landing--memberstatistic .stat-list .box .icon {
  width: 100px;
}

.landing--memberstatistic .stat-list .box .icon img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.landing--memberstatistic .stat-list .box b {
  color: #fff;
  font-size: 35px;
  font-family: "Gotham-Bold";
  padding-bottom: 10px;
}

.landing--memberstatistic .stat-list .box p {
  color: #fff;
  font-size: 16px;
}

.landing--footer {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgba(12, 20, 2, 0.8);
  border-radius: 10px 10px 0 0;
  border: 1px solid rgba(69, 115, 12, 0.8);
  border-bottom: none;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 20px;
}

.landing--footer img {
  display: block;
  object-fit: contain;
  width: 100%;
}

.landing--footer .icon {
  width: 300px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/landing_page/bottombg.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.landing--footer .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.landing--footer .text span {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
}

.landing--footer b {
  color: #3ca100;
  font-family: "Gotham-Bold";
  font-size: 20px;
  text-transform: uppercase;
}

.landing--footer ul {
  display: flex;
  gap: 30px;
  row-gap: 20px;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin-top: 10px;
}

.landing--footer ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.landing--footer ul li img {
  width: 20px;
}

.landing--footer .button {
  position: relative;
  z-index: 2;
}

.landing--footer .button a {
  background: linear-gradient(180deg, #a5ea2e 0%, #69b30c 100%);
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding: 20px 40px;
  width: 100%;
  border-radius: 10px;
  display: inline-block;
  font-family: "Gotham-Bold";
}

.landing--footer .button p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
}

.tipstable table.main-table {
  border-left: none !important;
}

@media only screen and (max-width: 930px) {
  .landing--header .statistic {
    flex-wrap: wrap;
    justify-content: center;
  }

  .landing--header .statistic .box {
    flex: 1 1 0;
  }
}

@media only screen and (max-width: 768px) {
  .landing--header .featured {
    flex-wrap: wrap;
  }

  .landing--registerlink {
    flex-wrap: wrap;
    justify-content: center;
  }

  .landing--memberstatistic .stat-list {
    flex-wrap: wrap;
  }

  .landing--memberstatistic .stat-list .box {
    flex: 1 1 40%;
  }

  .landing--footer {
    flex-wrap: wrap;
  }

  .landing--footer .text {
    width: 100%;
    text-align: right;
    justify-content: flex-end;
  }

  .landing--footer ul {
    text-align: right;
    justify-content: flex-end;
  }

  .landing--footer .button {
    justify-content: flex-end;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .landing--header .statistic .box {
    justify-content: center;
  }

  .landing--header .links a {
    padding: 20px 20px;
    width: 100%;
  }

  .landing--registerlink .left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .landing--memberstatistic .stat-list .box {
    flex: 1 1 100%;
  }

  .landing--footer {
    padding-left: 50px;
  }

  .landing--header .maintext h2 {
    font-size: 40px;
  }

  .landing--header .maintext h2 b {
    font-size: 60px;
  }

  .landing--header .maintext h3,
  .landing--registerlink .text span,
  .landing--footer .button a,
  .landing--registerlink .button a,
  .landing--header .links a {
    font-size: 20px;
  }

  .landing--memberstatistic .title {
    font-size: 30px;
  }

  .landing--memberstatistic .rating {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .landing--header .featured div p {
    font-size: 16px;
  }
}
