.elementor-kit-13{--e-global-color-primary:#0091FF;--e-global-color-secondary:#21263A;--e-global-color-text:#151515;--e-global-color-accent:#0677C4;--e-global-typography-primary-font-family:"Curiosity TWDC";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Curiosity TWDC";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"Curiosity TWDC";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Curiosity TWDC";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-ac2e3a9-font-family:"Curiosity TWDC";--e-global-typography-ac2e3a9-font-size:21px;--e-global-typography-ac2e3a9-font-weight:500;--e-global-typography-ac2e3a9-line-height:1.2em;background-color:#000000;color:#2A2A2A;font-size:18px;line-height:1.5em;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:13px 31px 13px 31px;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;border-radius:100px 100px 100px 100px;}.elementor-kit-13 e-page-transition{background-color:#000000B3;}.elementor-kit-13 a{color:var( --e-global-color-primary );font-weight:600;}.elementor-kit-13 a:hover{color:var( --e-global-color-secondary );font-weight:600;}.elementor-kit-13 h1{font-size:60px;font-weight:bold;line-height:1em;}.elementor-kit-13 h2{font-size:48px;text-transform:uppercase;line-height:1em;}.elementor-kit-13 h3{font-size:36px;text-transform:uppercase;line-height:1em;}.elementor-kit-13 h4{font-size:27px;text-transform:uppercase;line-height:1em;}.elementor-kit-13 h5{font-size:18px;line-height:1em;}.elementor-kit-13 h6{font-size:14px;line-height:1em;}.elementor-kit-13 input:not([type="button"]):not([type="submit"]),.elementor-kit-13 textarea,.elementor-kit-13 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-radius:2px 2px 2px 2px;}.elementor-kit-13 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-13 textarea:focus,.elementor-kit-13 .elementor-field-textual:focus{box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0);border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}.elementor-widget:not(:last-child){margin-block-end:12px;}.elementor-element{--widgets-spacing:12px 12px;--widgets-spacing-row:12px;--widgets-spacing-column:12px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:959px){.elementor-kit-13{--e-global-typography-primary-font-size:28px;font-size:16px;line-height:1.7em;}.elementor-kit-13 h1{font-size:36px;line-height:1em;}.elementor-kit-13 h2{font-size:1px;line-height:1em;}.elementor-kit-13 h4{line-height:1em;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:700px;}.e-con{--container-max-width:700px;}}@media(max-width:569px){.elementor-kit-13{--e-global-typography-primary-font-size:28px;font-size:16px;line-height:1.4em;}.elementor-kit-13 h1{font-size:32px;line-height:1em;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:320px;}.e-con{--container-max-width:320px;}}/* Start custom CSS *//*selecting all elements, leave border-box sizing so the content wont define width and height*/
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            overflow-x: hidden; /*OverflowX is set to hidden to prevent horizontal scrolling */
            background-color: #080E24;
            color: #fff;
        }

        /*Nest all secitons with this*/
        .scroll-container {
            background: none;
            height: 100vh; /*Container will fill the height of the viewport*/
            overflow-y: auto; /*vertical scrolling if content exceeds container height*/
            scroll-behavior: smooth;
            scroll-snap-type: y mandatory; /*smooth snapping to section vertically*/
            position: relative;
        }

        /* Sections */
        .section {
            height: 100vh;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            position: relative;
            scroll-snap-align: start;/*each section aling to the start of the scroll container*/
            scroll-snap-stop: normal;
            padding-left: 15%; /*This makes the text on the scroll snap stay 15% away from the left side of the page
            but its also affection the card carousel by adding black space to the left*/
            overflow: hidden;
        }

        @media (min-width: 425px) and (max-width: 767px) {
            .section {
                padding-left: 8%;
            }
        }

        /* Section Backgrounds with colors */
        #section1 {
            /*background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);*/
            background-image: url('https://gabriel-test.disneyadvertising.com/app/uploads/sites/84/2025/04/DareDevil_Background.jpg');
            background-position: 95% center;
        }

        #section2 {
            /*background: linear-gradient(135deg, #c31432 0%, #240b36 100%);*/
            background-image: url('https://gabriel-test.disneyadvertising.com/app/uploads/sites/84/2025/04/DisneyPortfolioHeader_01_CollegeFootball.jpg');
            background-position: 50% center;
        }

        #section3 {
            /*background: linear-gradient(135deg, #134e5e 0%, #71b280 100%);*/
            background-image: url('https://gabriel-test.disneyadvertising.com/app/uploads/sites/84/2025/04/Bear_302_532483_.00_08_11_10.Still006-scaled-e1744391780384.jpg');
            background-position: 65% center;
        }
        #section4 {
            overflow: hidden; /* Prevent horizontal scrollbar for the entire section */
            padding-left: 0px !important; /* Use !important to override any conflicting styles */
            background-color: #080E24 !important;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; /* Change to center alignment */
        }/* 3D Card Carousel CSS */
        #section5{/*Adding the horizontal snap scroll carousel css to remove the left padding*/
            padding-left: 0px !important; /*attempting to remove the left padding on this section since its affect by the section class*/
        }
        #section6 { /* Our Networks section */
            background: linear-gradient(to bottom, #080E24 0%, #050914 100%) !important;
            /*padding-left: 0px !important;*/
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 20px;
        }
        #section7 { /* In The News section */
            background: linear-gradient(to bottom, #050914 0%, #000000 100%) !important;
            padding-left: 0px !important;
            display: flex;
            align-items: center;
            justify-content: center;
        }


        #section1, #section2, #section3 {
            background-size: cover;
            background-repeat: no-repeat;
        }

        /* Section overlay for better readability */
        .section-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            z-index: 1;
        }

        /*holds the titles, text and button for animation and vertical translations*/
        
        .section-content {
            position: relative;
            z-index: 3;
            max-width: 600px;
            opacity: 0;
            transform: translateY(50px); /*vertical animation*/
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        /*---- .in-view comes fromt the Javascript INTERSECTION OBSERVER in Javascript, when a section is 50%
        visible, intersectionRatio &gt;= 0.5, the observers add in-view class to that section and triggers
        animations and styles defined for .in-view ----*/

        /*Fading and moving into place text*/
        .section.in-view .section-content {
            opacity: 1;
            transform: translateY(20vh);
        }

        /* Title styles with animation */
        .title {
            font-size: clamp(60px,4vmax,160px);
            font-weight: 700;
            color: #fff;
            margin-bottom: 1.5rem;
            transform: translateY(40px);
            opacity: 0;
            transition: transform 0.7s ease 0.1s, opacity 0.7s ease 0.1s;
        }

        .section.in-view .title {
            transform: translateY(0);
            opacity: 1;
        }

        /* Subtext styles with animation */
        .subtext {
            font-size: clamp(16px,1.36vmax,22px);
            color: #fff;
            line-height: 1.6;
            margin-bottom: 2rem;
            max-width: clamp(300px, 20vmax, 600px);
            transform: translateY(30px);
            opacity: 0;
            transition: transform 0.7s ease 0.3s, opacity 0.7s ease 0.3s;
        }

        .section.in-view .subtext {
            transform: translateY(0);
            opacity: 1;
        }

        /* Button styles with animation */
        .hero-section-button {
            display: inline-block;
            padding: 12px 30px;
            font-size: 1rem;
            font-weight: 500;
            color: #fff !important;/*to avoid elementor styling*/
            background-color: #007BFFE6 !important;/*to avoid elementor styling*/
            border: none;
            border-radius: 30px !important;/*to avoid elementor styling*/
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            transform: translateY(0);
            opacity: 0;
            transition: all 0.3s ease, transform 0.7s ease 0.5s, opacity 0.7s ease 0.5s;
        }

        .hero-section-button:hover {
            background-color: #007BFFE6 !important;
            color: #fff !important;/*to avoid elementor styling*/
            box-shadow: inset 0 6px 20px rgba(0, 0, 0, 0.3);
            transform: translateY(0);
            border: none;
        }

        .section.in-view .hero-section-button {
            transform: translateY(0);
            opacity: 1;
        }
        
        .section-button {
            display: inline-block;
            padding: 12px 30px;
            font-size: 1rem;
            font-weight: 500;
            color: #fff !important;/*to avoid elementor styling*/
            background-color: #007BFFE6 !important;/*to avoid elementor styling*/
            border: none;
            border-radius: 30px !important;/*to avoid elementor styling*/
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            transform: translateY(30px);
            opacity: 0;
            transition: all 0.3s ease, transform 0.7s ease 0.5s, opacity 0.7s ease 0.5s;
        }

        .section-button:hover {
            background-color: #007BFFE6 !important;
            color: #fff !important;/*to avoid elementor styling*/
            box-shadow: inset 0 6px 20px rgba(0, 0, 0, 0.3);
            transform: translateY(0);
            border: none;
        }

        .section.in-view .section-button {
            transform: translateY(0);
            opacity: 1;
        }

        /* Navigation styles */
        .nav-bar {
            position: fixed;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);/*horizontally center the nav bar by shifting it 50% of its own width
            which works with left 50% which positioins the bar at the horizontal center of the viewport*/
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 6px;
            z-index: 10;
            background-color: rgba(20, 20, 20, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 50px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }

        .nav-buttons-container {
            position: relative; /*allows child elemnts to be positioned based on this container rather than the entire page
            if the child elements use position:absolute*/
            display: flex;
            align-items: center;
        }

        .active-indicator {
            position: absolute;
            height: calc(100% - 6px);/*calculate the height of the active indicator*/
            border-radius: 20px;
            background-color: white;
            z-index: 1;
            transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);/*Smooth curve for the animation*/
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

        .scroll-button {
            position: relative;
            margin: 0 5px;
            padding: 10px 20px;
            font-size: 0.9rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.7) !important;/*to avoid elementor styling*/
            background: none;
            background-color: transparent !important;/*to avoid elementor styling*/
            border: none;
            border-radius: 30px !important;/*to avoid elementor styling*/
            transition: all 0.3s ease;
            cursor: pointer;
            z-index: 2;
        }

        .scroll-button:hover {
            color: white !important;/*to avoid elementor styling*/
        }

        .scroll-button.active {
            color: #007BFFE6 !important;/*to avoid elementor styling*/
        }

        /* Parallax effect for background elements */
        .parallax-element {
            position: absolute;
            opacity: 0;
            transition: transform 0.5s ease-out, opacity 0.5s ease-out;
        }

        .section.in-view .parallax-element {
            opacity: 0.15;
        }

        /*circular element for each section*/
        .dot-1 {
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.1);
            bottom: -150px;
            right: 10%;
            transform: translateY(100px);
            transition-delay: 0.1s;
        }

        .section.in-view .dot-1 {
            transform: translateY(0);
        }

        .dot-2 {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.1);
            top: 20%;
            right: 25%;
            transform: translateY(60px);
            transition-delay: 0.2s;
        }

        .section.in-view .dot-2 {
            transform: translateY(0);
        }

        .dot-3 {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.1);
            bottom: 15%;
            left: 10%;
            transform: translateY(40px);
            transition-delay: 0.3s;
        }

        .section.in-view .dot-3 {
            transform: translateY(0);
        }

        /*---------------------- HERO SECCTION CSS ---------------------*/
        #hero-section {
            position: relative;
            height: 100vh;
            padding-left: 10%;
            overflow: hidden;
        }

        #hero-section .elementor-background-video-container {
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            position: absolute;
            overflow: hidden;
            z-index: 0;
        }

        #hero-section .elementor-background-video-hosted {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        #hero-section .elementor-background-overlay {
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            position: absolute;
            z-index: 1;
        }

        #hero-section .hero-content {
            position: relative;
            z-index: 3;
            max-width: 600px;
        }

        #hero-section .title {
            font-family: "Curiosity TWDC", Sans-serif;
            font-size: clamp(40px, 4.4vmax, 90px);
            font-weight: bold;
            color: #fff;
            line-height: 1em;
            margin-bottom: 1.5rem;
        }

        #hero-section .subtext {
            font-family: "Curiosity TWDC", Sans-serif;
            font-size: 24px;
            color: #fff;
            line-height: 1.6;
            margin-bottom: 2rem;
        }


        /*---------------------- Adding card carousel css here ---------------------*/

