/* UNIVERSAL WEB STYLES */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
.pin-spacer {
    background-color: black;
    width: 100% !important;
}

.hero-text {
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-0%, -50%);
    white-space: nowrap;
    /* Prevents the text from wrapping to the next line */
    z-index: 2;
}

.hero-text h1 {
    font-size: 288px;
}

.equinox-hero-container {
    height: 100vh !important;
  
    position: relative;
}


/* LARGE PHONE - SMALL TABLET */
@media all and (min-width:426px) and (max-width:768px) {


    /* hero text */
    .equinox-hero-container {
        height: 80vh !important;
      
        position: relative;
    }

    .hero-text {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        white-space: normal;
    }

    .hero-text h1 {
        font-size: 64px !important;
        text-align: center !important;
    }

}

/* title */
h1 {
    font-size: 96px;
    font-family: Oswald !important;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}



/* section title */
h2 {
    font-size: 64px;
    font-family: Oswald !important;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 16px;
}

/* sub section title */
h3 {
    font-size: 32px;
    font-style: normal;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 16px;
    text-transform: uppercase;
}

/* card title */
h4 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

/* card sub title */
h5 {
    font-size: 14px;
    font-style: normal;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
    text-transform: none !important;
}

/* small title  */
h6 {
    font-size: 12px;
    font-style: normal;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    line-height: normal;
}


@media all and (min-width:320px) and (max-width:768px) {
    h1 {
        font-size: 48px !important;
        font-family: Oswald !important;
        text-transform: uppercase;
        font-weight: 700;
        font-style: italic;
    }

    h2 {
        font-size: 32px !important;
        font-family: Oswald !important;
        text-transform: uppercase;
        font-weight: 700;
        font-style: italic;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 24px !important;
        font-style: normal;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 900;
        line-height: normal;
        margin-bottom: 16px;
        text-transform: uppercase;
    }

    h4 {
        font-size: 12px !important;
        font-style: normal;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 8px;
    }

    /* small title  */
    h6 {
        font-size: 10px;
        font-style: normal;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        line-height: normal;
    }



}

@media all and (min-width:769px) and (max-width:1024px) {
    h1 {
        font-size: 64px !important;
        font-family: Oswald !important;
        text-transform: uppercase;
        font-weight: 700;
        font-style: italic;
    }

    h2 {
        font-size: 48px !important;
        font-family: Oswald !important;
        text-transform: uppercase;
        font-weight: 700;
        font-style: italic;
        margin-bottom: 32px;
    }
}


/* FLEX CONTAINERS */
.flex-container-row {
    display: flex;
    flex-direction: row;
}

.flex-container-row-2 {
    display: flex;
    flex-direction: row;
}

.flex-container-column {
    display: flex;
    flex-direction: column;
}

@media all and (min-width:320px) and (max-width:768px) {
    .flex-container-column {
        display: flex;
        flex-direction: row;

    }
}


.align-center {
    align-items: center;
}


.gap-8 {
    gap: 8px;
}

.gap-16 {
    gap: 16px;
}

.gap-32 {
    gap: 32px;
}


@media all and (max-width:768px) {
    .desktop-wrapper {
        display: none;
    }

    .mobile-wrapper {
        display: block;
    }

    .mobile-space-container {
        height: 48px;
    }
}

@media all and (min-width:769px) {
    .desktop-wrapper {
        display: block;
    }

    .mobile-wrapper {
        display: none;
    }
}



@media all and (min-width:320px) and (max-width:768px) {

    .flex-container-row {
        display: flex;
        flex-direction: column;
    }
}

@media all and (min-width:320px) and (max-width:1024px) {

    .flex-container-row-2 {
        display: flex;
        flex-direction: column;
    }
}




/* CONTAINERS */
.space-container {
    height: 96px;
}

@media all and (max-width:1024px) {
    .space-container {
        height: 48px;
    }
}

.intro-container {
    padding: 96px;
    z-index: 2;
    position: relative;
}

@media all and (max-width:1024px) {
    .intro-container {
        padding: 32px;
        z-index: 2;
        position: relative;
    }

   
}



.body-container {
    padding: 0px 96px 96px 96px;
    position: relative;
}


.container-30 {
    width: 30%;
    height: 100%;
    position: relative;
}

@media all and (min-width:320px) and (max-width:1024px) {
    .container-30 {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-break: break-word;
    }
}

.container-25 {
    width: 25%;
    height: 100%;
    position: relative;
}

@media all and (min-width:320px) and (max-width:768px) {
    .container-25 {
        width: 100%;
        height: 100%;
        flex: 1 1 100%;
        position: relative;
    }
}

.container-50 {
    width: 50%;
    height: 100%;
    position: relative;
}

@media all and (min-width:320px) and (max-width:768px) {
    .container-50 {
        width: 100%;
        height: 100%;
        position: relative;
    }
}

.container-70 {
    width: 70%;
    height: 100%;
    position: relative;
}

@media all and (min-width:320px) and (max-width:1024px) {
    .container-70 {
        width: 100%;
        height: 100%;
        position: relative;
    }
}











/* BUTTON CONTAINERS */

.storm-button-container {
    width: fit-content;
    display: flex;
    gap: 16px;
    flex-direction: row !important;
    justify-content: left !important;
    margin-top: 32px;

}

.storm-button-container-3 {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    margin: auto;
    margin-top: 24px !important;
}

@media (min-width: 320px) and (max-width: 768px) {
    .storm-button-container {
        margin: unset !important;
    }
}


@media all and (max-width:1024px) {
    .storm-button-container {
        width: fit-content;
        display: flex;
        gap: 16px;
        flex-direction: row;
        justify-content: left !important;
        flex-wrap: wrap;
        margin-top: 8px;
    }
}





.storm-button-container-6 {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    margin: auto;
    padding: 24px;
}

/*  BUTTON CONTAINER END */


/* BUTTON STYLES */
.btn {
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    transition: .2s ease;
    margin: 6px;
}

@media all and (max-width:1024px) {

    /* SMALL BUTTON */
    .btn {
        padding: 6px 14px !important;
        text-decoration: none !important;
        width: fit-content;
        font-weight: 700 !important;
        font-size: 10px !important;
        line-height: 20px !important;
        letter-spacing: 0.1px !important;
        display: flex !important;
        gap: 8px;
        align-items: center;
    }
}


/* btn default*/
.btn.default {
    border: 2px solid #191c1b !important;
    background-color: #FAFDFA !important;
    color: #191C1B !important;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25) !important;
}

.btn.default:hover {
    transform: translateY(-2px);
    background-color: #FAFDFA !important;
    border: 2px solid #fafdfa !important;
    color: #191C1B !important;
    box-shadow: 0px 1px 2px 3px rgba(0, 0, 0, 0.05) !important;

}

.btn.default.active {
    border: 2px solid #fafdfa !important;
    background-color: #FAFDFA !important;
    color: #191C1B !important;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15) !important;
}





/* NEXT PREV BUTTONS */
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 46%;
    width: auto;
    padding: 8px;
    background-color: #191C1B !important;
    color: #FAFDFA !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
    z-index: 50;
}

@media all and (min-width:320px) and (max-width:1024px) {

    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 46%;
        width: auto;
        padding: 8px;
        background-color: #191C1B !important;
        color: #FAFDFA !important;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        text-decoration: none;
    }

}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 4px 0 0 4px;
}

/* Position the "next button" to the right */
.prev {
    left: 0;
    border-radius: 0px 4px 4px 0px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #FAFDFA !important;
    color: #191C1B !important;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25) !important;
    text-decoration: none !important;
}

.prev svg,
.next svg {
    display: block;
}










/* VIDEO */
.video-banner {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: -6px;
    border: 0;
    z-index: 5;
    position: relative;
}


