@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");

@font-face {
    font-family: "Futuru";
    src: url("../fonts/futuru-main/Futuru-VariableVF.woff2") format("woff2");
    font-weight: 100 900;
    /* Mendukung dari Thin (100) hingga Black (900) */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/MONTSERRAT/Montserrat-Thin.ttf") format("truetype");
    font-weight: 100;
    /* Thin */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/MONTSERRAT/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    /* Light */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/MONTSERRAT/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    /* Regular */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/MONTSERRAT/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    /* Medium */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/MONTSERRAT/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    /* SemiBold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/MONTSERRAT/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    /* Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/MONTSERRAT/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    /* ExtraBold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/MONTSERRAT/Montserrat-Black.ttf") format("truetype");
    font-weight: 900;
    /* Black */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tactico";
    src: url("../fonts/tactico-bold/tactico-slant.ttf") format("truetype");
    font-weight: 300;
    /* Slant */
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Tactico";
    src: url("../fonts/tactico-bold/tactico-regular.ttf") format("truetype");
    font-weight: 400;
    /* Regular */
    font-style: normal;
    font-display: swap;
    font-display: swap;
}

@font-face {
    font-family: "Tactico";
    src: url("../fonts/tactico-bold/tactico-bold.ttf") format("truetype");
    font-weight: 700;
    /* Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "StretchPro";
    src: url("../fonts/stretch-pro/StretchPro.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Menda";
    src: url("../fonts/menda/Menda-Medium.ttf") format("truetype");
    font-weight: 500;
    /* Medium */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Menda";
    src: url("../fonts/menda/Menda-SemiBold.ttf") format("truetype");
    font-weight: 600;
    /* SemiBold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Menda";
    src: url("../fonts/menda/Menda-Bold.ttf") format("truetype");
    font-weight: 700;
    /* Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Menda";
    src: url("../fonts/menda/Menda-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    /* ExtraBold */
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-gd: transparent linear-gradient(140deg, #384967 0%, #6f91cd 100%) 0% 0% no-repeat padding-box;
    --c-primary: #e50075;
    --c-secondary: #6520d1;
    --c-body: #000000;
    --c-purple: #6520d1;
    --c-yellow-cake: #dfcf7a;
    --c-pink: #e50075;
    --c-pink-soft: #ea9f8b;
    --c-red-broken: #e14738;
    --c-blue-darken: #1b1737;
    --c-green: #0f7305;
    --c-green-darken: #283a46;
    --c-green-neon: #bdfa04;
    --c-blue-sea: #43a9a6;
    --c-blue-sky: #1764ab;
    --c-polaroid: #f2f2f2;
    --c-career: #f7a600;
    --c-black: #212529;
    --c-info: #9597a1;
    --c-white: #ffffff;
    --c-grey: #d1d1d1;
    --c-disabled: #dee1e8;
    --c-transparent: transparent;
    --c-skeleton: #464646;
    --shadow-bg: 0px 6px 18px rgb(0 0 0 / 8%);
    --shadow-skeleton: 0px 6px 18px rgb(0 0 0 / 3%);
    --ts-cubic: all 0.5s cubic-bezier(0.47, 0.71, 0.66, 0.84);
}

*,
::before,
::after,
hr,
hr::before,
hr::after,
input[type="search"],
input[type="search"]::before,
input[type="search"]::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: var(--c-pink);
    color: var(--c-white);
}

html,
body {
    font-family: "Futuru", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 500;
    font-style: normal;
    background: var(--c-body);
    background-color: var(--c-body);
    color: var(--c-black);
    width: 100%;
    height: 100%;
    overflow-y: overlay;
    transition: ease 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Menda", sans-serif;
    line-height: 1.3;
}

h1 {
    font-size: 4rem;
    font-weight: 700;
}

h2 {
    font-size: 3.25rem;
    font-weight: 700;
}

h3 {
    font-size: 2.5rem;
    font-weight: 600;
}

h4 {
    font-size: 2rem;
    font-weight: 600;
}

h5 {
    font-size: 1.75rem;
}

h6 {
    font-size: 1.5rem;
}

p {
    font-size: 1rem;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0px;
}

small {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0;
}

ul {
    list-style: none;
    padding: 0px;
    margin-left: 12px;
}

a {
    color: var(--c-black);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    /* text-decoration: none; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
}

a:hover,
a:focus,
a:active {
    /* color: var(--c-primary) !important; */
    color: var(--c-primary);
}

