
#join,
body {
    width: 100vw;
}

#join,
#preloader {
    position: fixed;
    display: flex
}

#join::after,
#preloader {
    left: 0;
    height: 100%;
    top: 0
}

#join h1,
#join h4 {
    color: #fff
}

#join .boxJoin,
.halaman2,
.overlay,
.sampul {
    text-align: center
}

#LogoBCA,
#LogoBNI,
#logo {
    width: 50%
}

* {
    box-sizing: border-box
}



:root {
    --Kertas-count: 14;
    --Kertas-scroll: 23;
    --insert: #d9d9d9;
    --Kertas: #e6e6e6;
    --warna: rgb(180, 155, 121);
    --font: #000000;
    --antifont: white;
    --latar-warna: linear-gradient(rgba(222, 184, 135, 0.3252), rgba(222, 184, 135, 0.325));
    --latar-warna1: linear-gradient(rgba(222, 184, 135, 0.833), rgba(222, 184, 135, 0.625))
}

body {
    height: calc(((var(--Kertas-count) + 2) * var(--Kertas-scroll)) * 1vh);
    overflow-x: hidden
}

input,
textarea {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation
}

#preloader {
    width: 100%;
    background: #f7f6f2;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99999;
    transition: opacity .6s, visibility .6s;
    pointer-events: none
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden
}

.loading-logo {
    width: 150px;
    opacity: 0;
    animation: 2s ease-in-out infinite fadeInOut
}

#brand,
.video-cover {
    animation: both autoShowAnimation
}

.loader p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #555;
    letter-spacing: 1px
}

.background img {
    width: 150%;
    height: 120%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

#join {
    top: 0;
    left: 0;
    height: 100vh;
    background: url('../img/galeryfoto/1.webp') center/cover;
    z-index: 999;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: roboto
}

#join.slide-up {
    transform: translateY(-100%);
    opacity: 0
}

#join::after {
    content: "";
    position: absolute;
    width: 100%;
    background: rgba(42, 38, 38, .3);
    z-index: 1
}

#join .boxJoin {
    position: relative;
    z-index: 2; 
    color: var(--antifont);
    font-size: 2rem
}

#join h1 {
    font-family: Corinthia;
    font-size: 4rem
}

#join h4,
.halaman14 #inputNama,
.halaman14 #inputPesan,
.overlay h2 {
    font-size: 2rem
}

#join h2,
#join h3 {
    font-family: Aclonica;
    color: #fff;
    font-size: 2rem;
    font-weight: 100
}

.btn {
    display: inline-block;
    padding: 5% !important;
    width: 100%;
    background: var(--warna);
    color: var(--antifont) !important;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    transition: background .3s;
    font-size: 1rem
}

.btn:hover {
    color: var(--warna) !important;
    background: #fff
}

.Kertas {
    width: min(90vw, 480px);
    height: calc(min(90vw, 480px) * 1.4); /* rasio 1:1.4 biar proporsional */
    position: relative;
    transform-style: preserve-3d;
}

.Kertas__half,
.overlay,
.video-cover {
    width: 100%;
    height: 100%;
    left: 0
}

.Kertas .Kertas__number {
    position: absolute;
    color: grey;
    bottom: 1rem;
    font-size: 1vmin
}

.Kertas__half--front .Kertas__number {
    right: 1rem
}

.Kertas__half--back .Kertas__number {
    left: 1rem
}

.Kertas__half {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0
}

.Kertas__half--front {
    --rotation: 0;
    --coefficient: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.Kertas__half--back {
    --rotation: 180;
    --coefficient: 2;
    position: relative;
    overflow: hidden;
    transform: rotateY(calc(var(--rotation) * 1deg)) translate3d(0, 0, calc((.5 * var(--coefficient)) * 1px))
}

#logoNikah,
.overlay,
.video-cover {
    position: absolute;
    top: 0
}

.video-cover {
    object-fit: cover;
    animation-timeline: view(90% 5%)
}

.overlay {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--font);
    background: var(--latar-warna1), url(../img/background1.webp);
    background-size: cover;
    text-shadow: 0 0 1px #000
}

