/* ------------------------------------------------- *\
 * STYLES GUID
\* ------------------------------------------------- */

:root {
    /**
     * Colors
     */
    --scrim: #00000075;
    --success: #1ec863;
    --soft-success: #1ec86335;
    --warning: #f6a723;
    --soft-warning: #f6a72335;
    --error: #ed4956;
    --soft-error: #ed495635;
    --blue: #0a66c2;
    --soft-blue: #0a66c235;
    --white: #ffffff;
    
    --primary: #2A7EFD;
    --soft-primary: #2A7EFD20;
    --secondary: #103242;
    --soft-secondary: #10324220;
    --on-secondary-variant: #6babca;
    --background: #ffffff;
    --on-background: #000000;
    --on-background-variant: #a9abaf;
    --surface: #f3f3f3;
    --outline: #d7d7da;

    /**
     * Typography
     */

    /* Font Family */
    --font-family: "Nunito", sans-serif;

    /* Font size */
    --fs-base: 10px;
    --fs-display-large: 5.7rem;
    --fs-display-medium: 4.5rem;
    --fs-display-small: 3.6rem;
    --fs-headline-large: 3.2rem;
    --fs-headline-medium: 2.8rem;
    --fs-headline-small: 2.4rem;
    --fs-title-large: 2.2rem;
    --fs-title-medium: 1.8rem;
    --fs-title-small: 1.4rem;
    --fs-body-large: 1.6rem;
    --fs-body-medium: 1.4rem;
    --fs-body-small: 1.2rem;
    --fs-label-large: 1.4rem;
    --fs-label-medium: 1.2rem;
    --fs-label-small: 1.1rem;

    /* Font weight */
    --fw-regular: 400;
    --fw-small: 500;
    --fw-medium: 600;
    --fw-large: 700;
    --fw-bold: 800;

    /* Line height */
    --lh-base: 1.6;
    --lh-display-large: 6.4rem;
    --lh-display-medium: 5.2rem;
    --lh-display-small: 4.4rem;
    --lh-headline-large: 4.0rem;
    --lh-headline-medium: 3.6rem;
    --lh-headline-small: 3.2rem;
    --lh-title-large: 2.8rem;
    --lh-title-medium: 2.8rem;
    --lh-title-small: 2.0rem;
    --lh-body-large: 2.4rem;
    --lh-body-medium: 2.0rem;
    --lh-body-small: 1.8rem;
    --lh-label-large: 2.0rem;
    --lh-label-medium: 1.8rem;
    --lh-label-small: 1.6rem;

    /* Letter spacing */
    --ls-n-025: -0.25px;
    --ls-p-010: 0.10px;
    --ls-p-015: 0.15px;
    --ls-p-025: 0.25px;
    --ls-p-040: 0.40px;
    --ls-p-050: 0.50px;

    /**
     * Spacing
     */
    --spacing-base: 4px;
    --spacing-05: calc(var(--spacing-base) * 0.5);
    --spacing-1: calc(var(--spacing-base) * 1);
    --spacing-2: calc(var(--spacing-base) * 2);
    --spacing-3: calc(var(--spacing-base) * 3);
    --spacing-4: calc(var(--spacing-base) * 4);
    --spacing-5: calc(var(--spacing-base) * 5);
    --spacing-6: calc(var(--spacing-base) * 6);
    --spacing-7: calc(var(--spacing-base) * 7);
    --spacing-8: calc(var(--spacing-base) * 8);
    --spacing-9: calc(var(--spacing-base) * 9);
    --spacing-10: calc(var(--spacing-base) * 10);
    --spacing-11: calc(var(--spacing-base) * 11);
    --spacing-12: calc(var(--spacing-base) * 12);
    --spacing-13: calc(var(--spacing-base) * 13);
    --spacing-14: calc(var(--spacing-base) * 14);
    --spacing-15: calc(var(--spacing-base) * 15);
    --spacing-16: calc(var(--spacing-base) * 16);
    --spacing-17: calc(var(--spacing-base) * 17);
    --spacing-18: calc(var(--spacing-base) * 18);
    --spacing-19: calc(var(--spacing-base) * 19);
    --spacing-20: calc(var(--spacing-base) * 20);
    --spacing-21: calc(var(--spacing-base) * 21);
    --spacing-22: calc(var(--spacing-base) * 22);
    --spacing-23: calc(var(--spacing-base) * 23);
    --spacing-24: calc(var(--spacing-base) * 24);
    --spacing-25: calc(var(--spacing-base) * 25);
    --spacing-26: calc(var(--spacing-base) * 26);
    --spacing-27: calc(var(--spacing-base) * 27);
    --spacing-28: calc(var(--spacing-base) * 28);
    --spacing-29: calc(var(--spacing-base) * 29);
    --spacing-30: calc(var(--spacing-base) * 30);

    /**
     * Box shadow
     */
    --shadow-05: 0px 1px 2px 1px #00000010, 0px 1px 1px 0px #00000015;
    --shadow-1: 0px 1px 3px 1px #00000026, 0px 1px 2px 0px #0000004d;
    --shadow-2: 0px 2px 6px 2px #00000026, 0px 1px 2px 0px #0000004d;
    --shadow-3: 0px 1px 3px 0px #0000004d, 0px 4px 8px 3px #00000026;
    --shadow-4: 0px 2px 3px 0px #0000004d, 0px 6px 10px 4px #00000026;
    --shadow-5: 0px 4px 4px 0px #0000004d, 0px 8px 12px 6px #00000026;
    --shadow-6: 0px 4px 5px 0px #0000004d, 0px 10px 15px 6px #00000026;
    --shadow-7: 0px 5px 5px 0px #0000004d, 0px 10px 18px 7px #00000026;
    --shadow-8: 0px 5px 6px 0px #0000004d, 0px 12px 20px 8px #00000026;
    --shadow-9: 0px 6px 6px 0px #0000004d, 0px 14px 22px 8px #00000026;
    --shadow-10: 0px 6px 7px 0px #0000004d, 0px 16px 24px 9px #00000026;
    --shadow-11: 0px 7px 8px 0px #0000004d, 0px 17px 26px 9px #00000026;
    --shadow-12: 0px 7px 8px 0px #0000004d, 0px 18px 28px 10px #00000026;
    --shadow-13: 0px 7px 9px 0px #0000004d, 0px 19px 29px 10px #00000026;
    --shadow-14: 0px 8px 9px 0px #0000004d, 0px 20px 31px 11px #00000026;
    --shadow-15: 0px 8px 10px 0px #0000004d, 0px 21px 33px 11px #00000026;
    --shadow-16: 0px 8px 11px 0px #0000004d, 0px 22px 35px 12px #00000026;
    --shadow-17: 0px 9px 11px 0px #0000004d, 0px 23px 36px 12px #00000026;
    --shadow-18: 0px 9px 12px 0px #0000004d, 0px 24px 38px 13px #00000026;
    --shadow-19: 0px 10px 13px 0px #0000004d, 0px 25px 40px 14px #00000026;
    --shadow-20: 0px 10px 14px 0px #0000004d, 0px 26px 42px 15px #00000026;

    /**
     * Border radius
     */
    --radius-extra-small: 4px;
    --radius-small: 8px;
    --radius-medium: 12px;
    --radius-large: 16px;
    --radius-extra-large: 24px;
    --radius-circle: 50%;
    --radius-full: 1000px;

    /**
     * Transition
     */
    --tr-duration-short: 200ms;
    --tr-duration-medium: 400ms;
    --tr-duration-long: 500ms;

    /**
     * Others
     */
    --width-extra-small: 28px;
    --width-small: 40px;
    --width-medium: 48px;
    --width-large: 56px;
    --width-extra-large: 125px;
    --height-extra-small: 28px;
    --height-small: 40px;
    --height-medium: 48px;
    --height-large: 56px;
    --height-extra-large: 125px;

    --header-height: 80px;
}