.large-video-display {
    flex: 0 0 auto;
    width: 640px;
    /* or whatever size you want */
    scroll-snap-align: center;
    scroll-snap-stop: always;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

@media all and (min-width:320px) and (max-width:425px) {
    .large-video-display {
        width: 280px
    }
}

@media all and (min-width:426px) and (max-width:768px) {
    .large-video-display {
        width: 380px
    }
}

/* END VIDEO  */







.card-wrapper {
    flex: 1 1 100%;
    /* grow: yes, shrink: yes */
    min-width: 250px;
    /* don’t go smaller than this */
    max-width: 700px;
    /* don’t go bigger than this */
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media all and (min-width:320px) and (max-width:768px) {
    .card-wrapper {
        flex: 1 1 100%;
        /* grow: yes, shrink: yes */
        min-width: 250px;
        /* don’t go smaller than this */
        max-width: 425px;
        /* don’t go bigger than this */
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}



@media all and (min-width:769px) and (max-width:1024px) {
    .card-wrapper {
        flex: 1 1 100%;
        min-width: 350px;
        max-width: 350px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}


@media all and (min-width:1025px) and (max-width:1440px) {
    .card-wrapper {
        flex: 1 1 100%;
        min-width: 450px;
        max-width: 450px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}






















/* -------------------------------------------------------------------------------------------- */

/* NAV CARD */
.nav-card {
    flex: 1;
    /* Fills parent height */
    display: flex;
    flex-direction: column;
    padding: 32px;
    background-color: #F3F3F5;
    border-radius: 16px;
    position: relative;


}

.nav-card-cta {
    position: absolute;
    bottom: 64px;
    left: 64px;
    z-index: 10;
    /* 👇 These fix the wrapping */
    width: auto;
    max-width: calc(100% - 32px);
    /* accounts for left+right padding */
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}


@media all and (min-width:320px) and (max-width:425px) {
    .nav-card-cta {
        position: absolute;
        bottom: 24px;
        left: 24px;
        z-index: 10;
    }
}



@media all and (min-width:426px) and (max-width:1024px) {
    .nav-card-cta {
        position: absolute;
        bottom: 32px;
        left: 32px;
        z-index: 10;
        width: auto;
        max-width: calc(100% - 32px);
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
    }
}

/* ------------------------------------------------------------------------------------ */



.gradient {
    position: relative;
    /* 🔥 this is required */
    overflow: hidden;
}

.gradient::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    /* 👈 controls how far up the gradient goes */
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    pointer-events: none;
    z-index: 1;
}

.gradient:hover::after {
    opacity: 0;
}

.gradient:hover .full-card-text {
    text-shadow: 0 0 8px rgba(0, 0, 0, 1);
    /* Stronger on hover */
}


.card-info {

    text-align: left;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-wrap: auto;
    background-color: white;
}



/* UI CARD BACKGROUND */
.card-background {
    height: auto;
    position: relative;
    overflow: hidden;

}


.card-background img {
    width: 100%;

}

.card-background img:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;

}


/* CARD CONTAINERS  */
.ui-card-container {
    display: flex;
    gap: 16px;
    justify-content: center;
    padding: 32px;
    align-items: stretch;


}

/* overflow always */
.overflow {
    flex-flow: row;
    width: max-content;

}

/* wrap until overflow */
.contain {
    flex-flow: row;
}


/* always wrap */
.wrap {
    flex-flow: row wrap;
}

.auto-margin {
    margin: auto;
}


@media all and (min-width:320px) and (max-width:768px) {
    .ui-card-container {
        padding: 16px;
        gap: 8px;
    }




}

@media all and (min-width:320px) and (max-width:1440px) {
    .contain {
        flex-flow: row;
        width: max-content;
    }

}

.tech-card {

    padding: 16px;
    width: 200px;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);

}

/*  TEXT STYLE  */

.center-text {
    text-align: center;
}

.white-text {
    color: #FAFDFA;
}

.grey-text {
    color: #A9A9A9;
}


.body-text {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    width: 55%;
    margin: auto !important;
}

@media all and (min-width:320px) and (max-width:1024px) {
    .body-text {
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        width: 100%;
        margin: auto !important;
    }
}

/* USE FOR SECTION WITH PADDING */
.title-container {
    padding: 96px 32px 0px 32px;
}

@media all and (min-width:320px) and (max-width:768px) {
    .title-container {
        padding: 32px 32px 0px 32px;
    }
}

/* USE FOR SECTION NO PADDING */
.title-container-2 {
    padding: 0px 32px 0px 32px;
}


/* USE FOR SECTION little PADDING */
.title-container-3 {
    padding: 32px 32px 0px 32px;
}
/* END TEXT STYLE  */










/* EQUINOX */

.equinox-flex-container {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
}


.equinox-graphic-1 {
    position: absolute;
    top: -1024px;
    left: -748px;
    z-index: 0;

    width: 1872.32px;
    height: 1872.191px;
}


.equinox-graphic-2 {
    position: absolute;
    top: 0px;
    right: -368px;
    z-index: 0;
    width: 1000px;
    height: 1000px;
}

.equinox-graphic-3 {
    position: absolute;
    bottom: -685px;
    left: 63%;
    transform: translateX(-50%) rotate(40.133deg);
    z-index: 0;
    width: 1651px;
    height: 1000px;
}

.equinox-intro {
    position: relative;
}

.equinox-ball {
    width: 900px;
    height: fit-content;
    margin: auto;
    position: relative;
    z-index: 2;
}


.equinox-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}


.equinox-flex-container2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.equinox-info h2 {
    font-style: normal !important;

}

.equinox-tab-container {
    margin-left: 64px;
    z-index: 3;
    position: relative;
    height: 325px;
}

.equinox-tabs {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 20px;

}

.equinox-tab {
    background: none;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    transition: color 0.3s;
    color: #616161 !important;
}

.equinox-tab.active {
    color: #FFFFFF !important;
    /* Active tab color */

}

.equinox-tab-content {
    margin: auto;
    width: 100%;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.equinox-tab-content.active {
    display: block;
}

.equinox-core-images {
    width: 100%;
    margin: auto;
}

.equinox-image-content {
    display: none;
}

.equinox-image-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.ball-weight-card {
    background-color: #f5f5f5;
    width: 150px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    height: fit-content;
    transition: color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    /* Smooth transition for hover effects */
}

.ball-weight-card h4,
.ball-weight-card h5 {
    color: #000000 !important;
}



@media all and (min-width:320px) and (max-width:425px) {
    .equinox-80 svg {
        width: 100%;
        height: fit-content;
        margin-bottom: 32px;
    }

    .equinox-flex-container {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        z-index: 1;
    }

    .equinox-flex-container2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .equinox-oil-pattern {
        margin: auto;
        width: 150px;
    }


    .equinox-tab-container {
        margin-left: 0px;
        z-index: 3;
        position: relative;
        height: 400px;
    }

    .equinox-core-images {
        width: 100%;
        margin: auto;
    }

    .equinox-ball {

        width: 100%;
        height: fit-content;
        margin: auto;
        position: relative;
        z-index: 2;
        margin-bottom: 96px;
    }

    .equinox-tab-content {
        margin: auto;
        width: 100%;
        display: none;
        animation: fadeIn 0.3s ease-in-out;
    }


    .equinox-graphic-2 {
        position: absolute;
        top: -49px;
        right: -346px;
        z-index: 0;
        width: 700px;
        height: 700px;
    }

    .equinox-graphic-1 {
        position: absolute;
        top: -219px;
        left: -161px;
        z-index: 0;
        width: 700px;
        height: 700px;
    }


    .equinox-graphic-3 {
        position: absolute;
        bottom: -379px;
        left: 50%;
        transform: translateX(-50%) rotate(40.133deg);
        z-index: 0;
        width: 700px;
        height: 700px;
    }
}


@media all and (min-width:426px) and (max-width:768px) {
    .equinox-80 svg {
        width: 100%;
        height: fit-content;
        margin-bottom: 32px;
    }

    .equinox-flex-container {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        z-index: 1;
    }

    .equinox-flex-container2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .equinox-oil-pattern {
        margin: auto;
    }


    .equinox-tab-container {
        margin-left: 0px;
        z-index: 3;
        position: relative;
        height: 375px;
    }

    .equinox-core-images {
        width: 100%;
        margin: auto;
    }

    .equinox-ball {

        width: 100%;
        height: fit-content;
        margin: auto;
        position: relative;
        z-index: 2;
        margin-bottom: 128px;
    }

    .equinox-tab-content {
        margin: auto;
        width: 100%;
        display: none;
        animation: fadeIn 0.3s ease-in-out;
    }



    .equinox-graphic-2 {
        position: absolute;
        top: -49px;
        right: -346px;
        z-index: 0;
        width: 700px;
        height: 700px;
    }

    .equinox-graphic-1 {
        position: absolute;
        top: -219px;
        left: -161px;
        z-index: 0;
        width: 700px;
        height: 700px;
    }

    .equinox-graphic-3 {
        position: absolute;
        bottom: -379px;
        left: 50%;
        transform: translateX(-50%) rotate(40.133deg);
        z-index: 0;
        width: 700px;
        height: 700px;
    }


}

@media all and (min-width:769px) and (max-width:1024px) {
    .equinox-80 svg {
        width: 100%;
        height: fit-content;
        margin-bottom: 32px;
    }

    .equinox-flex-container {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        z-index: 1;
    }

    .equinox-flex-container2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .equinox-tab-container {
        margin-left: 0px;
        z-index: 3;
        position: relative;
        height: 350px;
    }

    .equinox-oil-pattern {
        margin: auto;
    }



    .equinox-core-images {
        width: 100%;
        margin: auto;
    }

    .equinox-ball {

        width: 100%;
        height: fit-content;
        margin: auto;
        position: relative;
        z-index: 2;
        margin-bottom: 128px;
    }


}


@media all and (min-width:1025px) and (max-width:1440px) {
    .equinox-80 svg {
        width: 100%;
        height: fit-content;
        margin-bottom: 32px;
    }

    .equinox-flex-container {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        z-index: 1;
    }

    .equinox-flex-container2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 64px;
    }

    .equinox-tab-container {
        margin-left: 0px;
        z-index: 3;
        position: relative;
        height: 375px;
    }

    .ball-weight-card {
        background-color: white;
        width: 100px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        height: fit-content;
        transition: color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
        /* Smooth transition for hover effects */
    }


    .equinox-oil-pattern {
        margin: auto;
    }


    .reaction-graph-container {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .container-70 {
        width: 100%;
        height: 100%;
        position: relative;
    }

}


@media all and (min-width:1441px) and (max-width:1880px) {
    .equinox-flex-container2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 64px;
    }

    .equinox-tab-container {

        z-index: 3;
        position: relative;
        height: 350px;
    }
}
/* EQUINOX END */


/* SCROLL CONTENT */
.scroll-content1 {
    height: fit-content;
    /* Adjust height dynamically */
    overflow-x: scroll;
    /* Enable horizontal scrolling */
    overflow-y: hidden;
    /* 🔥 Prevent vertical scrolling */
    position: relative;
    z-index: 1;

}

.scroll-content1 {
    cursor: grab !important;
}

.scroll-content1.dragging {
    cursor: grabbing !important;
}


.scroll-content1 a {
    cursor: grab !important;
}

.scroll-content1.dragging a {
    cursor: grabbing !important;
}


/* SCROLL CONTENT END */




/* REACTION CHARTS CODED */



.reaction-graph-container.active {
    width: 50%;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media all and (min-width:320px) and (max-width:1024px) {

    .reaction-graph-container.active {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

}

.reaction-graph {}


.graph-labels {
    position: relative;
    height: 16px;
    margin-bottom:8px;
}

.reaction-graph h3 {
    color: #191c1b !important;
    font-size: 32px;
    text-align: left;
    margin-bottom: 0px;
}

.graph-labels p {
    position: absolute;
    bottom: 0px;
    margin: 0px !important;
    font-size: 10px;
}

.g-left {
    left: 0px;
}

.g-center {
    left: 50%;
    transform: translateX(-50%);
}

.g-right {
    right: 0px
}




.progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    /* Light greenish-blue */
    overflow: hidden;
    border-radius: 50px;
    height: 25px;
    padding: 5px;
}

.segment {
    flex: 1;
    height: 100%;
    background-color: #fff;
    /* Match bar background */
    border: 1px solid #191c1b;
    /* Thin dividing lines */
}

.segment.active {
    background-color: #191c1b;
    /* Dark color for the center highlight */
    border: 1px solid #191c1b;

}

.segment:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.segment:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/* BRANDED GRAPHS */

/* global */
.progress-bar.global {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EDE2CC;
    overflow: hidden;
    border-radius: 50px;
    height: 25px;
    padding: 5px;
}

.segment.global {
    flex: 1;
    height: 100%;
    background-color: #EDE2CC;
    /* Match bar background */
    border: 1px solid #FFB71B;
    /* Thin dividing lines */
}

.segment.global.active {
    background-color: #FFB71B;
    /* Dark color for the center highlight */
    border: 1px solid #FFB71B;

}

/* roto */
.progress-bar.roto {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFDAD7;
    overflow: hidden;
    border-radius: 50px;
    height: 25px;
    padding: 5px;
}

.segment.roto {
    flex: 1;
    height: 100%;
    background-color: #FFDAD7;
    /* Match bar background */
    border: 1px solid #5D3F3E;
    /* Thin dividing lines */
}

.segment.roto.active {
    background-color: #5D3F3E;
    /* Dark color for the center highlight */
    border: 1px solid #5D3F3E;

}

/* storm */
.progress-bar.storm {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CAD9D8;
    /* Light greenish-blue */
    overflow: hidden;
    border-radius: 50px;
    height: 25px;
    padding: 5px;
}

.segment.storm {
    flex: 1;
    height: 100%;
    background-color: #CAD9D8;
    /* Match bar background */
    border: 1px solid #00958E;
    /* Thin dividing lines */
}

.segment.storm.active {
    background-color: #00958E;
    /* Dark color for the center highlight */
    border: 1px solid #00958E;

}


/* Apply descending z-index values for each segment */
.segment-1 {
    z-index: 1;
}

.segment-2 {
    z-index: 2;
}

.segment-3 {
    z-index: 3;
}

.segment-4 {
    z-index: 4;
}

.segment-5 {
    z-index: 5;
}

.segment-6 {
    z-index: 6;
}

.segment-7 {
    z-index: 7;
}

.segment-8 {
    z-index: 8;
}

.segment-9 {
    z-index: 9;
}

.segment-10 {
    z-index: 10;
}

.segment-11 {
    z-index: 11;
    /* Highest z-index */
}



@media all and (min-width:320px) and (max-width:425px) {

    .reaction-graph-container {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
}

@media all and (min-width:426px) and (max-width:768px) {
    .reaction-graph-container {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
}

@media all and (min-width:769px) and (max-width:1024px) {
    .reaction-graph-container {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
}















/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */


/* Styling for the modal popup */
.modal-popup {
    display: none;
    position: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: 15% auto;
    width: 80%;
    max-width: 800px;
    position: relative;
    border-radius: 8px;
    padding: 8px !important;
}

@media all and (min-width:320px) and (max-width:768px) {
    .modal-content {
        margin: 96px auto;
      
        max-width: 800px;
        position: relative;
        border-radius: 8px;
    }
}

#modalContent {
    background-color: white;
    border-radius: 16px;
    width: fit-content;
    margin: auto;
}

.close {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    color: #FAFDFA;
    font-size: 64px;
    font-weight: bold;
    cursor: pointer;
    opacity: .5;
    text-shadow: none !important;
}

.close:hover {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    color: #FAFDFA;
    font-size: 64px;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    text-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) !important;
}






/* ----------------------------- */
/* ----------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */

/* FORM INPUT */

.input-group {
    margin-bottom: 20px;
    position: relative;
}

.input-label {
    position: absolute;
    top: -0.75rem;
    left: 1rem;
    background: #1a1a1a;
    padding: 4px 8px;
    color: #d7c8b3;
    font-size: 12px;
}


.custom-input {
    width: 100%;
    padding: 8px !important;
    border: 1px solid #d7c8b3 !important;
    border-radius: 8px !important;
    background-color: transparent !important;
    color: #fff !important;
    font-size: 16px;
    box-sizing: border-box !important;
    line-height: normal;
}

.custom-input:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px #FFBA3E !important;
    border-color: #FFBA3E !important;
}

.input-hint {
    margin-top: 0.5rem;
    color: #d7c8b3;
    font-size: 0.9rem;
}



/* COVE & EMBER WEB PAGE */

.cove-ember-headline {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}


.cove-ember-headline svg {
    width: 50%;
}


/* ember and cover layout chart */

/* grid key */
.ember-cove-key-container {
    border-radius: 16px;
    padding: 32px;
    width: fit-content;
}

.key-dot-container {
    display: flex;
    gap: 8px;
    align-items: center;

}

.key-dot-container h5 {
    margin-bottom: 0px;
    color: #D2C4B4;
    font-weight: 400;
}

.key-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.emberCove-graph-container {
    position: relative;
    width: 90%;
    height: 500px;
    font-family: sans-serif;
    color: #D2C4B4;
}


/* grid */
.graph-grid {
    position: relative;
    z-index: 0;
    top: 0;
    left: 40px;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    border-left: 2px solid #4a3c2d;
    border-bottom: 2px solid #4a3c2d;
}

.v-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 2px solid #4a3c2d;
}

.h-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    border-top: 2px solid #4a3c2d;
}

