@import url("/css/main.css");

#main {
  background-image: url("/images/bg_regulament.png");
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-position: top;
}

body {
  display: flex;
  justify-content: center;
  /* Centrare orizontală */
  align-items: center;
  /* Centrare verticală */
  height: auto;
  /* Asigură că centrăm pe întreaga înălțime a viewport-ului */
  margin: 0;
  /* Elimină marginile implicite ale body-ului */
  overflow: hidden;
}

#main {
  overflow: hidden;
}

.text_regulament {
  width: 120%;
  max-width: 200%;
  margin: 0 auto;
  margin-left: -10%;
  position: relative;
}

.regulament-btn {
  position: absolute;
  bottom: 20.5%;
  width: 32.5%;
}

.wrapper_regulament {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: 35%;
}

.consum {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 600px) {}

@media (min-width: 768px) {
  .text_regulament {
    width: 100%;
    margin-left: 0;
  }

  .regulament-btn {
    width: 25.5%;
  }
}

@media (min-width: 1000px) {
  .text_regulament {
    width: 90%;
    margin: 0 auto;
  }

  .wrapper_regulament {
    margin-top: 50vh;
    transform: translateY(-50%);
  }

  .consum {
    right: 3%;
    left: auto;
    transform: none;
  }

  .regulament-btn {
    width: 20.5%;
  }
}

@media (min-width: 1360px) {
  .text_regulament {
    width: 85%;
  }
}

@media (min-width: 1400px) {}

@media (min-width: 1900px) {
  .customize-text {
    max-width: 1000px;
    min-height: 300px;
  }

  .customize-text p {
    font-size: 3rem;
  }

}