/* ------------------------------------------------- *\
 * RESET
\* ------------------------------------------------- */

*,
*::before,
*::after {
    -webkit-tap-hightlight-color: transparent;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

li { list-style: none; }

a,
img,
label,
input,
select,
button,
textarea { display: block; }

span { display: inline-block; }

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
}

img { height: auto; }

label,
select,
button { cursor: pointer; }

input,
select,
button,
textarea {
    font: inherit;
    background: none;
    border: none;
    color: inherit;
}

input,
select,
textarea {
    outline: none;
    width: 100%;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea { resize: none; }

form { width: 100%; }

[hidden] { display: none; }

[disabled] {
    pointer-events: none;
    opacity: 0.7;
}

:disabled {
    pointer-events: none;
    opacity: 0.7;
}

/* ------------------------------------------------- *\
 * BASE
\* ------------------------------------------------- */

:where(input, textarea)::placeholder { color: var(--on-background-variant); }

html {
    font-family: var(--font-family);
    scroll-behavior: smooth;
    font-size: var(--fs-base);
    line-height: var(--lh-base);
    font-weight: normal;
}

body {
    background-color: var(--background);
    color: var(--on-background);
    font-size: var(--fs-body-large);
    font-weight: var(--fw-regular);
    line-height: var(--lh-body-large);
    display: flex;
    flex-direction: column;
}

::selection {
    background-color: var(--on-background);
    color: var(--background);
}

/* ------------------------------------------------- *\
 * REUSED STYLES
\* ------------------------------------------------- */

.section { padding-block: 80px; }

.container {
    padding-inline: var(--spacing-4);
    margin-inline: auto;
    width: 100%;
}

.container.container-xs { max-width: 568px; }

.container.container-sm { max-width: 768px; }

.container.container-md { max-width: 992px; }

.container.container-lg { max-width: 1200px; }

.container.container-xl { max-width: 1440px; }

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

.title-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-4);
    text-align: center;
    margin-block-end: var(--spacing-10);
}