span,
i {
    transition: all 0.3s !important;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img.icon-16 {
    width: 1rem;
    height: 1rem;
}

img.icon-24 {
    width: 1.5rem;
    height: 1.5rem;
}

img.icon-32 {
    width: 2rem;
    height: 2rem;
}

img.icon-48 {
    width: 3rem;
    height: 3rem;
}

img.icon-64 {
    width: 4rem;
    height: 4rem;
}

.img-128 {
    width: 8rem;
}

.img-192 {
    width: 12rem;
}

.img-240 {
    width: 15rem;
}

.img-rounded {
    border-radius: 50%;
}

.shadow-bg {
    box-shadow: var(--shadow-bg);
}

hr {
    margin-top: 1.2496px;
    margin-bottom: 1.2496px;
    border: 0;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

i {
    transition: all 0.3s;
}

.ts-03 {
    transition: ease-in-out 0.3s;
}

.ts-05 {
    transition: ease-in-out 0.5s;
}

.ts-spring {
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ========================== FORM FIELD ==========================*/

.form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: var(--c-black);
}

.form-control[disabled] {
    border: 0;
    background-color: var(--c-disabled);
}

.form-control[disabled]:hover {
    border: 0;
}

.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-group-icon input.form-control {
    padding-right: 3rem;
}

.form-control::placeholder {
    opacity: 0.5;
}

.has-error .form-control {
    box-shadow: none;
}

input.form-control {
    position: relative;
    height: 3rem;
    padding: 0.5rem 0.75rem;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #a4a1a1;
    color: var(--c-black);
    /* box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px; */
    box-shadow: none;
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    transition: all 0.3s;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: rgb(0, 0, 50, 0.8);
}

input.form-control:hover,
input.form-control:focus,
input.form-control:active {
    color: var(--c-black);
    background-color: var(--c-white);
    border-color: var(--c-pink);
}

input.form-control[readonly] {
    background-color: var(--c-disabled);
    cursor: default;
    border: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

select.form-control {
    background-color: #ebf2ff !important;
    cursor: pointer;
    height: auto;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    /* letter-spacing: 1rem; */
    font-weight: 400;
    /*background-color: 08284b;*/
    border: 0.0625rem solid #a4a1a1;
    color: var(--c-black);
    border: 1px solid;
    border-color: var(--c-grey);
    border-radius: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/general/dd-b-bot.svg");
    background-size: 0.75rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control:hover,
select.form-control:focus,
select.form-control:active {
    border-color: var(--c-pink);
    color: var(--c-black);
}

.select2-container--default .select2-selection--single {
    height: 2.5rem !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--c-black) !important;
    font-size: 1rem !important;
    font-weight: 600;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.3125rem !important;
}

ul.select2-results__options>li:hover {
    color: var(--c-black) !important;
    /* background-color: #ffe3b8 !important; */
}

.select2-container--default .select2-results__option--selected {
    color: var(--c-white) !important;
    background-color: var(--c-primary) !important;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected.select2-results__option--highlighted {
    color: var(--c-white) !important;
    background-color: var(--c-primary) !important;
}

li.select2-results__option--selectable {
    color: var(--c-black) !important;
}

textarea.form-control {
    background-color: var(--c-transparent);
    /* height: 3.125rem; */
    position: relative;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    letter-spacing: 1rem;
    color: var(--c-black);
    border: 1px solid #a4a1a1;
    border-radius: 0;
    text-transform: none;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    transition: all 0.3s;
    /*resize: none;*/
}

textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:active {
    background-color: var(--c-transparent);
    border: 1px solid var(--c-pink);
    color: var(--c-black);
}

label.control-label {
    position: relative;
    font-size: 0.875rem;
    color: var(--c-black);
    /* letter-spacing: .0625rem; */
    font-weight: 400;
    border-radius: 0;
    margin-left: 0;
    margin-bottom: 0.25rem;
}

.underline {
    text-decoration: underline;
}

/*====================================== SECTION MODAL SECTION ======================================*/
.modal {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 99999;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-content {
    max-height: 90vh;
    /* height: 100%; */
    background-color: #fff;
    border: 0;
    border-radius: 1.25rem;
}

.modal-header {
    border: 0;
    padding: 1.5rem 2rem;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    border-color: var(--c-grey);
}

.modal-header .modal-logo {
    max-width: 7.25rem;
    margin: 0 auto 1rem auto;
}

.modal-close .close,
.modal-header .close {
    z-index: 99999;
    opacity: 1;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: var(--c-primary);
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.modal-close .close span,
.modal-header .close span {
    font-size: 1.25rem;
    color: var(--c-white);
    position: relative;
    transition: all 0.3s;
}

.modal-close .close:hover,
.modal-header .close:hover {
    opacity: 1;
    background-color: #f54036;
}

.modal-close .close:hover span,
.modal-header .close:hover span {
    color: var(--c-white);
}

.modal-bg-wa {
    border: 1px solid var(--c-primary);
    background-color: #000000ca;
}

.modal-body {
    height: 100%;
    padding: 2rem 2rem;
}

.modal.fade {
    overflow: hidden;
}

.modal.fade .modal-dialog {
    transition: transform 0.5s ease-in-out, filter 1s ease-out;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    transform: translate(30px, 999px) rotate(0) scale(0);
}

.modal.fade.show .modal-dialog {
    filter: blur(0);
    -webkit-filter: blur(0);
    transform: translate(0, 0) rotate(0) scale(1);
}

.modal.fade.show .modal-dialog .modal-content {
    overflow-y: auto;
}

.modal-footer {
    border-top: 0.0625rem solid rgb(222, 226, 230);
    padding: 1rem;
    /*border: 0;*/
    text-align: center;
}

/*====================================== SECTION COMPONENT BUTTON ======================================*/

.btn-nohov:focus,
.btn-nohov:hover,
.btn-nohov:active,
.btn-nohov:target,
.btn-nohov:focus:hover,
.btn-disable:focus,
.btn-disable:hover,
.btn-disable:active,
.btn-disable:target,
.btn-disable:focus:hover {
    background-color: var(--c-primary);
}

.btn-pensil {
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0px;
    font-family: "Futuru", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    color: var(--c-primary);
    background-color: var(--c-transparent);
    padding: 0;
    margin: 0;
    z-index: 1;
    padding: 1rem;
    transition: all 0.3s;
    box-shadow: 0 0px 16px 2px var(--btn-shine-right);
    overflow: hidden;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.no-select-block {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
}

.btn-pensil:focus,
.btn-pensil:hover,
.btn-pensil:active,
.btn-pensil:target,
.btn-pensil:focus:hover {
    background-color: var(--c-transparent);
    outline: 0;
    border-color: var(--c-transparent);
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd00;
    border-color: #0d6efd00;
}

.btn-primary {
    background-image: url("../images/general/btn-papper-pink.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 1.25rem 2rem;
    color: var(--c-white);
}

.btn-primary span {
    position: relative;
}

.btn-primary:hover {
    color: var(--c-green-neon);
    background-color: var(--c-transparent);
    transform: scale(1.1);
}

.btn-primary:hover span {
    color: var(--c-green-neon);
}

.btn-secondary {
    background-image: url("../images/general/btn-papper-grey.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 1.25rem 2rem;
    color: var(--c-white);
}

.btn-secondary span {
    position: relative;
}

.btn-secondary:hover {
    color: var(--c-green-neon);
    background-color: var(--c-transparent);
    transform: scale(1.1);
}

.btn-tertiary {
    background-image: url("../images/general/btn-papper-green.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 1.25rem 2rem;
    color: var(--c-black);
}

.btn-tertiary.btn-career {
    font-weight: 700;
    padding: 1rem 2rem;
    background-image: url("../images/general/btn-career.png");
}

.btn-tertiary span {
    position: relative;
    top: -4px;
}

.btn-tertiary:hover {
    color: var(--c-white) !important;
    background-color: var(--c-transparent);
    transform: scale(1.1);
}

.btn-tertiary:hover span {
    color: var(--c-white) !important;
    background-color: var(--c-transparent);
    transform: scale(1.1);
}

.btn-thankyou {
    background-image: url("../images/bg-green-thankyou.png");

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 1.25rem 2rem;
    color: var(--c-black);
}

.btn-thankyou span {
    position: relative;
    top: -4px;
}

.btn-thankyou:hover {
    color: var(--c-white) !important;
    background-color: var(--c-transparent);
    transform: scale(1.1);
}

.btn-thankyou:hover span {
    color: var(--c-white) !important;
    background-color: var(--c-transparent);
    transform: scale(1.1);
}

.btn-article {
    background-image: url("../images/general/btn-papper-article.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 1.25rem 2rem;
    color: var(--c-white);
}

a.btn-article:focus,
a.btn-article:active {
    color: var(--c-green-neon) !important;
}

.btn-article span {
    position: relative;
}

.btn-article:hover {
    color: var(--c-green-neon) !important;
    background-color: var(--c-transparent);
    transform: scale(1.1);
}

.btn-article:hover span {
    color: var(--c-green-neon) !important;
    background-color: var(--c-transparent);
    transform: scale(1.1);
}

.btn-nf {
    background-image: url("../images/general/btn-nf.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 1.25rem 2rem;
    color: var(--c-black);
    transition: all;
}

a.btn-nf:focus,
a.btn-nf:active {
    color: var(--c-black) !important;
}

.btn-nf span {
    position: relative;
    font-size: 16px;
}

.btn-nf:hover {
    color: var(--c-black) !important;
    background-color: var(--c-transparent);
    transform: scale(1.1);
}

.btn-nf:hover span {
    color: var(--c-black) !important;
    background-color: var(--c-transparent);
    transform: scale(1.1);
}

.btn-custom {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    font-weight: 700;
    padding: 1rem;
    color: var(--c-white);
}

.btn-custom svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-custom span {
    position: relative;
    top: -4px;
}

.btn-custom:hover {
    color: var(--c-white) !important;
    background-color: var(--c-transparent);
    transform: scale(1.1);
}

.btn-custom:hover span {
    color: var(--c-white) !important;
    background-color: var(--c-transparent);
    transform: scale(1.1);
}

.btn-back {
    position: absolute;
    left: 64px;
    top: 100px;
    display: flex;
    align-items: center;
    justify-items: center;
    z-index: 100;
    opacity: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--c-white);
    transition: all 0.3s;
}

.btn-back .image {
    padding: 0.25rem;
}

.btn-back:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.btn-link {
    background-color: var(--c-transparent);
    color: var(--c-primary);
    text-decoration: underline;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    background-color: var(--c-transparent);
    color: var(--c-primary);
    text-decoration: underline;
}

.btn-load {
    color: var(--c-primary-600);
}

.btn-load:before,
.btn-load:active,
.btn-load:focus {
    background-color: var(--c-primary-600) !important;
}

.underline-cta {
    border-bottom: 1px solid var(--c-primary);
}

.btn-google {
    border: 1px solid #e7e7e9;
    background-color: var(--c-white) !important;
    color: var(--c-black) !important;
}

.btn-google:hover {
    color: var(--c-black) !important;
    border-color: #dbdbde !important;
    box-shadow: none !important;
}

.btn-fb {
    background-color: #4267b2;
    color: var(--c-white) !important;
}

.btn-fb:hover {
    box-shadow: none !important;
}

.cta a:hover span {
    color: var(--c-primary);
}

.cta a:hover.btn-primary span {
    color: var(--c-green-neon);
}

.wa-bg {
    background-color: #25d366;
}

.btn-ans.btn-disable {
    opacity: 0.2 !important;
    cursor: default !important;
}

.btn-ans.disabled {
    background-color: var(--c-disabled);
    cursor: default !important;
}

.btn-ans.disabled:hover,
.btn-ans.disabled:active,
.btn-ans.disabled:focus {
    box-shadow: none;
    transform: scale(1);
}

.btn-modal {
    background-color: var(--c-transparent);
    border: 0;
    padding: 0 !important;
    box-shadow: none;
}

#select-dropdown {
    margin-top: 0.25rem;
    background: transparent;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    outline: 0;
    display: block;
    text-align: left;
    font-size: 1rem;
    width: 100%;
    color: #5a5957;
    text-decoration: none;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

#select-dropdown.open {
    opacity: 0;
}

.button-group {
    position: relative;
    width: 13.5rem;
}

.button-group .marka {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 9999;
}

.button-group .marka i {
    background: grey !important;
}

.marka-icon-times {
    border: 1px solid grey;
    border-radius: 50%;
    top: 0.25rem !important;
    right: 0.25rem !important;
}

#dropdown-menu {
    position: absolute;
    top: -1rem;
    right: 0;
    left: 0;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    width: 100%;
    list-style: none;
    text-align: left;
    border-radius: 0.25rem;
    background: var(--c-white);
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: box-shadow 0.5s ease-out;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

#dropdown-menu li {
    position: relative;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
}

#dropdown-menu li:nth-last-child(1) {
    margin-bottom: 0;
}

#dropdown-menu li:hover {
    background-color: #33b8c41a;
}

#dropdown-menu li a {
    color: #5a5957;
    text-decoration: none;
    font-size: 1rem;
}

#dropdown-menu.open {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#dropdown-menu.open li {
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.open li:nth-child(1) {
    transition-delay: 0.07s !important;
}

.open li:nth-child(2) {
    transition-delay: 0.14s !important;
}

.open li:nth-child(3) {
    transition-delay: 0.21s !important;
}

.open li:nth-child(4) {
    transition-delay: 0.28s !important;
}

.open li:nth-child(5) {
    transition-delay: 0.35s !important;
}

/*====================================== SECTION COMPONENT WORDING ======================================*/
.sc-main {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--c-black);
    transition: all 0.3s;
}

.font-stretchpro {
    font-family: "StretchPro", sans-serif;
}

.font-menda {
    font-family: "menda", sans-serif;
}

.font-futuru {
    font-family: "Futuru", sans-serif;
}

.font-montserrat {
    font-family: "Montserrat", sans-serif;
}

.font-tactico {
    font-family: "Tactico", sans-serif;
}

.line-height-085 {
    line-height: 0.85;
}

.line-height-1 {
    line-height: 1;
}

.sc-xxxl {
    font-size: 3rem;
}

.sc-xxl {
    font-size: 2.5rem;
}

.sc-xl {
    font-size: 2rem;
}

.sc-l {
    font-size: 1.375rem;
}

.sc-m {
    font-size: 1.125rem;
}

.sc-s {
    font-size: 1rem;
}

.sc-s-light {
    font-size: 1rem;
    font-weight: 300;
}

.sc-xs {
    font-size: 0.75rem;
}

.sc-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sc-break {
    white-space: normal;
    word-wrap: break-word;
}

.c-small {
    font-size: 0.625rem;
    line-height: 1.5;
}

.c-primary {
    color: var(--c-primary) !important;
}

.c-primary-800 {
    color: var(--c-primary) !important;
}

.c-primary-600 {
    color: var(--c-primary-600) !important;
}

.c-primary-500 {
    color: var(--c-primary-500) !important;
}

.c-secondary {
    color: var(--c-secondary) !important;
}

.c-white {
    color: var(--c-white) !important;
}

.c-black {
    color: var(--c-black) !important;
}

.c-green-neon {
    color: var(--c-green-neon);
}

.c-green {
    color: var(--c-green);
}

.c-purple {
    color: var(--c-purple);
}

.c-pink {
    color: var(--c-pink);
}

.c-pink-soft {
    color: var(--c-pink-soft);
}

.c-red-broken {
    color: var(--c-red-broken);
}

.c-career {
    color: var(--c-career) !important;
}

.c-tertiary {
    color: var(--c-tertiary) !important;
}

.c-blue-sea {
    color: var(--c-blue-sea);
}

.c-blue-sky {
    color: var(--c-blue-sky);
}

.c-green-neon {
    color: var(--c-green-neon);
}

.c-black-secondary {
    color: var(--c-b-secondary) !important;
}

.c-info {
    color: var(--c-info) !important;
}

.c-red {
    color: var(--c-red) !important;
}

.c-grey {
    color: var(--c-grey) !important;
}

.c-lvl-1 {
    color: var(--c-lvl-1) !important;
}

.c-lvl-2 {
    color: var(--c-lvl-2) !important;
}

.c-lvl-3 {
    color: var(--c-lvl-3) !important;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700 !important;
}

.x-bold {
    font-weight: 800 !important;
    /* letter-spacing: 1; */
}

.xx-bold {
    font-weight: 900;
}

.box-shadow {
    -webkit-transition: box-shadow 0.5s ease-out;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.5s ease-out;
}

.no-pad {
    padding: 0;
}

.rd-sm {
    border-radius: 0.25rem;
}

.rd-md {
    border-radius: 0.5rem;
}

.rd-lg {
    border-radius: 0.75rem;
}

.rd-h {
    border-radius: 1.5rem;
}

.rd-50 {
    border-radius: 50%;
}

.rd-t-sm {
    border-radius: 0.25rem 0.25rem 0rem 0rem;
}

.rd-t-md {
    border-radius: 0.5rem 0.5rem 0rem 0rem;
}

.rd-t-lg {
    border-radius: 0.75rem 0.75rem 0rem 0rem;
}

.rd-t-h {
    border-radius: 1.5rem 1.5rem 0rem 0rem;
}

.rd-b-sm {
    border-radius: 0rem 0rem 0.25rem 0.25rem;
}

.rd-b-md {
    border-radius: 0rem 0rem 0.5rem 0.5rem;
}

.rd-b-lg {
    border-radius: 0rem 0rem 0.75rem 0.75rem;
}

.rd-b-h {
    border-radius: 0rem 0rem 1.25rem 1.25rem;
}

.br-primary {
    border-color: var(--c-primary);
}

.br-red {
    border-color: var(--c-red);
}

.no-transform {
    text-transform: none !important;
}

.bg-primary {
    background-color: var(--c-primary) !important;
}

.bg-purple {
    background-color: var(--c-purple);
}

.bg-pink {
    background-color: var(--c-pink);
}

.bg-pink-soft {
    background-color: var(--c-pink-soft);
}

.bg-red-broken {
    background-color: var(--c-red-broken);
}

.bg-blue-darken {
    background-color: var(--c-blue-darken);
}

.bg-yellow-cake {
    background-color: var(--c-yellow-cake);
}

.bg-green-darken {
    background-color: var(--c-green-darken);
}

.bg-primary-gd {
    background: var(--primary-gd) !important;
}

.bg-secondary {
    background-color: var(--c-secondary) !important;
}

.bg-tertiary {
    background-color: var(--c-tertiary) !important;
}

.bg-white {
    background-color: var(--c-white) !important;
}

.bg-black {
    background-color: var(--c-black) !important;
}

.bg-career {
    background-color: var(--c-career) !important;
}

.bg-body {
    background-color: var(--c-body) !important;
}

.bg-red {
    background-color: var(--c-red) !important;
}

.bg-service-strategy {
    background-color: #dabea6;
}

.bg-transparent {
    background-color: var(--c-transparent) !important;
}

.bg-wa {
    background-color: #25d366 !important;
}

.bg-fb {
    background-color: #4267b2 !important;
}

.w-fit {
    width: fit-content;
}

.h-fit {
    height: fit-content;
}

.max-8 {
    max-width: 0.5rem !important;
}

.max-16 {
    max-width: 1rem !important;
}

.max-24 {
    max-width: 1.5rem !important;
}

.max-32 {
    max-width: 2rem !important;
}

.max-40 {
    max-width: 2.5rem !important;
}

.max-48 {
    max-width: 3rem !important;
}

.max-64 {
    max-width: 4rem !important;
}

.max-84 {
    max-width: 5.25rem !important;
}

.max-100 {
    max-width: 6.25rem !important;
}

.max-128 {
    max-width: 8rem !important;
}

.max-160 {
    max-width: 10rem !important;
}

.max-192 {
    max-width: 12rem !important;
}

.max-240 {
    max-width: 15rem !important;
}

.max-272 {
    max-width: 17rem;
}

.max-320 {
    max-width: 20rem !important;
}

.max-328 {
    max-width: 20.5rem !important;
}

.max-360 {
    max-width: 22.5rem !important;
}

.max-400 {
    max-width: 25rem !important;
}

.max-432 {
    max-width: 28rem !important;
}

.max-480 {
    max-width: 30rem !important;
}

.max-528 {
    max-width: 33rem !important;
}

.max-560 {
    max-width: 35rem !important;
}

.max-620 {
    max-width: 38.75rem !important;
}

.max-640 {
    max-width: 40rem !important;
}

.max-656 {
    max-width: 41rem !important;
}

.max-720 {
    max-width: 45rem !important;
}

.max-840 {
    max-width: 52.5rem !important;
}

.max-1024 {
    max-width: 64rem !important;
}

.max-1140 {
    max-width: 71.25rem !important;
}

.z-m-3 {
    z-index: -3;
}

.z-m-2 {
    z-index: -2;
}

.z-m-1 {
    z-index: -1;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.subject-title {
    max-width: 64rem;
    margin: 0 auto;
}

.subject-desc,
.subject-info {
    max-width: 64rem;
    margin: 0 auto;
}

.sticky-subhead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.no-result {
    background-color: var(--c-primary-500);
    padding: 1rem;
    text-align: center;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
}

.cover {
    object-fit: cover;
}

.c-default {
    cursor: default;
}

.pointer {
    cursor: pointer;
}

.clipped-path {
    padding: 5px 0;
    /* clip-path: inset(0 0 30% 0); */

    clip-path: polygon(0 0, 150% 0, 150% 150%, 0 150%);
    transition: clip-path 1s;
}

.line-clamp-1 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
}

.line-clamp-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
}

.line-clamp-3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
}

.line-clamp-4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
}

.line-clamp-5 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
}

.custom-choose {
    display: flex;
}

.custom-choose input[type="checkbox"],
.custom-choose input[type="radio"] {
    display: none;
}

.custom-choose input[type="checkbox"]+label,
.custom-choose input[type="checkbox"]:not(checked)+label,
.custom-choose input[type="radio"]+label,
.custom-choose input[type="radio"]:not(checked)+label {
    cursor: pointer;
    padding: 12px 32px;
    border: solid 1px var(--c-transparent);
    background-color: var(--c-body);
    border-radius: 0.5rem;
    text-align: center;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
}

.custom-choose input[type="checkbox"]:checked+label,
.custom-choose input[type="radio"]:checked+label {
    position: relative;
    border: solid 1px var(--c-primary);
    background-color: var(--c-body);
    color: var(--c-primary);
    transition: all ease-in-out 0.3s;
}

/*====================================== SECTION NAVBAR ======================================*/
header {
    /* overflow: hidden; */
    position: sticky;
    /* border-bottom: 1px solid var(--c-primary); */
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    will-change: transform;
    transition: background 0.3s,
        -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
        background 0.3s;
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
        background 0.3s,
        -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

header nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 1rem;
    background-color: var(--c-body);
    transition: var(--ts-cubic);
}

.container-nav {
    padding: 0.5rem;
    /* max-width: 1024px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
    background-color: var(--c-transparent);
    border: 1px solid var(--c-transparent);
    box-shadow: 0;
    z-index: 999;
    transition: all 0.5s;
}

header nav#navigation.scrolled {
    /* background-color: transparent; */
    background-color: var(--c-body);
}

header nav#navigation.scrolled .container-nav {
    /* backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transform: translateY(8px);
    border-radius: 48px; */
    background-color: var(--c-body);
    /* border-color: var(--c-primary); */
    box-shadow: 0px -4px 16px 4px rgb(0 0 0 / 24%);
}

