/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {

    margin: 0;

    background: #ffffff;

    color: #17101d;

    font-family: "Isidora", sans-serif;

    font-weight: 300;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   FONT
========================================================= */

@font-face {

    font-family: "Isidora";

    src:
        url("./assets/fonts/isidora-light.woff")
        format("woff");

    font-weight: 300;

    font-style: normal;

    font-display: swap;
}


/* =========================================================
   EVENT HIGHLIGHTS
========================================================= */

.dev1-cbox-past-recap-event-highlights {

    width: 100%;

    background: #ffffff;

    padding-top: 42px;

    padding-bottom: 48px;
}


/* =========================================================
   CONTAINER
========================================================= */

.dev1-cbox-past-recap-event-highlights_container {

    width: calc(100% - 268px);

    max-width: 1536px;

    margin-left: auto;

    margin-right: auto;
}


/* =========================================================
   HEADER
========================================================= */

.dev1-cbox-past-recap-event-highlights_header {

    width: 100%;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 30px;

    margin-bottom: 26px;
}


/* =========================================================
   HEADING
========================================================= */

.dev1-cbox-past-recap-event-highlights_heading {

    min-width: 0;
}


/* =========================================================
   EYEBROW
========================================================= */

.dev1-cbox-past-recap-event-highlights_eyebrow {

    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 8px;
}


.dev1-cbox-past-recap-event-highlights_eyebrow-line {

    width: 35px;

    height: 2px;

    display: block;

    flex-shrink: 0;

    background: #e7ad32;
}


.dev1-cbox-past-recap-event-highlights_eyebrow-text {

    color: #632a72;

    font-family: "Isidora", sans-serif;

    font-size: 11px;

    line-height: 1;

    font-weight: 300;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* =========================================================
   TITLE
========================================================= */

.dev1-cbox-past-recap-event-highlights_title {

    margin: 0;

    color: #17101d;

    font-family: "Isidora", sans-serif;

    font-size: 42px;

    line-height: 1.05;

    font-weight: 300;

    letter-spacing: -1.8px;
}


/* =========================================================
   META
========================================================= */

.dev1-cbox-past-recap-event-highlights_meta {

    flex-shrink: 0;

    padding-bottom: 5px;

    color: #17101d;

    font-family: "Isidora", sans-serif;

    font-size: 13px;

    line-height: 1.4;

    font-weight: 300;

    white-space: nowrap;

    text-align: right;
}


/* =========================================================
   VIDEO CARD
========================================================= */

.dev1-cbox-past-recap-event-highlights_card {

    position: relative;

    width: 100%;

    height: 520px;

    overflow: hidden;

    border:
        1px solid
        #302037;

    border-radius:
        24px;

    background: #14091d;

    cursor: pointer;
}


/* =========================================================
   VIDEO
========================================================= */

.dev1-cbox-past-recap-event-highlights_video {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    background: #14091d;
}


/* =========================================================
   VIDEO OVERLAY
========================================================= */

.dev1-cbox-past-recap-event-highlights_overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            to bottom,
            rgba(7, 8, 25, 0.03) 0%,
            rgba(7, 8, 25, 0.05) 42%,
            rgba(7, 8, 25, 0.35) 72%,
            rgba(7, 8, 25, 0.88) 100%
        );

    pointer-events: none;
}


/* =========================================================
   PLAY BUTTON
========================================================= */

.dev1-cbox-past-recap-event-highlights_play {

    position: absolute;

    top: 50%;

    left: 50%;

    z-index: 3;

    width: 80px;

    height: 80px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    transform:
        translate(
            -50%,
            -50%
        );

    border:
        1px solid
        rgba(255, 255, 255, 0.5);

    border-radius: 50%;

    background:
        rgba(40, 49, 61, 0.78);

    color: #ffffff;

    cursor: pointer;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
}


.dev1-cbox-past-recap-event-highlights_play:hover {

    transform:
        translate(
            -50%,
            -50%
        )
        scale(1.06);

    background:
        rgba(40, 49, 61, 0.92);

    border-color:
        rgba(255, 255, 255, 0.8);
}


/* =========================================================
   PLAY ICON
========================================================= */

.dev1-cbox-past-recap-event-highlights_play-icon {

    display: block;

    margin-left: 5px;

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 24px;

    line-height: 1;
}


/* =========================================================
   BOTTOM CONTENT
========================================================= */

.dev1-cbox-past-recap-event-highlights_content {

    position: absolute;

    left: 28px;

    right: 28px;

    bottom: 25px;

    z-index: 3;
}


/* =========================================================
   CONTENT TITLE
========================================================= */

