* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

section.kat__buku-tamu-new-inner button {
    cursor: pointer;
}

section.kat__buku-tamu-new-inner a {
    cursor: pointer;
    text-decoration: none;
}

/* SELECTION COLOR  */
section.kat__hero-buku-tamu *::selection {
    color: var(--text-tertiary);
    background: var(--background-extend-primary);
}

body.kat__buku-tamu-new {
    /* Boxing Family */
    --boxing-text-family: "Boxing-Regular", serif;
    --boxing-text-style: normal;
    --boxing-text-weight: 400;
    --boxing-text-size: 100px;
    --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-s: 40px;
    --gambarino-text-lettercase: none;

    /* kalam Text */
    --kalam-text-family: "Kalam", cursive;
    --kalam-text-style: normal;
    --kalam-text-weight: 400;
    --kalam-text-size: 32px;
    --kalam-text-lettercase: none;

    /* body Text */
    --body-text-family: var(--inter);
    --body-text-style: normal;
    --body-text-weight: 400;
    --body-text-size: 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;

    --divider-1: url("https://katsudoto.id/media/assets/pictures/buku-tamu/divider.png");
    --divider-2: url("https://katsudoto.id/media/assets/pictures/buku-tamu/divider-2.png");
    --divider-3: url("https://katsudoto.id/media/assets/pictures/buku-tamu/divider-3.png");
    --divider-4: url("https://katsudoto.id/media/assets/pictures/buku-tamu/divider-4.png");
    --video-mask: url("https://katsudoto.id/media/assets/pictures/buku-tamu/check-in/4-mask.png");
}

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

body.kat__buku-tamu-new {
    /* Colors */
    --background-primary: #FFFDE8;
    --background-secondary: var(--blue-main);
    --background-tertiary: #FFF9C5;
    --background-extend-primary: var(--primary-main);
    --background-extend-secondary: #FED2D9;

    /* Text Colors */
    --text-primary: var(--primary-main);
    --text-secondary: var(--blue-main);
    --text-tertiary: #F3F1E4;
}

.lg-hidden {
    display: none;
}

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

@media (min-width: 1600px) {
    body.kat__buku-tamu-new {}
}

