.block--home-projects-slider {
    overflow: hidden;
    padding: 140px 0;
    background-color: var(--wp--preset--color--electric-indigo);
    & .project-name{
        font-size: clamp(1.25rem, 1.05rem + 0.5vw, 1.5rem);
        max-width: 254px;
    }
}

@media screen and (max-width: 1024px) {
    .slider-corner-svg{
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .block--home-projects-slider {
        padding: 64px 0;
    }
}
.slide-inner-details{
    display: grid;
    grid-template-columns: 168px 168px 168px;
    gap: 16px;
    align-items: end;
    @media screen and (max-width: 640px) {
        grid-template-columns: 1fr 1fr 1fr;
    }
    & h3{
        display: flex;
        color: #7FF7A8;        
        font-family:  var(--wp--preset--font-family--area);
        font-size: clamp(1.25rem, 1.05rem + 0.5vw, 1.5rem);
        font-style: normal;
        font-weight: 900;
        line-height: 120%; /* 140.928% */
        text-transform: capitalize;
        gap: 7px;
        align-items: center;
        margin-bottom: 8px !important;
       
        & SVG{
            @media screen and (max-width: 640px) {
                width: 14px;
                @supports (-webkit-touch-callout: none) {
                    width: 14px;
                }
            }
           
        }
    }
    & p{
        color: #1B1C30;
        font-family:  var(--wp--preset--font-family--area);
        font-size: clamp(0.75rem, 0.6rem + 0.375vw, 0.9375rem);
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 21px */
        margin-bottom: 0;
        @media screen and (max-width: 640px) {
            font-weight: 400;
        }
    }
    & SVG{
        width: 14px;
    }
}
.block--home-projects-slider--header {
    margin-bottom: 140px;
}

@media screen and (max-width: 640px) {
    .block--home-projects-slider--header {
        margin-bottom: 80px;
    }
}

.block--home-projects-slider--header--inner {
    display: flex;
    gap: 57px;
    @media screen and (max-width: 768px){
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 15px;
    }
}
.cta-area{
    display: flex;
    align-items: flex-end;
}
/* .block--home-projects-slider--header--inner .title-area .is-style-eyebrow-text {
    margin-bottom: 40px;
} */
.slider--next-button{
    color: var(--wp--preset--color--dynamic-purple) !important;
    background-color: var(--wp--preset--color--neon-green) !important;
    border-color: var(--wp--preset--color--neon-green) !important;
}
.block--home-projects-slider--header--inner .title-area h2 {
    margin-bottom: 0;
}

.block--home-projects-slider--header--inner .slider-buttons {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 20px;
    @media screen and (max-width: 768px){
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.slider--prev-button, .slider--next-button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: 64px;
    border: 1px solid var(--wp--preset--color--smoke-grey);
    color: var(--wp--preset--color--smoke-grey);
    appearance: none;
    background: transparent;
    transition: all 0.2s ease;
}

.slider--prev-button:hover, .slider--next-button:hover {
    color: var(--wp--preset--color--dynamic-purple) !important;
    background-color: var(--wp--preset--color--skylight-blue)!important;
    border-color: var(--wp--preset--color--skylight-blue)!important;
}

.block--home-projects-slider--slide {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.block--home-projects-slider--slide--content {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 1;
    height: 100%;
}

.block--home-projects-slider--slide--content-block {
    display: flex;
    @media screen and (max-width: 640px) {
        width: 100%;
    }
}

.block--home-projects-slider--slide--content-block svg {
    margin-right: -1px;
}

.block--home-projects-slider--slide--content-block > div {
    display: flex;
    align-items: flex-end;
    background-color: var(--wp--preset--color--electric-indigo);
    padding-left: 24px;
    padding-top: 0px;
    gap: 30px;
    @media screen and (max-width: 1024px) {
        display: grid;
        grid-template-columns: 1fr;
        padding-top: 16px;
    }
    @media screen and (max-width: 640px) {
        padding-left: 0;
        
        width: 100%;
    }
}

.block--home-projects-slider--slide--content-block h3 {
    margin-bottom: 0;
}

.block--home-projects-slider--slide--media {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 640px) {
    .block--home-projects-slider .block--home-projects-slider--slider .swiper {
        aspect-ratio: 4 / 5;
    }
}

