@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,500&display=swap");

body {
  display: flex;
  justify-content: center;
  margin: 0;
  background-color: black;
}

.container {
  max-width: 1920px;
  max-height: 1080px;
  background-image: url("https://custom-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,f_auto,q_auto/10788145/619419_84387.png");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.content-area {
  margin-top: 8.5vmin;
  width: 80%;
  max-height: 150vmin;
  display: flex;
  justify-content: space-between;
}

.content-left {
  width: 32%;
  position: relative;
}

.vip-icon {
  position: absolute;
  left: 1vw;
  top: -20px;
  max-width: 286px;
  max-height: 308px;
  height: 16vw;
  z-index: 10;
  cursor: pointer;
}

.lodi-arrow {
  position: absolute;
  right: -6vw;
  top: -5px;
  max-width: 400px;
  max-height: 350px;
  height: 13vw;
  z-index: 5;
}

.mobile-vip-icon {
  display: none;
  width: 100%;
  cursor: pointer;
}

.skew-div {
  background-image: url("https://lodibetbackup.com/img/activity-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -1vw;
  left: 3.5vw;
  max-width: 504px;
  max-height: 504px;
  width: 25vw;
  height: 25vw;
  transform: rotate(-3deg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.activity {
  max-width: 86%;
}

.content-right {
  background-image: url("https://lodibetbackup.com/img/content-background.png");
  width: 68%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.go-to-btn {
  max-height: 4vw;
  margin-top: 1.5vw;
  margin-bottom: 0.5vw;
  cursor: pointer;
}

.content-right-list {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.content-right-list-div {
  width: 100%;
  height: 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.5vmin;
  font-family: "Nunito Sans", sans-serif;
  color: white;
}

.content-right-list-border {
  width: 70%;
  margin: auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    #f5f8e5 0%,
    #f4f6e0 3%,
    #f4f2d2 6%,
    #f2ecbc 9%,
    #f1e39d 12%,
    #eed875 15%,
    #eccb44 18%,
    #eabf19 21%,
    #edc929 26%,
    #f5e353 36%,
    #f5e45c 39%,
    #f6e976 44%,
    #f7f0a0 52%,
    #f9f9d2 59%,
    #f1e2b8 66%,
    #dfa775 81%,
    #c7571a 100%
  );
}

.link-btn {
  max-height: 2.5vw;
  margin-top: 0.5vw;
}

.other-btn-area {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5vw;
}

.other-btn {
  max-width: 20vw;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .container {
    background-image: url("https://lodibetbackup.com/img/background-mobile.png");
    width: 100%;
    height: 1300px;
    max-height:1300px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .content-area {
    flex-direction: column;
    width: 360px;
    max-height: 1150px;
    justify-content: flex-start;
    margin-top: 75px;
  }
  .content-left {
    margin-top: -70px;
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: center;
  }
  .mobile-vip-icon {
    display: block;
  }
  .vip-icon {
    display: none;
  }

  .lodi-arrow {
    display: none;
  }
  .skew-div {
    bottom: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .activity {
    width: 100%;
  }
  .content-right {
    width: 100%;
  }
  .content-right-list {
    width: 90%;
  }
  .content-right-list-div {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
  }
  .go-to-btn {
    width: 200px;
    max-height: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .content-right-list-border {
    width: 80%;
  }
  .link-btn {
    width: 130px;
    max-height: 100px;
    margin-top: 10px;
  }
  .other-btn {
    max-width: 150px;
    max-height: 40px;
  }
  .other-btn-area {
    margin-top: 10px;
  }
}

.content-ms {
  position: relative;
  width: 80px; text-align: center;
}
.content-web {
  position: relative;
  width: 160px; text-align: left;
}

.content-h1 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  z-index: 10;
  position: relative;
}
.content-h1 h1 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}

.seo-text {
  max-width: 900px;
  margin: 120px auto;
  padding: 20px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 8px;
  line-height: 1.6;
}
.seo-text h2 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  color: #ffcc00;
}
.seo-text h3 {
  font-size: 20px;
  margin: 15px 0 5px;
  color: #ffd700;
}
.seo-text p {
  font-size: 16px;
  text-align: justify;
}

.site-footer {
  width: 100%;
  background-color: #111;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 20px;
}
.site-footer a {
  color: #ffcc00;
  text-decoration: none;
  margin: 0 5px;
}
.site-footer a:hover {
  text-decoration: underline;
}

