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

:root {
    /* 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;

    --wave-mask: url("https://katsudoto.id/desain/assets/img/new/orn-11.png");
}

body img {
    display: block;
    max-width: 100%;
}

body.kat__design-new {
    /* overflow: hidden; */
}

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

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

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

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

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

.design-new .landing-wrapper-inner {
    min-height: unset !important;
}

/* @media (max-width: 1599px) {
    :root {
        --boxing-text-size-l: 76px;
        --boxing-text-size-m: 60px;
        --boxing-text-size-s: 40px;
        --boxing-text-size-xs: 28px;

        --gambarino-text-size: 72px;
        --gambarino-text-size-s: 40px;

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

@media (max-width: 1440px) {
    :root {
        /* 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 (max-width: 1280px) {
    :root {
        --boxing-text-size-l: 52px;
        --boxing-text-size-m: 44px;
        --boxing-text-size-s: 28px;
        --boxing-text-size-xs: 20px;

        --gambarino-text-size: 52px;
        --gambarino-text-size-s: 32px;

        --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: 960px) {
    :root {
        /* 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: 600px) {
    :root {
        /* 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;
    }
}

.text-heading {
    font-family: var(--gambarino-text-family);
    font-size: var(--boxing-text-size-m);
}

.text-body {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size-m);
    font-weight: 400;
    color: var(--blue-main);
}

.text-center {
    text-align: center;
}

.w-fit {
    width: fit-content;
}
.w-full {
    width: 100%;
}

.hidden {
    display: none;
}

/* ======================
    BUTTON
====================== */
.kat__primary-button {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size-s);
    font-weight: 600;
    color: var(--neutral-10);
    border: 1px solid var(--neutral-100);
    padding: 24px;
    transition: background-color 0.5s ease-in-out;
    text-align: center;
}
.kat__primary-button:hover {
    background-color: var(--primary-hover);
}

.kat__outline-button {
    position: relative;
    display: flex;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size-s);
    font-weight: 600;
    background-color: transparent;
    color: var(--neutral-90);
    border-radius: 99px;
    border: 1px solid var(--neutral-100);
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.kat__outline-button:hover {
    background-color: var(--neutral-100);
    color: var(--neutral-10);
}
.kat__outline-button.active {
    background-color: var(--neutral-100);
    color: var(--neutral-10);
}

@media (max-width: 600px) {
    .kat__primary-button {
        padding: 10px 12px;
    }
}

/* ======================
    SECTION HERO
====================== */
section.design-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 2% 0;
    overflow: hidden;
    /* padding-top: 6.3%; */
    /* padding-bottom: 24px; */
}
section.design-hero .design-hero-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 74.53%;
    margin: 0 auto;
}

.design-hero-head .text-heading {
    font-family: var(--boxing-text-family);
    width: 90%;
}

.design-hero-head .text-body {
    width: 67%;
}

section.design-hero .design-hero-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 1.7%;
    width: 100%;
}

.orn-side {
    position: absolute;
    bottom: 0;
    width: 16.28%;
    max-width: 361px;
}
.orn-side.left {
    left: 0;
    transform: translate(-36%, -3.5%) rotate(16deg);
}
.orn-side.right {
    right: 0;
    transform: translate(36%, -3.5%) rotate(-16deg);
}

.design-hero-body .orn-top {
    position: relative;
    width: 39.51%;
    max-width: 390px;
}
.orn-top-1 {
    position: absolute;
    width: 18.86%;
    top: 0;
    right: 0;
    transform: translate(70%, -68%) scaleX(-1);
}

.design-hero-body .orn-1 {
    position: relative;
    width: 100%;
    max-width: 180px;
    margin-top: 56px;
}

.orn-2,
.orn-3,
.orn-4,
.orn-5 {
    position: absolute;
    width: 100%;
}

.orn-2 {
    top: 0;
    left: 0;
    transform: translate(-130%, -10%);
}
.orn-3 {
    top: 0;
    left: 0;
    transform: translate(-260%, -70%);
}
.orn-4 {
    top: 0;
    right: 0;
    transform: translate(130%, -10%);
}
.orn-5 {
    top: 0;
    right: 0;
    transform: translate(260%, -70%);
}
.orn-6 {
    position: absolute;
    width: 53.88%;
    top: 0;
    right: 0;
    transform: translate(60%, -60%);
}

