@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");

:root {
    --primary-gd: transparent linear-gradient(140deg, #384967 0%, #6f91cd 100%)
        0% 0% no-repeat padding-box;
    --c-primary: #384967;
    --c-secondary: #ebf2ff;
    --c-body: #fbfcfd;
    --c-black: #212529;
    --c-b-secondary: #4b5563;
    --c-info: #9597a1;
    --c-red: #d0342c;
    --c-electric: #7df9ff;
    --c-white: #ffffff;
    --c-grey: #d1d1d1;
    --c-disabled: #dee1e8;
    --c-transparent: transparent;
    --shadow-bg: 0px 6px 18px rgb(0 0 0 / 8%);
    --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-primary);
    color: var(--c-white);
}

html,
body {
    font-family: "Sen", 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: 400;
    font-style: normal;
    background-color: var(--c-body);
    color: var(--c-black);
    font-weight: 400;
    width: 100%;
    height: 100%;
    overflow-y: overlay;
    transition: ease 0.3s;
}

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

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

h2 {
    font-size: 2.83rem;
    font-weight: 500;
}

h3 {
    font-size: 2rem;
    font-weight: 500;
}

h4 {
    font-size: 1.41rem;
    font-weight: 500;
}

h5 {
    font-size: 1.2rem;
    line-height: 1.6;
}

/* h6 {
	font-size: 1.2rem;
	line-height: 0;
} */

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-primary);
    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;
    text-decoration: none;
}

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

.btn-sc {
    position: relative;
    outline: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    letter-spacing: 1.5;
    align-items: center;
    display: inline-flex;
    border: 0;
    padding: 0.5rem 1rem;
    background-color: transparent;
    transform: skewX(-20deg);
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    -webkit-box-pack: center;
    vertical-align: middle;
    justify-content: center;
    -webkit-box-align: center;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
    text-decoration: none;
    outline: 0;
}

.btn-sc:hover,
.btn-sc:active,
.btn-sc:target,
.btn-sc:focus {
    transform: scale(1.05) skewX(-20deg);
    outline: 0;
    box-shadow: none;
}

.btn-sc span,
.btn-sc:focus:hover span,
.btn-sc:hover span,
.btn-sc:active span,
.btn-sc:target span,
.btn-sc:focus span,
.btn-sc .image,
.btn-sc:focus:hover .image,
.btn-sc:hover .image,
.btn-sc:active .image,
.btn-sc:target .image,
.btn-sc:focus .image {
    outline: 0;
    z-index: 2;
    display: block;
    transform: skewX(20deg);
}

.btn-sc:focus {
    transform: scale(1) skewX(-20deg);
    box-shadow: none;
}

.btn-sc:focus:hover {
    transform: scale(1.05) skewX(-20deg);
}

.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 {
    transform: scale(1) skewX(-20deg);
}

.btn-primary {
    position: relative;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    background: var(--primary-gd);
    color: var(--c-white);
}

.btn-primary::before {
    height: 0%;
    width: 2px;
}

.btn-primary:hover {
    color: var(--c-white) !important;
    box-shadow: 4px 4px 6px 0 rgb(220 210 210 / 50%),
        0px 0px 6px 0px rgb(255 255 255 / 50%),
        inset 2px 2px 16px 0 rgb(229 229 229 / 40%);
}

.btn-primary-w {
    border-radius: 1.5rem;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    background-color: var(--c-white);
    color: var(--c-black);
}

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

.btn-primary-w:hover,
.btn-primary-w:active,
.btn-primary-w:focus {
    background-color: var(--c-white);
    color: var(--c-black);
}

.btn-secondary {
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    background-color: var(--c-white);
    color: var(--c-primary);
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    /* box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5); */
    outline: 0;
    box-shadow: none;
    background-color: var(--c-white) !important;
    color: var(--c-primary) !important;
}

.btn-secondary-line {
    font-weight: 500;
    background-color: var(--c-white);
    color: var(--c-primary);
    border: 1px solid var(--c-grey);
}

.btn-secondary-line:hover,
.btn-secondary-line:active,
.btn-secondary-line:focus {
    /* box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5); */
    outline: 0;
    box-shadow: none;
    background-color: var(--c-white) !important;
    color: var(--c-primary) !important;
    border: 1px solid var(--c-primary);
}

.btn-secondary-s:hover,
.btn-secondary-s:active,
.btn-secondary-s:focus {
    /* box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5); */
    outline: 0;
    box-shadow: none;
    background-color: var(--c-white) !important;
    color: var(--c-secondary) !important;
}

