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

#main {
  background-image: url("/images/INSCRIERE_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.formular {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
}

.field {
  margin-bottom: 15px;
}

.savureaza {
  margin: 0 auto;
}

.background_input input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #c6b16b;
  font-size: 14px;
  color: white;
  background: none;
}

.background_input input::placeholder {
  color: white;
}
/* 
form .double-column {
    display: flex;
    gap: 40px;
} */

label.custom-file-label.form_placeholder.form-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #c6b16b;
  font-size: 14px;
  font-family: var(--font-trei);
  color: white;
  padding-top: 2px;
  padding-bottom: 4px;
  line-height: normal;

  background-color: transparent;
  cursor: pointer;
  margin: 0;
  outline: none;
}

@media (min-width: 1900px) {
  label.custom-file-label.form_placeholder.form-input {
    font-size: 18px;
  }
}

label.custom-file-label.form_placeholder.form-input.has-file {
  color: #333;
}

.file-input-hidden {
  display: none;
}

.submit-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  gap: 15px;
}

.btn-general {
  background: none;
  border: none;
  cursor: pointer;
}

.checkbox-container {
  margin-top: 20px;
}

.checkbox-container label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
  font-size: 12px;
  font-family: "var(--font-trei)";
  color: #333;
  line-height: 1.3;
  cursor: pointer;
}

.checkbox-container input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  /* Aceeași dimensiune pentru toate */
  height: 22px;
  /* Aceeași dimensiune pentru toate */
  border: 3.5px solid #c6b16b;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 2px;
  position: relative;
  cursor: pointer;
  background-color: white;
  flex-shrink: 0;
  /* Previne micșorarea checkbox-ului */
}

.checkbox-container input[type="checkbox"]:checked {
  background-color: #c6b16b;
}

.checkbox-container input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  color: white;
  font-size: 14px;
  left: 3px;
  top: 0px;
}

.obligatoriu {
  color: #004d26;
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
}

.regulament__options {
  font-size: 12px;
}

.row {
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
}

.prize-1 {
  width: 60%;
}

.prize-2 {
  width: 90%;
}

.prize-3 {
  margin-left: -15%;
  width: 125%;
  max-width: 200%;
  margin-top: -20%;
  transform: translate(-15%, -20%);
}

.wrapp-inscriere {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 15% 0 0;
  gap: 3rem;
}

.btn-general span {
  font-size: 2rem;
}

.consum {
  padding: 5px;
  width: 200px;
}

footer {
  color: black;
  text-align: center;
  position: static;
  bottom: 20px;
  margin-top: 10px;
}

.text__footer {
  color: white;
  text-decoration: none;
  font-size: 10px;
  font-family: var(--font-trei);
}

.container_footer {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links a {
  font-family: var(--font-trei);
}

.disclaimer__text {
  font-family: var(--font-trei);
}

.regulament-1 {
  font-family: var(--font-trei);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.background_input input {
  font-family: var(--font-trei);
}

.btn-general span {
  font-family: var(--font-trei);
}

.btn-general.disabled {
  background-color: #65706b;
  color: white;
  cursor: not-allowed;
}

.regulament-1 {
  color: white;
}

.footer-links li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  color: white;
}

.footer-links li::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  text-decoration: none;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 11px;
  cursor: pointer;
}

#main {
  height: auto;
}

.disclaimer__text {
  padding: 0% 5% 0% 5%;
  color: whitesmoke;
  text-align: center;
}

.info-bon {
  height: 40px;
  color: #c6b16b;
  font-size: 26px;
  position: absolute;
  right: 0;
  top: -7px;
}

.position-relative {
  position: relative;
}

.customize-text {
  max-width: 500px;
}

