* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--inter);
}

section.kat__web-invitation-new-inner .pin-spacer {
    pointer-events: none;
    z-index: unset !important;
}

section.kat__web-invitation-new-inner button {
    cursor: pointer;
}

section.kat__web-invitation-new-inner a {
    cursor: pointer;
    text-decoration: none;
}

body.kat__web-invitation-new {
    /* Boxing Family */
    --boxing-text-family: "Boxing-Regular", serif;
    --boxing-text-style: normal;
    --boxing-text-weight: 400;
    --boxing-text-size: 80px;   
    --boxing-text-size-m: 72px;
    --boxing-text-size-s: 48px;
    --boxing-text-lettercase: none;

    /* Gambarino Text */
    --gambarino-text-family: "Gambarino-Regular", serif;
    --gambarino-text-style: normal;
    --gambarino-text-weight: 400;
    /* --gambarino-text-size: 72px; */
    --gambarino-text-size: 60px;
    --gambarino-text-size-s: 40px;
    --gambarino-text-lettercase: none;

    /* body Text */
    --body-text-family: var(--inter);
    --body-text-style: normal;
    --body-text-weight: 400;
    --body-text-size: 32px;
    --body-text-size-l: 28px;
    --body-text-size-m: 24px;
    --body-text-size-s: 20px;
    --body-text-size-xs: 16px;
    --body-text-lettercase: none;

    /* Font Size Extra */
    --fs-extra-1: 2px;
    --fs-extra-2: 4px;
    --fs-extra-3: 5px;
    --fs-extra-4: 6px;
    --fs-extra-5: 10px;
    --fs-extra-6: 12px;
    --fs-extra-7: 15px;
    --fs-extra-8: 20px;

    /* Attribute */
    --body-height: 100vh;

    --hero-bg: url("https://katsudoto.id/media/assets/pictures/web-invitation/sect-1/bg-hero.gif");
    --divider-1: url("https://katsudoto.id/media/assets/pictures/web-invitation/divider.png");
    --divider-2: url("https://katsudoto.id/media/assets/pictures/web-invitation/divider-2.png");
    --divider-fol-up: url("https://katsudoto.id/media/assets/pictures/web-invitation/sect-6/divider.png");
}

@media (max-width: 960px) {}

@media (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1440px) {}

@media (min-width: 560px) and (max-width: 960px) {}

@media (max-width: 559px) {}

/* Fonts */
body.kat__web-invitation-new h1,
body.kat__web-invitation-new h2,
body.kat__web-invitation-new h3,
body.kat__web-invitation-new h4,
body.kat__web-invitation-new h5,
body.kat__web-invitation-new h6 {
    font-weight: normal;
    line-height: normal;
    color: var(--text-primary);
}

body.kat__web-invitation-new {
    /* Colors */
    --background-primary: #FFFDE8;
    --background-secondary: #033D55;
    --background-tertiary: #FFDCE2;
    --background-extend-primary: #EB2F59;
    --background-extend-secondary: #FED2D9;

    /* Text Colors */
    --text-primary: #EB2F59;
    --text-secondary: #033D55;
    --text-tertiary: #F3F1E4;
}

.lg-hidden {
    display: none;
}

#kat__web-invitation-new .kat__web-invitation-new-inner .swiper-scrollbar-drag{
    background: var(--background-extend-primary);
}

@media only screen and (max-width: 960px) {}

@media (min-width: 1600px) {
    body.kat__web-invitation-new {}
}

@media (max-width: 1440px) {
    body.kat__web-invitation-new {
        /* Boxing Font  */
        --boxing-text-size: 72px;
        --boxing-text-size-m: 60px;
        --boxing-text-size-s: 40px;

        /* Gambarino Font  */
        --gambarino-text-size: 72px;
        --gambarino-text-size-s: 40px;

        /* kalam Font  */
        --kalam-text-size: 32px;

        /* Body Text Size  */
        --body-text-size: 32px;
        --body-text-size-l: 28px;
        --body-text-size-m: 24px;
        --body-text-size-s: 20px;
        --body-text-size-xs: 16px;
    }

    .lg-hidden {
        display: block;
    }
}

@media (min-width: 960px) and (max-width: 1440px) {
    body.kat__web-invitation-new {
        /* Boxing Font  */
        --boxing-text-size: 60px;
        --boxing-text-size-m: 52px;
        --boxing-text-size-s: 32px;

        /* Gambarino Font  */
        --gambarino-text-size: 60px;
        --gambarino-text-size-s: 36px;

        /* kalam Font  */
        --kalam-text-size: 32px;

        /* Body Text Size  */
        --body-text-size: 28px;
        --body-text-size-l: 24px;
        --body-text-size-m: 20px;
        --body-text-size-s: 18px;
        --body-text-size-xs: 16px;
    }
}

@media (min-width: 560px) and (max-width: 960px) {
    body.kat__web-invitation-new {
        /* Boxing Font  */
        --boxing-text-size: 52px;
        --boxing-text-size-m: 44px;
        --boxing-text-size-s: 28px;

        /* Gambarino Font  */
        --gambarino-text-size: 38px;
        --gambarino-text-size-s: 32px;

        /* kalam Font  */
        --kalam-text-size: 24px;

        /* Body Text Size  */
        --body-text-size: 24px;
        --body-text-size-l: 20px;
        --body-text-size-m: 18px;
        --body-text-size-s: 16px;
        --body-text-size-xs: 14px;
    }
}

@media (max-width: 559px) {
    body.kat__web-invitation-new {
        /* Boxing Font  */
        --boxing-text-size: 40px;
        --boxing-text-size-m: 36px;
        --boxing-text-size-s: 24px;

        /* Gambarino Font  */
        --gambarino-text-size: 32px;
        --gambarino-text-size-s: 24px;

        /* kalam Font  */
        --kalam-text-size: 24px;

        /* Body Text Size  */
        --body-text-size: 16px;
        --body-text-size-l: 16px;
        --body-text-size-m: 16px;
        --body-text-size-s: 14px;
        --body-text-size-xs: 12px;
    }
}



/* img */
body.kat__web-invitation-new img {
    max-width: 100%;
}

/* ======================
    GLOBAL
====================== */
.ornaments-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.image-wrap {
    position: relative;
    width: 100%;
}

.image-wrap img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.p-relative {
    position: relative;
}

body.kat__web-invitation-new {
    overflow: hidden;
}

.kat__web-invitation-new-inner {
    overflow: hidden;
    background-color: var(--blue-main);
    height: 100dvh;
}

/* Wrapper  */
.landing-wrapper.web-invitation {
    height: 100dvh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 40px 40px 0px 0px;
    background: var(--background-primary);
}

.web-invitation .landing-wrapper-inner {
    min-height: unset !important;
}

