body {
  background-color: black;
  margin: 0;
  padding: 0;
}

.page-wrapper {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: auto auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
}

#header {
  padding: 22rem;
  padding-top: 18rem;
  padding-bottom: 8rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: rgb(0, 0, 0);
  background-image: url(https://drive.google.com/uc?export=view&id=1-1o8jkV5kYsNwxXWXheLfvhb8THfZiWl);
  animation: gantigambar1 20s linear infinite;
  /*filter: blur(0.5px) brightness(0.8)hue-rotate(320deg);*/
}

#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: blur(0.5px) brightness(0.64);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 50px;
  color: #ffffff;
}

.nav-logo-title {
  display: flex;
  align-items: center;
}
.nav-logo-title a {
  text-decoration: none;
  color: #ffffff;
}

.nav-logo-title img {
  width: 52px;
  margin-right: 10px;
  content: url(https://icones.pro/wp-content/uploads/2021/05/icone-html-rose.png);
  filter: hue-rotate(327deg);
}

nav ul {
  display: flex;
  list-style: none;
}

nav li {
  margin-right: 20px;
}

body {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 108em 108em;
}
* {
  font-size: 109%;
}
h1,
h2,
h3,
h4,
h5 {
  text-align: justify;
  color: #ffffff;
  text-transform: none;
}

p {
  color: rgb(255, 255, 255);
  text-align: justify;
}

abbr {
  color: rgb(250, 120, 243);
  font-weight: bold;
}

nav li a {
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
}

nav li a:hover {
  color: rgb(250, 120, 243);
}

.header-texts h1 {
  font-size: 100px;
}

.header-texts {
  position: relative;
  top: 40%;
}

.content-first {
  padding: 10rem;
  margin-right: 42rem;
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.header-texts p {
  text-shadow: 0px 0px 50px black;
}

#header .header-filler ::after {
  content: "";
  background: rgb(205, 147, 162);
  background: linear-gradient(
    221deg,
    rgba(205, 147, 162, 1) 0%,
    rgba(151, 102, 134, 1) 19%,
    rgba(94, 54, 104, 1) 38%,
    rgba(71, 42, 79, 1) 57%,
    rgba(53, 33, 59, 0) 60%
  );
  z-index: 0;
  width: 18em;
  height: 18em;
  filter: blur(15px);
  left: -4px;
  top: -11px;
  position: absolute;
  animation: borderChange 15s 0.5s alternate infinite;
}

#header .header-filler ::before {
  content: "";
  background: #0c060c;
  z-index: 2;
  width: 17em;
  height: 17em;
  left: 1px;

  position: absolute;
  animation: borderChange 15s 0.5s alternate infinite;
  top: 9px;
}

.content-first h2 {
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 50px rgb(205, 147, 162);
  font-size: 50px;
}

.content-second h2 {
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 50px rgb(205, 147, 162);
  font-size: 50px;
}

aside h2 {
  text-transform: uppercase;
  font-size: 50px;
}

.content-second {
  position: relative;
  padding: 10rem;
  background-color: #000000;
  border-radius: 10%;
  margin: 9rem;
  margin-bottom: 17rem;
  z-index: 1;
  overflow: hidden;
}

.content-second::after {
  content: "";
  position: absolute;
  background-color: #0c060c;
  border-radius: 10%;
  z-index: -1;
  inset: 6.5px;
}

.content-second::before {
  content: "";
  position: absolute;
  top: -638px;
  left: 560px;
  width: 835px;
  height: 2245px;
  background: rgb(205, 147, 162);
  background: linear-gradient(
    180deg,
    rgba(205, 147, 162, 1) 0%,
    rgba(151, 102, 134, 1) 19%,
    rgba(94, 54, 104, 1) 38%,
    rgba(71, 42, 79, 1) 57%,
    rgba(205, 147, 162, 1) 60%
  );
  border-radius: 10%;
  z-index: -2;
  animation: muter 5s linear infinite;
}

@keyframes muter {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.header-filler {
  width: 19em;
  height: 19em;
  background: rgb(205, 147, 162);
  background: linear-gradient(
    221deg,
    rgba(205, 147, 162, 1) 0%,
    rgba(151, 102, 134, 1) 19%,
    rgba(94, 54, 104, 1) 38%,
    rgba(71, 42, 79, 1) 57%,
    rgba(53, 33, 59, 0) 60%
  );
  animation: borderChange 15s 0.5s alternate infinite;
  position: relative;
  top: 41em;
  left: 71%;

  z-index: 1;
}

.content-aside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #0c060c;
}

