@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz\,wght.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oriental';
    src: url('../fonts/The\ Last\ Shuriken.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Korean';
    src: url('../fonts/Korean_Calligraphy.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century';
    src: url('../fonts/centurygothic.ttf');
    font-weight: normal;
    font-style: normal;
}

/* GERAL */

* {
    margin: 0;
    padding: 0;
    font-family: Oriental;
    font-weight: 400 !important;
    scroll-behavior: smooth;
}

/* HEADER */

.header {
    display: flex;
    gap: 4rem;
}

.logo-header img {
    object-fit: contain;
    height: auto;
    width: 12rem;
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.nav-bar a {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    font-family: Inter;
}

/* SECTION HERO */

section.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/bg-akira.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-container {
    max-width: 1280px;
    width: 100%; 
}

.hero-text {
    height: 10rem;
    display: flex;
    align-items: center;
}

.hero-text h1 {
    color: #FF160F;
    font-size: 3rem;
}

/* SECTION SELL */

section.article {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    background-color: #1E1E1E;
}

.article-container {
    max-width: 1280px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF9EA;
    padding: 1rem;
    border-radius: 1.5rem;
    background-color: #FFF9EA;
}

.article-container p {
    font-family: Century;
    max-width: 100%;
    width: 90%;
    color: #1E1E1E;
}

.article-container h2 {
    font-family: Century;
    max-width: 100%;
    width: 90%;
    margin-bottom: 1rem;
    color: #FF160F;
}

.article-container h3 {
    font-family: Century;
    max-width: 100%;
    width: 90%;
    margin: 1rem 0;
    color: #FF160F;
}

.article-container ul {
    max-width: 100%;
    width: 80%;
    margin: 0.5rem 0;
}

.article-container li {
    font-family: Century;
    max-width: 100%;
    width: 90%;
}

.article-container blockquote {
    font-family: Century;
    max-width: 100%;
    width: 90%;
    margin: 0.5rem 0;
    color: #FF160F;
}

/* SECTION BIO */

section.bio {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF9EA;
    padding: 3rem 0;
}

.bio-container {
    display: flex;
    max-width: 1280px;
    width: 100%;
}

.bio-left {
    max-width: 100%;
    width: 35%;
}

.bio-right {
    max-width: 100%;
    width: 65%;
}

.bio-right h1 {
    font-size: 3rem;
    color: #FF160F;
    font-family: Korean;
}

.bio-right p {
    margin-bottom: 2rem;
    font-family: Century;
    font-weight: bolder;
    font-size: 1.2rem;
}

.bio-right h3 {
    font-family: Century;
    font-weight: bolder;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.bio-right li {
    font-family: Century;
    font-weight: bolder;
    font-size: 1.1rem;
}

.lists-top {
    display: flex;
    gap: 3rem;
    margin: 3rem 0;
}

/* SECTION COURSES */

section.courses {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E1E1E;
    padding: 3rem 0;
}

.courses-container {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    width: 100%;
}

.courses-container h1 {
    color: #FF160F;
    font-size: 3rem;
    margin-bottom: 2rem;
    font-family: Korean;
}

.courses-cards {
    display: flex;
}

.courses-cards .card {
    max-width: 100%;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.courses-cards .card-container {
    background-color: #FFF9EA;
    max-width: 100%;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #FFF9EA;
    border-radius: 1.5rem;
    padding: 1rem;
    height: 25rem;
}

.courses-cards .card-container img {
    margin-bottom: 1rem;
}

.courses-cards .card-container h2 {
    color: #FF160F;
    font-family: Century;
    margin-bottom: 0.5rem;
}

.courses-cards .card-container p {
    color: #1E1E1E;
    font-family: Century;
}

.courses-cards .card-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 70%;
    margin-top: 1rem;
    gap: 1rem;
}

.courses-cards .card-buttons a {
    text-decoration: none;
    color: #FFF9EA;
    padding: 1rem;
    border: 1px solid #FF160F;
    background-color: #FF160F;
    border-radius: 1.5rem;
    font-family: Century;
    font-weight: bolder;
}

/* FOOTER */

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF9EA;
    padding: 3rem 0;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}

.footer-container h2 {
    color: #FF160F;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-family: Korean;
}

.left-footer {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-footer a {
    text-decoration: none;
    color: #1E1E1E;
    font-family: Century;
}

.mid-footer {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mid-footer img  {
    object-fit: contain;
    height: auto;
    width: 10rem;
}

.right-footer {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right-footer p {
    font-family: Century;
}

@media (max-width: 768px) {
    * {
        overflow-x: hidden;
    }

    .header {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .logo-header img {
        width: 8rem;
    }

    .nav-bar {
        flex-direction: column;
        gap: 1rem;
    }

    section.hero {
        padding: 2rem 0;
    }

    .hero-text {
        height: auto;
        padding: 2rem 1rem;
        text-align: center;
        justify-content: center;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .sell-container,
    .bio-container,
    .courses-container {
        flex-direction: column;
        align-items: center;
    }

    .sell-left,
    .sell-right,
    .bio-left,
    .bio-right {
        width: 100%;
        max-width: 90%;
    }

    .sell-right iframe {
        margin-top: 2rem;
        height: 15rem;
        width: 25rem;
    }

    .bio-container {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .bio-left,
    .bio-right {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bio-right p {
        max-width: 100%;
        width: 85%;
        text-align: center;
    }

    .lists-top {
        flex-direction: column;
        gap: 1rem;
        margin: 1.5rem 0;
    }

    .footer-container {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .mid-footer img {
        width: 7rem;
    }

    .courses-container h1,
    .bio-right h1 {
        font-size: 2rem;
        text-align: center;
    }

    .courses-cards {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .courses-cards .card {
        width: 100%;
    }

    .courses-cards .card-container {
        width: 90%;
        height: auto;
    }

    .courses-cards .card-buttons {
        width: 90%;
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    * {
        overflow-x: hidden;
    }

    .courses-container {
        max-width: 100%;
        width: 90%;
    }

    .bio-container {
        max-width: 100%;
        width: 90%;
    }

    .bio-left img {
        object-fit: contain;
        height: auto;
        width: 12rem;
    }

    .bio-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bio-right .card-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        list-style-position: inside;
    }

    .header {
        gap: 1rem;
    }

    .logo-header img {
        width: 6rem;
    }

    .nav-bar a {
        font-size: 1rem;
    }

    .hero-text h1 {
        font-size: 1.5rem;
    }

    .courses-container h1,
    .bio-right h1 {
        font-size: 1.2rem;
        text-align: center;
    }

    .courses-cards .card-container {
        width: 100%;
        padding: 0.5rem;
    }

    .courses-cards .card-buttons {
        width: 100%;
        gap: 0.25rem;
    }

    .bio-right p {
        width: 100%;
        font-size: 1rem;
    }

    .bio-right h3,
    .bio-right li {
        font-size: 1rem;
    }

    .mid-footer img {
        width: 4rem;
    }

    .footer-container h2 {
        font-size: 1.2rem;
    }

    .footer-container {
        max-width: 100%;
        width: 90%;
    }
}