header nav#navigation.scrolled .nav-menu li a {
    color: var(--c-white);
}

.nav-menu li.active::before {
    content: "";
    position: absolute;
    left: 30%;
    top: 0.25rem;
    width: 3rem;
    height: 3rem;
    background: #be8c22 0% 0% no-repeat padding-box;
    opacity: 1;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    transition: all 0.3s;
}

header nav#navigation.scrolled .nav-menu li.active::before {
    top: 0.5rem;
    left: 35%;
    width: 2rem;
    height: 2rem;
    filter: blur(20px);
    -webkit-filter: blur(20px);
}

header nav#navigation.scrolled .nav-menu li.active a span,
header nav#navigation.scrolled .nav-menu li.active a:hover span {
    color: var(--c-primary);
}

.menu-container {
    height: 100vh;
    width: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-image: url("../images/background/bg-navbar.jpg");
    background-color: var(--c-grey);
    background-size: cover;
    background-blend-mode: multiply;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    overflow: hidden;
    /* transition: all 0.3s; */
}

.menu-container .ornament-wrapper .ornament-pensil {
    pointer-events: none;
    user-select: none;
    position: absolute;
    max-width: 3.5rem;
    opacity: 0.5;
}

.ornament-wrapper .ornament-pensil-1 {
    left: 0;
    transform: rotate(45deg);
    bottom: -2rem;
}

.ornament-wrapper .ornament-pensil-2 {
    right: 0;
    transform: rotate(-45deg);
    bottom: -2rem;
}

.menu-nav li {
    position: relative;
    text-align: left;
    width: 100%;
    /* filter: blur(4px); */
    opacity: 0;
    padding-bottom: 0;
    margin-bottom: 1rem;
    transform: translateY(-48px) translateX(-24px);
}

.menu-nav li a {
    position: relative;
    font-size: 22px;
    color: var(--c-black);
}

.menu-nav li.active a {
    color: var(--c-primary);
}

.menu-nav li a:hover {
    color: var(--c-primary) !important;
}

.menu-nav .accordion-nav-list.active a {
    color: var(--c-primary);
}

.menu-nav .accordion-nav-list a:hover {
    color: var(--c-primary) !important;
}

.accordion-service .accordion-item {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.accordion-service .accordion-item .accordion-button {
    position: relative;
    padding: 0;
    background-color: transparent;
    font-size: 22px;
    font-family: "Futuru", sans-serif;
    font-weight: 500;
    border: 0;
    border-radius: 0;
}

.accordion-service .accordion-item .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-service .accordion-item .accordion-button::after {
    background-image: url("../images/general/chevron-bottom.svg");
    position: absolute;
    right: 0;
}

.accordion-service .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("../images/general/chevron-bottom-primary.svg");
}

.accordion-service .accordion-item .accordion-button:not(.collapsed) {
    color: var(--c-primary);
    border-bottom: none;
    box-shadow: none;
}

.accordion-service .accordion-body {
    padding: 1rem 0rem 0rem 1.25rem;
}

.accordion-service .accordion-body ul {
    margin-left: 0;
}

.accordion-service .accordion-body ul li:last-child {
    margin-bottom: 0;
}

.menu-nav .contact-sosmed-list .icon-sosmed {
    max-width: 3rem;
}

.nav-header {
    z-index: 88;
    opacity: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    transform: translateY(-48px);
    width: 100%;
    /* filter: blur(4px); */
}

.nav-toggle {
    position: relative;
    width: 58px;
    height: 58px;
    background-image: url(../images/bg-menu-toggle.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 0.2rem;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.nav-toggle span {
    width: 24px;
    border-radius: 20px;
    height: 3px;
    background-color: var(--c-white);
    transition: all 0.3s ease-in-out;
}

/* .nav-toggle.active span:nth-child(1) {
transform: rotate(45deg) translate(4px, 4px);
}

.nav-toggle.active span:nth-child(2) {
transform: translateX(-10px);
opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
transform: rotate(-45deg) translate(5px, -5px);
} */

.container-nav .nav-logo {
    /* background-color: var(--c-body); */
    opacity: 1;
    z-index: 2;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    border-bottom-right-radius: 1rem;
}

.container-nav .nav-logo a {
    display: inline-block;
    height: 2rem;
    width: 100%;
    padding: 0;
}

.container-nav .nav-logo a .image {
    width: 100%;
    height: 100%;
    transition: ease-in-out 0.5s;
}

.nav-menu {
    transition: var(--ts-cubic);
}

.nav-menu ul li {
    position: relative;
    flex-shrink: 0;
    /* transition: all 0.3s; */
}

.nav-menu li a {
    z-index: 2;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    opacity: 1;
    font-size: 1rem;
    font-weight: 500;
    color: var(--c-white);
    border: 1px solid var(--c-transparent);
    padding: 0.75rem 1.25rem;
    border-radius: 1.5rem;
    text-decoration: none;
}

.nav-menu li a span {
    position: relative;
    transition: all 0.6s !important;
}

.nav-menu li a:hover span {
    color: var(--c-primary);
}

header nav#navigation.scrolled .nav-menu li a {
    font-size: 1rem;
}

.nav-menu li.active a span::before {
    width: 100%;
}

header nav#navigation.scrolled .nav-menu li a:hover span {
    color: var(--c-primary);
}

.nav-menu li a:active,
.nav-menu li a:focus {
    color: var(--c-black);
}

.nav-menu li.active a {
    border-radius: 0;
}

.nav-menu li.active a,
.nav-menu li.active a:hover {
    color: var(--c-primary) !important;
}

.nav-menu li:hover .nav-icon,
.nav-menu li:hover .notif-menu-count {
    transform: scale(1.2);
}

.nav-menu li.active a span,
.nav-menu li.active a:hover span {
    font-weight: 700;
    color: var(--c-primary);
}

.menu-nav-wrapper {
    width: 100%;
    height: 88dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    overflow: hidden;
    padding-bottom: 3rem;
    margin: auto;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.menu-nav {
    width: 100%;
    height: auto;
    max-width: 38.75rem;
    margin: auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
    /* max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent; */
}

.menu-nav::-webkit-scrollbar {
    width: 6px;
}

.menu-nav::-webkit-scrollbar-track {
    background: transparent;
}

.menu-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.menu-nav-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1rem;
}

.menu-nav-end {
    flex-shrink: 0;
}

/* header nav#navigation.scrolled .menu-nav {
transform: translateX(-64px);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border-radius: 48px;
background-color: transparent;
border-color: var(--c-primary);
box-shadow: 0px -4px 16px 4px rgb(0 0 0 / 64%);
max-width: 548px;
margin: 0 auto;
} */

