/* To Do
[] Case Studies: once banner image zooms past 100%, start blurring the image

*/

body {
    background-color: #FFFBEB;
    color: #2951a4;
    margin: 0;
}

.light-video-title {
    color: #FFFBEB;
    font-size: 1.25rem;
    margin-bottom: 7.5px;
}

h1 {
    font-family: "the-seasons", sans-serif;
    font-weight: 700;
    font-style: normal;
}



nav {
    position:fixed;
    z-index: 9999;
}

nav ul {
    position: fixed;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    background-color:#FFFBEB;

}

nav li {
    flex: 1;
    list-style: none;
    text-align: center;

}

nav li:nth-of-type(1) {
    flex: 7;
    justify-self: start;
    text-align: start;
    padding-left: 30px;
}

nav li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #2951a4;
}

p, li {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.wordmark {
    width: 100%;
    margin: auto;
    padding: 275px 0px 300px 0px;
}

.wordmark h1 {
    font-family: "the-seasons", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 96px;
    text-align: center;
    margin: 0;
    letter-spacing: -4px;
}

.wordmark p {
    text-align: center;
    text-transform: uppercase;
    margin-top: -1rem;
}

.reel {
    background-color: #2951a4;
    padding: 10% 10% 12% 10%;
}

.reel-video {
    margin: auto;
    width: 100%;

}

.subtitle-line-2 {
    word-spacing: 2.09rem;
}


.wordmark h1 span:nth-of-type(1) {
    letter-spacing: -7px;
}

footer ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

footer ul li {
    margin: 0 20px 0 20px;
    list-style: none;
}

/* Work */
.work {
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
}

.casestudythumbnail img {
    width: 25%;
}

/* Case Studies */

.case-study-title-section {
    position: relative;
    width: 100%;
    top: 50px;
    height:min-content;
}

.case-study-title {
    text-align: right;
    font-size: 128px;
    font-weight:300;
    color:#FFFBEB;
    position: absolute;
    top: 0px;
    right: 50px;
}

.case-study-the {
    position: relative;
    top: -10px;
}

.case-study-gear {
    position: relative;
    top: -35px;
}

.case-study-title-section-2 {
    position: relative;
    top: -60px;
    font-size: 192px;
    line-height: 9.5rem;
}

.case-study-banner {
    min-width: 1600px;
    width: 100%;

}

.case-study-banner-wrap {
    width: 100vw;
    height: 678.33px;
    overflow: hidden;
}

.case-study-role {
    color:#FFFBEB;
    background-color:transparent;
    text-align: right;
    position: relative;
    top: 50px;
    right: 60px;
    margin: 0;
    text-transform: uppercase;
}

.case-study-details {
    display: flex;
    background-color: #2951a4;
    padding-top: 150px;
    width: 100%;
}

.case-study-details-box {
    flex: 1;
    height: 900px;
    padding: 60px;
    text-align:justify;
}

.case-study-details p {
    color:#FFFBEB;
}

.case-study-details-carousel {
    flex: 1;
    padding-right: 60px;
}

.case-study-featured-img {
    width: 100%;
}

.full-video {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.video-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
}

.video-platform-wrapper {
    display: flex;
}

.video-embed {
    width: 100%;
    height: calc(60vw*9/16);
}

.video-platform-icon {
    margin-right: 5px;
}

.video-title, .video-platform {
    margin: 0;
}