.wrapper--formular_elements {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.customize-text {
  border: 6px solid #0e5742;
}

@media (min-width: 768px) {
  .prize-1 {
    width: 50%;
  }

  .prize-2 {
    width: 75%;
  }

  .prize-3 {
    width: 100%;
    margin-top: -15%;
    transform: translate(-15%, -15%);
  }

  .formular {
    max-width: 100%;
    padding: 0 100px;
  }

  .background_input input {
    font-size: 16px;
  }

  label.custom-file-label.form_placeholder.form-input {
    font-size: 16px;
  }

  .checkbox-container label {
    font-size: 14px;
  }

  .submit-part {
    gap: 15rem;
  }
}

@media (min-width: 1000px) {
  .savureaza {
    width: 35%;
  }

  .consum {
    left: 0;
    position: relative;
    width: 200px;
  }

  .wrapper--formular_elements {
    flex-direction: row;
    align-items: flex-start;
    padding: 0 25px;
    gap: 5rem;
  }

  .formular {
    padding: 0;
    margin-top: 5%;
  }

  .wrapp-inscriere {
    width: 72.5%;
    margin: 5% 0 0;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .logo-carpathian {
    top: 0;
  }

  .title-carpathian {
    width: 100%;
  }

  .row {
    margin: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 110%;
    align-items: flex-end;
    justify-content: center;
    margin-left: 10%;
  }

  .background_input input,
  label.custom-file-label.form_placeholder.form-input {
    font-size: 14px;
  }

  .checkbox-container label {
    font-size: 12px;
  }

  .submit-part {
    gap: 24rem;
  }

  footer {
    position: fixed;
    bottom: 10px;
  }

  .disclaimer__text {
    padding: 0% 2% 0% 2%;
  }

  .field {
    margin-bottom: 10px;
  }

  #main {
    height: 100vh;
  }

  .prize-1 {
    width: 25%;
  }

  .prize-2 {
    width: 30%;
  }

  .prize-3 {
    width: 50%;
    margin-top: 0;
    transform: translate(-15%, 0);
  }

  .checkbox-container {
    margin-left: 5%;
  }
}

@media (min-width: 1200px) {
  footer {
    width: 100%;
    margin: 0 auto;
  }

  .disclaimer__text {
    position: relative;
  }

  .footer-links a {
    color: white;
    font-size: 14px;
  }

  .footer-links li {
    color: white;
  }

  .instinctul {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .row {
    width: 100%;
    justify-content: center;
  }

  .wrapp-inscriere {
    gap: 0;
    order: 0;
    width: 90%;
  }

  .formular {
    order: 1;
  }

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

  .customize-text {
    max-width: 550px;
  }

  .field {
    margin-bottom: 10px;
  }

  .submit-part {
    margin-top: 10px;
  }

  .nav-item {
    margin-left: 0;
  }

  .title-carpathian {
    width: 75%;
  }

  .logo-carpathian {
    left: 17.5vw;
  }
}

@media (min-width: 1300px) {
  .formular {
    margin-top: 3.5%;
  }
}

@media (min-width: 1300px) and (max-height: 610px) {
  .formular {
    margin-top: 0%;
  }
  .navbar {
    max-height: 60px;
  }
}

@media (min-width: 1400px) {
  footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }

  .navbar {
    padding: 0rem 1rem;
  }

  #main {
    height: 100vh;
  }

  .savureaza {
    width: 45%;
  }

  .wrapp-inscriere {
    width: 120%;
  }

  .formular {
    margin-top: 5.5%;
  }
}

@media (min-width: 1500px) {
  .text__footer {
    font-size: 16px;
  }

  .formular {
    margin-top: 7.5%;
  }

  .wrapp-inscriere {
    width: 110%;
  }

  .background_input input,
  label.custom-file-label.form_placeholder.form-input {
    font-size: 16px;
  }

  .checkbox-container label {
    font-size: 14px;
  }
}

@media (min-width: 1900px) {
  .formular {
    margin-top: 7.5%;
  }

  .background_input input,
  label.custom-file-label.form_placeholder.form-input {
    font-size: 22px;
  }

  .checkbox-container label {
    font-size: 16px;
  }

  .submit-part {
    gap: 37.5rem;
  }
}
