.subtitle {
    font-weight: 300;
    font-family: "Noto Serif", serif;
}

.name-title {
    font-family: 'South', sans-serif;
    /* font-size:120px; */
    /* font-size:21vw; */
    font-size: calc(100% + 6vw + 5vh);
    margin: -20px;
}

.name-title2 {
    font-family: 'Rochester', cursive;
    /* font-size: calc(100% + 4vw + 2vh); */
}

.date-title {
    font-family: "Noto Serif", serif;
    /* font-size:100px; */
}

.border-cover {
    border-radius: 50%;
    border: 24px solid rgb(255 255 255 / 20%);
    background: #fdcab487;
    padding: 35px;
    margin: 35px;
    /* padding: 65px;
    margin: 73px; */
}

.bg-image2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 70%;
    min-width: 100%;
    position: relative;
}


.bg-image-galeri {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 105%;
    min-width: 100%;
    background-size: cover;
    position: relative;
}

.date-count-box {
    background: #efc1a07a;
    z-index: 99;
    border-radius: 10%;
    color: #724a2c;
    margin: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hari {
    font-size: 70px;
    font-family: 'Rochester', cursive
}

.tanggal {
    font-family: 'Rochester', cursive
}

.bottom-menu {
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.ornament-tgl {
    position: absolute;
    width: 100%;
    top: 60px;
    opacity: 50%;
    left: 50%;
    transform: translateX(-50%);

}

.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}

.portfolio-item {
    /*width:100%;*/
}

.portfolio-item .item {
    /*width:303px;*/
    float: left;
    margin-bottom: 10px;
}

.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}

.portfolio-item {
    /*width:100%;*/
}

.portfolio-item .item {
    /*width:303px;*/
    float: left;
    margin-bottom: 10px;
}



.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 40s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 40s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 40s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

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

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

@font-face {
    font-family: 'South';
    font-style: normal;
    font-weight: 400;
    src: local('South'), url('../../font/south-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Buttercup Sample';
    font-style: normal;
    font-weight: 400;
    src: local('Buttercup Sample'), url('https://fonts.cdnfonts.com/s/14062/buttercup_sample.woff') format('woff');
}



p {
    margin: 0;
}

/* 
@font-face {
    font-family: Motira;
    src: url({{ asset('assets/font/Motira.otf')
}
}

)
}

@font-face {
    font-family: The Fighter;
    src: url({{ asset('assets/font/TheFighter.otf')
}

)
} */

.btn-outline-info:hover {
    color: #fff !important;
    background-color: #432108;
    border-color: #6f3710;
}

@font-face {
    font-family: 'Belgiano';
    src: url('../../font/Belgiano.woff2') format('woff2'),
        url('../../font/Belgiano.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Laviossa';
    src: url('../../font/Laviossa.woff2') format('woff2'),
        url('../../font/Laviossa.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

.timeline>li>.timeline-panel {
    background: rgb(0 0 0 / 60%) !important
}

.active-nav {
    background: #264e3d;
}


.loading {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-text {
    font-size: 2em;
    animation: fadeIn 1s infinite alternate;
    font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* CSS */
.music-box {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 1000;
}

/* Tambahkan background transparan dengan pulse */
.music-disk {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Background pulse */
.music-disk::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.3);
    /* Warna abu-abu transparan */
    border-radius: 50%;
    z-index: -1;
}

/* Animasi pulse untuk background */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

/* Class untuk mengaktifkan pulse saat musik playing */
.music-disk.playing::before {
    animation: pulse 2s ease-in-out infinite;
}

.disk-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgb(255 255 255 / 60%);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.play-btn i {
    color: #333;
    font-size: 12px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating {
    animation: rotate 6s linear infinite;
}

.music-disk:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.play-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.3s ease;
}

/* Atur tampilan responsif */
@media (min-width: 992px) {

    /* Tampilkan gambar di desktop */
    .fixed-image {
        width: 70%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
        z-index: -1;
        /* Memastikan konten berada di belakang gambar */
        background-image: url('assets/img/galeri/4.jpg');
        background-size: cover;
        background-position: center;
    }

    .content {
        width: 30%;
        margin-left: 70%;
        /* height: 100vh;
            overflow-y: scroll; */
        /* Membuat konten di sebelah kanan dapat di-scroll */
        /* will-change: transform; */


    }


}

@media (max-width: 991px) {

    /* Tampilkan konten 100% di mobile dan sembunyikan gambar */
    .fixed-image {
        display: none;
    }

    .content {
        width: 100%;
    }


}


#presence {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    margin-top: 9rem;
    margin-bottom: 9rem;
}

.presence-form {
    width: 80%;
    background: #ffffffa1;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding: 86px 30px 100px 30px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);

}

.presence-form__title h2 {
    color: #252525;
    text-transform: uppercase;
}

.presence-form__title h2 span {
    text-transform: none;
    font-family: "PriscillaScript-Regular";
}

.presence-form__title img {
    margin-top: -40px;
}

.presence-form__title p {
    font-size: 16px;
    font-weight: 300;
    color: #d5ac6c;
}

.presence-form-wrapper {
    margin-top: 52px;
}

.presence-form-wrapper input {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #797979;
    margin-bottom: 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.presence-form-wrapper textarea {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #797979;
    margin-bottom: 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.presence-form-wrapper select {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #797979;
    margin-bottom: 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.presence-form-wrapper input::-webkit-input-placeholder {
    color: #797979;
}

.presence-form-wrapper input:-ms-input-placeholder {
    color: #797979;
}

.presence-form-wrapper input::-ms-input-placeholder {
    color: #797979;
}

.presence-form-wrapper input::placeholder {
    color: #797979;
}



.presence-form-wrapper input:focus {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.presence-form-wrapper textarea:focus {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.presence-form-wrapper__button {
    padding-left: 30px;
    margin-bottom: 22px;
}

.presence-form-wrapper__button button {
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #797979;
    padding: 0;
    display: block;
    background: transparent;
    border: none;
    margin-top: 22px !important;
    border-bottom: 1px solid transparent;
}

.presence-form-wrapper__button button:hover {
    border-bottom: 1px solid #707070;
}

.presence-form-wrapper button {
    margin-top: -5px;
}

.form-btn {
    font-size: 14px;
    padding: 14px 55px;
    text-transform: uppercase;
    border: solid 2px #6c5e49;
    color: #ffffff;
    background: #6f3710;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.form-btn:hover {
    background: #47230a;
    color: #fff;
}

.presence-plant-one {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 280px;
    right: 0px;
}

.presence-plant-second {
    position: absolute;
    bottom: 20px;
    left: -1px;
    z-index: -1;
    width: 352px;
}


.wishes-wrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.scroll-container {
    max-height: 300px;
    overflow-y: auto;
}

.wishes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wish-item {
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.wish-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.wish-content p {
    margin-bottom: 5px;
}

.box-name-rounded {
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.text-status-kehadiran {
    color: rgb(181, 184, 187) !important;
    font-size: 0.9rem;
}

.text-profile-name {
    color: #9f9f9f;
    font-size: 1.2rem;
}

.text-dark-grey {
    color: #636363;
}

.wish-message {
    font-style: italic;
    color: #555;
}

@media (max-width: 600px) {
    .wishes-wrapper {
        padding: 10px;
    }

    .wish-item {
        padding: 10px;
    }

    .text-profile-name,
    .wish-message,
    .text-status-kehadiran {
        font-size: 0.9rem;
    }
}

.gap-15 {
    gap: 15px;
}
