/* ===========================
    TYPOGRAPHY 
=========================== */
@font-face {
    font-family: 'Euclid Square';
    src: url('../webfonts/gsap/EuclidSquare-Bold.woff2') format('woff2'),
        url('../webfonts/gsap/EuclidSquare-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-family: 'Euclid Square';
    src: url('../webfonts/gsap/EuclidSquare-Medium.woff2') format('woff2'),
        url('../webfonts/gsap/EuclidSquare-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Square';
    src: url('../webfonts/gsap/EuclidSquare-Regular.woff2') format('woff2'),
        url('../webfonts/gsap/EuclidSquare-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Druk Text Wide';
    src: url('../webfonts/gsap/DrukTextWide-Medium.woff2') format('woff2'),
        url('../webfonts/gsap/DrukTextWide-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ===========================
    COLORS & FONT STYLES
=========================== */ 
:root {
    --grayscale-dark:       #000000;
    --grayscale-title:      #FFFFFF;
    --grayscale-body:       #D9DEE4;
    --grayscale-line:       #C4CBD4; 
    --grayscale-background: #000000;
    --grayscale-white:      #FFFFFF; 
    
    --primary:              #E0F92A;
    --primary-dark:         #BED610;

    --secondary:            #3245F1;
    --secondary-dark:       #1222B7;

    --featured:             #F46071;
    --featured-dark:        #D24958;

    --family-title:         'Druk Text Wide', Helvetica, sans-serif;
    --family-body:          'Euclid Square', Helvetica, sans-serif;

    --weight-bold:          900;
    --weight-semibold:      500;
    --weight-regular:       300;
}
/* ===========================
    DNA RESET
=========================== */ 
header, 
footer,
#subfooter,
#fc_cookies_card,
#fc_cookies_cta {
    display: none!important;
} 

/* ===========================
    GENERAL STYLES
=========================== */ 
html { 
    scroll-behavior: initial!important;
    background-color: var(--grayscale-background);
}
html, 
body {
    position: relative;
    width: 100%;
    min-height: 100%;
}
body {
    background-color: transparent;
    padding-top: 0;
    color: var(--grayscale-body);
    font-family: var(--family-body);
    font-size: 20px;
    line-height: 1.3;
    font-weight: var(--weight-regular);
}
main {
    padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--family-title);
    font-weight: var(--weight-semibold);
    color: var(--grayscale-title); 
    line-height: 1.4;
    display: block;
    margin-top: 0;
    margin-bottom: 1.2rem;  
    text-transform: uppercase;
}
h1, .h1  {
    font-size: 42px; 
}
h2, .h2 {
    font-size: 34px;
}
h3, .h3 {
    font-size: 32px;
}
h4, .h4 {
    font-size: 28px;
    color: var(--primary);
}
h5, .h5 {
    font-size: 24px;
}
h6, .h6 {
    font-size: 22px;
}
a {
    text-decoration: none;
    color: var(--primary);
}
a:hover {
    text-decoration: none;
    color: var(--primary-dark);
}
a:focus,
a:active {
    outline: 0;
    outline-offset: -2px;
    text-decoration: none;
    box-shadow: none;
}
p,
li {
    font-size: 1.1em;
    margin-bottom: 1.35rem; 
    color: var(--grayscale-body);
}
strong {
    font-weight: var(--weight-bold);
    color: var(--primary);
}
img,
svg {
    width: 100%;
    height: auto;
}
/* ===========================
    01 INTRO
=========================== */
#gsap_landing {
    position: relative;
}
#gsap_intro {
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
    position: fixed;
    z-index: 10;
    /* display: none; */
}
#gsap_intro .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    top: 100vh;
}
#gsap_intro_real .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;

}
#intro_svg path {
 fill: var(--grayscale-dark);
}
#gsap_intro {
    background-color: var(--primary);
}
#intro_svg_container {
    position: relative;
}
#reveal_intro_svg,
#reveal_intro_sticker {
    background-color: var(--primary);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