.y-labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.8rem;
    padding-left: 4px;
}

.x-labels {
    position: absolute;
    bottom: -1.5rem;
    left: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    padding-top: 0.5rem;
}

.point-wrapper {
    position: absolute;
    transform: translate(-50%, -5px);
    text-align: center;
    cursor: pointer;
    /* 👈 Shows hand cursor */
    z-index: 10;
    /* ✅ just needs to be above .graph-svg */
}

.point {
    width: 10px;
    height: 10px;
    background: #FFBA3E;
    border-radius: 50%;
    margin: 0 auto;
}

.point-label {
    font-size: 12px;
    color: #FFBA3E;
    margin-top: 4px;
    font-weight: 900;
}

.point-wrapper:hover .point {
    transform: scale(1.4);
    transition: transform 0.2s ease;
    box-shadow: 0 0 6px #FFBA3E;
}

.point-wrapper:hover .point-label {
    text-decoration: underline;
}


.point-wrapper.user-point {
    position: absolute;
    transform: translate(-50%, -5px);
    text-align: center;
    pointer-events: none;
    z-index: 1000;
}

.point-wrapper.user-point .point {
    background: #F9F3F2;

}

.point-wrapper.user-point .point-label {
    color: #F9F3F2;
    text-transform: uppercase;
}

.graph-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    /* ✅ Keep lines underneath */
}

.graph-line {

    stroke-width: 0.5;
}

.graph-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.y-axis-label {
    position: absolute;
    left: 0px;
    top: 60%;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: left center;
    font-weight: 600;
    font-size: 14px;
    color: #D2C4B4;
}

.x-axis-label {
    margin-top: 32px;
    font-weight: 600;
    font-size: 14px;
    color: #D2C4B4;
}

/* ember & cove layout chips */

.ec-layout-chip {
    width: 100px;
    padding: 8px;
    border-radius: 8px;
    background-color: #FCDEB5;
    color: #271901;
    position: absolute;
    font-size: 0.75rem;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 99;
}

#layout-chips {
    transition: opacity 0.3s ease;
}

#layout-chips.hidden {
    opacity: 0;
    pointer-events: none;
}

/* toggle */

.toggle-wrapper {
    position: relative;
    display: block;
  width: 200px;
    height: 126px;
    margin: auto;
    padding: 32px;
}

.toggle-input {
    display: none;
}

.toggle-track {
    box-sizing: border-box;
    background-color: #3D342A;
    border: 4px solid #C2B6A5;
    border-radius: 999px;
    width: 100%;
    height: 100%;
    position: relative;
    transition: background-color 0.3s ease;
}

.toggle-thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 50px;
    height: 50px;
    background-color: #E8DACB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 0.3s ease;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.05), 0 0 0 20px rgba(255, 255, 255, 0.03);
}

.toggle-icon {
    font-size: 24px;
    color: #2B2017;
}

/* Move thumb right when checked */
.toggle-input:checked+.toggle-track .toggle-thumb {
    left: calc(100% - 52px);
}

/* toggle labels */
.toggle-label-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    /* space between text and toggle */
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
}

.toggle-text {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #6c6c6c;
    opacity: 0.6;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.toggle-text.active {
    color: #191c1b;
    opacity: 1;
}


.user-card-display {
    display: none;
    padding: 32px;
    background-color: #F9F3F2;
    width: 80%;
    margin-top: 16px;
    margin-left: 96px;
    border-radius: 16px;
}

@media all and (min-width:320px) and (max-width:768px) {
    .user-card-display {
        display: none;
        padding: 32px;
        background-color: #F9F3F2;
        width: fit-content;
        margin-top: 16px;
        margin-left: 0px;
        border-radius: 16px;
    }




}

.user-result-card {
    background-color: white;
    padding: 8px;
    border-radius: 8px;
    display: none;
    /* Hide by default */
}

.ember-cove-core-cover-container {
    position: relative;
    background-color: #EAE1D9;
    overflow: hidden;

}

.slider-track {
    display: flex;
    width: 200%;
    transition: transform 0.6s ease-in-out;
}

.ec-slide {
    flex: 0 0 100%;
    width: 100%;
}

.ember-cove-cover-highlights {
    width: fit-content;
    margin: auto;
}

.ember-cove-cover-highlights ul {
    text-align: left;
    list-style-type: disc !important;
    /* ✅ adds bullet points */

}


.ember-cover {
    width: 75%
}

.cove-cover {
    width: 75%
}


.progress-bar.ember-cove {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D9D9D9;
    overflow: hidden;
    border-radius: 50px;
    height: 25px;
    padding: 5px;
}


.segment.ember-cove {
    flex: 1;
    height: 100%;
    background-color: #D9D9D9;
    border: 1px solid #000000;
}


.segment.ember.active {
    flex: 1;
    height: 100%;
    background-color: #D6330A;
    border: 1px solid #000000;
}



.segment.cove.active {
    flex: 1;
    height: 100%;
    background-color: #87CCB9;
    border: 1px solid #000000;
}

.segment.ember-cove-overlap.active {
    flex: 1;
    height: 100%;
    background-color: #F1AD92;
    border: 1px solid #000000;
}

.graph-wrapper-container {
    position: relative;
}

.cove-ember-products {
    width: 50%;
    margin: auto;
}

.tenpin-toolkit img {
    width: 300px;
}

@media all and (min-width:320px) and (max-width:768px) {
    .cove-ember-headline svg {
        width: 100%;
    }

    .slider-track {
        width: 100%;
    }

    .ec-slide {
        flex: 0 0 100%;
        width: 100%;
    }

    .emberCove-graph-container {
        position: relative;
        width: 250%;
        height: 350px;
        font-family: sans-serif;
        color: #D2C4B4;
        margin-left: 40px;
    }

    .graph-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: unset;
        overflow: scroll;
    }

    .y-labels {
        position: absolute;
        top: 0;
        left: -40px;
        width: 40px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 8px;
        padding-left: 4px;
    }

    .x-labels {
        position: absolute;
        bottom: -1.5rem;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 8px;
        padding-top: 0.5rem;
    }

    .graph-grid {
        position: relative;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        border-left: 2px solid #4a3c2d;
        border-bottom: 2px solid #4a3c2d;
    }

    .point-label {
        font-size: 8px;
        color: #FFBA3E;
        margin-top: 2px;
        font-weight: 500;
    }

    .x-axis-label {
        margin-top: 24px;
        font-weight: 600;
        font-size: 8px;
        color: #D2C4B4;
    }

    .y-axis-label {
        position: absolute;
        left: unset;
        left: -68px;
        top: 50%;
        transform: rotate(-90deg) translateY(-50%);
        transform-origin: unset;
        font-weight: 600;
        font-size: 8px;
        color: #D2C4B4;
    }

    .ec-layout-chip {
        width: 50px;
        padding: 8px;
        border-radius: 8px;
        background-color: #FCDEB5;
        color: #271901;
        position: absolute;
        font-size: 8px;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        z-index: 99;
    }

    .cove-ember-products {
        width: 100%;
        margin: auto;
    }


}


@media all and (min-width:769px) and (max-width:1024px) {
    .graph-grid {
        position: relative;
        z-index: 0;
        top: 0;
        left: unset;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        border-left: 2px solid #4a3c2d;
        border-bottom: 2px solid #4a3c2d;
    }

    .y-labels {
        position: absolute;
        top: 0;
        left: -44px;
        width: 40px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 0.8rem;
        padding-left: 4px;
    }

    .x-labels {
        position: absolute;
        bottom: -1.5rem;
        left: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 0.8rem;
        padding-top: 0.5rem;
    }

    .y-axis-label {
        position: absolute;
        left: -40px;
        top: 50%;
        transform: rotate(-90deg) translateY(-50%);
        transform-origin: left center;
        font-weight: 600;
        font-size: 14px;
        color: #D2C4B4;
    }
}

@media all and (min-width:1025px) and (max-width:1440px) {
    .ember-cove-key-container {
        border-radius: 16px;
        padding: 16px;
        width: fit-content;
    }

    .y-axis-label {
        position: absolute;
        left: 32px;
        top: 50%;
        transform: rotate(-90deg) translateY(-50%);
        transform-origin: left center;
        font-weight: 600;
        font-size: 14px;
        color: #D2C4B4;
    }
}

@media all and (min-width:2560px) {
    .cove-ember-headline svg {
        width: 50%;
    }

    .cove-ember-headline {
        display: flex;
        flex-direction: column;
        gap: 32px;
        justify-content: center;
        align-items: center;
    }
}


/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */


/* HERO IMAGE WRAPPER */
.hero-img-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hero-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /* Can be adjusted per breakpoint */
    height: auto;
    display: block;
    max-width: unset !important;
}

@media all and (min-width:320px) and (max-width:768px) {
    .hero-img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 200%;
        /* Can be adjusted per breakpoint */
        height: auto;
        display: block;
        max-width: unset !important;
    }

}

@media all and (min-width:769px) and (max-width:1024px) {
    .hero-img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 150%;
        /* Can be adjusted per breakpoint */
        height: auto;
        display: block;
        max-width: unset !important;
    }
}







































body{
    background-color:#000;
}



.ball-weight-card h4,
.ball-weight-card h5 {
    color: #000000 !important;
}



img{
    max-width:100%;
}

.graph-labels {
    position: relative;
    height: 16px;
    margin-bottom:8px;
}

.progress-bar.ion-max {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4C3560;
    /* Light greenish-blue */
    overflow: hidden;
    border-radius: 50px;
    height: 25px;
    padding: 5px;
}

.segment.ion-max {
    flex: 1;
    height: 100%;
    background-color: #4C3560;
    /* Match bar background */
    border: 1px solid #FFC7D5;
    /* Thin dividing lines */
}

.segment.ion-max.active {
    background-color: #FFC7D5;
    /* Dark color for the center highlight */
    border: 1px solid #FFC7D5;

}

/* ION MAX WEB PAGE  */

.ion-max-banner {
    padding: 0px 96px 0px 96px;
    background-color: #000000;
    position: relative;
}

.ion-max-headline {
    position: absolute;
    top: 50%;
    left: 288px;
    text-align: left;
}

.ionmax-background {
    background-color: #FFC7D5;

}

.ionmax-background-2 {
    background-color: #4C3560;
}


/* btn ionmax*/
.ionmax-button {
    color: #4A355F !important;
    background-color: #FFC7D5 !important;
    border: solid 2px #FFC7D5 !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 24px;
    border-radius: 100px;
    text-decoration: none !important;
}

.ionmax-button:hover {
    color: #4A355F !important;
    background-color: #FFFFFF !important;
    border: solid 2px #FFFFFF !important;
}

.ionmax-button-2 {
    color: #4A355F !important;
    background-color: transparent;
    border: 2px solid #4A355F;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 24px;
    border-radius: 100px;
    text-decoration: none !important;
}

.ionmax-button-2:hover {
    color: #FFC7D5 !important;
    background-color: #4A355F !important;
    border: solid 2px #4A355F !important;
}



.btn.ionmax {
    background-color: transparent !important;
    border: solid 2px #4A355F !important;
    color: #4A355F !important;
}

.btn.ionmax:hover {
    background-color: #4A355F !important;
    border: solid 2px #4A355F !important;
    color: #FFC7D5 !important;
}

.btn.ionmax.active {
    background-color: #4A355F !important;
    border: solid 2px #4A355F !important;
    color: #FFC7D5 !important;
}

.compare-hover-button-ion {
    color: #FFC7D5 !important;
    background-color: transparent;
    border: 2px solid #FFC7D5;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 24px;
    border-radius: 100px;
    text-decoration: none !important;
}

.compare-hover-button-ion:hover {
    color: #4A355F !important;
    background-color: #FFC7D5 !important;
    border: solid 2px #FFC7D5 !important;
}

.compare-hover-button-ion.active {
    color: #4A355F !important;
    background-color: #FFC7D5 !important;
    border: solid 2px #FFC7D5 !important;
}



/* SPLINE TECH ANIMATION */
#spline-section {

    width: 100% !important;
    height: 80vh !important;
    overflow: hidden;
    position: relative;
    background-color: #FFC7D5;
}

.spline-container {
    height: 100%;
}