.landing-wrapper-inner {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

@media (min-width : 561px) and (max-width : 960px) {
    .landing-wrapper.web-invitation {}
}

/* ======================
    HERO
====================== */

.kat__hero-web-invitation {
    padding: 80px 80px;
    position: relative;
    overflow: hidden;
    background: var(--background-primary);
    /* background: var(--hero-bg);
    background-position: center;
    background-size: cover; */
}

.kat__hero-web-invitation .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.heros_mask{
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background: linear-gradient(0deg, #FFFDE8 -0.02%, #f9bcca00 105.3%);
}

.kat__hero-web-invitation .inner .inner-wrap {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: relative;
}

.kat__hero-web-invitation .inner .hero__title {
    font-family: var(--boxing-text-family);
    font-size: var(--boxing-text-size);
    color: var(--text-primary);
    text-align: center;
    font-weight: 400;
    max-width: 1600px;
}

.hero-br {
    display: none;
}

.kat__hero-web-invitation .inner .hero__desc-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.kat__hero-web-invitation .inner .hero__desc {
    font-family: var(--inter);
    font-size: calc(var(--body-text-size-l));
    color: var(--text-primary);
    text-align: center;
    font-weight: 400;
}

.hero__button {
    border-radius: 99px;
    border: 3px solid #000;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);

    cursor: pointer;
}

.hero__button div {
    color: var(--neutral-10);
    padding: 24px;
    border-radius: 100px;
    background: var(--background-extend-primary);
    font-size: calc(var(--body-text-size-s));
    font-weight: 600;
    line-height: 140%;
    transition: all 0.4s ease-in-out;
}

.hero__button div:hover {
    background: var(--primary-hover);
}


.hero__img {
    position: relative;
    max-width: 500px;
    width: 35.68%;
    min-height: 100%;
    /* overflow: hidden; */
}
.hero__img img{
    opacity: 0;
}
.hero__img video{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.hero_back-orn-1 {
    position: absolute;
    width: 21.29%;
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
    max-width: 240px;
}

.hero_back-orn-2 {
    position: absolute;
    width: 21.29%;
    right: 0;
    bottom: 38%;
    transform: translate(0%, 0%) scaleX(-1);
    max-width: 240px;
}

.wave-hero{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,25%);
}

.path-0 {
    animation: pathAnim-0 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform: translate3d(0, 0, 0);
}

@keyframes pathAnim-0 {
    0% {
        d: path("M 0,600 L 0,225 C 76.83,187.91 153.67,150.82 258,162 C 362.33,173.18 494.17,232.64 586,273 C 677.83,313.36 729.65,334.64 812,310 C 894.35,285.36 1007.24,214.82 1117,193 C 1226.76,171.18 1333.38,198.09 1440,225 L 1440,600 L 0,600 Z");
    }

    25% {
        d: path("M 0,600 L 0,225 C 81.90,268.09 163.81,311.18 266,323 C 368.19,334.82 490.67,315.36 605,280 C 719.33,244.64 825.51,193.36 916,178 C 1006.49,162.64 1081.28,183.18 1166,197 C 1250.72,210.82 1345.36,217.91 1440,225 L 1440,600 L 0,600 Z");
    }

    50% {
        d: path("M 0,600 L 0,225 C 115.55,217.50 231.10,209.99 339,206 C 446.90,202.00 547.15,201.52 615,173 C 682.85,144.48 718.31,87.94 819,112 C 919.69,136.06 1085.63,240.73 1200,273 C 1314.37,305.27 1377.19,265.13 1440,225 L 1440,600 L 0,600 Z");
    }

    75% {
        d: path("M 0,600 L 0,225 C 109.31,214.04 218.62,203.09 311,202 C 403.38,200.91 478.82,209.70 581,206 C 683.18,202.30 812.09,186.12 912,167 C 1011.91,147.88 1082.83,125.82 1166,135 C 1249.17,144.18 1344.58,184.59 1440,225 L 1440,600 L 0,600 Z");
    }

    100% {
        d: path("M 0,600 L 0,225 C 76.83,187.91 153.67,150.82 258,162 C 362.33,173.18 494.17,232.64 586,273 C 677.83,313.36 729.65,334.64 812,310 C 894.35,285.36 1007.24,214.82 1117,193 C 1226.76,171.18 1333.38,198.09 1440,225 L 1440,600 L 0,600 Z");
    }
}
@-webkit-keyframes pathAnim-0 {
    0% {
        d: path("M 0,600 L 0,225 C 76.83,187.91 153.67,150.82 258,162 C 362.33,173.18 494.17,232.64 586,273 C 677.83,313.36 729.65,334.64 812,310 C 894.35,285.36 1007.24,214.82 1117,193 C 1226.76,171.18 1333.38,198.09 1440,225 L 1440,600 L 0,600 Z");
    }

    25% {
        d: path("M 0,600 L 0,225 C 81.90,268.09 163.81,311.18 266,323 C 368.19,334.82 490.67,315.36 605,280 C 719.33,244.64 825.51,193.36 916,178 C 1006.49,162.64 1081.28,183.18 1166,197 C 1250.72,210.82 1345.36,217.91 1440,225 L 1440,600 L 0,600 Z");
    }

    50% {
        d: path("M 0,600 L 0,225 C 115.55,217.50 231.10,209.99 339,206 C 446.90,202.00 547.15,201.52 615,173 C 682.85,144.48 718.31,87.94 819,112 C 919.69,136.06 1085.63,240.73 1200,273 C 1314.37,305.27 1377.19,265.13 1440,225 L 1440,600 L 0,600 Z");
    }

    75% {
        d: path("M 0,600 L 0,225 C 109.31,214.04 218.62,203.09 311,202 C 403.38,200.91 478.82,209.70 581,206 C 683.18,202.30 812.09,186.12 912,167 C 1011.91,147.88 1082.83,125.82 1166,135 C 1249.17,144.18 1344.58,184.59 1440,225 L 1440,600 L 0,600 Z");
    }

    100% {
        d: path("M 0,600 L 0,225 C 76.83,187.91 153.67,150.82 258,162 C 362.33,173.18 494.17,232.64 586,273 C 677.83,313.36 729.65,334.64 812,310 C 894.35,285.36 1007.24,214.82 1117,193 C 1226.76,171.18 1333.38,198.09 1440,225 L 1440,600 L 0,600 Z");
    }
}


@media (min-width: 1601px) {
    .wave-hero{
        transform: translate(-50%, 35%);
    }
}

@media (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1440px) {}

@media (min-width: 560px) and (max-width: 1079px) {
    .kat__hero-web-invitation {
        padding: 60px 48px;
    }

    .kat__hero-web-invitation .inner .hero__title {
        max-width: 700px;
    }

    .hero-br {
        display: block;
    }

    .hero__img {
        width: 71.3%;
        min-height: 400px;
    }

    .hero_back-orn-2 {
        bottom: 50%;
    }

    .hero_back-orn-1 {
        top: 6%;
    }

    .kat__hero-web-invitation .inner .hero__desc-wrap {
        max-width: 500px;
    }
    .wave-hero{
        transform: translate(-50%);
    }
}

@media (max-width: 559px) {
    .kat__hero-web-invitation {
        padding: 40px 24px;
    }

    .kat__hero-web-invitation .inner .hero__title {
        max-width: 700px;
    }

    .hero-br {
        display: block;
    }

    .hero__img {
        /* width: 71.3%; */
        width: 96.3%;
    }

    .hero_back-orn-2 {
        bottom: 50%;
    }

    .hero_back-orn-1 {
        top: 6%;
    }

    .hero__button {
        border: 2px solid #000;
    }
    .hero__button div {
        padding: 10px 12px;
    }
    .wave-hero{
        transform: translate(-50%, -55%);
        width: 150%;
    }
}

/* ======================
    QT DESAIN WRAP
====================== */
.qt-desain-wrap {
    position: relative;
    background: var(--background-secondary);
}

/* ======================
    QUOTE 1
====================== */

.kat__qt1-web-invitation {
    padding: 80px 80px;
    position: relative;
    overflow: hidden;
    background: var(--background-primary);
}

.kat__qt1-web-invitation .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.kat__qt1-web-invitation .inner .qt1-item-wrapping {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 80px;
}

.kat__qt1-web-invitation .inner .qt1_title {
    color: var(--text-secondary);
    font-size: var(--boxing-text-size-m);
    font-family: var(--boxing-text-family);
    font-weight: 400;
    line-height: 120%;
    text-align: center;
}

.kat__qt1-web-invitation .inner .qt1_title span {
    color: var(--text-primary);
    font-family: inherit;
}

.kat__qt1-web-invitation .inner .qt1_desc {
    color: var(--text-secondary);
    font-size: var(--gambarino-text-size);
    font-family: var(--gambarino-text-family);
    font-weight: 400;
    line-height: normal;
    text-align: center;

    max-width: 1200px;
    margin: 0 auto;
}

.kat__qt1-web-invitation .inner .qt1_pr {
    color: var(--text-primary);
    font-size: var(--body-text-size-l);
    font-family: var(--body-text-family);
    font-weight: 400;
    line-height: normal;
    text-align: center;
}



.qt1-orn-1 {
    position: absolute;
    width: 16.86%;
    top: 5%;
    right: 1%;
    max-width: 295px;
}

.qt1-orn-2 {
    position: absolute;
    width: 15.36%;
    bottom: 16%;
    right: 1%;
    max-width: 269px;
}

.qt1-orn-3 {
    position: absolute;
    width: 12.76%;
    bottom: 5%;
    right: 27%;
    max-width: 228.7px;
}

.qt1-orn-4 {
    position: absolute;
    width: 14.29%;
    bottom: 11%;
    left: 4%;
    max-width: 253px;
}

.qt1-orn-5 {
    position: absolute;
    width: 12.8%;
    top: 1%;
    left: 0%;
    max-width: 230px;
}


@media (min-width: 1600px) {}

@media (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1440px) {
    .kat__qt1-web-invitation .inner .qt1_title{
        padding: 0 5%;
    }
}

@media (min-width: 560px) and (max-width: 960px) {
    .kat__qt1-web-invitation {
        padding: 80px 40px;
    }

    .qt1-orn-1 {
        width: 28.86%;
    }

    .qt1-orn-2 {
        width: 24.36%;
        transform: translate(23%, 36%);

    }

    .qt1-orn-3 {
        width: 22.76%;
        transform: translate(23%, 36%);

    }

    .qt1-orn-4 {
        width: 26.29%;
        transform: translate(-23%, 36%);

    }

    .qt1-orn-5 {
        width: 22.8%;
    }

    .kat__qt1-web-invitation .inner .qt1-item-wrapping{
        gap: 50px;
    }
}

@media (max-width: 559px) {
    .kat__qt1-web-invitation {
        padding: 40px 24px;
    }

    .kat__qt1-web-invitation .inner .qt1-item-wrapping {
        gap: 20px;
    }

    .qt1-orn-1 {
        width: 33.86%;
        top: 0;
    }
    
    .qt1-orn-2 {
        width: 29.36%;
        bottom: 0;
        transform: translate(23%, 0%);
    }
    
    .qt1-orn-3 {
        width: 27.76%;
        bottom: 0;
    }
    
    .qt1-orn-4 {
        width: 31.29%;
        bottom: 0;
    }
    
    .qt1-orn-5 {
        width: 27.8%;
        top: 0;

    }

    .kat__qt1-web-invitation .inner .qt1_desc {
        font-size: var(--gambarino-text-size-s);
    }
}

/* ======================
    DESAIN SECTION
====================== */
.kat__desain-web-invitation {
    overflow: hidden;
    position: relative;
    /* padding: 80px; */
    background: var(--background-primary);
    border-radius: 0px 0px 80px 80px;
    padding-bottom: 80px;
    padding-top: 80px;
}

.kat__desain-web-invitation .inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.kat__desain-web-invitation .inner h1.desain-header {
    font-family: var(--gambarino-text-family);
    text-align: center;
    font-size: var(--gambarino-text-size);
    padding: 0 5%;
}

.kat__desain-web-invitation .inner .desain-body {
    display: flex;
    width: 100%;
    /* align-items: center;
    justify-content: center; */
}

.kat__desain-web-invitation .inner .desain-body .desain-card-wrap {
    position: relative;
    width: 100%;
}

.kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card {
    max-width: 378px;
    transition: height 1.5s ease, width 1.5s ease, opacity 1.5s ease;
    margin: auto;
    height: unset;
}
.kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card .desain-card-inner{
    position: relative;
    border-radius: 28px;
    border: 3px solid #000;
    padding: 23px 55px;
    height: 100%;
    width: 100%;
    
}

.kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card.swiper-slide-active {
    height: 100%;
}

.kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card.dc-1 .desain-card-inner {
    background: var(--yellow-main);
}

.kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card.dc-2 .desain-card-inner {
    background: var(--purple-main);
}

.kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card.dc-3 .desain-card-inner {
    background: var(--light-blue-main);
}

.kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card.dc-4 .desain-card-inner {
    background: var(--pink-main);
}

.kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card.dc-5 .desain-card-inner {
    background: var(--purple-main);
}


@media (min-width: 1600px) {
    .kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card .desain-card-inner{
        padding: 23px 45px;
    }
}

@media (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1440px) {}

@media (min-width: 560px) and (max-width: 960px) {
    
    .kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card.swiper-slide-active {
        height: unset;
    }

    .kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card{
        max-width: 290px;
    }
    .kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card .desain-card-inner{
        padding: 23px 35px;
    }
}

@media (max-width: 559px) {
    .kat__desain-web-invitation {
        border-radius: 0px 0px 40px 40px;
        padding-top: 40px;
    }

    .kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card {
        max-width: 224px;
    }
    .kat__desain-web-invitation .inner .desain-body .desain-card-wrap .desain-card .desain-card-inner{
        padding: 24px;
        border-radius: 20px;
    }
}

/* ======================
    DASH SECTION WEB INV
====================== */
.kat__dash-tamu-web-invitation {
    position: relative;
    overflow: hidden;
    padding: 120px 80px 80px;
    background-color: var(--background-secondary);
}

.kat__dash-tamu-web-invitation .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.kat__dash-tamu-web-invitation .inner h1 {
    font-family: var(--boxing-text-family);
    font-size: var(--boxing-text-size-m);
    text-align: center;
    color: var(--text-tertiary);
}

.kat__dash-tamu-web-invitation .inner p {
    font-family: var(--inter);
    font-size: var(--body-text-size-m);
    text-align: center;
    color: var(--text-tertiary);
}

.kat__dash-tamu-web-invitation .inner p span {
    font-family: var(--inter);
    font-size: var(--body-text-size);
    text-align: center;
    color: var(--text-tertiary);
    font-weight: 700;
}

.kat__dash-tamu-web-invitation .typo-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dash-item-1-wrap {
    position: relative;
    padding: 40px;
    border-radius: 60px;
    background: var(--yellow-main);
    width: 58%;
    overflow: hidden;
    max-width: 1280px;
}

.dash-item-1 {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 40px;
    background: #FFF;
}

.dash-circle {
    position: absolute;
    width: 105%;
    left: 50%;
    transform: translate(-50%, 55%);
    bottom: 0;
}

@media (min-width: 961px) {
    .dash-circle {
        transform: translate(-50%, 65%);
    }
    
}

@media (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1440px) {}

@media (min-width: 560px) and (max-width: 1079px) {
    .kat__dash-tamu-web-invitation {
        padding: 80px 48px 40px;
    }

    .dash-item-1-wrap {
        padding: 24px;
        width: 100%;
    }

    .kat__dash-tamu-web-invitation .inner p {
        max-width: 500px;
        margin: 0 auto;
    }

    .dash-circle {
        width: 135%;
    }
}

@media (max-width: 559px) {
    .kat__dash-tamu-web-invitation {
        padding: 40px 24px 40px;
    }

    .dash-item-1-wrap {
        padding: 10px;
        width: 100%;
        border-radius: 20px;
    }

    .kat__dash-tamu-web-invitation .inner p {
        max-width: 500px;
        margin: 0 auto;
    }

    .dash-item-1 {
        border-radius: 20px;
    }

    .dash-circle {
        width: 135%;
    }
    .kat__dash-tamu-web-invitation .inner{
        gap: 20px;
    }
}

/* ======================
    data_procedure BUKU TAMU
====================== */
.kat__data_procedure-web-invitation-wrapper {
    position: relative;
    overflow: hidden;
    background: var(--background-tertiary);
}

.kat__data_procedure-web-invitation-wrapper::before {
    content: '';
    height: 31px;
    width: 100%;
    position: relative;
    background: var(--divider-1) repeat-x;
    display: block;
    background-size: cover;
    margin-bottom: 48px;
}

.kat__data_procedure-web-invitation-wrapper::after {
    content: '';
    height: 31px;
    width: 100%;
    position: relative;
    background: var(--divider-1) repeat-x;
    display: block;
    background-size: cover;
    margin-top: 50px;
}

.kat__data_procedure-web-invitation {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
    
}

.kat__data_procedure-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: 1195px;
    margin: 0 auto;
    padding: 0 10%;
}

.kat__data_procedure-heading h1 {
    line-height: 110%;
}

.kat__data_procedure-web-invitation .text-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.kat__data_procedure-web-invitation .inner {
    position: relative;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5%;
    padding-bottom: 24px;

    display: flex;
    overflow-x: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: max-content;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    margin: 0 5% 0 4%;
}

/* .kat__data_procedure-web-invitation .inner {
    position: relative;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5%;
    padding-bottom: 24px;

    display: flex;

    overflow: hidden;
    white-space: nowrap; 
} */

.kat__data_procedure-web-invitation .inner .einv-item {
    width: 80%;
    /* margin: auto; */
    /* margin-bottom: 0; */
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.einv-item-1,
.einv-item-2,
.einv-item-3 {
    flex: 1;
    max-width: 500px;
}

.einv-item-1 {}

.einv-item-2 {}

.einv-item-3 {}

.kat__data_procedure-heading h1 {
    font-size: var(--gambarino-text-size);
    font-family: var(--gambarino-text-family);
    color: var(--text-primary);
    text-align: center;
    text-transform: capitalize;
}

.kat__data_procedure-heading p {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    color: var(--text-primary);
    text-align: center;
}

.kat__data_procedure-heading p span {
    font-size: var(--body-text-size);
    font-family: var(--body-text-family);
    color: var(--text-primary);
    font-weight: 600;
    text-align: center;
}

.kat__data_procedure-web-invitation .inner-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* display: flex;
    justify-content: center; */
}

.data_procedure-item:last-of-type {
    opacity: 0;
    width: 200px !important;
}

@media ( max-width: 1601px ) {
    .data_procedure-item:last-of-type {
        width: 200px !important;
    }

}
@media ( max-width: 560px ) {
    .data_procedure-item:last-of-type {
        width: 50px !important;
    }
    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
        margin: 0 5% 0;
    }
}