#logoNikah {
    width: 80%;
    opacity: .8
}

.overlay p {
    font-size: 1.7rem;
    width: 80%
}

.buku {
    height: 1000px;
    position: fixed;
    width: 480px;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%) scale(.35) !important;
    transform-style: preserve-3d;
    perspective: 1200px
}

.buku__insert {
    content: '';
    position: absolute;
    height: 94%;
    width: 94%;
    top: 50%;
    right: -1rem;
    transform: translate(0, -50%);
    border-radius: 5% 0 0 5%
}

.buku__spine {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: var(--spine);
    transform-origin: 0 50%;
    width: 0;
    transform: translate3d(0, 0, -13px) scaleX(1) rotateY(0)
}

.buku__Kertas,
.buku__cover {
    height: 100%;
    width: 100%;
    top: 50%;
    position: absolute;
    left: 0
}

.buku__Kertas {
    z-index: calc(((var(--Kertas-count) + 2) - var(--Kertas-index)) * 2);
    transform-origin: 0% 50%
}

.buku__cover {
    background-color: var(--warna)
}

.containerSampul,
.containerSampul .hover,
.halaman1 .wrapperHalaman,
.sampul {
    position: relative;
    width: 100%;
    height: 100%
}

.buku__cover--front {
    transform-origin: 0 50%
}