@media (max-width: 960px) {
    section.design-hero {
        padding-top: 6.155%;
    }
    section.design-hero .design-hero-body {
        margin-bottom: 35%;
    }
    .orn-side {
        width: 27.95%;
    }
    .design-hero-body .orn-1 {
        max-width: 18.79%;
        margin-top: 0;
    }
    .orn-2 {
        transform: translate(-130%, 50%);
    }
    .orn-4 {
        transform: translate(130%, 50%);
    }
    .orn-3 {
        transform: translate(-260%, 125%);
    }
    .orn-5 {
        transform: translate(260%, 125%);
    }
}

@media (max-width: 600px) {
    section.design-hero .design-hero-head {
        width: 100%;
        padding: 0 24px;
    }
    .design-hero-head .text-body {
        width: 90%;
    }
    section.design-hero .design-hero-body {
        margin-bottom: 25%;
    }
    .orn-side {
        width: 29.86%;
    }
    .orn-side.left {
        transform: translate(-36%, -48.5%) rotate(16deg);
    }
    .orn-side.right {
        transform: translate(36%, -48.5%) rotate(-16deg);
    }
    .design-hero-body .orn-top {
        max-width: 56.53%;
    }
    .design-hero-body .orn-1 {
        max-width: 32.2%;
    }
    .orn-3,
    .orn-5 {
        display: none;
    }
}

/* ======================
    SECTION DESIGN DASH
====================== */
.design-dash {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 3.7% 0;
}

.design-dash .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 74.53%;
    margin: 0 auto;
    gap: 40px;
}

.design-dash .inner .typo-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 12px;
}

.design-dash .inner .typo-wrap h1 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size);
    /* width: 80%; */
}
.design-dash .inner .typo-wrap h3 {
    font-family: var(--boxing-text-family);
    font-size: var(--boxing-text-size-s);
}
.design-dash .inner .typo-wrap p {
    font-size: var(--body-text-size-l);
    color: var(--blue-main);
    /* width: 53%; */
}

.design-dash .rounded-el {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.design-dash .rounded-el.first {
    width: 70%;
}
.design-dash .rounded-el.second {
    width: 85%;
    opacity: 0.8;
}
.design-dash .rounded-el.third {
    width: 100%;
    opacity: 0.2;
}

.design-dash .dash-item-1-wrap {
    width: 100%;
    /* max-width: 100%; */
    background-color: var(--blue-main);
}

@media (max-width: 600px) {
    .design-dash .inner {
        gap: 20px;
    }
    .design-dash .inner .typo-wrap {
        gap: 8px;
    }
}

@media (max-width: 500px) {
    .design-dash .inner {
        width: 100%;
        padding: 40px 24px;
    }
}

/* ======================
    SECTION DESIGN PRESET
====================== */
section.design-preset {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2% 0;
    background-color: var(--pink-main);
    overflow: hidden;
}

section.design-preset .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 74.53%;
    gap: 60px;
    margin: 0 auto;
    align-items: center;
}

section.design-preset .inner .head {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 40px;
}

section.design-preset .inner .head h1 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size);
    text-align: center;
}

section.design-preset .inner .head .button-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
    overflow-y: auto;
}
section.design-preset .inner .head .button-wrap::-webkit-scrollbar {
    display: none;
}

section.design-preset .inner .body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

section.design-preset .inner .body .design-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
    padding-bottom: 9.3%;
}

.design-container .design-card {
    position: relative;
    display: flex;
    flex-direction: column;
    /* flex-basis: calc(25% - 24px); */
    width: calc(25% - 24px);
    max-width: 360px;
    gap: 12px;
}

.design-card .design-img {
    position: relative;
    flex-grow: 1;
    border: 3px solid #000;
    border-radius: 24px;
    overflow: hidden;
    transform: translateZ(0);
    height: auto;
    /* max-height: 640px; */
}

.design-card .design-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.design-card .design-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    border: 3px solid #000;
    border-radius: 24px;
    overflow: hidden;
    transform: translateZ(0);
    background-color: var(--light-yellow-main);
    align-items: center;
}

.design-card .design-content p {
    font-family: var(--gambarino-text-family);
    font-size: var(--body-text-size);
    text-align: center;
    text-transform: capitalize;
    color: var(--blue-main);
}