/* .spline-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

spline-viewer {
    width: 100%;
    height: 100%;
    display: block;
} */




.pin-spacer {
    background-color: #000000;
    width: 100% !important;
}




.curve-svg {
    width: 100%;
    height: 369px;
    pointer-events: none;
    z-index: 2;
    margin-bottom: 0px;
}

/* NRG COVERSTOCK CARDS */
.nrg-card {
    text-align: left;
    width: 415px;
    border-radius: 16px;
    background: rgba(255, 199, 213, 0.10);
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.nrg-card img {
    width: 48px;
    height: 48px;
}

/* 50% MORE FLARE */
.max-hero-title {
    margin: auto
}

.max-hero-title h1 {
    font-size: 500px;
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: 900;
    margin: auto;
    color:#4C3560;

}

.max-hero-title h2 {
    font-size: 96px;
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: 900;
    margin: auto;
     color:#4C3560;
}



/* RG & DIFF */

.ionmax-tech-container {
    flex-direction: row;
    gap: 32px;
}


.ionmax-tech h1 {
    font-size: 64px;
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: 900;
    color: #4A355F;
}

.vertical-line {
    width: 3px;
    height: 100px;
    /* Adjust the height as needed */
    background-color: #4A355F;
    /* Color of the vertical line */
    margin: 0 auto;
    /* Center the line horizontally */
}




/* CONTEST SECTION */
.ionmax-background-3 {
    background: url("https://stormproducts.nyc3.cdn.digitaloceanspaces.com/web_page_content/ION_MAX/Rectangle%20372.png") no-repeat center;
    background-size: cover;
    position: relative;
    /* Ensures the pseudo-element is positioned correctly */
}

.ionmax-background-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust the opacity as needed */
    z-index: 1;
    pointer-events: none;
    /* Ensures the overlay doesn't interfere with interactions */
}

.max-contest-content {
    position: relative;
    z-index: 2;
    /* Higher z-index to ensure text is above the overlay */
    padding: 20px;
    /* Optional: Adjust padding as needed */
}


.scroll-left-instruction-container {
    display: none;
    gap: 16px;
    justify-content: center;

}

.arrow {
    margin-top: 4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
}

.arrow1 {
    margin-top: 4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    transform: rotate(45deg);
}


/* Full-page loading screen */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    /* Black background */
    color: #fff;
    /* White text */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /* Ensure it's on top of everything */
}


/* MOBILE RESPONSIVE DESIGN */
@media all and (max-width:768px) {
    .tech-animation {
        display: none !important;
    }
}


@media all and (min-width:320px) and (max-width:650px) {
    .scroll-left-instruction-container {
        display: flex;
        gap: 16px;
        justify-content: center;

    }
}

/* SMALL PHONE */
@media all and (min-width:320px) and (max-width:425px) {
    .ion-max-banner {
        padding: 0px 0px 0px 0px;
        background-color: #000000;
        position: relative;
        height: 400px;
    }

    .ion-max-headline {
        position: absolute;
        top: 30%;
        left: 32px;
        text-align: left;
    }

    .ion-max-headline h1 {
        font-size: 40px !important;
    }

    .reaction-graph-container {
        width: 100%;
        margin-top: 32px !important;
        margin-bottom: 64px !important;
        margin: auto;
        display: flex;
        flex-direction: row;
        gap: 32px;
        overflow: scroll;
        justify-content: left !important;

    }

    .reaction-graph-container-compare {
        width: 100%;
        margin-top: 32px !important;
        margin-bottom: 64px !important;
        margin: auto;
        display: flex;
        flex-direction: row;
        gap: 32px;
        overflow: scroll;
        justify-content: left !important;
    }

    .curve-svg {
        width: 100%;
        height: 40px;
        pointer-events: none;
        z-index: 2;
        margin-bottom: -7px;
    }

    /* SPLINE ANIMATION */

    #spline-section {
        width: 100% !important;
        height: 110vh !important;
        overflow: hidden;
        position: relative;
        background-color: #FFC7D5;
    }

    .nrg-card {
        text-align: left;
        width: auto;
        border-radius: 16px;
        background: rgba(255, 199, 213, 0.10);
        padding: 48px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
    }

    .max-hero-title h1 {
        font-size: 96px;
        font-family: 'Roboto', sans-serif !important;
        font-style: normal;
        font-weight: 900;
        margin: auto;
    }

    .max-hero-title h2 {
        font-size: 32px;
        font-family: 'Roboto', sans-serif !important;
        font-style: normal;
        font-weight: 900;
        margin: auto;
    }

    .vertical-line {
        width: 100px;
        height: 3px;
        background-color: #4A355F;
        margin: 0 auto;
    }

    .ionmax-tech-container {
        flex-direction: column;
        gap: 32px;
    }

}

/* LARGE PHONE - SMALL TABLET */
@media all and (min-width:426px) and (max-width:768px) {
    .ion-max-banner {
        padding: 0px 0px 0px 0px;
        background-color: #000000;
        position: relative;
        height: auto;
    }



    .ion-max-headline {
        position: absolute;
        top: 60%;
        left: 64px;
        text-align: left;
    }

    .reaction-graph-container {
        width: 100%;
        margin-top: 32px !important;
        margin-bottom: 64px !important;
        margin: auto;
        display: flex;
        flex-direction: row;
        gap: 32px;
        overflow: scroll;
        justify-content: left !important;

    }

    .reaction-graph-container-compare {
        width: 100%;
        margin-top: 32px !important;
        margin-bottom: 64px !important;
        margin: auto;
        display: flex;
        flex-direction: row;
        gap: 32px;
        overflow: scroll;
        justify-content: left !important;
    }

    .curve-svg {
        width: 100%;
        height: 100px;
        pointer-events: none;
        z-index: 2;
        margin-bottom: -7px;
    }

    /* SPLINE ANIMATION */

    #spline-section {
        width: 100% !important;
        height: 90vh !important;
        overflow: hidden;
        position: relative;
        background-color: #FFC7D5;
    }

    .nrg-card {
        text-align: left;
        width: auto;
        border-radius: 16px;
        background: rgba(255, 199, 213, 0.10);
        padding: 48px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
    }

    .max-hero-title h1 {
        font-size: 160px;
        font-family: 'Roboto', sans-serif !important;
        font-style: normal;
        font-weight: 900;
        margin: auto;
    }

    .max-hero-title h2 {
        font-size: 64px;
        font-family: 'Roboto', sans-serif !important;
        font-style: normal;
        font-weight: 900;
        margin: auto;
    }

    .vertical-line {
        width: 100px;
        height: 3px;
        background-color: #4A355F;
        margin: 0 auto;
    }

    .ionmax-tech-container {
        flex-direction: column;
        gap: 32px;
    }

}

/* LARGE TABLET*/
@media all and (min-width:769px) and (max-width:1024px) {
    .ion-max-banner {
        padding: 0px 0px 0px 0px;
        background-color: #000000;
        position: relative;
        height: 600px;
    }


    .ion-max-headline {
        position: absolute;
        top: 60%;
        left: 96px;
        text-align: left;
    }

    .ion-max-headline h1 {
        font-size: 64px;
    }

    .reaction-graph-container {
        width: 100%;
        margin-top: 32px !important;
        margin-bottom: 64px !important;
        margin: auto;
        display: flex;
        flex-direction: row;
        gap: 32px;
        overflow: scroll;
        justify-content: left !important;

    }

    .reaction-graph-container-compare {
        width: 100%;
        margin-top: 32px !important;
        margin-bottom: 64px !important;
        margin: auto;
        display: flex;
        flex-direction: row;
        gap: 32px;
        overflow: scroll;
        justify-content: left !important;
    }

    .curve-svg {
        width: 100%;
        height: 100px;
        pointer-events: none;
        z-index: 2;
        margin-bottom: -7px;
    }

    /* SPLINE ANIMATION */

    #spline-section {
        width: 100% !important;
        height: 90vh !important;
        overflow: hidden;
        position: relative;
        background-color: #FFC7D5;
    }



    .nrg-card {
        text-align: left;
        width: auto;
        border-radius: 16px;
        background: rgba(255, 199, 213, 0.10);
        padding: 48px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
    }

    .max-hero-title h1 {
        font-size: 288px;
        font-family: 'Roboto', sans-serif !important;
        font-style: normal;
        font-weight: 900;
        margin: auto;
    }


    .flex-container-row-1 {
        display: flex;
        flex-direction: row;
        gap: 64px;
        justify-content: center;
    }

    .vertical-line {
        width: 100px;
        height: 3px;
        background-color: #4A355F;
        margin: 0 auto;
    }

    .ionmax-tech-container {
        flex-direction: column;
        gap: 32px;
    }



}

/* SMALL LAPTOP */
@media all and (min-width:1025px) and (max-width:1440px) {

    .ion-max-headline {
        position: absolute;
        top: 50%;
        left: 96px;
        text-align: left;
    }

    .ion-max-headline h1 {
        font-size: 64px;
    }

    .max-hero-title h1 {
        font-size: 300px;
        font-family: 'Roboto', sans-serif !important;
        font-style: normal;
        font-weight: 900;
        margin: auto;
    }

    .max-hero-title h2 {
        font-size: 64px;
        font-family: 'Roboto', sans-serif !important;
        font-style: normal;
        font-weight: 900;
        margin: auto;
    }

    .nrg-card {
        text-align: left;
        width: 415px;
        border-radius: 16px;
        background: rgba(255, 199, 213, 0.10);
        padding: 32px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
    }

    .curve-svg {
        width: 100%;
        height: 150px;
        pointer-events: none;
        z-index: 2;
        margin-bottom: -7px;
    }
}

/* LARGE LAPTOP */
@media all and (min-width:1441px) and (max-width:2559px) {
    .ion-max-headline {
        position: absolute;
        top: 50%;
        left: 160px;
        text-align: left;
    }

    .ion-max-headline {
        position: absolute;
        top: 50%;
        left: 96px;
        text-align: left;
    }



}

@media all and (min-width:1441px) and (max-width:1900px) {
    .curve-svg {
        width: 100%;
        height: 150px;
        pointer-events: none;
        z-index: 2;
        margin-bottom: -6px;
    }
}


/* 4K SCREEN */
@media all and (min-width:2560px) {
    .ion-max-headline {
        position: absolute;
        top: 50%;
        left: 352px;
        text-align: left;
    }

    .ion-max-headline h1 {
        font-size: 128px;
    }



    #spline-section {
        width: 100% !important;
        height: 64vh !important;
        overflow: hidden;
        position: relative;
        background-color: #FFC7D5;
    }

    .curve-svg {
        width: 100%;
        height: 310px;
        pointer-events: none;
        z-index: 2;
        margin-bottom: -7px;
    }


}

/* NOKIA N9 & IPHONE 14 MAX BANNER FIX */
@media all and (min-width: 430px) and (max-width: 480px) and (min-height: 854px) and (max-height: 932px) {
    .ion-max-banner {
        padding: 0px 0px 0px 0px;
        background-color: #000000;
        position: relative;
        height: 350px;
    }
}


/* NOKIA LUMIA 520 & IPHONE 4 SPLINE ANIMATION FIX */
@media all and (min-width: 320px) and (max-width: 320px) and (min-height: 480px) and (max-height: 533px) {

    .spline-container {
        height: 120%;
    }

}


/* NEXUS 5 (DOESNT FUCKING WORK SO DONT WORRY - BULLSHIT) & IPHONE 5/SE (WORKS FINE) SPLINE ANIMATION FIX */
@media all and (min-width: 320px) and (max-width: 360px) and (min-height: 568px) and (max-height: 640px) {


    .spline-container {
        height: 120%;
    }
}

/* SURFACE DUO BANNER & SPLINE ANIMATION FIX */
@media all and (min-width: 540px) and (max-width: 540px) and (min-height: 720px) and (max-height: 720px) {

    .ion-max-banner {
        padding: 0px 0px 0px 0px;
        background-color: #000000;
        position: relative;
        height: 350px;
    }

    .spline-container {
        height: 120%;
    }
}


/* TABLET FIXES */

