/* HOME PAGE */

.c-landing-wrapper {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover, cover;
    background-color: hsl(233, 39%, 17%);
    background-image: url('../images/GRAPH_PATTERN_LANDING.webp'), radial-gradient(circle farthest-side at right bottom, hsl(182, 56%, 49%) 0%, hsl(233, 39%, 17%) 100%);
}

.c-landing-section {
    height: inherit;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url('../images/UX_HOME_BG.svg');

    @media (max-width: 1599px) {
        background-position: right;
        background-size: 55%;
    }

    @media (max-width: 1199px) {
        background-position: calc(50% - -324px) 50%;
        background-size: 54%;
    }

    @media (max-width: 991px) {
        background-position: calc(50% - -45px) 95%;
        background-size: 70%;
    }

    @media (max-width: 767px) {
        background-position: calc(50% - -45px) 95%;
        background-size: 105%;
    }
}

.c-landing-section:before {
    background-color: #2f8bf5;
}

.c-home-container {
    display: flex;
    max-width: 80vw;
    align-items: center;
    width: 100%;

    @media (max-width: 1199px) {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 6rem;
    }

    @media (max-width: 991px) {
        flex-direction: column;
        justify-content: flex-start;
    }
}

.c-home-title-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 85vw;
    padding-left: 6rem;

    @media (max-width: 1199px) {
        padding-left: 0;
        width: 100%;
    }

    @media (max-width: 991px) {
        padding-top: 12rem;
        align-items: center;
        text-align: center;
    }
}

.c-home-mini-title {
    color: #FFFFFF;
    text-transform: uppercase;
}

.c-home-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--h1FontSize);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    word-break: break-word;
    max-width: 15ch;

    @media (max-width: 1599px) {
        font-size: 4rem;
    }

    @media (max-width: 1199px) {
        font-size: 3rem;
    }

    @media (max-width: 991px) {
        width: 100%;
        padding-bottom: 1.0rem;
    }
}

.c-home-hero-text {
    color: #FFFFFF;
    line-height: 1.5em;
    max-width: 45rem;
    margin-bottom: 2.5rem;
    font-size: 2rem;
}

.c-home-hero-image {
    width: 70vw;
    max-width: 90.5rem;
}


.c-home-hero-image img {
    width: 100%;
    height: auto;
}

.c-home-description-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    padding-bottom: 12rem;

    @media (max-width: 1199px) {
        padding-left: 1.5rem;
        padding-bottom: 6rem;
        justify-content: space-around;
    }

    @media (max-width: 991px) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1.5rem;
    }
}

.c-home-subtitle-wrapper {
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 2rem;

    @media (max-width: 991px) {
        padding-bottom: 8rem;
        width: 100%;
        font-size: 1.65rem;
    }
}

.c-home-subtitle:last-child {
    padding-top: 1rem;
}

.c-specialty-bg-container {
    display: flex;
    justify-content: space-around;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('../images/SPECIALTY_GRAPH_BG.webp');
}

.c-specialty-section {
    max-width: 80vw;
}

.c-specialty-wrapper {
    padding-top: 7rem;
    padding-bottom: 7rem;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;

    @media (max-width: 991px) {
        display: flex;
        flex-direction: column;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.c-specialty-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--h2FontSize);

    @media (max-width: 991px) {
        font-size: 3rem;
    }
}

.c-specialty-description {
    max-width: 600px;
    padding-bottom: 8rem;
    padding-top: 5rem;
    line-height: 4rem;
    font-size: 1.75rem;
    grid-row: 2;
    grid-column-start: 2;
    grid-column-end: 4;
    display: flex;
}

.c-home-cards-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0;
    width: 100%;
    padding: 0;
    row-gap: 8rem;
    column-gap: 9rem;
    padding-bottom: 13rem;

    /* prevent grid item home cards overflow parent container */
    overflow: hidden;

    @media (max-width: 991px) {
        flex-direction: column;
        row-gap: 0rem;

        .c-home-card + .c-home-card {
            padding-top: 7rem;
        }
    }
}

.c-home-card {
    grid-column: span 4;

    @media (max-width: 1199px) {
        grid-column: span 5;
        grid-row: span 1;
    }

    @media (max-width: 991px) {
        grid-column: span 12;
        grid-row: span 1;
    }
}

.c-home-card-icon-container {
    padding-bottom: 2rem;

    svg {
        height: 64px;
        width: 64px;
    }
}

.c-home-card-title {
    font-size: 2rem;
    display: flex;
    padding-bottom: 1.25rem;
    font-weight: bold;
}

.c-home-card-description {
    display: flex;
    line-height: 2.5rem;
    max-width: 30rem;
}