.data_procedure-item.swiper-slide {
    display: flex;
    flex-direction: column;
    padding: 40px 24px 0;
    gap: 10px;
    border-radius: 28px;
    border: 3px solid #000;
    width: 100%;
    justify-content: space-between;
    max-width: 465px;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.data_procedure-item h1 {
    font-size: var(--gambarino-text-size-s);
    font-family: var(--gambarino-text-family);
    color: var(--text-primary);
    font-weight: 400;
}

.data_procedure-item p {
    font-size: var(--body-text-size-s);
    color: var(--neutral-90);
    font-family: var(--body-text-family);
}

.kat__data_procedure-web-invitation .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,4%));
}

@media (max-width: 960px) {}

@media (max-width: 1440px) {}

@media (min-width: 1080px) and (max-width: 1590px) {
    .data_procedure-item.swiper-slide {
        max-width: 470px;
    }

    .kat__data_procedure-web-invitation .inner .einv-item {
        width: 65%;
    }
}

@media (min-width: 560px) and (max-width: 1079px) {
    .data_procedure-item.swiper-slide {
        max-width: 400px;
        padding: 24px 24px 0;
    }

    .kat__data_procedure-web-invitation .inner .einv-item {
        width: 100%;
    }

    .data_procedure-item:last-of-type {
        width: 150px !important;
    }
    .kat__data_procedure-web-invitation-wrapper::before{
        margin-bottom: 60px;
    }
    .kat__data_procedure-web-invitation-wrapper::after{
        margin-top: 60px;
    }

}

