@font-face {
    font-family: 'Miama Nueva';
    font-style: italic;
    src: local(''),
    url('fonts/miamanueva.ttf') format('truetype');
}

.bread-section {
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(181.33deg, #FFFFFF 6.74%, #E4E4E4 45.19%);
}
.bread-section-wrapper {
    max-width: 1536px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bread-section-title-box {
    display: flex;
    width: max-content;
    gap: 45px;
}

@media screen and (max-width: 1024px) {
    .bread-section-title-box {
        flex-direction: column;
        gap: 16px;
    }
}

.bread-section-subtitle {
    font-family: 'Miama Nueva', 'sans-serif';
    font-weight: 400;
    font-size: 64px;
    font-style: italic;
    line-height: 140%;
    color: #C30000;
}

.bread-section-title {
    font-family: 'Unbounded', 'sans-serif';
    font-weight: 700;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(105.07deg, #000000 14.59%, #AB7D45 85.2%);
}

@media screen and (max-width: 550px) {
    .bread-section-subtitle {
        font-size: 32px;
    }

    .bread-section-title {
        font-size: 50px;
    }
}

.bread-section-corn-image {
    width: 100%;
}

.bread-description-section {
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
}

.bread-description-section-wrapper {
    max-width: 1536px;
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    gap: 50px;
}


.bread-description-title {
    font-family: 'Unbounded', 'sans-serif';
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 420px) {
    .bread-description-title {
        font-size: 28px;
    }
}

.bread-description-box {
    display: flex;
    padding-right: 129px;
}

.bread-description-image {;
    object-fit: cover;
    max-width: 594px;
    max-height: 633px;
    align-self: end;
}

.bread-description-full-image {;
    object-fit: cover;
    width: 835px;
    height: 651px;
    display: none;
    align-self: end;
}

@media screen and (min-width: 1500px) {
    .bread-description-image {
        display: none;
    }
    .bread-description-full-image {
        display: block;
        position: relative;
        left: -240px;
    }

    .bread-description-box {
        position: relative;
    }

    .bread-description-advantage {
        position: relative;
        left: -240px;
    }
}


@media screen and (max-width: 1160px) {
    .bread-description-image {
        display: none;
    }

    .bread-description-box {
        padding: 20px;
    }
}

.bread-description-advantage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content max-content;
    column-gap: 69px;
    row-gap: 42px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 700px) {
    .bread-description-section {
        gap: 24px;
    }

    .bread-description-advantage {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 0 16px;
    }
}

@media screen and (max-width: 1240px) {
    .bread-description-advantage {
        column-gap: 24px;
    }
}

.advantage {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.advantage-image {
    object-fit: cover;
    width: 50px;
    height: auto;
}

.advantage-title {
    font-family: 'Noto Sans', 'sans-serif';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.advantage-text {
    font-family: 'Noto Sans', 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.bread-types-section {
    display: flex;
    justify-content: center;
}

.bread-types-section-wrapper {
    max-width: 1536px;
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #262626;
    gap: 50px;
}

.bread-types-head {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bread-types-subtitle {
    font-family: 'Unbounded', 'sans-serif';
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;

}

.bread-types-title {
    font-family: 'Unbounded', 'sans-serif';
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;

}

.geo-marker-box {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.geo-marker-text {
    font-family: 'Miama Nueva', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 140%;
    color: #C30000;
}


@media screen and (max-width: 361px) {
    .bread-description-box {
        padding: 0;
    }

    .advantage-title {
        font-size: 18px;
        line-height: 24px;
    }

    .advantage-text {
        font-size: 12px;
        line-height: 18px;
    }

    .bread-types-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .bread-types-title {
        font-size: 28px;
        line-height: 36px;
    }

    .geo-marker-text {
        font-size: 14px;
        line-height: 20px;
    }

    .bread-types-section {
        gap: 24px
    }
}


.type-cards-box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 139px;
    row-gap: 45px;
    justify-content: center;
}

.type-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-family: 'Noto Sans', sans-serif;
    max-width: 339px;
}

.type-card-image {
    width: 339px;
    height: 274px;
    border-radius: 8px;
}

.type-card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}

.type-card-description {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.type-card-description-weight {
    line-height: 120%;
    color: #A9A9A9;
}

.type-card-description-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    margin: 0;
}

.geo-marker {
    width: 14px;
    height: 18px;
    background-image: url('images/geo_marker.svg');
}

.bread-cards-section {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.bread-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.bread-card {
    width: 244px;
    height: 404px;
    border-radius: 16px;
    background-color: #00AAAD;
}

.bread-cards-section-button {
    border: 0;
    width: 204px;
    height: 40px;
    gap: 10px;
    border-radius: 8px;
    padding-right: 16px;
    padding-left: 16px;
    font-family: 'Noto Sans', 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    line-height: 146%;
    background-color: #0097A1;
    color: #FFFFFF;
}

.bread-cards-section-button:hover {
    opacity: 0.6;
    transition: opacity;
    cursor: pointer;
}