.carousel-container {
    position: relative;
    width: 100%;
    height: 600px;
    padding-bottom: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    overflow: visible;
}

.carousel {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    cursor: grab;
    user-select: none;
    overflow: hidden; /* Prevent horizontal scrollbar */
}

.carousel::after {
    content: "← swipe →";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    pointer-events: none;
}

.carousel:active {
    cursor: grabbing;
}

.card-container {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}

.card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(560px, 40vw);
    height: min(420px, 30vw);
    margin-left: calc(-1 * min(560px, 40vw) / 2);
    margin-top: calc(-1 * min(420px, 30vw) / 2);
    background: white;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    overflow: hidden;
    display: block !important;
    padding: 0 !important;
    transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
    transform-origin: center center;
    backface-visibility: hidden;
    cursor: pointer;
    will-change: transform;
}
.card:hover {
    border: 2px solid white;
    box-shadow: 0 4px 15px rgba(0, 0, 255, 0.5); /* Blue box shadow */
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Card position classes */
.card-hidden-left {
    transform: translateX(min(-1100px, -75vw)) translateZ(-400px) rotateY(70deg) scale(0.3);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

.card-0 {
    transform: translateX(min(-550px, -38vw)) translateZ(-200px) rotateY(50deg) scale(0.6);
    opacity: 0.4;
    filter: blur(2px);
    z-index: 1;
}

.card-1 {
    transform: translateX(min(-320px, -22vw)) translateZ(-50px) rotateY(45deg) scale(0.8);
    opacity: 0.7;
    filter: blur(1px);
    z-index: 2;
}

.card-2 {
    transform: translateX(0) translateZ(100px) rotateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
    z-index: 5;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.card-3 {
    transform: translateX(max(320px, 22vw)) translateZ(-50px) rotateY(-45deg) scale(0.8);
    opacity: 0.7;
    filter: blur(1px);
    z-index: 2;
}

.card-4 {
    transform: translateX(max(550px, 38vw)) translateZ(-200px) rotateY(-50deg) scale(0.6);
    opacity: 0.4;
    filter: blur(2px);
    z-index: 1;
}

.card-hidden-right {
    transform: translateX(max(1100px, 75vw)) translateZ(-400px) rotateY(-70deg) scale(0.3);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

/* Visual swipe feedback */
.carousel.swiping-left .card-2 {
    transform: translateX(-15px) translateZ(100px) rotateY(5deg) scale(0.98);
}

.carousel.swiping-right .card-2 {
    transform: translateX(15px) translateZ(100px) rotateY(-5deg) scale(0.98);
}

/* Navigation buttons */
.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: white !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: none;
    outline: none;
    color: black !important;
    transition: all 0.2s ease;
}

.nav-button:hover {
    background: #f8f8f8 !important;
    transform: translateY(-50%) scale(1.05);
}

.prev-button {
    left: max(15%, calc(50% - min(560px, 40vw) - 60px));
}

.next-button {
    right: max(15%, calc(50% - min(560px, 40vw) - 60px));
}

/* Responsive adjustments */

/* Replace your existing mobile breakpoint section with this: */

/* Replace your existing mobile breakpoint section with this: */

/* Replace your existing mobile breakpoint section with this: */

/* Replace your existing mobile breakpoint section with this: */

/* Replace your existing mobile breakpoint section with this: */

@media (max-width: 768px) {
    .card {
        width: min(600px, 90vw);
        height: min(450px, 67.5vw);
        margin-left: calc(-1 * min(600px, 90vw) / 2);
        margin-top: calc(-1 * min(450px, 67.5vw) / 2);
    }
    
    .card-0 {
        transform: translateX(min(-800px, -100vw)) translateZ(-200px) rotateY(50deg) scale(0.6);
        opacity: 0.4;
        filter: blur(2px);
        z-index: 1;
    }
    
    .card-1 {
        transform: translateX(min(-170px)) translateZ(110px) rotateY(45deg) scale(0.8) !important;
        opacity: 0.7;
        filter: blur(1px);
        z-index: 2;
    }
    
    .card-2 {
        transform: translateX(0) translateZ(100px) rotateY(0) scale(1.5) !important;
        opacity: 1;
        filter: blur(0);
        z-index: 5;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
    
    .card-3 {
        transform: translateX(max(170px)) translateZ(110px) rotateY(-45deg) scale(0.8) !important;
        opacity: 0.7;
        filter: blur(1px);
        z-index: 2;
    }
    
    .card-4 {
        transform: translateX(max(800px, 100vw)) translateZ(-200px) rotateY(-50deg) scale(0.6);
        opacity: 0.4;
        filter: blur(2px);
        z-index: 1;
    }
    
    .nav-button {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px;
        opacity: 0.9;
    }
    
    .prev-button {
        left: 10px;
    }
    
    .next-button {
        right: 10px;
    }
    
    .card-button {
        padding: 4px 8px !important;
        font-size: 8px !important;
        bottom: 6px !important;
    }
    
    .carousel-container {
        height: 750px;
        padding-bottom: 100px;
    }
}

/* Card Button Styling */

/* Button container */
.card-button-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    height: 50px; /* Fixed height to prevent layout shifts */
}

/* Individual buttons */
.card-button {
    position: absolute;
    bottom: 20px; /* Position inside the card */
    left: 50%;
    transform: translateX(-50%) translateY(30px); /* Initial position for animation */
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 500;
    color: #66C5EE !important; /* Match section-button */
    background-color: #ffffff00 !important; /* Match section-button */
    border-style: solid;
    border-width: 1px !important;
    border-color: #66C5EE;
    border-radius: 30px !important;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
    opacity: 0; /* Start invisible */
    transition: all 0.3s ease, transform 0.7s ease, opacity 0.7s ease; /* Animation */
}

/* Button hover state */
.card-button:hover {
    background-color: rgba(0, 123, 255, 0.9) !important;
    color: #fff !important;/*to avoid elementor styling*/
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%) translateY(-3px);
    border: none;
}

/* Only show button for center card */
.card-2 .card-button {
    opacity: 1;
    transform: translateX(-50%) translateY(0); /* Final position */
}

/* Active button state - shown when corresponding card is active */
.card-button.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; /* Enable interaction */
}

/* Optional: Animation for button appearance */
@keyframes buttonAppear {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-button.active {
    animation: buttonAppear 0.4s ease forwards;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card-button {
        padding: 10px 24px;
        font-size: 14px;
        bottom: -40px;
    }
    
    .carousel-container {
        height: 520px;
        padding-bottom: 60px;
    }
}

        /*-------------------- Carousel HORIZONTAL Sections CSS --------------------*/






/* 3D Card Carousel CSS */

.carousel {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    cursor: grab;
    user-select: none;
}

.carousel::after {
    content: "← swipe →";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    pointer-events: none;
}

.carousel:active {
    cursor: grabbing;
}

.card-container {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}



.card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(560px, 40vw);
    height: min(420px, 30vw);
    margin-left: calc(-1 * min(560px, 40vw) / 2);
    margin-top: calc(-1 * min(420px, 30vw) / 2);
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    display: block !important;
    padding: 0 !important;
    transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
    transform-origin: center center;
    backface-visibility: hidden;
    cursor: pointer;
    will-change: transform;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Card position classes */
.card-hidden-left {
    transform: translateX(min(-1100px, -75vw)) translateZ(-400px) rotateY(70deg) scale(0.3);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

.card-0 {
    transform: translateX(min(-550px, -38vw)) translateZ(-200px) rotateY(50deg) scale(0.6);
    opacity: 0.4;
    filter: blur(2px);
    z-index: 1;
}

.card-1 {
    transform: translateX(min(-320px, -22vw)) translateZ(-50px) rotateY(45deg) scale(0.8);
    opacity: 0.7;
    filter: blur(1px);
    z-index: 2;
}

.card-2 {
    transform: translateX(0) translateZ(100px) rotateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
    z-index: 5;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.card-3 {
    transform: translateX(max(320px, 22vw)) translateZ(-50px) rotateY(-45deg) scale(0.8);
    opacity: 0.7;
    filter: blur(1px);
    z-index: 2;
}

.card-4 {
    transform: translateX(max(550px, 38vw)) translateZ(-200px) rotateY(-50deg) scale(0.6);
    opacity: 0.4;
    filter: blur(2px);
    z-index: 1;
}

.card-hidden-right {
    transform: translateX(max(1100px, 75vw)) translateZ(-400px) rotateY(-70deg) scale(0.3);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

/* Visual swipe feedback */
.carousel.swiping-left .card-2 {
    transform: translateX(-15px) translateZ(100px) rotateY(5deg) scale(0.98);
}

.carousel.swiping-right .card-2 {
    transform: translateX(15px) translateZ(100px) rotateY(-5deg) scale(0.98);
}

/* Navigation buttons */
.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: white !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: none;
    outline: none;
    color: black !important;
    transition: all 0.2s ease;
}

.nav-button:hover {
    background: #f8f8f8 !important;
    transform: translateY(-50%) scale(1.05);
}

.prev-button {
    left: max(15%, calc(50% - min(560px, 40vw) - 60px));
}

.next-button {
    right: max(15%, calc(50% - min(560px, 40vw) - 60px));
}


/* Responsive adjustments 
@media (max-width: 768px) {
    .card {
        width: min(300px, 80vw);
        height: min(225px, 60vw);
    }
    
    .card-1 {
        transform: translateX(-180px) translateZ(-50px) rotateY(45deg) scale(0.8);
    }
    
    .card-3 {
        transform: translateX(180px) translateZ(-50px) rotateY(-45deg) scale(0.8);
    }
    
    .nav-button {
        width: 40px;
        height: 40px;
        font-size: 18px;
        opacity: 0.8;
    }
}
*/





        /*-------------------- Carousel HORIZONTAL Sections CSS --------------------*/
        .networks-section {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
            overflow-x: hidden; /* Prevents horizontal scrolling */
            background-color: transparent;
        }

        .networks-header {
            text-align: center;
            margin-bottom: 50px;
        }

        /* Networks subtext styling */
        .networks-subtext {
            /*font-size: 1.25rem;*/
            font-size: clamp(12px, 14px, 16px);
            color: #fff;
            line-height: 1.6;
            max-width: 700px;
            margin: 0 auto;
            transform: translateY(30px);
            opacity: 0;
            transition: transform 0.7s ease 0.3s, opacity 0.7s ease 0.3s;
        }

        #section6.in-view .networks-subtext {
            transform: translateY(0);
            opacity: 1;
        }

        /* Adjust existing section title margin */
        #section6 .section-title {
            margin-bottom: 1.5rem;
            font-size: clamp(40px, 3vmax, 120px);
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .networks-subtext {
                /*font-size: 1.1rem;*/
                max-width: 300px;
            }
        }
        
        .section-title {
            font-size: clamp(40px, 3vmax, 120px);
            font-weight: 700;
            color: #fff;
            margin-bottom: 50px;
            text-align: center;
        }
        
        .circle-button {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .circle-img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background-color: #0a0e22; /* Changed to requested color
            /*border: 4px solid #fff;*/
            /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            position: relative;
        }

        .circle-img img {
            width: 100%; /* Image takes up 80% of the circle */
            height: 100%; /* Image takes up 80% of the circle */
            object-fit: contain; /* Ensures the image fits properly */
        }

        @media (min-width: 992px) {
            .circle-img {
                width: 150px;
                height: 150px;
            }
        }

        @media (min-width: 1200px) {
            .circle-img {
                width: 180px;
                height: 180px;
            }
        }

        /* And your mobile styles */
        @media (max-width: 992px) {
            .circle-img {
                width: 100px;
                height: 100px;
            }
        }

        @media (max-width: 768px) {
            .circle-img {
                width: 90px;
                height: 90px;
            }
        }

        @media (max-width: 576px) {
            .circle-img {
                width: 110px;
                height: 110px;
            }
        }

        @media (max-width: 360px) {
            .circle-img {
                width: 90px;
                height: 90px;
            }
        }
        
        .circle-button:nth-child(2) .circle-img,
        .circle-button:nth-child(3) .circle-img,
        .circle-button:nth-child(4) .circle-img,
        .bottom-row .circle-button:nth-child(1) .circle-img,
        .bottom-row .circle-button:nth-child(2) .circle-img,
        .bottom-row .circle-button:nth-child(3) .circle-img,
        .bottom-row .circle-button:nth-child(4) .circle-img {
            background-color: #0a0e22;
        }
        
        .circle-button:hover .circle-img {
            transform: translateY(-5px);
            /*box-shadow: 0 0 25px rgba(255, 255, 255, 0.6); /* White glow effect */
        }
        
        .button-label {
            margin-top: 12px;
            font-size: 1rem;
            font-weight: 500;
            color: #fff;
            text-align: center;
        }
        
        
        @media (min-width: 1200px) {
            .circle-img {
                width: 180px;
                height: 180px;
                font-size: 36px;
            }
            
            .button-label {
                font-size: 1.3rem;
            }
        }

        @media (min-width: 992px) {
            .circle-img {
                width: 150px; /* Increased from 120px */
                height: 150px; /* Increased from 120px */
                font-size: 30px; /* Increased from 24px */
            }
            
            .button-label {
                margin-top: 15px;
                font-size: 1.2rem; /* Increased from 1rem */
            }
            
            .top-row, .bottom-row {
                gap: 30px; /* Increased from 20px */
            }
        }

        @media (max-width: 992px) {
            .circle-img {
                width: 100px;
                height: 100px;
            }
        }
        
        @media (max-width: 768px) {
            .section-title {
                /*font-size: 3rem;*/
                margin-bottom: 30px;
            }
            
            .circle-img {
                width: 90px;
                height: 90px;
                font-size: 18px;
            }
            
            .button-label {
                font-size: 0.9rem;
            }
        }
        
        /* Mobile Screens - Grid Layout with Larger Buttons */
        @media (max-width: 576px) {
            .top-row, .bottom-row {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 30px; /* Increased gap */
                width: 90%; /* Slightly narrower to increase button size */
                max-width: 400px; /* Limit max width on small screens */
                transform: translate(0);
            }
            
            .bottom-row {
                transform: translateX(0); /* No stagger on mobile */
            }
            
            .circle-button {
                margin: 0;
            }
            
            .top-row-container, .bottom-row-container {
                width: 100%;
            }
            
            .circle-img {
                width: 110px; /* MUCH larger buttons on mobile */
                height: 110px;
                font-size: 20px;
            }
            
            .button-label {
                margin-top: 10px;
                font-size: 0.9rem;
            }
            
        }
        
        /* Very small screens */
        @media (max-width: 360px) {
            .circle-img {
                width: 90px;
                height: 90px;
            }
        }


        /*ADDING LATEST CIRCLE CSS HERE FOR TESTING*/
        .gallery-container {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: center;
        }

        .gallery {
            display: grid;
            gap: 1.5rem;
            justify-content: center;
            align-items: center;
        }

        /* Widescreen layout: pyramid-like staggered rows */
        @media (min-width: 1024px) {
            .gallery {
                grid-template-columns: repeat(12, 1fr);
                grid-template-rows: repeat(2, 1fr);
                /*max-width: 900px;*/
                gap: 1rem;
            }

            /* Bottom row - 6 images (positioned first visually, starting from left) */
            .gallery .circle-button:nth-child(6) { grid-column: 1 / 3; grid-row: 2; }
            .gallery .circle-button:nth-child(7) { grid-column: 3 / 5; grid-row: 2; }
            .gallery .circle-button:nth-child(8) { grid-column: 5 / 7; grid-row: 2; }
            .gallery .circle-button:nth-child(9) { grid-column: 7 / 9; grid-row: 2; }
            .gallery .circle-button:nth-child(10) { grid-column: 9 / 11; grid-row: 2; }
            .gallery .circle-button:nth-child(11) { grid-column: 11 / 13; grid-row: 2; }

            /* Top row - 5 images centered above the gaps between bottom row images */
            .gallery .circle-button:nth-child(1) { grid-column: 2 / 4; grid-row: 1; }
            .gallery .circle-button:nth-child(2) { grid-column: 4 / 6; grid-row: 1; }
            .gallery .circle-button:nth-child(3) { grid-column: 6 / 8; grid-row: 1; }
            .gallery .circle-button:nth-child(4) { grid-column: 8 / 10; grid-row: 1; }
            .gallery .circle-button:nth-child(5) { grid-column: 10 / 12; grid-row: 1; }
        }

        /* Tablet layout: 4 rows with 3, 3, 3, 2 distribution */
        @media (min-width: 768px) and (max-width: 1023px) {
            .gallery {
                grid-template-columns: repeat(3, 1fr);
                grid-template-rows: repeat(4, 1fr);
                gap: 1.5rem;
                max-width: 600px;
            }

            /* Row 1: 3 images */
            .gallery .circle-button:nth-child(1) { grid-column: 1; grid-row: 1; }
            .gallery .circle-button:nth-child(2) { grid-column: 2; grid-row: 1; }
            .gallery .circle-button:nth-child(3) { grid-column: 3; grid-row: 1; }

            /* Row 2: 3 images */
            .gallery .circle-button:nth-child(4) { grid-column: 1; grid-row: 2; }
            .gallery .circle-button:nth-child(5) { grid-column: 2; grid-row: 2; }
            .gallery .circle-button:nth-child(6) { grid-column: 3; grid-row: 2; }

            /* Row 3: 3 images */
            .gallery .circle-button:nth-child(7) { grid-column: 1; grid-row: 3; }
            .gallery .circle-button:nth-child(8) { grid-column: 2; grid-row: 3; }
            .gallery .circle-button:nth-child(9) { grid-column: 3; grid-row: 3; }

            /* Row 4: 2 images centered */
            .gallery .circle-button:nth-child(10) { 
                grid-column: 1; 
                grid-row: 4; 
                margin-left: 0%;
                transform: translateX(60%);
            }
            .gallery .circle-button:nth-child(11) { 
                grid-column: 2; 
                grid-row: 4; 
                margin-right: 0%;
                transform: translateX(60%);
            }

            /*Correcting the hover state on this breakpoint*/
            .gallery .circle-button:nth-child(10):hover { 
                grid-column: 1; 
                grid-row: 4; 
                margin-left: 0%;
                transform: translateX(60%) translateY(-8px) scale(1.02);
            }
            .gallery .circle-button:nth-child(11):hover { 
                grid-column: 2; 
                grid-row: 4; 
                margin-right: 0%;
                transform: translateX(60%) translateY(-8px) scale(1.02);
            }
        }

        /* Mobile layout: 4 rows with 3, 3, 3, 2 distribution */
        @media (max-width: 767px) {
            .gallery {
                grid-template-columns: repeat(3, 1fr);
                grid-template-rows: repeat(4, 1fr);
                gap: 1rem;
                max-width: 350px;
            }

            /* Row 1: 3 images */
            .gallery .circle-button:nth-child(1) { grid-column: 1; grid-row: 1; }
            .gallery .circle-button:nth-child(2) { grid-column: 2; grid-row: 1; }
            .gallery .circle-button:nth-child(3) { grid-column: 3; grid-row: 1; }

            /* Row 2: 3 images */
            .gallery .circle-button:nth-child(4) { grid-column: 1; grid-row: 2; }
            .gallery .circle-button:nth-child(5) { grid-column: 2; grid-row: 2; }
            .gallery .circle-button:nth-child(6) { grid-column: 3; grid-row: 2; }

            /* Row 3: 3 images */
            .gallery .circle-button:nth-child(7) { grid-column: 1; grid-row: 3; }
            .gallery .circle-button:nth-child(8) { grid-column: 2; grid-row: 3; }
            .gallery .circle-button:nth-child(9) { grid-column: 3; grid-row: 3; }

            /* Row 4: 2 images centered */
            .gallery .circle-button:nth-child(10) { 
                grid-column: 1; 
                grid-row: 4; 
                margin-left: 0%;
                transform: translateX(60%);
            }
            .gallery .circle-button:nth-child(11) { 
                grid-column: 2; 
                grid-row: 4; 
                margin-right: 0%;
                transform: translateX(60%);
            }

            /*Correcting the hover state on this breakpoint*/
            .gallery .circle-button:nth-child(10):hover { 
                grid-column: 1; 
                grid-row: 4; 
                margin-left: 0%;
                transform: translateX(60%) translateY(-8px) scale(1.02);
            }
            .gallery .circle-button:nth-child(11):hover { 
                grid-column: 2; 
                grid-row: 4; 
                margin-right: 0%;
                transform: translateX(60%) translateY(-8px) scale(1.02);
            }
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 50%;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            background-size: 400% 400%;
            background-color: #090E23;
            aspect-ratio: 1 / 1;
        }

        .gallery-item:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 16px 64px rgba(0, 0, 0, 0.4);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.4s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .image-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            color: white;
            padding: 1rem;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .gallery-item:hover .image-overlay {
            transform: translateY(0);
        }

        .image-title {
            font-weight: bold;
            font-size: 1.1rem;
            margin-bottom: 0.25rem;
        }

        .image-description {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        /* Responsive image container sizing */
        @media (max-width: 767px) {
            .gallery-item {
                width: 80px;
                height: 80px;
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) {
            .gallery-item {
                width: 120px;
                height: 120px;
            }
        }

        @media (min-width: 1024px) {
            .gallery-item {
                width: 150px;
                height: 150px;
            }
        }

        .circle-img-abc:hover {
            box-shadow: 0 4px 15px #DE002B; /* white shadow */
        }

        .circle-img-abc-news:hover {
            box-shadow: 0 4px 15px #113ccf; /* white shadow */
        }

        .circle-img-disney-plus:hover {
            box-shadow: 0 4px 15px #02d6e8; /* blue shadow */
        }

        .circle-img-espn:hover {
            box-shadow: 0 4px 15px #EA2127; /* red shadow */
        }

        .circle-img-abc-owned:hover {
            box-shadow: 0 4px 15px #ffffff; /* white shadow */
        }

        .circle-img-andscape:hover {
            box-shadow: 0 4px 15px #ffffff; /* white shadow */
        }

        .circle-img-freeform:hover {
            box-shadow: 0 4px 15px #FB41E5; /* pink shadow */
        }

        .circle-img-fx:hover {
            box-shadow: 0 4px 15px #FFD700; /* yellow shadow */
        }

        .circle-img-hulu:hover {
            box-shadow: 0 4px 15px #1CE783; /* green shadow */
        }

        .circle-img-nat-geo:hover {
            box-shadow: 0 4px 15px #FFD700; /* yellow shadow */
        }

        .circle-img-espn-plus:hover {
            box-shadow: 0 4px 15px #FAB000; /* gold shadow */
        }


        
        /*------------IN THE NEWS CSS HERE------------*/
        .news-main-container {/*change for news*/
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: transparent;
        }
        
        .news-section-title {/*change for news*/
            text-align: center;
            font-size: 4em;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .news-carousel-container {/*change for news*/
            width: 100%;
            overflow: visible;
        }
        
        .news-carousel {/*change for news*/
            display: flex;
            gap: 16px;
            overflow-x: auto;
            padding: 16px 16px 16px 40px; /* More left padding */
            scrollbar-width: none; /* Firefox */
            width: 100%;
        }
        
        .news-carousel::-webkit-scrollbar {/*change for news*/
            display: none; /* Chrome, Safari, Edge */
        }
        
        .news-card {/*change for news*/
            flex-shrink: 0;
            width: 256px;
            height: 300px;
            background-color: #111827;
            color: #fff;
            border-radius: 8px;
            padding: 16px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
        }

        .news-card:hover{
            background: linear-gradient(#111827) padding-box, /* White background */ linear-gradient(to right, #9747ff 0%, #66c5ee 27%, #7b90f5 58%, #66c5ee 100%) border-box;
            border-radius: 16px;
            border: 4px solid transparent;
        }
        
        .news-logo {/*change for news*/
            width: 60px;
            height: 60px;
            margin-bottom: 16px;
            overflow: hidden;
            border-radius: 8px;
        }
        
        .news-banner{
            width: 100%;
            height: 60px;
            border-radius: 8px;
            margin-bottom: 16px;
            object-fit: cover;
        }
        
        .news-logo img {/*change for news*/
            /*width: 100%;*/
            height: 100%;
            object-fit: cover;
        }
        
        .card-title {/*change for news*/
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 8px;
            color: #fff;
        }
        
        .news-description {/*change for news*/
            flex-grow: 1;
            text-align: left;
            color: #ccc;
            font-size: 14px;
            line-height: 1.5;
        }
        
        .news-date-container {/*change for news*/
            display: flex;
            align-items: center;
            margin-top: 16px;
            color: #aaa;
            font-size: 12px;
        }

        /* Increase news card size for larger screens */
        @media (min-width: 768px) {
            .news-card {
                width: 320px; /* Larger width */
                height: 350px; /* Taller height */
            }
            
            .news-logo {
                width: 100%; /* Larger logo */
                height: 80px;
            }

            .news-banner{
                width: 100%;
                height: 80px;
            }
            
            .card-title {
                font-size: 18px; /* Larger title */
            }
            
            .news-subtext{
                max-width: 300px;
            }

            .news-description {
                font-size: 16px; /* Larger description text */
            }
        }

        @media (min-width: 1200px) {
            .news-card {
                width: 380px; /* Even larger for big screens */
                height: 380px;
            }
        }

        /* News subtitle styling (similar to networks-subtext) */
        .news-subtext {
            font-size: clamp(14px,16px,16px);
            color: #fff;
            line-height: 1.6;
            max-width: 700px;
            margin: 0 auto;
            margin-bottom: 40px;
            transform: translateY(30px);
            opacity: 0;
            transition: transform 0.7s ease 0.3s, opacity 0.7s ease 0.3s;
            text-align: center;
        }

        @media (min-width: 425px) and (max-width: 767px) {
            .news-subtext {
                max-width: 300px;
            }
        }

        #section7.in-view .news-subtext {
            transform: translateY(0);
            opacity: 1;
        }

        /* News header container */
        .news-header {
            text-align: center;
            margin-bottom: 40px;
        }

        /* Adjust margins */
        #section7 .section-title {
            margin-bottom: 1.5rem;
        }

        
        .calendar-icon {/*change for news*/
            margin-right: 4px;
            width: 16px;
            height: 16px;
        }
        
        .scroll-hint {/*change for news*/
            color: #F5C16F;
            margin-left: 40px;
            margin-top: 12px;
            font-size: 14px;
        }

        /*---------------- Removing Elementor Styling ----------------*/

        .elementor-kit-13 button{
            background-color: transparent;
            border-radius: 30px;
            padding: 12px 30px;
            color: #fff;
            border: none;
        }

        .elementor-kit-13 button:hover{
            color: #005eff;
            background-color: transparent;
            border-radius: 30px;
            cursor: pointer;
            border: none;
        }

        :focus {
            outline: none !important; /*to avoid Google Chrome styling*/
        }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Curiosity TWDC';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-EL.eot');
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-EL.eot?#iefix') format('embedded-opentype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-EL.woff2') format('woff2'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-EL.woff') format('woff'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-EL.ttf') format('truetype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-EL.svg#CuriosityTWDC') format('svg');
}
@font-face {
	font-family: 'Curiosity TWDC';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-ELIt.eot');
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-ELIt.eot?#iefix') format('embedded-opentype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-ELIt.woff2') format('woff2'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-ELIt.woff') format('woff'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-ELIt.ttf') format('truetype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-ELIt.svg#CuriosityTWDC') format('svg');
}
@font-face {
	font-family: 'Curiosity TWDC';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-L.eot');
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-L.eot?#iefix') format('embedded-opentype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-L.woff2') format('woff2'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-L.woff') format('woff'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-L.ttf') format('truetype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-L.svg#CuriosityTWDC') format('svg');
}
@font-face {
	font-family: 'Curiosity TWDC';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-LtIt.eot');
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-LtIt.eot?#iefix') format('embedded-opentype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-LtIt.woff2') format('woff2'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-LtIt.woff') format('woff'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-LtIt.ttf') format('truetype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-LtIt.svg#CuriosityTWDC') format('svg');
}
@font-face {
	font-family: 'Curiosity TWDC';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-M.eot');
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-M.eot?#iefix') format('embedded-opentype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-M.woff2') format('woff2'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-M.woff') format('woff'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-M.ttf') format('truetype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-M.svg#CuriosityTWDC') format('svg');
}
@font-face {
	font-family: 'Curiosity TWDC';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-MdIt.eot');
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-MdIt.eot?#iefix') format('embedded-opentype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-MdIt.woff2') format('woff2'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-MdIt.woff') format('woff'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-MdIt.ttf') format('truetype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-MdIt.svg#CuriosityTWDC') format('svg');
}
@font-face {
	font-family: 'Curiosity TWDC';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-DB.eot');
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-DB.eot?#iefix') format('embedded-opentype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-DB.woff2') format('woff2'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-DB.woff') format('woff'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-DB.ttf') format('truetype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-DB.svg#CuriosityTWDC') format('svg');
}
@font-face {
	font-family: 'Curiosity TWDC';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-DBIt.eot');
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-DBIt.eot?#iefix') format('embedded-opentype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-DBIt.woff2') format('woff2'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-DBIt.woff') format('woff'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-DBIt.ttf') format('truetype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-DBIt.svg#CuriosityTWDC') format('svg');
}
@font-face {
	font-family: 'Curiosity TWDC';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-Blk.eot');
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-Blk.eot?#iefix') format('embedded-opentype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-Blk.woff2') format('woff2'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-Blk.woff') format('woff'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-Blk.ttf') format('truetype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-Blk.svg#CuriosityTWDC') format('svg');
}
@font-face {
	font-family: 'Curiosity TWDC';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-BlkIt.eot');
	src: url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-BlkIt.eot?#iefix') format('embedded-opentype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-BlkIt.woff2') format('woff2'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-BlkIt.woff') format('woff'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-BlkIt.ttf') format('truetype'),
		url('https://espys-gmc.disneyadvertising.com/app/uploads/sites/117/2023/02/CuriosityTWDC-BlkIt.svg#CuriosityTWDC') format('svg');
}
/* End Custom Fonts CSS */