:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
}

.ssezi-card-content {
    /* display: flex; */
    /* justify-content: space-between; */
    /* height: 100vh !important; */
    margin: 0 auto 70px;
    width: 95% !important;

    /* border: 1px solid red; */
}

/* @media (min-width: 600px) {
    .ssezi-card-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 800px) {
    .ssezi-card-content {
        grid-template-columns: repeat(4, 1fr);
    }
} */

.ssezi-card-intro {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden !important;
    /* border: 1px solid blue; */
    /* width: 90% !important; */
    height: 70vh !important;
    margin-left: 22px !important;
}

.ssezi-card-intro .ssezi-content-intro {
    /* display: flex; */
    /* align-items: flex-end; */
    /* border: 1px solid blue; */
    /* width: 90% !important; */
    margin: 0 0 35px 60px !important;
    position: absolute;
    bottom: 0;
}

.ssezi-card-intro .ssezi-content-intro .h3 {
    font-size: 2rem !important;
    margin-bottom: 15px;
}

.ssezi-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden !important;

    /* perspective: 300px; */
    /* border: 1px solid blue; */

    /* padding: 1rem; */
    /* width: 90% !important; */
    /* width: 20% !important; */
    /* width: 900px !important; */
    height: 71vh !important;
    /* height: 570px !important; */
    /* margin: 0 15px !important; */
    text-align: center;
    color: whitesmoke;
    border-radius: 20px !important;
    margin-left: 22px !important;
    transition: .4s ease-in-out;
    /* background-color: whitesmoke; */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1); */
}

.ssezi-card:hover {
    transform: rotate(0.7deg);
    transition: .4s ease-in-out;
}

/* @media (min-width: 600px) {
    .ssezi-card {
        height: 450px;
    }
} */

.ssezi-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    /* background-attachment: fixed; */
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;

    border-radius: 20px !important;
}

.ssezi-card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);

    border-radius: 20px !important;
}

.ssezi-card img {
    width: 100% !important;
    border-radius: 20px !important;
    /* height: 100% !important; */
    /* height: 100%; */
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.ssezi-content {
    position: relative;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    padding: 1rem;
    transition: transform var(--d) var(--e);
    z-index: 1;
    margin-top: 13rem;
}

.ssezi-content>*+* {
    margin-top: 1.2rem;
}

/* .ssezi-content a {
    text-decoration: none !important;
} */

/* .ssezi-content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
} */

/* .ssezi-content .btn:hover {
    background-color: #fec465;
    transition: all 0.3s ease 0s;
} */

.ssezi-content .title {
    font-size: 2rem !important;
    /* font-weight: bold; */
    /* line-height: 1.2; */
    margin-top: -0.1rem;
    /* background-color: #000; */
}

.copy {
    /* font-family: var(--font-serif); */
    font-size: 1.17rem !important;
    font-style: italic;
    /* line-height: 1.35; */
}

.ssezi-content .btn,
.ssezi-content-intro .btn {
    cursor: pointer;
    margin-top: 1.5rem;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
    /* padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: black;
    border: none; */
}

.ssezi-content .btn:hover,
.ssezi-content-intro .btn:hover {
    background-color: #fec465;
    transition: all 0.3s ease 0s;
    color: #fff;
}

/* .btn:focus {
    outline: 1px dashed #fec465;
    outline-offset: 3px;
} */

@media (hover: hover) and (min-width: 600px) {
    .ssezi-card:after {
        transform: translateY(0);
    }

    .ssezi-content {
        transform: translateY(calc(100% - 4.5rem));
    }

    .ssezi-content>*:not(.title) {
        opacity: 0;
        transform: translateY(1rem);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    }

    .ssezi-card:hover,
    .ssezi-card:focus-within {
        align-items: center;
    }

    .ssezi-card:hover:before,
    .ssezi-card:focus-within:before {
        transform: translateY(-4%);
    }

    .ssezi-card:hover:after,
    .ssezi-card:focus-within:after {
        transform: translateY(-50%);
    }

    .ssezi-card:hover .ssezi-content,
    .ssezi-card:focus-within .ssezi-content {
        transform: translateY(0);
    }

    .ssezi-card:hover .ssezi-content>*:not(.title),
    .ssezi-card:focus-within .ssezi-content>*:not(.title) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(var(--d) / 8);
    }

    .ssezi-card:focus-within:before, .ssezi-card:focus-within:after,
    .ssezi-card:focus-within .ssezi-content,
    .ssezi-card:focus-within .ssezi-content>*:not(.title) {
        transition-duration: 0s;
    }
}




/* .controls {
    display: flex;
    justify-content: end;
    margin-bottom: 1.5rem;
} */

.controls {
    width: 55px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px !important;
    border: 0 !important;
    background-color: #31494b !important;
    color: white !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: background-color 0.5s ease-out !important;

    z-index: 2 !important;
    /* margin: 0 30px !important; */
}



.controls:hover {
    background-color: #fec465 !important;
}

.cprev:before {
    /* margin-right: 2rem; */
    content: url(data:image/svg+xml,%3Csvg%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%20stroke-width%3D%220%22%20viewBox%3D%220%200%20320%20512%22%20height%3D%221em%22%20width%3D%221em%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M34.52%20239.03L228.87%2044.69c9.37-9.37%2024.57-9.37%2033.94%200l22.67%2022.67c9.36%209.36%209.37%2024.52.04%2033.9L131.49%20256l154.02%20154.75c9.34%209.38%209.32%2024.54-.04%2033.9l-22.67%2022.67c-9.37%209.37-24.57%209.37-33.94%200L34.52%20272.97c-9.37-9.37-9.37-24.57%200-33.94z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) !important
}

.cnext:before {
    /* margin-right: 2rem; */
    content: url(data:image/svg+xml,%3Csvg%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%20stroke-width%3D%220%22%20viewBox%3D%220%200%20320%20512%22%20height%3D%221em%22%20width%3D%221em%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M285.476%20272.971L91.132%20467.314c-9.373%209.373-24.569%209.373-33.941%200l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505%20256%2034.484%20101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373%2024.569-9.373%2033.941%200L285.475%20239.03c9.373%209.372%209.373%2024.568.001%2033.941z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) !important
}
