/* slierak */
@import url(./slick.css);
@import url(./slick-theme.css);

/* css external */
@import url(./globals.css);
@import url(./partner.css);
@import url(./deliverables.css);
@import url(./partners-detail.css);
@import url(./course-masters.css);
@import url(./course-professionals.css);
@import url(./projects.css);
@import url(./course.css);
@import url(./activity.css);
@import url(./abouts.css);
@import url(./agenda-pengumuman.css);
@import url(./announcement.css);
@import url(./agenda.css);

:root {
    --color-white: #fff;
    --color-white-2: #f5f5f5;
    --color-white-3: #eeeeee;
    --color-white-4: #b7b7b7;

    --color-black: #000000;
    --color-black-2: #141313;
    --color-darken: #3a4348;
    --color-black-3: #1e1e1e;
    --color-black-4: #2c2c2c;

    --color-primary: #063;
    --color-primary-2: #038a47;
    --color-primary-3: #42ac35;

    --color-secondary: #fdc600;
    --color-secondary-2: #fed630;

    --color-dark-green: #2d492d;
    --color-text: #333;
    --color-orange: #ffa400;
    --color-danger: red;

    --usu-dark-green: #0b6839;
}

* {
    margin: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

ul,
ol {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    margin-bottom: 0 !important;
}

body {
    font-family: "Public Sans", sans-serif !important;
}

h1 {
    font-size: 3rem;
    line-height: 3.4rem;
}

h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
}

h3 {
    font-size: 2rem;
    line-height: 2.4rem;
}

h4 {
    font-size: 1.6rem;
    line-height: 2rem;
}

h5 {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

p {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: justify;
    margin-bottom: 0 !important;
}

a {
    text-decoration: none;
    color: var(--color-black);
}

.headline-medium {
    font-weight: 650;
    font-size: 1.5rem;
    line-height: 1.813;
}

.green-1 {
    color: #0b6839;
    text-decoration: none !important;
    color: var(--color-black) !important;
}

.fixed-width {
    width: 100%;
    height: 104px;
}

.thin-horizontal-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.thin-horizontal-scrollbar::-webkit-scrollbar {
    height: 4px;
    background-color: #f5f5f5;
}

.thin-horizontal-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgb(189, 189, 189);
}

.underlined {
    text-decoration: underline;
    transition: all 300ms ease;
}

.underlined:hover {
    text-decoration: none;
}

.sticky-nav {
    z-index: 99;
    position: fixed;
    width: 100%;
}

.active-nav {
    width: 100%;
    background-color: #F6F6F6;
    font-weight: 700 !important;
    color: #4D4C4C;
}

.collapsible-button {
    padding: 12px;
    display: none;
    cursor: pointer;
}

.industry40-container {
    padding: 0 8%;
}

.industry40-nav-container {
    padding: 0 8%;
}

.industry40-header {
    display: flex;
    gap: 2%;
}

.industry40-contents {
    display: flex;
    flex-direction: column;
}

/* Nav */
.industry40-nav__top {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 24px;
    background-color: var(--color-secondary);
}

.industry40-nav__top-links {
    overflow-x: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.industry40-nav__top-link {
    padding: 16px;
    white-space: nowrap;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 0.75rem;
    color: #4D4C4C;
}

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

.industry40-nav__top-collapse {
    display: flex;
    align-items: center;
    gap: 16px;
}

.industry40-nav__top-collapse-search__button {
    padding-left: 24px;
    border-left: 1px solid var(--color-black);
}

.industry40-nav__top-collapse-search__input {
    position: absolute;
    display: none;
    right: 0;
    margin-top: 8px;
}

.industry40-nav__top-collapse-lang div {
    cursor: pointer;
    position: relative;
}

.industry40-nav__top-collapse-lang div div {
    position: absolute;
    display: none;
    top: 18px;
    padding: 4px 8px;
    margin-left: -8px;
    border-radius: 4px;
    background-color: var(--color-primary);
}

.industry40-nav__top-collapse-lang div,
.industry40-nav__top-collapse-lang div a {
    display: flex;
    align-items: center;
    gap: 4px;
}

.industry40-nav__top-collapse-lang div span {
    font-size: 0.75rem;
    font-weight: 600;
    color: #4D4C4C;
}

.industry40-nav__top-collapse-lang div img {
    width: 16px;
    height: 14px;
}

.industry40-nav__top-collapse-lang div:hover div {
    display: flex;
}

.industry40-nav__top-collapse-lang div:hover div span {
    color: var(--color-white);
}

.industry40-nav__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-white);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.industry40-nav__brand img {
    max-width: 160px;
    height: 90px;
}

.industry40-nav__main-links {
    display: flex;
    align-items: center;
}

.industry40-nav__main-link {
    padding: 20px 24px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #4D4C4C;
}

.industry40-nav__main-link:hover {
    background-color: #F6F6F6;
    color: #4D4C4C;
}

/* Breadcrumb */
.industry40-breadcrumb {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
    padding: 20px 0;
}

.industry40-breadcrumb__container {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 4px;
}

.industry40-breadcrumb__container>* {
    color: #4D4C4C;
}

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