.buku__cover--front .Kertas__half--back {
    background: var(--warna);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.buku__cover--back {
    transform-origin: 0% 50%
}

.buku__cover--back .buku__insert {
    left: 0;
    border-radius: 0 5% 5% 0
}

.buku__Kertas:not(.buku__cover) {
    background: 0 0/cover #fff
}

.sampul {
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at center, #fff 0, #d7d7d3 90%, #fff 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1
}

.sampul h5 {
    position: absolute;
    font-family: GFS Didot;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 100;
    color: var(--font);
    top: -1%;
    left: 13%;
    letter-spacing: 15px
}

.containerSampul h5,
.sampul h2 {
    color: var(--warna);
    position: absolute;
    margin-bottom: 0
}

.sampul h2 {
    font-family: Playfair Display SC;
    font-weight: 400;
    margin-top: 0;
    font-size: 4rem;
    -webkit-text-stroke: 0.5px var(--font);
    top: 6%;
    transform: scaleY(2);
    z-index: 2
}

.containerSampul {
    z-index: 3;
    overflow: hidden;
    background: linear-gradient(to top, --warna 20%, transparent)
}

.containerSampul .hover {
    z-index: 3;
    background: linear-gradient(to top, rgba(41, 40, 40, .7) 20%, transparent)
}

.containerSampul h5 {
    font-family: GFS Didot;
    font-size: 2.5rem;
    font-weight: 100;
    top: 80%;
    left: 15%;
    z-index: 3;
    transform: scaleY(3)
}

.containerSampul img {
    width: 140%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    transform: translate(-50%);
    object-fit: cover;
    filter: drop-shadow(15px 10px 10px rgba(0, 0, 0, .6))
}

.halaman1 .wrapperHalaman h4 {
    white-space: normal;
    word-wrap: break-word;
    width: 90%;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    line-height: 2.3;
    color: var(--antifont);
    margin-top: 80%
}

.halaman1 {
    background-image: var(--latar-warna), url(../img/galeryfoto/bghalaman1.webp);
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%
}

.halaman1 .wrapperHalaman {
    display: flex;
    flex-direction: column;
    align-items: center
}

.halaman5 {
    justify-content: flex-start;
    align-items: center
}

.halaman2 {
    width: 100%;
    height: 100%;
    background: url("../img/galeryfoto/Wanita.webp") 40% 0/cover;
    font-size: 4rem;
    font-family: corinthia
}

.halaman3,
.halaman4 {
    font-family: Raleway;
    color: var(--font);
    position: relative;
    width: 100%;
    height: 100%;
    display: flex
}

.wrapperHalaman {
    justify-content: flex-start
}

.halaman2 .containerProfilKiri,
.halaman5 .containerProfilKanan {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.halaman3 {
    flex-direction: column;
    text-align: left;
    background: url(../img/galeryfoto/Wanita.webp) 96% 0/cover;
    gap: 5px
}

.halaman3 h2 {
    position: absolute;
    font-size: 4rem;
    font-weight: 300;
    left: 20%;
    bottom: 41%
}

.halaman3 h3 {
    position: absolute;
    font-size: 3rem;
    font-weight: 300;
    left: 5%;
    bottom: 6%;
    text-align: center !important
}

.halaman3 h4 {
    position: absolute;
    font-size: 2.5rem;
    font-weight: 200;
    left: 30%;
    bottom: 30%
}

.halaman4 h2,
.halaman4 h3 {
    font-weight: 300;
    right: 5%;
    position: absolute
}

.halaman3 i {
    position: absolute;
    font-size: 2.5rem;
    left: 50%;
    bottom: 2%;
    color: #fff
}

.halaman4 {
    flex-direction: column;
    align-items: center;
    text-align: right;
    background: url(../img/galeryfoto/Pria.webp) 4% 0/cover
}

.halaman4 h2 {
    font-size: 4rem;
    bottom: 41%
}

.halaman4 h3 {
    font-size: 3rem;
    bottom: 10%;
    text-align: center
}

.halaman4 h4 {
    position: absolute;
    font-size: 3rem;
    font-weight: 200;
    right: 5%;
    bottom: 30%
}

.halaman4 i {
    position: absolute;
    font-size: 2.5rem;
    color: var(--antifont);
    right: 40%;
    bottom: 2%
}

.halaman5 {
    width: 100%;
    height: 100%;
    background: url('../img/galeryfoto/Pria.webp') 60%/cover;
    text-align: center;
    font-size: 3.8rem;
    font-family: corinthia
}

.halaman5 h1 {
    position: absolute;
    top: -5%;
    left: 15%
}

.halaman10 .galery-items,
.halaman11 .galery-items,
.halaman6 {
    width: 100%;
    height: 100%;
    position: relative
}

.halaman6 h2 {
    position: absolute;
    font-family: roboto;
    font-size: 5rem;
    top: 10%;
    left: 6%;
    margin: 0;
    line-height: 5rem;
    mix-blend-mode: difference;
    color: var(--warna)
}

.halaman6 .containerProfilKiri {
    box-shadow: inset 180px 0 0 0 var(--warna);
    width: 100%;
    height: 100%
}

.halaman6 .containerProfilKiri h3 {
    position: absolute;
    top: 25%;
    left: 20%;
    margin-right: 1rem;
    text-align: right;
    font-family: roboto;
    font-size: 3rem;
    font-weight: 200;
    color: #000
}

.halaman6 .simply-countdown-losange {
    position: absolute;
    top: 40%;
    left: 8%;
    color: #000
}

.halaman6 button {
    position: absolute;
    padding: 1.2rem 1rem;
    margin-left: 3%;
    bottom: 8%;
    background: #fff;
    color: var(--font);
    border-radius: 10px;
    border: 1px solid #817f7f;
    font-size: 1.1rem
}

.halaman6 .btn-custom,
.halaman8 h2 {
    color: var(--antifont);
    font-family: roboto
}

.halaman6 .wrapper {
    position: absolute;
    width: 64%;
    height: 100%;
    top: 0;
    left: 30%;
    margin-left: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.halaman6 .acara {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    gap: 1rem 1rem;
    text-align: center;
    bottom: -5%
}

.halaman6 .acara::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47%;
    width: 1px;
    height: 8rem;
    background: #000;
    margin: 0
}

.halaman10,
.halaman11,
.halaman12 button,
.halaman14 #buttonsubmit,
.halaman6 .btn-custom,
.halaman8,
.halaman9 {
    background-color: var(--warna)
}

.halaman6 .acara h4,
.halaman6 .acara h5 {
    margin: 0;
    font-family: Akaya Kanadaka;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center
}

.halaman6 .lokasi {
    position: absolute;
    text-align: justify;
    bottom: 8%;
    width: 85%;
    left: 5%
}

.halaman6 .lokasi h4,
.halaman6 .lokasi h5 {
    font-size: 1.3rem;
    font-weight: 400;
    font-family: roboto
}

.simply-countdown-losange .simply-seconds-section {
    display: none !important
}

.halaman6 .btn-custom {
    padding: 1rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 400;
    transition: background .3s;
    text-align: center;
    border: 1px solid #817f7f
}

.halaman7 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.halaman7 .galery-container,
.halaman7 .galery-items,
.halaman7 .wrapperHalaman {
    width: 100%;
    height: 100%
}

.halaman7 .containerProfilKanan {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 10px solid var(--warna)
}

.halaman10 .galery-items .image,
.halaman11 .galery-items .image,
.halaman7 .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 3/4;
}

.halaman7 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    aspect-ratio: 3/4;
}