/*( IPAD AIR ) */
@media all and (min-width: 820px) and (max-width: 820px) and (min-height: 1180px) and (max-height: 1180px) {
    .ion-max-banner {
        padding: 0px 0px 0px 0px;
        background-color: #000000;
        position: relative;
        height: 700px;
    }

    #spline-section {
        width: 100% !important;
        height: 80vh !important;
        overflow: hidden;
        position: relative;
        background-color: #FFC7D5;
    }

    .curve-svg {
        width: 100%;
        height: 100px;
        pointer-events: none;
        z-index: 2;
        margin-bottom: -7px;
    }

    .flex-container-row-1 {
        display: flex;
        flex-direction: column;
        gap: 64px;
        justify-content: center;
    }

    .vertical-line {
        width: 100px;
        height: 3px;
        background-color: #4A355F;
        margin: 0 auto;
    }

    .ionmax-tech-container {
        flex-direction: column;
        gap: 32px;
    }
}

/*( IPAD PRO | SURFACE PRO 7 ) */
@media all and (min-width: 912px) and (max-width: 1024px) and (min-height: 1366px) and (max-height: 1368px) {
    .ion-max-banner {
        padding: 0px 0px 0px 0px;
        background-color: #000000;
        position: relative;
        height: 700px;
    }

    #spline-section {
        width: 100% !important;
        height: 60vh !important;
        overflow: hidden;
        position: relative;
        background-color: #FFC7D5;
    }

    .curve-svg {
        width: 100%;
        height: 160px;
        pointer-events: none;
        z-index: 2;
        margin-bottom: -7px;
    }

    .flex-container-row-1 {
        display: flex;
        flex-direction: column;
        gap: 64px;
        justify-content: center;
    }

    .vertical-line {
        width: 100px;
        height: 3px;
        background-color: #4A355F;
        margin: 0 auto;
    }

    .ionmax-tech-container {
        flex-direction: column;
        gap: 32px;
    }
}


/*( NEXUS 10 | ASUS ZENBOOK ) */
@media all and (min-width: 800px) and (max-width: 853px) and (min-height: 1280px) and (max-height: 1280px) {
    .ion-max-banner {
        padding: 0px 0px 0px 0px;
        background-color: #000000;
        position: relative;
        height: 700px;
    }

    #spline-section {
        width: 100% !important;
        height: 60vh !important;
        overflow: hidden;
        position: relative;
        background-color: #FFC7D5;
    }

    .curve-svg {
        width: 100%;
        height: 160px;
        pointer-events: none;
        z-index: 2;
        margin-bottom: -7px;
    }

    .flex-container-row-1 {
        display: flex;
        flex-direction: column;
        gap: 64px;
        justify-content: center;
    }

    .vertical-line {
        width: 100px;
        height: 3px;
        background-color: #4A355F;
        margin: 0 auto;
    }

    .ionmax-tech-container {
        flex-direction: column;
        gap: 32px;
    }
}





/* END ION MAX WEB PAGE  */

/* ----------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------- */































/* LEVEL WEB PAGE */

.level-intro-container {
    position: relative;
    height: 150vh;
    /* Ensure enough scroll space */

    background-color: black;
    /* Ensure visibility */
}

.level-hero-wp {}

.level-text-container {
    position: relative;

}