header nav#navigation.scrolled .menu-nav {
    /* transform: translateX(-64px); */
    /* backdrop-filter: blur(5px); */
    -webkit-backdrop-filter: blur(5px);
    border-radius: 48px;
    background-color: transparent;
    /* border-color: var(--c-primary); */
    /* box-shadow: 0px -4px 16px 4px rgb(0 0 0 / 64%); */
    /* max-width: 548px; */
    margin: 0 auto;
}

header nav#navigation.scrolled .menu-nav-end {
    background: transparent linear-gradient(169deg, #8f661400 0%, #00000000 47%, #66460000 100%) 0% 0% no-repeat padding-box;
}

.change-lang .change-lang-wrapper {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--c-primary);
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
}

.dropdown-menu-wrapper {
    display: none;
    opacity: 0;
    top: 50px;
    right: 0;
    position: absolute;
    border: 1px solid var(--c-grey);
    background-color: var(--c-body);
    min-width: 15rem;
    transition: all 0.3s;
}

.dropdown-menu-wrapper ul {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.dropdown-menu-wrapper.show {
    overflow: hidden;
    display: block;
    opacity: 1;
    transition: all 0.3s;
}

.dropdown-menu-list {
    width: 100%;
    padding: 5px;
    transition: all 0.3s;
}

.toggle-dropdown:hover {
    cursor: pointer;
    transition: all 0.3s;
}

.toggle-dropdown-notification:hover {
    cursor: pointer;
    transition: all 0.3s;
}

.nav-close {
    z-index: 99;
    opacity: 0;
    position: absolute;
    top: 1rem;
    right: 1rem;
    transform: translateY(-16px);
}

.nav-close button.btn-sc {
    background-color: var(--c-tertiary);
    color: var(--c-primary);
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    border-radius: 50%;
    outline: 0;
    border: 1px solid var(--c-primary);
}

.swiper {
    overflow: clip;
}

.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: transparent;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper .swiper-slide>a {
    width: 100%;
}

.swiper-button-next {
    background-color: var(--c-transparent);
    background-image: url("../images/general/arrow-right.svg") !important;
    opacity: 1;
    transition: all 0.3s;
    right: 1.5rem;
    padding: 1rem;
    /* box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%); */
    box-shadow: none;
}

.swiper-button-prev {
    background-color: var(--c-transparent);
    background-image: url("../images/general/arrow-left.svg") !important;
    opacity: 1;
    transition: all 0.3s;
    left: 1.5rem;
    /* box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%); */
    box-shadow: none;
}

.swiper-button-next,
.swiper-button-prev {
    top: 45%;
    width: 2rem !important;
    height: 2rem !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: scale(1.1);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    opacity: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.2;
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 0.25rem;
    border-radius: 1.25rem;
}

.swiper-pagination-bullet-active {
    background: var(--c-primary);
}

.outline-font {
    color: var(--c-green-neon);
    /* color: rgba(255, 255, 255, 1); */
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--c-green-neon);
}

.outline-font-black {
    color: var(--c-green-neon);
    /* color: rgba(255, 255, 255, 1); */
    -webkit-text-fill-color: var(--c-black);
    -webkit-text-stroke: 1px var(--c-green-neon);
}

/*====================================== SECTION HOME PAGE ======================================*/
section {
    /* max-width: 1920px; */
    margin: 0 auto;
    padding: 4rem 0;
}

.container-fluid {
    /* max-width: 1920px; */
    margin: 0 auto;
}

.section-hero {
    width: 100%;
    height: 100%;
    background-position: center;
}

.section-home-hero {
    min-height: 90vh;
    width: 100%;
    background-position: center;
    position: relative;
}

.hero-container {
    padding: 4rem 0rem;
}

.section-home-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background/line-pattern.png");
    background-repeat: repeat;
    background-size: auto;
    z-index: 0;
    opacity: 0.1;
}

.section-home-hero .subject-wrapper {
    padding-top: 7rem;
    max-width: 720px;
    margin: 0 auto;
}

.section-home-hero .subject-wrapper .image-logo {
    max-width: 30rem;
}

.lottie-wrapper-left .image,
.lottie-wrapper-right .image {
    max-width: 21.25rem;
}

.section-home-hero .scroll-down-wrapper {
    padding-bottom: 4rem;
}

.section-home-hero .scroll-down-wrapper .lottie-arrow {
    max-width: 1.5rem;
}

/*====================================== SECTION ABOUT US ======================================*/
.section-about-us {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.divider-top-sph,
.divider-top-swd,
.divider-top-ssa {
    position: relative;
    margin-top: -3rem;
    bottom: -1px;
    z-index: 99;
}

.section-about-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgb(0, 0, 0), transparent);
    z-index: 111;
}

.section-about-us::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    z-index: 111;
}

.divider-bottom-sau {
    margin-bottom: -2rem;
    top: -1px;
    z-index: 999;
}

.span-about {
    position: absolute;
    top: 40px;
    right: -90px;
}

/*====================================== SECTION OUR TEAM ======================================*/

.section-our-team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background/dot-pattern.png");
    background-repeat: repeat;
    background-size: auto;
    z-index: 0;
    opacity: 0.1;
}

.section-our-team .header-our-team .image-in-jakarta {
    max-width: 360px;
}

.subject-desc.bg-splash-black {
    background-image: url("../images/bg-fullservice.png");
    background-size: 10% 100%;
    padding: 1rem 3rem;
    /* padding: 0 0; */
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
    white-space: nowrap;
}

.subject-desc.bg-splash-brown {
    background-image: url("../images/bg-brown.png");
    background-size: 10% 100%;
    padding: 1rem 3rem;
    /* padding: 0 0; */
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.1s;
    white-space: nowrap;
}

.bg-splash-black.in-view,
.bg-splash-brown.in-view {
    background-size: 100% 100%;
}

.line-height-close {
    line-height: 0.8;
}

.lh-1325 {
    line-height: 1.325;
}

.bg-splash-black h1,
.bg-splash-black h2,
.bg-splash-black h3,
.bg-splash-black h4,
.bg-splash-black h5,
.bg-splash-black h6,
.bg-splash-black p,
.bg-splash-brown h1,
.bg-splash-brown h2,
.bg-splash-brown h3,
.bg-splash-brown h4,
.bg-splash-brown h5,
.bg-splash-brown h6,
.bg-splash-brown p {
    position: relative;
    top: -1px;
}

.section-our-team,
.section-contact-us {
    padding: 6rem 0 4rem 0;
}

.section-our-team .portrait-container-dekstop {
    position: relative;
    height: 140vh;
    max-width: 1340px;
    margin: 0 auto;
    display: block;
}

.section-our-team .portrait-container-mobile {
    display: none;
}

.ot-desc-mobile,
.services-desc-mobile {
    display: none;
}

.ot-desc-dekstop,
.services-desc-dekstop {
    display: flex;
}

.portraits-card {
    z-index: 99;
    position: absolute;
    width: fit-content;
    background-color: white;
    transition: all 0.3s;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.11);
}

.portraits-card:hover {
    opacity: 0.9;
}

.portraits-card .image {
    padding: 0.5rem;
}

/* .portrait-container-dekstop .portraits-card:nth-child(1) a .image {
max-width: 240px;
}
.portrait-container-dekstop .portraits-card:nth-child(2) a .image {
max-width: 160px;
}
.portrait-container-dekstop .portraits-card:nth-child(3) a .image {
max-width: 192px;
}
.portrait-container-dekstop .portraits-card:nth-child(4) a .image {
max-width: 480px;
}
.portrait-container-dekstop .portraits-card:nth-child(5) a .image {
max-width: 192px;
}

.portrait-container-dekstop .portraits-card:nth-child(6) a .image {
max-width: 320px;
}
.portrait-container-dekstop .portraits-card:nth-child(7) a .image {
max-width: 192px;
}
.portrait-container-dekstop .portraits-card:nth-child(8) a .image {
max-width: 272px;
}
.portrait-container-dekstop .portraits-card:nth-child(9) a .image {
max-width: 360px;
} */

/* .portraits-card.landscape .image img {
aspect-ratio: 3 / 2;
}

.portraits-card.portrait .image img {
aspect-ratio: 2 / 3;
} */

.portraits-card-1 {
    left: 4%;
    top: 12%;
}

.portraits-card-2 {
    left: 12%;
    top: 36%;
}

.portraits-card-3 {
    top: 68%;
    left: 5%;
}

.portraits-card-4 {
    top: 15%;
    left: 31%;
}

.portraits-card-5 {
    top: 45%;
    left: 31%;
}

.portraits-card-6 {
    top: 54%;
    left: 48%;
    z-index: 99;
}

.portraits-card-7 {
    right: 8%;
    top: 15%;
}

.portraits-card-8 {
    right: 4%;
    bottom: -10%;
}

.portraits-card-9 {
    bottom: 0%;
    left: 31%;
    z-index: 99;
}

.portraits-card-10 {
    bottom: 20%;
    right: 6%;
    z-index: 99;
}

.portraits-card-1 .image {
    max-width: 320px;
}

.portraits-card-2 .image {
    max-width: 236px;
}

.portraits-card-3 .image {
    max-width: 308px;
}

.portraits-card-4 .image {
    max-width: 500px;
}

.portraits-card-5 .image {
    max-width: 210px;
}

.portraits-card-6 .image {
    max-width: 334px;
}

.portraits-card-7 .image {
    max-width: 272px;
}

.portraits-card-8 .image {
    max-width: 382px;
}

.portraits-card-9 .image {
    max-width: 508px;
}

.portraits-card-10 .image {
    max-width: 254px;
}

.doodle-portraits-2 {
    bottom: 45%;
    left: 10%;
}

.doodle-portraits-3 {
    right: 0%;
    top: 12%;
}

.doodle-portraits-4 {
    top: 60%;
    left: 38%;
}

.doodle-portraits-5 {
    bottom: 22%;
    right: 17%;
}

.doodle-portraits-star-1 {
    bottom: 41%;
    left: 14%;
}

.doodle-portraits-star-2 {
    right: 27%;
    top: 38%;
}

.doodle-portraits-star-3 {
    right: 29%;
    top: 43%;
}

.doodle-portraits-star-4 {
    right: 10%;
    top: 85%;
}

.doodle-portraits-star-5 {
    right: 12%;
    top: 83%;
}

