﻿.cover-img-01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    aspect-ratio: 1 / 1;
    width: min(60vw, 60vh);
    height: auto;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
}

.layout-cover {
  
    width: 100%;
    padding: 40px;
    padding-bottom: calc(4rem + 4rem);
    display: flex;
    flex-direction: column;
}

.cover-img-01-letter {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cover-img-01-letter:hover {
        color: var(--mud-palette-warning-darken);
        opacity: 1;
    }

.cover-img-01-letter-I {
}

.cover-img-01-letter-P {
}

.cover-img-01-letter-O {
    color: var(--mud-palette-primary);
    opacity: 0.7;
}

.cover-img-01-letter-R {
}

.cover-img-01-letter-T {
}

.cover-img-01-letter-F {
}

.cover-img-01-letter-L {
}

.cover-img-01-letter-I {
    color: var(--mud-palette-tertiary-darken);
}

.cover-img-02 {
    width: 20vw;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0px;
    bottom: 70vh;
    opacity: 0.4;
}

    .cover-img-02 .cover-img-dots {
        width: 1473px;
        height: 324px;
    }

/*  */
.portfolio-banner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: stretch;
    margin-top: auto;
}

.left-block {
    color: currentColor;
    margin-right: -1px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}

.right-block {
    padding: 0.5rem;
    border-top: 2px currentColor solid;
    color: currentColor;
    margin-left: -1px;
    position: relative;
    max-width: calc(40vw - 40px);
}

.diago-wrapper {
    position: relative;
    min-width: 40px;
    margin-bottom: calc(1.3rem + 24px);
}

.diagonal-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

svg line {
    stroke: currentColor;
    stroke-width: 2;
}

.year {
    font-family: "Jacques Francois", serif !important;
    font-weight: 400;
    font-size: 6rem;
    position: relative;
    margin-bottom: calc(1.3rem + 24px);
}

.year-border {
    width: 100%;
    height: 1px;
    border-bottom: 2px currentColor solid;
}

.role {
    font-weight: 500;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0.5rem;
}

.title-right-block {
    font-weight: 500;
    font-size: 4rem;
    position: absolute;
    top: -0.1rem;
    transform: translateY(-100%);
}

.content-card {
    font-size: 1.2rem;
    max-width: 100%;
    text-align: justify;
}

.right-block-last-p {
    margin: 0px;
}

.block-mobile {
    display: none;
}