.content-aside aside ul {
  display: flex;
  list-style: none;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.content-aside aside ul li {
  margin-right: 50px;
  list-style: none;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;

  z-index: 1;
}

aside ul li a::before {
  content: "";
  background: rgb(255, 172, 194);
  width: 0;
  height: 6px;
  bottom: -0.5em;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.articles {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgb(0 4 24 / 51%);
}

table img {
  filter: brightness(0.9) hue-rotate(334deg);
  position: relative;
  max-width: 640px;
}
table {
  max-width: 1920px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgb(33 35 98 / 45%) 18%,
    rgba(0, 4, 24, 0) 33%
  );
}
table h3 {
  padding: 2em;
}

table p {
  padding: 2.3em;
  margin-top: -4em;
}

table td {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

table td a {
  color: #ffffffa4;
  text-decoration: none;
  transition: 0.3s;
}

table td a:hover {
  color: white;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff, 0 0 80px #fff,
    0 0 120px #fff, 0 0 160px #fff;
}

table td a:hover:nth-child(2n) {
  margin-right: 10px;
}

.article-long {
  padding: 1em;
  z-index: 1;
}

.row-second {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  padding: 4em;
  position: relative;
  overflow: hidden;
  margin-top: 10em;
}

.row-second ::before {
  content: "";
  background-size: 100%;
  filter: brightness(0.75) blur(12px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(https://drive.google.com/uc?export=view&id=162qHmkYQcNamvbUB-yUkM0dNfcXs4JbL);
  animation: gantigambar 18s linear infinite;
}

@keyframes gantigambar {
  0% {
    background-position: 36% 42%;
    background-size: 200%;
  }

  20% {
    background-position: 25% 35%;
    background-size: 200%;
  }

  20.0001% {
    /* -- View 2 -- */
    background-position: 15% 50%;
    background-size: 200%;
  }

  40% {
    background-position: 30% 55%;
    background-size: 200%;
  }

  40.0001% {
    /* -- View 3 -- */
    background-position: 80% 42%;
    background-size: 300%;
  }

  60% {
    background-position: 84% 33%;
    background-size: 300%;
  }

  60.0001% {
    /* -- View 4 -- */
    background-position: 0% 0%;
    background-size: 150%;
  }

  80% {
    background-position: 15% 4%;
    background-size: 150%;
  }

  80.0001% {
    /* -- View 5 -- */
    background-position: 80% 10%;
    background-size: 300%;
  }

  100% {
    background-position: 72% 14%;
    background-size: 300%;
  }
}

@keyframes gantigambar1 {
  0% {
    background-position: 36% 42%;
    background-size: 130%;
  }

  20% {
    background-position: 30% 35%;
    background-size: 130%;
  }

  20.0001% {
    /* -- View 2 -- */
    background-position: 60% 85%;
    background-size: 115%;
  }

  40% {
    background-position: 49% 81%;
    background-size: 110%;
  }

  40.0001% {
    /* -- View 3 -- */
    background-position: 80% 42%;
    background-size: 160%;
  }

  60% {
    background-position: 84% 33%;
    background-size: 160%;
  }

  60.0001% {
    /* -- View 4 -- */
    background-position: 0% 0%;
    background-size: 110%;
  }

  80% {
    background-position: 15% 4%;
    background-size: 110%;
  }

  80.0001% {
    /* -- View 5 -- */
    background-position: 80% 10%;
    background-size: 120%;
  }

  100% {
    background-position: 72% 14%;
    background-size: 120%;
  }
}
.row-second img {
  content: url(https://i.pinimg.com/originals/14/13/67/14136772946df2441280122e4e600ade.jpg);
  position: relative;
  width: 11em;
  height: 11em;
  object-fit: cover;
  margin: 62px;
  z-index: 1;
  border-radius: 15px;
  filter: drop-shadow(2px 4px 9px black) hue-rotate(333deg);
}

table .row-first .article img[alt="Article 1"] {
  content: url(https://drive.google.com/uc?export=view&id=1EjPk--bmTz-miTHibUOV857-3UX0Sly3);
}

table .row-first .article:nth-child(2) img {
  content: url(https://drive.google.com/uc?export=view&id=1OJoWLxO9zdL3bt2ImdRgetNAcjwQUYWV);
}

table .row-first .article:nth-child(3) img {
  content: url(https://drive.google.com/uc?export=view&id=12Jb3VmPI94WYgCn-_g2xhuOP8sAOfmE1);
}

tr {
  display: flex;
}

aside {
  background: linear-gradient(180deg, #0c060c 0%, rgb(0 4 24 / 51%) 50%);
}

aside ul li a:hover:before {
  width: 100%;
}

aside ul li a {
  text-decoration: none;
  color: #ffffffb0;
  padding: 0 10px;
  transition: 0.5s;
}

aside ul li a:hover {
  color: #fff;
}
.content {
  background-color: #0c060c;
  z-index: 0;
}

.content-aside aside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding-bottom: 16em;
  padding-top: 6em;
}

@keyframes borderChange {
  15% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }

  35% {
    border-radius: 72% 28% 60% 40% / 100% 0% 100% 0%;
  }

  55% {
    border-radius: 100% 100% 100% 100% / 100% 100% 100% 100%;
    transform: rotate(0deg);
  }

  70% {
    border-radius: 100% 100% 100% 100% / 100% 100% 100% 100%;
    transform: rotate(360deg);
  }

  85% {
    border-radius: 100% 100% 100% 100% / 100% 100% 100% 100%;
    transform: rotate(0deg);
  }

  100% {
    border-radius: 10% 10% 10% 87% / 10% 10% 10% 93%;
  }
}
.footer-form * {
  margin: 15px;
}

.footer-form {
  padding: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(0 0 0 / 76%);
  margin: 7em;
  margin-left: 27em;
  margin-right: 27em;
  border-radius: 1em;
  min-width: 200px;
}

.footer-form form p {
  font-size: 1.4rem;
  position: inherit;
}

.footer-form p {
  font-size: 1.5em;
  top: -46px;
  position: relative;
  font-weight: bold;
}

#name,
select,
button {
  width: 100%;
  height: 50px;
  background: rgb(0 0 0 / 58%);
  border: none;
  outline: none;
  font-size: 1em;
  color: #fff;
  border-radius: 1em;
}

footer label {
  color: white;
}

footer {
  background-image: url(https://drive.google.com/uc?export=view&id=1nN-XrWA7Ik4SpuJpiaAV-E3e3CrVEXwb);
  background-size: cover;
  filter: hue-rotate(45deg);
  animation: gantigambar1 20s linear infinite;
  position: relative;
  z-index: 1;
}

.footer-form button {
  margin-top: 2em;
}

.creativity {
  background-color: rgb(0 4 24 / 51%);
  margin: 0 auto;
  max-width: 95rem;
  padding: 9em;
  padding-top: 17em;
  padding-bottom: 17em;
}

.creativity h2 {
  font-size: 200%;
  text-shadow: 0 0 40px black;
}

.creativity p {
  text-shadow: 0 0 50px black;
}

.mini-content {
  padding: 6em;
}

.creativity img {
  display: none;
}

.creativity-wrapper {
  display: flex;
  flex-wrap: nowrap;
  aspect-ratio: 16/9;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  z-index: 1;
  border-radius: 2.5em;
}

.mini-one,
.mini-two,
.mini-three,
.mini-four {
  display: flex;
  flex: 1 0 100%;
  scroll-snap-align: start;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(https://www.studentuniverse.com/blog/wp-content/uploads/2018/02/japan-featured-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.mini-two ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://www.studentuniverse.com/blog/wp-content/uploads/2018/02/japan-featured-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.95) hue-rotate(329deg) saturate(1.2);
  z-index: -1;
}

.mini-one ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://images.squarespace-cdn.com/content/v1/542b5f29e4b06f71cbc3580e/1614916259417-82UV62QF04M8SEIVKBYR/Japan-Landscape-Photographer-Mt-Fuji-776.jpg?format=2500w);
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.9) hue-rotate(354deg);
  background-position-y: -110px;
  z-index: -1;
}
.mini-four ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://i.pinimg.com/originals/da/e0/6a/dae06a38677610b4805ce96b4cc33ec9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.8) hue-rotate(12deg);
  z-index: -1;
}

.mini-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://media.zicxa.com/5291198);
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.89);
  z-index: -1;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Mengatur tampilan thumb scrollbar */
::-webkit-scrollbar-thumb {
  background-color: rgb(255 255 255 / 13%);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #000000;
}

@supports (scrollbar-color: rgb(255 255 255 / 13%)) {
  * {
    scrollbar-width: thin;
    gap: 1em;
  }
}

@media screen and (max-width: 1920px) {
  #header {
    padding: 15rem;
    position: relative;
    padding-top: 10rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-bottom: 6px;
  }

  .header-texts {
    position: relative;
    top: 40%;

    padding-top: 1px;
  }

  .header-filler {
    top: 927px;
    left: 65%;
  }

  .content-second {
    padding: 6rem;
  }
}

@media screen and (max-width: 390px) {
  #header {
    padding: 4em;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    animation: none;
    background-position: 50% 50%;
  }

  * {
    font-size: 100%;
  }

  .header-texts h1 {
    font-size: 50px;
  }
  .page-wrapper {
    position: relative;
    width: 100%;
    max-width: 25rem;
    margin: auto auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
  }

  nav {
    display: flex;
    max-width: 391px;
    padding: 1em 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-logo-title {
    display: flex;
    align-items: center;
  }
  .nav-logo-title a {
    text-decoration: none;
    color: #ffffff;
    margin-right: -33px;
    font-size: 12px;
  }

  .nav-logo-title img {
    width: 1.5em;
    content: url(https://icones.pro/wp-content/uploads/2021/05/icone-html-rose.png);
    filter: hue-rotate(327deg);
  }

  nav ul {
    display: flex;
    margin-left: -1em;
    list-style: none;
  }

  nav li {
    margin-right: -16px;
  }

  .content-first {
    padding: 5rem;
    margin-right: -1rem;
    padding-bottom: 31rem;
  }
  .content-second {
    position: relative;
    padding: 4rem;
    background-color: #000000;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    margin: 0rem;
  }

  .content-aside {
    display: flex;
    flex-direction: column;
    background-color: #0c060c;
    flex-wrap: nowrap;
  }

  .content-second::before {
    content: "";
    position: absolute;
    top: -358px;
    left: 25%;
    width: 140px;
    height: 1573px;
    background: rgb(205, 147, 162);
    background: linear-gradient(
      180deg,
      rgba(205, 147, 162, 1) 0%,
      rgba(151, 102, 134, 1) 19%,
      rgba(94, 54, 104, 1) 38%,
      rgba(71, 42, 79, 1) 57%,
      rgba(205, 147, 162, 1) 60%
    );
    border-radius: inherit;
    z-index: -2;
    animation: muter 5s linear infinite;
  }

  .content-second::after {
    border-radius: inherit;
  }

  .content-aside aside {
    display: flex;
    padding-bottom: 16em;
    padding-top: 6em;
    flex-direction: column;
    align-items: center;
  }
  .content-aside aside ul li {
    margin-right: 0px;
    list-style: none;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-top: 1em;
  }
  aside h2 {
    text-transform: uppercase;
    font-size: 1.5em;
  }

  .content-aside aside ul {
    display: flex;
    list-style: none;
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    margin-left: -3em;
  }
  #header .header-filler ::before {
    content: "";
    background: #0c060c;
    z-index: 2;
    width: 16.5rem;
    height: 16.5rem;
    left: 0rem;
    position: absolute;
    animation: borderChange 15s 0.5s alternate infinite;
    top: 0.5rem;
  }

  #header .header-filler ::after {
    content: "";
    background: rgb(205, 147, 162);
    background: linear-gradient(
      221deg,
      rgba(205, 147, 162, 1) 0%,
      rgba(151, 102, 134, 1) 19%,
      rgba(94, 54, 104, 1) 38%,
      rgba(71, 42, 79, 1) 57%,
      rgba(53, 33, 59, 0) 60%
    );
    z-index: 0;
    width: 17rem;
    height: 17rem;
    filter: blur(15px);
    left: 2px;
    top: -8px;
    position: absolute;
    animation: borderChange 15s 0.5s alternate infinite;
  }

  .header-filler {
    top: 77em;
    left: 0em;

    width: 16.5rem;
    height: 16.5rem;
  }

  table img {
    filter: brightness(0.9) hue-rotate(334deg);
    position: relative;
    max-width: 262px;
  }

  .row-first {
    position: relative;
  }

  .row-first h3,
  .row-first p,
  .row-first a {
    font-size: 1em;
  }

  .articles {
    background-color: rgb(0 4 24 / 51%);
    max-width: 390px;
    overflow-x: scroll;
    position: relative;
    display: block;
  }

  .row-second {
    padding: 0;
  }

  .creativity {
    padding: 0;
    padding-top: 17em;
    padding-bottom: 17em;
  }

  .creativity-wrapper {
    aspect-ratio: inherit;
  }

  .mini-one ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.9) hue-rotate(354deg);
    background-position-y: -110px;
    background-position: -205px 1px;
    z-index: -1;
  }

  .footer-form {
    margin: 0;
  }

  footer {
    animation: none;
  }
}