.lab-series {
    padding: 96px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lab-series-svg {
    position: relative;
    z-index: 3;
}


.lab-series-1 {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.spi-lab-copy {
    font-size: 64px;
    position: relative;
    z-index: 3;
}



.level-bowling-ball-1 {
    width: 1300px;
    position: absolute;
    right: -35%;
    top: 50%;
    transform: translate(0%, -50%);
    height: fit-content;
    opacity: 0;
    /* Initially hidden */
}

.level-bowling-ball-2 {
    width: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.level-bowling-ball-3 {
    width: 1600px;
    position: relative;
    top: -714px;
    left: -556px;
}

.level-bowling-ball-4 {
    width: 1300px;
    position: relative;
    top: -420px;
    right: 8px;
}

.level-ball-hightlight {
    height: 800px;
}

.level-detail {
    height: 800px;
}



.level-weightblock {
    width: 800px;
    position: relative;
    top: -178px;
    right: -231px;
}

.level-flex-container {
    display: flex;
    flex-direction: row;
}

.level-flex-container-2 {
    display: flex;
    flex-direction: row;
    gap: 32px;
}



.level-parralax {
    z-index: 2;
    position: relative;
    height: 100vh;
    background: url("https://stormproducts.nyc3.cdn.digitaloceanspaces.com/web_page_content/LEVEL/LEVEL-BACKGROUND.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
    /* Ensure no scrollbars show */


}

.level-highlight {
    position: relative;
    z-index: 0;
    padding: 96px;
}

.level-highlight h1 {
    font-size: 96px;
    font-style: normal;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    margin-bottom: 48px;
}

.level-highlight h2 {
    font-size: 96px;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    margin-bottom: 48px;
}

/* .level-highlight h1,
.level-highlight h2,
.level-highlight .storm-button-container-3 {
    opacity: 0; 
    transform: translateY(20px); 
} */


.level-intro {
    display: flex;
    flex-direction: row;
}


.level-intro h1 {
    font-size: 128px;
    position: absolute;
    z-index: 3;
}

.level-copy-1 {
    top: -193px;
    left: 196px;
}

.level-copy-2 {
    top: -61px;
    right: 401px;
}

.level-details-container {
    margin-left: 64px;
    z-index: 3;
    position: relative;
}

.level-downloads {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 32px;
}

.level-tech-container {
    width: 90%;
    margin: auto;
}

.how-it-rolls-container {
    width: 90%;
    margin: auto;


}

.level-cover {
    z-index: 3;
    position: relative;
}

.level-weightblock-animation {
    z-index: 1;
    position: relative;
}

.powered-by-ai {
    z-index: 2;
    position: relative;
}


.level-weight-card {
    background-color: white;
    width: fit-content;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;

}

.ui-card-container.level {
    display: flex;
    flex-flow: wrap;
    gap: 16px;
    justify-content: center;
    padding: 32px;
    margin: auto;

}

.level-tech-specs {
    height: fit-content;
}

.button-pop {
    opacity: 0;
}


/* SMALL PHONE */
@media all and (min-width:320px) and (max-width:425px) {

    .lab-series {
        padding: 32px;
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .level-text-container {
        position: relative;
        height: 800px;
    }

    .lab-series-svg {
        width: 100%;
        height: fit-content;
    }

    .spi-lab-copy {
        font-size: 32px;
        z-index: 3;
        height: fit-content;
        width: min-content;
        margin-bottom: 0px;
    }

    .level-highlight {
        position: relative;
        z-index: 0;
        padding: 32px;
    }

    .level-bowling-ball-1 {
        width: 500px;
        position: absolute;
        right: -204px;
        bottom: 0%;
        transform: translate(0%, 0%);
    }

    .level-bowling-ball-2 {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .level-bowling-ball-2 img {
        width: 90%;
    }


    .level-highlight h2 {
        font-size: 32px;
        text-decoration: underline;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 900;
        margin-bottom: 48px;
    }

    .level-highlight h1 {
        font-size: 32px;
        font-style: normal;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 900;
        margin-bottom: 48px;
    }


    .level-intro {
        display: flex;
        flex-direction: column;
    }

    .level-bowling-ball-3 {
        width: 500px;
        position: relative;
        top: -119px;
        left: -193px;
    }

    .level-ball-hightlight {
        height: 220px;
    }

    .level-intro h1 {
        font-size: 48px;
        position: absolute;
        z-index: 3;
    }

    .level-copy-2 {
        top: -30px;
        right: 11px;
    }

    .level-copy-1 {
        top: -85px;
        left: 6px;
    }


    .level-details-container {
        margin-left: 0px;
    }

    .level-bowling-ball-4 {
        width: 150%;
        position: relative;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -0%);
    }

    .level-bowling-ball-4 img {
        width: 100%;
    }

    .level-flex-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .level-flex-container-2 {
        display: flex;
        flex-direction: column;
    }

    .level-detail {
        height: fit-content;
    }

    .level-weightblock {
        width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
    }

    .level-downloads {
        display: flex;
        flex-direction: column;
        gap: 16px;

    }

    .level-tech-container {
        width: 100%;
        margin: auto;
    }

    .ui-card-container.level {
        display: flex;
        flex-flow: row;
        gap: 16px;
        justify-content: unset;
        padding: 32px 0px;
        margin: auto;
        width: fit-content;
    }

    .level-weight-card {
        background-color: white;
        width: 150px;
        padding: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
    }

}

@media all and (min-width:426px) and (max-width:510px) {
    .level-bowling-ball-3 {
        width: 500px;
        position: relative;
        top: -176px;
        left: -219px;
    }

    .level-text-container {
        position: relative;
        height: 800px;
    }

    .level-ball-hightlight {
        height: 100px;
    }

    .level-copy-1 {
        top: -72px;
        left: 37px;
    }

    .level-copy-2 {
        top: -16px;
        right: 31px;
    }

    .level-intro h1 {
        font-size: 48px;
        position: absolute;
        z-index: 3;
    }

}

@media all and (min-width:511px) and (max-width:680px) {
    .level-bowling-ball-3 {
        width: 600px;
        position: relative;
        top: -176px;
        left: -256px;
    }

    .level-ball-hightlight {
        height: 250px;
    }

    .level-copy-1 {
        top: 7px;
        left: 113px;
    }

    .level-copy-2 {
        top: 71px;
        right: 105px;
    }

    .level-intro h1 {
        font-size: 48px;
        position: absolute;
        z-index: 3;
    }

}

@media all and (min-width:681px) and (max-width:768px) {
    .level-bowling-ball-3 {
        width: 700px;
        position: relative;
        top: -198px;
        left: -213px;
    }

    .level-ball-hightlight {
        height: 300px;
    }

    .level-copy-1 {
        top: -5px;
        left: 88px;
    }

    .level-copy-2 {
        top: 74px;
        right: 132px;
    }

    .level-intro h1 {
        font-size: 64px;
        position: absolute;
        z-index: 3;
    }


}

/* LARGE PHONE - SMALL TABLET */
@media all and (min-width:426px) and (max-width:768px) {

    .lab-series {
        padding: 32px;
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .lab-series-svg {
        width: 100%;
        height: fit-content;
    }

    .spi-lab-copy {
        font-size: 32px;
        z-index: 3;
        height: fit-content;
        width: min-content;
        margin-bottom: 0px;
    }

    .level-bowling-ball-1 {
        width: 750px;
        position: absolute;
        right: -339px;
        bottom: 8px;
        transform: translate(0%, -21%);
    }

    .level-bowling-ball-2 {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }



    .level-bowling-ball-2 img {
        width: 90%;
    }


    .level-highlight {
        position: relative;
        z-index: 0;
        padding: 32px;
    }

    .level-highlight h2 {
        font-size: 48px;
        text-decoration: underline;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 900;
        margin-bottom: 48px;
    }

    .level-highlight h1 {
        font-size: 32px;
        font-style: normal;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 900;
        margin-bottom: 48px;
    }


    .level-intro {
        display: flex;
        flex-direction: column;
    }

    .ui-card-container.level {
        display: flex;
        flex-flow: row;
        gap: 16px;
        justify-content: unset;
        padding: 32px 0px;
        margin: auto;
        width: fit-content;
    }

    .level-weight-card {
        background-color: white;
        width: 150px;
        padding: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
    }









    .level-details-container {
        margin-left: 0px;
    }

    .level-bowling-ball-4 {
        width: 150%;
        position: relative;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -0%);
    }

    .level-bowling-ball-4 img {
        width: 100%;
    }

    .level-flex-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .level-flex-container-2 {
        display: flex;
        flex-direction: column;
    }

    .level-detail {
        height: fit-content;
    }

    .level-weightblock {
        width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
    }

    .level-downloads {
        display: flex;
        flex-direction: column;
        gap: 16px;

    }

    .level-tech-container {
        width: 100%;
        margin: auto;
    }
}

/* LARGE TABLET*/
@media all and (min-width:769px) and (max-width:1024px) {

    .lab-series {
        padding: 32px;
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .lab-series-svg {
        width: 100%;
        height: fit-content;
    }

    .spi-lab-copy {
        font-size: 32px;
        z-index: 3;
        height: fit-content;
        width: min-content;
        margin-bottom: 0px;
    }

    .level-bowling-ball-1 {
        width: 1000px;
        position: absolute;
        right: -466px;
        bottom: 0px;
        transform: translate(0%, -35%);
    }

    .level-bowling-ball-2 {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .level-bowling-ball-2 img {
        width: 90%;
    }


    .level-highlight h2 {
        font-size: 48px;
        text-decoration: underline;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 900;
        margin-bottom: 48px;
    }

    .level-highlight h1 {
        font-size: 48px;
        font-style: normal;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 900;
        margin-bottom: 48px;
    }


    .level-ball-hightlight {
        height: 600px;
    }

    .level-intro h1 {
        font-size: 96px;
        position: absolute;
        z-index: 3;
    }

    .level-bowling-ball-3 {
        width: 1100px;
        position: relative;
        top: -178px;
        left: -441px;
    }

    .level-intro {
        display: flex;
        flex-direction: column;
    }


    .level-copy-1 {
        top: 159px;
        left: 23px;
    }

    .level-copy-2 {
        top: 255px;
        right: 48px;
    }








    .level-details-container {
        margin-left: 0px;
    }

    .level-bowling-ball-4 {
        width: 150%;
        position: relative;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -0%);
    }

    .level-bowling-ball-4 img {
        width: 100%;
    }

    .level-flex-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .level-flex-container-2 {
        display: flex;
        flex-direction: column;
    }

    .level-detail {
        height: fit-content;
    }

    .level-weightblock {
        width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
    }

    .level-downloads {
        display: flex;
        flex-direction: column;
        gap: 16px;

    }

    .level-tech-container {
        width: 100%;
        margin: auto;
    }

}

/* SMALL LAPTOP */
@media all and (min-width:1025px) and (max-width:1440px) {

    .level-bowling-ball-1 {
        width: 800px;
        position: absolute;
        right: -300px;
        top: 50%;
        transform: translate(0%, -51%);
        height: fit-content;
    }

    .lab-series-svg {
        width: 100%;
        height: fit-content;
    }

    .spi-lab-copy {
        font-size: 40px;
        height: fit-content;
        margin-bottom: 0px;
    }

    .level-bowling-ball-3 {
        width: 1400px;
        position: relative;
        top: -570px;
        left: -556px;
    }

    .level-copy-1 {
        top: -187px;
        left: 95px;
    }

    .level-copy-2 {
        top: -61px;
        right: 77px;
    }

    .level-details-container {
        margin-left: 16px;
    }

    .level-weightblock {
        width: 800px;
        position: relative;
        top: -178px;
        right: -47px;
    }

    .level-bowling-ball-4 {
        width: 1400px;
        position: relative;
        top: -444px;
        right: 220px;
    }

}

/* LARGE LAPTOP */
@media all and (min-width:1441px) and (max-width:1880px) {

    .lab-series-svg {
        width: 100%;
        height: fit-content;
    }

    .level-bowling-ball-3 {
        width: 1500px;
        position: relative;
        top: -714px;
        left: -556px;
    }

    .level-bowling-ball-4 {
        width: 1100px;
        position: relative;
        top: -322px;
        right: 77px;
    }

    .level-weightblock {
        width: 700px;
        position: relative;
        top: -178px;
        right: -102px;
    }

    .level-copy-2 {
        top: -61px;
        right: 106px;
    }
}

/* LARGE LAPTOP */
@media all and (min-width:1881px) and (max-width:1920px) {}

/* 4K SCREEN */
@media all and (min-width:1921px) and (max-width:2560px) {}

@media all and (min-width:2560px) {}

/* LEVEL END */

/* --------------------------------------------------------------------------- */




































/* DUAL THREAT */

.dual-threat-background {
    width: 100%;
    height: 1700px;

    position: relative;
    background: url("https://stormproducts.nyc3.cdn.digitaloceanspaces.com/web_page_content/RG_Dual_Threat_Landing_Page/dual-threat-background.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.dual-threat-background-rg-brand-page {
    width: 100%;
    height: 1800px;
    position: relative;
    background: url("https://stormproducts.nyc3.cdn.digitaloceanspaces.com/web_page_content/RG_Dual_Threat_Landing_Page/dual-threat-background.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.dual-threat-background-2 {
    width: 100%;
    height: 1100px;
    position: relative;
    background: url("https://stormproducts.nyc3.cdn.digitaloceanspaces.com/web_page_content/RG_Dual_Threat_Landing_Page/dual-threat-background.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.dark-background {
    background-color: #000 !important;
}

.dual-threat-copy {
    display: flex;
    flex-direction: row;
    gap: 96px;
    align-items: center;
    justify-content: center;
    padding: 128px 0px 96px 0px;
}

.dual-threat-destruction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.dominate-section {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.dominate-stripe {
    position: absolute;
    width: 150%;
    font-size: 32px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    color: black;
    background: white;
    padding: 16px 0;
    white-space: nowrap;
    transform-origin: center;

}

.dominate-stripe span {
    display: inline-block;
    margin-right: 50px;
    font-size: 32px !important;
    font-weight: 900 !important;
}

/* Position the two stripes exactly like your screenshot */
.stripe1 {
    top: 30%;
    left: -10%;
    transform: rotate(6.521deg);
    z-index: 2;
    box-shadow: 0px 4px 16.4px 1px rgba(0, 0, 0, 0.40);
}

.stripe2 {
    top: 30%;
    left: -10%;
    transform: rotate(-3.622deg);
    color: rgba(0, 0, 0, 0.40);
    background: #C8C8C8;
    z-index: 1;
}


.dual-threat-body-background {

    position: absolute;
    left: 0px;
    top: -227px;
    z-index: 1;
    width: 100%;
    height: 252px;
    object-fit: cover;
    overflow: hidden;
}

.dual-threat-body-background-2 {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 252px;
    object-fit: cover;
    overflow: hidden;
    transform: rotate(180deg);
    top: 166px;
}

.threat-compare {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    width: 50%;
    margin: auto;
}



.threat-tech-spec-scroll {}

.quote-container {
    position: absolute;
    /* Makes it position relative to its nearest positioned ancestor */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Moves it back by half its width & height */
    display: flex;
    flex-direction: row;
    gap: 96px;
    width: 80%;
    margin: auto;
    justify-content: center;
}


.rg-threat-compare-chart {
    width: 70%;
    margin: auto;
}


.threat-video-compare {
    display: none;
}

.threat-video-compare.active {
    display: block;
    width: 50%;
    margin: auto;
}




@font-face {
    font-family: 'DINOT-CondBlack';
    src: url('https://stormproducts.nyc3.cdn.digitaloceanspaces.com/web_page_content/RG_Dual_Threat_Landing_Page/Fonts/DINOT-CondBlack.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT-CondMedium';
    src: url('https://stormproducts.nyc3.cdn.digitaloceanspaces.com/web_page_content/RG_Dual_Threat_Landing_Page/Fonts/DINOT-CondMedium.woff2') format('woff2');
    font-weight: 400 !important;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT-Black';
    src: url('https://stormproducts.nyc3.cdn.digitaloceanspaces.com/web_page_content/RG_Dual_Threat_Landing_Page/Fonts/DINOT-Black.otf') format('woff2');
    font-weight: 400 !important;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT-Medium';
    src: url('https://stormproducts.nyc3.cdn.digitaloceanspaces.com/web_page_content/RG_Dual_Threat_Landing_Page/Fonts/DINOT-Medium.woff2') format('woff2');
    font-weight: 400 !important;
    font-style: normal;
}

.title-with-button-container h2 {
    font-family: 'DINOT-Medium', sans-serif !important;
    font-size: 96px;
    font-weight: 400 !important;
    margin-bottom: 48px;
    font-style: normal !important;
}

.compare-meter-section h1 {
    font-family: 'DINOT-Medium', sans-serif !important;
    font-size: 96px;
    font-weight: 400 !important;
    margin-bottom: 48px;
    font-style: normal !important;
}

.threat-ball-intro h3 {
    font-family: 'DINOT-Black', sans-serif !important;
    font-size: 64px;
    font-style: normal !important;
}

.dual-threat-video-compare h1 {
    font-family: 'DINOT-CondBlack', sans-serif !important;
    color: #CE0E2D !important;
    font-style: normal !important;
    font-size: 288px !important;
}

.dual-threat-video-compare h3 {
    font-family: 'DINOT-CondMedium', sans-serif !important;
    font-size: 96px;
    font-weight: 400 !important;
    margin-bottom: 0px;
}

.rg-smile {
    position: absolute;
    top: 0px;
    right: 48px;
}





.oil-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.dt-ball-compare-meter {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.compare-meter-balls {}


.meter-oil-level {
    display: flex;
    justify-content: end;
}

.title-with-button-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}


.dual-threat-style {
    position: relative;

}

.look-svg {
    position: absolute;
    top: 0px;
    right: 300px;
}


.dual-threat-tech-specs {
    height: 300px;
    overflow: scroll;

}

.rg-dual-threat-apparel img {
    width: 350px;
}

.dt-ball-compare-meter-mobile {
    display: none;
}


.roto-scroll-to-continue svg {
    width: 48px;
    height: fit-content;
    display:block;
    margin:auto;
}



@media all and (min-width:320px) and (max-width:425px) {

    .dual-threat-background-rg-brand-page {
        width: 100%;
        height: 1550px;
    }

    .rg-page-compare {
        width: 300px !important;
        margin: auto;
    }


    .dual-threat-text-header svg {
        width: 250px;
        height: fit-content;
    }


    .dual-threat-copy {
        display: flex;
        flex-direction: column;
        gap: 48px;
        align-items: center;
        justify-content: center;
        padding: 96px 0px 32px 0px;
    }

    .dual-threat-destruction svg {
        width: 250px;
        height: fit-content;
    }

    .dt-roto-grip-logo svg {
        width: 50px;
        height: fit-content;
    }

    .roto-scroll-to-continue svg {
        width: 48px;
        height: fit-content;
    }

    .dominate-section {
        position: relative;
        overflow: hidden;
        height: 300px;
    }

    .stripe1 {
        top: 10%;
        left: -10%;
        transform: rotate(6.521deg);
        z-index: 2;
        box-shadow: 0px 4px 16.4px 1px rgba(0, 0, 0, 0.40);
    }

    .stripe2 {
        top: 30%;
        left: -10%;
        transform: rotate(-3.622deg);
        color: rgba(0, 0, 0, 0.40);
        background: #C8C8C8;
        z-index: 1;
    }

    .dominate-stripe span {
        display: inline-block;
        margin-right: 10px;
    }

    .dual-threat-background {
        width: 100%;
        height: 1000px;
        background-attachment: unset;
    }

    .dual-threat-background-2 {
        width: 100%;
        background-attachment: unset;
    }


    .dual-threat-body-background {
        position: absolute;
        left: 0px;
        top: -74px;
        z-index: 1;
        width: 100%;
        height: 97px;
        object-fit: cover;
        overflow: hidden;
    }

    .threat-ball-intro h3 {
        font-family: 'DINOT-Black', sans-serif !important;
        font-size: 32px;
        font-style: normal !important;
    }

    .threat-compare {
        display: flex;
        flex-direction: column;
        gap: 32px;
        justify-content: center;
        width: 100%;
        margin: auto;
    }

    .reaction-graph-container.active {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .dual-threat-tech-specs {
        overflow: scroll;
        height: fit-content;
    }

    .dual-threat-body-background-2 {
        position: absolute;
        left: 0px;
        z-index: 1;
        width: 100%;
        height: 84px;
        object-fit: cover;
        overflow: hidden;
        transform: rotate(180deg);
        top: 32px;
    }

    .quote-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: fit-content;
        margin: auto;
        justify-content: center;
    }

    .dual-threat-video-compare h3 {
        font-family: 'DINOT-CondMedium', sans-serif !important;
        font-size: 32px;
        font-weight: 400 !important;
        margin-bottom: 0px;
    }

    .dual-threat-video-compare h1 {
        font-family: 'DINOT-CondBlack', sans-serif !important;
        color: #CE0E2D !important;
        font-style: normal !important;
        font-size: 64px !important;
    }

    .rg-smile {
        position: absolute;
        top: -43px;
        right: 0px;
    }

    .rg-smile svg {
        width: 100px;
        height: fit-content;
    }

    .compare-meter-section h1 {
        font-family: 'DINOT-Medium', sans-serif !important;
        font-size: 48px !important;
        font-weight: 400 !important;
        margin-bottom: 48px;
        font-style: normal !important;
    }

    .title-with-button-container h2 {
        font-family: 'DINOT-Medium', sans-serif !important;
        font-size: 48px;
        font-weight: 400 !important;
        margin-bottom: 48px;
        font-style: normal !important;
    }

    .rg-dual-threat-apparel img {
        width: 150px;
    }

    .title-with-button-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 16px;
    }

    .dt-ball-compare-meter {
        display: flex;
        flex-direction: row;
        justify-content: center;
        display: none;
    }

    .dt-ball-compare-meter-mobile {
        display: block;
    }

    .look-svg {
        position: absolute;
        top: 96px;
        right: 0px;
    }

    .look-svg svg {
        width: 100px;
        height: fit-content;
    }

    .dual-threat-background-2 {
        width: 100%;
        height: 1600px;
    }

    .threat-video-compare.active {
        display: block;
        width: 100%;
        margin: auto;
    }

}


@media all and (min-width:426px) and (max-width:768px) {

    .dual-threat-background-rg-brand-page {
        width: 100%;
        height: 1550px;
    }

    .rg-page-compare {
        width: 300px !important;
        margin: auto;
    }

    .dual-threat-text-header svg {
        width: 250px;
        height: fit-content;
    }


    .dual-threat-copy {
        display: flex;
        flex-direction: column;
        gap: 48px;
        align-items: center;
        justify-content: center;
        padding: 96px 0px 32px 0px;
    }

    .dual-threat-destruction svg {
        width: 250px;
        height: fit-content;
    }

    .dt-roto-grip-logo svg {
        width: 50px;
        height: fit-content;
    }

    .roto-scroll-to-continue svg {
        width: 48px;
        height: fit-content;
    }

    .dominate-section {
        position: relative;
        overflow: hidden;
        height: 300px;
    }

    .stripe1 {
        top: 20%;
        left: -10%;
        transform: rotate(6.521deg);
        z-index: 2;
        box-shadow: 0px 4px 16.4px 1px rgba(0, 0, 0, 0.40);
    }

    .stripe2 {
        top: 30%;
        left: -10%;
        transform: rotate(-3.622deg);
        color: rgba(0, 0, 0, 0.40);
        background: #C8C8C8;
        z-index: 1;
    }

    .dominate-stripe span {
        display: inline-block;
        margin-right: 10px;
    }

    .dual-threat-background {
        width: 100%;
        height: 1000px;
        background-attachment: unset;
    }


    .dual-threat-background-2 {
        width: 100%;
        background-attachment: unset;
    }

    .dual-threat-body-background {
        position: absolute;
        left: 0px;
        top: -92px;
        z-index: 1;
        width: 100%;
        height: 114px;
        object-fit: cover;
        overflow: hidden;
    }

    .threat-ball-intro h3 {
        font-family: 'DINOT-Black', sans-serif !important;
        font-size: 48px;
        font-style: normal !important;
    }

    .threat-compare {
        display: flex;
        flex-direction: column;
        gap: 32px;
        justify-content: center;
        width: 100%;
        margin: auto;
    }

    .reaction-graph-container.active {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .dual-threat-tech-specs {
        overflow: scroll;
        height: fit-content;
    }

    .dual-threat-body-background-2 {
        position: absolute;
        left: 0px;
        z-index: 1;
        width: 100%;
        height: 199px;
        object-fit: cover;
        overflow: hidden;
        transform: rotate(180deg);
        top: 32px;
    }

    .quote-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: fit-content;
        margin: auto;
        justify-content: center;
    }

    .dual-threat-video-compare h3 {
        font-family: 'DINOT-CondMedium', sans-serif !important;
        font-size: 32px;
        font-weight: 400 !important;
        margin-bottom: 0px;
    }

    .dual-threat-video-compare h1 {
        font-family: 'DINOT-CondBlack', sans-serif !important;
        color: #CE0E2D !important;
        font-style: normal !important;
        font-size: 64px !important;
    }

    .rg-smile {
        position: absolute;
        top: -43px;
        right: 0px;
    }

    .rg-smile svg {
        width: 100px;
        height: fit-content;
    }

    .compare-meter-section h1 {
        font-family: 'DINOT-Medium', sans-serif !important;
        font-size: 48px !important;
        font-weight: 400 !important;
        margin-bottom: 48px;
        font-style: normal !important;
    }

    .title-with-button-container h2 {
        font-family: 'DINOT-Medium', sans-serif !important;
        font-size: 48px;
        font-weight: 400 !important;
        margin-bottom: 48px;
        font-style: normal !important;
    }

    .rg-dual-threat-apparel img {
        width: 150px;
    }

    .title-with-button-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 16px;
    }

    .dt-ball-compare-meter {
        display: flex;
        flex-direction: row;
        justify-content: center;
        display: none;
    }

    .dt-ball-compare-meter-mobile {
        display: block;
    }

    .look-svg {
        display: none;
    }

    .look-svg svg {
        width: 100px;
        height: fit-content;
    }

    .dual-threat-background-2 {
        width: 100%;
        height: 1600px;
    }

    .threat-video-compare.active {
        display: block;
        width: 100%;
        margin: auto;
    }

}


@media all and (min-width:769px) and (max-width:1024px) {

    .rg-page-compare {
        margin: auto;
        margin-top: 64px;
        width: 80%;
    }

    .dual-threat-background-rg-brand-page {
        width: 100%;
        height: 1230px;
    }


    .dual-threat-text-header svg {
        width: 350px;
        height: fit-content;
    }


    .dual-threat-copy {
        display: flex;
        flex-direction: row;
        gap: 48px;
        align-items: center;
        justify-content: center;
        padding: 96px 0px 32px 0px;
    }

    .dual-threat-destruction svg {
        width: 250px;
        height: fit-content;
    }

    .dt-roto-grip-logo svg {
        width: 50px;
        height: fit-content;
    }

    .roto-scroll-to-continue svg {
        width: 48px;
        height: fit-content;
    }

    .dominate-section {
        position: relative;
        overflow: hidden;
        height: 300px;
    }

    .stripe1 {
        top: 50%;
        left: -10%;
        transform: rotate(6.521deg);
        z-index: 2;
        box-shadow: 0px 4px 16.4px 1px rgba(0, 0, 0, 0.40);
    }

    .stripe2 {
        top: 60%;
        left: -10%;
        transform: rotate(-3.622deg);
        color: rgba(0, 0, 0, 0.40);
        background: #C8C8C8;
        z-index: 1;
    }

    .dominate-stripe span {
        display: inline-block;
        margin-right: 10px;
    }

    .dual-threat-background {
        width: 100%;
        height: 1000px;
        background-attachment: unset;
    }

    .dual-threat-background-2 {
        width: 100%;
        background-attachment: unset;
    }


    .dual-threat-body-background {
        position: absolute;
        left: 0px;
        top: -143px;
        z-index: 1;
        width: 100%;
        height: 164px;
        object-fit: cover;
        overflow: hidden;
    }


    .threat-ball-intro h3 {
        font-family: 'DINOT-Black', sans-serif !important;
        font-size: 48px;
        font-style: normal !important;
    }

    .threat-compare {
        display: flex;
        flex-direction: row;
        gap: 32px;
        justify-content: center;
        width: 100%;
        margin: auto;
    }

    .ui-card-container.contain {
        display: flex;
        flex-flow: row wrap;
        gap: 16px;
        justify-content: center;
        padding: 32px;
        margin: auto;
        width: fit-content;
    }

    .reaction-graph-container.active {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }



    .dual-threat-body-background-2 {
        position: absolute;
        left: 0px;
        z-index: 1;
        width: 100%;
        height: 177px;
        object-fit: cover;
        overflow: hidden;
        transform: rotate(180deg);
        top: 134px;
    }

    .dual-threat-background-2 {
        width: 100%;
        height: 1100px;
    }

    .quote-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: row;
        gap: 32px;
        width: 80%;
        margin: auto;
        justify-content: center;
    }

    .dual-threat-video-compare h3 {
        font-family: 'DINOT-CondMedium', sans-serif !important;
        font-size: 48px;
        font-weight: 400 !important;
        margin-bottom: 0px;
    }

    .dual-threat-video-compare h1 {
        font-family: 'DINOT-CondBlack', sans-serif !important;
        color: #CE0E2D !important;
        font-style: normal !important;
        font-size: 128px !important;
    }

    .rg-smile {
        position: absolute;
        top: -43px;
        right: 0px;
    }

    .rg-smile svg {
        width: 250px;
        height: fit-content;
    }

    .compare-meter-section h1 {
        font-family: 'DINOT-Medium', sans-serif !important;
        font-size: 48px !important;
        font-weight: 400 !important;
        margin-bottom: 48px;
        font-style: normal !important;
    }

    .title-with-button-container h2 {
        font-family: 'DINOT-Medium', sans-serif !important;
        font-size: 48px;
        font-weight: 400 !important;
        margin-bottom: 48px;
        font-style: normal !important;
    }

    .rg-dual-threat-apparel img {
        width: 150px;
    }

    .title-with-button-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 16px;
    }

    .dt-ball-compare-meter {
        display: flex;
        flex-direction: row;
        justify-content: center;
        display: none;
    }

    .dt-ball-compare-meter-mobile {
        display: block;
    }

    .look-svg {
        display: none;
    }

    .look-svg svg {
        width: 100px;
        height: fit-content;
    }

    .threat-video-compare.active {
        display: block;
        width: 100%;
        margin: auto;
    }

}



@media all and (min-width:1025px) and (max-width:1440px) {


    .rg-page-compare {
        margin: auto;
        margin-top: 64px;
        width: 80%;
    }

    .dual-threat-background-rg-brand-page {
        width: 100%;
        height: 1450px;
    }


    .dual-threat-text-header svg {
        width: 450px;
        height: fit-content;
    }


    .dual-threat-copy {
        display: flex;
        flex-direction: row;
        gap: 48px;
        align-items: center;
        justify-content: center;
        padding: 96px 0px 32px 0px;
    }

    .dual-threat-destruction svg {
        width: 350px;
        height: fit-content;
    }

    .dt-roto-grip-logo svg {
        width: 50px;
        height: fit-content;
    }

    .roto-scroll-to-continue svg {
        width: 48px;
        height: fit-content;
    }

    .dominate-section {
        position: relative;
        overflow: hidden;
        height: 300px;
    }

    .stripe1 {
        top: 53%;
        left: -10%;
        transform: rotate(6.521deg);
        z-index: 2;
        box-shadow: 0px 4px 16.4px 1px rgba(0, 0, 0, 0.40);
    }

    .stripe2 {
        top: 30%;
        left: -10%;
        transform: rotate(-3.622deg);
        color: rgba(0, 0, 0, 0.40);
        background: #C8C8C8;
        z-index: 1;
    }

    .dominate-stripe span {
        display: inline-block;
        margin-right: 10px;
    }

    .dual-threat-background {
        width: 100%;
        height: 1250px;
    }


    .dual-threat-body-background {
        position: absolute;
        left: 0px;
        top: -164px;
        z-index: 1;
        width: 100%;
        height: 225;
        object-fit: cover;
        overflow: hidden;
    }


    .threat-ball-intro h3 {
        font-family: 'DINOT-Black', sans-serif !important;
        font-size: 48px;
        font-style: normal !important;
    }

    .threat-compare {
        display: flex;
        flex-direction: row;
        gap: 32px;
        justify-content: center;
        width: 100%;
        margin: auto;
    }

    .ui-card-container.contain {
        display: flex;
        flex-flow: row wrap;
        gap: 16px;
        justify-content: center;
        padding: 32px;
        margin: auto;
        width: fit-content;
    }

    .reaction-graph-container.active {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }



    .dual-threat-body-background-2 {
        position: absolute;
        left: 0px;
        z-index: 1;
        width: 100%;
        height: 177px;
        object-fit: cover;
        overflow: hidden;
        transform: rotate(180deg);
        top: 134px;
    }

    .dual-threat-background-2 {
        width: 100%;
        height: 1100px;
    }

    .quote-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: row;
        gap: 32px;
        width: 80%;
        margin: auto;
        justify-content: center;
    }

    .dual-threat-video-compare h3 {
        font-family: 'DINOT-CondMedium', sans-serif !important;
        font-size: 64px;
        font-weight: 400 !important;
        margin-bottom: 0px;
    }

    .dual-threat-video-compare h1 {
        font-family: 'DINOT-CondBlack', sans-serif !important;
        color: #CE0E2D !important;
        font-style: normal !important;
        font-size: 160px !important;
    }

    .rg-smile {
        position: absolute;
        top: -43px;
        right: 32px;
    }

    .rg-smile svg {
        width: 200px;
        height: fit-content;
    }

    .compare-meter-section h1 {
        font-family: 'DINOT-Medium', sans-serif !important;
        font-size: 48px !important;
        font-weight: 400 !important;
        margin-bottom: 48px;
        font-style: normal !important;
    }

    .title-with-button-container h2 {
        font-family: 'DINOT-Medium', sans-serif !important;
        font-size: 48px;
        font-weight: 400 !important;
        margin-bottom: 48px;
        font-style: normal !important;
    }

    .rg-dual-threat-apparel img {
        width: 200px;
    }

    .title-with-button-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 16px;
    }

    .dt-ball-compare-meter {
        display: flex;
        flex-direction: row;
        justify-content: center;
        display: none;
    }

    .dt-ball-compare-meter-mobile {
        display: block;
    }

    .look-svg {
        display: none;
    }

    .look-svg svg {
        width: 100px;
        height: fit-content;
    }


    .threat-video-compare.active {
        display: block;
        width: 100%;
        margin: auto;
    }


}

@media all and (min-width:1441px) and (max-width:1880px) {

    .threat-compare {
        display: flex;
        flex-direction: row;
        gap: 32px;
        justify-content: center;
        width: 70%;
        margin: auto;
    }

    .dual-threat-text-header svg {
        width: 600px;
        height: fit-content;
    }


    .dual-threat-destruction svg {
        width: 500px;
        height: fit-content;
    }

    .dt-roto-grip-logo svg {
        width: 50px;
        height: fit-content;
    }


    .rg-smile {
        position: absolute;
        top: -84px;
        right: -60px;
    }

    .dual-threat-video-compare h1 {
        font-family: 'DINOT-CondBlack', sans-serif !important;
        color: #CE0E2D !important;
        font-style: normal !important;
        font-size: 224px !important;
    }
}



@media all and (min-width:1921px) {

    .dual-threat-background-rg-brand-page {
        width: 100%;
        height: 2000px;
    }

    .dual-threat-body-background img {
        width: 100%;
    }

    .dual-threat-body-background {
        position: absolute;
        left: 0px;
        top: -298px;
        z-index: 1;
        width: 100%;
        height: 381px;
        object-fit: cover;
        overflow: hidden;
    }

    .dual-threat-body-background-2 img {
        width: 100%;
    }

    .dual-threat-body-background-2 {
        position: absolute;
        left: 0px;
        z-index: 1;
        width: 100%;
        height: 308px;
        object-fit: cover;
        overflow: hidden;
        transform: rotate(180deg);
        top: 166px;
    }

    .dual-threat-background-2 {
        width: 100%;
        height: 1300px;
    }

    .rg-dual-threat-apparel img {
        width: 450px;
    }
}


@media all and (min-width:2560px) {
    .dominate-section {
        position: relative;
        overflow: hidden;
        height: 650px;
    }

    .dual-threat-background-rg-brand-page {
        width: 100%;
        height: 2200px;
    }
}


/* DUAL THREAT END */

/* --------------------------------------------------------------------------- */




























/* VENGEANCE */
@font-face {
    font-family: "Agency FB";
    src:
        url("https://stormproducts.nyc3.cdn.digitaloceanspaces.com/web_page_content/vengeance-web-page/font-style/AgencyFB-Bold.woff2") format("woff2"),
        url("https://stormproducts.nyc3.cdn.digitaloceanspaces.com/web_page_content/vengeance-web-page/font-style/AgencyFB-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



.vengeance-title {
    font-family: "Agency FB", sans-serif !important;
    text-transform: uppercase;
    /* looks ???? with this font */
    font-style: normal !important;
}

.vengeance-background {

    background-image: url("https://stormproducts.nyc3.cdn.digitaloceanspaces.com/web_page_content/vengeance-web-page/vengeance-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.vengeance-hero {
    position: relative;
    height: 900px;
}

.vengeance-bw-ball-container {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1400px;
}

.vengeance-bw-ball {
    position: relative;
    opacity: 0;
}



.vengeance-bw-ball img {
    display: block;
    margin: auto;
   
}

.vengeance-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




.vengeance-svg svg {}

.vengeance-pour {
    position: relative;
    height: 1000px;
    overflow: hidden;
    background: #000;
}

/* IMAGE DOES THE HEAVY LIFT */
.vengeance-pour-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ???? fills entire area */
    object-position: center top;
    /* adjust focal point */
    z-index: 0;
}

/* GRADIENT OVERLAY */
.vengeance-pour::after {
    content: "";
    position: absolute;
    inset: 0;

    /* bottom-weighted cinematic fade */
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0.35) 45%,
            rgba(0, 0, 0, 0.75) 70%,
            rgba(0, 0, 0, 0.95) 100%);

    z-index: 1;
    pointer-events: none;
}

/* TEXT LOCKED TO BOTTOM */
.vengeance-pour .intro-container {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;

    text-align: center;
    z-index: 2;
}

.vengeance-tech-specs-compare {
    max-width: 900px;
    margin: auto;
    margin-top: 96px;
}

.vengeance-tech-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 128px 32px 32px 32px;
    background-color: #191c1b;
    border-radius: 8px;
}

.vengeance-bowling-ball-compare-image {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

.vengeance-half-ball {}

.vengeance-half-ball img {
    width: 700px;
}

.lanetalk-vengeance-container{

}

.lanetalk-vengeance-svg{
margin-bottom:32px;
}

.lanetalk-vengeance-svg svg{
    display:block;
    margin:auto;
}

.how-it-works {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 24px;
}

.how-title {
    text-align: center;
    color: #ffffff;
    margin-bottom: 48px;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    text-transform: uppercase;
}

.how-step {
    display: flex;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.how-step:last-child {
    border-bottom: none;
}

.step-number {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    opacity: 0.4;
    line-height: 1;
    min-width: 32px;
}

.step-content strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 6px;
}

.step-content p {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.how-step.highlight {
    background: rgba(255,255,255,0.05);
    padding: 32px 24px;
    border-radius: 8px;
}

.how-step.highlight .step-number {
    opacity: 0.8;
}

.vengeance-social-container{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:32px;
}


.vengeance-social-container img{
    width:50px;
}

.api-container {
    width: 100%;
    margin: auto;
    max-width: 800px;
}

.search-bar input[type=text] {
    height: 39px;
    line-height: 39px;
    padding: 0 16px;
    margin-top: 32px;
    border-radius: 100px !important;
    border: 2px solid #FFBA3E !important;
    resize: none;
    box-sizing: border-box;
    transition: border .2s linear, box-shadow .2s linear;
    width: 100%;
}

#leaderboard tbody tr:not(:last-child) {
    background-color: #FFBA3E;
    border-bottom: 8px solid white;
}

#leaderboard tbody tr:last-child {
    background-color: #FFBA3E;
}

@media all and (min-width:320px) and (max-width:425px) {
    .vengeance-svg svg {
        width: 300px;
    }

    .vengeance-bw-ball img {
        display: block;
        margin: auto;
        width: 700px;
    }

    .vengeance-hero {
        position: relative;
        height: 500px;
    }

   

    .vengeance-pour {
        position: relative;
        height: 600px;
        overflow: hidden;
        background: #000;
    }

    .vengeance-bowling-ball-compare-image {
        position: absolute;
        top: -57px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
    }

    .vengeance-tech-card {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 32px 4px 4px 4px;
        background-color: #191c1b;
        border-radius: 8px;
    }
}


@media all and (min-width:426px) and (max-width:768px) {
    .vengeance-svg svg {
        width: 300px;
    }

    .vengeance-bw-ball img {
        display: block;
        margin: auto;
        width: 700px;
    }

    .vengeance-hero {
        position: relative;
        height: 500px;
    }

  
    .vengeance-pour {
        position: relative;
        height: 600px;
        overflow: hidden;
        background: #000;
    }

    .vengeance-bowling-ball-compare-image {
        position: absolute;
        top: -57px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
    }

    .vengeance-tech-card {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 32px 12px 12px 12px;
        background-color: #191c1b;
        border-radius: 8px;
    }

    .vengeance-tech-specs-compare {
        max-width: 400px;
        margin: auto;
        margin-top: 96px;
    }
    
    

   
}


@media all and (min-width:769px) and (max-width:1024px) {
    .vengeance-svg svg {
        width: 300px;
    }

    .vengeance-bw-ball img {
        display: block;
        margin: auto;
        width: 700px;
    }

    .vengeance-hero {
        position: relative;
        height: 500px;
    }

    .vengeance-bowling-ball-compare-image {
        position: absolute;
        top: -66px;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
    }

    .vengeance-tech-card {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 96px 32px 32px 32px;
        background-color: #191c1b;
        border-radius: 8px;
    }




}





















/* CARD ROW */
 
.card-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: center;
    padding: 0px 16px;
    margin: auto;
    box-sizing: border-box;
    width: fit-content;
}
 
 
/* LEADERBOARD / LANETALK */
 
.lane-talk-api-leaderboard {
    background-color: white;
    border-radius: 16px;
    margin: auto;
    padding: 32px;
    width: 100%;
}
 
.leaderboard-container {
    width: 100%;
    max-height: 400px;
    min-height: 400px;
    overflow: auto;
}
 
.leaderboard-title {
    padding: 32px;
    width: auto;
    background-color: #FFBA3E;
    border-radius: 16px;
}
 
.leaderboard-parameters {
    margin: 32px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}
 
.leaderboard-parameters p {
    margin-bottom: 0px !important;
}
 
#leaderboard {
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
 
#leaderboard th,
#leaderboard td {
    vertical-align: middle !important;
    text-align: center !important;
}
 
#leaderboard td {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 
#leaderboard td div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    white-space: normal;
    text-align: left;
}
 
#leaderboard td div div {
    font-size: 12px;
    color: white;
}
 