#lastpage.galery-items:hover .image img,
.halaman7 .galery-items:hover .image img {
    transform: none
}

.halaman8,
.halaman9 {
    position: relative;
    width: 100%;
    height: 100%
}

.halaman8 h2 {
    position: absolute;
    font-size: 9rem;
    font-weight: 100;
    margin: 5% 0;
    top: 0;
    right: 0
}

.halaman9 h2,
.halaman9 h3 {
    position: absolute;
    font-weight: 200;
    margin: 0;
    font-family: roboto
}

.halaman9 h2 {
    font-size: 8rem;
    top: 4%;
    right: 1%;
    color: var(--antifont);
    letter-spacing: 10px
}

.halaman9 h3 {
    font-size: 5rem;
    top: 7%;
    left: 5%
}

.halaman10 h2,
.halaman13 h3 {
    font-weight: 300;
    position: absolute
}

#card1::part(base) {
    background-color: rgba(255, 255, 255, .27);
    color: #000
}

#card2::part(base) {
    display: flex;
    flex-direction: column-reverse;
    background-color: rgba(0, 0, 0, .27);
    color: var(--antifont)
}

#card3::part(base) {
    background-color: rgba(255, 255, 255, .27);
    color: var(--font)
}

.halaman10 h2,
.halaman12 h2,
.halaman12 h3,
.halaman13 h3 {
    color: var(--antifont)
}

#card4::part(base) {
    display: flex;
    flex-direction: column-reverse;
    background-color: rgba(0, 0, 0, .27);
    color: var(--antifont)
}

.card-image {
    position: absolute;
    max-width: 44%;
    font-family: roboto;
    justify-items: center;
    height: auto;
}

#brand,
.footer-container {
    font-family: Poppins, sans-serif
}

.card-image img {
    width: 100%;
    margin: 0 auto;
    height: auto
}

.card-image h4,
.card-image p {
    margin: 0;
    font-size: 1.5rem;
    font-family: roboto
}

.halaman10,
.halaman11 {
    width: 100%;
    height: 100%
}

.halaman10 .wrapperHalaman,
.halaman11 .wrapperHalaman {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin-top: 0
}

.halaman10 .containerProfilKiri,
.halaman11 .containerProfilKiri {
    position: absolute;
    display: flex;
    align-items: start;
    width: 100%
}

.halaman10 .gallery-grid,
.halaman11 .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: 90px 100px;
    justify-content: center;
    grid-auto-flow: dense;
    min-height: 400px;
}

.galery-items .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: .5s ease-in-out;
    aspect-ratio: 3/4;
}

.galery-items:hover .image img {
    transform: scale(1.5)
}

.w-1 {
    grid-column: span 1
}

.w-2 {
    grid-column: span 2
}

.w-3 {
    grid-column: span 3
}

.w-4 {
    grid-column: span 4
}

.w-5 {
    grid-column: span 5
}

.h-1 {
    grid-row: span 1
}

.h-2 {
    grid-row: span 2
}

.h-3 {
    grid-row: span 3
}