@keyframes doodleWobble {
    0% {
        transform: scale(1) rotate(0deg);
    }

    25% {
        transform: scale(1.1) rotate(-5deg);
    }

    50% {
        transform: scale(1.2) rotate(5deg);
    }

    75% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

@keyframes doodleBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.doodle-portraits-1 {
    animation: doodleWobble 2s infinite ease-in-out,
        doodleBounce 1.5s infinite ease-in-out;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.doodle-portraits-2,
.doodle-portraits-star-1 {
    animation: doodleWobble 2.2s infinite ease-in-out,
        doodleBounce 1.7s infinite ease-in-out;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.doodle-portraits-3 {
    animation: doodleWobble 1.5s infinite ease-in-out,
        doodleBounce 1.2s infinite ease-in-out;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.doodle-portraits-4 {
    animation: doodleWobble 1.7s infinite ease-in-out,
        doodleBounce 1.3s infinite ease-in-out;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.doodle-portraits-5 {
    animation: doodleWobble 1.9s infinite ease-in-out,
        doodleBounce 1.6s infinite ease-in-out;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.doodle-portraits-star-2,
.doodle-portraits-star-3 {
    animation: doodleWobble 2.3s infinite ease-in-out,
        doodleBounce 1.9s infinite ease-in-out;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.doodle-portraits-star-4,
.doodle-portraits-star-5 {
    animation: doodleWobble 2.7s infinite ease-in-out,
        doodleBounce 2.1s infinite ease-in-out;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.doodle:hover {
    animation: none;
    transform: scale(1.3) rotate(10deg);
}

/*====================================== SECTION WHAT WE DO ======================================*/
.section-whatwe-do .bg-whatwe-do {
    position: relative;

    z-index: 0;
    opacity: 1;
}

.section-whatwe-do .bg-whatwe-do::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: var(--c-pink);
    background-image: url("../images/background/bg-papper.webp");
    background-size: cover;
    background-blend-mode: multiply;
}

.section-whatwe-do .wwd-left {
    padding: 2.5rem 2rem;
}

.subject-desc-wwd-m {
    max-width: 480px;
}

.section-whatwe-do .wwd-right {
    padding: 1rem 0rem 3rem 0rem;
}

.section-whatwe-do .bg-whatwe-do .image {
    max-width: 640px;
}

.section-whatwe-do .bg-wwd-list {
    position: relative;
    background-color: var(--c-yellow-cake);
    background-image: url("../images/background/bg-papper.webp");
    background-size: cover;
    background-blend-mode: multiply;
    z-index: 0;
    opacity: 1;
}

.section-whatwe-do .bg-wwd-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.wwd-list {
    position: relative;
    transition: all 0.3s ease;
}

.wwd-list a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.wwd-list a:hover {
    color: white !important;
}

.wwd-list .icon-wwd {
    max-width: 3rem;
}

.wwd-list a:hover .icon-wwd img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.wwd-list .wwd-wrapper {
    padding: 1.8rem 1rem;
}

.wwd-list {
    position: relative;
}

.wwd-list::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    background-image: url("../images/active-service.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: width 0.3s ease;
    z-index: -1;
}

.wwd-list:hover:before {
    width: 100%;
}

/*====================================== SECTION OUR WORKS ======================================*/

section.section-works {
    padding: 4rem 0 18rem 0;
}

.section-works .scroll-down-wrapper {
    margin-bottom: 1rem;
}

.section-works .scroll-down-wrapper .lottie-arrow {
    max-width: 1rem;
}

.swiper-container.swiper-project {
    padding: 0 3rem;
    margin: 0 auto;
    background-image: url("../images/ornament/ornament-workshome-right.png"),
        url("../images/ornament/ornament-workshome-left.png");
    background-size: 28% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, bottom right;
}

.swiper-project .swiper-wrapper {
    margin: 0 auto;
}

.swiper-project .swiper-wrapper .swiper-slide {
    height: 37rem;
    width: 100% !important;
}

.card-works {
    width: 780px !important;
    height: 480px;
    background-color: var(--c-polaroid);
    box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 32%);
}

.card-works .image {
    border: 12px solid var(--c-polaroid);
    width: 100%;
    height: 100%;
    /* width: 25rem;
height: 30rem; */
    opacity: 0.9;
    transition: all 0.5s;
}

.card-works .image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    transition: all 0.8s;
}

.card-works:hover .image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.card-works .image-top-polaroid {
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: auto;
    /* transform: scale(1.013); */
}

.card-works .image-bot-polaroid {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: auto;
    /* transform: scale(1.013); */
}

.card-works .card-works-content {
    width: 100%;
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: start;
    gap: 0.5rem;
    position: absolute;
    top: 0;
}

.card-works .card-works-content .cw-bottom-title {
    max-width: 428px;
}

.card-works .card-works-content .cw-bottom-desc {
    max-width: 420px;
}

.card-works .card-works-content .cw-bottom-content .cta {
    flex-shrink: 0;
}

.card-works .card-works-content .image-logo-client {
    width: 4rem;
    height: 4rem;
    padding: 0.4rem;
    border-radius: 8px;
    background-color: var(--c-polaroid);
}

/* .card-works .card-works-content .cta .btn-tertiary {
padding: 1.5rem 1rem;
} */

/*====================================== SECTION CLIENTS ======================================*/

.section-clients::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background/bg-mesh.jpg");
    background-size: auto;
    z-index: 0;
    opacity: 0.3;
}

.section-clients .clients-section-header {
    margin-top: -15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    background-color: var(--c-white);
    padding: 4rem 3rem;
    border-radius: 24px;
    box-shadow: 0px 5px 5px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 5px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 5px 5px 6px rgba(0, 0, 0, 0.08);
}

.section-clients .clients-section-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/papper-line.png");
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    z-index: -1;
    opacity: 0.5;
    border-radius: 24px;
}

.section-clients .clients-section-header .duct-tape-top .image,
.section-clients .clients-section-header .duct-tape-bottom .image {
    max-width: 10rem;
}

.duct-tape-top {
    top: -1.5rem;
}

.duct-tape-bottom {
    bottom: -1.5rem;
    transform: rotate(350deg);
}

.modal-client-detail .modal-content {
    position: relative;
}

.modal-client-detail .modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-polaroid);
    background-image: url("../images/background/bg-papper.webp");
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    z-index: 0;
    opacity: 1;
}

.btn-close {
    box-sizing: content-box;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.8rem;
    padding: 0.25rem 0.25rem;
    color: #000;
    background-image: url("../images/general/btn-close.svg") !important;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    transition: all 0.3s;
}

.btn-close:hover {
    color: var(--c-pink);
    text-decoration: none;
    opacity: 0.75;
}

.modal-client-detail .modal-body {
    padding: 0;
}

.modal-client-detail .image-logo-client {
    width: 4.5rem;
    height: 4.5rem;
    padding: 0.4rem;
    border-radius: 0.75rem;
    background-color: var(--c-white);
}

.button-wrapper-client {
    top: 50%;
    width: 100%;
}

.button-wrapper-client .swiper-button-prev {
    left: 1rem;
}

.button-wrapper-client .swiper-button-next {
    right: 1rem;
}

.modal-client-detail .swiper-client-project .project-image {
    height: 31.5rem;
}

.modal-client-detail .modal-client-right {
    min-height: 31.5rem;
}

.modal-client-detail .modal-client-left {
    width: 50%;
}

.modal-client-detail .modal-client-right {
    position: relative;
    height: 100%;
    width: 50%;
}

.modal-client-detail .modal-client-right .mcr-wrapper {
    position: relative;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 4rem;
}

.modal-client-detail .modal-client-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-pink);
    background-image: url("../images/background/bg-papper.webp");
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    z-index: 0;
    opacity: 1;
}

.wrapper-marq {
    /* padding: .5rem 0; */
    height: auto;
    padding-top: 3rem;
    padding-bottom: 0rem;
    background-color: var(--c-transparent);
    position: relative;
    display: flex;
    gap: 5rem;
    align-items: center;
    overflow: hidden;
}

.wrapper-marq.marq-flip {
    padding-top: 0;
    padding-bottom: 3rem;
}

.wrapper-marq .box-marq {
    z-index: 2;
    position: relative;
    overflow: hidden;
    display: flex;
    flex: 0 0 auto;
    border: 0;
    align-items: center;
    margin: 0 2rem 0 0;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    border-radius: 24px;
    /* transition: all 0.3s; */
}

.wrapper-marq .box-marq .image {
    transition: all 0.3s;
}

.wrapper-marq .box-marq:hover .image {
    transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
}

/* .box-marq:last-child {
    margin-left: -3rem !important;
}

.box-marq:first-child {
    margin-right: -3rem !important;
} */
.box-marq.spacer {
    width: 5rem;
    height: 1px;
    pointer-events: none;
    opacity: 0;
}

button.box-marq {
    background-color: transparent;
}

.box-marq .image {
    display: flex;
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
}

.wrapper-marq.marq-flip {
    margin-left: -20%;
    transform: scale(-1, 1);
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
}

.wrapper-marq.marq-flip .box-marq .image {
    transform: scale(-1, 1) !important;
    -moz-transform: scale(1, -1) !important;
    -o-transform: scale(1, -1) !important;
    -ms-transform: scale(1, -1) !important;
}

.wrapper-marq.marq-flip .box-marq:hover .image {
    transform: scale(-1.1, 1.1) !important;
    -moz-transform: scale(1.1, -1.1) !important;
    -o-transform: scale(1.1, -1.1) !important;
    -ms-transform: scale(1.1, -1.1) !important;
}

/* .box-marq .image img {
padding: 1rem;
} */

/*====================================== SECTION TESTIMONI ======================================*/

.section-testimoni::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background/line-pattern.png");
    background-repeat: repeat;
    background-size: auto;
    z-index: 0;
    opacity: 0.1;
}

.header-subject-testimoni .subject-title-bot {
    margin-top: -1.5rem;
}

.testimoni-client-card {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 3px solid var(--c-black);
    background-color: var(--c-pink-soft);
    /* width: 320px; */
    height: 100%;
    min-height: 16rem;
}

.testimoni-client-card .card-content {
    padding: 1rem;
}

.testimoni-client-card .card-content .testimoni-body {
    height: 100%;
}

.testimoni-client-card .card-content .testimoni-head .image {
    height: 15rem;
}

.testimoni-client-card .card-content .testimoni-body .image {
    width: 155px;
    height: 155px;
    margin-left: auto;
    margin-right: 1rem;
    z-index: 9;
    position: relative;
    border: 3px solid var(--c-black);
}

.testimoni-client-card .card-content .testimoni-body .line {
    width: 100%;
    top: 45%;
    border: 2px solid var(--c-black);
    position: absolute;
}

.testimoni-client-card .card-content .testimoni-body .testimoni-client-title {
    min-height: 24px;
}

.testimoni-client-card .card-content .testimoni-body .testimoni-subject-wrapper {
    min-height: 110px;
    max-width: 275px;
    padding: 1rem 1rem 0rem 2rem;
    text-align: end;
}

.card-corner {
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 3rem;
    height: 3rem;
    background-size: contain;
    background-image: url("../images/testimoni/card-triangle.png");
}

.card-corner .card-corner-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3rem 3rem 0;
    border-color: transparent transparent var(--c-blue-darken) transparent;
}

.testimoni-pattern-1 {
    top: 5%;
    left: 5%;
    max-width: 60px;
}

.testimoni-pattern-2 {
    top: 50%;
    left: 5%;
    max-width: 60px;
}

.testimoni-pattern-3 {
    top: 5%;
    right: 8%;
    max-width: 60px;
    rotate: 90deg;
}

.testimoni-pattern-4 {
    top: 50%;
    right: 5%;
    max-width: 60px;
}

/*====================================== SECTION CAREER ======================================*/
section.section-career {
    height: 100%;
    margin-top: -140px;
    /* height: 90vh; */
}

section.section-career::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background/line-pattern.png");
    background-repeat: repeat;
    background-size: auto;
    z-index: 0;
    opacity: 0.1;
}

.career-hero {
    height: 80vh;
    padding: 0 0 0 0;
}

.career-hero .career-hero-wrapper {
    gap: 10rem;
}

.career-hero .career-hero-wrapper .career-hero-word-left,
.career-hero .career-hero-wrapper .career-hero-word-right {
    margin-top: -148px;
}

.career-hero .career-hero-wrapper .career-hero-word-left {
    margin-left: -80px;
}

.career-hero .career-hero-wrapper .career-hero-word-right {
    margin-left: 180px;
}