tbody {
    width: 100%;
}
 
.fixed-width-table {
    width: 100%;
    table-layout: fixed;
}
 
/* DATA CELLS */
 
.score-cell {
    font-size: 48px;
    font-weight: bold;
    color: white;
    padding: 32px;
}
 
.date-cell {
    font-size: 16px;
    color: white;
    padding: 32px;
}
 
.player-cell {
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-size: 16px;
    color: white;
    padding: 32px;
    text-transform: uppercase;
}
 
.player-name {
    color: white;
    font-weight: 900;
}
 
.player-info-container {
    display: flex;
    flex-direction: column;
}
 
.bowling-center-info {
    font-size: 12px;
    color: white;
}
 
/* PAGINATION */
 
#pagination {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px 0px 0px;
}
 
.disabled {
    pointer-events: auto;
    opacity: 0.5;
}
 
 
/* RESPONSIVE */
 
@media all and (min-width:320px) and (max-width:425px) {
    .leaderboard-container {
        width: 95%;
        max-height: 400px;
        min-height: 400px;
        overflow: auto;
        margin: auto;
    }
 
    .leaderboard-parameters {
        margin: 16px;
        justify-content: space-between;
        display: flex;
        flex-direction: row;
    }
 
    .lane-talk-api-leaderboard {
        background-color: white;
        padding: 8px 0px;
        border-radius: 16px;
        margin: auto;
        width: 100%;
    }
 
    .leaderboard-title {
        padding: 32px;
        width: auto;
        border-radius: 16px;
        margin: 0px 8px;
    }
 
    .player-cell {
        font-size: 12px;
        padding: 16px 8px;
    }
 
    .score-cell {
        font-size: 24px;
        padding: 16px 8px;
    }
 
    .date-cell {
        font-size: 10px;
        padding: 16px 8px;
    }
}
 