.c-lightning {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: white;
    background-color: hsl(233, 39%, 17%);
    background-image: url('../images/GRAPH_PATTERN_LANDING.webp'), radial-gradient(circle at 50% 150%, hsl(182, 56%, 49%) 0%, hsl(233, 39%, 17%) 100%);
    backdrop-filter: blur(6px) saturate(100%);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;

    @media (max-width: 991px) {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}

.c-lightning-banner-wrapper {
    display: flex;
    text-align: center;
    filter: drop-shadow(0 0 20px #3d3d3d);

    @media (max-width: 991px) {
        flex-direction: column;
        align-items: center;
    }
}

.c-lightning-icon-wrapper {
    display: flex;
    padding-right: 2rem;

    svg {
        align-self: center;
    }
}

.c-lightning-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--h2FontSize);
    grid-row-start: 1;
    grid-row-end: 3;

    @media (max-width: 991px) {
        font-size: 3rem;
    }
}

.c-lightning-description {
    grid-row: 2;
    grid-column-start: 2;
}

.c-month-section {
    padding: var(--sectionPadding);
    display: flex;
    justify-content: center;
}

.c-month-pricing {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;

    @media (max-width: 1199px) {
        flex-direction: column;
    }
}

.c-ulises-offer-image {
    position: relative;

    img {
        object-fit: cover;
        width: 100%;
        height: 740px;
        border-radius: 20%;
        border-bottom-right-radius: 1.15rem;
    }

    @media (max-width: 991px) {
        img {
            height: 420px;
        }
    }

    @media (max-width: 767px) {
        img {
            height: 300px;
        }
    }
}

.c-ulises-offer-img-label {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 1rem;
    background-color: #fff;
    border-radius: 10px;

    @media (max-width: 767px) {
        font-size: 1.3rem;
    }

    .c-ulises-offer-gradient-text {
        text-transform: uppercase;
        font-weight: bold;
        background-image: linear-gradient(118.458deg, #0F48A4 0%, #12C2CE 100%);
        color: transparent;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.c-month-image-text {
    display: flex;
    flex-direction: column;
    margin-top: 1.0rem;
    max-width: 50%;

    @media (max-width: 1199px) {
        max-width: 85vw;
    }

    @media (max-width: 991px) {
        margin-top: 5rem;
        max-width: 85vw;
    }
}

.c-month-mini-title,
.c-plans-mini-title {
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0.3em;
    font-weight: 700;
    color: #707070;
}

.c-month-action-wrapper {
    @media (max-width: 991px) {
        padding-top: 2rem;
    }
}

.c-month-image-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--h2FontSize);
    margin-bottom: 1rem;

    @media (max-width: 991px) {
        font-size: 3rem;
    }
}

.c-month-span {
    background-image: linear-gradient(118.458deg, #0F48A4 0%, #12C2CE 100%);
    color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-month-description {
    padding-bottom: 3.5rem;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #4e4b66;
}

.c-month-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding-bottom: 3.5rem;

    @media (max-width: 767px) {
        grid-template-columns: 1fr;
    }
}

.c-month-item {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    list-style: none;
}

.c-month-item-wrapper {
    svg {
        background-image: linear-gradient(118.458deg, #0F48A4 0%, #12C2CE 100%);
    color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    }
}

.c-month-item-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    display: inline-flex;
    padding-left: .5rem;
}

.c-month-item-text {
    color: #4e4b66;
}

.c-performance {
    color: white;
    background-color: hsl(233, 39%, 17%);
    background: linear-gradient(180deg, rgba(24,26,50,1) 0%, rgba(48,135,161,1) 100%);
    backdrop-filter: blur(6px) saturate(100%);
    background-position: center;
    background-size: cover;
}

.c-performance-mini-title {
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0.3em;
    font-weight: 700;
}

.c-performance-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 5rem;
}

.c-performance-text {
/*    color: #4e4b66;*/
}



.c-plans-section {
    padding-top: 11rem;
    padding-bottom: 11rem;
    width: 100%;
    padding: var(--sectionPadding);
}

.c-plans {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-plans-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--h2FontSize);
    padding-bottom: 6rem;

    @media (max-width: 991px) {
        font-size: 3rem;
    }
}

.c-plan-cards {
    display: flex;

    .c-plan-complete-card {
        margin-right: 4rem;
        margin-left: 4rem;
    }

    @media (max-width: 991px) {
        display: flex;
        flex-direction: column;

        .c-plan-complete-card {
            margin-right: 0;
            margin-left: 0;
            margin-bottom: 2rem;
            margin-top: 2rem;
        }


    }
}

.c-plan-essential-card,
.c-plan-lump-sum-card {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, #0F48A4, #12C2CE) 1;
}