.title-sec .btn { margin-block-start: var(--spacing-2); }

.main {
    padding-block-start: var(--header-height);
    min-height: 100dvh;
}

:has(> .state-layer) {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.state-layer {
    background-color: var(--state-layer-bg);
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--tr-duration-short);
}

:has(> .state-layer):hover .state-layer { opacity: 0.08; }

:has(> .state-layer):active .state-layer { opacity: 0.16; }

.custom-scrollbar-hidden::-webkit-scrollbar { display: none; }

.arrow-dir {
    display: grid;
    place-items: center;
}

html[dir="ltr"] .arrow-dir { transform: rotate(180deg); }

.hover { transition: color var(--tr-duration-short); }

.hover:hover { color: var(--primary); }

.flex {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
}

.circle,
.circle svg {
    display: grid;
    place-items: center;
    min-width: var(--spacing-3);
    max-width: var(--spacing-3);
    min-height: var(--spacing-3);
    max-height: var(--spacing-3);
}

.grid-2-base {
    display: grid;
    gap: var(--spacing-5);
}

.grid-3-base {
    display: grid;
    gap: var(--spacing-5);
}

/* ---------------------------------- *\
 * TYPOGRAPHY
\* ---------------------------------- */

.text-display-large {
  font-size: var(--fs-display-large);
  font-weight: var(--fw-large);
  line-height: var(--lh-display-large);
  letter-spacing: var(--ls-n-025);
}

.text-display-medium {
  font-size: var(--fs-display-medium);
  font-weight: var(--fw-large);
  line-height: var(--lh-display-medium);
}

.text-display-small {
  font-size: var(--fs-display-small);
  font-weight: var(--fw-large);
  line-height: var(--lh-display-small);
}

.text-headline-large {
  font-size: var(--fs-headline-large);
  font-weight: var(--fw-medium);
  line-height: var(--lh-headline-large);
}

.text-headline-medium {
  font-size: var(--fs-headline-medium);
  font-weight: var(--fw-medium);
  line-height: var(--lh-headline-medium);
}

.text-headline-small {
  font-size: var(--fs-headline-small);
  font-weight: var(--fw-medium);
  line-height: var(--lh-headline-small);
}

.text-title-large {
  font-size: var(--fs-title-large);
  font-weight: var(--fw-medium);
  line-height: var(--lh-title-large);
}