@media all and (min-width:426px) and (max-width:768px) {
    .leaderboard-container {
        width: 100%;
        max-height: 400px;
        min-height: 400px;
        overflow: auto;
    }
 
    .player-cell {
        font-size: 14px;
        padding: 16px;
    }
 
    .score-cell {
        font-size: 32px;
        padding: 16px;
    }
 
    .date-cell {
        font-size: 12px;
        padding: 16px;
    }
}





















/* VIDEO CARD / BLOG CARD */

.card-3 {
    width: 300px !important;
    height: auto !important;
    background-color: white !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.09) !important;
    position: relative !important;
}

@media all and (min-width:320px) and (max-width:1024px) {
    .card-3 {
        width: 230px !important;
    }
}


/* VIDEO TIMESTAMP */

.time-stamp {
    padding: 4px 8px;
    background-color: rgba(50, 50, 50, .7);
    position: absolute;
    right: 16px;
    bottom: 16px;
    border-radius: 8px;
}

.time-stamp p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}










.origin-graph-key-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin: 32px 0 16px 0;
}

.origin-graph-key {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}

.origin-key-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
}

.origin-graph-key h5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}



.global1 {
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    transition: .2s ease;
    margin: 6px;
    background-color: #FFBA3E !important;
    color: #000000 !important;
}

.global1:hover {
    background-color: #FCDEB5 !important;
    color: #000000 !important;
}
