/*  page common css start */

@charset "UTF-8";


*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
    transition: all 0.5s;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    width: 100%;
    font-size: 16px;
    color: #111111;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    transition: all 0.5s;
    position: relative;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
}

button:active {
    border: none;
    outline: none;
    box-shadow: none;
}

button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

p {
    padding: 0;
    margin: 0;
    color: #797979;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
    text-transform: capitalize;
}



button {
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    background: none;
    box-shadow: none;
    transition: all 0.5s;
}

a {
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    transition: all 0.5s;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    font-size: 16px;
    padding: 0;
    transition: all 0.5s;
    text-transform: capitalize;
    font-weight: 500;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ---- fonts loaded via Google Fonts <link> in index.html (see head) ---- */

/* =============== page css start ===================== */

/* Wedding_card_main_wrapper */

.Wedding_card_main_wrapper {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 15% 15%, #F7E9DA 0%, #F1E3D3 28%, #E9DFCB 55%, #DCCFB2 100%);
    display: flex;
    gap: 30px;
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
}

/* soft warm color blobs for depth - purely decorative, sit behind content */
.Wedding_card_main_wrapper::before,
.Wedding_card_main_wrapper::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    z-index: 0;
    pointer-events: none;
}

.Wedding_card_main_wrapper::before {
    width: 480px;
    height: 480px;
    top: -120px;
    right: 5%;
    background: radial-gradient(circle, rgba(196, 148, 99, 0.35) 0%, rgba(196, 148, 99, 0) 70%);
}

.Wedding_card_main_wrapper::after {
    width: 420px;
    height: 420px;
    bottom: -140px;
    left: 8%;
    background: radial-gradient(circle, rgba(160, 118, 92, 0.28) 0%, rgba(160, 118, 92, 0) 70%);
}

.Wedding_card_main_wrapper .wedding_box1,
.Wedding_card_main_wrapper .wedding_box2 {
    position: relative;
    z-index: 2;
}

.Wedding_card_main_wrapper .bg_vector_box {
    position: absolute;
    top: 0;
    left: 0;
}

.Wedding_card_main_wrapper .bg_vector_box img,
.Wedding_card_main_wrapper .wedding_box2 .vector_box1 img,
.Wedding_card_main_wrapper .wedding_box2 .vector_box2 img,
.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .curved2 .leave_vector_box img {
    filter: saturate(1.6) sepia(0.15) hue-rotate(-8deg) drop-shadow(0 6px 14px rgba(96, 76, 56, 0.15));
}

.Wedding_card_main_wrapper .wedding_box1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.Wedding_card_main_wrapper .wedding_box2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.Wedding_card_main_wrapper .wedding_box2 .vector_box1 {
    position: absolute;
    top: -35px;
    right: 22px;
}

.Wedding_card_main_wrapper .wedding_box2 .vector_box2 {
    position: absolute;
    bottom: -65px;
    left: -50px;
}

.Wedding_card_main_wrapper .wedding_box2 .wedding_img_box {
    width: 100%;
    max-width: 615px;
    min-height: 873px;
    position: relative;
    z-index: 22;
    outline: 3px solid #B8874F;
    border-radius: 352px;
    outline-offset: 30px;
    box-shadow: 0 30px 80px -20px rgba(96, 76, 56, 0.45), 0 0 0 60px rgba(184, 135, 79, 0.06);
    background-image: url("../images/demo_image2.png");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-animation: back 5s infinite;
    /* Safari 4+ */
    -moz-animation: back 5s infinite;
    /* Fx 5+ */
    -o-animation: back 5s infinite;
    /* Opera 12+ */
    animation: back 5s infinite;
    /* IE 10+, Fx 29+ */
}



.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}


.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .curved2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .curved2 svg {
    width: 370px;
    height: 240px;
    display: block;
    margin: 0px auto;
}