@media (max-width: 559px) {
    .kat__data_procedure-web-invitation .inner-wrap {}

    .data_procedure-item.swiper-slide {
        max-width: 285px;
        padding: 24px 24px 0;
        border-radius: 20px;
    }

    .kat__data_procedure-web-invitation .inner {
        gap: 16px;
    }

    .kat__data_procedure-web-invitation .inner .einv-item {
        width: 90%;
    }
    .kat__data_procedure-web-invitation .inner .einvt-0 .einv-item {
        width: 135%;
    }
    .kat__data_procedure-web-invitation .inner .einvt-1 .einv-item {
        width: 117%;
    }
    .kat__data_procedure-web-invitation .inner .einvt-2 .einv-item {
        width: 117%;
    }
    .kat__data_procedure-web-invitation .inner .einvt-3 .einv-item {
        width: 130%;
    }
    .kat__data_procedure-web-invitation .inner .einvt-4 .einv-item {
        width: 115%;
    }
    .kat__data_procedure-web-invitation .inner .einvt-5 .einv-item {
        width: 110%;
    }
    .data_procedure-item p {
        font-size: var(--body-text-size-m);
    }
    .kat__data_procedure-web-invitation .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
        width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,5%));
    }
    .kat__data_procedure-web-invitation-wrapper::before{
        height: 18.5px;
    }
    .kat__data_procedure-web-invitation-wrapper::after{
        height: 18.5px;
    }
}

/* ======================
    FOLLOW UP SECTION BUKU TAMU
====================== */
.kat__follow-up-buku-tamu {
    position: relative;
    overflow: hidden;
    padding: 80px 48px 36px;
    background: var(--background-secondary);
}

.kat__follow-up-buku-tamu .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    /* gap: 32px; */
    justify-content: center;
    align-items: center;

    /* max-width: 1200px; */
    margin: 0 auto;
}

.kat__follow-up-buku-tamu .inner .typho-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.follow-up-wave {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.follow-up-wave .image-wrap {
    margin-bottom: -1%;
}

.wave-bottom {
    position: relative;
    height: 0px;
    background: var(--background-secondary);
}

.follow-up-item-1 {
    width: 50%;
    position: relative;
}

.kat__follow-up-buku-tamu .inner h2 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size);
    text-align: center;
    color: var(--text-tertiary);
}

.kat__follow-up-buku-tamu .inner p {
    font-family: var(--inter);
    font-size: var(--body-text-size-m);
    text-align: center;
    color: var(--text-tertiary);
}

.kat__follow-up-buku-tamu .inner p span {
    font-family: var(--inter);
    font-size: var(--body-text-size-m);
    text-align: center;
    color: var(--text-tertiary);
    font-weight: 700;
}

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

.ty-item-2 {
    position: absolute;
    width: 45.32%;
    bottom: 0;
    left: 0;
    transform: translate(13%, -3%);
}

.divider-follow-up img {
    opacity: 0;
}

.divider-follow-up {
    position: absolute;
    background: var(--divider-fol-up) repeat-x;
    display: block;
    background-size: cover;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-top: -3%;
}


@media (min-width: 1768px) {
    .divider-follow-up{
        transform: translate(-50%, -21%);
    }
}

@media (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1440px) {}

@media (min-width: 560px) and (max-width: 1079px) {
    .follow-up-item-1 {
        width: 100%;
    }
    .kat__follow-up-buku-tamu{
        padding-top: 120px;
    }
}