.design-card .design-img .design-label-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px;
    gap: 4px;
}
.design-card .design-img .design-label-wrapper.top {
    top: 0;
}
.design-card .design-img .design-label-wrapper.bottom {
    bottom: 0;
    justify-content: center;
}
.design-label-wrapper .alert-button {
    display: none;
    position: relative;
    align-items: center;
}
.design-label-wrapper .alert-button.show {
    display: flex;
}
.design-label-wrapper .alert-button i {
    border-radius: 50%;
    background-color: var(--neutral-100);
    font-size: var(--body-text-size-l);
    color: var(--secondary);
    padding: 8px;
}
.design-label-wrapper .alert-button .text-label {
    display: inline-flex;
    position: relative;
    opacity: 0;
    background-color: var(--neutral-100);
    padding: 4px 0px;
    border-radius: 0 15px 15px 0;
    font-family: var(--body-text-family);
    font-size: 0;
    color: var(--neutral-10);
    overflow: hidden;
    visibility: hidden;
    flex-wrap: nowrap;
    transform: translateX(-11%);
    transition: all 0.3s ease-out;
}
.design-label-wrapper .alert-button:hover .text-label {
    font-size: var(--body-text-size-xs);
    visibility: visible;
    overflow: visible;
    opacity: 1;
    padding: 4px 8px;
}

.design-label-wrapper .alert-chips {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;

    font-family: var(--body-text-family);
    font-size: var(--body-text-size-xs);

    border-radius: 25px;
}
.design-label-wrapper .alert-chips.editable {
    border: 1px solid #d7f5d9;
    background-color: #f7fdf7;
    color: #485248;
}
.design-label-wrapper .alert-chips.not-editable {
    border: 1px solid #eeb4b0;
    background-color: #f5d8d6;
    color: #cb3a31;
}

.orn-wave {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 1.2%);
}
.orn-wave > .image-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--blue-main);
    -webkit-mask-image: var(--wave-mask);
    mask-image: var(--wave-mask);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.orn-wave > .image-wrap > img {
    opacity: 0;
}

@media (max-width: 1280px) {
    .design-container .design-card {
        width: calc(33% - 24px);
    }
}

@media (max-width: 960px) {
    section.design-preset .inner .head .button-wrap {
        justify-content: start;
    }

    section.design-preset .inner .body .design-container {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-y: auto;
    }
    section.design-preset .inner .body .design-container::-webkit-scrollbar {
        display: none;
    }
    .design-container .design-card {
        width: calc(100% - 0px);
        max-width: 360px;
        flex-shrink: 0;
    }
}

@media (max-width: 600px) {
    section.design-preset .inner {
        gap: 24px;
    }
    section.design-preset .inner .head {
        gap: 20px;
    }
    section.design-preset .inner .head .button-wrap {
        gap: 8px;
    }

    .design-container .design-card {
        max-width: 240px;
    }

    .design-card .design-img {
        /* max-height: 420px; */
        border-radius: 16px;
        border: 1.5px solid black;
    }

    .design-card .design-content {
        border-radius: 16px;
        border: 1.5px solid black;
        gap: 6px;
    }
}

@media (max-width: 500px) {
    section.design-preset .inner {
        width: 100%;
        padding: 40px 0px;
    }
    section.design-preset .inner .head h1 {
        padding: 0px 24px;
    }
    section.design-preset .inner .head .button-wrap {
        padding: 0 24px;
    }
    section.design-preset .inner .body {
        /* padding-left: 24px; */
    }
    section.design-preset .inner .body .design-container {
        padding: 0 24px;
    }
}

/* ======================
    SECTION CONSULTATION
====================== */
section.consultation-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background-color: var(--blue-main);
    padding: 2% 0;
}

section.consultation-container .consultation {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    /* overflow: hidden; */
    width: 74.53%;
    padding: 6.95% 0% 2.5%;
}

.consultation .orn-ilustration {
    position: relative;
    width: 55.6%;
}

.orn-ils-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 32.39%;
    transform: translate(0%, -45%) scaleX(-1);
}

.consultation .consultation-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
    width: 100%;
}

.consultation-content h1 {
    font-family: var(--gambarino-text-family);
    font-size: var(--gambarino-text-size);
    color: var(--light-yellow-main);
    width: 80%;
}
.consultation-content p {
    font-size: var(--body-text-size-l);
    color: var(--light-yellow-main);
    width: 85%;
}

@media (max-width: 960px) {
    section.consultation-container .consultation {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 40px 24px;
    }

    .consultation .consultation-content {
        gap: 12px;
        align-items: center;
        text-align: center;
    }
}

.marquee-2 {
    border-top: 3px solid var(--primary-main);
    border-bottom: 3px solid var(--primary-main);
}

@keyframes twinkle {
    0% {
        transform: scale(0.5);
        opacity: 0.2;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.orn-top-1 > .image-wrap > img {
    animation: twinkle 2s ease-in-out infinite alternate;
    animation-delay: 1s;
}
.orn-6 > .image-wrap > img {
    animation: blink 2s ease-in-out infinite alternate;
    animation-delay: 1s;
}
.orn-ils-1 > .image-wrap > img {
    animation: twinkle 2s ease-in-out infinite alternate;
    animation-delay: 1s;
}