@media (min-width: 1281px) and (max-width: 1590px) {
    body.kat__buku-tamu-new {
        /* Boxing Font  */
        --boxing-text-size: 65px;
        --boxing-text-size-m: 60px;
        --boxing-text-size-s: 40px;

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

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

        /* Body Text Size  */
        --body-text-size: 22px;
        --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: 1280px) {
    body.kat__buku-tamu-new {
        /* Boxing Font  */
        --boxing-text-size: 72px;
        --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-m: 20px;
        --body-text-size-s: 18px;
        --body-text-size-xs: 16px;
    }
}

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

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

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

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

@media (max-width: 559px) {
    body.kat__buku-tamu-new {
        /* Boxing Font  */
        --boxing-text-size: 45px;
        --boxing-text-size-m: 32px;
        --boxing-text-size-s: 24px;

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

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

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



/* img */
body.kat__buku-tamu-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__buku-tamu-new {
    overflow: hidden;
}

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

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

.landing-wrapper.buku-tamu::after {
    content: '';
    background: transparent;
    width: 100%;
    height: 35px;
    position: absolute;
}

.buku-tamu .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.buku-tamu {}
}

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

.kat__hero-buku-tamu {
    padding: 123px 80px 0;
    position: relative;
    overflow: hidden;
}

.kat__hero-buku-tamu::after {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    background: linear-gradient(180deg, rgba(243, 241, 228, 0.00) 0%, var(--background-primary) 100%);
    bottom: 0;
    left: 0;
    right: 0;
}

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

.kat__hero-buku-tamu .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;
}

.kat__hero-buku-tamu .inner .hero__title span {
    font-family: var(--boxing-text-family);
    font-size: var(--boxing-text-size);
    color: var(--text-primary);
    text-align: center;
    font-weight: 400;
    position: relative;
}

.kat__hero-buku-tamu .inner .hero__desc-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.kat__hero-buku-tamu .inner .hero__desc {
    font-family: var(--inter);
    font-size: calc(var(--body-text-size));
    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;
    background: var(--background-extend-primary);
    /* padding: 2px; */
}

.hero__button div {
    color: var(--neutral-10);
    font-family: var(--inter);
    padding: 24px;
    border-radius: 100px;
    border: 3px solid var(--background-extend-primary);
    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 {
    border: 3px solid var(--primary-hover);
    background: var(--primary-hover);
}

.hero__img {
    position: relative;
    max-width: 1200px;
    height: 440px;
    /* overflow: hidden; */
}

.hero_ex-mark {
    position: absolute;
    width: 17.2%;
    top: 0;
    right: 0;
    transform: translate(98%, -47%);
}

.hero_ex-mark-quote {
    position: absolute;
    width: 44.2%;
    top: 0;
    right: 0;
    transform: translate(98%, -53%) scaleX(-1);
}

.hero_quote {
    position: absolute;
    width: 8.2%;
    top: 0;
    left: 0;
    transform: translate(-95%, -58%);
}

.hero_back-orn-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 13%;
    height: 51%;
    border-radius: 999px;
    background: linear-gradient(0deg, var(--background-primary) 5%, #FDEAEE 100%);
}

.hero_back-orn-2 {
    position: absolute;
    right: 10%;
    bottom: 6%;
    width: 12%;
    height: 50%;
    border-radius: 999px;
    background: linear-gradient(0deg, #FDEAEE 50%, #F8BDCA 100%);
}

.hero_back-orn-3 {
    position: absolute;
    left: 5%;
    bottom: 19%;
    width: 12%;
    height: 40%;
    border-radius: 999px;
    background: linear-gradient(0deg, var(--background-primary) 5%, #FDEAEE 100%);
}

.hero_back-orn-4 {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 13%;
    height: 35%;
    border-radius: 999px;
    background: linear-gradient(0deg, #FDEAEE 50%, #F8BDCA 100%);
}

@media (min-width: 1281px) and (max-width: 1590px) {
    .kat__hero-buku-tamu {
        padding: 80px 80px 0;
    }

    .hero_ex-mark-quote {
        width: 43.2%;
        transform: translate(98%, -32%) scaleX(-1);
    }

    .hero_ex-mark {
        width: 11.2%;
        transform: translate(98%, -19%);
    }

    .kat__hero-buku-tamu .inner .hero__desc {
        font-size: calc(var(--body-text-size));
    }

    .hero__img {
        padding-top: 20px;
    }

    .hero__button div{
        padding: 15px 24px;
    }
}

@media (min-width: 960px) and (max-width: 1280px) {
    .kat__hero-buku-tamu {
        padding: 60px 48px 0;
    }

    .hero__img {
        max-width: 1000px;
    }

    .kat__hero-buku-tamu .inner .hero__desc-wrap {
        max-width: 900px;
    }

    .hero_ex-mark {
        position: absolute;
        width: 14.2%;
        top: 0;
        right: 0;
        transform: translate(98%, -6%);
    }
}

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

    .hero__button div {
        padding: 15px 20px;
    }

    .hero_ex-mark {
        position: absolute;
        width: 14.2%;
        top: 0;
        right: 0;
        transform: translate(98%, -6%);
    }

    .kat__hero-buku-tamu .inner {
        position: unset;
    }


    .hero_back-orn-1 {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 16%;
        height: 43%;
    }

    .hero_back-orn-2 {
        position: absolute;
        right: 10%;
        bottom: 6%;
        width: 14%;
        height: 43%;
    }

    .hero_back-orn-3 {
        position: absolute;
        left: 5%;
        bottom: 9%;
        width: 18%;
        height: 40%;
    }

    .hero_back-orn-4 {
        position: absolute;
        left: 0%;
        bottom: 0%;
        width: 13%;
        height: 35%;
    }


}

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

    .hero__button {
        border: 2px solid #000;
    }
    
    .hero__button div {
        padding: 10px 12px;
    }

    .hero_ex-mark {
        position: absolute;
        width: 14.2%;
        top: 0;
        right: 0;
        transform: translate(98%, -6%);
    }

    .hero__img {
        height: unset;
    }

    .kat__hero-buku-tamu .inner {
        position: unset;
    }

    .hero_back-orn-1 {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 15%;
        height: 28%;
        border-radius: 999px;
        background: linear-gradient(0deg, var(--background-primary) 5%, #FDEAEE 100%);
    }

    .hero_back-orn-2 {
        position: absolute;
        right: 10%;
        bottom: 6%;
        width: 16%;
        height: 27%;
        border-radius: 999px;
        background: linear-gradient(0deg, #FDEAEE 50%, #F8BDCA 100%);
    }

    .hero_back-orn-3 {
        position: absolute;
        left: 1%;
        bottom: 0%;
        width: 18%;
        height: 34%;
        border-radius: 999px;
        background: linear-gradient(0deg, var(--background-primary) 5%, #FDEAEE 100%);
    }

    .hero_back-orn-4 {
        position: absolute;
        left: 0%;
        bottom: 0%;
        width: 20%;
        height: 25%;
        border-radius: 999px;
        background: linear-gradient(0deg, #FDEAEE 50%, #F8BDCA 100%);
        transform: translate(-33%, 0);
    }
}

/* ======================
    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;
    }
}

/* ======================
    CHECK-IN BUKU TAMU
====================== */
.kat__checkin-buku-tamu {
    position: relative;
    padding: 80px;
    overflow: hidden;
}

.kat__checkin-buku-tamu .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.kat__checkin-buku-tamu .inner .header h1 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size);
    text-align: center;
    font-weight: 400;
}

.kat__checkin-buku-tamu .inner .body {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.kat__checkin-buku-tamu .inner .body p {
    font-family: var(--inter);
    font-size: var(--body-text-size);
    color: var(--text-primary);
    text-align: center;
}

.pin-wrapper {
    overflow: hidden;
}

.checkin-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkin-footer .checkin-arrow {
    width: 40px;
}

.orn-checkin-wrap.right {
    position: absolute;
    right: 5%;
    top: 23%;
    width: 13.94%;
    height: 40.73%;
}

.orn-checkin-wrap.left {
    position: absolute;
    left: 5%;
    top: 23%;
    width: 13.94%;
    height: 40.73%;
    transform: scaleX(-1);
}

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

@media (min-width: 1281px) and (max-width: 1590px) {
    .kat__checkin-buku-tamu{
        padding: 40px 80px;
    }
}

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

@media (min-width: 560px) and (max-width: 1024px) {
    .kat__checkin-buku-tamu .inner .body {
        padding: 0 32px;
    }

    .orn-checkin-wrap.right {
        position: absolute;
        right: 5%;
        top: 23%;
        width: 17.94%;
        height: 33.73%;
    }

    .orn-checkin-wrap.left {
        position: absolute;
        left: 5%;
        top: 23%;
        width: 17.94%;
        height: 33.73%;
        transform: scaleX(-1);
    }

    .checkin-footer .checkin-arrow {
        width: 30px;
    }

    .orn-checkin-wrap.right {
        position: absolute;
        right: 5%;
        top: 32%;
        width: 18.94%;
        height: 49.73%;
    }

    .orn-checkin-wrap.left {
        position: absolute;
        left: 5%;
        top: 32%;
        width: 18.94%;
        height: 49.73%;
        transform: scaleX(-1);
    }

    .orn-checkin-wrap .orn-quote-box-1 {
        right: 20%;
        left: unset;
        top: 0%;
        width: 38.17%;
    }

    .orn-checkin-wrap .orn-quote-box-2 {
        right: 0%;
        top: 29%;
        width: 38.17%;
    }

    .orn-checkin-wrap .orn-quote-box-3 {
        right: 0%;
        left: unset;
        bottom: 27%;
        width: 38.17%;
    }

    .orn-checkin-wrap .orn-quote-box-4 {
        right: 15%;
        bottom: 0%;
        width: 38.17%;
    }

    .orn-checkin-wrap.right {
        position: absolute;
        right: 5%;
        top: 33%;
        width: 17.94%;
        height: 43.73%;
    }

    .orn-checkin-wrap.left {
        position: absolute;
        left: 5%;
        top: 33%;
        width: 17.94%;
        height: 43.73%;
        transform: scaleX(-1);
    }
}

@media (max-width: 559px) {
    .kat__checkin-buku-tamu {
        padding: 40px 26px;
    }

    .kat__checkin-buku-tamu .inner {
        gap: 30px;
    }

    .kat__checkin-buku-tamu .inner .header h1 {
        font-size: 32px;
    }

    .orn-checkin-wrap.right {
        position: absolute;
        right: 5%;
        top: 35%;
        width: 17.94%;
        height: 33.73%;
    }

    .orn-checkin-wrap.left {
        position: absolute;
        left: 5%;
        top: 35%;
        width: 17.94%;
        height: 33.73%;
        transform: scaleX(-1);
    }

    .checkin-footer .checkin-arrow {
        width: 15px;
    }

    .kat__checkin-buku-tamu .inner .body {
        padding: 0 10px;
        gap: 16px;
    }

    .orn-checkin-wrap.right {
        position: absolute;
        right: 0%;
        top: 32%;
        width: 18.94%;
        height: 49.73%;
    }

    .orn-checkin-wrap.left {
        position: absolute;
        left: 0%;
        top: 32%;
        width: 18.94%;
        height: 49.73%;
        transform: scaleX(-1);
    }

    .orn-checkin-wrap .orn-quote-box-1 {
        right: 0%;
        left: unset;
        top: 0%;
        width: 39.17%;
        transform: translate(10%, 0%);
    }

    .orn-checkin-wrap .orn-quote-box-2 {
        right: 0%;
        top: 29%;
        width: 39.17%;
        transform: translate(-24%, 0%);
    }

    .orn-checkin-wrap .orn-quote-box-3 {
        right: 0%;
        left: unset;
        bottom: 27%;
        width: 39.17%;
        transform: translate(22%, 0);
    }

    .orn-checkin-wrap .orn-quote-box-4 {
        right: 15%;
        bottom: 0%;
        width: 39.17%;
    }
}


/* ======================
    GALLERY BUKU TAMU
====================== */
.kat__gallery-buku-tamu {
    position: relative;
    padding: 80px;
    height: 100vh;
}

.kat__gallery-buku-tamu .inner {
    position: relative;
    display: flex;
    gap: 40px;
    height: 100%;
}

.kat__gallery-buku-tamu .item-1-wrapper,
.kat__gallery-buku-tamu .item-2-wrapper {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;

    overflow: hidden;
    height: 100%;
    border-radius: 40px;

    border-radius: 40px;
    border: 5px solid #000;
    background: var(--neutral-10);
}

.kat__gallery-buku-tamu .item-1,
.kat__gallery-buku-tamu .item-2 {
    /* flex: 1; */
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.kat__gallery-buku-tamu .item-1 .image-wrap,
.kat__gallery-buku-tamu .item-2 .image-wrap {
    height: 100%;
}

.kat__gallery-buku-tamu .item-1 .image-wrap img,
.kat__gallery-buku-tamu .item-2 .image-wrap img {
    object-fit: cover;
    height: 100%;
}

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

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

@media (min-width: 560px) and (max-width: 1024px) {
    .kat__gallery-buku-tamu {
        padding: 24px 48px;
    }

    .kat__gallery-buku-tamu .inner {
        flex-direction: column;
    }

    .kat__gallery-buku-tamu .item-1-wrapper,
    .kat__gallery-buku-tamu .item-2-wrapper {
        /* height: 479px; */
    }
}

@media (max-width: 559px) {
    .kat__gallery-buku-tamu {
        padding: 24px;
        height: unset;
    }

    .kat__gallery-buku-tamu .inner {
        flex-direction: column;
    }

    .kat__gallery-buku-tamu .item-1-wrapper,
    .kat__gallery-buku-tamu .item-2-wrapper {
        height: 320px;
        border: 4px solid #000;
    }
}

/* ======================
    QUESTION BUKU TAMU
====================== */
.kat__question-buku-tamu {
    position: relative;
    padding: 80px;
}

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

.kat__question-buku-tamu .inner .item-wrap {
    position: relative;
    display: flex;
    width: 63.4%;
    margin: auto;
    gap: 48px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kat__question-buku-tamu .inner .chat-quest-wrap {
    position: relative;
    display: flex;
    gap: 48px;
    flex-direction: column;
    padding-left: 88px;
    width: 100%;
}

.minsu {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-76%, 0%);
    width: 35.9%;
}

.minsu-arrow {
    position: absolute;
    width: 30.4%;
    left: 20%;
    bottom: 30%;
    transform: translate(0%, 0%);
}

.minsu-arrow p {
    font-family: var(--kalam-text-family);
    font-size: var(--kalam-text-size);
    font-weight: 700;
    line-height: 125%;
    color: var(--text-secondary);
    position: absolute;
    white-space: nowrap;
    right: 0%;
    bottom: 0%;
    transform: translate(0%, 35%);
}

.kat__question-buku-tamu .inner .chat-quest-wrap .chat-buble-wrap {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.kat__question-buku-tamu .inner .chat-quest-wrap .chat-buble-wrap.right {
    flex-direction: row-reverse;
}

.bubble-polygon {
    width: 50px;
    height: auto;
}

.chat-buble-wrap.left .bubble-polygon {
    margin-right: -1%;
}

.chat-buble-wrap.right .bubble-polygon {
    margin-left: -1%;
}

.orn-bubble-1 {
    position: absolute;
    width: 9.7%;
    right: 0;
    bottom: 0;
    transform: translate(66%, 56%);
}

.orn-bubble-2 {
    position: absolute;
    width: 9.7%;
    left: 0;
    top: 0;
    transform: translate(-66%, -56%) scale(-1, -1);
}

.kat__question-buku-tamu .inner .chat-quest-wrap .chat-buble-wrap .chat-buble {
    display: flex;
    position: relative;
    max-width: 80%;
    padding: 32px;
    border-radius: 28px;
    border: 2px solid #EC2F59;
    background: var(--background-primary);
    box-shadow: 5px 5px 0px 0px #000;
    word-break: break-word;
}

.kat__question-buku-tamu .inner .chat-quest-wrap .chat-buble-wrap.left .chat-buble {
    margin-right: auto;
}

.kat__question-buku-tamu .inner .chat-quest-wrap .chat-buble-wrap.right .chat-buble {
    border: 2px solid #015659;
    box-shadow: -5px 5px 0px 0px #000;
    margin-left: auto;
}

.kat__question-buku-tamu .inner .chat-quest-wrap .chat-buble-wrap .chat-buble p {
    font-size: var(--body-text-size);
    font-family: var(--inter);
    color: var(--text-primary);
}

.kat__question-buku-tamu .inner .chat-quest-wrap .chat-buble-wrap.right .chat-buble p {
    color: var(--text-secondary);
}

.kat__question-buku-tamu .inner .input-quest-wrap {
    position: relative;
    display: flex;
    gap: 8px;
    width: 100%;
    padding-left: 88px;
}

.kat__question-buku-tamu .inner .input-quest-wrap .input-wrap-1 {
    width: 100%;
}

.kat__question-buku-tamu .inner .input-quest-wrap .input-wrap-2 {
    width: max-content;
    display: flex;
}

.kat__question-buku-tamu .inner .input-quest-wrap .input-wrap-1 .input-nama {
    border-radius: 23px;
    border: 1px solid #EC2F59;
    background: var(--background-primary);
    padding: 24px;
    width: 100%;
    font-size: var(--body-text-size-s);
    color: var(--text-primary);
    /* color: rgba(236, 47, 89, 0.50); */
}

.input-nama:focus {
    outline: none;
}

.kat__question-buku-tamu .inner .input-quest-wrap .input-wrap-1 .input-nama::placeholder {
    font-size: var(--body-text-size-s);
    color: rgba(236, 47, 89, 0.50);
}

.kat__question-buku-tamu .inner .input-quest-wrap .btn-1 {
    border-radius: 100px;
    border: 3px solid #FFF;
    background: #FFF;
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--text-primary);
    font-size: var(--body-text-size-s);
    font-family: var(--inter);
    line-height: 140%;
    width: 100%;
    outline: 1px solid #F8BAC8;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.kat__question-buku-tamu .inner .input-quest-wrap .btn-2 {
    border-radius: 100px;
    border: 3px solid var(--background-extend-primary);
    background: var(--background-extend-primary);
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--neutral-10);
    font-size: var(--body-text-size-s);
    font-family: var(--inter);
    line-height: 140%;
    width: 100%;
    white-space: nowrap;
    outline: 1px solid #000;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease-in-out;
}

.kat__question-buku-tamu .inner .input-quest-wrap .btn-2:hover {
    border: 3px solid var(--primary-hover);
    background: var(--primary-hover);
}

.kat__question-buku-tamu .inner .item-wrap {
    margin-left: 26%;
}

@media (min-width: 1440px) {
    .minsu {
        max-width: 328px;
    }
}

@media (max-width: 1024px) {
    .kat__question-buku-tamu .inner .item-wrap {
        margin-left: auto;
    }
}
@media (min-width: 1281px) and (max-width: 1590px) {
    .kat__question-buku-tamu{
        padding-bottom: 20px;
    }
}

@media (min-width: 1080px) and (max-width: 1440px) {
    .kat__question-buku-tamu {
        padding: 40px;
    }

    .kat__question-buku-tamu .inner .item-wrap{
        width: 70.4%;
    }
}

@media (min-width: 560px) and (max-width: 1024px) {
    .kat__question-buku-tamu {
        padding: 100px 48px;
        padding-bottom: 10%;
    }

    .kat__question-buku-tamu .inner .item-wrap {
        width: 100%;
    }

    .kat__question-buku-tamu .inner .chat-quest-wrap {
        padding-left: 0;
    }

    .kat__question-buku-tamu .inner .input-quest-wrap {
        padding-left: 0;
    }

    .bubble-polygon {
        width: 40px;
    }

    .kat__question-buku-tamu .inner .chat-quest-wrap .chat-buble-wrap .chat-buble {
        width: 85%;
        max-width: unset;
    }

    .minsu {
        position: relative;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 50%;
    }

    .minsu-arrow {
        width: 20.7%;
        left: 15%;
        bottom: 50%;
    }

    .minsu-arrow img {
        transform: scaleY(-1);
    }

    .minsu-arrow p {
        bottom: unset;
        right: unset;
        top: 0;
        left: 0;
        transform: translate(-50%, 0%);
    }

    .kat__question-buku-tamu .inner .input-quest-wrap .btn-2{
        padding: 15px 24px;
    }
    .kat__question-buku-tamu .inner .input-quest-wrap .btn-1{
        padding: 15px 24px;
    }
}

@media (max-width: 559px) {

    .kat__question-buku-tamu {
        padding: 24px;
    }

    .kat__question-buku-tamu .inner .item-wrap {
        width: 100%;
        gap: 24px;
    }

    .kat__question-buku-tamu .inner .chat-quest-wrap {
        padding-left: 0;
        gap: 24px;
    }

    .kat__question-buku-tamu .inner .input-quest-wrap {
        padding-left: 0;

    }

    .bubble-polygon {
        width: 21px;
    }

    .chat-buble-wrap.right .bubble-polygon {
        margin-left: -2%;
    }

    .kat__question-buku-tamu .inner .chat-quest-wrap .chat-buble-wrap .chat-buble {
        width: 85%;
        max-width: unset;
        padding: 16px;
    }

    .minsu {
        position: relative;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100%;
    }

    .kat__question-buku-tamu .inner .input-quest-wrap {
        flex-direction: column;
    }

    .kat__question-buku-tamu .inner .input-quest-wrap .input-wrap-2 {
        width: 100%;
    }

    .minsu {
        position: relative;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 50%;
    }

    .minsu-arrow {
        width: 20.7%;
        bottom: 50%;
    }

    .minsu-arrow img {
        transform: scaleY(-1);
    }

    .minsu-arrow p {
        bottom: unset;
        right: unset;
        top: 0;
        left: 0;
        transform: translate(-65%, -50%);
    }

    .kat__question-buku-tamu .inner .input-quest-wrap .input-wrap-1 .input-nama{
        font-size: calc(var(--body-text-size-s) + 2px);
        padding: 16px;
    }

    .kat__question-buku-tamu .inner .input-quest-wrap .btn-1,
    .kat__question-buku-tamu .inner .input-quest-wrap .btn-2 {
        padding: 12px 16px;
    }
    
}

/* ======================
    WHATSAPP BUKU TAMU
====================== */
.kat__whatsapp-buku-tamu {
    position: relative;
    padding: 50px 200px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
}

.kat__whatsapp-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 24px; */
    max-width: 1200px;
    margin: 0 auto;
}

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

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

.kat__whatsapp-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__whatsapp-buku-tamu .inner {
    position: relative;
    display: flex;
    gap: 28px;
}

.kat__whatsapp-buku-tamu .item-1-wrapper {
    flex: 1;
    display: flex;
}

.kat__whatsapp-buku-tamu .item-1 {
    display: flex;
    flex-direction: column;
    align-items: center;

    border-radius: 28px;
    border: 5px solid var(--neutral-100);

    overflow: hidden;
    align-items: stretch;
}

.kat__whatsapp-buku-tamu .item-1 .item_header-wrap {
    display: flex;
    flex: 1;
    padding: 25px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;

    border-bottom: 5px solid var(--Neutral-10, #0A0A0A);
    background: var(--background-secondary);
}

.kat__whatsapp-buku-tamu .item-1 .item_header-wrap h3 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size-s);
    color: var(--text-tertiary);
    text-align: center;
}

.kat__whatsapp-buku-tamu .item-1 .item_header-wrap p {
    font-family: var(--inter);
    font-size: calc(var(--body-text-size-s));
    color: var(--text-tertiary);
    line-height: 133%;
    font-weight: 500;
    text-align: center;
}
.kat__whatsapp-buku-tamu .item-1 .item_header-wrap p span{
    font-weight: 700;
}

.kat__whatsapp-buku-tamu .item-1 .item_body-wrap {
    display: flex;
    padding: 36px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    background: #FBFBFB;
}

.kat__whatsapp-buku-tamu .item-1 .item_inner-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.kat__whatsapp-buku-tamu .item-1 .item_input-wrap {
    display: flex;
    padding: 15px 0px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-bottom: 1px solid var(--Neutral-03, #EDEDED);
}

.kat__whatsapp-buku-tamu .wa_input-togglewrap {
    width: 40px;
    height: auto;
    display: flex;
    align-items: center;
}

.kat__whatsapp-buku-tamu .wa_input-togglewrap svg {
    width: 100%;
    height: 100%;
}


.kat__whatsapp-buku-tamu .item-1 .item_input-wrap p {
    flex: 1;
    font-size: calc(var(--body-text-size-m));
    font-family: var(--inter);
    color: var(--text-primary);
    font-weight: 600;
}

.kat__whatsapp-buku-tamu .item-1 .whatsapp_button {
    color: #FFF;
    font-family: var(--inter);
    font-size: var(--body-text-size-s);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;

    width: 100%;

    border-radius: 100px;
    border: 2px solid #000;
    background: var(--background-extend-primary);
    padding: 24px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.kat__whatsapp-buku-tamu .item-1 .whatsapp_button:hover {
    background: var(--primary-hover);
}

.modal-body.wa {
    position: relative;
    padding: 24px 32px;
}

.modal-body.wa .inner {
    width: 100%;
}

.modal-header .modal-title.wa {
    font-family: var(--inter);
    font-size: var(--body-text-size-m);
    color: var(--neutral-100);
    font-weight: 600;
}

.modal-body.wa .inner .orn-wa-1 {
    width: 100%;
}

@media (min-width: 1281px) and (max-width: 1590px) {
    .kat__whatsapp-buku-tamu .item-1 .whatsapp_button{
        padding: 15px 24px;
    }
    .kat__whatsapp-buku-tamu .item-1 .item_body-wrap{
        padding: 25px;
    }
    .kat__whatsapp-buku-tamu .item-1 .item_input-wrap{
        padding: 5px 0px;
    }
}

@media (min-width: 961px) and (max-width: 1440px) {
    .kat__whatsapp-buku-tamu .item-1 .item_body-wrap{
        padding: 20px 25px;
    }
    .kat__whatsapp-buku-tamu {
        padding: 60px 48px;
    }

    .kat__whatsapp-buku-tamu .item-1 .item_input-wrap{
        padding: 10px 0px;
    }

    .modal-body.wa .inner .orn-wa-1{
        width: 70%;
        margin: auto;
    }
}

@media (max-width: 1440px) {
    .kat__whatsapp-buku-tamu .item-1 .whatsapp_button{
        padding: 15px 24px;
    }
}

@media (min-width: 560px) and (max-width: 960px) {
    .kat__whatsapp-buku-tamu .inner {
        flex-direction: column;
    }

    .kat__whatsapp-buku-tamu {
        padding: 60px 48px;
    }

    .kat__whatsapp-buku-tamu .item-1 .item_input-wrap {
        padding: 16px 0;
    }
}

@media (max-width: 559px) {
    .kat__whatsapp-buku-tamu .inner {
        flex-direction: column;
    }
    

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

    .kat__whatsapp-buku-tamu .item-1{
        border: 4px solid var(--neutral-100);
    }

    .kat__whatsapp-buku-tamu .item-1 .item_header-wrap{
        padding: 10px 25px;
        gap: unset;
        border-bottom: 4px solid var(--Neutral-10, #0A0A0A);
    }

    .kat__whatsapp-buku-tamu .item-1 .item_input-wrap {
        padding: 5px 0;
    }

    .kat__whatsapp-buku-tamu .item-1 .item_body-wrap {
        padding: 15px 24px;
    }

    .kat__whatsapp-buku-tamu .wa_input-togglewrap {
        width: 30px;
    }

    .kat__whatsapp-buku-tamu .item-1 .whatsapp_button{
        padding: 10px 16px;
    }
}

/* ======================
    EINVITATION BUKU TAMU
====================== */
.kat__einvitation-buku-tamu-wrapper {
    position: relative;
    overflow: hidden;
}

.kat__einvitation-buku-tamu-wrapper::before {
    content: '';
    height: 42px;
    width: 100%;
    position: relative;
    background: var(--divider-1) repeat-x;
    display: block;
    background-size: contain;
}

.kat__einvitation-buku-tamu-wrapper::after {
    content: '';
    height: 42px;
    width: 100%;
    position: relative;
    background: var(--divider-1) repeat-x;
    display: block;
    background-size: contain;
    transform: scaleY(-1);
}

.kat__einvitation-buku-tamu {
    position: relative;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;

}

.kat__einvitation-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 24px; */
    max-width: 1200px;
    margin: 0 auto;
}

.kat__einvitation-buku-tamu .inner {
    position: relative;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.einv-item-1,
.einv-item-2,
.einv-item-3 {
    flex: 1;
    max-width: 500px;
    border: 5px solid #000;
}

.einv-item-1 {
    border-radius: 28px;
    background: var(--purple-main);
}

.einv-item-2 {
    border-radius: 28px;
    background: var(--light-blue-main);
}

.einv-item-3 {
    border-radius: 28px;
    background: var(--yellow-main);
}

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

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

.kat__einvitation-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;
}

.inner-wrap {
    width: 100%;
    overflow: auto;
}

@media (max-width: 960px) {
    .kat__einvitation-buku-tamu .inner {
        display: flex;
        /* Membuat container fleksibel untuk scroll */
        overflow-x: auto;
        /* Mengaktifkan scroll horizontal */
        white-space: nowrap;
        /* Mencegah elemen wrap ke bawah */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling untuk perangkat iOS */
        width: max-content;
    }

    .einvitation-item-1,
    .einvitation-item-2,
    .einvitation-item-3 {
        display: inline-block;
        /* Membuat elemen sejajar secara horizontal */
        width: 80%;
        /* Sesuaikan lebar untuk tampilan scroll */
    }

    .kat__einvitation-buku-tamu {
        padding: 40px 0px;
        /* Mengurangi padding untuk ruang lebih kecil */
    }

    .kat__einvitation-heading {
        padding: 0px 24px;
    }

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

    .inner-wrap {
        padding: 0 20px;
    }

    .kat__einvitation-buku-tamu-wrapper::before {
        background-size: cover;
    }

    .kat__einvitation-buku-tamu-wrapper::after {
        background-size: cover;
    }
}

@media (min-width: 961px) and (max-width: 1024px) {
    .kat__einvitation-buku-tamu{
        padding: 40px 48px;
    }
    .kat__einvitation-buku-tamu-wrapper::before {
        background-size: cover;
    }

    .kat__einvitation-buku-tamu-wrapper::after {
        background-size: cover;
    }
}

@media (min-width: 1281px) and (max-width: 1590px) {
    .kat__einvitation-buku-tamu {
        padding: 40px 250px;
    }
}


@media (max-width: 559px) {

    .einv-item-1,
    .einv-item-2,
    .einv-item-3 {
        max-width: 280px;
        border: 4px solid #000;
    }
}

/* ======================
    Wrapper 1 SECTION BUKU TAMU
====================== */
.wrap-sect-1{
    background: var(--background-primary);
}
/* ======================
    THANK YOU SECTION BUKU TAMU
====================== */
.kat__thankyou-buku-tamu {
    position: relative;
    overflow: hidden;
    padding: 60px;
    background: var(--background-primary);
}

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

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

.thankyou-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

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

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

.thankyou-item-1 {
    max-width: 285px;
    position: relative;
}

.kat__thankyou-buku-tamu .inner h2 {
    margin-top: 24px;
    font-family: var(--boxing-text-family);
    font-size: var(--boxing-text-size-m);
    text-align: center;
    color: var(--text-tertiary);
}

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

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

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

.ty-item-2 {
    position: absolute;
    width: 106%;
    bottom: 0;
    right: 0;
    transform: translate(12%, -3%);
}

.ty-item-3 {
    position: absolute;
    width: 40.4%;
    top: 0;
    right: 0;
    transform: translate(60%, -14%);
}

.kat__thankyou-buku-tamu .ty-item-3 p {
    position: absolute;
    font-family: var(--kalam-text-family);
    font-size: var(--kalam-text-family);
    color: var(--text-secondary);
    font-weight: 400;
    line-height: 125%;
    top: 18%;
    right: 0;
    transform: translate(81%, 52%);
    white-space: nowrap;
}

.thankyou-circle {
    position: absolute;
    width: 75%;
    max-width: 1200px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 32%);
}

@media (max-width: 559px) {
    .thankyou-item-1 {
        width: 50%;
    }

    .kat__thankyou-buku-tamu {
        padding: 32px 24px;
    }

    .kat__thankyou-buku-tamu .inner {
        gap: 16px;
    }

    .thankyou-circle {
        transform: translate(-50%, -40%);
        width: 100%;
    }

    .kat__thankyou-buku-tamu .ty-item-3 {
        display: none;
    }
    .kat__thankyou-buku-tamu .inner h2{
        margin-top: 0;
    }
    .wave-bottom {
        height: 30vh;
    }
}

@media (min-width: 560px) and (max-width: 1024px) {
    .wave-bottom {
        height: 200px;
    }

    .thankyou-wave .image-wrap {
        margin-bottom: -2%;
    }

    .thankyou-item-1 {
        max-width: 271px;
    }

    .kat__thankyou-buku-tamu .ty-item-3 p {
        top: 18%;
        right: 0;
        transform: translate(74%, -2%);
        white-space: unset;
    }

    .thankyou-circle {
        transform: translate(-50%, -5%);
    }
    
}

@media (min-width: 1281px) and (max-width: 1590px) {
    .thankyou-circle {
        transform: translate(-50%, 38%);
    }
}

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

    .thankyou-item-1 {
        max-width: 271px;
    }

    .kat__thankyou-buku-tamu{
        padding: 60px 48px;
    }

}

@media (min-width: 560px) and (max-width: 960px) {
    .thankyou-circle {
        transform: translate(-50%, -20%);
    }
}

@media (max-width: 559px) {

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

/* ======================
    DASH SECTION BUKU TAMU
====================== */
.kat__dash-tamu-buku-tamu {
    position: relative;
    overflow: hidden;
    padding: 100px 80px 0;
    background-color: var(--background-secondary);
    border-radius: 0px 0px 40px 40px;
}

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

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

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

.kat__dash-tamu-buku-tamu .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-buku-tamu .typo-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
}

.dash-item-1-wrap {
    position: relative;
    padding: 60px;
    border-radius: 60px;
    background: var(--background-primary);
    margin-bottom: -6.4%;
    padding-bottom: 0;
    width: 75%;
    overflow: hidden;
}

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

@media (min-width: 560px) and (max-width: 1024px) {
    .kat__dash-tamu-buku-tamu {
        padding: 80px 48px 0;
        border-radius: 0px 0px 20px 20px;
    }

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

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

@media (max-width: 559px) {
    .kat__dash-tamu-buku-tamu .inner {
        gap: 40px;
    }

    .kat__dash-tamu-buku-tamu {
        padding: 48px 24px 0;
        border-radius: 0px 0px 20px 20px;
    }

    .dash-item-1-wrap {
        padding: 16px;
        border-radius: 40px;
        width: 100%;
        margin-bottom: -9.4%;
    }

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

    .kat__dash-tamu-buku-tamu .inner h2{
        line-height: 115%;
    }

    .kat__dash-tamu-buku-tamu .typo-wrap{
        gap: 16px;
    }
}

/* ======================
    QUOTE SECTION BUKU TAMU
====================== */

.kat__quote-buku-tamu {
    padding: 40px 80px 9%;
    position: relative;
    overflow: hidden;
    background: var(--background-primary);
}

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

.kat__quote-buku-tamu .inner .quote__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;
}

.kat__quote-buku-tamu .inner .quote__title span {
    font-family: var(--boxing-text-family);
    font-size: var(--boxing-text-size);
    color: var(--text-primary);
    text-align: center;
    font-weight: 400;
    position: relative;
}

.kat__quote-buku-tamu .inner .quote__desc {
    font-family: var(--inter);
    font-size: calc(var(--body-text-size) - 4px);
    color: var(--text-primary);
    text-align: center;
    font-weight: 400;
}

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

    cursor: pointer;
    background: linear-gradient(180deg, rgba(235, 47, 89) 0%, rgba(111, 20, 40, 0.75) 100%);
    /* padding: 2px; */
}

.quote__button div {
    color: var(--neutral-10);
    font-family: var(--inter);
    padding: 24px;
    border-radius: 100px;
    border: 3px solid var(--background-extend-primary);
    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;
}

.quote__button div:hover {
    border: 3px solid var(--primary-hover);
    background: var(--primary-hover);
}

.quote_ex-mark {
    position: absolute;
    width: 17.2%;
    top: 0;
    right: 0;
    transform: translate(98%, -47%);
}

.quote_ex-mark-quote {
    position: absolute;
    width: 44.2%;
    top: 0;
    right: 0;
    transform: translate(98%, -53%) scaleX(-1);
}

.quote_quote {
    position: absolute;
    width: 8.2%;
    top: 0;
    left: 0;
    transform: translate(-95%, -58%);
}

.quote-item-1-wrap {
    position: relative;
    width: 31.9%;
    margin: 0 auto;
}

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

.orn-quote-wrap.right {
    position: absolute;
    right: 10%;
    top: 9%;
    width: 13.94%;
    height: 40.73%;
}

.orn-quote-wrap.left {
    position: absolute;
    left: 10%;
    top: 9%;
    width: 13.94%;
    height: 40.73%;
    transform: scaleX(-1);
}

.orn-quote-box-1 {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 38.17%;
    max-width: 92px;
}

.orn-quote-box-2 {
    position: absolute;
    right: 0%;
    top: 16%;
    width: 38.17%;
    max-width: 92px;
}

.orn-quote-box-3 {
    position: absolute;
    left: 0%;
    bottom: 27%;
    width: 38.17%;
    max-width: 92px;
}

.orn-quote-box-4 {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 38.17%;
    max-width: 92px;
}

@media (min-width: 1600px) {
    .kat__quote-buku-tamu {
        padding-top: 120px;
    }

    .quote-item-1-wrap {
        width: 18.9%;
    }

    .quote-circle {
        transform: translate(-50%, 59%);
    }
}

@media (min-width: 1281px) and (max-width: 1590px) {
    .kat__quote-buku-tamu {
        padding-top: 120px;
    }

    .quote-item-1-wrap {
        width: 26%;
    }

    .quote-circle {
        transform: translate(-50%, 59%);
    }

    .quote_ex-mark-quote {
        width: 43.2%;
        transform: translate(98%, -32%) scaleX(-1);
    }

    .quote_ex-mark {
        width: 11.2%;
        transform: translate(98%, -19%);
    }

    .quote__button div {
        font-size: calc(var(--body-text-size) - 4px);
        padding: 15px 24px;
    }
}

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

    .quote_ex-mark {
        position: absolute;
        width: 14.2%;
        top: 0;
        right: 0;
        transform: translate(98%, -6%);
    }

    .quote__button div {
        padding: 15px 24px;
    }

}

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

    .quote_ex-mark {
        position: absolute;
        width: 14.2%;
        top: 0;
        right: 0;
        transform: translate(98%, -6%);
    }

    .quote__button div {
        padding: 15px 24px;
    }

    .quote-item-1-wrap {
        width: 48.9%;
    }

    .quote-circle {
        position: absolute;
        width: 132%;
        left: 50%;
        transform: translate(-50%, 38%);
        bottom: 0;
    }

    .orn-quote-wrap.right {
        position: absolute;
        right: 10%;
        top: 9%;
        width: 19.94%;
        height: 29.73%;
    }

    .orn-quote-wrap.left {
        position: absolute;
        left: 10%;
        top: 9%;
        width: 19.94%;
        height: 29.73%;
        transform: scaleX(-1);
    }
}

@media (max-width: 559px) {

    .quote_ex-mark {
        position: absolute;
        width: 14.2%;
        top: 0;
        right: 0;
        transform: translate(98%, -6%);
    }

    .quote__button {
        border: 2px solid #000;
    }
    .quote__button div {
        padding: 12px 16px;
    }

    .quote-item-1-wrap {
        width: 70.9%;
    }

    .kat__quote-buku-tamu {
        padding: 40px 24px 9%;
    }

    .quote-circle {
        position: absolute;
        width: 171%;
        left: 50%;
        transform: translate(-50%, 28%);
        bottom: 0;
    }

    .orn-quote-wrap.right {
        position: absolute;
        right: 10%;
        top: 9%;
        width: 19.94%;
        height: 24.73%;
    }

    .orn-quote-wrap.left {
        position: absolute;
        left: 10%;
        top: 9%;
        width: 19.94%;
        height: 24.73%;
        transform: scaleX(-1);
    }

}

/* ======================
    Review Customer SECTION BUKU TAMU
====================== */

.kat__customer-buku-tamu {
    padding: 80px;
    position: relative;
    overflow: hidden;
    background-color: var(--pink-main);
}

.kat__customer-buku-tamu-wrap {
    position: relative;
}

.kat__customer-buku-tamu-wrap .wa_input-togglewrap {
    width: 33px;
    height: auto;
    display: flex;
    align-items: center;
}

.kat__customer-buku-tamu .inner {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 55px;
    position: relative;
}

.kat__customer-buku-tamu::before {
    content: '';
    height: 30.5px;
    width: 100%;
    position: absolute;
    background: var(--divider-2) repeat-x;
    display: block;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
}

.kat__customer-buku-tamu::after {
    content: '';
    height: 30.5px;
    width: 100%;
    position: absolute;
    background: var(--divider-2) repeat-x;
    display: block;
    background-size: cover;
    transform: scaleY(-1);
    bottom: 0;
    left: 0;
    right: 0;
}

.kat__customer-buku-tamu .item-1-wrapper {
    width: 100%;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;

    overflow: hidden;
    height: 100%;
    border-radius: 40px;

    border-radius: 40px;
    border: 5px solid #000;
    background: var(--neutral-10);

    margin: auto;
}

.kat__customer-buku-tamu .item-1 {
    /* flex: 1; */
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.kat__customer-buku-tamu .item-1 .image-wrap {
    height: 100%;
}

.kat__customer-buku-tamu .item-1 .image-wrap img {
    object-fit: cover;
    height: 100%;
}
.kat__customer-buku-tamu .item-1.act-0 .image-wrap img {
    object-position: 20% bottom;
}
.kat__customer-buku-tamu .item-2-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.kat__customer-buku-tamu .item-2-wrapper h3 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size-s);
    font-weight: 400;
}