.dev1-cbox-past-recap-event-highlights_content-title {

    margin: 0 0 7px;

    color: #ffffff;

    font-family: "Isidora", sans-serif;

    font-size: 23px;

    line-height: 1.2;

    font-weight: 300;

    letter-spacing: -0.5px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.dev1-cbox-past-recap-event-highlights_description {

    margin: 0;

    color: #d9a9e2;

    font-family: "Isidora", sans-serif;

    font-size: 12px;

    line-height: 1.4;

    font-weight: 300;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1600px) {

    .dev1-cbox-past-recap-event-highlights_title {

        font-size: 43px;
    }


    .dev1-cbox-past-recap-event-highlights_card {

        height: 520px;
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .dev1-cbox-past-recap-event-highlights {

        padding-top: 38px;

        padding-bottom: 42px;
    }


    .dev1-cbox-past-recap-event-highlights_container {

        width: calc(100% - 160px);
    }


    .dev1-cbox-past-recap-event-highlights_title {

        font-size: 39px;

        letter-spacing: -1.5px;
    }


    .dev1-cbox-past-recap-event-highlights_card {

        height: 450px;

        border-radius: 22px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .dev1-cbox-past-recap-event-highlights {

        padding-top: 34px;

        padding-bottom: 38px;
    }


    .dev1-cbox-past-recap-event-highlights_container {

        width: calc(100% - 80px);
    }


    .dev1-cbox-past-recap-event-highlights_header {

        align-items: flex-start;

        flex-direction: column;

        gap: 12px;

        margin-bottom: 20px;
    }


    .dev1-cbox-past-recap-event-highlights_title {

        font-size: 36px;

        letter-spacing: -1.3px;
    }


    .dev1-cbox-past-recap-event-highlights_meta {

        padding-bottom: 0;

        text-align: left;

        font-size: 12px;
    }


    .dev1-cbox-past-recap-event-highlights_card {

        height: 400px;
    }


    .dev1-cbox-past-recap-event-highlights_play {

        width: 70px;

        height: 70px;
    }


    .dev1-cbox-past-recap-event-highlights_play-icon {

        font-size: 21px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .dev1-cbox-past-recap-event-highlights {

        padding-top: 30px;

        padding-bottom: 34px;
    }


    .dev1-cbox-past-recap-event-highlights_container {

        width: calc(100% - 32px);
    }


    .dev1-cbox-past-recap-event-highlights_header {

        gap: 10px;

        margin-bottom: 17px;
    }


    .dev1-cbox-past-recap-event-highlights_eyebrow {

        gap: 8px;

        margin-bottom: 7px;
    }


    .dev1-cbox-past-recap-event-highlights_eyebrow-line {

        width: 27px;

        height: 2px;
    }


    .dev1-cbox-past-recap-event-highlights_eyebrow-text {

        font-size: 8px;

        letter-spacing: 0.7px;
    }


    .dev1-cbox-past-recap-event-highlights_title {

        font-size: 31px;

        line-height: 1.08;

        letter-spacing: -0.9px;
    }


    .dev1-cbox-past-recap-event-highlights_meta {

        font-size: 10px;

        line-height: 1.4;

        white-space: normal;
    }


    .dev1-cbox-past-recap-event-highlights_card {

        height: 330px;

        border-radius: 18px;
    }


    .dev1-cbox-past-recap-event-highlights_content {

        left: 17px;

        right: 17px;

        bottom: 17px;
    }


    .dev1-cbox-past-recap-event-highlights_content-title {

        margin-bottom: 5px;

        font-size: 17px;

        letter-spacing: -0.3px;
    }


    .dev1-cbox-past-recap-event-highlights_description {

        font-size: 9px;
    }


    .dev1-cbox-past-recap-event-highlights_play {

        width: 58px;

        height: 58px;
    }


    .dev1-cbox-past-recap-event-highlights_play-icon {

        margin-left: 4px;

        font-size: 18px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .dev1-cbox-past-recap-event-highlights_container {

        width: calc(100% - 24px);
    }


    .dev1-cbox-past-recap-event-highlights_title {

        font-size: 28px;

        letter-spacing: -0.8px;
    }


    .dev1-cbox-past-recap-event-highlights_card {

        height: 285px;

        border-radius: 16px;
    }


    .dev1-cbox-past-recap-event-highlights_content {

        left: 14px;

        right: 14px;

        bottom: 14px;
    }


    .dev1-cbox-past-recap-event-highlights_content-title {

        font-size: 15px;
    }


    .dev1-cbox-past-recap-event-highlights_play {

        width: 52px;

        height: 52px;
    }

}