#reveal_intro_sticker {
    top: inherit;
    bottom: 0;
}
#intro_sticker,
#intro_sticker_real {
    position: relative;
}
#gsap_intro_text,
#gsap_intro_footer_text {
    padding-top: 40px;
}
#gsap_intro_real h2 { 
    text-transform: uppercase;
}
#gsap_intro_real {
    position: relative;
    height: 100vh;
    min-height: 750px;
}
#gsap_intro_real #gsap_intro_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
#gsap_intro_footer p {
    margin-bottom: 0;
}
#gsap_intro_text,
#gsap_intro_footer_text {
    position: relative;
    overflow: hidden;
}
#arrow_down {
    position: relative;
}
#gsap_intro_text .cropped_text,
#gsap_intro_footer_text .cropped_text {  
    position: relative; 
    top: 150px;
}
#gsap_intro_footer {
    overflow: hidden;
}
#gsap_scroll_down a {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 24px;
    position: relative;
}
#gsap_scroll_down a {
    bottom: 150px;
}
#gsap_scroll_down a img {
    width: 26px;
    height: auto;
}
#gsap_scroll_down a span {
    text-transform: uppercase;
    color: var(--grayscale-title);
    font-family: var(--family-title);
    display: inline-block;
    text-align: right;
    font-size: 16px;
    position: relative;
    top: -12px;
}
/* ===========================
    02 POSITION TRACKER
=========================== */
#position_tracker {
    position:fixed;
    top: 0;
    left: 0;
    background-color: var(--primary);
    height: 8px;
    width: 0%;
    z-index: 99999;
}
/* ===========================
    03 FIRST VIDEO ANIMATION
=========================== */
#gsap_scroll_video {
    position: relative;
    padding-top: calc(50vh - 70px);
    padding-bottom: 200px;
}
.scroll_video_content {
    padding-top: 30vh;
    padding-bottom: 30vh;
}
#scroll_video_content  .scroll_video_content:first-child {
    padding-top: 70vh;
}
#scroll_video_content  .scroll_video_content:last-child {
    padding-bottom: 150px;
}
.outlined_text {
    border-left: 6px solid var(--primary);
    padding-left: 36px;
    margin-bottom: 0;
}
/* #gsap_scroll_video_col {
    position: -webkit-sticky;
    position: sticky;
    top: 33%;
} */
#viewer_one_container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0; 
}
.viewer {
    margin-left: auto;
    margin-right: auto;
    background-image: url('../img/gsap/cubes-sprite-gray.jpg');
    background-size: 7300px 5400px;
    /* background-size: 1000%; */
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 730px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
} 
.viewer img {
    opacity: 0;
}
#scroll_video_content {
    position: relative;
    z-index: 9;
}
/* ===========================
    04 HORIZONTAL SCROLL
=========================== */
#gsap_horizontal_scroll {
    padding-top: 40vh;
}
#horizontal_scroll_wrapper {
    overflow: hidden;
    display: flex;
    height: 100vh;
    align-items: center;
}
#horizontal_scroll { 
    display: flex;
    /* width: 400vw; */ 
}
.horizontal_card {
    width: 25vw;
    height: 25vw;
    margin-right: 10vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;    
    border: 2px solid var(--grayscale-white);
    padding: 32px;
}
.horizontal_card:first-child {
    margin-left: 35vw;
}
.horizontal_card .card_number {
    color: var(--primary);
}
.horizontal_card h4 {
    margin-bottom: 0;
}
/* ===========================
    05 BIG CARTEL
=========================== */
#gsap_big_cartel {
    height: 400vh;
    width: 100vw;
    overflow: hidden;
}
#big_cartel_wrapper {
    width: 100vw;
}
#big_cartel_wrapper,
#big_cartel {
    height: 100vh;
}
#big_cartel {
    position: relative;
}
.big_text {
    position: absolute;
    width: 100%;
    line-height: 1.3;
}
.big_text.h1 {
    margin-bottom: 0;
}
.big_text.top {
    top: 60px; 
    left: 0;
}
.big_text.bottom {
    bottom: 60px; 
    right: 0;
    text-align: right;
}
.big_text.center {
    color: var(--grayscale-line);
    top: 50%; 
    text-align: center;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); 
}
#big_cartel_resize,
#big_cartel_resize-2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}
#big_cartel_resize-2 {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
/* ===========================
    MEDIAQUERIES
=========================== */

@media (max-width: 1320px) { 
    #gsap_intro_real {
        min-height: 700px;
    }
}
@media (max-width: 1200px) { 
    #gsap_intro_real {
        min-height: 670px;
    }
}
@media (max-width: 1024px) {

}
@media (max-width: 992px) {

}
@media (max-width: 768px) {

    /* #intro_sticker img,
    #intro_sticker {
        display: none;
    } */
    #gsap_intro_real {
        height: auto;
        min-height: initial;
    }
    #gsap_intro_footer_text {
        padding-top: 0;
    }
    #gsap_intro_real #gsap_intro_footer {
        position: relative;
    }
    #gsap_scroll_down a {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    #gsap_scroll_down a span,
    #gsap_intro_text .cropped_text,
    #gsap_intro_footer_text .cropped_text {
        text-align: center;
    }
    #gsap_intro .row,
    #gsap_intro_real .row {
        justify-content: center!important;
    }
    #gsap_intro .intro_image img {
        margin-top: 32px;
    }
    #gsap_intro .intro_image img,
    #gsap_intro_real .intro_image img {
        /* margin-top: 32px; */
        display: none;
    }
}
@media (max-width: 480px) {
    body {
        font-size: 18px;
    }
    p {
        font-size: 1em;
    }
    #gsap_intro_real h2 {
        font-size: 24px;
    }
    #gsap_intro_real #gsap_intro_footer {
        position: relative;
        bottom: initial;
    }
    #gsap_intro_real #gsap_intro_footer .container {
        padding-top: 0;
    }
    #gsap_scroll_down {
        padding-top: 40px;
    }
    /* #gsap_scroll_down a {
        top: 200px;
    } */
}