.text-title-medium {
  font-size: var(--fs-title-medium);
  font-weight: var(--fw-medium);
  line-height: var(--lh-title-medium);
  letter-spacing: var(--ls-p-015);
}

.text-title-small {
  font-size: var(--fs-title-small);
  font-weight: var(--fw-medium);
  line-height: var(--lh-title-small);
  letter-spacing: var(--ls-p-010);
}

.text-body-large {
  font-size: var(--fs-body-large);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body-large);
  letter-spacing: var(--ls-p-025);
}

.text-body-medium {
  font-size: var(--fs-body-medium);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body-medium);
  letter-spacing: var(--ls-p-025);
}

.text-body-small {
  font-size: var(--fs-body-small);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body-small);
  letter-spacing: var(--ls-p-040);
}

.text-label-large {
  font-size: var(--fs-label-large);
  font-weight: var(--fw-regular);
  line-height: var(--lh-label-large);
  letter-spacing: var(--ls-p-010);
}

.text-label-medium {
  font-size: var(--fs-label-medium);
  font-weight: var(--fw-medium);
  line-height: var(--lh-label-medium);
  letter-spacing: var(--ls-p-050);
}

.text-label-small {
  font-size: var(--fs-label-small);
  font-weight: var(--fw-medium);
  line-height: var(--lh-label-small);
  letter-spacing: var(--ls-p-050);
}

/* ------------------------------------------------- *\
 * TEXT ON COLOR
\* ------------------------------------------------- */

.text-white { color: var(--white); }

.text-success { color: var(--success); }

.text-warning { color: var(--warning); }

.text-error { color: var(--error); }

.text-primary { color: var(--primary); }

.text-secondary { color: var(--secondary); }

.text-on-secondary-variant { color: var(--on-secondary-variant); }

.text-on-background { color: var(--on-background); }

.text-on-background-variant { color: var(--on-background-variant); }

/* ------------------------------------------------- *\
 * COMPONENTS
\* ------------------------------------------------- */

/**
 * Logo
 */
.logo {
    direction: ltr;
    display: flex;
    align-items: center;
    gap: var(--spacing-4);
}

.logo .img-logo {
    min-width: auto;
    max-width: max-content;
    min-height: var(--height-medium);
    max-height: var(--height-medium);
}

.logo .text-title-large { direction: ltr; }

/**
 * Avatar
 */
.avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-full);
    border: 5px solid var(--primary);
    color: var(--on-background-variant);
    background-color: var(--surface);
    overflow: hidden;
    position: relative;
}

.avatar.extra-large {
    min-width: var(--width-extra-large);
    max-width: var(--width-extra-large);
    min-height: var(--height-extra-large);
    max-height: var(--height-extra-large);
}

.avatar .img-avatar {
    position: absolute;
    inset: 0;
    z-index: 10;
}

/**
 * Separator
 */
 .separator {
    border: 1px solid var(--outline);
    width: 100%;
    height: 100%;
}

.separator.y { width: 1px; }

.separator.x { height: 1px; }

/**
 * Blockquote
 */
.blockquote {
    background-color: var(--soft-primary);
    border-inline-start: 4px solid var(--primary);
    padding: var(--spacing-4);
}

/**
 * App bars
 */



/**
 * Badges
 */



/**
 * All buttons
 */



/**
 * Button groups
 */



/**
 * Buttons
 */
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-2);
    border-radius: var(--radius-medium);
    text-wrap: nowrap;
    max-width: max-content;
}

.btn.medium {
    min-height: var(--height-medium);
    max-height: var(--height-medium);
    padding-inline: var(--spacing-6);
}

.btn.filled {
    background-color: var(--primary);
    color: var(--white);
    --state-layer-bg: var(--white);
}

.btn.white {
    box-shadow: var(--shadow-1);
    background-color: var(--background);
    color: var(--on-background);
    --state-layer-bg: var(--on-background);
}

/**
 * Extended FABs
 */



/**
 * FAB menu
 */



/**
 * FABs
 */



/**
 * Icon buttons
 */
.icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-2);
    border-radius: var(--radius-full);
}