.kat__customer-buku-tamu .item-2-wrapper h1 {
    font-family: var(--boxing-text-family);
    font-size: var(--boxing-text-size);
    font-weight: 400;
}

.kat__customer-buku-tamu .item-2-wrapper p {
    font-family: var(--inter);
    font-size: calc(var(--body-text-size-m));
    font-weight: 600;
    color: var(--text-primary);
}

.num-of-cust-wrap {
    display: flex;
    gap: 4px;
}

.kat__customer-buku-tamu .item-2-wrapper .item-2-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kat__customer-buku-tamu .item-2-wrapper .item-2-event-wrap {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

@media (min-width: 1600px) {
    .kat__customer-buku-tamu .inner {
        /* max-width: 1200px;
        margin: auto; */
        margin-left: 12%;
    }

    .kat__customer-buku-tamu .item-1-wrapper {
        width: 80%;
    }
}

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

@media (min-width: 1281px) and (max-width: 1590px) {
    .kat__customer-buku-tamu{
        padding: 60px 80px;
    }
    .kat__customer-buku-tamu .inner {
        /* max-width: 1200px;
        margin: auto; */
        margin-left: 8%;
    }

    .kat__customer-buku-tamu .item-1-wrapper {
        width: 80%;
    }

    .kat__customer-buku-tamu .item-2-wrapper {
        gap: 16px;
    }

    .kat__customer-buku-tamu .item-2-wrapper .item-2-body {
        gap: 8px;
    }

    .kat__customer-buku-tamu .item-2-wrapper p{
        font-size: calc(var(--body-text-size-m) - 2px);
    }

    .kat__customer-buku-tamu-wrap .wa_input-togglewrap{
        width: 24px;
    }
}

@media (min-width: 960px) and (max-width: 1280px) {
    .kat__customer-buku-tamu .item-1-wrapper {
        max-height: 700px;
        height: 500px;
    }
}

@media (min-width: 560px) and (max-width: 960px) {
    .kat__customer-buku-tamu .item-1-wrapper {
        height: 500px;
    }

    .kat__customer-buku-tamu .inner {
        flex-direction: column;
        gap: 40px;
    }

    .kat__customer-buku-tamu .item-2-wrapper .item-2-body{
        align-items: center;
    }
    .kat__customer-buku-tamu .item-2-wrapper .item-2-header{
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 961px) and (max-width: 1024px) {
    .kat__customer-buku-tamu .inner {
        flex-direction: column;
    }
    .kat__customer-buku-tamu .item-2-wrapper .item-2-header{
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .kat__customer-buku-tamu .item-2-wrapper .item-2-body{
        align-items: center;
    }
}

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

    .kat__customer-buku-tamu .inner {
        flex-direction: column;
        gap: 40px;
    }

    .kat__customer-buku-tamu .item-1-wrapper {
        height: 320px;
    }
    .kat__customer-buku-tamu .item-2-wrapper{
        gap: 16px;
    }
    .kat__customer-buku-tamu .item-2-wrapper .item-2-body{
        align-items: center;
        gap: 12px;
    }
    .kat__customer-buku-tamu .item-2-wrapper .item-2-header{
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .kat__customer-buku-tamu-wrap .wa_input-togglewrap{
        width: 24px;
    }
}

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

.kat__other-prod-buku-tamu .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.kat__other-prod-buku-tamu .inner .header {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 2px solid var(--background-extend-primary);
}

.kat__other-prod-buku-tamu .inner .header h3 {
    font-family: var(--boxing-text-family);
    font-size: var(--boxing-text-size-s);
}

.kat__other-prod-buku-tamu .inner .body {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.kat__other-prod-buku-tamu .inner .body .product-list:nth-child(even) {
    flex-direction: row-reverse;
}

.kat__other-prod-buku-tamu .inner .body .product-list {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 32px;
    gap: 32px;
    background-color: var(--background-secondary);
    border-radius: 999px;
    max-width: 1600px;
    margin: 0 auto;
}


.kat__other-prod-buku-tamu .inner .body .product-list h1 {
    font-size: var(--boxing-text-size-m);
    font-family: var(--boxing-text-family);
    font-weight: 400;
    color: var(--light-yellow-main);
    text-align: center;
}

.kat__other-prod-buku-tamu .inner .body .product-list .product-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 12px;
}

.kat__other-prod-buku-tamu .inner .body .product-img-wrap {
    position: relative;
    flex: 1;
    border-radius: 999px;
    border: 5px solid #000;
    background: var(--pink-main);
    min-height: 320px;
    overflow: hidden;
}

.kat__other-prod-buku-tamu .inner .body .product-list.wp .product-img-wrap {
    background-color: var(--light-blue-main);
}

.orn-uw-1 {
    position: absolute;
    width: 45%;
    bottom: 0;
    left: 17%;
    transform: translate(0%, 57%) rotate(-14deg);
}

.orn-uw-2 {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 6%;
    transform: translate(0%, 51%);
}

.orn-wp-1 {
    position: absolute;
    width: 45%;
    bottom: 0;
    left: 50%;
    transform: translate(-40%, 57%) rotate(-14deg);
}

.orn-wp-2 {
    position: absolute;
    width: 16%;
    top: 10%;
    right: 15%;
    transform: translate(20%, 0%) rotate(14deg);
}

.orn-wp-3 {
    position: absolute;
    width: 16%;
    bottom: 0%;
    right: 15%;
    transform: translate(8%, 0%);
}

.orn-wp-4 {
    position: absolute;
    width: 16%;
    top: 10%;
    left: 7%;
    transform: translate(20%, 16%) rotate(-14deg);
}

.orn-wp-5 {
    position: absolute;
    width: 16%;
    bottom: 0%;
    left: 15%;
    transform: translate(1%, 42%) rotate(20deg);
}


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

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

@media (min-width: 1281px) and (max-width: 1590px) {
    .kat__other-prod-buku-tamu{
        padding: 80px 190px;
    }
    .kat__other-prod-buku-tamu .inner .body .product-img-wrap{
        min-height: 210px;
    }
    .kat__other-prod-buku-tamu .inner .body .product-list{
        gap: 0;
    }
}

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

@media (min-width: 960px) and (max-width: 1024px) {
    .kat__other-prod-buku-tamu {
        padding: 80px 48px;
    }
    .kat__other-prod-buku-tamu .inner .body .product-img-wrap {
        min-height: 250px;
    }
}

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

    .kat__other-prod-buku-tamu .inner .body .product-list,
    .kat__other-prod-buku-tamu .inner .body .product-list:nth-child(even) {
        flex-direction: column;
        border-radius: 40px;
        gap: 32px;
    }

    .kat__other-prod-buku-tamu .inner .body .product-img-wrap {
        min-height: 450px;
        border-radius: 40px;
    }

    .orn-wp-1 {
        position: absolute;
        width: 45%;
        bottom: 0;
        left: 50%;
        transform: translate(-42%, 25%) rotate(-14deg);
    }

    .orn-uw-1 {
        position: absolute;
        width: 36%;
        bottom: 0;
        left: 20%;
        transform: translate(0%, -4%) rotate(-14deg);
    }

    .orn-uw-2 {
        position: absolute;
        width: 41%;
        bottom: 0;
        right: 13%;
        transform: translate(0%, -36%);
    }

    .kat__other-prod-buku-tamu .inner .body .product-list .product-desc{
        flex-direction: row;
    }
}

@media (max-width: 559px) {
    .kat__other-prod-buku-tamu {
        padding: 60px 24px;
    }

    .kat__other-prod-buku-tamu .inner .body .product-list,
    .kat__other-prod-buku-tamu .inner .body .product-list:nth-child(even) {
        flex-direction: column;
        border-radius: 40px;
        gap: 32px;
        padding: 24px;
    }

    .kat__other-prod-buku-tamu .inner .body .product-img-wrap {
        min-height: 260px;
        border-radius: 40px;
    }

    .orn-wp-1 {
        position: absolute;
        width: 45%;
        bottom: 0;
        left: 50%;
        transform: translate(-42%, 25%) rotate(-14deg);
    }

    .orn-uw-1 {
        position: absolute;
        width: 36%;
        bottom: 0;
        left: 20%;
        transform: translate(0%, -4%) rotate(-14deg);
    }

    .orn-uw-2 {
        position: absolute;
        width: 41%;
        bottom: 0;
        right: 13%;
        transform: translate(0%, -36%);
    }
}

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

.marquee-2 {
    position: relative;
    background-color: var(--background-tertiary);
    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: 1281px) and (max-width: 1590px) {
    .marquee-2{
        --boxing-text-size-s: 30px;
        padding: 25px 0;
    }
}

@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;
    }
}

