:root {
    --color-bg: #0A2472;
    --color-bg-2: #222;
    --color-text-1: #ffcf40;
    --color-text-2: #fff;
}


body {
    background-color: var(--color-bg);
    font-size: 1rem;

    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;

    color: var(--color-text-2);
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}

.img_gold {
    filter: brightness(0) saturate(100%) invert(96%) sepia(22%) saturate(3982%) hue-rotate(317deg) brightness(96%) contrast(117%);
}

*, *::before, *::after {
  box-sizing: border-box;
}

.sec0 {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: var(--color-bg-2);
    height: 100vh;
    width: 100vw;
    z-index: 999;
}

.sec0 .sec_con1 {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    max-width: 400px;
    height: 100vh;
    margin: auto;
}

.sec0 .sec_con1 .txt_judul {

    font-size: 3rem;
    font-weight: bold;
    color: var(--color-text-1);
}

.sec0 .sec_con1 .txt_tgl {
    font-style: italic;
}

.sec0 .sec_con1 .txt_tujuan {
    margin-bottom: 1.5rem;
    font-style: italic;
    font-size: 1.5rem;
}

.sec0 .sec_con1 .btn_buka {
    padding: 0.5rem 1rem;
    background-color: var(--color-text-1);
    color: black;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 200px;
}

.sec1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
}

.sec1 > .side_det {
    padding: 2vw;
    text-align: center;
}

.sec1 .txt_judul {
    font-size: 3rem;
    font-weight: bold;
    color: var(--color-text-1);
}

.sec1 .txt_tgl {
    font-size: 1.5rem;
    color: var(--color-text-2);
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-style: italic; 
}

.sec1 .sec_countdown {
    display: flex;
    justify-content: center;
    border-top: 2px solid #ccc;
}

.sec1 .sec_countdown .cnt_det {
    font-size: 1.5rem;
    color: var(--color-text-1);
    text-align: center;
}

.sec1 .sec_countdown .cnt_det .cnt_num {
    width: 5rem;
    font-size: 2.75rem;
    font-weight: bold;
}

.sec1 .side_right .img_con {
    border: 1rem solid white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------------  */

.sec2 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
}

.sec2 .sec2_text {
    margin-top: 0rem;
    margin-bottom: 1rem;
    color: var(--color-text-2);
    text-align: center;
}

.sec2 .quran_arrum {
    font-size: 2rem;
    margin-top: 1.5rem;
    text-align: center;
    color: var(--color-text-1);
    font-weight: bold;
}

.sec2 .quran_terjemah {
    text-align: justify;
    color: var(--color-text-2);
}

.sec3 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;  
}

.sec3 .mempelai {
    width: 100%;
    text-align: center;
}

.sec3 .mempelai h2 {
    font-weight: normal;
    font-style: italic;
    color: var(--color-text-2);
    padding-top: 0;
    margin-top: 0;
    text-align: center;
}

.sec3 .mempelai h1 {
    color: var(--color-text-1);
}

.sec3 .mempelai .mempelai_container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec3 .mempelai .mempelai_container .mempelai_det {
    flex-grow: 4;
}

.sec3 .mempelai .mempelai_det {
    text-align: center;
}

.sec3 .mempelai .mempelai_container .mempelai_img_con {
    max-width: 300px;
    max-height: 450px;

    margin-bottom: 2rem;
    flex-grow: 1;
}

.sec4 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;  
}

.sec4 > h1 {
    font-weight: normal;
    font-style: italic;
    color: var(--color-text-2);
}

.sec4 h2 {
    color: var(--color-text-1);
}

.sec4 .jadwal_container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec4 .jadwal_det h2 {
    font-size: 2.5rem;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1.25rem;
    text-align: center;
}

.sec4 .jadwal_det {
    text-align: center;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.sec4 .jadwal_det .txt_jadwal_hari {
    font-size: 1.25rem;
    color: var(--color-text-2);
    margin-top: 0;
    margin-bottom: 0;
}

.sec4 .jadwal_det .txt_jadwal_tgl {
    font-size: 1.75rem;
    font-weight: bold;
    color: var(--color-text-1);
}

.sec4 .jadwal_det .txt_jadwal_jam {
    margin-bottom: 1rem;
    font-weight: bold;
}

.sec4 .jadwal_det .txt_jadwal_lokasi {
    margin-bottom: 1rem;
}

.sec4 .jadwal_det .show_map {
    height: 450px;
    border: 1px solid #ccc !important;
}
.sec4 .btn_show_map {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: var(--color-text-1);
    color: black;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 0.5rem;
}

.sec5 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;  
}

.sec5 .ucapan_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.sec5 .ucapan_container .ucapan_form {
    width: 100%;
    max-width: 600px;
}

.sec5 .ucapan_container input, .sec5 .ucapan_container textarea {
    padding: 0.5rem;
    
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.sec5 .ucapan_container button {
    padding: 0.5rem 1rem;
    background-color: var(--color-text-1);
    color: black;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
}


.ucapan_list {
    width: 100%;
    max-width: 600px;
}

.ucapan_list .ucapan_item {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    margin-bottom: 0.5rem;
}

.ucapan_list .ucapan_item h4 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 0.5rem;
}

.ucapan_list .ucapan_item p {
    margin: 0px;
}

hr {
    border-top: 1px solid #ccc;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 600px) {
    body {
        font-size: 1.2rem;
    }

    .sec2 .sec2_text {
        margin-top: 2rem;
        margin-bottom: 2rem;
        text-align: center;
    }

    .sec3 .mempelai .mempelai_container {
        flex-direction: row;
    }

    .sec3 .mempelai .mempelai_img_con {
        margin-bottom: 0;
    }

    .sec3 .mempelai .mempelai_container .mempelai_img_con.fem {
        order: 2;
    }

}

@media (min-width: 810px) {
    .sec1 {
        flex-direction: row;
    }
    .sec4 .jadwal_container {
        flex-direction: row;
    }
}


/*
.sec1 .txt_judul {
    font-size: 4.5rem;
    font-weight: bold;
    color: #333;
}

.sec1 .txt_tgl {
    font-size: 2rem;
    color: #666;
    margin-top: 10px;
    font-style: italic;
}

.sec1 .side_right img {
    width: 100%;
    height: auto;
}

.sec1 .side_left .sec_container {
    text-align: center;
    width: 500px;
    margin: 0 auto;
}

.sec1 .side_left .sec_countdown {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #ccc;
    padding-bottom: 20px;
}

.sec1 .side_left .sec_countdown .cnt_det {
    width: 80px;
    margin: 0 10px;
}

.sec1 .side_left .cnt_day, .sec1 .side_left .cnt_hour, .sec1 .side_left .cnt_minute, .sec1 .side_left .cnt_second {
    margin-top: 20px;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
}

.sec1 .side_right img {
    border: 10px solid white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cnt_num {
    font-size: 3.5rem;
    font-weight: bold;
    color: #333;
}
    */