.icon-btn.small {
    min-width: var(--width-small);
    max-width: var(--width-small);
    min-height: var(--height-small);
    max-height: var(--height-small);
}

.icon-btn.medium {
    min-width: var(--width-medium);
    max-width: var(--width-medium);
    min-height: var(--height-medium);
    max-height: var(--height-medium);
}

.icon-btn.filled {
    background-color: var(--primary);
    color: var(--white);
    --state-layer-bg: var(--white);
}

.icon-btn.success {
    background-color: var(--soft-success);
    color: var(--success);
    --state-layer-bg: var(--success);
}

.icon-btn.blue {
    background-color: var(--soft-blue);
    color: var(--blue);
    --state-layer-bg: var(--blue);
}

/**
 * Segmented buttons
 */



/**
 * Split button
 */



/**
 * Cards
 */
.card {
    overflow: hidden;
    border-radius: var(--radius-medium);
    background-color: var(--background);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.card.outline { border: 1px solid var(--outline); }

.card .figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--outline);
    background-color: var(--surface);
    color: var(--on-background-variant);
    border-radius: var(--radius-medium);
    min-height: 250px;
    overflow: hidden;
}

.card .figure .img-card {
    position: absolute;
    inset: 0;
    z-index: 10;
}

.card ul {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2);
}

.card ul .flex { align-items: start; }

.card ul .flex svg { margin-block-start: var(--spacing-1); }

.card .text-box {
    padding: var(--spacing-2) var(--spacing-3);
    border-radius: var(--radius-small);
    background-color: var(--soft-primary);
    color: var(--primary);
    max-width: max-content;
}

.card .box {
    min-width: var(--width-medium);
    max-width: var(--width-medium);
    min-height: var(--height-medium);
    max-height: var(--height-medium);
    display: grid;
    place-items: center;
    border-radius: var(--radius-small);
    background-color: var(--background);
    color: var(--on-background);
    box-shadow: var(--shadow-1);
    margin-block-end: var(--spacing-1);
}

.card .card-body {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
    padding: var(--spacing-6);
}

.card .wrapper-block {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2);
}

.card[style] {
    padding-block-start: var(--spacing-30);
    display: flex;
    align-items: end;
    color: white;
}

.card[style]::before {
    content: "";
    background-color: var(--scrim);
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/**
 * Carousel
 */



/**
 * Checkbox
 */



/**
 * Chips
 */



/**
 * Date pickers
 */



/**
 * Time pickers
 */



/**
 * Dialogs
 */



/**
 * Divider
 */



/**
 * Lists
 */



/**
 * Items
 */
.item {
    display: flex;
    align-items: start;
    gap: var(--spacing-6);
}

.item .item-content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2);
}

.item .wrapper-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--spacing-2);
}

/**
 * Loading indicator
 */



/**
 * Progress indicators
 */



/**
 * Menus
 */



/**
 * Navigation bar
 */



/**
 * Navigation drawer
 */



/**
 * Navigation rail
 */



/**
 * Radio button
 */



/**
 * Search
 */



/**
 * Bottom sheets
 */



/**
 * Side sheets
 */



/**
 * Sliders
 */



/**
 * Snackbar
 */



/**
 * Switch
 */



/**
 * Tabs
 */



/**
 * Text fields
 */



/**
 * Toolbars
 */



/**
 * Tooltips
 */



/* ------------------------------------------------- *\
 * OTHERS
\* ------------------------------------------------- */

/**
 * HEADER
 */
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    width: 100%;
    height: var(--header-height);
    display: flex;
    align-items: center;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: left;
}

/**
 * FOOTER
 */
.footer {
    padding-block: var(--spacing-5);
    background-color: var(--secondary);
    text-align: center;
}

.footer .copyright {
    color: var(--background);
    opacity: 0.8;
}

/* ------------------------------------------------- *\
 * MAIN
\* ------------------------------------------------- */

/**
 * HERO
 */
.hero .grid-2-base {
    background-color: var(--secondary);
    border-radius: var(--radius-extra-large);
    padding: var(--spacing-7) var(--spacing-5);
    margin-block-end: var(--spacing-10);
    gap: var(--spacing-6);
}

