/*utama*/
body {
    margin: 0;
}

.hidden1 {
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease;
}

.hidden1.show {
    opacity: 1;
    transform: translateX(0px);
}

.hidden2 {
    opacity: 0;
    transform: translateX(200px);
    transition: all 0.8s ease;
}

.hidden2.show {
    opacity: 1;
    transform: translateX(0px);
}

.hidden3 {
    opacity: 0;
    transform: scale(0);
    transition: all 0.8s ease;
    border: none;
}

.hidden3.show {
    opacity: 1;
    transform: scale(1);
}

@keyframes panah {

    0%,
    100% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }

}

@keyframes masukkiri {
    from {
        opacity: 0;
        transform: translateX(-200px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes masukkanan {
    from {
        opacity: 0;
        transform: translateX(200px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes muncul {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes muncul1 {
    from {
        opacity: 0;
        transform: translateX(-50%) scale(0);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
}

@keyframes geser {
    0% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(-15deg);
    }
}

button {
    cursor: pointer;
}

html,
body {
    margin: 0;
    overflow-x: hidden;
}

/*awal*/

.kue img {
    position: absolute; 
    width: 700px;
    height: 700px;
    transition: opacity 0.5s ease;
}

.sesudah {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.sebelum {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.kue :hover .sebelum {
    opacity: 0;
}

.kue :hover .sesudah {
    opacity: 1;
}
.kata h1 {
    position: absolute;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    bottom: 55%;
    left: 50%;
    font-size: 60px;
    font-weight: 1000;
    transform: translateX(-50%) scale(0);
    animation: muncul1 0.5s ease forwards;
}

.awan1 {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 70px;
    left: 50px;
    right: 50px;
    opacity: 0;
    transform: scale(0);
    animation: muncul 0.5s ease forwards;
}

.awan {
    width: 400px;

}

.depan {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 100px;
    width: 100%;
    box-sizing: border-box;
    align-items: center;

}

.pilih {
    width: 250px;
    border: none;
}

.kiri {
    position: absolute;
    animation: masukkiri 0.5s ease forwards;
    opacity: 0;
    left: 300px;
    bottom: 50px;
}

.kanan {
    position: absolute;
    animation: masukkanan 0.5s ease forwards;
    opacity: 0;
    right: 300px;
    bottom: 50px;

}



/*utama*/
.bgatas {
    position: relative;
    cursor: default;
    align-items: center;
    animation: muncul 0.5s ease forwards;
}

.bg {
    width: 100vw;
    height: 100hv;
    object-fit: cover;
}

.scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px;
    text-align: center;
}

.scroll h1 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.arrow {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 22px;
    color: white;
    animation: panah 1.3s ease-in-out infinite;
}

.fotoatas {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 100px;
    margin-left: 100px;

}

.fotoatas img {
    width: 400px;
    border-radius: 15px;
    padding: 7px;
    border: 30px solid #D9D9D9;
    background-color: white;
    border-bottom: 130px solid #D9D9D9;
}

.textatas {
    display: flex;
    flex-direction: column;
    margin-right: 100px;
    margin-left: 50px;
    background-color: white;
    border-radius: 20px;
}

.textatas h1 {
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    font-size: 60px;
    margin-left: 45px;
    padding: -100px;
    margin-top: 10px;
}

.textatas p {
    margin-top: -45px;
    margin-bottom: 45px;
    margin-left: 45px;
    margin-right: 45px;
    font-family: 'poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #ECECEC;
    border: 2px solid;
    padding: 20px;
    white-space: pre-line;
    border-radius: 5px;
}

.fotobawah {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 70px;
    right: 125px;
    top: 1900px;
    animation: masukkiri 1s ease forwards;
}


.foto1 {
    width: 250px;
    height: auto;
    background-color: white;
    display: flex;
    padding: 5px;
    border: 15px solid #D9D9D9;
    border-bottom: 100px solid #D9D9D9;
    border-radius: 7px;
}

.foto2 {
    width: 250px;
    height: auto;
    background-color: white;
    display: flex;
    padding: 5px;
    border: 15px solid #D9D9D9;
    border-bottom: 100px solid #D9D9D9;
    border-radius: 7px;
}

.bawah {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    left: 100px;
    top: 1900px;
}

.bawah h1 {
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    font-size: 60px;
    margin-top: 10px;
    margin-left: 45px;

}

.bawah p {
    width: 645px;
    margin-bottom: 45px;
    margin-top: -45px;
    margin-left: 45px;
    margin-right: 45px;
    font-family: 'poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #ECECEC;
    border: 2px solid;
    padding: 20px;
    white-space: pre-line;
    border-radius: 5px;
}

.bunga {
    position: absolute;
    display: flex;
    animation: masukkiri 1s ease forwards;
    left: 100px;
    transform: translateX(-50%);
    top: 365%;

}

.bunga img {
    width: 100px;
    animation: geser 1s ease-in-out infinite;
}

.home-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    margin-bottom: 50px;
}

.tombolawal {

    font-family: "poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: white;
    border-radius: 50px;
    background: #E96A8D;
    border: none;
    padding: 12px 35px;
    transition: .3s;
}

/*nonjok*/

.tonjok h1 {
    color: white;
}

.tonjok {
    position: absolute;
    display: flex;

}

.ketikan {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: "poppins", sans-serif;
    top: 23%;
    text-align: center;
}

.ketikan h1 {
    font-weight: 600;
    font-size: 50px;
}


.kbalik {
    position: absolute;
    bottom: 5%;
    left: 5%;
    transform: translateX(-50%, -50%);
}

.klanjut {
    position: absolute;
    bottom: 5%;
    right: 5%;
    transform: translateX(-50%, -50%);
}

.tonjok img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.tonjok button {
    align-items: center;
    font-family: "poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: white;
    border-radius: 50px;
    background: #E96A8D;
    border: none;
    padding: 12px 35px;

}

button:hover,
button:visited {
    background: #D95479;
}

/*foto kia*/

.fotokiasemua {
    column-count: 5;
    column-gap: 15px;
}

.fotokiasemua img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    break-inside: avoid;
}

.bungalagi {
    position: absolute;
    display: flex;
    animation: masukkiri 1s ease forwards;
    right: 50px;
    transform: translateX(-50%);
    bottom: -540%;

}

.bungalagi img {
    width: 100px;
    animation: geser 1s ease-in-out infinite;
}

/*kucing*/
.miaw img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.miaw h1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: "poppins", sans-serif;
    top: 85%;
    padding: 3px;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    background-color: rgb(255, 255, 255);
}

.tekan button {
    align-items: center;
    font-family: "poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: white;
    border-radius: 50px;
    background: #E96A8D;
    border: none;
    padding: 12px 35px;
    position: absolute;
    bottom: 5%;
    left: 5%;
    transform: translateX(-50%, -50%);
}

/*kalrif*/
.texttanya {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    font-family: "poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.tombol {
    position: absolute;
    width: 100px;
    border-radius: 5px;
    background-color: #E96A8D;
    right: 25%;
    top: 55%;
    font-size: 30;
    padding: 30px;
    width: 300px;
}
.notombol {
    position: absolute;
    left: 25%;
    top: 55%;
    font-size: 30;
    padding: 30px 50px;
    width: 300px;
    opacity: 1;
    border-radius: 5px;
    background-color: #E96A8D;
}
.notombol:disabled {
    opacity: 1;
    background-color: #E96A8D;
    color: black;
    border-color: buttonborder;
}
.notombol:hover, .notombol:visited {
    background: #D95479;
}

/*nanya*/