.btn-tertiary {
    background-color: var(--c-transparent);
    color: var(--c-primary);
}

.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary:focus {
    background-color: var(--c-transparent);
    color: var(--c-primary);
}

.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-invitation {
    position: relative;
    display: flex;
    width: fit-content;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-weight: 500;
    background: var(--primary-gd);
    /* background: #cd071e; */
    color: var(--c-white);
}

.btn-invitation::before {
    height: 0%;
    width: 2px;
}

.btn-invitation:hover {
    /* color: var(--c-white) !important; */
    box-shadow: 4px 4px 6px 0 rgb(220 210 210 / 50%),
        0px 0px 6px 0px rgb(255 255 255 / 50%),
        inset 2px 2px 16px 0 rgb(229 229 229 / 40%);
}

.btn-invitation:hover,
.btn-invitation:active,
.btn-invitation:focus {
    /* background: var(--c-primary); */
    /* background-color: #b7051a; */
    /* color: var(--c-white); */
}

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

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

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

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

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

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

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

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

input.form-control {
    position: relative;
    height: 3rem;
    padding: 0.5rem 0.75rem;
    background-color: #ebf2ff !important;
    border: 0;
    border-radius: 0.5rem;
    border: 1px solid;
    border-color: #bfc7d7;
    color: var(--c-black) !important;
    /* 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(205, 205, 205);
}

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

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 2rem 0.5rem 0.75rem;
    font-size: 1rem;
    /* letter-spacing: 1rem; */
    font-weight: 400;
    /*background-color: 08284b;*/
    border: 0.0625rem solid var(--c-grey);
    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: #bfc7d7;
    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: #ebf2ff !important;
    /* height: 3.125rem; */
    position: relative;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    letter-spacing: 1rem;
    color: var(--c-black);
    border: 1px solid;
    border-color: #bfc7d7;
    border-radius: 0.5rem;
    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 {
    border: 1px solid var(--c-primary);
    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-open {
    padding-right: 0 !important;
}

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

.modal-header {
    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: 9;
    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-body {
    height: 100%;
    padding: 2rem 2rem;
}

.modal.fade {
    overflow: hidden;
}

.modal.fade .modal-dialog {
    transition: transform 0.5s ease-in-out;
    transform: translate(30px, 999px) rotate(35deg);
}

.modal.fade.show .modal-dialog {
    transform: translate(0, 0) rotate(0);
}

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

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

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

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

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

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

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

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

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

.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-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-primary-800 {
    background-color: var(--c-primary-800) !important;
}

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

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

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

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

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

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

.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-16 {
    max-width: 1rem !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-240 {
    max-width: 15rem !important;
}

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

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

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

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

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

.max-720 {
    max-width: 45rem !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;
}

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

.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; */
    background-color: var(--c-white);
    position: fixed;
    /* border-bottom: 1px solid var(--c-primary); */
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    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;
    transition: var(--ts-cubic);
    border-bottom: 1px solid var(--c-grey);
}

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

header nav#navigation::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: transparent linear-gradient(140deg, #6a8bc4 0%, #6f91cd 90%) 0%
        0% no-repeat padding-box;
    transition: all 1s;
}

header nav#navigation.scrolled::before {
    width: 100%;
}

header nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.nav-toggle-mobile {
    display: none;
}

.container-nav {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
}

.container-nav .nav-logo {
    margin-left: -14px;
    background: var(--primary-gd);
    opacity: 1;
    z-index: 2;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    transform: skewX(-20deg);
    border-bottom-right-radius: 1rem;
}

.container-nav .nav-logo a {
    transform: skewX(20deg);
    display: block;
    padding: 1rem 2.5rem 1rem 3rem;
}

.container-nav .nav-logo a .image {
    width: 10rem;
}

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

.nav-menu ul {
    z-index: 9;
    position: relative;
    display: flex;
    opacity: 1;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    text-align: center;
    transition: all 0.3s;
    /* transition-delay: 0.3s; */
}

.nav-menu ul li {
    position: relative;
    /* 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-black);
    border: 1px solid var(--c-transparent);
    padding: 0.5rem 1.25rem;
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.nav-menu li a::before {
    z-index: 1;
    content: "";
    background: var(--primary-gd);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    -webkit-transform: translate3d(200%, 100%, 0);
    transform: translate3d(200%, 100%, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(2, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(2, 0, 0.125, 1);
}

.nav-menu li a:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

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

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

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

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

.nav-menu li .nav-icon {
    width: 1.25rem;
    height: 1.25rem;
}

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

.nav-menu li.active a::before {
    -webkit-transform: translate3d(10%, 95%, 0);
    transform: translate3d(10%, 95%, 0);
}

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

.close-mobile {
    display: none;
}

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

.dropdown-menu-list:hover {
    background-color: var(--c-primary-500);
}

.notif-menu-count {
    top: -2px;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--c-secondary);
}

.notif-menu-count span {
    font-size: 10px;
}

.dropdown-menu-list.divider {
    border-top: #f3f4f6 1px solid;
}

.dropdown-notification-wrapper {
    display: none;
    opacity: 0;
    border: 1px solid var(--c-grey);
    top: 36px;
    right: 0;
    border-radius: 8px;
    padding: 0.5rem;
    position: absolute;
    background-color: var(--c-body);
    min-width: 30rem;
    max-width: 30rem;
    transition: all 0.3s;
}

.dropdown-notification-item .notif-card a {
    padding-right: 1rem;
    text-align: left;
}

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

.dropdown-notification-list.divider {
    border-top: #f3f4f6 1px solid;
}

.profile-menu-dropdown {
    display: flex;
    width: 100%;
    gap: 1em;
}

.profile-notification-dropdown {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 1.5em;
}

.profile-dropdown-text {
    position: relative;
    gap: 0.2em;
    display: flex;
    flex-direction: column;
}

.profile-dropdown-text > .profile-text-bottom {
    opacity: 0.5;
}

.profile-text-header {
    max-width: 15em;
}

.profile-text-header p {
    line-height: 18px;
}

.profile-text-new {
    position: absolute;
    right: 0;
    background-color: #d0342c;
    padding: 0.5em;
    border-radius: 20px;
    width: fit-content;
    top: 5px;
}

.nav-profile {
    border: 1px solid var(--c-primary);
}

.nav-menu .nav-close {
    z-index: 999;
    display: flex;
    position: absolute;
    top: 0;
    right: 28px;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer;
    box-shadow: none;
    border: none;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: var(--c-black);
    opacity: 0;
    transition: ease-in-out 0.6s;
}

.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/chevron-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/chevron-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-size: contain;
}

.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-primary);
    color: rgb(56, 73, 103, 0.8);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px var(--c-primary);
}

/*====================================== SECTION HOME PAGE ======================================*/
section {
    padding: 3rem 0;
}

.section-home-hero {
    padding-top: 8rem;
}

.section-top {
    padding-top: 6rem;
}

.hero-animation {
    margin-top: -64px;
}

.testi-floating {
    position: absolute;
}

.testi-floating-1 {
    top: 15%;
    left: 5%;
}

.testi-floating-2 {
    top: 20%;
    right: 10%;
}

.ornament-floating {
    position: absolute;
    animation-name: animation-floating-ornament;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

.ornament-floating-1 {
    top: 37%;
    left: 32%;
    max-width: 84px;
}

.ornament-floating-2 {
    top: 37%;
    right: 32%;
    max-width: 84px;
}

@keyframes animation-floating-ornament {
    0% {
        transform: rotate(10deg) translateY(-1rem);
    }
    50% {
        transform: rotate(-10deg) translateY(1rem);
    }
    100% {
        transform: rotate(10deg) translateY(-1rem);
    }
}

.testi-card {
    background: transparent linear-gradient(180deg, #7092ce 0%, #e6f0fe 90%) 0%
        0% no-repeat padding-box;
    opacity: 1;
    padding: 1rem 1rem 0 1rem;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

.testi-card-name {
    padding: 0.5rem 0 0.5rem 0;
}

.testi-card-name::before {
    content: "";
    z-index: 1;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url("../images/logo/logo-bl.png");
    background-repeat: no-repeat;
    background-position: center bottom -24px;
    background-size: contain;
}

.swiper-testi .swiper-slide {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.swiper-testi .swiper-slide.swiper-slide-active,
.swiper-best .swiper-slide.swiper-slide-active {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.button-testi-swiper {
    height: 48px;
}

.button-testi-swiper .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    width: 4rem !important;
}

.button-testi-swiper .swiper-button-next {
    position: relative;
    top: 0;
    right: 0;
    width: 4rem !important;
}

section.section-home-prove {
    padding: 5rem 0 5rem 0;
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: var(--primary-gd);
}

section.section-home-prove::before {
    content: "";
    z-index: 1;
    display: block;
    position: absolute;
    bottom: -128px;
    right: -48px;
    width: 320px;
    height: 320px;
    opacity: 0.1;
    background-image: url("../images/logo/logo-w.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.list-prove li .image {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    background: transparent
        linear-gradient(270deg, var(--c-white) 0%, #ceddf9 100%) 0% 0% no-repeat
        padding-box;
    border-radius: 50%;
    padding: 0.5rem;
}

.best-card {
    user-select: none;
}

.best-card .best-card-terms p {
    font-size: 8px;
}

.best-card .best-card-wrapper .cta a.btn-sc {
}

.swiper-best .swiper-slide {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.swiper-best .swiper-slide .best-card .best-card-wrapper {
    opacity: 0;
    transform: translateY(32px);
    transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.swiper-best .swiper-slide.swiper-slide-active .best-card {
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1.2);
}

.swiper-best .swiper-slide.swiper-slide-active .best-card .best-card-wrapper {
    opacity: 1;
    transform: translateY(0) !important;
}

.canvas-container canvas {
    max-width: 100%;
    max-height: 100%;
}

.canvas-container {
    position: relative;
    z-index: 3;
    max-width: 860px;
    width: 100%;
    height: 100%;
    padding-bottom: 64px;
}

.swiper-promo {
    height: 600px;
}

.swiper-promo .swiper-slide {
    opacity: 1;
}

.swiper-promo .swiper-wrapper {
    position: relative;
    top: -64px;
}

.promo-card {
    max-width: 1024px;
    width: 100%;
    height: 320px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.swiper-pagination.best-pagination,
.swiper-pagination.promo-pagination {
    position: relative;
    top: -12px;
    height: 36px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0.5rem;
}

.swiper-pagination.best-pagination .swiper-pagination-bullet,
.swiper-pagination.promo-pagination .swiper-pagination-bullet {
    width: 100%;
    height: 0.15rem;
}

/*====================================== SECTION TIPE MOBIL PAGE ======================================*/
.tipe-list {
    padding: 0 2rem;
    margin-bottom: 3rem;
}
.tipe-list .nav-pills {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 1px solid var(--c-grey);
    border-radius: 1.5rem;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.tipe-list .nav-pills .nav-link.active,
.tipe-list .nav-pills .show > .nav-link {
    background: var(--primary-gd);
}

.tipe-list .nav-pills li.nav-item {
    background-color: var(--c-transparent);
}

.tipe-list .nav-pills li.nav-item .nav-link {
    border: 0;
    font-size: 1.125rem;
    color: var(--c-primary);
    border-radius: 1.5rem;
    padding: 0.75rem 1rem;
}

.tipe-list .nav-pills li.nav-item .nav-link.active {
    font-weight: 600;
    color: var(--c-white);
}

.tipe-list .nav-pills .nav-link.active:focus,
.tipe-list .nav-pills .nav-link.active:hover,
.tipe-list .nav-pills .nav-link.active:active,
.tipe-list .nav-pills .nav-link.active:target {
    color: var(--c-white) !important;
}

.tipe-card {
    background: transparent linear-gradient(270deg, #dfe9fb 0%, #ffffff 100%) 0%
        0% no-repeat padding-box;
    background-size: 100%;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    border: 1px solid var(--c-white);
    opacity: 1;
    transition: var(--ts-cubic), background 0.6s ease-out;
}

.tipe-card:hover {
    background-size: 200%;
    background-position: -1000px;
    box-shadow: var(--shadow-bg);
    transform: scale(1.05);
    transform-origin: 50% 100%;
}

.tipe-card .tipe-r {
    padding-top: 1rem;
}

.tipe-label {
    background-color: #d0dcf4;
    border: 1px solid var(--c-white);
    padding: 0.25rem 0.5rem;
    top: 0;
    right: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

/*====================================== SECTION LIST MOBIL PAGE ======================================*/
section.section-contact {
    padding-top: 8rem;
}

.form-contact {
    margin: 2rem auto;
    padding: 2rem 1.5rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

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

/*====================================== SECTION TIPE DETAIL PAGE ======================================*/
.detail-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 90vh;
}

.detail-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(360deg, #384967 0%, #ffffff00 20%)
        0% 0% no-repeat padding-box;
}

.detail-hero-detail {
    margin-top: -2px;
    padding: 2rem 0 3rem 0;
}

.detail-banner {
    min-height: 640px;
    height: 100%;
}
.detail-banner .image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    border-radius: 1.5rem;
}

.detail-banner-word {
    top: 3rem;
    left: 2rem;
}

.detail-banner-car {
    bottom: 1rem;
    right: 1.5rem;
}

.gallery-card {
    max-width: 480px;
    height: 360px;
}

.swiper-gallery .swiper-wrapper {
    transition-timing-function: linear;
}

.car-option .nav-pills {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 0;
    border-radius: 1.5rem;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.car-option .nav-pills .nav-link.active,
.car-option .nav-pills .show > .nav-link {
    background: var(--c-transparent);
    box-shadow: var(--shadow-bg);
}

.car-option .nav-pills li.nav-item {
    width: 40px;
    height: 40px;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: var(--c-primary);
}

.car-option .nav-pills li.nav-item .nav-link {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 1.125rem;
    color: var(--c-primary);
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
}

.car-option .nav-pills li.nav-item .nav-link.active {
    font-weight: 600;
    color: var(--c-white);
}

.car-option .nav-pills .nav-link.active:focus,
.car-option .nav-pills .nav-link.active:hover,
.car-option .nav-pills .nav-link.active:active,
.car-option .nav-pills .nav-link.active:target {
    color: var(--c-white) !important;
}

.other-card {
    background: transparent linear-gradient(180deg, #c3d6f9 0%, #ffffff 100%) 0%
        0% no-repeat padding-box;
    padding: 1rem 0.5rem;
}

/*====================================== SECTION PROMO PAGE & EVENT PAGE ======================================*/

/* Swiper Promo Detail */

.promo-detail-card {
    max-width: 64rem;
    border-radius: 1.25rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

.promo-detail-wording {
    display: flex;
    background: transparent linear-gradient(140deg, #6f91cd 0%, #384967 100%) 0%
        0% no-repeat padding-box;
    flex-basis: 30%;
    border-radius: 1.25rem 0rem 0rem 1.25rem;
}

.promo-dw-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem 1.25rem 2.5rem;
    flex-direction: column;
    gap: 1.5em;
}

.promo-detail-image {
    flex-basis: 70%;
}

.promo-detail-image > img {
    border-radius: 0rem 1.25rem 1.25rem 0rem;
}

select.btn-secondary-line {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 85% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/general/dd-b-bot.svg);
    background-size: 0.75rem;
    padding: 0.5rem 4rem 0.5rem 1.5rem !important;
}
section.section-contact .tipe-list {
    margin-bottom: 0;
}
/* Promo event card */
.label-promo {
    padding: 0.25rem 0.5rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.provent-list-card {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
    margin-top: 2.5rem;
    opacity: 1;
}

.provent-word-wrapper {
    padding: 1.5rem 2rem;
    background: transparent linear-gradient(0deg, #e8f0ff 0%, #6f91cd 100%) 0%
        0% no-repeat padding-box;
}

/*====================================== SECTION CONTACT PAGE ======================================*/
.contact-hero-wrapper {
    margin-bottom: 1.5rem;
}

.car-contact-l,
.car-contact-r {
    max-width: 15rem;
}
.contact-card-wrapper {
    width: 100%;
    background: transparent linear-gradient(140deg, #384967 0%, #6f91cd 100%) 0%
        0% no-repeat padding-box;
    border-radius: 2rem;
    opacity: 1;
    padding: 2em 4em;
    margin: 3rem auto;
}

.cta-sosmed:hover {
    scale: 1.1;
    transition: var(--ts-cubic);
}

.car-contact-form {
    bottom: -5.25rem !important;
    z-index: 100;
}

/*====================================== SECTION 404  ======================================*/

/*====================================== SECTION FOOTER ======================================*/
.cta-wa {
    z-index: 999;
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
}

.cta-wa .image {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    transition: all 0.3s;
    animation: bounce 2s infinite;
}

.cta-wa .image:hover button {
    transform: scale(0.9);
}

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

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

footer {
    position: relative;
    z-index: 99;
    margin-top: -24px;
    padding: 3rem 0 3rem 0;
    background: var(--primary-gd);
}

.footer-logo {
    max-width: 96px;
}

.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%);
}

.footer-sta {
    transform: translate(0, 90px);
    margin-top: 0;
    margin-bottom: -66px;
    transition: ease-in-out 0.6s;
}

.footer-sta.onscreen {
    transform: translate(0, 0px);
}

.footer-sta::before {
    /* z-index: 1; */
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 124px;
    background: transparent linear-gradient(180deg, #f0ae2414 0%, #f0ae24 100%)
        0% 0% no-repeat padding-box;
}

.footer-sta h1 {
    font-size: 7rem;
}

.footer-copyright {
    margin-top: 1rem;
}

.footer-copyright .copyright {
    margin-top: 10px;
}

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