.h-4 {
    grid-row: span 4
}

.h-5 {
    grid-row: span 5
}

#galery {
    position: absolute;
    top: 0;
    width: 95%;
    margin: 5%
}

.halaman10 h2 {
    bottom: -2%;
    left: 8%;
    font-size: 3rem;
    font-family: Raleway
}

.halaman12 {
    background: var(--latar-warna), url(../img/galeryfoto/background-gift.webp);
    background-size: cover;
    width: 100%;
    height: 100%
}

.halaman13 {
    width: 100%;
    height: 100%;
    background-image: url('../img/galeryfoto/8.webp');
    background-size: cover;
    background-position: 80%
}

.halaman13 .containerProfilKanan {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(to top, #000 20%, transparent)
}

.halaman14,
a {
    position: relative
}

.halaman13 h3 {
    font-family: roboto;
    text-align: center;
    font-size: 2rem;
    bottom: 10%
}

.halaman12 h2,
.halaman14 h2 {
    font-family: roboto;
    text-align: left
}

.halaman14 {
    width: 100%;
    height: 100%;
    background: var(--latar-warna), url(../img/galeryfoto/background-rsvp.webp);
    background-size: cover;
    scroll-padding-bottom: 300px
}

.halaman12 h2 {
    font-size: 4rem;
    font-weight: 200;
    margin-left: 8%
}

.halaman12 h3 {
    position: absolute;
    margin-left: 0;
    font-family: roboto;
    font-size: 3rem;
    font-weight: 200;
    right: 10%;
    top: 2%
}

.halaman12 button:hover {
    background-color: #fff;
    color: #000;
    transform: scale(1.05);
    transition: 10ms
}

.transparent-card::part(base) {
    background-color: rgba(245, 240, 240, .473);
    font-size: 2rem;
    align-items: center;
    text-align: center;
    color: var(--font)
}

.card-header [slot=header] img {
    margin-left: 20%;
    margin-bottom: 0;
    display: block
}

.halaman12 button {
    font-size: 2rem;
    padding: 1rem;
    color: var(--antifont);
    border-radius: 10px
}

.halaman14 h2 {
    font-size: 4rem;
    font-weight: 400;
    margin-left: 10%;
    color: var(--antifont)
}

.halaman14 #form-rsvp {
    width: 100%
}

.halaman14 #inputNama {
    width: 80%;
    margin-left: 10%;
    border-radius: 8px;
    padding: 2%
}

.halaman14 #inputPesan {
    height: 6rem;
    width: 80%;
    margin-left: 10%;
    margin-top: 4%;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 3%
}

.halaman14 #buttonsubmit {
    width: 80%;
    height: 4%;
    margin-left: 10%;
    font-size: 2rem;
    color: var(--antifont);
    border-radius: 8px;
    border: 1px solid #000;
    box-shadow: 0 2px 0 0 #575757
}

.halaman14 .wrapperKomentar {
    position: relative;
    width: 80%;
    height: 50%;
    left: 10%;
    border: 2px solid #fff
}

.halaman14 #comments {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 15%;
    overflow-y: auto;
    overflow-x: hidden
}

.halaman14 #form-rsvp input[type=radio] {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    margin: 2rem .5rem 2rem 5rem;
    vertical-align: middle
}

.halaman14 #form-rsvp label {
    font-size: 1.5rem;
    margin-left: 0;
    color: var(--antifont);
    margin-bottom: 0
}

.halaman14 .comment-item b {
    color: var(--antifont);
    margin-top: 0;
    font-size: 2rem;
    font-weight: 300
}

.halaman14 .comment-item {
    padding: 0;
    color: var(--antifont) !important;
    font-size: 1.5rem;
    margin: 0 0 0 5%;
    font-weight: 200
}

.halaman14 .comment-item:last-child {
    border-bottom: none;
    color: var(--antifont)
}

.halaman14 .kehadiran-badge {
    display: inline-block;
    padding: 2px 8px;
    margin-left: 10px;
    border-radius: 4px;
    font-size: 1.5rem;
    color: var(--font);
    background-color: #fff
}

