body {
    margin: 0;
}

* {
    transition: background-color 0.3s, color 0.2s;
}

html {
    scroll-behavior: smooth;
}

p {
    margin: 0;
}

.wedding-template-home-text-layout {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.wedding-template-home-name-hyphen {
    margin: 0 15px;
}

.wedding-template-home-text-layout-title {
    font-family: "Playfair display";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 36px;
    color: var(--template-home-heading1-color);
}

.wedding-template-home-gallery.swiper {
    margin: 60px 58px 0;
}

.wedding-template-home-gallery .swiper-pagination-bullet {
    background: var(--template-home-bgc, #000);
}

.wedding-template-home-gallery .swiper-pagination-bullet-active {
    background: var(--template-home-heading2-color, var(----template-home-heading1-color));
}

.wedding-template-home-gallery-img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 24px;
}

.wedding-template-home-text-layout-couple {
    font-family: "Dancing Script";
    font-size: 128px;
    font-weight: 400;
    line-height: normal;
    color: var(--template-home-heading2-color);
    text-align: center;
}

.wedding-template-home-text-layout-border {
    color: var(--template-home-icon-color);
}

.wedding-template-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.wedding-template-portfolio-grid img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.wedding-template-home-text-layout-date-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.wedding-template-home-text-layout-date-wrapper .wedding-template-home-text-layout-diamond {
    color: var(--template-home-icon-color);
}

.wedding-template-home-text-layout-date {
    color: #223211;
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    font-family: "Playfair display";
    height: 76px;
    color: var(--template-home-heading2-color);
}

.wedding-template-nav-wrapper {
    background: var(--template-nav-bgc);
}

.wedding-template-home-layout-5 {
    position: relative;
}

.wedding-template-home-layout-5 .wedding-template-home-nav {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.wedding-template-home-layout-5 .wedding-template-home-message {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    color: #fff;
    width: 100%;
}

.wedding-template-home-layout-5 .wedding-template-home-message-text {
    font-size: 36px;
    font-weight: 500;
    font-family: Switzer;
    text-transform: uppercase;
    text-align: center;
}

.wedding-template-home-layout-5 .wedding-template-home-message-name {
    text-align: center;
    font-family: Playfair;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wedding-template-home-layout-5 .wedding-template-home-message-date {
    text-align: center;
    font-family: Switzer;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 76px;
}

.wedding-template-home-layout-5 .wedding-template-home-message-button {
    display: flex;
    width: 306px;
    height: 60px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #fff;
    outline: none;
    border: none;
    color: #432525;
    font-family: Playfair;
    font-size: 24px;
    font-weight: 500;
    box-sizing: border-box;
    margin: 10px auto;
    cursor: pointer;
    text-decoration: none;
}

.wedding-template-home-layout-5 .wedding-template-desktop-nav .wedding-template-nav-headding a,
.wedding-template-home-layout-5 .wedding-template-desktop-nav .wedding-template-nav-anchors > a {
    color: #fff;
}

.wedding-template-home-layout-5 .wedding-template-nav-headding a {
    color: #fff;
}

.wedding-template-home-layout-5 .mobile-nav .inner {
    background-color: #fff;
}

.wedding-template-home-layout-6 {
    display: flex;
    min-height: 872px;
}

.wedding-template-home-layout-6 .wedding-template-home-img-wrapper {
    flex: 1.4;
}

.wedding-template-home-layout-6 .wedding-template-home-img-wrapper img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
}

.wedding-template-home-layout-6 .wedding-template-home-right {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 872px;
    background: var(--template-home-bgc);
}

.wedding-template-home-layout-6 .wedding-template-home-bg {
    position: absolute;
    right: 0;
    top: 0;
}

.wedding-template-home-layout-6 .wedding-template-home-names-wrapper {
    margin-top: 280px;
    position: relative;
    font-size: 60px;
    text-align: center;
    font-family: "Questrial";
    color: var(--template-home-heading2-color);
}

.wedding-template-home-layout-6 .wedding-template-home-names-wrapper .wedding-template-home-name-vertical {
    text-align: center;
    font-family: "Questrial";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: normal;
}

.wedding-template-home-layout-6 .wedding-template-home-date-wrapper {
    color: #2e3340;
    text-align: center;
    font-family: "EB Garamond", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 154px;
}

.wedding-template-home-layout-6 .wedding-template-home-name-hyphen {
    font-size: 40px;
}

.wedding-template-home-layout-6 .wedding-template-nav-anchors {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: none;
    justify-content: flex-start;
    margin-top: 56px;
}

.wedding-template-home-layout-6 .wedding-template-nav-anchors .wui-link {
    font-family: "EB Garamond", serif;
    font-size: 28px;
}

@media screen and (max-width: 872px) {
    .wedding-template-home-layout-6 {
        flex-direction: column-reverse;
    }
}

.wedding-template-desktop-nav {
    max-width: 1440px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 40px 130px;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 60px;
}

.wedding-template-nav-headding {
    text-align: center;
    color: var(--template-nav-color);
    font-family: "Playfair";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.wedding-template-nav-headding img {
    height: 100%;
}

.wedding-template-nav-anchors {
    display: flex;
    justify-content: space-between;
    flex: 1;
    flex-wrap: nowrap;
    gap: 10px;
    max-width: 358px;
}

.wedding-template-nav-anchors > a {
    white-space: nowrap;
    color: var(--template-nav-color);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wedding-template-nav-anchors > a:hover {
    opacity: 0.7;
}

.nav-layout-1 .wedding-template-nav-anchors {
    max-width: 80%;
    justify-content: flex-end;
    gap: 36px;
}

.nav-layout-3 .wedding-template-nav-anchors {
    max-width: 80%;
    justify-content: flex-start;
    gap: 36px;
}

.nav-layout-4.wedding-template-desktop-nav {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.nav-layout-4.wedding-template-desktop-nav .wedding-template-nav-anchors {
    max-width: none;
    gap: 36px;
}

.nav-layout-4.wedding-template-desktop-nav .wedding-template-nav-headding {
    font-family: Cormorant;
}

.mobile-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    position: relative;
    z-index: 999;
}

.mobile-nav .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: var(--template-home-bgc);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 30px;
}

.mobile-nav .mobile-menu.active {
    right: 0;
}

.mobile-nav .mobile-nav-link {
    padding: 0.75rem;
    text-align: center;
    white-space: nowrap;
    color: var(--template-nav-color);
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mobile-nav .mobile-nav-link:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .wedding-template-desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: flex;
    }
}

.hamburger {
    position: fixed;
    top: 8px;
    right: 5px;
    padding: 15px;
    background: none;
    border: 0;
    cursor: pointer;
    z-index: 10000;
}

.hamburger .box {
    width: 16px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger .inner {
    width: 100%;
    height: 2px;
    background: var(--template-nav-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.hamburger .inner::before, .hamburger .inner::after {
    content: "";
    width: 100%;
    height: 2px;
    background: inherit;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
}

.hamburger .inner::before {
    top: -8px;
}

.hamburger .inner::after {
    top: 8px;
}

.hamburger.active .inner {
    transform: translateY(-50%) rotate(45deg);
}

.hamburger.active .inner::before {
    transform: translateY(8px) rotate(90deg);
}

.hamburger.active .inner::after {
    opacity: 0;
}

.wedding-template-home-wrapper {
    background: var(--template-home-bgc);
}

.wedding-template-home {
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
    padding: 20px 40px;
    box-sizing: border-box;
    transform-origin: left;
}

.wedding-template-home-image {
    width: 100%;
    aspect-ratio: 13/10;
    object-fit: cover;
    display: block;
}

.wedding-template-home-lg {
    background: linear-gradient(180deg, rgba(114, 136, 128, 0.07) 42.58%, rgba(26, 35, 33, 0.68) 66.52%);
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
    bottom: 20px;
}

.wedding-template-home-content {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform-origin: left;
}

.wedding-template-home-invitation {
    font-family: "Playfair";
    font-size: 48px;
    font-style: italic;
    line-height: normal;
}

.wedding-template-home-couple {
    font-family: "Tangerine";
    font-size: 150px;
    font-style: normal;
    line-height: normal;
    text-align: center;
}

.wedding-template-home-name-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 100px;
}

.wedding-template-home-date {
    color: #fff;
    font-family: "Playfair";
    font-size: 64px;
    font-style: italic;
    line-height: normal;
    text-align: right;
}

.wedding-template-home-info {
    margin-top: 26px;
    text-align: center;
}

.wedding-template-join-us {
    font-family: "Merriweather Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

.wedding-template-home-arrow {
    padding-top: 38px;
    padding-bottom: 22px;
}

.wedding-template-itinierary-wrapper {
    background-color: var(--template-itinerary-bgc);
}

.wedding-template-itinierary {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
}

.wedding-template-itinierary-layout-2 .wedding-template-itinierary-header {
    position: relative;
    padding: 0 20px;
}

.wedding-template-itinierary-layout-2 .wedding-template-itinierary-heading {
    color: var(--template-itinerary-heading-color);
    text-align: center;
    font-family: "Tangerine";
    font-size: 140px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wedding-template-itinierary-layout-2 .wedding-template-itinierary-info {
    color: var(--template-itinerary-info-color);
    font-family: "Cormorant";
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: -40px;
    gap: 70px;
}

.wedding-template-itinierary-layout-2 .wedding-template-itinierary-info-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.wedding-template-itinierary-layout-2 .wedding-template-itinierary-vector-right {
    right: 181px;
}

.wedding-template-itinierary-layout-2 .wedding-template-timeline {
    margin-top: 145px;
}

.wedding-template-itinierary-layout-2 .wedding-template-itinierary-item-time {
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
}

.wedding-template-itinierary-layout-2 .wedding-template-itinierary-item {
    color: var(--template-itinerary-text-color);
    font-family: "Playfair";
}

.wedding-template-itinierary-layout-2 .wedding-template-itinierary-item svg {
    width: 160px;
    height: 160px;
}

.wedding-template-itinierary-layout-2 .wedding-template-itinierary-item-text {
    font-size: 40px;
    line-height: normal;
}

.wedding-template-itinierary-layout-1 .wedding-template-itinierary-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.wedding-template-itinierary-layout-1 .wedding-template-itinierary-heading {
    color: var(--template-itinerary-heading-color);
    font-family: "Playfair";
    font-size: 48px;
    text-align: center;
    font-weight: 600;
    line-height: normal;
}

.wedding-template-itinierary-layout-1 .wedding-template-itinierary-subheading {
    color: var(--template-itinerary-info-color);
    font-family: "Poly";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.wedding-template-itinierary-layout-1 .wedding-template-itinierary-events {
    display: grid;
    margin-top: 52px;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 60px;
}

.wedding-template-itinierary-layout-1 .wedding-template-itinierary-event {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 29px;
    padding: 40px 20px;
    border-radius: 2px;
    background: var(--template-itinerary-card-bgc);
    font-family: "Inter";
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: var(--template-itinerary-text-color);
    text-align: center;
    box-shadow: var(--template-itinerary-box-shadow);
}

.wedding-template-itinierary-layout-1 .wedding-template-itinierary-event-icon svg {
    display: block;
    width: 48px;
    height: 48px;
    color: var(--template-itinerary-icon-color);
}

.wedding-template-itinierary-layout-1 .wedding-template-itinierary-event-title {
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.wedding-template-itinierary-layout-3 .wedding-template-itinierary-header {
    position: relative;
    padding: 0 20px;
}

.wedding-template-itinierary-layout-3 .wedding-template-itinierary-heading {
    color: var(--template-itinerary-heading-color);
    text-align: center;
    font-family: "Tangerine";
    font-size: 140px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wedding-template-itinierary-layout-3 .wedding-template-itinierary-leaf-left {
    position: absolute;
    top: -58%;
    left: 20px;
}

.wedding-template-itinierary-layout-3 .wedding-template-itinierary-leaf-right {
    position: absolute;
    top: -58%;
    right: 0px;
}

.wedding-template-itinierary-layout-3 .wedding-template-itinierary-events {
    display: grid;
    margin-top: 100px;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 60px;
}

.wedding-template-itinierary-layout-3 .wedding-template-itinierary-event {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 29px;
    padding: 40px 20px;
    border-radius: 2px;
    background: var(--template-itinerary-card-bgc);
    font-size: 24px;
    line-height: normal;
    color: var(--template-itinerary-text-color);
    font-family: Poppins;
}

.wedding-template-itinierary-layout-3 .wedding-template-itinierary-event-date {
    font-weight: 500;
    text-align: center;
}

.wedding-template-itinierary-layout-3 .wedding-template-itinierary-event-icon svg {
    display: block;
    width: 48px;
    height: 48px;
    color: var(--template-itinerary-icon-color);
}

.wedding-template-itinierary-layout-3 .wedding-template-itinierary-event-title {
    text-align: center;
    font-family: Tangerine;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wedding-template-itinierary-layout-4 {
    padding: 0 155px;
}

.wedding-template-itinierary-layout-4 .wedding-template-itinierary-heading {
    color: var(--template-itinerary-heading-color);
    font-family: Playfair;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.wedding-template-itinierary-layout-4 .wedding-template-itinierary-subheading {
    color: var(--template-itinerary-info-color);
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 7px;
}

.wedding-template-itinierary-layout-4 .wedding-template-itinierary-content {
    margin-top: 52px;
    display: flex;
    gap: 24px;
}

.wedding-template-itinierary-layout-4 .wedding-template-itinierary-content-img {
    width: 518px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 3/4;
}

.wedding-template-itinierary-layout-4 .wedding-template-itinierary-events {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.wedding-template-itinierary-layout-4 .wedding-template-itinierary-event {
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
    flex: 1;
    border-radius: 2px;
    background: var(--template-itinerary-card-bgc);
    color: var(--template-itinerary-text-color);
    justify-content: center;
    gap: 20px;
}

.wedding-template-itinierary-layout-4 .wedding-template-itinierary-event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wedding-template-itinierary-layout-4 .wedding-template-itinierary-event-header > div {
    display: flex;
    align-items: center;
}

.wedding-template-itinierary-layout-4 .wedding-template-itinierary-event-header > div:first-child {
    color: var(--template-itinerary-icon-color);
}

.wedding-template-portfolio-wrapper, .wedding-template-rsvp-layout-1 .wedding-template-rsvp-wrapper,
.wedding-template-rsvp-layout-2 .wedding-template-rsvp-wrapper {
    background: #d9d9d9;
    overflow: hidden;
    position: relative;
}

.wedding-template-portfolio {
    position: relative;
    padding-bottom: 140px;
}

.wedding-template-portfolio-layout-2,
.wedding-template-portfolio-layout-4 {
    padding-top: 140px;
    background-color: var(--template-portfolio-bgc);
}

.wedding-template-portfolio-layout-2 .wedding-template-portfolio-bg,
.wedding-template-portfolio-layout-2 .wedding-template-portfolio-bgc,
.wedding-template-portfolio-layout-4 .wedding-template-portfolio-bg,
.wedding-template-portfolio-layout-4 .wedding-template-portfolio-bgc {
    display: none;
}

.wedding-template-portfolio-layout-2 .wedding-template-portfolio-images,
.wedding-template-portfolio-layout-4 .wedding-template-portfolio-images {
    padding-top: 0px;
}

.wedding-template-portfolio-bg {
    background: url("image4.png") lightgray 50%/cover no-repeat;
    filter: blur(10px);
    position: absolute;
    inset: 12px;
}

.wedding-template-portfolio-stacked {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.wedding-template-portfolio-stacked img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.wedding-template-portfolio-bgc {
    background: var(--template-gallery-bgc);
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.wedding-template-portfolio-text-wrapper {
    background: var(--template-gallery-text-bgc);
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.wedding-template-portfolio-text {
    max-width: 1440px;
    padding-left: 100px;
    padding-right: 100px;
    margin: 45px auto;
    color: #fff;
    text-align: right;
    font-family: "Cormorant";
    font-size: 160px;
    font-style: italic;
    font-weight: 600;
    line-height: 160px;
    box-sizing: border-box;
    color: var(--template-gallery-heading-color);
}

.wedding-template-portfolio-images {
    padding-top: 440px;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    width: 85%;
    box-sizing: border-box;
}

.wedding-template-portfolio-swiper-coverflow .swiper-slide {
    width: 460px;
    height: 575px;
}

.wedding-template-portfolio-swiper-coverflow .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.wedding-template-portfolio-swiper-coverflow .wedding-template-swiper-slide-inactive {
    filter: grayscale(100%);
}

.wedding-template-portfolio-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.wedding-template-swiper-controllers {
    text-align: right;
    position: absolute;
    right: 7%;
    top: 0;
}

.wedding-template-swiper-controllers button {
    background-color: transparent;
    border: none;
    outline: none;
    color: #f8f4e6;
    cursor: pointer;
}

.wedding-template-portfolio-desc {
    color: var(--template-gallery-desc-color);
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 50px;
    padding-left: 6%;
}

.wedding-template-portfolio-desc p:first-child {
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 40px;
}

.wedding-template-rsvp-wrapper {
    background-color: var(--template-rsvp-bgc);
    padding: 100px 15px;
}

.wedding-template-rsvp {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 2px;
    background: var(--template-rsvp-content-bgc, #432525);
}

.wedding-template-rsvp-content-title {
    color: var(--template-rsvp-content-color, #fff);
    font-family: Cardo;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.wedding-template-rsvp-content-desc {
    color: var(--template-rsvp-content-color, #fff);
    opacity: 0.8;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    margin-top: 7px;
}

.wedding-template-rsvp-form {
    margin-top: 49px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wedding-template-rsvp-wrapper .wedding-template-rsvp-content-input {
    height: 52px;
    padding: 10px;
    box-sizing: border-box;
    font-family: Playfair;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 2px;
}

.wedding-template-rsvp-form-submit {
    border-radius: 2px;
    background: var(--template-rsvp-btn-bg);
    width: 100%;
    color: #fff;
    font-family: Cardo;
    font-size: 20px;
    border: none;
    height: 52px;
    margin-top: 54px;
    box-sizing: border-box;
    cursor: pointer;
    color: var(--template-rsvp-btn-color);
}

.wedding-template-rsvp-form-submit:active:not(#\#) {
    background: var(--template-rsvp-btn-bg);
    color: var(--template-rsvp-btn-color);
}

.wedding-template-rsvp-form-submit:hover {
    opacity: 0.8;
}

.wedding-template-swiper-slide-inactive {
    position: relative;
}

.wedding-template-swiper-slide-inactive::after {
    position: relative;
    z-index: 1;
    content: " ";
    background: lightgray 50%/cover no-repeat;
    inset: 0;
}

.wedding-template-logo {
    width: fit-content;
    display: flex;
    background-size: cover;
    justify-content: center;
    align-items: center;
    font-family: "Cormorant";
    font-size: 64px;
    font-weight: 500;
    position: relative;
    border: 1px solid;
    border-radius: 50%;
    padding: 30px;
}

.wedding-template-logo span {
    font-size: 40px;
}

@media screen and (max-width: 1400px) {
    .wedding-template-portfolio-text {
        font-size: 11.4285714286vw;
        padding-left: 7.1428571429vw;
        padding-right: 7.1428571429vw;
        line-height: 11.4285714286vw;
        margin-top: 3.2142857143vw;
        margin-bottom: 3.2142857143vw;
    }

    .wedding-template-portfolio-layout-1 .wedding-template-portfolio-images,
    .wedding-template-portfolio-layout-3 .wedding-template-portfolio-images {
        padding-top: clamp(440px, calc(440px + (1400 - 440) * ((100vw - 375px) / (1920 - 375))), 1400px);
    }

    .wedding-template-portfolio-layout-2,
    .wedding-template-portfolio-layout-4 {
        padding-top: max(clamp(140px, calc(140px + (1400 - 140) * ((100vw - 375px) / (1920 - 375))), 1400px), 70px);
    }

    .wedding-template-portfolio-swiper-coverflow .swiper-slide {
        width: 32.8571428571vw;
        height: 41.0714285714vw;
    }

    .wedding-template-portfolio {
        padding-bottom: max(10vw, 70px);
    }

    .wedding-template-itinierary-layout-3 .wedding-template-itinierary-heading {
        font-size: max(10vw, 40px);
    }

    .wedding-template-itinierary-layout-3 .wedding-template-itinierary-leaf-left,
    .wedding-template-itinierary-layout-3 .wedding-template-itinierary-leaf-right {
        width: max(22.2142857143vw, 130px);
        height: max(22.2857142857vw, 132px);
    }

    .wedding-template-itinierary-layout-4 {
        padding: 0 10.7638888889vw;
    }

    .wedding-template-itinierary-layout-4 .wedding-template-itinierary-content-img {
        width: 35.9722222222vw;
    }

    .wedding-template-home-layout-6 .wedding-template-home-bg {
        width: max(37.1428571429vw, 328px);
        height: max(32.5vw, 287px);
    }

    .wedding-template-home-layout-6 .wedding-template-home-names-wrapper {
        margin-top: max(20vw, 230px);
        font-size: max(4.2857142857vw, 48px);
    }

    .wedding-template-home-layout-6 .wedding-template-home-name-vertical:not(#\#) {
        font-size: max(4.2857142857vw, 48px);
    }

    .wedding-template-home-layout-6 .wedding-template-home-date-wrapper {
        margin-top: max(11vw, 90px);
        font-size: max(2.8571428571vw, 36px);
    }

    .wedding-template-home-layout-6 .wedding-template-nav-anchors {
        margin-top: 3.9285714286vw;
    }
}

@media screen and (max-width: 1200px) {
    .wedding-template-home-invitation {
        font-size: 4vw;
    }

    .wedding-template-home-couple {
        font-size: 12.5vw;
    }

    .wedding-template-home-text-layout-couple {
        font-size: max(10.6666666667vw, 48px);
    }

    .wedding-template-home-text-layout-date {
        font-size: max(4vw, 24px);
        height: max(6.3333333333vw, 36px);
    }

    .wedding-template-home-text-layout-title {
        font-size: max(3vw, 20px);
    }

    .wedding-template-home-text-layout-border {
        width: max(36.75vw, 261px);
    }

    .wedding-template-home-name-vertical {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 8.3333333333vw;
    }

    .wedding-template-home-date {
        font-size: 5.3333333333vw;
    }

    .wedding-template-home-info {
        margin-top: 2.1666666667vw;
    }

    .wedding-template-portfolio-desc p:first-child {
        font-size: max(2vw, 16px);
    }

    .wedding-template-join-us {
        font-size: max(2vw, 12px);
        line-height: max(3.3333333333vw, 16px);
    }

    .wedding-template-home-arrow {
        padding-top: 3.1666666667vw;
        padding-bottom: 1.8333333333vw;
        height: 5.5vw;
    }

    .wedding-template-itinierary-layout-2 .wedding-template-itinierary-heading {
        font-size: 11.6666666667vw;
    }

    .wedding-template-itinierary-layout-2 .wedding-template-itinierary-info {
        font-size: 4vw;
        gap: 5.8333333333vw;
        margin-top: -3.3333333333vw;
    }

    .wedding-template-itinierary-layout-2 .wedding-template-itinierary-info > svg {
        width: 12.5833333333vw;
        height: 10.5vw;
    }

    .wedding-template-itinierary-layout-2 .wedding-template-itinierary-info-content > svg {
        height: 4.25vw;
    }

    .wedding-template-itinierary-layout-2 .wedding-template-timeline .wedding-template-itinierary-item > svg {
        width: max(13.3333333333vw, 60px);
        height: max(13.3333333333vw, 60px);
    }

    .wedding-template-itinierary-layout-2 .wedding-template-timeline .wedding-template-itinierary-item-time {
        font-size: max(3.5vw, 18px);
    }

    .wedding-template-itinierary-layout-2 .wedding-template-timeline .wedding-template-itinierary-item-text {
        font-size: max(3.3333333333vw, 16px);
    }

    .wedding-template-itinierary-layout-2 .wedding-template-timeline .wui-timeline-item-head {
        width: max(2.3333333333vw, 9px);
        height: max(2.3333333333vw, 9px);
        border-width: max(0.75vw, 3px);
    }

    .wedding-template-itinierary-layout-2 .wedding-template-timeline .wui-timeline-item:not(.wui-timeline-item-last) .wui-timeline-item-tail {
        top: max(9px, 2.3333333333vw);
        height: calc(100% - max(2.3333333333vw, 9px));
    }

    .wedding-template-itinierary-layout-1 .wedding-template-itinierary-events,
    .wedding-template-itinierary-layout-3 .wedding-template-itinierary-events {
        grid-template-columns: repeat(3, 1fr);
    }

    .wedding-template-logo {
        font-size: max(5.3333333333vw, 35px);
    }

    .wedding-template-logo span {
        font-size: max(3.3333333333vw, 22px);
    }

    .wedding-template-home-layout-5 .wedding-template-home-message-text {
        font-size: max(3vw, 14px);
    }

    .wedding-template-home-layout-5 .wedding-template-home-message-name {
        font-size: max(10.6666666667vw, 48px);
    }

    .wedding-template-home-layout-5 .wedding-template-home-message-date {
        font-size: max(4vw, 16px);
        height: max(6.3333333333vw, 21px);
    }
}

@media screen and (max-width: 1100px) {
    .wedding-template-desktop-nav {
        max-width: 880px;
        padding: 40px 20px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 940px) {
    .wedding-template-nav {
        max-width: 680px;
        padding: 40px 0px;
    }
}

@media screen and (max-width: 800px) {
    .wedding-template-itinierary-layout-1 .wedding-template-itinierary-events,
    .wedding-template-itinierary-layout-3 .wedding-template-itinierary-events {
        grid-template-columns: repeat(2, 1fr);
    }

    .wedding-template-itinierary-layout-4 .wedding-template-itinierary-content-img {
        width: 100%;
        height: auto;
        aspect-ratio: 3/2;
    }

    .wedding-template-itinierary-layout-4 .wedding-template-itinierary-content {
        flex-direction: column;
    }

    .wedding-template-itinierary-layout-4 .wedding-template-itinierary-event {
        padding: 40px 30px;
    }

    .wedding-template-itinierary-layout-4 .wedding-template-itinierary-event-header {
        flex-direction: column;
        gap: 20px;
    }

    .wedding-template-itinierary-layout-4 .wedding-template-itinierary-event-header > div {
        justify-content: flex-start;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .wedding-template-nav-headding {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    .wedding-template-home {
        padding: 20px 15px;
    }

    .wedding-template-home-lg {
        inset: 20px 15px;
    }

    .wedding-template-itinierary {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .wedding-template-itinierary-layout-2 .wedding-template-itinierary-info {
        white-space: nowrap;
    }

    .wedding-template-itinierary-layout-2 .wedding-template-itinierary-info > svg:first-child {
        transform: translateY(-0.75vw) rotate(15deg);
    }

    .wedding-template-itinierary-layout-2 .wedding-template-itinierary-info > svg:last-child {
        transform: translateY(-0.75vw) rotate(-15deg);
    }

    .wedding-template-itinierary-layout-2 .wedding-template-timeline {
        margin-top: 95px;
    }

    .wedding-template-portfolio-swiper-coverflow .swiper-slide {
        height: auto;
    }

    .wedding-template-itinierary-layout-1 {
        padding: 0 15px;
    }

    .wedding-template-itinierary-layout-1 .wedding-template-itinierary-event-title {
        font-size: 24px;
    }

    .wedding-template-itinierary-layout-1 .wedding-template-itinierary-events {
        grid-template-columns: repeat(1, 1fr);
    }

    .wedding-template-itinierary-layout-3 .wedding-template-itinierary-leaf-left {
        top: -45px;
        left: -3%;
    }

    .wedding-template-itinierary-layout-3 .wedding-template-itinierary-leaf-right {
        top: -45px;
        right: -3%;
    }

    .wedding-template-itinierary-layout-3 .wedding-template-itinierary-events {
        margin-top: 40px;
        padding: 0 16px;
        grid-template-columns: repeat(1, 1fr);
    }

    .wedding-template-portfolio-images {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 430px) {
    .wedding-template-itinierary-layout-2 .wedding-template-itinierary-heading {
        font-size: 40px;
    }

    .wedding-template-itinierary-layout-2 .wedding-template-itinierary-info {
        font-size: 16px;
        gap: 5px;
    }

    .wedding-template-itinierary-layout-2 .wedding-template-itinierary-info > svg {
        width: 41px;
        height: 45.5px;
    }

    .wedding-template-itinierary-layout-3 .wedding-template-itinierary-leaf-left {
        left: -5%;
    }

    .wedding-template-itinierary-layout-3 .wedding-template-itinierary-leaf-right {
        right: -5%;
    }

    .wedding-template-story-layout-4 .wedding-template-our-story {
        padding: 15px;
    }

    .wedding-template-itinierary-layout-4 {
        padding: 0 15px;
    }

    .wedding-template-rsvp-wrapper {
        padding: 100px 0px;
    }

    .wedding-template-home-layout-5 .wedding-template-home-image {
        aspect-ratio: 3/3.5;
    }

    .wedding-template-home-layout-5 .wedding-template-home-message {
        top: 65%;
    }
}

/*# sourceMappingURL=wedding.css.map */
.wui-timeline-item {
    position: relative;
}

.wui-timeline-item-right .wui-timeline-item-content {
    left: 50%;
}

.wui-timeline-item-head {
    position: absolute;
    border-radius: 100%;
    border: 9px solid var(--wui-timeline-color, #b2c8a0);
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: transparent;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
}

.wui-timeline-item:not(.wui-timeline-item-last) .wui-timeline-item-tail {
    position: absolute;
    border-left: 2px dashed var(--wui-timeline-color, #b2c8a0);
    height: calc(100% - 28px);
    top: 28px;
    left: 50%;
    transform: translate(-50%);
}

.wui-timeline-item-content {
    position: relative;
    transform: translateY(-30%);
    width: 50%;
    text-align: center;
}

/*# sourceMappingURL=timeline.css.map */
/* layout1*/
.wedding-template-story-layout-1 .wedding-template-our-story-wrapper {
    background-color: var(--template-story-bgc);
}

.wedding-template-story-layout-1 .wedding-template-our-story {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 90px;
}

.wedding-template-story-layout-1 .wedding-template-our-story-title {
    color: var(--template-story-heading-color);
    font-family: "Tangerine";
    font-size: 200px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
    position: relative;
}

.wedding-template-story-layout-1 .wedding-template-our-story-first {
    text-align: center;
    font-family: "Tangerine";
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    left: -4%;
    top: -30%;
}

.wedding-template-story-layout-1 .wedding-template-our-story-desc {
    color: var(--template-story-desc-color);
}

.wedding-template-story-layout-1 .wedding-template-our-story-content {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 144px;
}

.wedding-template-story-layout-1 .wedding-template-our-story-collapse {
    border: none;
    background-color: transparent;
    border-radius: 0;
    flex: 1;
    width: 100%;
}

.wedding-template-story-layout-1 .wedding-template-our-story-collapse .ant-collapse-content {
    background-color: transparent;
    border-top: none;
}

.wedding-template-story-layout-1 .wedding-template-our-story-collapse .ant-collapse-item {
    border-bottom: none;
}

.wedding-template-story-layout-1 .wedding-template-our-story-collapse .ant-collapse-header:not(#\#) {
    border-bottom: 1px solid rgba(7, 7, 7, 0.4);
    padding: 24px 0px;
    color: var(--template-story-content-title-color, #070707);
    font-family: "Cormorant";
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    border-radius: 0;
}

.wedding-template-story-layout-1 .wedding-template-our-story-collapse .ant-collapse-content-box:not(#\#) {
    padding: 36px 0 64px;
    color: var(--template-story-content-desc-color, #070707);
    font-family: "Merriweather Sans";
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

.wedding-template-story-layout-1 .wedding-template-our-story-content-img {
    position: relative;
    width: 530px;
    height: 730px;
}

.wedding-template-story-layout-1 .wedding-template-our-story-content-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1400px) {
    .wedding-template-story-layout-1 .wedding-template-our-story-first {
        font-size: 9.1428571429vw;
    }

    .wedding-template-story-layout-1 .wedding-template-our-story-title {
        font-size: 14.2857142857vw;
    }

    .wedding-template-story-layout-1 .wedding-template-our-story {
        padding: max(6.4285714286vw, 50px) 6.4285714286vw;
    }

    .wedding-template-story-layout-1 .wedding-template-our-story-content {
        gap: 10.2857142857vw;
    }

    .wedding-template-story-layout-1 .wedding-template-our-story-content-img {
        width: 37.8571428571vw;
        height: 52.1428571429vw;
    }
}

@media screen and (max-width: 1200px) {
    .wedding-template-story-layout-1 .wedding-template-our-story-collapse .ant-collapse-header:not(#\#):not(#\#) {
        font-size: max(4vw, 24px);
    }

    .wedding-template-story-layout-1 .wedding-template-our-story-collapse .ant-collapse-content-box:not(#\#):not(#\#) {
        font-size: max(2vw, 14px);
        line-height: max(3.3333333333vw, 20px);
    }

    .wedding-template-story-layout-1 .wedding-template-our-story-collapse .ant-collapse-extra svg {
        width: max(3.75vw, 32px);
        height: max(1.5vw, 14px);
    }
}

@media screen and (max-width: 1100px) {
    .wedding-template-story-layout-1 .wedding-template-our-story-content {
        gap: 50px;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .wedding-template-story-layout-1 .wedding-template-our-story-content-img {
        margin-top: 0;
        width: 85%;
        height: max(100vw, 300px);
    }

    .wedding-template-story-layout-1 .wedding-template-our-story-collapse .ant-collapse-header:not(#\#):not(#\#) {
        padding: 15px 0;
    }
}

@media screen and (max-width: 430px) {
    .wedding-template-story-layout-1 .wedding-template-our-story {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wedding-template-story-layout-1 .wedding-template-our-story-first {
        left: -5px;
    }
}

/* layout2*/
.wedding-template-story-layout-2 .wedding-template-our-story-wrapper {
    background-color: var(--template-story-bgc);
}

.wedding-template-story-layout-2 .wedding-template-our-story {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 10%;
    padding-top: 10%;
}

.wedding-template-story-layout-2 .wedding-template-our-story-title {
    color: var(--template-story-heading-color);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.wedding-template-story-layout-2 .wedding-template-our-story-desc {
    color: var(--template-story-desc-color);
    font-family: Poly;
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.wedding-template-story-layout-2 .wedding-template-our-story-content {
    margin-top: 61px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 144px;
}

@media screen and (max-width: 768px) {
    .wedding-template-story-layout-2 .wedding-template-our-story {
        padding: 5%;
    }
}

.wedding-template-story-layout-3 .wedding-template-our-story-wrapper {
    background-color: var(--template-story-bgc);
}

.wedding-template-story-layout-3 .wedding-template-our-story {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 90px 92px;
    box-sizing: border-box;
}

.wedding-template-story-layout-3 .wedding-template-our-story-title {
    color: var(--template-story-heading-color);
    text-align: center;
    font-family: Tangerine;
    font-size: 96px;
    font-weight: 700;
}

.wedding-template-story-layout-3 .wedding-template-our-story-desc {
    color: var(--template-story-desc-color);
    text-align: center;
    font-family: "Merriweather Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    text-wrap: wrap;
}

.wedding-template-story-layout-3 .wedding-template-our-story-content-wrapper {
    display: flex;
    gap: 144px;
    margin-top: 120px;
}

.wedding-template-story-layout-3 .wedding-template-our-story-content-wrapper:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.wedding-template-story-layout-3 .wedding-template-our-story-content-img {
    width: 520px;
    height: 650px;
    object-fit: cover;
}

.wedding-template-story-layout-3 .wedding-template-our-story-content-title {
    font-family: Cormorant;
    font-size: 48px;
    font-weight: 500;
    padding: 24px 0;
    color: var(--template-story-content-title-color, #432525);
}

.wedding-template-story-layout-3 .wedding-template-our-story-content-desc {
    font-family: "Merriweather Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-top: 24px;
    color: var(--template-story-content-desc-color, var(--template-story-content-title-color));
}

@media screen and (max-width: 1440px) {
    .wedding-template-story-layout-3 .wedding-template-our-story {
        padding: 6.25vw;
    }

    .wedding-template-story-layout-3 .wedding-template-our-story-title {
        font-size: max(6.6666666667vw, 40px);
    }

    .wedding-template-story-layout-3 .wedding-template-our-story-desc {
        font-size: max(1.6666666667vw, 14px);
        line-height: max(2.7777777778vw, 24px);
    }

    .wedding-template-story-layout-3 .wedding-template-our-story-content-wrapper {
        gap: 10vw;
        margin-top: 8.3333333333vw;
    }

    .wedding-template-story-layout-3 .wedding-template-our-story-content-img {
        width: 36.1111111111vw;
        height: 45.1388888889vw;
    }

    .wedding-template-story-layout-3 .wedding-template-our-story-content-title {
        font-size: max(3.3333333333vw, 24px);
    }

    .wedding-template-story-layout-3 .wedding-template-our-story-content-desc {
        font-size: max(1.6666666667vw, 14px);
        line-height: max(2.7777777778vw, 24px);
    }
}

@media screen and (max-width: 640px) {
    .wedding-template-story-layout-3 .wedding-template-our-story {
        padding: 20px 16px;
    }

    .wedding-template-story-layout-3 .wedding-template-our-story-content-wrapper:not(#\#) {
        flex-direction: column;
        gap: 0;
    }

    .wedding-template-story-layout-3 .wedding-template-our-story-content-img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 3/4;
        overflow: hidden;
    }

    .wedding-template-story-layout-3 .wedding-template-our-story-content-title {
        padding: 16px 0;
    }

    .wedding-template-story-layout-3 .wedding-template-our-story-content-desc {
        margin-top: 0;
    }
}

.wedding-template-story-layout-4 .wedding-template-our-story-wrapper {
    background-color: var(--template-story-bgc);
}

.wedding-template-story-layout-4 .wedding-template-our-story {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 90px;
    box-sizing: border-box;
}

.wedding-template-story-layout-4 .wedding-template-our-story-title {
    color: var(--template-story-heading-color);
    text-align: center;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
}

.wedding-template-story-layout-4 .wedding-template-our-story-subtitle {
    color: var(--template-story-heading-color);
    text-align: center;
    font-family: Playfair;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 8px 0px 0px;
}

.wedding-template-story-layout-4 .wedding-template-our-story-desc {
    color: var(--template-story-desc-color);
    text-align: center;
    text-wrap: wrap;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 24px 0 0 0;
}

.wedding-template-story-layout-4 .wedding-template-our-story-content {
    margin-top: 64px;
    overflow-x: auto;
    display: flex;
    gap: 40px;
    padding-bottom: 10px;
}

.wedding-template-story-layout-4 .wedding-template-our-story-content-img {
    width: 512px;
    height: 376px;
    object-fit: cover;
}

.wedding-template-story-layout-4 .wedding-template-our-story-content-title {
    font-family: Switzer;
    font-size: 32px;
    font-weight: 500;
    margin-top: 30px;
    color: var(--template-story-content-title-color, #432525);
}

.wedding-template-story-layout-4 .wedding-template-our-story-content-desc {
    font-family: Switzer;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    color: var(--template-story-content-desc-color, var(--template-story-content-title-color));
}

.wedding-template-story-layout-4 .wedding-template-our-story-content-date {
    color: var(--template-story-content-title-color, #432525);
    font-family: Playfair;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    margin-top: 60px;
}

@media screen and (max-width: 1440px) {
    .wedding-template-story-layout-4 .wedding-template-our-story {
        padding: 6.25vw;
    }
}

@media screen and (max-width: 640px) {
    .wedding-template-story-layout-4 .wedding-template-our-story-content {
        flex-direction: column;
    }

    .wedding-template-story-layout-4 .wedding-template-our-story-subtitle {
        font-size: 32px;
    }

    .wedding-template-story-layout-4 .wedding-template-our-story-content {
        margin-top: 40px;
    }

    .wedding-template-story-layout-4 .wedding-template-our-story-content-img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 3/2;
        overflow: hidden;
    }

    .wedding-template-story-layout-4 .wedding-template-our-story-content-date {
        margin-top: 24px;
    }
}

/*# sourceMappingURL=story.css.map */
.timeline {
    position: relative;
    width: 100%;
}

.timeline .timeline-line {
    position: absolute;
    border-left: 2px dashed var(--wui-timeline-color, #b2c8a0);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .timeline .timeline-line {
        left: 0px;
        transform: none;
    }
}

.timeline .timeline-item {
    width: 100%;
    position: relative;
}

.timeline .timeline-item .timeline-content {
    position: relative;
    width: 100%;
    display: flex;
}

.timeline .timeline-item .timeline-dot {
    width: 10px;
    height: 10px;
    background: var(--template-story-bgc, #fff);
    border: 8px solid var(--wui-timeline-color, #b2c8a0);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (max-width: 768px) {
    .timeline .timeline-item .timeline-dot {
        left: -24px;
    }
}

.timeline .timeline-item .timeline-image {
    width: calc(50% - 86px);
    display: flex;
    align-items: center;
}

.timeline .timeline-item .timeline-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 2px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 4px 4px 0px rgba(49, 36, 9, 0.2);
}

.timeline .timeline-item .timeline-info {
    width: calc(50% - 43px);
    padding: 20px;
    color: var(--template-story-content-title-color, #070707);
}

.timeline .timeline-item .timeline-date {
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.timeline .timeline-item .timeline-title {
    font-family: Poly;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.timeline .timeline-item .timeline-description {
    font-family: Poly;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (min-width: 769px) {
    .timeline .timeline-item.left .timeline-content {
        justify-content: space-between;
    }

    .timeline .timeline-item.left .timeline-content .timeline-image {
        order: 1;
    }

    .timeline .timeline-item.left .timeline-content .timeline-info {
        order: 2;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .timeline .timeline-item.right .timeline-content {
        justify-content: flex-start;
    }

    .timeline .timeline-item.right .timeline-content .timeline-image {
        order: 2;
        padding-left: 30px;
    }

    .timeline .timeline-item.right .timeline-content .timeline-info {
        order: 1;
        text-align: right;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .timeline .timeline-item .timeline-content {
        margin-left: 24px;
        flex-direction: column;
        gap: 15px;
    }

    .timeline .timeline-item .timeline-content .timeline-image,
    .timeline .timeline-item .timeline-content .timeline-info {
        width: calc(100% - 50px);
    }

    .timeline .timeline-item .timeline-content .timeline-image img {
        padding: 15px;
    }

    .timeline .timeline-item .timeline-content .timeline-info {
        padding: 0;
    }

    .timeline .timeline-item .timeline-date {
        font-size: 36px;
    }

    .timeline .timeline-item .timeline-title {
        font-size: 24px;
    }

    .timeline .timeline-item .timeline-description {
        margin-bottom: 40px;
    }
}

.timeline .timeline-item:last-child .timeline-description {
    margin-bottom: 0px;
}

/*# sourceMappingURL=story-timeline.css.map */
/* layout1 */
.wedding-template-footer-layout-1 .wedding-template-footer-wrapper {
    background: var(--template-footer-bgc);
}

.wedding-template-footer-layout-1 .wedding-template-footer {
    max-width: 1440px;
    margin: 0 auto;
    padding: 90px 100px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    box-sizing: border-box;
}

.wedding-template-footer-layout-1 .wedding-template-footer-left {
    color: var(--template-footer-color);
}

.wedding-template-footer-layout-1 .wedding-template-footer-left-text {
    max-width: 595px;
    font-family: "Merriweather Sans";
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 48px;
}

.wedding-template-footer-layout-1 .wedding-template-footer-right {
    display: flex;
    gap: 64px;
    margin-top: 62px;
}

.wedding-template-footer-layout-1 .wedding-template-footer-right-links {
    display: flex;
    flex-direction: column;
    font-family: "Cormorant";
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
}

.wedding-template-footer-layout-1 .wedding-template-footer-right-links a {
    white-space: nowrap;
    color: var(--template-footer-color);
}

@media screen and (max-width: 1400px) {
    .wedding-template-footer-layout-1 .wedding-template-footer {
        padding: max(6.4285714286vw, 80px) 7.1428571429vw;
    }

    .wedding-template-footer-layout-1 .wedding-template-footer-left-text {
        font-size: max(1.7142857143vw, 16px);
        line-height: 24px;
    }
}

@media screen and (max-width: 940px) {
    .wedding-template-footer-layout-1 .wedding-template-nav {
        max-width: 680px;
        padding: 40px 0px;
    }

    .wedding-template-footer-layout-1 .wedding-template-footer {
        flex-direction: column;
        gap: 0;
    }
}

@media screen and (max-width: 430px) {
    .wedding-template-footer-layout-1 .wedding-template-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wedding-template-footer-layout-1 .wedding-template-footer-left-text {
        margin-top: 24px;
    }

    .wedding-template-footer-layout-1 .wedding-template-footer-right {
        flex-direction: column;
        margin-top: 48px;
        gap: 64px;
    }
}

/* layout2 */
.wedding-template-footer-layout-2 .wedding-template-footer-wrapper {
    position: relative;
    background: var(--template-footer-bgc);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 93px 20px;
    background-blend-mode: luminosity;
    overflow: hidden;
}

.wedding-template-footer-layout-2 .wedding-template-footer-title {
    color: var(--template-footer-color, #fff3f5);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.wedding-template-footer-layout-2 .wedding-template-footer-logo {
    color: var(--template-footer-icon-color, #fff3f5);
    text-align: center;
    font-family: "Dancing Script";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 16px 0;
}

.wedding-template-footer-layout-2 .wedding-template-footer-icon svg {
    color: var(--template-footer-icon-color, #fff3f5);
}

.wedding-template-footer-layout-2 .wedding-template-footer-img-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
}

.wedding-template-footer-layout-2 .wedding-template-footer-img-2 {
    display: none;
}

.wedding-template-footer-layout-2 .wedding-template-footer-text {
    color: #afc94f;
    text-align: center;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .wedding-template-footer-layout-2 .wedding-template-footer-title,
    .wedding-template-footer-layout-2 .wedding-template-footer-logo,
    .wedding-template-footer-layout-2 .wedding-template-footer-text {
        font-size: 36px;
    }

    .wedding-template-footer-layout-2 .wedding-template-footer-img-1 {
        left: -30px;
        transform: none;
        width: 750px;
        top: -120px;
    }

    .wedding-template-footer-layout-2 .wedding-template-footer-img-2 {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

/*# sourceMappingURL=footer.css.map */
/* layout1*/
.wedding-template-about-layout-1 .wedding-template-about-wrapper {
    background-color: var(--template-about-bgc);
    position: relative;
}

.wedding-template-about-layout-1 .wedding-template-about {
    max-width: 1440px;
    margin: 0 auto;
    padding: 140px 40px 118px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 15px;
}

.wedding-template-about-layout-1 .wedding-template-about > div:last-child {
    flex-direction: column-reverse;
}

.wedding-template-about-layout-1 .wedding-template-about-bridegroom,
.wedding-template-about-layout-1 .wedding-template-about-bride {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    max-width: 628px;
    position: relative;
    gap: 54px;
}

.wedding-template-about-layout-1 .wedding-template-about-image {
    max-width: 440px;
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    border-radius: 100px;
}

.wedding-template-about-layout-1 .wedding-template-about-letter {
    color: var(--template-about-color);
    text-align: center;
    font-family: "Cormorant";
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    max-width: 512px;
    position: relative;
    padding: 0 58px;
}

.wedding-template-about-layout-1 .wedding-template-about-info {
    color: var(--template-about-color);
    margin-top: 54px;
}

.wedding-template-about-layout-1 .wedding-template-about-letter-quote-up {
    position: absolute;
    left: 0px;
    top: -20px;
}

.wedding-template-about-layout-1 .wedding-template-about-letter-quote-down {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.wedding-template-about-layout-1 .wedding-template-about-bridegroom-letter,
.wedding-template-about-layout-1 .wedding-template-about-bride-letter {
    margin-top: 22px;
}

.wedding-template-about-layout-1 .wedding-template-about-letter-quote-up,
.wedding-template-about-layout-1 .wedding-template-about-letter-quote-down {
    color: var(--template-about-quote-color);
}

.wedding-template-about-layout-1 .wedding-template-about-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.wedding-template-about-layout-1 .wedding-template-about-icon svg {
    color: var(--template-about-icon-color);
}

.wedding-template-about-layout-1 .wedding-template-about-tag {
    color: var(--template-about-color);
    font-family: "Cormorant";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wedding-template-about-layout-1 .wedding-template-about-name {
    color: var(--template-about-color);
    font-family: "Tangerine";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .wedding-template-about-layout-1 .wedding-template-about-letter {
        font-size: 4vw;
        padding: 0 4.8333333333vw;
    }

    .wedding-template-about-layout-1 .wedding-template-about-letter-quote-up,
    .wedding-template-about-layout-1 .wedding-template-about-letter-quote-down {
        width: 4.8333333333vw;
        height: auto;
    }

    .wedding-template-about-layout-1 .wedding-template-about-name {
        font-size: 5.3333333333vw;
    }
}

@media screen and (max-width: 640px) {
    .wedding-template-about-layout-1 .wedding-template-about {
        flex-direction: column;
        align-items: center;
        gap: 48px;
        padding: 26px 30px;
    }

    .wedding-template-about-layout-1 .wedding-template-about > div:last-child {
        flex-direction: column;
    }

    .wedding-template-about-layout-1 .wedding-template-about-letter {
        padding: 0 32px;
        font-size: 32px;
        max-width: 440px;
        box-sizing: border-box;
    }

    .wedding-template-about-layout-1 .wedding-template-about-name {
        font-size: 48px;
    }

    .wedding-template-about-layout-1 .wedding-template-about-letter-quote-up,
    .wedding-template-about-layout-1 .wedding-template-about-letter-quote-down {
        width: 32px;
    }
}

@media screen and (max-width: 430px) {
    .wedding-template-about-layout-1 .wedding-template-about-letter {
        padding: 0 29px;
        font-size: 24px;
    }

    .wedding-template-about-layout-1 .wedding-template-about-letter-quote-up,
    .wedding-template-about-layout-1 .wedding-template-about-letter-quote-down {
        width: 29px;
    }
}

/* layout2*/
.wedding-template-about-layout-2 .wedding-template-about-wrapper {
    background-color: var(--template-about-bgc);
}

.wedding-template-about-layout-2 .wedding-template-about {
    color: var(--template-about-color);
    max-width: 1440px;
    margin: 0 auto;
    padding: 140px 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
    box-sizing: border-box;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper {
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-image {
    width: 100%;
    align-self: stretch;
    aspect-ratio: 2/3;
    border-radius: 300px;
    object-fit: cover;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-name {
    color: var(--template-about-color);
    text-align: center;
    font-family: "Dancing Script";
    font-size: 86px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-role {
    color: var(--template-about-icon-color);
    text-align: center;
    font-family: Poly;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-socials .social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px;
    background-color: var(--template-about-social-bgc);
    color: var(--template-social-color);
    cursor: pointer;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-socials .social svg {
    height: 100%;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-socials .small {
    width: 16px;
    height: 16px;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-socials .medium {
    width: 22px;
    height: 22px;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-socials .large {
    width: 28px;
    height: 28px;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-socials .circle {
    border-radius: 50%;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-socials .circle-inverted {
    border-radius: 50%;
    border-color: var(--template-social-border-color);
    border: 2px solid;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-socials .square {
    border-radius: 0;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-socials .square-inverted {
    border-radius: 0;
    border-color: var(--template-social-border-color);
    border: 2px solid;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-icon {
    color: #cc5858;
    width: 10%;
    aspect-ratio: 10/63;
}

.wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-icon svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .wedding-template-about-layout-2 .wedding-template-about {
        padding: 56px 16px;
    }

    .wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-name {
        font-size: 42px;
    }

    .wedding-template-about-layout-2 .wedding-template-about .wedding-template-about-person-wrapper .wedding-template-about-person-role {
        font-size: 16px;
    }
}

.wedding-template-about-layout-3 .wedding-template-about-wrapper {
    padding-top: 186px;
    padding-bottom: 154px;
    background-color: var(--template-about-bgc);
    position: relative;
    color: var(--template-about-color);
}

.wedding-template-about-layout-3 .wedding-template-about-person-name {
    font-style: normal;
    text-align: center;
}

.wedding-template-about-layout-3 .wedding-template-about-hyphen {
    text-align: center;
    font-family: Cormorant;
}

.wedding-template-about-layout-3 .wedding-template-about-date {
    text-align: center;
    font-family: Cormorant;
}

.about-background-1.wedding-template-about-layout-3 .wedding-template-about-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url("/static-file/wedding/image/about/leaf.svg");
    background-repeat: no-repeat;
    background-position: top center;
}

.about-background-1.wedding-template-about-layout-3 .wedding-template-about-person-name {
    font-size: 80px;
    font-family: "Cardo", serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(46, 51, 64);
}

.about-background-1.wedding-template-about-layout-3 .wedding-template-about-hyphen {
    font-size: 40px;
    font-family: "Cardo", serif;
    font-weight: 400;
    font-style: normal;
}

.about-background-1.wedding-template-about-layout-3 .wedding-template-about-info {
    text-align: center;
    font-size: 60px;
    color: rgb(97, 117, 79);
    font-family: "Nunito", serif;
    margin-top: 123px;
}

.about-background-1.wedding-template-about-layout-3 .wedding-template-about-extra {
    color: #61754f;
    text-align: center;
    font-family: "Nunito";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1440px) {
    .about-background-1.wedding-template-about-layout-3 .wedding-template-about-wrapper {
        background-size: contain;
    }

    .about-background-1.wedding-template-about-layout-3 .wedding-template-about-person-name {
        font-size: max(5.5555555556vw, 40px);
    }

    .about-background-1.wedding-template-about-layout-3 .wedding-template-about-hyphen {
        font-size: max(2.7777777778vw, 32px);
    }

    .about-background-1.wedding-template-about-layout-3 .wedding-template-about-info {
        margin-top: 9.0277777778vw;
        font-size: max(4.1666666667vw, 26px);
    }

    .about-background-1.wedding-template-about-layout-3 .wedding-template-about-extra {
        font-size: max(2.7777777778vw, 26px);
    }
}

@media screen and (max-width: 430px) {
    .about-background-1.wedding-template-about-layout-3 .wedding-template-about-wrapper {
        padding-top: 180px;
        padding-top: 100px;
    }
}

.about-background-2.wedding-template-about-layout-3 .wedding-template-about-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-background-2.wedding-template-about-layout-3 .wedding-template-about-person-name {
    font-family: "Cormorant";
    font-size: 80px;
}

.about-background-2.wedding-template-about-layout-3 .wedding-template-about-hyphen {
    font-size: 40px;
}

.about-background-2.wedding-template-about-layout-3 .wedding-template-about-date {
    font-family: "Playfair";
    font-size: 80px;
}

@media screen and (max-width: 1440px) {
    .about-background-2.wedding-template-about-layout-3 .wedding-template-about-person-name {
        font-size: max(5.5555555556vw, 54px);
    }

    .about-background-2.wedding-template-about-layout-3 .wedding-template-about-hyphen {
        font-size: max(2.7777777778vw, 32px);
    }

    .about-background-2.wedding-template-about-layout-3 .wedding-template-about-date {
        font-size: max(5.5555555556vw, 36px);
    }

    .about-background-2.wedding-template-about-layout-3 .wedding-template-about-leaf {
        width: max(37.7777777778vw, 220px);
        height: max(19.5833333333vw, 114px);
    }
}

.about-background-3.wedding-template-about-layout-3 .wedding-template-about-person-name {
    font-size: 128px;
    font-family: "Tangerine";
    font-weight: 700;
}

.about-background-3.wedding-template-about-layout-3 .wedding-template-about-hyphen {
    font-size: 64px;
    font-weight: 500;
    margin: 24px 0;
}

.about-background-3.wedding-template-about-layout-3 .wedding-template-about-date {
    font-size: 64px;
    font-weight: 600;
    margin-top: 128px;
    position: relative;
}

.about-background-3.wedding-template-about-layout-3 .wedding-template-about-rose-left {
    position: absolute;
    left: 0;
    top: -15%;
    width: 500px;
    height: 1000px;
    background-image: url("/static-file/wedding/image/about/rose.webp");
    background-position: 2000px;
    background-size: cover;
    transform: rotateY(180deg);
}

.about-background-3.wedding-template-about-layout-3 .wedding-template-about-rose-right {
    position: absolute;
    right: -120px;
    top: 40%;
    width: 500px;
    height: 1000px;
    background-image: url("/static-file/wedding/image/about/rose.webp");
    background-size: cover;
}

.about-background-3.wedding-template-about-layout-3 .wedding-template-about-bg-left {
    position: absolute;
    transform: translate(-120px, -85px);
}

.about-background-3.wedding-template-about-layout-3 .wedding-template-about-bg-right {
    position: absolute;
    transform: translate(105px, -60px);
}

.about-background-3.wedding-template-about-layout-3 .wedding-template-about-address {
    text-align: center;
    font-family: Cormorant;
    font-size: 40px;
    font-weight: 500;
    margin-top: 58px;
}

@media screen and (max-width: 1440px) {
    .about-background-3.wedding-template-about-layout-3 .wedding-template-about-wrapper {
        padding-top: max(12.9166666667vw, 130px);
        padding-bottom: max(10.6944444444vw, 100px);
    }

    .about-background-3.wedding-template-about-layout-3 .wedding-template-about-person-name {
        font-size: max(8.8888888889vw, 64px);
    }

    .about-background-3.wedding-template-about-layout-3 .wedding-template-about-hyphen {
        font-size: max(4.4444444444vw, 32px);
    }

    .about-background-3.wedding-template-about-layout-3 .wedding-template-about-date {
        font-size: max(4.4444444444vw, 36px);
        margin-top: max(8.8888888889vw, 64px);
    }

    .about-background-3.wedding-template-about-layout-3 .wedding-template-about-address {
        font-size: max(2.7777777778vw, 24px);
    }
}

@media screen and (max-width: 1000px) {
    .about-background-3.wedding-template-about-layout-3 .wedding-template-about-rose-left {
        height: 700px;
        width: 300px;
        background-position: 1380px;
    }

    .about-background-3.wedding-template-about-layout-3 .wedding-template-about-rose-right {
        top: 51%;
        height: 700px;
        width: 300px;
        right: -40px;
    }

    .about-background-3.wedding-template-about-layout-3 .wedding-template-about-bg-left {
        width: 204px;
        height: 238px;
        transform: translate(-77px, -47px);
    }

    .about-background-3.wedding-template-about-layout-3 .wedding-template-about-bg-right {
        width: 227px;
        height: 232px;
        transform: translate(76px, -30px);
    }
}

@media screen and (max-width: 640px) {
    .about-background-3.wedding-template-about-layout-3 .wedding-template-about-rose-left {
        height: 500px;
        width: 250px;
        background-position: 1030px;
        left: -20px;
        top: -10%;
    }

    .about-background-3.wedding-template-about-layout-3 .wedding-template-about-rose-right {
        top: 61%;
        height: 500px;
        width: 300px;
        right: -106px;
    }
}

.wedding-template-about-layout-4 .wedding-template-about-wrapper {
    padding-top: 186px;
    padding-bottom: 100px;
    background-color: var(--template-about-bgc);
    display: flex;
    justify-content: center;
    gap: 25px;
    position: relative;
}

.wedding-template-about-layout-4 .wedding-template-about-left,
.wedding-template-about-layout-4 .wedding-template-about-right {
    position: relative;
    box-sizing: border-box;
}

.wedding-template-about-layout-4 .wedding-template-about-photo {
    border-radius: 10px;
    border: 30px solid #fff;
    box-shadow: 0px 4px 4px 0px rgba(49, 36, 9, 0.2);
    background-color: #fff;
    width: 500px;
    height: 665px;
    box-sizing: border-box;
    object-fit: cover;
}

.wedding-template-about-layout-4 .wedding-template-about-left .wedding-template-about-photo {
    transform: rotate(345deg);
}

.wedding-template-about-layout-4 .wedding-template-about-right .wedding-template-about-photo {
    transform: rotate(15deg);
}

.wedding-template-about-layout-4 .wedding-template-about-name {
    padding-top: 70px;
    text-align: center;
    color: var(--template-about-color);
    font-family: Playfair;
    font-size: 128px;
}

.wedding-template-about-layout-4 .wedding-template-about-role {
    color: var(--template-about-icon-color);
    text-align: center;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
}

.wedding-template-about-layout-4 .wedding-template-about-icon {
    position: absolute;
    top: 26%;
    z-index: 0;
}

@media screen and (max-width: 1440px) {
    .wedding-template-about-layout-4 .wedding-template-about-wrapper {
        padding-top: 12.9166666667vw;
        padding-bottom: 6.9444444444vw;
    }

    .wedding-template-about-layout-4 .wedding-template-about-icon {
        width: max(100vw, 784px);
    }

    .wedding-template-about-layout-4 .wedding-template-about-photo {
        width: max(34.7222222222vw, 215px);
        height: max(46.1805555556vw, 287px);
        border-width: max(2.0833333333vw, 12px);
    }

    .wedding-template-about-layout-4 .wedding-template-about-name {
        padding-top: 4.8611111111vw;
        font-size: max(8.8888888889vw, 36px);
    }

    .wedding-template-about-layout-4 .wedding-template-about-role {
        font-size: max(1.6666666667vw, 10px);
    }
}

@media screen and (max-width: 430px) {
    .wedding-template-about-layout-4 .wedding-template-about-icon {
        top: 35px;
    }
}

/*# sourceMappingURL=about.css.map */
.wui-link {
    text-decoration: none;
}