/* ANIMATION SUPPORT  */

/* .bubble-1,
.bubble-2,
.bubble-3 {
    transform: scale(.5);
    opacity: 0;
} */


/* ======================
    STEP CHECKIN BUKU-TAMU
====================== */

.kat__check-in-buku-tamu {
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
}

.kat__check-in-buku-tamu-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkin-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.checkin-slide-inner {
    position: relative;
    height: 100%;
    display: flex;
    padding: 60px 80px 80px;
    gap: 80px;
}

.item-1-wrap-img {
    width: 40%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orn-checkin-step {
    width: 62%;
    position: relative;
}

.orn-checkin-step .video-mask video {
    max-height: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 0 20%;
}
.orn-checkin-step .video-mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 101%;
    height: 100%;
    display: block;

    -webkit-mask-image: var(--video-mask);
    mask-image: var(--video-mask);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: top right;
    mask-position: top right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.orn-checkin-4-1 {
    position: absolute;
    width: 67.7%;
    left: 0;
    top: 12%;
    transform: translate(-60%, 0%);
}

.orn-checkin-4-2 {
    position: absolute;
    width: 67.7%;
    right: 0;
    bottom: 12%;
    transform: translate(60%, 0%);
}

.item-2-wrap-step {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.check-in-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.check-in-header h1 {
    width: 70%;
    text-transform: uppercase;
}

.check-in-header h1 , .check-in-header-2 h1 {
    font-family: var(--boxing-text-family);
    font-size: var(--boxing-text-size-m);
    color: var(--text-primary);
    font-weight: 400;
}

.check-in-header-2{
    display: none;
}
.item-2-wrap-step .checkin-card-wrap h2 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size-s);
    color: var(--neutral-100);
}

