@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;800&display=swap");

.frame-hero {
}
.title-hero {
    color: var(--Netral-White, #fff);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 43.2px */
}

.content-hero {
    width: 800px;
    color: var(--Netral-White, #fff);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 29.9px */
}
.frame-kazee {
    display: flex;
    width: 100%;
    padding: 100px 120px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.title-kazee {
    color: var(----Dark-900, #3c476c);

    /* 26px/semibold */
    font-family: Inter, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 33.8px */
}
.content-kazee {
    align-self: stretch;
    max-width: 580px;
    color: var(----Grey-900, #3d4142);

    /* 16px/regular */
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 23.2px */
}

/* ======================= frame value ======================= */
.frame-value {
    display: flex;
    width: 100%;
    padding: 50px 120px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.title-value {
    margin-top: 0;
    color: var(----Dark-900, #3c476c);
    text-align: center;

    /* 26px/semibold */
    font-family: Inter, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 33.8px */
}
.card-value {
    perspective: 1000px;
    /* width: 100%; */
    display: flex;
    width: 280px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;

    border-radius: 20px;
    border: 1px solid var(----Blue-100, #dff1ff);
    background: var(--Netral-White, #fff);
}
.card-value:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.font-value {
    color: var(--Kazee-Primary-600, #d9292f);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 78px */
}

.title-font-value {
    color: var(----Dark-900, #3c476c);
    text-align: center;

    /* 23px/semibold */
    font-family: Inter, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 29.9px */
}
.col {
    margin: 0;
}
.row {
    padding: 0;
}
.backtext {
    color: var(----Grey-600, #646b6d);

    /* 13px/regular */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 18.85px */
    max-width: 205px;
}

@media screen and (max-width: 768px) {
    .frame-value {
        padding: var(--Space-space-40, 40px) var(--Space-space-20, 20px);
    }
}
/* ======================= frame value ======================= */


.frame-culture {
    display: flex;
    width: 100%;
    padding: 100px 120px;
    align-items: center;
    gap: 40px;
}

.title-culture {
    color: var(----Base-950, #292929);

    /* 26px/semibold */
    font-family: Inter, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 33.8px */
}

.content-culture {
    color: var(----Base-800, #464646);

    /* 16px/regular */
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 23.2px */
}
.frame-sosmed {
    display: flex;
    width: 100%;
    padding: 50px 120px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.title-sosmed {
    color: var(----Dark-900, #3c476c);
    text-align: center;

    /* 26px/semibold */
    font-family: Inter, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 33.8px */
}
.img-ig {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.img-hover-zoom {
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
    border-radius: 12px;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    transform: scale(1.1);
    border-radius: 12px;
}
.col.col-sosmed {
    padding: 0;
}

.flip-card {
    perspective: 1000px;
}



.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #FFFFFF;

}

.flip-card-back {
    background-color: #FFFFFF;
    /* color: white; */
    transform: rotateY(180deg);
}