@media (max-width: 559px) {
    .kat__follow-up-buku-tamu {
        padding: 80px 24px 36px;
    }

    .follow-up-item-1 {
        width: 110%;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
}

/* ======================
    FOLLOW UP SECTION BUKU TAMU
====================== */
.kat__reminder-buku-tamu {
    position: relative;
    overflow: hidden;
    padding: 120px 48px 45px;
    background: var(--background-secondary);
}

.kat__reminder-buku-tamu .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;

    /* max-width: 1200px; */
    margin: 0 auto;
}

.kat__reminder-buku-tamu .inner .typho-wrap {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 10%;
}

.reminder-circle {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 55%);
    display: flex;
    flex-direction: column;
}

.reminder-item-1 {
    width: 100%;
    max-width: 1200px;
    position: relative;
}

.kat__reminder-buku-tamu .inner h1 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size);
    text-align: center;
    color: var(--text-primary);
}

.kat__reminder-buku-tamu .inner p {
    font-family: var(--inter);
    font-size: var(--body-text-size-m);
    text-align: center;
    color: var(--text-primary);
    max-width: 1200px;
    margin: 0 auto;
}

.re-item-1 {
    width: 24%;
    position: relative;
    left: 50%;
    transform: translate(-25%, 0%);
}

.re-item-2 {
    width: 89.5%;
    position: absolute;
    left: 50%;
    bottom: 4%;
    transform: translate(-32%, 0%);
}

.re-item-3 {
    width: 127.3%;
    position: absolute;
    left: 0%;
    bottom: 13%;
    transform: translate(-86%, 1%);
}

.re-item-4 {
    width: 87.4%;
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translate(-6%, -100%);
}


@media (max-width: 960px) {}

@media (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1440px) {}

@media (min-width: 560px) and (max-width: 1079px) {
    .reminder-item-1 {
        width: 100%;
    }

    .kat__reminder-buku-tamu .inner .typho-wrap {
        padding: 0;
    }

    .reminder-circle {
        width: 140%;
        transform: translate(-50%, 45%);
    }
    .kat__reminder-buku-tamu .inner h1{
        line-height: 130%;
    }
}

@media (max-width: 559px) {
    .kat__reminder-buku-tamu {
        padding: 50px 24px 36px;
    }

    .reminder-item-1 {
        width: 100%;
    }

    .kat__reminder-buku-tamu .inner .typho-wrap {
        padding: 0;
    }

    .reminder-circle {
        width: 200%;
        transform: translate(-50%, 45%);
    }

    .re-item-1 {
        width: 35%;
        transform: translate(-4%, 0%);
    }
}



/* ======================
    FITUR LAIN SECTION BUKU TAMU
====================== */
.kat__fitur-lain-buku-tamu {
    position: relative;
    overflow: hidden;
    padding: 80px;
}

.kat__fitur-lain-buku-tamu .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.kat__fitur-lain-buku-tamu .inner .header {
    max-width: 1000px;
    margin: auto;
}

.kat__fitur-lain-buku-tamu .inner .header h1 {
    color: var(--text-primary);
    font-size: var(--gambarino-text-size);
    font-family: var(--gambarino-text-family);
    text-align: center;
}

.kat__fitur-lain-buku-tamu .inner .body {
    display: flex;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
}

.kat__fitur-lain-buku-tamu .inner .body .item-wrap {
    position: relative;
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    flex-direction: column;
}

.kat__fitur-lain-buku-tamu .inner .body .item-wrap.it-1 {
    flex: 1;
    align-items: flex-end;
}

.kat__fitur-lain-buku-tamu .inner .body .item-wrap.it-1 .feat-box:first-of-type {
    margin-right: auto;
}

.kat__fitur-lain-buku-tamu .inner .body .item-wrap.it-2 .feat-box:first-of-type {
    margin-top: 25%;
}

.kat__fitur-lain-buku-tamu .inner .body .item-wrap.it-3 {
    flex: 1;
}

.kat__fitur-lain-buku-tamu .inner .body .item-wrap.it-3 .feat-box:first-of-type {
    margin-left: auto;
}

.kat__fitur-lain-buku-tamu .inner .body .item-wrap .feat-box {
    max-width: 350px;
    width: 100%;
}

.kat__fitur-lain-buku-tamu .cursor-follow {
    /* width: 34%; */
    width: 20%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transform-origin: top left;
    opacity: 0;
}

.kat__fitur-lain-buku-tamu .cursor-follow.feat-mirror img {
    transform: scaleX(-1);
}

.kat__fitur-lain-buku-tamu .cursor-follow .desc-box {
    width: 100%;
}

.divider-feat-1 {
    height: 2.1%;
    max-height: 36px;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    background: var(--divider-2) repeat-x;
    display: block;
    background-size: cover;
}

.divider-feat-2 {
    height: 2.1%;
    max-height: 36px;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    background: var(--divider-2) repeat-x;
    display: block;
    background-size: cover;
}


@media (min-width: 1768px) {
    .kat__fitur-lain-buku-tamu .inner .body{
        width: 76%;
        gap: 80px;
    }
}

@media (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1440px) {}

@media (min-width: 560px) and (max-width: 1079px) {
    .kat__fitur-lain-buku-tamu .inner .body .item-wrap.it-2 {
        flex: 1;
    }

    .kat__fitur-lain-buku-tamu {
        padding: 60px 48px;
    }
    .kat__fitur-lain-buku-tamu .cursor-follow {
        width: 34%;
    }
    .divider-feat-1 , .divider-feat-2 {
        height: 31px;
    }
}

@media (max-width: 559px) {
    .kat__fitur-lain-buku-tamu .inner{
        gap: 20px;
    }

    .kat__fitur-lain-buku-tamu .inner .body {
        flex-direction: column;
        gap: 16px;
    }

    .kat__fitur-lain-buku-tamu .inner .body .item-wrap {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .kat__fitur-lain-buku-tamu .inner .body .item-wrap.it-2 .feat-box:first-of-type {
        margin-top: unset;
        /* width: 50%; */
    }

    .kat__fitur-lain-buku-tamu .inner .body .item-wrap.it-2 {
        flex: 1;
    }

    .kat__fitur-lain-buku-tamu {
        padding: 60px 24px;
    }

    .kat__fitur-lain-buku-tamu .cursor-follow {
        width: 60%;
    }
}


/* ======================
    BUDGET SECTION BUKU TAMU
====================== */
.kat__budget-buku-tamu {
    background: var(--background-primary);
    position: relative;
    overflow: hidden;
    padding: 80px;
}

.kat__budget-buku-tamu .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 12px;
}

.kat__budget-buku-tamu .inner .header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.kat__budget-buku-tamu .inner .header .header-top {
    font-family: var(--boxing-text-family);
    font-size: var(--boxing-text-size-m);
    position: relative;
}

.kat__budget-buku-tamu .inner .header .header-bottom {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size);
}

.budget-item-1 {
    width: 47.8%;
    margin: auto;
    position: relative;
}

.bud-star{
    width: 9.5%;
    position: absolute;
    left: 0%;
    bottom: 45%;
}

.budget__button {
    position: relative;
    border-radius: 99px;
    border: 3px solid #000;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);

    cursor: pointer;
    margin-top: -9%;
}

.budget__button div {
    color: var(--neutral-10);
    padding: 24px;
    border-radius: 100px;
    background: var(--background-extend-primary);
    font-size: calc(var(--body-text-size-s));
    font-weight: 600;
    line-height: 140%;
    transition: all 0.4s ease-in-out;
}

.budget__button div:hover {
    background: var(--primary-hover);
}

.budget-1-quote {
    position: absolute;
    width: 9%;
    left: 0;
    top: 0;
    transform: translate(-85%, -55%);
}

.budget-2-quote {
    position: absolute;
    width: 9%;
    right: 0;
    top: 0;
    transform: translate(85%, -55%) scaleX(-1);
}

@media (max-width: 960px) {}

