@import url("common.css");
@import url("animation.css");

html {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.with-scrollbar {
    scrollbar-width: auto !important;
    -ms-overflow-style: auto !important;
}

.font-esthetic {
        font-family: 'Great Vibes', cursive;
    font-size: 2.8rem;
}

.font-arabic {
    font-family: 'Aref Ruqaa', serif;
    font-size: 2.3rem;
    line-height: 1.8;
}
.font-pengantin {
    font-family: 'Great Vibes', cursive;
    font-size: 2.8rem;
}
.img-center-crop {
    width: 13rem;
    height: 13rem;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

html[data-bs-theme="dark"] .btn-transparent {
    background-color: rgba(var(--bs-dark-rgb), 0.5) !important;
    backdrop-filter: blur(0.5rem);
}

html[data-bs-theme="light"] .btn-transparent {
    background-color: rgba(var(--bs-light-rgb), 0.5) !important;
    backdrop-filter: blur(0.5rem);
}

.loading-page {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1056;
}

html[data-bs-theme="light"] .color-theme-svg {
    color: rgb(255, 255, 255);
    background-color: var(--bs-light);
}

html[data-bs-theme="dark"] .color-theme-svg {
    color: rgb(0, 0, 0);
    background-color: var(--bs-dark);
}

html[data-bs-theme="light"] .bg-light-dark {
    background-color: rgb(var(--bs-light-rgb));
}

html[data-bs-theme="dark"] .bg-light-dark {
    background-color: rgb(var(--bs-dark-rgb));
}

html[data-bs-theme="light"] .bg-white-black {
    background-color: rgb(var(--bs-white-rgb));
}

html[data-bs-theme="dark"] .bg-white-black {
    background-color: rgb(var(--bs-black-rgb));
}

.bg-cover-home {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: linear-gradient(0.5turn, transparent, black 40%, black 60%, transparent);
}

.width-loading {
    width: 25%;
}

.cursor-pointer {
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .width-loading {
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .width-loading {
        width: 75%;
    }
}

svg {
    display: block;
    line-height: 0;
    shape-rendering: geometricPrecision;
    backface-visibility: hidden;
}

.svg-wrapper {
    overflow: hidden !important;
    transform: translateZ(0) !important;
}

.no-gap-bottom {
    margin-bottom: -0.75rem !important;
}
.bg-home {
    background: url('../assets/images/bgnew.jpg') center/cover no-repeat;
}

.bg-bride{
    background-image: url('../assets/images/bgnew.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-date {
    background-image: url('../assets/images/bgnew.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-gift {
    background-image: url('../assets/images/bgnew.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 60px 15px; /* INI KUNCI BIAR GA MEPET */
}
.bg-comment {
  background-image:
   
    url('../assets/images/bgnew.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* 🔥 ini yang penting */
  padding: 60px 15px;
}


.bg-firman {
  background-image:
    linear-gradient(rgba(255, 244, 232, 0.82), rgba(0,0,0,0.35)),
    url('../assets/images/bgnew.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* 🔥 ini yang penting */
  padding: 60px 15px;
}
.bg-akhir{
    position: relative;

    background-image:
    linear-gradient(rgba(44, 44, 44, 0.2), rgba(255, 248, 241, 0.6)),
    url('../assets/images/bgnew.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-akhir .container{
    position: relative;
    z-index: 2;
}
.bride-pill-vertical {
    max-width: 320px;
    margin: 0 auto;
    padding: 25px 18px;

    background: rgba(255, 255, 255, 0.5);
    border-radius: 40px;

    border: 2px solid rgba(0,0,0,0.08);
    box-shadow:
        0 0 0 4px rgba(255,255,255,0.6),
        0 12px 30px rgba(0,0,0,0.12);

    backdrop-filter: blur(3px);
}
.bride-pill-vertical {
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
}
.bg-date-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(0,0,0,0.08);
}
.event-box {
    max-width: 420px;
    margin: 30px auto; /* ini bikin ada jarak atas & bawah */
    padding: 22px 18px;

    background: rgba(255, 255, 255, 0.85);
    border-radius: 25px;

    border: 2px solid rgba(0,0,0,0.08);

    box-shadow:
        0 0 0 4px rgba(255,255,255,0.6),
        0 12px 30px rgba(0,0,0,0.12);

    backdrop-filter: blur(6px);
}
.bg-date {
    padding-top: 60px;
    padding-bottom: 60px;
}
.akhir-box {
    max-width: 240px; /* sebelumnya 300px */
    margin: 30px auto;
    padding: 18px 14px; /* sebelumnya 25px 18px */

    background: rgba(255, 255, 255, 0.7);
    border-radius: 22px;

    border: 2px solid rgba(0,0,0,0.08);

    box-shadow:
        0 0 0 4px rgba(255,255,255,0.7),
        0 12px 30px rgba(0,0,0,0.10);

    backdrop-filter: blur(2px);
    color: #1a1a1a;
}
.instagram-btn {
    border: 1px solid rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(4px);
    color: #222;
    transition: all 0.3s ease;
}

.instagram-btn:hover {
    background: #f8c8dc; /* soft pink */
    border-color: #f8c8dc;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(248, 200, 220, 0.4);
}
.akhir-photo{
    width: 220px;
    height: 220px;
    object-fit: cover;

    border-radius: 50%;

    border: 4px solid rgba(255,255,255,0.8);

    box-shadow:
        0 0 0 6px rgba(255,255,255,0.35),
        0 15px 35px rgba(0,0,0,0.2);
}
#welcome{
    background-image: url('../assets/images/bgnew.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.welcome-overlay{
    min-height: 100vh;
    background: rgba(0,0,0,0.35); /* tingkat kegelapan */
}
@font-face {
    font-family: 'Trajan';
    src: url('../assets/fonts/Trajan-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrilliantSoulmate';
    src: url('../assets/fonts/Dearly\ loved\ one\ by\ 7NTypes.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.font-trajan {
    font-family: 'Trajan', serif;
    letter-spacing: 2px;
}

.font-brilliant {
    font-family: 'BrilliantSoulmate', cursive;
}


