@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: My Pallace;
    src: url(../assets/fonts/myfont.woff2);
}
@font-face {
    font-family: Casual;
    src: url(../assets/fonts/myfont2.woff2);
}
@font-face {
    font-family: Garogier;
    src: url(../assets/fonts/myfont3.woff2);
}
@font-face {
    font-family: Montserrat;
    src: url(../assets/fonts/Montserrat-100.woff2);
    font-weight: 100;
}
@font-face {
    font-family: Montserrat;
    src: url(../assets/fonts/Montserrat-200.woff2);
    font-weight: 200;
}
@font-face {
    font-family: Montserrat;
    src: url(../assets/fonts/Montserrat-300.woff2);
    font-weight: 300;
}
@font-face {
    font-family: Montserrat;
    src: url(../assets/fonts/Montserrat-400.woff2);
    font-weight: 400;
}
@font-face {
    font-family: Montserrat;
    src: url(../assets/fonts/Montserrat-700.woff2);
    font-weight: 700;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: #000;
    font-family:  "Roboto";
    font-weight: 100;
    height: 100%;
}
.content {
    margin-top: calc(3rem + 15px);
}
.title {
    font-family: Playfair Display;
    font-weight: 300;
    margin-left: 7vw;
    font-size: 3.4em;
    margin-bottom: 10px;
    padding-top: 2rem;
    z-index: 1000;
}
@media (max-width: 800px) {
    .title {
        font-size: 2.5em;
    }
}
.subtitle {
    margin-left: 1vw;
}
.title-separator {
    height: 5px;
    width: 5em;
    margin-left: 7vw;
}
.subtitle-separator,
.title-separator {
    margin-top: 6px;
    background-color: #28120d;
}
.subtitle-separator {
    height: 1px;
    width: 20vw;
    margin-bottom: 1em;
}
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 100px;
    margin-left: 50px;
    width: 425px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 1000;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 800px) {
    .cookie-consent {
        margin: 0 0 7px;
        width: 350px;
        height: 305px;
        left: 50%;
        bottom: 0;
        transform: translate(-50%);
    }
}
.cookie-image {
    width: 58px;
    height: 56px;
    margin-top: 1em;
}
.cookie-headline {
    font-family: "Roboto";
    text-align: center;
    font-weight: 600;
    font-size: 2.2em;
    margin-top: 15px;
}
.cookie-information {
    font-family: "Roboto";
    text-align: justify;
    font-weight: 200;
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-top: 15px;
}
@media (max-width: 800px) {
    .cookie-information {
        padding-left: 2em;
        padding-right: 2em;
    }
}
.information-2 {
    margin-top: 6px;
}
.consent-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1.7em;
    font-weight: 200;
    margin-bottom: 25px;
}
@media (max-width: 800px) {
    .consent-buttons {
        flex-direction: column;
    }
}
.cookie-button {
    border: 1px solid #000;
    padding: 0.6em 0.8em;
    cursor: pointer;
    text-align: center;
}
.deny-cookies-button {
    width: 150px;
}
@media (max-width: 800px) {
    .deny-cookies-button {
        margin-top: 0.8em;
        order: 2;
        width: 180px;
    }
}
.accept-cookies-button {
    width: 180px;
    background-color: #000;
    color: #fff;
}
@media (max-width: 800px) {
    .accept-cookies-button {
        margin-top: -0.3em;
        order: 1;
    }
}
.background-top {
    width: 0;
    height: 0;
    border-top: 100vh solid #252525;
    border-right: 100vw solid transparent;
    position: absolute;
    z-index: -1;
}
.background-bottom {
    width: 0;
    height: 0;
    border-bottom: 100vh solid #252525;
    border-left: 100vw solid transparent;
    z-index: -1;
}
#hero {
    position: relative;
    height: 100vh;
}
.logo {
    position: absolute;
    margin-left: 2em;
    margin-top: 1.2em;
    height: 10vw;
    width: 10vw;
    z-index: 100;
}
@media (max-width: 800px) {
    .logo {
        height: 80px;
        width: 80px;
    }
}
.navbar-logo {
    opacity: 0;
    transition: opacity 0.5s;
    height: 55px;
    width: 55px;
}
.navbar-logo-sticky {
    opacity: 1;
}
.logo-name {
    position: absolute;
    bottom: 7rem;
    right: 3rem;
    color: #fff;
    font-size: 15vw;
    font-family: My Pallace;
}
@media (max-width: 800px) {
    .logo-name {
        bottom: 8rem;
        left: 4rem;
        font-size: 8rem;
        line-height: 0.9;
    }
}
.hero-container {
    background-color: #000;
}
.hero-image {
    height: 100%;
    background-image: linear-gradient(0deg, transparent 50%, #000), url(../assets/img/Hero_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1400px) {
    .hero-image {
        background-position: 60% 0;
    }
}
.navbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    color: #fff;
    background-color: rgba(8, 4, 3, 0.5);
    position: absolute;
    bottom: 0;
    transition: background-color 1s, color 0.2s;
}
.navbar a {
    color: inherit;
    text-decoration: none;
    font-size: 1.4em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: text-shadow 0.2s;
}
.navbar a:hover {
    text-shadow: 1px 0 #000;
}
@media (max-width: 1000px) {
    .navbar {
        display: none;
    }
}
.sticky {
    position: fixed;
    background-color: #252525;
    transition: background-color 0.5s ease-in, color 0.5s;
    color: #fff;
    top: 0;
    z-index: 1;
    box-shadow: 0 4px 6px -6px #000;
}
.burger-icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 2rem;
    margin-top: 2rem;
    font-size: 2.3em;
    color: #fff;
    text-decoration: none;
    z-index: 100;
}
@media (max-width: 1000px) {
    .burger-icon {
        display: block;
    }
}
.navbar-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.mobile-navbar-container {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 5;
    color: #fff;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: #252525;
}
.mobile-navbar-container a {
    text-decoration: none;
    color: #fff;
    font-size: 2em;
    margin-top: 1em;
}
.scrolling-mobile-navbar {
    height: 65px;
    background-color: #fff;
    transition: background-color 0.5s;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mobile-navbar-logo {
    height: 55px;
    width: 55px;
    margin-left: 17px;
}
.navbar-burger-icon {
    font-size: 2.3em;
    color: #fff;
    text-decoration: none;
    z-index: 10000;
    margin-right: 17px;
}
#vita {
    position: relative;
    font-family: Montserrat, sans;
}
.vita-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(515px, 1fr));
    background-color: #252525;
    color: #fff;
}
.text-area {
    min-height: 100vh;
    max-width: 100vw;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.heading-box {
    position: absolute;
    right: 6em;
}
@media (max-width: 800px) {
    .heading-box {
        left: 0;
    }
}
.heading {
    background-color: #252525;
    font-family: Montserrat, sans;
    font-weight: 100;
    font-size: 4em;
    margin-top: -0.7em;
    padding-left: 1em;
    padding-right: 1em;
}
@media (max-width: 800px) {
    .heading {
        font-size: 3em;
        margin: 0;
        padding: 0 0 0 1rem;
    }
}
.opera-projects > ul  {
    list-style-type: circle;
    padding-left: revert;
}

.opera-projects > ul > li {
    padding-top: 0.3rem;
}

b {
    font-size: 1.2rem;
}

.text {
    margin: 3rem 7rem;
    font-size: 1.1em;
    font-weight: 300;
    overflow-y: auto;
    text-align: justify;
    padding-right: 3px;
    line-height: 1.6;
}
@media (max-width: 800px) {
    .text {
        margin-left: 1em;
        margin-right: 1em;
    }
}
@media (max-width: 1200px) {
    .text {
        margin: 2rem 3rem;
    }
}
.bio-image {
    position: sticky;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100vh;
}
@media (max-width: 800px) {
    .bio-image {
        display: none;
    }
}
.video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-family: Montserrat, sans;
}
#featured-container {
    width: 700px;
    height: 400px;
    position: relative;
    margin-bottom: 5rem;
}
@media (max-width: 800px) {
    #featured-container {
        width: 100%;
        height: 60vw;
    }
}
.thumbnail {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.grayed-thumbnail {
    opacity: 0.4;
}
.performance-thumbnail {
    width: 900px;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.4;
}
@media (max-width: 900px) {
    .performance-thumbnail {
        width: 100%;
        height: 60vw;
    }
}
.thumbnail-title {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 3rem;
    margin-left: 3rem;
    font-size: 2em;
    font-weight: 100;
}
@media (max-width: 800px) {
    .thumbnail-title {
        margin-top: 0.2rem;
        margin-left: 1rem;
    }
}
.thumbnail-subtitle {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 3rem;
    margin-top: 6rem;
    font-size: 1.2em;
    font-weight: 100;
}
@media (max-width: 800px) {
    .thumbnail-subtitle {
        margin-top: 2.7rem;
        margin-left: 1rem;
    }
}
.play-icon-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    height: 84px;
    width: 84px;
    border: 2px solid #fff;
    border-radius: 100%;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    font-size: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 800px) {
    .play-icon-outer {
        height: 60px;
        width: 60px;
        font-size: 29px;
    }
}
.play-icon-outer:hover {
    transform: scale(1.05);
    background-color: hsla(0, 0%, 100%, 0.2);
}
.play-icon-inner {
    font-size: 36px;
    margin-left: 6px;
    margin-top: 6px;
}
@media (max-width: 800px) {
    .play-icon-inner {
        margin-left: 4px;
        margin-top: -5px;
    }
}
.play-icon-inner:after {
    content: "\25b6\fe0e";
}
.video-overlay {
    display: none;
    z-index: 3;
    left: 0;
    top: 0;
    position: fixed;
    background-color: #000;
}
.overlay-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}
.close-button {
    position: absolute;
    top: 1em;
    right: 1.5em;
    color: #fff;
    font-size: 3em;
    cursor: pointer;
    z-index: 4;
}
.interview-content, .concert-content {
    display: grid;
    grid-template-areas: "videos text";
}
@media (max-width: 1200px) {
    .interview-content, .concert-content {
        grid-template-areas: "videos" "text";
    }
}
.interviews-text {
    grid-area: text;
    padding-left: 7vw;
    padding-right: 7vw;
    margin-top: 48px;
    text-align: justify;
}
@media (max-width: 1200px) {
    .interviews-text {
        max-width: 700px;
        margin: auto;
        padding: 3em 0 0;
    }
}
@media (max-width: 800px) {
    .interviews-text {
        margin-top: 10px;
        margin-left: 2em;
        margin-right: 2em;
    }
}
.interviews-text-title {
    font-family: Montserrat, sans;
    font-weight: 200;
    font-size: 1.7em;
}
.interviews-text-subtitle {
    font-family: Big Caslon;
    font-weight: 200;
    font-size: 2em;
    margin-top: 8px;
}
.interviews-intro {
    font-family: Montserrat, sans;
    font-size: 1.1em;
    line-height: 1.5;
    margin-top: 1em;
}
figcaption {
    margin-top: 0.6em;
    margin-left: 0.4em;
    font-size: 1.2em;
}
.thumbnail-container {
    background-color: #000;
}
.youtube-player {
    width: 70vw;
    height: 70vh;
}
@media (max-width: 800px) {
    .youtube-player {
        width: 100%;
        height: 100%;
    }
}
#interviews .slideshow-container, #school .slideshow-container, #workshop .slideshow-container {
    margin-right: 12px;
}
@media (max-width: 1200px) {
    #interviews .slideshow-container, #school .slideshow-container, #workshop .slideshow-container {
        margin: auto;
    }
}
.school-content {
    display: grid;
    grid-template-areas: "text videos";
}
@media (max-width: 1200px) {
    .school-content {
        grid-template-areas: "videos" "text";
    }
}
.school-text {
    margin-left: 7vw;
    margin-right: 7vw;
    margin-top: 48px;
    grid-area: text;
    text-align: justify;
}
@media (max-width: 1200px) {
    .school-text {
        max-width: 700px;
        margin: auto;
        padding: 3em 0 0;
    }
}
@media (max-width: 800px) {
    .school-text {
        margin-top: 10px;
        margin-left: 2em;
        margin-right: 2em;
    }
}
.school-intro {
    font-family: Montserrat, sans;
    font-size: 1.1em;
    line-height: 1.5;
    margin-top: 1em;
}
.slideshow-container {
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-area: videos;
}
#interviews .slideshow-container, #concert .slideshow-container {
    margin-left: 12px;
}
@media (max-width: 1200px) {
    #interviews .slideshow-container, #concert .slideshow-container {
        margin: auto;
    }
}
.slide {
    position: relative;
}
@media (max-width: 800px) {
    .slide {
        width: 100%;
    }
}
.slideshow-next,
.slideshow-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slideshow-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.slideshow-next:hover,
.slideshow-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 800px) {
    .slideshow-next:hover,
    .slideshow-prev:hover {
        background-color: unset;
    }
}
.school-thumbnail {
    width: 700px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.4;
}
@media (max-width: 800px) {
    .school-thumbnail {
        width: 100%;
        height: 60vw;
    }
}
.slideshow-caption {
    color: #f2f2f2;
    font-size: 24px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 800px) {
    .slideshow-caption {
        font-size: 18px;
        padding: 15px;
    }
}
.slideshow-numbers {
    color: #f2f2f2;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.slideshow-dots {
    text-align: center;
    margin-top: 1em;
}
.slideshow-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 6px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #252525;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.slide-active,
.slideshow-dot:hover {
    background-color: #252525;
}
.slide-fade {
    -webkit-animation-name: slide-fade;
    animation-name: slide-fade;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
@-webkit-keyframes slide-fade {
    0% {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@keyframes slide-fade {
    0% {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
.school-comment {
    background-color: #252525;
    color: #fff;
    font-family: Times New Roman;
    padding: 7vw;
    text-align: center;
    font-size: 1.2em;
    margin-top: 3rem;
}
.comment-author {
    margin-top: 4rem;
    font-family: Montserrat, sans;
    font-weight: 300;
}
.quote-symbol {
    font-size: 5em;
}
.contact-content {
    align-items: center;
}
.contact-content,
.contact-form {
    display: flex;
    justify-content: center;
}
.contact-form {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    width: 50vw;
    border-radius: 2px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    padding: 1em;
}
@media (max-width: 800px) {
    .contact-form {
        width: 98vw;
    }
}
.contact-form.message-sent {
    background-color: #000;
    transition: all 1s ease;
}
.contact-form.message-sent * {
    opacity: 0;
}
#form-result {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    color: #fff;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 2.2em;
    text-align: center;
}
#form-result * {
    opacity: 1;
}
#form-result-icon {
    margin-top: 22px;
}
.contact-heading {
    font-weight: 100;
    font-size: 3em;
    padding-bottom: 1rem;
}
@media (max-width: 800px) {
    .contact-heading {
        font-size: 2em;
    }
}
.contact-form > label {
    font-size: 1.3em;
    margin-top: 1.2rem;
}
.contact-form > input,
textarea {
    margin-top: 0.5em;
    height: 30px;
    width: 100%;
    padding: 10px;
    font-size: 1em;
    font-weight: 200;
    border: 1px solid #dfdfdf;
}
.contact-form > input:focus,
textarea:focus {
    outline: none;
    border: 2px solid #000;
}
input.invalid,
textarea.invalid {
    border-color: red;
}
input.invalid:focus,
textarea.invalid:focus {
    outline: none;
    border-color: red;
}
.error {
    width: 100%;
    font-weight: 300;
    color: red;
}
.error.active {
    padding: 0.3em;
}
#message-input {
    height: 200px;
    resize: none;
}
.contact-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 1000px) {
    .contact-controls {
        flex-direction: column;
    }
}
.send-button {
    border: 1px solid #000;
    padding: 1em 1.5em;
    font-size: 1.1rem;
    transition: background-color 0.5s ease, color 0.5s ease;
    margin-top: 1rem;
}
@media (max-width: 800px) {
    .send-button {
        margin-top: 1rem;
    }
}
.send-button:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
#g-recaptcha-element {
    margin-top: 1rem;
    text-align: center;
    display: inline-block;
}
.footer-content {
    background-color: #252525;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.footer-logo {
    height: 130px;
    width: 130px;
    margin-top: 2em;
}
.footer-logo-name {
    margin-top: 2rem;
    color: #fff;
    font-family: My Pallace;
    font-size: 4.5em;
}
.footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
    padding-right: 24px;
}
.social-media-buttons {
    display: flex;
    flex-direction: row;
    margin: 0;
}
.social-icon {
    height: 22px;
    width: 22px;
    margin-left: 24px;
}
.copyright {
    color: #fff;
    margin: 0;
}
.footer-links {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
    margin-top: 1em;
}
.footer-links .link {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.footer-links .link:not(:first-child) {
    margin-left: 1em;
}
.link-separator {
    cursor: default;
    margin-left: 1em;
}
#slider {
    position: relative;
    width: 50%;
    height: 30vw;
    margin: 80px auto;
    font-family: "Roboto";
    perspective: 1400px;
    transform-style: preserve-3d;
}
#slider input[type="radio"] {
    position: relative;
    top: 108%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    opacity: 0.4;
    transform: translateX(-83px);
    cursor: pointer;
}
#slider input[type="radio"]:nth-child(5) {
    margin-right: 0;
}
#slider input[type="radio"]:checked {
    opacity: 1;
}
#slider label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}
#slide2 {
    background: #9acd32;
}
#slide3 {
    background: #1e90ff;
}
#slide4 {
    background: #6a5acd;
}
#slide5 {
    background: violet;
}
#s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3,
#s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
    transform: translateZ(0);
}
#s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide4,
#s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(15%, 0, -100px);
}
#s1:checked ~ #slide3,
#s2:checked ~ #slide4,
#s3:checked ~ #slide5,
#s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transform: translate3d(30%, 0, -250px);
}
#s1:checked ~ #slide4,
#s2:checked ~ #slide5,
#s3:checked ~ #slide1,
#s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transform: translate3d(-30%, 0, -250px);
}
#s1:checked ~ #slide5,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2,
#s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(-15%, 0, -100px);
}