@media (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1440px) {}

@media (min-width: 560px) and (max-width: 1079px) {
    .kat__budget-buku-tamu {
        padding: 80px 48px;
    }

    .budget-item-1 {
        width: 81.8%;
    }
}

@media (max-width: 559px) {
    .kat__budget-buku-tamu {
        padding: 50px 24px 40px;
    }

    .kat__budget-buku-tamu .inner .header .header-top{
        font-size: calc(var(--boxing-text-size-m) - 4px);
    }

    .budget-item-1 {
        width: 100%;
    }

    .budget__button div {
        padding: 16px;
    }
    
    
    .budget__button {
        border: 2px solid #000;
        margin-top: -15%;
    }

    .budget__button div {
        padding: 10px 12px;
    }
}


/* ======================
    MARQUEE
====================== */

.marquee {
    position: relative;
    background-color: var(--background-tertiary);
    padding: 24px 0;
    white-space: nowrap;
    overflow: hidden;
}

.marquee-inner {
    display: flex;
    flex-direction: row;
    gap: 24px;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.marquee_item {
    width: 40px;
    height: auto;
    position: relative;
}

.marquee .marquee-text {
    font-family: var(--inter);
    font-size: calc(var(--body-text-size) - 4px);
    font-weight: 600;

}

@media (max-width: 559px) {
    .marquee .marquee-text {
        font-size: calc(var(--body-text-size) + 2px);
    }

    .marquee {
        padding: 16px 0;
    }
}

/* ======================
    FITUR BARU WEB INVITATION
====================== */
.fitur-baru-wrapper {
    background: var(--background-secondary);
}

.fitur-baru-wrapper-inner {
    border-radius: 0px 0px 80px 80px;
    background: var(--background-primary);
}

.kat__fitur-baru-web-invitation {
    display: flex;
    flex-direction: column;
}

.fitur-baru-swiper {
    height: 100%;
    width: 100%;
}

.kat__fitur-baru-web-invitation .fb-slide-inner {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 52px 190px;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 6%, 40px);
}

.kat__fitur-baru-web-invitation .fb-slide-inner .header {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.kat__fitur-baru-web-invitation .fb-slide-inner .header h1 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size);
    color: var(--text-primary);
}

.kat__fitur-baru-web-invitation .fb-slide-inner .body {
    display: flex;
    gap: 40px;
    flex: 1;
}

.kat__fitur-baru-web-invitation .fb-slide-inner .body>div {
    flex: 1;

}

.kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-wrap {
    display: flex;
    gap: 40px;
    flex: 2;
}

.kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-1 {
    display: flex;
    gap: 4px;
    max-width: 230px;
}

.kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-1 p {
    color: var(--blue-main);
    font-weight: 600;
    font-size: var(--body-text-size-m);
}

/* no pinned  */
.kat__fitur-baru-web-invitation.no-pinned {
    height: unset !important;
}

.kat__fitur-baru-web-invitation.no-pinned .fitur-baru-slide-wrapper {
    flex-direction: column;
}

.kat__fitur-baru-web-invitation.no-pinned .fitur-baru-slide-wrapper .fitur-baru_slide .header {
    display: none;
}

.kat__fitur-baru-web-invitation.no-pinned .fitur-baru-slide-wrapper .fitur-baru_slide:first-of-type .header {
    display: block;
}

.kat__fitur-baru-web-invitation.no-pinned .fb-slide-inner .body .fb-item-2 {
    height: 220px;
}

.fb-step-subtitle {
    display: none;
    color: var(--blue-main);
    font-weight: 600;
    font-size: var(--body-text-size);
}

.fb-item-1 .fb-step-wrap {
    position: relative;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.fb-item-1 .fb-step-wrap .fb-step-dot {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #000;
    background: var(--background-tertiary);
}

.fb-item-1 .fb-step-wrap .fb-step-line {
    width: 1px;
    background: var(--background-tertiary);
    border: 1px solid #000;
    position: relative;
    height: 100%;
}

.kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-2 {
    position: relative;
    border-radius: 28px;
    border: 3px solid #000;
    background: var(--pink-main);
    width: 75%;
    height: 100%;
    max-width: 543px;
    overflow: hidden;
}

.fb-item-2 .fb-item-2-img {
    position: absolute;
    width: 138%;
    bottom: 0;
    left: 0;
    transform: translate(0%, 5%);
}

.kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(16px, 7%, 32px);
    width: 100%;
}

.fb-item-3 .fb-item-3-logo {
    width: 80px;
    position: relative;
}

.fb-item-3 .fb-item-3-title {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size-s);
}

.fb-item-3 .fb-item-3-desc {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size-m);
}

@media (max-width: 960px) {}

@media (min-width: 1921px) {
    .kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-2 {
        max-width: unset;
        width: 100%;
    }

    .kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-1 {
        min-width: 360px;
        max-width: 360px;
    }

    .kat__fitur-baru-web-invitation .fb-slide-inner .body>div {
        flex: unset;
    }
}

@media (min-width: 1080px) and (max-width: 1440px) {
    .kat__fitur-baru-web-invitation .fb-slide-inner .body>div {
        flex: unset;
    }

    .kat__fitur-baru-web-invitation .fb-slide-inner .body {
        gap: 16px;
    }
}

@media (min-width: 560px) and (max-width: 1079px) {
    .kat__fitur-baru-web-invitation .fb-slide-inner {
        padding: 40px 48px 40px;
    }

    .kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-wrap {
        flex-direction: column;
        gap: 12px;
    }

    .kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-2 {
        /* width: 100%; */
        max-height: 500px;
    }

    .kat__fitur-baru-web-invitation .fb-slide-inner .body>div {
        flex: unset;
    }

    .kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-1 {
        min-width: 205px;
        max-width: 205px;
    }

    .fitur-baru-swiper.swiper{
        padding: 40px 0;
    }

    /* .kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-1 p {
        display: none;
    } */

    /* .fb-step-subtitle {
        display: block;
    } */
}

@media (max-width: 559px) {
    .fitur-baru-wrapper-inner {
        border-radius: 0px 0px 40px 40px;
    }

    .kat__fitur-baru-web-invitation .fb-slide-inner {
        padding: 12px 24px;
        gap: clamp(24px, 3%, 40px);
    }

    .kat__fitur-baru-web-invitation .fb-slide-inner .body {
        display: flex;
        gap: 16px;
    }

    .kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-wrap {
        flex-direction: column;
        gap: 12px;
    }

    .fb-item-3 .fb-item-3-logo {
        width: 40px;
    }

    .kat__fitur-baru-web-invitation .fb-slide-inner .body>div {
        flex: unset;
    }

    .kat__fitur-baru-web-invitation .fb-slide-inner .body .fb-item-1 p {
        display: none;
    }

    .fb-step-subtitle {
        display: block;
    }
    .fitur-baru-swiper.swiper{
        padding: 50px 0;
    }
}

/* ======================
    TESTI SECTION WEB INVITATION
====================== */
.kat__testi-web-invitation {
    position: relative;
    overflow: hidden;
    padding: 80px;
    padding-bottom: 120px;

    background: var(--background-secondary);
}

.kat__testi-web-invitation .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.kat__testi-web-invitation .inner .header h1 {
    color: var(--text-tertiary);
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size);
    text-align: center;
}

.kat__testi-web-invitation .inner .body {
    max-width: 900px;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kat__testi-web-invitation .inner .body .testi-swipper {
    padding-bottom: 3%;
    position: relative;
}

.testi-star {
    position: absolute;
    width: 10%;
    max-width: 114px;
    top: 0;
    right: 0;
    transform: translate(43%, -47%) rotate(22deg);
    z-index: 5;
}

.testi-paginiation-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 8px;
}