.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .curved2 text {
    font-size: 32px;
    font-weight: 400;
    fill: #8A5A2B;
    font-family: 'Ephesis';
    letter-spacing: 1px;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .curved2 .leave_vector_box {
    position: absolute;
    top: 50px;
}


.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .main_title_txt {
    font-family: 'Allura';
    font-weight: 400;
    font-size: 130px;
    line-height: 140px;
    letter-spacing: 1%;
    text-align: center;
    color: #604C38;
    background: linear-gradient(120deg, #8A6338 0%, #C99A5B 35%, #6E4E2E 65%, #B8874F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 30px rgba(184, 135, 79, 0.25);
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .date_txt_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 30px 0px 20px 0px;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .date_txt_box h2 {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0%;
    text-align: center;
    color: #604C38;
    text-align: center;

}


.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .countdown-container {
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    min-height: 200px;
    position: relative;
    text-align: center;
    width: 100%;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .countdown {
    display: flex;
    font-family: 'Allura';
    color: #604C38;
    perspective: 100px;
    height: 6rem;
    width: 40em;
    margin: 0 auto;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .countdown.remove {
    animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
    overflow: hidden;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .number {
    display: block;
    color: #604C38;
    font-family: 'Allura';
    height: 6rem;
    font-size: 100px;
    position: relative;
    text-align: center;
    width: 100%;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .separator {
    margin: 0;
    width: 2rem;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .new,
.old,
.current {
    color: #604C38;
    position: absolute;
    border-radius: 1rem;
    height: 3rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .new {
    animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .old {
    animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .countdown section {
    position: relative;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box #js-days:after,
#js-hours:after,
#js-minutes:after,
#js-seconds:after {
    content: "Days";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    font-size: 12px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    color: #111111;
    text-transform: capitalize;

}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box #js-hours:after {
    content: "Hours";
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box #js-minutes:after {
    content: "Mins";
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box #js-seconds:after {
    content: "Secs";
}

@keyframes hide-countdown {
    to {
        height: 0;
        overflow: hidden;
    }
}

@keyframes show-new {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
    }

    100% {
        transform: translate(-50%, -50%);
    }
}

@keyframes hide-old {
    0% {
        transform: translate(-50%, -50%);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
    }
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .venue_txt_box {
    margin-top: 60px;
}

.Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .venue_txt_box h3 {
    font-family: 'Ephesis';
    font-weight: 400;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 2%;
    text-align: center;
}


/*  resposnive css start */


@media (max-width:1599px) {
    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .main_title_txt {
        font-size: 70px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .date_txt_box {
        gap: 20px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .date_txt_box h2 {
        font-size: 50px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .venue_txt_box h3 {
        max-width: 500px;
        margin: 0 auto;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .number {
        font-size: 75px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box #js-days:after,
    #js-hours:after,
    #js-minutes:after,
    #js-seconds:after {
        line-height: 0px;
        font-size: 22px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .new,
    .old,
    .current {
        height: 0rem;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .number {
        height: 3rem;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .countdown-container {
        min-height: 150px;
    }


}

@media (max-width:1399px) {
    .Wedding_card_main_wrapper .wedding_box2 .wedding_img_box {
        max-width: 500px;
        min-height: 780px;
        outline-offset: 18px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .venue_txt_box h3 {
        font-size: 35px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .main_title_txt {
        font-size: 55px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .date_txt_box {
        gap: 12px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .countdown {
        width: 35em;
    }
}

@media (max-width:1199px) {
    .Wedding_card_main_wrapper {
        flex-direction: column;
        gap: 80px;
    }

    .Wedding_card_main_wrapper .wedding_box1 {
        width: 100%;
    }

    .Wedding_card_main_wrapper .wedding_box2 {
        width: 100%;
    }

    .Wedding_card_main_wrapper .wedding_box2 .vector_box2 {
        left: 60px;
    }

    .Wedding_card_main_wrapper .wedding_box2 .vector_box1 {
        right: 150px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .venue_txt_box h3 {
        max-width: 100%;
        margin: 0 auto;
    }
}


@media (max-width:991px) {
    .Wedding_card_main_wrapper .wedding_box2 .vector_box1 {
        right: 80px;
    }
}

@media (max-width:576px) {
    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .countdown {
        width: 25em;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box #js-days:after,
    #js-hours:after,
    #js-minutes:after,
    #js-seconds:after {
        font-size: 18px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .number {
        font-size: 60px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .countdown {
        height: 0rem
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .number {
        height: 1rem;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .date_txt_box h2 {
        font-size: 40px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .date_txt_box .icon_box svg {
        width: 100px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .main_title_txt {
        font-size: 45px;
    }

    .Wedding_card_main_wrapper .wedding_box2 .wedding_img_box {
        max-width: 400px;
        min-height: 700px;
        outline-offset: 10px;
    }

    .Wedding_card_main_wrapper .wedding_box2 .vector_box1 {
        right: 0px;
    }

    .Wedding_card_main_wrapper .wedding_box2 .vector_box2 {
        left: 0px;
    }

    .Wedding_card_main_wrapper .bg_vector_box img {
        width: 100px;
    }
}


@media (max-width:425px) {
    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .date_txt_box .icon_box svg {
        width: 80px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .date_txt_box h2 {
        font-size: 32px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .countdown-container {
        min-height: 110px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .countdown {
        width: 20em;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .venue_txt_box h3 {
        line-height: 35px;
        font-size: 26px;
    }

    .Wedding_card_main_wrapper .wedding_box2 .vector_box1 {
        display: none;
    }

    .Wedding_card_main_wrapper .wedding_box2 .vector_box2 {
        display: none;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .main_title_txt {
        line-height: 60px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .date_txt_box {
        margin: 20px 0px 20px 0px;
    }

    .Wedding_card_main_wrapper {
        gap: 50px;
    }

    .Wedding_card_main_wrapper .wedding_box2 .wedding_img_box {
        max-width: 300px;
        min-height: 600px;
        outline-offset: 5px;
    }
}

@media (max-width:375px) {
    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .date_txt_box .icon_box svg {
        width: 60px;
    }

    .Wedding_card_main_wrapper .wedding_box1 .wedding_detail_box .main_title_txt {
        font-size: 38px;
    }
    .Wedding_card_main_wrapper .wedding_box2 .wedding_img_box {
        max-width: 280px;
        min-height: 550px;
    }
}
/* =============== ETKİNLİK DETAYLARI section =============== */

.event_details_section {
    width: 100%;
    padding: 120px 0px;
    background: radial-gradient(circle at 85% 15%, #F3E3CF 0%, #EBDFC8 45%, #DFD0AE 100%);
    position: relative;
    overflow: hidden;
}

.event_details_section .section_inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.section_title {
    font-family: 'Allura';
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(120deg, #8A6338 0%, #C99A5B 35%, #6E4E2E 65%, #B8874F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event_details_wrapper {
    display: flex;
    gap: 60px;
    align-items: stretch;
    flex-wrap: wrap;
}

.event_details_left {
    flex: 1 1 420px;
    display: flex;
    flex-direction: column;
    gap: 26px;
    justify-content: center;
}

.event_block {
    background: rgba(255, 255, 255, 0.55);
    border-left: 4px solid #B8874F;
    border-radius: 20px;
    padding: 28px 34px;
    box-shadow: 0 20px 40px -25px rgba(96, 76, 56, 0.35);
}

.event_block h3 {
    font-family: 'Ephesis';
    font-size: 42px;
    font-weight: 400;
    color: #8A5A2B;
    margin-bottom: 6px;
}

.event_block .event_date {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-size: 24px;
    color: #604C38;
}

.event_block .event_address {
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 400;
    color: #797979;
    margin-top: 4px;
    text-transform: none;
}

.event_details_right {
    flex: 1 1 420px;
    min-height: 480px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 70px -25px rgba(96, 76, 56, 0.4);
    outline: 3px solid #B8874F;
    outline-offset: 8px;
}

.event_details_right iframe {
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: 0;
    display: block;
}

/* =============== RSVP section =============== */

.rsvp_section {
    width: 100%;
    padding: 120px 0px;
    background: radial-gradient(circle at 15% 85%, #F7E9DA 0%, #EFE0C8 45%, #DCCFB2 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.rsvp_section .section_inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 30px;
}

.rsvp_intro {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-size: 24px;
    color: #604C38;
    margin-bottom: 45px;
    text-transform: none;
}

.rsvp_choice {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.rsvp_btn {
    padding: 18px 46px;
    border-radius: 50px;
    font-family: 'Cormorant Garamond';
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.35s ease;
}

.rsvp_btn_yes {
    background: linear-gradient(120deg, #B8874F 0%, #8A6338 100%);
    color: #FFF8EF;
    box-shadow: 0 15px 30px -12px rgba(138, 99, 56, 0.6);
}

.rsvp_btn_yes:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 35px -12px rgba(138, 99, 56, 0.7);
}

.rsvp_btn_no {
    background: transparent;
    color: #604C38;
    border: 2px solid #B8874F;
}

.rsvp_btn_no:hover {
    background: rgba(184, 135, 79, 0.12);
    transform: translateY(-3px);
}

.rsvp_form {
    display: none;
    flex-direction: column;
    gap: 20px;
    max-width: 460px;
    margin: 50px auto 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 25px 55px -25px rgba(96, 76, 56, 0.4);
}

.rsvp_field {
    text-align: left;
}

.rsvp_field label {
    display: block;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 700;
    color: #604C38;
    margin-bottom: 6px;
    text-transform: none;
}

.rsvp_field input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #C3AE94;
    border-radius: 12px;
    font-family: 'Lato';
    font-size: 16px;
    background: #FFFEFC;
    color: #111111;
}

.rsvp_field input:focus {
    outline: none;
    border-color: #B8874F;
}

.rsvp_honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.rsvp_submit {
    margin-top: 6px;
    padding: 16px 0;
    border-radius: 50px;
    font-family: 'Cormorant Garamond';
    font-size: 20px;
    font-weight: 600;
    color: #FFF8EF;
    background: linear-gradient(120deg, #B8874F 0%, #8A6338 100%);
    box-shadow: 0 15px 30px -12px rgba(138, 99, 56, 0.6);
    transition: all 0.3s ease;
}

.rsvp_submit:hover {
    transform: translateY(-2px);
}

.rsvp_submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.rsvp_result {
    display: none;
    margin-top: 40px;
    padding: 30px;
    border-radius: 20px;
    font-family: 'Cormorant Garamond';
    font-size: 22px;
    font-weight: 600;
    color: #604C38;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 20px 45px -25px rgba(96, 76, 56, 0.35);
}

.rsvp_result.success {
    color: #6E7A4C;
}

.rsvp_result.declined {
    color: #8A5A2B;
}

.rsvp_result.error {
    color: #A0453A;
}

@media (max-width: 767px) {
    .section_title {
        font-size: 46px;
    }

    .event_block h3 {
        font-size: 34px;
    }

    .rsvp_form {
        padding: 28px;
    }
}