.orn-head-checkin-wrap {
    position: relative;
    flex: 1;
    width: 100%;
}

.check-in-body {
    display: flex;
    gap: 24px;
    flex: 1;
    max-height: 400px;
    justify-content: space-between;
}

.checkin-card-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}

.checkin-card {
    display: flex;
    padding: 24px;
    border-radius: 28px;
    outline: 3px solid var(--neutral-100);
    /* background: linear-gradient(180deg, var(--light-green-surface) 0%, var(--light-green-main) 100%); */
    background: #CAE7E1;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.checkin-card p {
    font-size: var(--body-text-size-m);
    font-family: var(--inter);
    color: var(--neutral-100);
}

.checkin-card p span {
    font-weight: 700;
}

.checkin-step {
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.checkin-circ-wrap.active {
    position: relative;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid var(--primary-main);
}

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

.checkin-circ-wrap.active .checkin-circ {
    border: 1px solid var(--Primary-Border, #F8BAC8);
    background: var(--primary-main);
}

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

.checkin-line-step.active {
    background: var(--background-extend-primary);

}

.checkin_slide::after {
    content: '';
    height: 28.4px;
    width: 100%;
    position: absolute;
    background: var(--divider-4) repeat-x;
    display: block;
    background-size: cover;
    bottom: 0;
}

.bg-wrap-checkin {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
}

.bg-wrap-checkin .bg-checkin-inside {
    content: '';
    position: relative;
    background: var(--yellow-main);
    height: 100%;
    width: 0%;
}

.swiper-wrapper.checkin-slide-wrapper>.swiper-slide:nth-child(1) .bg-checkin {
    margin-left: -10%;
}

.swiper-wrapper.checkin-slide-wrapper>.swiper-slide:nth-child(2) .bg-wrap-checkin .bg-checkin-inside {
    width: 10%;
}

.swiper-wrapper.checkin-slide-wrapper>.swiper-slide:nth-child(3) .bg-wrap-checkin .bg-checkin-inside {
    width: 30%;
}

.swiper-wrapper.checkin-slide-wrapper>.swiper-slide:nth-child(4) .bg-wrap-checkin .bg-checkin-inside {
    width: 50%;
}

.swiper-wrapper.checkin-slide-wrapper>.swiper-slide:nth-child(5) .bg-wrap-checkin .bg-checkin-inside {
    width: 120%;
}

.swiper-wrapper.checkin-slide-wrapper>.swiper-slide:nth-child(5) .bg-checkin {
    margin-right: -100%;
}

.bg-checkin {
    width: 43%;
    position: relative;
    bottom: 0;
    height: 100%;
    margin-left: -6px;
}

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

.bg-checkin .image-wrap img {
    height: 100%;
}

.checkin-wrapper-inner {
    overflow: hidden;
    position: relative;
}


/* Element not Pinned  */
.kat__check-in-buku-tamu.no-pinned{
    padding: 80px 0;
    
    /* background: var(--yellow-main); */
}
.kat__check-in-buku-tamu.no-pinned::after {
    content: '';
    height: 28.4px;
    width: 100%;
    position: absolute;
    background: var(--divider-4) repeat-x;
    display: block;
    background-size: cover;
    bottom: 0;
}
.kat__check-in-buku-tamu.no-pinned .checkin-slide-wrapper{
    flex-direction: column;
    
}
.kat__check-in-buku-tamu.no-pinned .checkin-slide-wrapper .checkin_slide::after{
    display: none;
}
.kat__check-in-buku-tamu.no-pinned .checkin-slide-wrapper .bg-wrap-checkin{
    display: none;
}
.kat__check-in-buku-tamu.no-pinned .checkin-slide-wrapper .checkin-step{
    display: none;
}
.kat__check-in-buku-tamu.no-pinned .check-in-header-2{
    display: block;
    text-align: center;
}
.kat__check-in-buku-tamu.no-pinned .check-in-header{
    display: none;
}

@media (min-width: 1600px) {
    .checkin-slide-inner {
        padding: 60px 120px 80px;
    }
}

@media (min-width: 1768px) {
    .checkin-slide-inner {
        padding: 60px 240px 80px;
    }
}

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

@media (min-width: 1281px) and (max-width: 1590px) {
    .checkin-card p {
        font-size: var(--body-text-size);
    }
    .orn-checkin-step{
        width: 50%;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .check-in-header h1{
        width: unset;
    }
    
    .checkin-slide-inner {
        padding: 40px 48px 60px;
        gap: 40px;
    }

    .item-2-wrap-step {
        gap: 24px;
    }
}

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

@media (min-width: 560px) and (max-width: 1024px) {
    .check-in-header{
        justify-content: center;
    }
    .check-in-header h1{
        width: unset;
    }
    .item-2-wrap-step .checkin-card-wrap h2{
        text-align: center;
    }
    .checkin-slide-inner {
        position: relative;
        height: 100%;
        display: flex;
        padding: 24px 48px;
        gap: 24px;
        flex-direction: column;
        align-items: center;
    }

    .item-2-wrap-step {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .check-in-body {
        flex-direction: column;
    }

    .item-1-wrap-img {
        width: 60%;
        flex-grow: 1;
    }

    .orn-checkin-step{
        width: 70%;
    }
}

@media (max-width: 559px) {
    .kat__check-in-buku-tamu.no-pinned{
        padding: 25px 0;
    }
    .check-in-header{
        justify-content: center;
    }
    .check-in-header h1{
        width: unset;
    }
    .item-2-wrap-step .checkin-card-wrap h2{
        text-align: center;
    }

    .checkin-slide-inner {
        position: relative;
        height: 100%;
        display: flex;
        padding: 24px;
        gap: 24px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .item-2-wrap-step {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .check-in-body {
        flex-direction: column;
        gap: 16px;
    }

    .item-1-wrap-img {
        width: 48%;
    }
    .item-1-wrap-img.first-orn-item {
        width: 80%;
    }

    .checkin-card {
        border-radius: 16px;
        outline: 2px solid var(--neutral-100);
        padding: 10px 17px;
    }

    .checkin-card-wrap {
        gap: 12px;
    }

    .orn-checkin-step{
        width: 100%;
    }

}