*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#wall{
    background: linear-gradient(to bottom,#fddfee 20%, #a1d7f5);
    background-repeat: no-repeat;
    height: 2217px;
}

.fcn{
    position: relative;
    display: flex;
    height: 90%;
    max-width: 1440px;
}

#ataps{
    padding-left: 210px;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(-100px);
    opacity: 0;
    animation: fadeInDown 0.8s ease forwards;
}

.headm1 img:nth-child(1) {animation-delay: 0.5s;}

@keyframes fadeInDown {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* animasi jatuh */
.sakura-wrapper {
  position: absolute;
  top: -520px;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform, opacity;
}

/* animasi mengayun */
.sakura {
  width: 100px;
  height: 100px;
  background-image: url('https://cdn-icons-png.flaticon.com/128/4474/4474963.png');
  background-size: cover;
  opacity: 1;
  animation-name: sway;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  will-change: transform;
}

/* Animasi jatuh */
@keyframes fall {
  0% {
    transform: translateY(0);
    opacity: 0.4;
  }

  85% {
    transform: translateY(1500px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(1800px);
    opacity: 0;
  }
}

/* Animasi mengayun */
@keyframes sway {
  0% {
    transform: translateX(31px) rotate(80deg);
  }
  50% {
    transform: translateX(-80px) rotate(-80deg);
  }
  100% {
    transform: translateX(31px) rotate(80deg); 
  }
}

/* posisi dan durasi */
.s1 { left: 10%; animation-duration: 10s; animation-delay: 0s; }
.s2 { left: 20%; animation-duration: 12s; animation-delay: 2s; }
.s3 { left: 30%; animation-duration: 9s; animation-delay: 1s; }
.s4 { left: 40%; animation-duration: 11s; animation-delay: 3s; }
.s5 { left: 50%; animation-duration: 10.5s; animation-delay: 0.5s; }
.s6 { left: 60%; animation-duration: 13s; animation-delay: 1.5s; }
.s7 { left: 70%; animation-duration: 9.5s; animation-delay: 2.5s; }
.s8 { left: 80%; animation-duration: 12s; animation-delay: 1s; }
.s9 { left: 90%; animation-duration: 11s; animation-delay: 0s; }

.s1 .sakura { animation-duration: 4s; }
.s2 .sakura { animation-duration: 3.5s; }
.s3 .sakura { animation-duration: 5s; }
.s4 .sakura { animation-duration: 4.5s; }
.s5 .sakura { animation-duration: 6s; }
.s6 .sakura { animation-duration: 3.2s; }
.s7 .sakura { animation-duration: 4.8s; }
.s8 .sakura { animation-duration: 3.7s; }
.s9 .sakura { animation-duration: 5.5s; }

/* nav */

.navbar{
  border-right: 1px solid black;
}

#wrapppernav{
  position: sticky;
  top: 0;
  left: 0;
  width: 210px;
}


#logos{
    width: 170px;
    height: 170px;
    margin: 20px;
}

.navbar ul{
    list-style: none; 
    margin-bottom: 200px;
}

.navbar li{
    writing-mode: vertical-lr;
    padding-bottom: 30px;
    margin: 0 auto;
    transform: translateY(-100px);
    opacity: 0;
    animation: dropDown 0.5s ease forwards;
}

.navbar a{
    text-decoration: none;
    color: black;
    font-size: 30px;
    transition: color 0.3s;
}

div a:hover {
    color: #538cff;
}

.navbar li:nth-child(1) {animation-delay: 0.2s;}
.navbar li:nth-child(2) {animation-delay: 0.4s;}
.navbar li:nth-child(3) {animation-delay: 0.6s;}

@keyframes dropDown {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* scc1 */

.scc1{
    width: 100%;
    margin: 0 108px ;
}


#ps1{
    position: relative;;
    text-align: center;
    padding-top: 15px;
    font-size: 80px;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    text-shadow: 6px 2px 4px rgba(0, 0, 0, 0.8);
    transform: scale(0);
    opacity: 0;
    animation: popIn 0.6s ease forwards;
}

#ps1:nth-child(1) {animation-delay: 0.3s;}

@keyframes popIn {
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.teks p{
    text-align: left;
    font-size: 28px;
    padding-top: 60px;
    transform: scale(0);
    opacity: 0;
    animation: fadeIn 1.5s ease forwards;
}

@keyframes fadeIn {
    50% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.teks p:nth-child(1) {animation-delay: 0.3s;}
.teks p:nth-child(2) {animation-delay: 0.6s;}
.teks p:nth-child(3) {animation-delay: 0.9s;}

.formulir{
    position: relative;
    margin-top: 50px;
    text-align: left;
    width: 100%;
    height: 1100px;
    background-color: white;
    padding: 30px;
    border-radius: 30px;
}

.nama, .email, .imail, .last{
    font-size: 24px;
    height: 100%;
    width: 100%;
}

#namas, #emails, #imails{
    width: 100%;
    height: 58px;
    margin-bottom: 40px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 32px;
}

#lasts{
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
    border-radius: 10px;
    margin-top: 10px;
    border: 2px solid black;
    font-size: 32px;
}

span{
    color: red;
    font-size: 16px;
}

#buttonm1{
    text-decoration: none;
    color: black;
    font-size: 30px;
    background-color: #538cff;
    width: 631px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#buttonm a:hover{
    color: white;
}

/* footer */


#footer{
    position: relative;
    background-color: #ccdbf2;
    height: 283px;
    top: 0;
}

#bk1{
    position: absolute;
    right: 0;
    top: 0;
}

#bk2{
    position: absolute;
    left: 0;
    bottom: 0;
}

#logof{
    position: absolute;
    margin: 110px;
    margin-left: 430px;
}

#footer p{
    position: absolute;
    margin: 90px;
    margin-left: 670px;
    font-size: 20px;
}