.career-hero .career-hero-wrapper .image {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -16vh;
    /* max-width: 540px;
    position: absolute;
    top: 52%;
    right: 50%;
    transform: translate(50%, -50%); */
}

/* .career-hero-bottom {
    z-index: 2;
    position: relative;
    margin-top: -104px;
    width: 100%;
} */

section.section-career-list {
    padding-top: 12.5rem;
}

section.section-career-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background/bg-career.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.accordion-career .accordion-item {
    border: 0;
    border-radius: 0;
    border-top: 1px solid var(--c-black);
    background-color: transparent;
    transition: all 0.3s;
}

.accordion-career .accordion-item .accordion-button:hover {
    background-color: #f7a50027 !important;
}

.accordion-career .accordion-item .accordion-button {
    padding: 1rem 0;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}

.accordion-career .accordion-item .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-career .accordion-item .accordion-button::after {
    display: none;
}

.accordion-career .accordion-item .accordion-icon-collapse {
    position: absolute;
    top: 26px;
    right: 8px;
}

.accordion-career .accordion-item .accordion-button[aria-expanded="false"]~.accordion-icon-collapse .fa-plus,
.accordion-career .accordion-item .accordion-button[aria-expanded="true"]~.accordion-icon-collapse .fa-minus {
    display: block;
    opacity: 1;
}

.accordion-career .accordion-item .accordion-button[aria-expanded="false"]~.accordion-icon-collapse .fa-minus,
.accordion-career .accordion-item .accordion-button[aria-expanded="true"]~.accordion-icon-collapse .fa-plus {
    display: none;
    opacity: 0;
}

.accordion-career .accordion-item .accordion-button:not(.collapsed) {
    color: var(--c-primary);
    border-bottom: none;
    box-shadow: none;
}

.accordion-career .accordion-body {
    padding: 0;
    background-color: var(--c-body);
}

.accordion-career .accordion-body .career-inside-container {
    border-bottom: 1px solid var(--c-white);
}

.accordion-career .accordion-body .career-inside-container:last-child {
    border-bottom: 0;
}

.career-inside-image {
    height: 25rem;
}

.career-inside-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    width: 50%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.career-inside-word {
    padding: 1rem 3rem;
}

/*====================================== SECTION CAREER Detail ======================================*/
.divider-top-hcd {
    position: relative;
    margin-top: -3rem;
    z-index: 99;
}

.project-another-thumbnail a .image {
    height: 320px !important;
}

/*====================================== SECTION PROJECT ======================================*/
section.section-project {
    height: 100%;
    margin-top: -80px;
    /* height: 90vh; */
}

section.section-project::before,
section.section-clients-project::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background/line-pattern.png");
    background-repeat: repeat;
    background-size: auto;
    z-index: 0;
    opacity: 0.1;
}

.project-desc {
    width: 520px;
    height: 100%;
}

.cta-swiper-project {
    height: 100%;
    width: 100%;
    max-width: 180px;
    position: relative;
    margin: 1rem auto 0rem auto;
}

.cta-swiper-project .swiper-button-next,
.cta-swiper-project .swiper-button-prev {
    width: 2.5rem !important;
    height: 2.5rem !important;
}

.project-desc-content {
    max-width: 520px;
    padding: 2rem 2rem;
}

.project-list-wrapper .project-image {
    height: 480px;
}

/*====================================== SECTION ARTICLE ======================================*/
.section-home-article {
    position: relative;
    margin-top: -20rem;
    padding: 20rem 0 4rem 0;
}

.section-home-article::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background/rock-texture.png");
    /* background-repeat: repeat; */
    background-size: auto;
    z-index: 0;
    opacity: 0.1;
}

.article-card-slider a {
    display: block;
    height: 100%;
    width: 100%;
}

.article-card-slider::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -ms-transition: height 0.4s ease;
    transition: height 0.4s ease;
    z-index: 1;
}

.article-card-slider:hover::before {
    height: 100%;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -ms-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

.article-card-slider .acs-content {
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.article-card-slider:hover .acs-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.ac-thumbnail-center .article-card-thumbnail {
    height: 512px;
}

.ac-thumbnail-wrapper .article-card-thumbnail {
    height: 252px;
}

.acs-highlight-primary .article-card-thumbnail {
    height: 500px;
}

.acs-highlight-secondary .article-card-thumbnail {
    height: 250px;
}

.article-card-thumbnail,
.article-card-slider {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.article-card-thumbnail a {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.article-card-thumbnail a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 85%;
    width: 100%;
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.article-card-thumbnail a:hover::before {
    opacity: 1;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.article-card-slider:hover .image {
    opacity: 0.2;
}

.article-card-thumbnail .article-card-content {
    padding: 1rem;
}

.article-card-thumbnail .article-card-content .article-card-tag {
    background-color: rgba(229, 0, 118, 0.3);
    backdrop-filter: blur(6px);
    border-radius: 6px;
    width: fit-content;
    font-weight: bold;
    padding: 0.2rem 1rem;
}

.divider-bottom-sa {
    margin-bottom: -3rem;
    top: -1px;
    z-index: 999;
}

/*====================================== SECTION CONTACT ======================================*/

.section-contact-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background/bg-mesh.jpg");
    background-size: auto;
    z-index: 0;
    opacity: 0.3;
}

.section-contact-us .form-wording,
.section-contact-page .form-wording {
    max-width: 360px;
}

.contact-sosmed-list:hover svg {
    fill: var(--c-primary);
    transition: fill 0.3s ease;
}

.icon-sosmed svg {
    height: 100%;
    width: 100%;
}

/*====================================== SECTION CONTACT PAGE ======================================*/

.section-contact-page::before,
.section-thankyou-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/background/line-pattern.png);
    background-repeat: repeat;
    background-size: auto;
    z-index: 0;
    opacity: 0.1;
}

.form-contact-wrapper {
    border: 2px dotted var(--c-white);
}

.section-contact-page input.form-control {
    background-color: var(--c-white);
}

.section-contact-page textarea.form-control {
    background-color: var(--c-white);
    height: 14rem;
}

.section-contact-page .contact-sosmed-list a {
    transition: all 0.3s;
}

.section-contact-page .contact-sosmed-list a:hover {
    opacity: 0.8;
}

/*====================================== SECTION SERVICES PAGES ======================================*/

.section-services-vp {
    position: relative;
    overflow: hidden;
}

.services-ai::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: var(--c-green-darken);
    background-image: url(../images/background/bg-papper.webp);
    background-size: cover;
    background-blend-mode: multiply;
}

.section-services-vp .background-image-services {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    z-index: 0;
}

.services-about-misc-1 {
    position: absolute;
    top: 0;
    right: 2%;
}

.services-about-misc-2 {
    position: absolute;
    top: 50%;
    left: 0;
}

.services-about-misc-1 .image,
.services-about-misc-2 .image {
    max-width: 120px;
    opacity: 0.3;
}

.divider-bottom-ss {
    background-color: white;
    z-index: 999;
}

/*====================================== SECTION SERVICES ABOUT ======================================*/
.section-services-about {
    padding: 4rem 0 0 0;
}

.section-services-about.bg-papper {
    position: relative;
    background-color: var(--c-white);
    background-image: url("../images/background/bg-papper.webp");
    background-size: cover;
    background-blend-mode: multiply;
    z-index: 0;
    opacity: 0.9;
}

/*====================================== SECTION SERVICES PORTOFOLIO ======================================*/

.section-services-portofolio.bg-papper {
    position: relative;
    background-color: var(--c-polaroid);
    background-image: url("../images/background/bg-papper.webp");
    background-size: cover;
    background-blend-mode: multiply;
    z-index: 0;
    opacity: 1;
}

.portofolio-card-slider {
    /* width: 100%; */
    height: 32rem;
    overflow: hidden;
}

.portofolio-card-slider::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to top, #470024d6, transparent);
    transition: height 0.4s ease;
    z-index: 1;
}

.portofolio-card-slider:hover::before {
    height: 200%;
}

.portofolio-card-slider .porto-card-content {
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    z-index: 9;
    opacity: 0;
    transition: all 0.3s;
}

.portofolio-card-slider:hover .porto-card-content {
    transform: translateY(0);
    opacity: 1;
}

.portofolio-card-slider:hover .image {
    opacity: 0.2;
}

.portofolio-card-slider .porto-card-content .subject-wrapper {
    padding: 0 1rem;
}

/*====================================== SECTION SERVICES WORKS LIST ======================================*/
.section-services-works {
    padding: 4rem 0 3rem 0;
}

.background-image-ssw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.background-image-ssw.service-app-web {
    background-size: cover;
}

.background-image-ssw::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.section-services-works::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgb(0, 0, 0), transparent);
    z-index: 111;
}

.section-services-works::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    z-index: 111;
}

.superior-works-list {
    width: 100%;
    max-width: 56rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 2.5rem;
    padding: 1rem 0 1rem 0;
    border-bottom: 1px solid rgb(76, 76, 76);
}

.superior-works-list:last-child {
    border-bottom: none;
}

.superior-works-list .swl-right-content,
.superior-works-list .swl-left-content {
    flex-shrink: 0;
}

.superior-works-list .swl-center-content,
.superior-works-list .swl-right-content {
    max-width: 375px;
}

/*====================================== SECTION SERVICES STRATEGY & PLANINGS WORKS LIST
======================================*/

.ssw-service-strategy .ssw-list {
    margin: unset;
    display: flex;
    flex-basis: 33%;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 2.5rem;
    padding: 1rem 4rem;
    border-right: 1px solid rgb(76, 76, 76);
    border-bottom: none;
}

.ssw-service-strategy .ssw-list:last-child {
    border: none;
}

.strategy-porto-wrapper .strategy-porto-list {
    transition: all 0.3s;
}

.strategy-porto-wrapper .strategy-porto-list .image {
    width: 100%;
    height: 13rem;
}

.strategy-porto-wrapper .strategy-porto-list:hover {
    opacity: 0.95;
    scale: 1.1;
}

/*====================================== SECTION SERVICES WORKS VIDEO PRODUCTION
======================================*/

.video-production .vpw-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: start;
    flex-shrink: 0;
    gap: 2.5rem;
    padding: 1rem 0 1rem 0;
    border-bottom: 1px solid rgb(76, 76, 76);
}

.video-production .vpw-list .vpw-list-wrapper {
    max-width: 38.75rem;
}

.video-production .vpw-list .vpw-list-wrapper .swl-left-content {
    min-width: 4rem;
}

.video-production .vpw-list .swl-right-content {
    flex-shrink: 0;
}

.torn-paper-btn {
    background: url("../images/papper-torn.png") no-repeat center / cover;
    /* Ganti dengan background kertas robek */
    border: none;
    padding: 12px 24px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-align: left;
    transition: transform 0.2s ease-in-out;
    position: relative;
    border-radius: 0;
}

.torn-paper-btn:hover {
    transform: scale(1.05);
}

.play-icon {
    width: 24px;
    height: auto;
}

/*====================================== SECTION SERVICES ENGAGEMENT STRATEGY ======================================*/

.engagement-porto-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.82),
            rgba(0, 0, 0, 0.22));
    transition: height 0.4s ease;
    z-index: 1;
}

.engagement-porto-card:hover::before {
    height: 100%;
}

.engagement-porto-card .acs-content {
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    z-index: 9;
    opacity: 0;
    transition: all 0.3s;
}

.engagement-porto-card:hover .acs-content {
    transform: translateY(0);
    opacity: 1;
}

/*====================================== SECTION SERVICES DETAIL ======================================*/