.testi-paginiation-wrap .testi-nav {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.testi-paginiation-wrap .swiper-pagination-bullets.swiper-pagination-horizontal.testi-pagination {
    width: unset;
    display: flex;
    gap: 8px;
}

.kat__testi-web-invitation .inner .slide-wrap {
    height: auto;
}

.testi-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: var(--light-yellow-main);
    border-radius: 100px;
    border: 1px solid var(--neutral-10, #0A0A0A);
    transition: width 0.3s ease, background 0.3s ease;
    opacity: 1;
}

.testi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    height: 16px;
    background: #F4D24C;
    border-radius: 100px;
}

.kat__testi-web-invitation .inner .testi-card {
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 40px;
    border: 3px solid #000;
    background: var(--Extended-Light-Blue-Main, #DBF1FF);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
    justify-content: space-between;
}

.kat__testi-web-invitation .inner .testi-card .testi-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    gap: 12px;
}

.testi-profile .testi-img-wrap {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 140px;
    border: 2px solid var(--Neutral-10, #0A0A0A);
    background: #FFF;

}

.kat__testi-web-invitation .inner .testi-card .testi-biodata {
    display: flex;
    flex-direction: column;
    gap: 4px;

}

.kat__testi-web-invitation .inner .testi-card .testi-quote {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size-m);
    color: var(--text-primary);
    line-height: 133%;
    font-weight: 500;
}

.kat__testi-web-invitation .inner .testi-card .testi-biodata .testi-name {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size-m);
    color: var(--text-primary);
    line-height: 133%;
    font-weight: 600;
}

.kat__testi-web-invitation .inner .testi-card .testi-biodata .testi-as {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size-m);
    color: var(--neutral-90);
    line-height: 133%;
    font-weight: 400;
}

section.kat__testi-web-invitation .swiper-cards .swiper-slide {
    overflow: visible;
}

/* section.kat__testi-web-invitation .swiper-cards .swiper-slide[data-swiper-slide-index="8"] .testi-card{
    transform: translate(3%,18%);
} */

section.kat__testi-web-invitation .swiper-cards .swiper-slide .testi-card {
    transition: transform 0.5s ease, background-color 0.5s ease;
}

section.kat__testi-web-invitation .swiper-cards .swiper-slide .testi-card.is-prev {
    transform: translate(2%, 12%);
    background-color: var(--blue-pressed);
}

section.kat__testi-web-invitation .swiper-cards .swiper-slide .testi-card.is-prev::after {
    content: '';
    position: absolute;
    width: 105%;
    height: 100%;
    border-radius: 40px;
    background: rgba(120, 200, 234, 0.20);
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translate(-50%, -3%);
}

.divider-testi img {
    opacity: 0;
}

.divider-testi {
    position: absolute;
    background: var(--divider-fol-up) repeat-x;
    display: block;
    background-size: cover;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%) scaleY(-1);
    margin-bottom: -3%;
}

@media (max-width: 960px) {}

@media (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1440px) {}

@media (min-width: 560px) and (max-width: 1079px) {
    .kat__testi-web-invitation {
        padding: 80px 48px;
    }

    .kat__testi-web-invitation .inner .testi-card {
        gap: 40px;
    }

    .testi-profile .testi-img-wrap {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 559px) {
    .kat__testi-web-invitation .inner{
        gap: 20px;
    }
    .kat__testi-web-invitation .inner .testi-card {
        gap: 24px;
        padding: 24px;
        border-radius: 20px;
    }
    section.kat__testi-web-invitation .swiper-cards .swiper-slide .testi-card.is-prev::after{
        border-radius: 20px;
    }

    .testi-profile .testi-img-wrap {
        width: 50px;
        height: 50px;
    }

    .kat__testi-web-invitation {
        padding: 50px 24px;
    }
    
    .testi-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .testi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 34px;
        height: 12px;
    }
    .testi-paginiation-wrap{
        gap: 12px;
    }
    .testi-paginiation-wrap .swiper-pagination-bullets.swiper-pagination-horizontal.testi-pagination{
        gap: 4px;
    }
}



/* ======================
    STATS SECTION WEB INVITATION
====================== */
.kat__stats-web-invitation {
    position: relative;
    overflow: hidden;
    padding: 80px;
    background: var(--background-primary);
}

.kat__stats-web-invitation .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.kat__stats-web-invitation .inner .header h1 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size);
    text-align: center;
    color: var(--text-primary);
}

.kat__stats-web-invitation .inner .body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.kat__stats-web-invitation .inner .body .web-inv-stats {
    width: 100%;
    position: relative;
    display: flex;
    gap: 31px;
}

.kat__stats-web-invitation .inner .body .web-inv-stats .stats-item-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    border-radius: 999px;
    background: #FFDCE2;
    text-align: center;
    width: 100%;
}

.kat__stats-web-invitation .inner .body .web-inv-stats .stats-item-wrap h1 {
    font-family: var(--boxing-text-family);
    font-size: var(--boxing-text-size-m);
}

.kat__stats-web-invitation .inner .body .web-inv-stats .stats-item-wrap p {
    text-align: center;
    color: var(--text-primary);
    font-family: var(--body-text-family);
    font-size: var(--body-text-size-m);
    line-height: 133%;
}

@media (max-width: 960px) {}

@media (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1440px) {}

@media (min-width: 560px) and (max-width: 1079px) {
    .kat__stats-web-invitation{
        padding: 80px 24px;
    }
    .kat__stats-web-invitation .inner .body .web-inv-stats {
        flex-direction: row;
        gap: 12px;
    }
    .kat__stats-web-invitation .inner .body .web-inv-stats .stats-item-wrap h1{
        font-size: calc(var(--boxing-text-size-m) - 12px);
    }

    .kat__stats-web-invitation .inner .body .web-inv-stats .stats-item-wrap{
        width: 100%;
        margin: auto;
        gap: 12px;
        padding: 24px;
    }
}

@media (max-width: 559px) {
    .kat__stats-web-invitation {
        padding: 40px 24px;
    }

    .kat__stats-web-invitation .inner .body .web-inv-stats {
        flex-direction: column;
    }

    .kat__stats-web-invitation .inner .body .web-inv-stats .stats-item-wrap {
        padding: 17px 26px;
        width: 77%;
        margin: auto;
        gap: 0;
    }
}


/* ======================
    MARQUEE 2
====================== */

.marquee-2 {
    position: relative;
    background-color: var(--yellow-main);
    padding: 80px 0;
    white-space: nowrap;
    overflow: hidden;
    border-top: 2px solid var(--background-extend-primary);
}

.marquee-inner {
    display: flex;
    flex-direction: row;
    gap: 80px;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.marquee-2_item {
    width: 80px;
    height: auto;
    position: relative;
}

.marquee-2 .marquee-2-text {
    font-family: var(--boxing-text-family);
    font-size: calc(var(--boxing-text-size-s));
    font-weight: 400;
    color: var(--text-primary);

}

@media (min-width: 560px) and (max-width: 960px) {
    .marquee-2 {
        padding: 40px 0;
    }
}

@media (max-width: 559px) {
    .marquee-2 {
        padding: 40px 0;
    }

    .marquee-2_item {
        width: 40px;
    }
}

/* ======================
    TAMBAH TAMU
====================== */

.tambah_tamu-swiper {
    height: 100%;
}

.tambah_tamu-wrapper .tambah_tamu_slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.tt-slide-inner {
    position: relative;
    padding: 80px;
    display: flex;
    height: 100%;
    width: 100%;
}

.tt-slide-inner .item-1-tt {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tt-slide-inner .item-1-tt h1 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size);
    color: var(--text-primary);
    line-height: 140%;
}

.tt-slide-inner .item-1-tt .item-1-bt-wrap {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.tt-slide-inner .item-1-tt .item-1-bt-wrap .item-1-type-tt_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
    margin-top: 6%;
}