.c-plan-essential-title,
.c-plan-lump-sum-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.5rem;
    background-image: linear-gradient(118.458deg, #0F48A4 0%, #12C2CE 100%);
    color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-plan-essential-sub-title,
.c-plan-lump-sum-sub-title {
    font-size: small;
    text-transform: uppercase;
}

.c-plan-essential-plan-price,
.c-plan-lump-sum-plan-price {
    display: flex;
    font-size: 5rem;
    align-items: baseline;
    font-weight: 700;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.c-plan-complete-select,
.c-plan-essential-select,
.c-plan-lump-sum-select {
    padding-top: 2rem;
    align-self: center;
    margin-top: auto;
}

.c-plan-essential-plan-price-monthly,
.c-plan-lump-sum-plan-price-monthly {
    font-size: 1.25rem;
    font-weight: lighter;
}

.c-essential-feature-item,
.c-lump-sum-feature-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 1rem;
}

.c-essential-feature-text,
.c-lump-sum-feature-text {
    padding-bottom: 1rem;
    padding-top: 1rem;
    flex: 1;
}

.c-checkmark {
    color: white;
    border-radius: 50%;
    background-image: linear-gradient(to right, #0F48A4, #12C2CE);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;

    &.is-light {
        color: #12C2CE;
        background-image: none;
        background-color: white;
    }
}

.c-plan-complete-card {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    color: #FFFFFF;
    background-image: url('https://res.cloudinary.com/dzw9cmnrg/image/upload/v1711859086/essential-card-bg_pfvhry.svg');
    background-image: linear-gradient(to bottom, #0F48A4, #12C2CE);
}

.c-plan-complete-card {
    background: rgb(24,26,50);
    background: linear-gradient(180deg, rgba(24,26,50,1) 0%, rgba(48,135,161,1) 100%);
}

.c-plan-complete-card,
.c-plan-essential-card,
.c-plan-lump-sum-card {
    display: flex;
    flex-direction: column;
    /* equal width with parent flex */
    flex: 1;
}

.c-plan-complete-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.5rem;
}

.c-plan-complete-sub-title {
    font-size: small;
    text-transform: uppercase;
}

.c-plan-complete-plan-price {
    display: flex;
    font-size: 5rem;
    align-items: baseline;
    font-weight: 700;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.c-plan-complete-plan-price-monthly {
    font-size: 1.25rem;
    font-weight: lighter;
}

.c-complete-feature-text {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.c-complete-feature-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 1rem;
}

.c-portfolio {
    padding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
    justify-content: center;
    display: flex;

    .c-portfolio-h3 {
        margin: 0 0 1rem;
        font-size: 1.75rem;
        line-height: 1.2em;
        font-weight: 700;
        color: var(--headerColor);
    }

    .c-portfolio-card-text {
        display: block;
        margin-bottom: 1.5rem;
        line-height: 1.5em;
        text-align: inherit;
    }
}

.c-portfolio-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 80vw;
    gap: clamp(3rem, 6vw, 4rem);
}

.c-portfolio-content {
    display: flex;
    width: 100%;
    text-align: left;

    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    @media (max-width: 1199px) {
        flex-direction: column;
    }
}

.c-portfolio-header {
    max-width: 40vw;
    width: 40vw;
    text-align: left;
    flex: none;

    @media (max-width: 1199px) {
        width: 100%;
        max-width: 100%;
    }
}

.c-portfolio-description {
    padding: 0.75rem 0 0.75rem 1.5rem;
    z-index: 1;
    position: relative;
    max-width: 40vw;
    line-height: 1.5em;

    @media (max-width: 1199px) {
        width: 100%;
        max-width: 100%;
    }
}

.c-portfolio-mini-title {
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0.3em;
    font-weight: 700;
    color: #707070;
}

.c-portfolio-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--h2FontSize);

    @media (max-width: 991px) {
        font-size: 3rem;
    }
}

.c-portfolio-card-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0;
    padding: 0;
    gap: clamp(1rem, 2vw, 1.5rem);
    row-gap: clamp(1rem, 2vw, 1.5rem);
    row-gap: 2rem;
}

.c-portfolio-card {
    /*grid-column: span 4;*/
    grid-column: span 6;
    list-style: none;

    @media (max-width: 1199px) {
        grid-column: span 6;
    }

    @media (max-width: 767px) {
        grid-column: span 12;
    }

    &:hover {
        .c-portfolio-card-pic {
            transform: scale(1.06);
        }
    }
}

.c-portfolio-card-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 1;
    color: var(--bodyTextColor);

    &:hover {
        text-decoration: none;
    }
}

.c-portfolio-card-pic {
    z-index: -1;
    position: relative;
    display: block;
    border-radius: 1rem;
    margin: 0 0 0rem;
    height: clamp(12.5rem, 25vw, 22.875rem);
    width: 100%;
    overflow: hidden;
    transition: transform 0.65s;

    img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: contain;
        padding: 0 1.25rem;
    }
}