.industry40-breadcrumb__container a:not(:first-child),
.industry40-breadcrumb__container span {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
}

/* homepage */
.slick-dots {
    transform: translateY(-60px);
}

.industry40-carousel {
    transition: all 300ms ease;
}

.industry40-carousel__item {
    width: 100%;
    height: 680px;
    position: relative;
}

.industry40-carousel__item-ornament:first-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.industry40-carousel__item-ornament:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.industry40-carousel__item-background {
    width: 100%;
    height: 100%;
}

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

.industry40-carousel__item-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent, var(--color-primary));
    z-index: 1;
    opacity: 0.8;
}

.industry40-carousel__item-text {
    position: absolute;
    left: 160px;
    bottom: 120px;
    right: 0;
    color: var(--color-white);
    z-index: 2;
}

/* section program benefit */
.industry40-benefits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 24px;
    padding-top: 120px;
    padding-bottom: 120px;
}

.industry40__benefit {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    justify-content: center;
}

.industry40__benefit p {
    text-align: center;
}

.industry40__benefit-img {
    height: 120px;
}

/* section erasmus */
.industry40-erasmus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url("https://konten.usu.ac.id/storage/satker/YYaSE/erasmus-bg-pattern.svg");
}

.industry40-erasmus__logo {
    width: 45%;
}

.industry40-erasmus__logo img {
    width: 100%;
}

.industry40-erasmus__text {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.industry40-erasmus__text h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
}

/* courses section */
.industry40-course {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 120px;
    background: url(/images/rounded-bg-pattern.svg);
    background-size: 100% 100%;
    background-position: left bottom, right bottom;
    border-top-left-radius: 240px;
    border-top-right-radius: 240px;
    box-shadow: 0 4px 8px var(--color-white-3);
    border: 1px solid var(--color-white-3);
}

.industry40-course__text {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.industry40-course__text h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
}