.section-servdetail-hero {
    max-height: 46.75rem;
}

.section-servdetail-project.bg-papper {
    position: relative;
    background-color: var(--c-blue-sea);
    background-image: url("../images/background/bg-papper.webp");
    background-size: cover;
    background-blend-mode: multiply;
    /* padding: 4rem 0 0rem 0; */
    z-index: 0;
    opacity: 1;
}

.section-servdetail-project .service-detail-wrapper {
    padding: 0rem 0 4rem 0;
}

.section-servdetail-project .section-servdetail-image {
    max-width: 20rem;
}

.section-servdetail-works .header-section-services {
    max-width: 12rem;
}

.section-servdetail-works .works-servdetail-card {
    border-bottom: 3px solid rgb(76, 76, 76);
    padding-bottom: 1rem;
}

.section-servdetail-works .works-servdetail-card:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 1rem;
}

.section-servdetail-works .works-servdetail-card .lottie-wrapper {
    max-width: 8rem;
}

.section-servdetail-works .works-servdetail-card .works-servdetail-content {
    max-width: 24rem;
    padding: 2rem 0rem;
}

.section-servdetail-project .servdetail-video {
    height: 520px;
}

/*====================================== SECTION ARTICLE LIST ======================================*/

.section-article-hero.bg-papper {
    position: relative;
    background-color: var(--c-white);
    background-image: url("../images/background/bg-papper.webp");
    background-size: cover;
    background-blend-mode: multiply;
    z-index: 0;
    opacity: 0.9;
}

.section-article-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/background/line-pattern.png);
    background-repeat: repeat;
    background-size: auto;
    z-index: 0;
    opacity: 0.1;
}

.artdate-card-tag {
    display: inline-block;
    transition: all 0.3s;
    background-color: rgba(229, 0, 118, 0.6);
    backdrop-filter: blur(6px);
    border-radius: 6px;
    width: fit-content;
    font-weight: bold;
    padding: 0.2rem 1rem;
}

.artdate-card-tag:hover {
    opacity: 0.9;
}

.article-wrapper-header select.form-control {
    background-color: transparent !important;
    cursor: pointer;
    height: auto;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    /* letter-spacing: 1rem; */
    font-weight: 400;
    /*background-color: 08284b;*/
    border: 0.0625rem solid #a4a1a1;
    color: var(--c-white);
    border: 1px solid;
    border-color: var(--c-grey);
    border-radius: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/general/dd-w-bot.svg");
    background-size: 0.75rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.article-wrapper-header select.form-control option {
    color: var(--c-white);
    background-color: var(--c-body);
}

.article-wrapper-header select.form-control {
    color: var(--c-white);
    background-color: var(--c-body) !important;
    border: 1px solid var(--c-grey);
    padding: 8px;
    appearance: none;
    /* Hilangkan tampilan default browser */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.article-wrapper-header select.form-control:hover,
.article-wrapper-header select.form-control:focus,
.article-wrapper-header select.form-control:active {
    border-color: var(--c-pink);
    color: var(--c-white);
}

.article-swiper-cta .another-project-prev,
.article-swiper-cta .swiper-button-prev {
    left: -2.5rem;
}

.article-swiper-cta .another-project-next,
.article-swiper-cta .swiper-button-next {
    right: -2.5rem;
}

.article-update-card {
    height: 100%;
    width: 100%;
    align-items: center;
    gap: 2rem;
}

.article-update-card .artdate-card-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.article-update-card .artdate-card-image {
    max-width: 620px;
    min-width: 620px;
}

.article-update-card .artdate-card-image img {
    max-height: 320px;
}

/*====================================== SECTION ARTICLE DETAIL ======================================*/

.section-ad-hero {
    height: 100%;
    min-height: 50vh;
}

.background-ad-hero {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    min-height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1;
    z-index: 1;
    margin-left: auto;
}

.background-ad-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(270deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(270deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(270deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.ad-hero-overlay {
    position: relative;
    width: 50%;
    height: 100%;
    min-height: 50vh;
    z-index: 9;
}

.bread-crumb-wrapper .bread-crumb-link,
.bread-crumb-divider {
    color: var(--c-white);
    transition: 0.3s;
    font-weight: 600;
}

.bread-crumb-wrapper .bread-crumb-link:hover {
    opacity: 0.8;
}

.bread-crumb-wrapper .bread-crumb-link {
    color: var(--c-white);
    transition: 0.3s;
}

.bread-crumb-wrapper .bread-crumb-link:hover {
    opacity: 0.8;
}

/* Menargetkan elemen terakhir dari jenisnya tanpa menggunakan class active */
.bread-crumb-wrapper .cta:nth-last-of-type(1) .bread-crumb-link {
    color: var(--c-primary);
}

.header-article-subtitle {
    position: sticky;
    top: 6rem;
}

.section-article-detail.bg-papper {
    background-image: url("../images/background/bg-papper.webp");
    background-size: cover;
    background-blend-mode: multiply;
    z-index: 0;
    opacity: 0.9;
}

.article-detail-pagination .pagination {
    display: flex;
    gap: 1rem;
    margin-left: 0;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.article-detail-pagination .page-link {
    font-family: "menda", sans-serif;
    font-weight: bold;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    color: var(--c-body);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-item.disabled .page-link {
    background-color: transparent;
    border: none;
}

.article-detail-pagination .page-item.active .page-link {
    z-index: 3;
    background-image: url("../images/general/article-pagination-number.svg");
    color: var(--c-body);
    background-color: transparent;
    border-color: transparent;
}

.article-pagination.article-detail-pagination .page-link {
    color: var(--c-white);
}

.article-pagination.article-detail-pagination .page-item.disabled .page-link {
    color: #6c757d;
}

.article-pagination.article-detail-pagination .page-item.active .page-link {
    z-index: 3;
    background-image: url("../images/general/article-list-pagination.svg");
    color: var(--c-white);
    background-color: transparent;
    border-color: transparent;
}

/*====================================== SECTION THANKYOU PAGE ======================================*/
.section-thankyou-hero {
    min-height: 100vh;
}

.thankyou-bottom-wrapper {
    padding-top: 12rem;
}

/*====================================== SECTION 404 ======================================*/
.empty-state .image {
    height: 20rem;
}

section.section-notfound {
    max-height: 100vh;
    height: 100vh;
    background-repeat: repeat;
    background-size: auto;
}

.section-notfound::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background/line-pattern-404.png");
    background-repeat: repeat;
    background-size: auto;
    z-index: 0;
    opacity: 0.1;
}

.section-notfound h1 {
    font-size: 8rem;
}

.section-notfound h2 {
    font-size: 5rem;
}

.section-notfound .notfound-bottom {
    margin-top: -8rem;
    margin-left: 10rem;
    z-index: 9;
}

.section-notfound .notfound-bottom .image {
    margin-right: -2.5rem;
    max-width: 360px;
}

/*====================================== SECTION UPCOMING ======================================*/

.cs--container {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.cs--container .image {
    position: absolute;
    bottom: -8px;
    left: 0;
    margin: 0 auto;
    min-width: 100%;
}

.cs--container .cs-mobile {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
}

.cs--container .desc {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.cs--container .desc .logo {
    background-color: #ffffffc2;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
}

/*====================================== SECTION MDOAL CHAT SELECT ======================================*/
.btn-ai {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
    color: var(--c-white);
    margin: 0 auto;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    gap: 0.5rem;
    transition: all 0.3s;
}

.btn-ai::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 5px;
    background: linear-gradient(90deg,
            #e50175 0%,
            #f6a202 35.1%,
            #1e992d 71.63%,
            #009cba 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.btn-ai:hover {
    transform: scale(1.1);
}

.modal-chat-select .modal-content {
    position: relative;
}

.modal-right {
    margin: 1.75rem 0rem 1.75rem auto;
}

.modal-right .modal-content {
    right: 40px;
}

#modalChatForm .modal-content {
    height: 600px;
}

#selectChatType {
    overflow: hidden;
}

.modal-chat-select .modal-content::before,
#modalSelectChatType .modal-content::before,
#modalChatGita .modal-content::before,
#modalVideoLive .modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background/line-pattern.png");
    background-repeat: repeat;
    background-size: auto;
    z-index: 0;
    opacity: 0.1;
}

.modal-chat-select .chat-form-body,
#modalChatGita .chat-form-body,
#modalVideoLive .chat-form-body {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1.5rem;
    border: 3px solid var(--c-black);
    background-color: var(--c-pink-soft);
    height: 100%;
}

.modal-chat-select .form-control,
#modalChatGita .form-control,
#modalVideoLive .form-control {
    background-color: #fddad0;
}

.chat-form-body .form-header {
    border-bottom: 1px solid black;
    padding-bottom: 1rem;
}

.chat-form-body .form-body {
    padding-top: 1rem;
}

.modal-chat-select .card-corner .card-corner-triangle,
.card-choose-ai .card-corner .card-corner-triangle,
#modalChatGita .card-corner .card-corner-triangle,
#modalVideoLive .card-corner .card-corner-triangle {
    border-color: transparent transparent var(--c-red-broken) transparent;
}

.card-choose-ai {
    position: relative;
    border: unset;
    margin: 0 auto;
    background-color: var(--c-transparent);
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.card-choose-ai:hover {
    opacity: 0.8;
}

.card-choose-ai .image {
    max-width: 19rem;
}

.card-choose-ai.ai-chat .choose-ai-text-wrapper {
    padding: 2rem 12rem 2rem 2rem;
}

.card-choose-ai.ai-video .choose-ai-text-wrapper {
    padding: 2rem 2rem 2rem 12rem;
}

.card-choose-ai.ai-chat .choose-ai-image {
    top: -24px;
    right: 0;
}

.card-choose-ai.ai-video .choose-ai-image {
    left: 0px;
    bottom: 0px;
}

.card-choose-ai.ai-video .choose-ai-image .image {
    max-width: 11rem;
}

.card-choose-ai.ai-video .card-corner {
    bottom: -3px;
    left: unset !important;
    right: -3px;
    transform: rotate(270deg);
}

.card-choose-ai.ai-chat .icon-image-ai {
    position: absolute;
    left: -10px;
    top: -10px;
}

.card-choose-ai.ai-video .icon-image-ai {
    position: absolute;
    right: 8px;
    top: 8px;
}

.card-choose-ai.ai-video .icon-image-ai.love-top {
    left: -5px;
    top: 68px;
    right: unset;
}

.card-choose-ai.ai-video .icon-image-ai.love-bottom {
    left: 109px;
    bottom: -8px;
    right: unset;
    top: unset;
}

#modalChatGita,
#modalVideoLive {
    padding-top: 4rem !important;
}

#modalChatGita .chat-form-body,
#modalVideoLive .chat-form-body {
    padding: 0;
}

#modalChatGita .chat-form-body .chat-header,
#modalVideoLive .chat-form-body .chat-header {
    border-bottom: 1px solid black;
    padding: 1rem 0rem;
    margin: 0rem 1.5rem;
}

#modalChatGita .chat-form-body .chat-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#modalChatGita .chat-form-body .chat-body .chat-form-wrapper {
    overflow: auto;
    height: 100%;
    max-height: 358px;
    min-height: 358px;
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    scrollbar-color: var(--c-red-broken) var(--c-grey);
}

#modalChatGita .chat-form-body .chat-body .form-control {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    height: auto;
}

#modalChatGita .chat-form-body .chat-body .form-group .image {
    max-width: 2.75rem;
}

