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

html,
body {
  height: 100%;
  width: 100%;
}

body {
  padding: 1rem;
  background-color: #fdfbf5;
}

main {
  padding: 2rem;
  padding-top: 3rem;
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid black;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .nav-elem {
  display: none;
}
nav .mob-nav {
  display: flex;
  margin-left: 2rem;
  gap: 1rem;
  /* background-color: red; */
}
nav h1 img {
  padding-top: 0.2rem;
  width: 6rem;
}
nav h3 a {
  text-decoration: none;
  width: 5rem;
  /* background-color: red; */
  font-weight: 300;
  font-size: 1rem;
  gap: 0.5rem;
  color: black;
}

.line {
  width: 100%;
  height: 0.2vw;
  background-color: black;
  margin-top: 1rem;
}

.view-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.view-1 h1 {
  margin-top: 2rem;
  font-size: 2rem;
}
.view-1 p {
  color: gray;
  font-weight: 300;
}
.view-1 img {
  width: 100%;
  border-radius: 2rem;
}
.view-1 button {
  margin-top: 2rem;
  width: 50%;
  padding: 1rem;
  background-color: black;
  border: none;
  border-radius: 1rem;
}
.view-1 a {
  text-decoration: none;
  color: #fdfbf5;
}

.view-2 {
  margin-top: 2rem;
  width: 100%;
  aspect-ratio: 16/90;
  /* background-color: red; */
  display: flex;
  flex-direction: column;
}
.view-2 .price-1 {
  margin-top: 1.5rem;
  width: 100%;
  aspect-ratio: 16/30;
  background-color: #f0f3f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
}
.view-2 .price-1 h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 2rem;
}
.view-2 .price-1 P {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: gray;
}
.view-2 .price-1 h3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: gray;
}
.view-2 .price-1 img {
  width: 100%;
  border-radius: 0.5rem;
}
.view-2 .price-1 button {
  padding: 1rem 2rem;
  background-color: black;
  border: none;
  border-radius: 1rem;
}
.view-2 .price-1 a {
  text-decoration: none;
  color: #fdfbf5;
}

.view-3 {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.view-3 h1 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.view-3 p {
  color: gray;
  font-size: 300;
}
.view-3 .line-2 {
  width: 100%;
  height: 0.2vw;
  background-color: black;
  margin-top: 1rem;
}
.view-3 .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.view-3 h3 {
  text-align: center;
}
.view-3 svg {
  display: none;
}

.view-4 {
  width: 100%;
  position: relative;
}
.view-4 h1 {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f0f3f7;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 1rem;
}
.view-4 p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.7rem;
  font-weight: 200;
  padding-left: 1rem;
}
.view-4 a {
  text-decoration: none;
  color: #f0f3f7;
}
.view-4 .under {
  width: 35%;
  height: 0.2vw;
  background-color: #f0f3f7;
  margin-top: 1rem;
  position: absolute;
  top: 45%;
  left: 22%;
  transform: translate(-50%, -50%);
}
.view-4 img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.view-5 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 3rem;
}
.view-5 .div-1 {
  width: 100%;
  aspect-ratio: 30/9;
}
.view-5 .div-1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.view-5 .div-2 {
  width: 100%;
  aspect-ratio: 23/9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}
.view-5 .div-2 .div-elem-1 {
  width: 75%;
  height: 100%;
}
.view-5 .div-2 .div-elem-1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.view-5 .div-elem-2 {
  width: 50%;
  height: 95%;
}
.view-5 .div-elem-2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.div-3 {
  width: 100%;
  aspect-ratio: 25/9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}
.div-3 .div-elem-3 {
  width: 50%;
  height: 100%;
}
.div-3 .div-elem-3 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.div-elem-4 {
  width: 75%;
  height: 100%;
}
.div-elem-4 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

/* -------------------------------------------------------------------- */
@media (min-width: 1020px) {
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav .nav-elem {
    width: 60%;
    display: block;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: red; */
  }
  nav .mob-nav {
    display: none;
  }
  nav h1 img {
    padding-top: 1rem;
    width: 12rem;
  }
  nav h3 a {
    text-decoration: none;
    /* background-color: red; */
    font-weight: 300;
    font-size: 1rem;
    color: black;
  }
  .line {
    height: 0.1vw;
    margin-top: 2rem;
  }
  .view-1 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    position: relative;
    margin-top: 2rem;
  }
  .view-1 h1 {
    margin-top: 2rem;
    font-size: 4rem;
  }
  .view-1 p {
    color: gray;
    font-weight: 300;
    position: absolute;
    top: 65%;
    left: 0%;
    width: 30%;
    /* background-color: red; */
    /* transform: translate(-50%, -50%) */
  }
  .view-1 img {
    width: 40%;
    border-radius: 2rem;
  }
  .view-1 button {
    width: 12rem;
    padding: 1;
    position: absolute;
    top: 80%;
    left: 0%;
    /* display: none; */
  }
  .view-2 {
    margin-top: 2rem;
    width: 100%;
    aspect-ratio: 16/9;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
  .view-2 .price-1 {
    aspect-ratio: 12/9;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .view-2 .price-1 button {
    margin-bottom: 2rem;
  }
  .view-3 {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
  }
  .view-3 h1 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    width: 50%;
  }
  .view-3 p {
    color: gray;
    font-size: 300;
    padding-top: 13rem;
  }
  .view-3 .line-2 {
    width: 100%;
    height: 0.1vw;
    background-color: black;
    margin-top: 1rem;
  }
  .view-3 .line {
    height: initial;
    width: 2px;
    margin-right: 4rem;
  }
  .view-3 .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
  }
  .view-3 h3 {
    text-align: center;
    font-weight: 300;
    margin-top: 6rem;
  }
  .view-3 svg {
    display: block;
    width: 8rem;
    margin-left: -2rem;
  }
  .view-4 {
    width: 100%;
    position: relative;
  }
  .view-4 h1 {
    top: 40%;
    left: 55%;
    font-size: 3rem;
  }
  .view-4 p {
    top: 70%;
    left: 55%;
    font-size: 1.3rem;
  }
  .view-4 a {
    text-decoration: none;
    color: #f0f3f7;
  }
  .view-4 .under {
    width: 15%;
    height: 0.1vw;
    top: 70%;
    left: 14%;
  }
  .view-4 img {
    aspect-ratio: 12/5;
    margin-top: 5rem;
  }
  .div-3 {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=style.css.map */