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

body {
  font-family: "Montserrat";
  overflow: scroll;
}

@media screen and (min-width: 360px) {
  /* SECTION */

  #a1 {
    color: red;
  }

  nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    height: 60px;
  }

  .links {
    display: none;
  }

  .logo-image {
    width: 100px;
    height: auto;
    rotate: -21deg;
    position: fixed;
    top: -15px;
    left: 0;
  }

  /* 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 {
    color: white;
    font-size: 20px;
  }

  /* OPTIUNI END*/

  /* nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-right: 10px;
    margin-top: 30px;
    display: none;
  }

  .link-origin {
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    color: black;
    /* display: none; */
  /* letter-spacing: 1px; */

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

  .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: 150px;
    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);
  }

  /* MID */

  section {
    display: flex;
    align-items: center;
    margin-top: 150px;
    flex-direction: column;
    gap: 50px;
    margin-right: 20%;
    margin-left: 20%;
  }

  .title h3 {
    font-size: 40px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
  }
  .title h2 {
    font-size: 22px;
    text-align: center;
  }

  .content p {
    font-size: 16px;
    font-weight: medium;
    margin-right: 0px;
    text-align: center;
  }

  /* FOOTER */

  .copy {
    position: absolute;
    bottom: 10px;
    right: 1px;
    font-size: 10px;
    font-weight: bold;
  }
}

@media screen and (min-width: 390px) {
  nav {
    margin-top: 20px;
    align-items: center;
  }

  .logo-image {
    width: 150px;
    top: -25px;
  }

  /* .button {
    top: 120px;
    font-size: 16px;
  } */

  section {
    margin-top: 170px;
    gap: 60px;
    margin-right: 20%;
    margin-left: 20%;
  }

  .title h3 {
    font-size: 56px;
    line-height: 37px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .title h2 {
    font-size: 30px;
  }

  .content p {
    font-size: 16px;
    font-weight: medium;
    margin-right: 0px;
  }
}

@media screen and (min-width: 700px) {
  .logo-image {
    width: 200px;
    top: -35px;
  }

  .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;
  }

  .button {
    font-size: 20px;
  }

  section {
    display: flex;
    align-items: flex-end;
    margin-top: 170px;
    flex-direction: column;
    gap: 100px;
    margin-right: 15%;
    margin-left: 20%;
  }

  .title h3 {
    font-size: 60px;
    line-height: 45px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .title h2 {
    font-size: 32px;
  }

  .content p {
    font-size: 24px;
  }
}

@media screen and (min-width: 850px) {
  .logo-image {
    width: 250px;
    top: -50px;
  }

  /* .links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    /* margin-right: 50px;
    margin-top: 50px; */

  .title {
    align-self: center;
  }

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

  .copy {
    position: absolute;
    bottom: 30px;
    right: 150px;
    font-size: 12px;
    font-weight: bold;
  }
}

@media screen and (min-width: 1200px) {
  .links {
    position: relative;
  }
  .bara {
    width: 10px;
    height: 100px;
    background-color: red;
    position: absolute;
    left: 60px;
    top: -79px;
  }

  nav {
    margin-left: 100px;
    margin-right: 150px;
    height: 100px;
    align-items: center;
  }

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

  .logo-image {
    width: 500px;
    height: auto;
    rotate: -21deg;
    position: fixed;
    top: -100px;
    left: -32px;
  }

  /* gap: 50px; */

  /* .button {
    margin-top: 50px;
  } */

  section {
    margin-top: 170px;
    gap: 100px;
    margin-right: 8%;
    margin-left: 20%;
  }

  .title h3 {
    font-size: 80px;
    line-height: 65px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .title h2 {
    font-size: 43px;
  }

  .content p {
    font-size: 30px;
  }

  .copy {
    position: absolute;
    bottom: 30px;
    right: 150px;
    font-size: 12px;
    font-weight: bold;
  }
}

/* HEIGHT */

/* @media screen and (min-height: 600px) {
  section {
    margin-top: 250px;
  }
} */
