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

body {
  font-family: "Montserrat";
}

@media screen and (min-width: 360px) {
  #a1 {
    color: red;
  }

  .links {
    display: none;
  }

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

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

  /* 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: 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);
  }

  /* ARTICLE */

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

  /* case container */
  .case-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .all-par {
    text-align: center;
    font-size: 20px;
    /* text-wrap: balance; */
  }

  .header {
    font-size: 32px;
    font-weight: bold;
  }
  /* type container */

  .type-container {
    margin-top: 10%;
  }

  .type-button-container,
  .type-selected {
    display: flex;
    gap: 30px;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
  }

  .type-selected {
    background-color: rgb(191, 186, 186);
    border-radius: 10px;
  }

  #selected-2 {
    background-color: rgb(191, 186, 186);
  }
  #selected-3 {
    background-color: rgb(191, 186, 186);
  }

  .type-button {
    color: black;
    font-weight: bold;
    background-color: white;
    border: none;
    cursor: pointer;
  }

  .type-colored {
    background-color: red;
    color: rgba(255, 0, 0, 0);
    height: 8px;
    pointer-events: none;
    border: transparent;
    border-radius: 10px;
  }

  /* .type-selected {
    display: flex;
    gap: 30px;
    justify-content: center;
    width: fit-content;
  } */

  /* SUB-CONTAINER */

  .article-container {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    align-items: center;
  }

  /* floating photo and par */

  .image-par {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .photo {
    width: 50%;
    height: 50%;
  }

  .photo-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .floating {
    background-color: rgb(237, 231, 231);
  }

  /* footer */

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

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

  .links {
    position: relative;
    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;
  }

  .subtitle {
    align-self: flex-start;
  }

  /* .container-p {
    width: 70%;
  } */

  .container-h4 {
    width: fit-content;
  }

  .case-container {
    align-items: flex-end;
    width: 70%;
  }

  .header {
    font-size: 40px;
  }

  .wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }

  /* .paragraph-0 {
    width: 70%;
    align-self: flex-start;
  } */

  .paragraph-1 {
    width: 70%;
    align-self: flex-end;
  }

  .paragraph-2 {
    width: 70%;
    align-self: flex-start;
  }

  .type-container {
    align-items: flex-end;
  }

  .all-type-container {
    display: flex;
    justify-content: flex-end;
  }

  /* .type-container {
    width: 70%;
  } */

  .type-button-container,
  .type-selected {
    gap: 60px;
  }

  .image-par {
    position: relative;
    flex-direction: row;
    align-items: flex-start;
  }

  .floating {
    position: absolute;
    bottom: 10%;
    width: 50%;
    right: 10px;
  }

  .floating .all-par {
    text-align: center;
  }

  .photo {
    width: 50%;
    height: 50%;
    margin-right: 50%;
  }

  .paragraph-0 {
    align-self: flex-end;
    width: 70%;
  }

  .paragraph-1 {
    align-self: flex-start;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .paragraph-1 .all-par {
    width: 100%;
  }

  .all-par {
    text-align: justify;
  }

  .paragraph-2 {
    align-self: flex-end;
    width: 80%;
    display: flex;
    flex-direction: column;
  }

  .paragraph-2 h2 {
    text-align: right;
    /* width: 70%; */
  }

  .all-case {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 930px) {
  .floating {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .floating .all-par {
    width: 90%;
    text-align: justify;
  }

  .image-par {
    width: 800px;
    height: 550px;
  }

  .paragraph-1 {
    width: 80%;
  }

  .paragraph-0 {
    width: 60%;
  }

  .paragraph-2 {
    width: 60%;
  }

  .case-container {
    width: 60%;
    align-self: flex-end;
  }
}

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

  .bara {
    width: 10px;
    height: 100px;
    background-color: red;
    position: absolute;
    left: 457px;
    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;
  }

  /* END OF NAVBAR */

  .article-container {
    gap: 130px;
    margin-bottom: 100px;
  }

  .wrapper {
    margin-left: 100px;
    margin-right: 100px;
  }

  .all-par {
    font-size: 26px;
  }

  .header {
    font-size: 50px;
  }

  .floating {
    height: 70%;
  }

  .image-par {
    width: 900px;
    height: 550px;
  }

  .copy {
    font-size: 16px;
  }
}

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

  .bara {
    width: 10px;
    height: 100px;
    background-color: red;
    position: absolute;
    left: 457px;
    top: -79px;
  }
  nav {
    margin-left: 150px;
    margin-right: 150px;
  }
  /* END OF NAV */

  .wrapper {
    margin-left: 150px;
    margin-right: 150px;
  }

  .floating {
    width: 80%;
  }

  .photo {
    margin-right: 90%;
  }
}