.video-chat-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    /* max-height: 600px; */
    scrollbar-color: var(--c-red-broken) var(--c-grey);
}

.video-chat-body .vid-ai-text {
    padding: 0.75rem 2rem;
}

.video-chat-body .vid-ai-text p {
    color: red;
}

.video-live-ai video {
    width: 310px;
    height: 310px;
    background-size: cover !important;
    object-fit: cover !important;
    background-repeat: no-repeat !important;
    background-position: 0px -40px !important;
    object-position: 0px -40px !important;
    border-radius: 100%;
}

#modalChatGita .chat-form-body .chat-body .chat-form-wrapper::-webkit-scrollbar-track {
    background: var(--c-grey);
}

#modalChatGita .chat-form-body .chat-body .chat-form-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--c-red-broken);
}

#modalChatGita .chat-form-body .chat-body .form-group {
    padding: 1rem 1.5rem 1rem 4rem;
}

#modalChatGita .form-control,
#modalVideoLive .form-control {
    border-radius: 0.25rem;
}

#send-chat-btn {
    transition: all 0.3s;
}

#send-chat-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.chat-avatar {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

#chat-input-gita {
    height: 2rem;
}

.chat-avatar .avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.bubble-wrapper {
    position: relative;
    max-width: 200px;
}

.bubble {
    position: relative;
    border-radius: 12px;
    background-color: #fddad0;
    word-break: break-word;
    padding: 0.5rem 1rem;
    font-size: 12px;
    letter-spacing: 1px;
}

.bubble-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.bubble-arrow.left {
    top: 10px;
    left: -8px;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fddad0 transparent transparent;
}

.bubble-arrow.right {
    top: 10px;
    right: -8px;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fddad0;
}

#modalVideoLive .chat-form-body .video-chat-body {
    display: flex;
    flex-direction: column;
}

#modalVideoLive .chat-form-body .video-chat-body .video-live-ai {
    margin: 0 auto;
    padding: 1rem 2rem 0.5rem 2rem;
}

#modalVideoLive .chat-form-body .video-chat-body .form-group {
    padding: 0rem 3rem 2rem 3rem;
}

#modalVideoLive .chat-form-body .video-chat-body .form-group#voice-chat-gita {
    padding: 0rem 6rem 0rem 6rem;
}

.modal-client-detail .modal-body {
    padding: 0;
}

.ai-video .btn-pensil {
    font-size: 14px;
    padding: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #e14738;
    color: #ffffff;
    border-radius: 100%;
}

/*====================================== SECTION MODAL POPUP ======================================*/

/* #modalPopupBanner .modal-dialog {
    width: fit-content;
} */

#modalPopupBanner .modal-content {
    background-color: transparent;
    max-width: 48rem;
    margin: 0 auto;
    overflow-y: unset;
}

#modalPopupBanner .modal-header {
    padding: 0;
}

#modalPopupBanner .modal-header .close {
    z-index: 9;
    opacity: 0.8;
    position: absolute;
    top: -16px;
    right: -16px;
    background-color: transparent;
    border: 1px solid var(--c-primary);
    color: var(--c-primary);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0.9rem; */
    transition: all 0.3s;
}

#modalPopupBanner .modal-header .close span {
    display: flex;
    font-size: 20px;
    color: var(--c-white);
    position: relative;
    transition: all 0.3s;
}

#modalPopupBanner .modal-header .close:hover {
    opacity: 1;
    background-color: var(--c-primary);
}

#modalPopupBanner .modal-header .close:hover span {
    color: var(--c-white);
}

#modalPopupBanner .modal-body {
    padding: 0rem;
}

#modalPopupBanner .modal-body .popup-banner .image {
    opacity: 1;
    transition: all 0.3s;
}

#modalPopupBanner .modal-body .popup-banner:hover .image {
    transform: scale(1.015);
}

/*====================================== SECTION FOOTER ======================================*/

.cta-wa-wrapper {
    position: fixed;
    transform: translateX(1000px);
    opacity: 0;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 999;
    transition: all 0.3s;
}

.cta-wa-wrapper.visible {
    transform: translateX(0px);
    opacity: 1;
}

.cta-wa {
    /* display: none; */
    opacity: 1;
    z-index: 999;
    padding: 16px 32px 32px 32px;
    gap: 16px;
    flex-direction: row;
    align-items: baseline;
    display: flex;
    transition: all 0.3s;
    background-image: url("../images/bg-icon-sticky.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    pointer-events: auto;
    cursor: pointer;
    animation: bounce 2s infinite;
}

.cta-wa.cta-wa-open {
    padding: 16px 24px 24px 24px;
    animation: none;
    background-image: url("../images/bg-icon-sticky-open.png");
}

.cta-wa .image {
    max-width: 48px;
}

.expanded-icons {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
}

.icon-sticky-contact {
    width: 64px;
    height: 64px;
    background-color: transparent !important;
    border: none !important;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.section-map .footer-maps {
    height: 600px;
    width: 100vw;
    border: 0;
}

#contactButton .cta .btn-secondary a {
    color: var(--c-white) !important;
    text-decoration: none;
}

#contactButton .cta .btn-secondary:hover a {
    color: var(--c-primary) !important;
}

footer {
    position: relative;
    z-index: 99;
    background-color: var(--c-body);
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background/line-pattern.png");
    background-repeat: repeat;
    background-size: auto;
    z-index: 0;
    opacity: 0.1;
}

.footer-copyright .contact-sosmed-list a {
    transition: all.3s;
}

.footer-copyright .contact-sosmed-list a:hover {
    opacity: 0.8;
}

/* footer::before
{
z-index: -2;
content:"";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent linear-gradient(0, #56A7D0 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
} */

.footer-main {
    /* transform: translate(0, 360px) scale(0.1); */
    /* margin-bottom: -66px; */
    background: transparent linear-gradient(307deg, #14385b 0%, #4c668c 100%) 0% 0% no-repeat padding-box;
    padding: 1rem 2rem;
    /* margin: 0 32px; */
    transition: ease-in-out 1s;
}

.footer-main.onscreen {
    transform: translate(0, 0px) scale(1);
}

.footer-content {
    max-width: 90rem;
    margin: 0 auto;
    /* filter: blur(4px); */
    transition: ease-in-out 0.3s;
    transition-delay: 0.3s;
}

.footer-logo {
    max-width: 96px;
}

.footer-content-right ul li a:hover {
    color: var(--c-tertiary) !important;
}

.footer-content-bottom {
    max-width: 90rem;
    margin: 0 auto;
    /* filter: blur(4px); */
    border-top: 0.5008px solid var(--c-white);
    padding: 1rem 1.25rem;
    padding-bottom: 2rem;
    transition: ease-in-out 0.3s;
    transition-delay: 0.3s;
}

.footer-main.onscreen .footer-content,
.footer-main.onscreen .footer-content-bottom {
    filter: blur(0);
}

.footer-contact li a img {
    width: 24px;
    height: 24px;
}

.footer-link ul {
    border-top: 1px solid var(--c-black);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 0.5rem 1rem;
}

.footer-link ul li a:hover {
    color: var(--c-white) !important;
}

.footer-socmed a {
    width: 36px;
    height: 36px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-white);
    border-radius: 50%;
    transition: all 0.3s;
}

.footer-menu ul {
    margin: 0;
}

.footer-menu ul li {
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.footer-menu ul li a {
    display: inline-block;
    width: auto;
    color: var(--c-orange);
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}

.footer-menu ul li:hover a {
    transform: translateY(-3px);
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

.footer-logo .image a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-logo .image:hover a {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px 0 rgb(255 255 255 / 39%);
}

.wa-floating {
    z-index: 999;
    position: fixed;
    bottom: 2%;
    right: 20px;
    transition: all 0.3s;
}

.wa-floating:hover {
    transform: translateY(-10px);
    /*box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);*/
}

.wa-floating a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.wa-floating p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #0303c6;
}

.wa-floating .image {
    max-width: 60px;
}

@keyframes maka {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

footer.footer .footer-copyright span {
    display: inline-block;
    margin-right: 1px;
}

.maka-color {
    color: #ceebf8 !important;
}

footer.footer .footer-copyright span a {
    color: #ceebf8 !important;
}

/* footer.footer .footer-copyright:hover span:nth-child(1) {
animation: maka 0.9s ease-in-out;
}

footer.footer .footer-copyright:hover span:nth-child(2) {
animation: maka 1.1s ease-in-out;
}

footer.footer .footer-copyright:hover span:nth-child(3) {
animation: maka 1.3s ease-in-out;
}

footer.footer .footer-copyright:hover span:nth-child(4) {
animation: maka 1.5s ease-in-out;
} */

.mb0 {
    margin-bottom: 0px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb48 {
    margin-bottom: 48px;
}

.mb64 {
    margin-bottom: 64px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt0 {
    margin-top: 0px;
}

.mt8 {
    margin-top: 8px;
}

.mt16 {
    margin-top: 16px;
}

.mt24 {
    margin-top: 24px;
}

.mt32 {
    margin-top: 32px;
}

.mt48 {
    margin-top: 48px;
}

.mt64 {
    margin-top: 64px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt100 {
    margin-top: 100px;
}

.row-gap-1 {
    row-gap: 1rem;
}

.row-gap-2 {
    row-gap: 2rem;
}

.row-gap-3 {
    row-gap: 3rem;
}

.row-gap-4 {
    row-gap: 4rem;
}

.row-gap-5 {
    row-gap: 5rem;
}

.top-0 {
    top: 0px !important;
}

.top-1 {
    top: 1px !important;
}

.top-2 {
    top: 2px !important;
}

.top-5 {
    top: 5px !important;
}

/*====================================== SECTION SKELETON ======================================*/

.skeleton-card,
.skeleton-card:hover,
.skeleton-card::before {
    border: 0px solid #f5f3f3 !important;
    background: #27272769 !important;
    background-color: #27272769 !important;
    box-shadow: var(--shadow-skeleton) !important;
    /* animation: shimmer 0.3s infinite linear; */
}

.skeleton-picture,
.skeleton-text {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: var(--c-skeleton);
    border-radius: 0.5rem;
}

.skeleton-picture.xs {
    width: 100%;
}

.skeleton-picture.sm {
    height: 2.25rem;
}

.skeleton-picture.md {
    height: 3rem;
}

.skeleton-picture.lg {
    height: 4rem;
}

.skeleton-picture.xl {
    height: 5.25rem;
}

.skeleton-picture.xxl {
    height: 8rem;
}

.skeleton-picture.xl-3 {
    height: 10rem;
}

.skeleton-picture.xl-4 {
    height: 15rem;
}

.skeleton-picture.xl-5 {
    height: 20rem;
}

.skeleton-picture.xl-6 {
    height: 22.5rem;
}

.skeleton-picture.xl-7 {
    height: 25rem;
}

.skeleton-picture.xl-8 {
    height: 30rem;
}

.skeleton-text.xs {
    height: 0.5rem;
}

.skeleton-text.sm {
    height: 0.75rem;
}

.skeleton-text.md {
    height: 1rem;
}

.skeleton-text.lg {
    height: 1.5rem;
}

.skeleton-text.xl {
    height: 2rem;
}

.skeleton-text.xxl {
    height: 2.5rem;
}

.skeleton-text.xl-3 {
    height: 3rem;
}

.skeleton-text.xl-4 {
    height: 4rem;
}

.skeleton-text.xl-5 {
    height: 5rem;
}

.skeleton-text::before,
.skeleton-picture::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right,
            transparent 0%,
            #bc8c2480 50%,
            #bc8c2418 100%);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}