.hero .grid-2-base img { object-fit: contain; }

.hero .grid-2-base .hero-content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-6);
    color: var(--background);
}

.hero .grid-2-base .flex .separator.x {
    max-width: 30px;
    border-color: var(--on-secondary-variant);
}

.hero .grid-2-base .desc { opacity: 0.8; }

.hero .btn-wrapper {
    margin-block-start: var(--spacing-6);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--spacing-6);
}

.hero .tool-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: var(--spacing-6);
}

.hero .tool-list .tool-item .img-tool {
    object-fit: contain;
    min-width: auto;
    max-width: var(--width-large);
    min-height: var(--height-large);
    max-height: var(--height-large);
}

/**
 * ABOUT US
 */
.about-us .grid-2-base { gap: var(--spacing-10); }

.about-us .grid-2-base .img-about-us {
    border-radius: var(--radius-extra-large);
    max-height: 450px;
    position: sticky;
    top: var(--header-height);
}

.about-us .grid-2-base .about-content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-6);
}

.about-us .grid-2-base .about-content .separator.x {
    max-width: 30px;
    border-color: var(--primary);
}

/**
 * OVERVIEW
 */
.overview { background-color: var(--surface); }

.overview .grid {
    display: grid;
    gap: var(--spacing-10);
}

.overview .grid .overview-content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
}

.overview .card {
    background-color: var(--primary);
    color: var(--white);
}

/**
 * CURRICULUM PRESENTATION
 */
.curriculum-presentation {
    /* background-color: var(--primary);
    color: var(--white);
    border-radius: var(--radius-extra-large); */
    background-color: var(--surface);
}

.curriculum-presentation .card { height: max-content; }

/* .curriculum-presentation .title-sec p { opacity: 0.8; }

.curriculum-presentation .grid-2-base { gap: var(--spacing-6); }

.curriculum-presentation .card-curriculum-presentation {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
}

.curriculum-presentation .card-curriculum-presentation .text-title-large {
    padding-inline-end: var(--spacing-4) !important;
    padding: var(--spacing-1);
    margin-block-end: var(--spacing-1);
    border-bottom: 2px solid var(--background);
    max-width: max-content;
}

.curriculum-presentation .card-curriculum-presentation ul {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-1);
} */

/**
 * LECTURERS
 */
.lecturers .grid-2-base { gap: var(--spacing-7); }

/**
 * PAYMENTS
 */
.payments { background-color: var(--surface); }

.payments .wrapper-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-2);
}

.payments .payments-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: var(--spacing-6);
}

.payments .payments-list .payment-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-2);
}

.payments .payments-list .payment-item .img-paument {
    object-fit: contain;
    min-width: auto;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
}

/**
 * RESERVE YOUR SEAT
 */
.reserve-your-seat .title-sec { margin: 0; }

/* ------------------------------------------------- *\
 * MEDIA QUERY
\* ------------------------------------------------- */

/**
 * FIT SIZE: 568PX
 */
@media screen and (min-width: 568px) {}

/**
 * FIT SIZE: 768PX
 */
@media screen and (min-width: 768px) {
    /**
     * REUSED STYLE
     */
    .grid-3-base { grid-template-columns: repeat(3, 1fr); }
}

/**
 * FIT SIZE: 992PX
 */
@media screen and (min-width: 992px) {
    /**
     * REUSED STYLE
     */
    .grid-2-base { grid-template-columns: repeat(2, 1fr); }

    /**
     * MAIN
     */
    
    /* Hero */
    .hero .grid-2-base {
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
        padding: var(--spacing-13);
        gap: var(--spacing-13);
    }

    /* OVERVIEW */
    .overview .grid { grid-template-columns: 300px 1fr; }

    .overview .grid .overview-content {
        position: sticky;
        top: var(--header-height);
        height: max-content;
    }
}

/**
 * FIT SIZE: 1200PX
 */
@media screen and (min-width: 1200px) {}

/**
 * FIT SIZE: 1440PX
 */
@media screen and (min-width: 1440px) {}