.tt-slide-inner .item-1-tt .item-1-bt-wrap .item-1-type-tt_wrap .num-item-1 {
    position: relative;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #000;
    background: var(--background-tertiary);
    min-width: 57px;
}

.tt-slide-inner .item-1-tt .item-1-bt-wrap .item-1-type-tt_wrap .num-item-1 p {

    color: var(--text-primary);
    font-family: var(--body-text-family);
    font-weight: 700;
    font-size: var(--body-text-size-m);
}

.tt-slide-inner .item-1-tt .item-1-bt-wrap .item-1-type-tt_wrap h3 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size-s);

}

.tt-slide-inner .item-1-tt .item-1-bt-wrap .item-1-type-tt_wrap p {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size-m);
    color: var(--neutral-90);
    line-height: 133%;
}

.tt-slide-inner .item-2-tt {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    border-radius: 40px;
    border: 3px solid #000;
    background: var(--Extended-Light-Yellow-Main, #FFFDE8);
}

.step-wrap-1 {
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.step-wrap-1.mobile {
    display: none;
}

.checkin-circ-wrap {
    position: relative;
}

.step-circ-wrap.active {
    position: relative;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid var(--Primary-Main, #EB2F59);
}

.step-circ {
    width: 16px;
    height: 16px;
    border-radius: 90px;
    border: 1px solid var(--Primary-Border, #F8BAC8);
    background: var(--Primary-Main, #F3F1E4);
}

.step-circ-wrap.active .step-circ {
    border: 1px solid var(--Primary-Border, #F8BAC8);
    background: var(--Primary-Main, #EB2F59);
}

.step-line-step {
    width: 2px;
    flex: 1;
    background: #F8BAC8;
}

.step-line-step.active {
    background: #EB2F59;
}


/* no pinned  */
.tambah_tamu-wrapper-inner.no-pinned .kat__tambah_tamu-buku-tamu {
    height: unset !important;
}

.tambah_tamu-wrapper-inner.no-pinned .tambah_tamu-slide-wrapper {
    flex-direction: column;
}

.tambah_tamu-wrapper-inner.no-pinned .tambah_tamu-slide-wrapper .tambah_tamu_slide .item-1-tt>h1 {
    display: none;
}

.tambah_tamu-wrapper-inner.no-pinned .tambah_tamu-slide-wrapper .tambah_tamu_slide:first-of-type .item-1-tt>h1 {
    display: block;
}

.tambah_tamu-wrapper-inner.no-pinned .tambah_tamu-slide-wrapper .tambah_tamu_slide:not(:first-of-type) .tt-slide-inner{
    padding-top: 0;
}
.tambah_tamu-wrapper-inner.no-pinned .tambah_tamu-slide-wrapper .tambah_tamu_slide:last-of-type .tt-slide-inner{
    padding-bottom: 50px;
}
.tambah_tamu-wrapper-inner.no-pinned .tambah_tamu-slide-wrapper .tambah_tamu_slide:first-of-type .tt-slide-inner{
    padding-top: 50px;
}
.tambah_tamu-wrapper-inner.no-pinned .fb-slide-inner .body .fb-item-2 {
    height: 220px;
}

.tt_item-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-6%, 9%);
    width: 171%;
}

.doughnut_item-2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-16%, 5%);
    width: 32%;
}

.orn-tt1-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(57%, -48%);
    width: 165.4%;
}

.orn-tt1-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(15%, 44%);
    width: 8.8%;
}

.orn-tt2-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(5%, -6%);
    width: 112.3%;
}

.orn-tt2-2 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(5%, 0%);
    width: 19.38%;
}

.orn-tt3-1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -6%);
    width: 58.80%;
}

@media (min-width: 1600px) {
    .tt-slide-inner{
        padding: 60px 120px;
        gap: 24px;
    }
}

@media (min-width: 1768px) {
    .tt-slide-inner{
        padding: 60px 220px;
    }
    .tt-slide-inner .item-1-tt h1{
        line-height: 150%;
    }
}

@media (max-width: 1440px) {}

@media (min-width: 1080px) and (max-width: 1440px) {
    .tt-slide-inner {
        padding: 60px 48px;
    }
}

@media (min-width: 560px) and (max-width: 1079px) {
    .tt-slide-inner {
        padding: 8% 48px;
        flex-direction: column;
        gap: 24px;
    }

    .tambah_tamu-wrapper-inner.no-pinned .tambah_tamu-slide-wrapper .tambah_tamu_slide:first-of-type .tt-slide-inner{
        padding-top: 60px;
    }
    .tambah_tamu-wrapper-inner.no-pinned .tambah_tamu-slide-wrapper .tambah_tamu_slide:last-of-type .tt-slide-inner{
        padding-bottom: 60px;
    }

    .tt-slide-inner .item-1-tt h1 {
        text-align: left;
    }

    .tt-slide-inner .item-1-tt .item-1-bt-wrap .item-1-type-tt_wrap {
        align-items: flex-start;
        text-align: left;
        margin-top: 0;
        /* max-width: 500px; */
        margin-right: auto;
        gap: 8px;
    }

    .step-wrap-1 {
        display: none;
    }

    .step-wrap-1.mobile {
        display: none
    }

    .step-wrap-1.mobile .step-line-step {
        height: 2px;
        width: 100%;
    }

    .tt-slide-inner .item-2-tt {
        /* max-width: 500px; */
        margin: auto;
        min-height: 500px;
    }

    .tt-slide-inner .item-1-tt {
        gap: 40px;
    }

    .tt_item-2 {
        transform: translate(1%, 21%);
        width: 145%;
    }

    .tt-slide-inner .item-1-tt .item-1-bt-wrap .item-1-type-tt_wrap .num-item-1 {
        min-width: 50px;
    }

    .orn-tt1-1{
        width: 88.4%;
        transform: translate(47%, -48%);
    }
    .orn-tt2-1{
        right: unset;
        left: 0;
        transform: translate(-2%, -6%);
        width: 85.3%;
    }
    .orn-tt2-2{
        left: 62%;
        transform: translate(5%, 0%);
        width: 14.38%;
    }
    .orn-tt3-1{
        width: 35.8%;
    }
}

@media (max-width: 559px) {
    .tt-slide-inner {
        padding: 24px 24px 32px;
        flex-direction: column;
        gap: 16px;
    }

    .tt-slide-inner .item-1-tt {
        gap: 40px;
    }

    .tt-slide-inner .item-1-tt h1 {
        text-align: left;
        line-height: normal;
    }

    .tt-slide-inner .item-1-tt .item-1-bt-wrap .item-1-type-tt_wrap {
        align-items: flex-start;
        text-align: left;
        margin-top: 0;
    }

    .step-wrap-1 {
        display: none;
    }

    .step-wrap-1.mobile {
        display: none;
    }

    .step-wrap-1.mobile .step-circ {
        width: 8px;
        height: 8px;
    }

    .step-wrap-1.mobile .step-line-step {
        height: 2px;
        width: 100%;
    }

    .tt-slide-inner .item-2-tt {
        max-width: 500px;
        margin-top: auto;
        gap: 12px;
        border-radius: 20px;
        min-height: 305px;
    }

    .tt-slide-inner .item-1-tt .item-1-bt-wrap .item-1-type-tt_wrap {
        gap: 12px;
    }

    .tt_item-2{
        transform: translate(-6%, 29%);
    }

    .tt-slide-inner .item-1-tt .item-1-bt-wrap .item-1-type-tt_wrap .num-item-1 {
        min-width: 45px;
    }
}







@media (max-width: 960px) {}

@media (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1440px) {}

@media (min-width: 560px) and (max-width: 960px) {}

@media (max-width: 559px) {}