/* General Style */
@import url('https://fonts.googleapis.com/css2?family=Doppio+One&family=Krona+One&family=Roboto:wght@100;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Krona One', ui-sans-serif,
        -apple-system,
        system-ui,
        "system-ui",
        sans-serif;
    background-color: #f9f7f7;
}

html {
    scroll-behavior: smooth;
}

p {
    color: black;
}

a {
    color: black;
    text-decoration: none;
}

/* Poster */
.poster,
.poster>.text,
.poster>.btn,
.poster>.btn>.apply-btn {
    display: flex;
}

.poster {
    background-image: url("../assets/partner.png");
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
}

.poster>.text {
    justify-content: center;
    align-items: center;
}

.poster h2 {
    color: #FFF;
    text-align: center;
    font-family: Krona One, ui-sans-serif,
        -apple-system,
        system-ui,
        "system-ui",
        sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 138.462% */
    text-transform: uppercase;
}

.poster>.btn {
    justify-content: center;
    align-items: center;
}

.poster>.btn>.apply-btn {
    width: 250px;
    height: 40px;
    padding: 2px 99px;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Orange, #FFCD29);

}

/* Card */
.container>.grid-container>.grid-item {
    width: 323px;
    height: 261px;
}

.content,
.content>.grid-container>.grid-item>.card,
.content img {
    display: flex;
}

.content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 56px;
}

.content img {
    width: 303px;
    height: 186px;
}

.content h2 {
    color: #000;
    text-align: center;
    font-family: Doppio One, ui-sans-serif,
        -apple-system,
        system-ui,
        "system-ui",
        sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 100% */
}

.content>.grid-container>.grid-item>.card {
    margin-left: 24px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border-color: #FFF;
    background: #FFF;
}

.content>.grid-container>.grid-item>.card h3 {
    color: #000;
    text-align: center;
    font-family: Doppio One, ui-sans-serif,
        -apple-system,
        system-ui,
        "system-ui",
        sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 180% */
    white-space: nowrap;
}

.content>.grid-container>.grid-item>.card>.specialh3 {
    font-family: Roboto, ui-sans-serif,
        -apple-system,
        system-ui,
        "system-ui",
        sans-serif;
    letter-spacing: 1px;
}

.content>.grid-container>.grid-item>.card p {
    width: 278px;
    height: 81px;
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-family: Roboto, ui-sans-serif,
        -apple-system,
        system-ui,
        "system-ui",
        sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
}

.content>.grid-container>.grid-item>.card img {
    border: #FFF;
    width: 135px;
    height: 88px;
}

/* Process */
.content>.process,
.content>.process>.process-comp,
.content>.process img,
.content>.process>.process-line {
    display: flex;
}

.content>.process {
    flex-direction: row;
    justify-content: center;
    text-align: center;
    height: 161px;
    width: 308px;
}

.content>.process>.process-comp {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 97px;

}

.content>.process>.process-line {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 50px;
    margin-left: 0;
}

.content>.process>.process-comp>.img-container {
    display: flex;
    justify-content: center;
}

.content>.process img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.content>.process p {
    color: #000;
    text-align: center;

    /* App/M */
    font-family: Doppio One, ui-sans-serif,
        -apple-system,
        system-ui,
        "system-ui",
        sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 138.462% */
    width: 97px;
}

/* Partners */
.content>.partners {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content>.partners>.img-1 {
    width: 103px;
    height: 46px;
}

.content>.partners>.img-2 {
    width: 200px;
    height: 100px;
}

.content>.partners img {
    margin-right: 24px;
    width: 100%;
    height: 100%;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
    gap: 20px;
    /* Gap between grid items */
    margin-top: 24px;
}

/* Style for grid items */
.grid-item {
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.03);
    padding: 24px 22.5px;
    width: 323px;
    height: 261px;
}

/* Media query for narrow screens (less than 600px) */
@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
        /* 1 column */
    }
}