.halaman14 .kehadiran-badge.hadir {
    background-color: var(--warna);
    color: var(--antifont)
}

.halaman14 #pagination-controls {
    position: absolute;
    display: flex;
    width: 100%;
    bottom: 3%;
    height: 50px;
    text-align: center;
    color: var(--antifont);
    justify-content: space-between
}

.halaman14 #pagination-controls button {
    background-color: transparent;
    color: var(--antifont) !important;
    border: none;
    margin: 1% 5%;
    cursor: pointer;
    font-size: 1.5rem;
    padding: .5rem;
    background: var(--warna)
}

#pagination-controls button:disabled {
    opacity: .5;
    cursor: not-allowed;
    background-color: var(--warna)
}

#pagination-controls span {
    margin-top: 2%;
    font-weight: 700;
    font-size: 1.5rem
}

.halaman15 {
    text-align: center;
    background: var(--warna);
    color: var(--antifont)
}

.halaman15 h3 {
    font-family: Roboto;
    font-size: 3.5rem;
    margin-bottom: 3%;
    margin-top: 10%
}

.halaman15 h4 {
    font-family: roboto;
    font-size: 2rem;
    font-weight: 300;
    margin: 4%
}

.halaman15 h2 {
    font-family: Corinthia;
    font-size: 4.5rem;
    margin: 0
}

.footer-container small,
.social-icons a {
    color: #000;
    font-size: 80%
}

.halaman15 .galery-container {
    width: 20rem;
    height: 25rem;
    margin: 0 auto 20%
}

.halaman15 .galery-items .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    aspect-ratio: 3/4
}

#lastpage {
    width: 100%;
    height: 100%;
    background-color: var(--warna)
}

#logo {
    position: absolute;
    left: 27%;
    bottom: 40%
}

#brand {
    position: absolute;
    font-size: 2rem;
    font-weight: 400;
    bottom: 35%;
    left: 17%;
    animation-timeline: view(90% 5%)
}

a {
    height: 100%;
    width: 100%;
    display: block
}

.audio-icon-wrapper {
    position: fixed;
    font-size: 2rem;
    right: 15px;
    bottom: 15%;
    color: #fff;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .5));
    user-select: pointer;
    animation: 4s linear infinite rotating;
    display: flex;
    justify-content: center;
    align-items: center
}

dotlottie-wc {
    position: fixed;
    width: 30% !important;
    height: 20% !important;
    transform: translateX(50%);
    right: 50%;
    bottom: 5%
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .212);
    padding: 10px 0;
    z-index: 9999
}

.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px
}

.social-icons a {
    text-decoration: none;
    transition: color .3s
}

.social-icons a:hover {
    color: #b08a5c
}

@keyframes fadeInOut {

    0%,
    100% {
        opacity: .3;
        transform: rotate(360deg)
    }

    50% {
        opacity: 1;
        transform: rotate(0)
    }
}

@keyframes autoShowAnimation {
    from {
        transform: translateY(200px) scale(.3);
        opacity: 0
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1
    }
}

@keyframes rotating {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .buku {
        width: 500px !important;
        height: 1000px !important;
        top: 6% !important;
        left: 45% !important;
        transform: translateY(-19.5%) scale(.6) !important;
        transform-origin: center center
    }
}

@media screen and (min-width:1024px) {
    .background img {
        width: 100%;
        height: auto
    }

    dotlottie-wc,
    footer a {
        display: none
    }

    .buku {
        width: 500px !important;
        height: 1000px !important;
        top: 10% !important;
        left: 45% !important;
        transform: translateY(-19.5%) scale(.6) !important;
        transform-origin: center center
    }

    .halaman3 {
        background-position: 100% 0
    }

    .halaman4 {
        background-position: 0
    }

    footer .container {
        font-size: 2rem;
        margin: 0;
        padding: 0
    }

    footer small {
        font-size: 1rem;
        margin: 0
    }

    .audio-icon-wrapper {
        right: 50px;
        bottom: 20%
    }
}