.industry40-course-list {
    width: 55%;
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.industry40-course__card {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 60px;
    background-color: var(--color-primary-3);
    border-radius: 10px;
    color: var(--color-white);
    position: relative;
}

.industry40-course__card hgroup {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.industry40-course__card hgroup p {
    text-align: left;
}

.industry40-course__card-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

/* section research area */
.industry40-research {
    padding-top: 72px;
    padding-bottom: 72px;
    background-image: url("https://konten.usu.ac.id/storage/satker/YYaSE/research-area.png");
    background-blend-mode: overlay;
    background-color: var(--color-primary);
}

.industry40-research h2 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.125rem;
    color: var(--color-white);
}

.industry40-research-list {
    display: flex;
    justify-content: space-between;
    gap: 1%;
}

.industry40-research__item {
    cursor: pointer;
    width: 24%;
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 32px 12px;
    box-shadow: 0 2px 6px var(--color-white-4);
    transition: all 300ms ease;
}

.industry40-research__item:hover {
    box-shadow: none;
}

.industry40-research__item img {
    width: 100%;
    border-radius: 10px;
}

.industry40-research__item h4 {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.industry40-research__item img {
    width: 100%;
}

.modal-body-research-area img {
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
    border-radius: 10px;
    object-fit: cover;
}

/* section news */
.industry40-news {
    padding-top: 120px;
    padding-bottom: 120px;
}

.industry40-news hgroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.industry40-news-list {
    display: flex;
    gap: 2%;
}

.industry40-news__item {
    width: 23%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.industry40-news__item img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 4/3;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 2px 8px var(--color-white-4);
}

.industry40-news__item-category {
    border-radius: 5px;
    background-color: var(--color-primary-2);
    width: fit-content;
    color: var(--color-white);
    padding: 8px 12px;
}

.industry40-news__item h5 {
    overflow: hidden;
    height: fit-content;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* partners */
.industry40-partners h2 {
    text-align: center;
    margin-bottom: 48px;
}

.industry40-partners-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
}

.industry40-partners__items {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    row-gap: 12px;
}

.industry40-partners__items a {
    height: 65px;
}

.industry40-partners__items img {
    height: 100%;
}

.industry40-partners__erasmus {
    width: 30%;
}

.industry40-partners__erasmus img {
    width: 100%;
}

.detail-postingan .image {
    width: 100%;
    display: flex;
    justify-content: center;
}

.detail-postingan .image img {
    width: 70%;
}

@media screen and (max-width: 1600px) {
    .fixed-width {
        height: 104px;
    }

    .industry40-course__text {
        width: 30%;
    }

    .industry40-course-list {
        width: 65%;
    }

    .industry40-course__card {
        padding: 60px 32px;
    }
}

@media screen and (max-width: 1400px) {
    .industry40-nav-container {
        padding: 0 2%;
    }

    .industry40-container {
        padding: 0 2%;
    }
}

@media screen and (max-width: 1200px) {

    h1 {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }

    h2 {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    h3 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    h4 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    h5 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    p {
        font-size: 0.9rem;
        line-height: 1.3rem;
        text-align: justify;
    }

    /* carousel */
    .industry40-carousel {
        padding: 48px 8%;
    }

    .industry40-carousel__item {
        width: 100%;
        height: 480px;
        position: relative;
    }

    .industry40-carousel__item-ornament:last-child {
        width: 20%;
    }

    .industry40-carousel__item-text {
        left: 60px;
        bottom: 60px;
    }

    /* benefits */
    .industry40-benefits {
        padding-top: 72px;
        padding-bottom: 72px;
        justify-content: center;
        gap: 32px;
    }

    .industry40__benefit {
        width: 47%;
    }

    .industry40__benefit-img {
        height: 90px;
    }

    /* erasmus */
    .industry40-erasmus {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .industry40-erasmus__logo {
        width: 30%;
    }

    .industry40-erasmus__text {
        width: 65%;
    }

    /* course */
    .industry40-course {
        padding-top: 72px;
        padding-bottom: 72px;
        border-top-left-radius: 90px;
        border-top-right-radius: 90px;
        flex-direction: column;
        gap: 32px;
    }

    .industry40-course__text {
        width: 100%;
    }

    .industry40-course-list {
        width: 100%;
    }

    /* research area */
    .industry40-research {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .industry40-research__item {
        padding: 24px 6px;
    }

    .industry40-research__item img {
        height: 120px;
        object-fit: cover;
    }

    /* news */
    .industry40-news {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .industry40-news__item a {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }

    /* partners */
    .industry40-partners {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .industry40-partners-list {
        flex-direction: column;
        gap: 48px;
    }

    .industry40-partners__items {
        width: 100%;
        order: 2;
        justify-content: space-around;
    }

    .industry40-partners__erasmus {
        width: 40%;
        order: 1;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    h2 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    h3 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    h4 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

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

    p {
        font-size: 0.9rem;
        line-height: 1.3rem;
        text-align: justify;
    }

    .industry40-header {
        flex-direction: column;
    }

    /* nav */
    .collapsible-button {
        display: block;
        font-size: 1.2rem;
    }

    .show-nav {
        display: flex !important;
    }

    .industry40-headline__nav {
        padding-bottom: 20px;
    }

    .industry40-nav__main {
        flex-direction: column;
    }

    .industry40-nav__brand {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .industry40-nav__brand img {
        padding: 12px 16px;
    }

    .industry40-nav__main-links {
        display: none;
        flex-direction: column;
        align-items: start;
        width: 100%;
        border-top: 1px solid var(--color-white-4);
        background-color: var(--color-white);
    }

    .industry40-nav__main-link {
        padding: 16px;
    }

    /* section carousel */
    .industry40-carousel {
        padding: 0;
    }

    .industry40-carousel__item {
        height: 320px;
    }

    .industry40-carousel__item-ornament:first-child {
        width: 8%;
    }

    .industry40-carousel__item-text {
        left: 32px;
        bottom: 48px;
    }

    /* benefits */
    .industry40-benefits {
        padding-top: 32px;
        padding-bottom: 32px;
        justify-content: center;
        gap: 32px;
    }

    .industry40__benefit {
        width: 45%;
    }

    /* erasmus */
    .industry40-erasmus {
        padding-top: 32px;
        padding-bottom: 32px;
        flex-direction: column;
        gap: 32px;
    }

    .industry40-erasmus__logo {
        width: 60%;
    }

    .industry40-erasmus__text {
        width: 100%;
    }

    /* course */
    .industry40-course {
        padding-top: 48px;
        padding-bottom: 48px;
        border-top-left-radius: 48px;
        border-top-right-radius: 48px;
        flex-direction: column;
        margin-top: 24px;
        gap: 32px;
    }

    .industry40-course__text {
        width: 100%;
    }

    .industry40-course-list {
        width: 100%;
        row-gap: 18px;
        flex-wrap: wrap;
    }

    .industry40-course__card {
        width: 100%;
    }

    /* research area */
    .industry40-research {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .industry40-research-list {
        flex-wrap: wrap;
        row-gap: 18px;
    }

    .industry40-research__item {
        width: 47%;
    }

    /* news */
    .industry40-news {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .industry40-news-list {
        flex-wrap: wrap;
        row-gap: 32px;
    }

    .industry40-news__item {
        width: 48%;
    }

    /* partners */
    .industry40-partners {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .industry40-partners h2 {
        margin-bottom: 24px;
    }

    .industry40-partners-list {
        gap: 24px;
    }

    .industry40-partners__items a {
        height: 40px;
    }

    .industry40-partners__erasmus {
        width: 80%;
        order: 1;
    }

    .detail-postingan .image img {
        width: 90%;
    }

}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    h2 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    h3 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

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

    h5 {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    p {
        font-size: 0.9rem;
        line-height: 1.3rem;
        text-align: justify;
    }

    .industry40-carousel__item-text {
        left: 18px;
        bottom: 24px;
    }

    .industry40-carousel__item {
        height: 240px;
    }

    .industry40__benefit-img {
        height: 60px;
    }

    .industry40__benefit-img img {
        height: 100%;
    }

    .industry40-research__item {
        padding: 24px 12px;
        width: 100%;
    }

    .industry40-news__item {
        width: 100%;
    }

    .detail-postingan .image img {
        width: 100%;
    }
}