html {
  --max-w: 1000px;
}

body {
  margin: 0;
  background-color: #060117;
}

button {
  outline: none;
}

img.w {
  width: 100%;
}

body nav {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

body nav .nav-bar {
  display: flex;
  max-width: var(--max-w);
  justify-content: space-between;
  width: 100%;
  backdrop-filter: blur(2px);
  padding: 1rem 0;
  align-items: center;
}

body nav img {
  height: 6ch;
}

body nav .link-r {
  display: flex;
  color: white;
  gap: 1rem;
  font-weight: bold;
  font-size: 0.9rem;
  align-items: center;
}

body nav .link-r button {
  background-color: #fc7806;
  color: white;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 5px 3px inset rgba(255, 255, 255, 0.5);
  padding: 8px 10px;
  font-size: 0.8rem;
  font-weight: bold;
}

body .title-1 {
  text-align: center;
  width: 30%;
  margin: auto;
  margin-top: -10vw;
  display: block;
}

body .content-1 .carousel {
  position: relative;
  width: 100%;
  height: 450px;
  perspective: 1366px;
  overflow: hidden;
}

body .content-1 .carousel-track {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

body .content-1 .card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 360px;
  transform-style: preserve-3d;
  transform-origin: center center;
  border-radius: 24px;

  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  color: #fff;
  user-select: none;

  transition: transform 0.5s ease, opacity 0.5s ease;
}

body .content-1 .card .title {
  position: absolute;
  top: 10%;
  width: 80%;
}

body .content-1 .card .deposit {
  top: 58%;
}

body .content-1 .card .validBets {
  top: 67%;
}

body .content-1 .card .bottom {
  position: absolute;
  bottom: 6%;
  color: #292c27;
  font-size: 70%;
  font-weight: bold;
}

body .content-1 .card .ct {
  position: absolute;
  font-size: 65%;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

body .content-1 .card .ct span {
  border: 1px solid white;
  border-radius: 999rem;
  background: rgba(0, 0, 0, 0.3);
  font-size: 0.8em;
  padding: 0.1em 0.4em;
}

body .content-1 .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;

  background: none;
  border: none;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

body .content-1 .nav {
  height: 60px;
}

body .content-1 .prev {
  left: 20px;
}

body .content-1 .next {
  right: 20px;
}

body .content-1 .prev,
body .content-1 .next {
  cursor: pointer;
}

body .title-2 {
  text-align: center;
  width: 32%;
  margin: auto;
  display: block;
  margin-top: 2%;
}

body .content-1 {
  margin: auto;
  background: #100924;
  max-width: var(--max-w);
  border: 2px solid transparent;
  border-radius: 10px;
  background: linear-gradient(#070012, #100924) padding-box,
    linear-gradient(180deg, transparent, #271d47) border-box;
}

body .content-2 {
  text-align: center;
  max-width: var(--max-w);
  margin: auto;
  display: block;
  border-radius: 10px;
  padding: 1rem 0;
  border: 2px solid transparent;
  border-radius: 10px;

  background: linear-gradient(#070012, #100924) padding-box,
    linear-gradient(180deg, transparent, #271d47) border-box;
}

body .title-3 {
  text-align: center;
  width: 32%;
  margin: auto;
  display: block;
  margin-top: 2%;
}

body .content-3 {
  text-align: center;
  max-width: var(--max-w);
  margin: auto;
  display: block;
  border-radius: 10px;
  padding: 1rem 0;
  border: 2px solid transparent;
  border-radius: 10px;

  background: linear-gradient(#070012, #100924) padding-box,
    linear-gradient(180deg, transparent, #271d47) border-box;
}

body .content-4 {
  text-align: center;
  max-width: var(--max-w);
  margin: auto;
  display: block;
  border-radius: 10px;
  padding: 1rem 0;
  border: 2px solid transparent;
  border-radius: 10px;

  background: linear-gradient(#070012, #100924) padding-box,
    linear-gradient(180deg, transparent, #271d47) border-box;
}

body .description {
  max-width: var(--max-w);
  padding: 0 5%;
  color: white;
  margin: auto;
}

body .description .text-description {
  margin: auto;
  font-size: 0.8rem;
  padding: 2% 0;
}

body .description .title-description {
  font-size: 1.2em;
  color: #f9b25d;
  font-weight: bold;
  padding-bottom: 3%;
}

body .description .content-description {
  line-height: 2;
}
body .description .text-description,
body .content-2 img,
body .content-3 img,
body .content-4 img {
  width: 95%;
}

.h5 .title-1,
.h5 .title-2,
.h5 .title-3 {
  width: 90%;
}

body .h5 .content-1,
body .h5 .content-2,
body .h5 .content-4,
body .h5 .content-3 {
  width: 95%;
}

body .h5 .title-1 {
  margin-top: -15vw;
}

body .h5 .content-1 .carousel {
  height: 80vw;
}

body .h5 .content-1 .nav {
  height: 30px;
}

body .h5 .content-1 .prev {
  left: 10px;
}

body .h5 .content-1 .next {
  right: 10px;
}

body .h5 .content-1 .card .ct {
  font-size: 50%;
}

body .h5 .description {
  padding: 0 2.5%;
}

body .h5 .description .title-description {
  font-size: 1.5em;
}

body .h5 .description .content-description {
  position: relative;
  line-height: 1.6;
}

body .h5 .description .content-description span {
  position: absolute;
  left: -0.15em;
}

body .h5 .description .content-description div {
  padding-left: 1em;
  margin-bottom: 0.5em;
}
