* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat";
}

@media screen and (min-width: 360px) {
  .links {
    display: none;
  }

  #a1 {
    color: red;
  }

  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  /* IMAGINE */
  .logo-image {
    width: 150px;
    height: 60px;
    margin-left: 20px;
  }

  /* OPTIUNI */
  .linked {
    text-decoration: none;
  }

  .options {
    background-color: black;
    inset: 0;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
    gap: 50px;
  }

  .close {
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    align-self: center;
    cursor: pointer;
    font-size: 40px;
    font-family: "Montserrat";
    font-weight: bold;
  }

  .close:active {
    background-color: red;
    color: white;
  }
  .options-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }
  .linked:active {
    color: red;
  }
  .linked {
    color: white;
    font-size: 20px;
  }

  /* BUTTON */
  /* .options-links {
      display: none;
    }
  
    .close {
      display: none;
    } */

  .burger {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
    justify-content: center;
    /* margin-right: 20px;
      margin-top: 30px; */
    margin-right: 20px;
  }
  .burger-obj {
    background-color: black;
    height: 4px;
    width: 30px;
    border-radius: 12px;
    cursor: pointer;
  }

  .button {
    position: fixed;
    right: 0;
    top: 100px;
    background-color: rgb(255, 0, 0);
    color: white;
    border: none;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 10px;
  }

  .button:focus {
    background-color: rgb(209, 14, 14);
  }

  footer {
    margin-top: 100px;
    position: absolute;
    right: 0;
  }
  .copy {
    font-size: 10px;
    font-weight: bold;
  }

  .wrapper {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20%;
  }

  .container-form {
    display: flex;
    flex-direction: column;
  }

  .label-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  h3 {
    font-weight: 900;
    margin-bottom: 50px;
    text-align: center;
  }

  input {
    padding: 10px;
  }

  .submit-button {
    border-radius: 10px;
    width: 50%;
    align-self: center;
  }

  input[type="text"],
  select,
  textarea {
    width: 90%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;

    margin-right: auto;
    resize: vertical;
    display: flex;
    background-color: #dbdbdb;
  }

  input[type="submit"] {
    background-color: #b56464;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  input[type="submit"]:hover {
    background-color: #78c77c;
  }

  .container-form {
    border-radius: 5px;
    /* background-color: #f2f2f2; */
    padding: 20px;
  }

  .contact-text {
    text-align: center;
  }

  .struct-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (min-width: 700px) {
  /* NAVBAR */

  .links {
    gap: 30px;
    display: flex;
    margin-right: 20px;
  }

  a:focus,
  a:hover {
    color: rgb(255, 0, 0);
  }

  .link-origin {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: medium;
  }
  .burger {
    display: none;
  }

  /* OTHER */

  .button {
    font-size: 20px;
  }

  .header {
    font-size: 40px;
  }

  .title h3 {
    margin-top: 50px;
    font-size: 40px;
    line-height: 65px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .container-form {
    width: 50%;
    /* margin: 0 0 0 auto; */
  }

  .label-container {
    width: 100%;
  }

  .struct-form {
    flex-direction: row;
  }

  .contact-text {
    width: 50%;
    display: flex;

    flex-direction: column;
  }

  .contact-text p {
    text-align: left;
    padding: 20px;
  }

  input[type="text"],
  select,
  textarea {
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .struct-form {
    width: 70%;
    margin: 0 auto;
  }

  .wrapper {
    margin-top: 6%;
  }
}

@media screen and (min-width: 700px) {
  .links {
    gap: 30px;
    display: flex;
    margin-right: 20px;
  }

  a:focus,
  a:hover {
    color: rgb(255, 0, 0);
  }

  .link-origin {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: medium;
  }
  .burger {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .links {
    position: relative;
  }

  .bara {
    width: 10px;
    height: 100px;
    background-color: red;
    position: absolute;
    left: 567px;
    top: -79px;
  }
  nav {
    margin-left: 100px;
    margin-right: 100px;
  }

  .link-origin {
    font-weight: bold;
    font-size: 20px;
  }

  .logo-image {
    width: 200px;
    height: 100px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 1800px) {
  nav {
    margin-left: 150px;
    margin-right: 150px;
  }
}
