:root {
    --sky-color-lighter: #5A768A;
    --sky-color-light: #476180;
    --sky-color-mid: #2E3E59;
    --sky-color-dark: #1D2338;
    --sky-color-darker: #151924;
}

body {
    background-color: black;
}

.cookie-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

    width: 100%;
    padding: 25px;

    display: flex;
    justify-content: center;

    text-align: left;

    background-color: black;
    color: white;
}

.cookie-bar a {
    color: #F3AD16;
}

.cookie-bar .container {
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-bar .text {
    width: 75%;
    display: inline-block;
}

.cookie-bar .button {
    /* width: 25%; */
    background: #f3ad16;
    color: #000;

    font-weight: 700;

    padding: 10px 20px;

    display: inline-block;
}

.phonebox-section {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: stretch;

    overflow: hidden;
}

.scroll-icon {
    position: fixed;
    bottom: 25px;
    width: 50px;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
}

.phonebox-section .container {
    width: 100%;
    max-width: 1600px;

    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
}

.phonebox-light {
    position: absolute;
    z-index: 5;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.phonebox-left {
    background-image: url('../images/phone-box-left.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    width: 20%;
}

.phonebox-right {
    background-image: url('../images/phone-box-right.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    width: 20%;
}

.phonebox-center {
    background-image: url('../images/center-texture.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #161614;
    width: 60%;
    position: relative;
    overflow: hidden;
}

.phonebox-center-content-top, .phonebox-center-content-bottom {
    width: 100%;
}

.phonebox-center-content-mid {
    display: flex;
}

.posters-container-left, .phone-wrapper, .posters-container-right {
    display: inline-block;
}

.posters-container-left, .posters-container-right {
    width: 20%;
}

.phone-wrapper {
    width: 60%;
    position: relative;
    z-index: 10;
    align-self: flex-start;
    pointer-events: none;
}

.phone-sticker {
    position: absolute;
    top: 25%;
    left: 76%;
    transform: translate(-50%, -50%);
    filter: saturate(80%) brightness(90%);
    mix-blend-mode: overlay;

    width: 18%;
    max-width: 100px;
}

.phone-hotspot {
    position: absolute;
    pointer-events: all;
}

.phone-hotspot-left {
    width: 18%;
    height: 72%;
    top: 14%;
    left: 15%;
}

.phone-hotspot-right {
    width: 62%;
    height: 84%;
    top: 2%;
    left: 33%;
}

.phone {
    width: 100%;
}

.phone-screen {
    position: absolute;
    width: 20%;
    height: 4%;
    top: 27%;
    left: 45%;

    background-color: #54592E;

    z-index: -1;
}

.phone-number {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38%);
}

.phonebox-center-content {
    width: 100%;
}

.poster {
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 18%;
    box-shadow: -1px -1px 4px rgba(71, 48, 48, 0.4);
    filter: saturate(75%) brightness(85%);
}

.posters-container-left .poster, .posters-container-right .poster {
    width: 90%;
}

.poster img {
    width: 100%;
    display: block;
    /* z-index: 1; */
}

.poster-preview-section {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
}

.poster-preview-section a {
    color: black;
}

.poster-preview-section .close-button {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    margin-bottom: 10px;
    z-index: 2;
}

.poster-flip-button {
    position: fixed;
    left: 30px;
    top: 20px;
    z-index: 2;
    color: white;
    font-weight: 700;
}

.poster-flip-button:hover {
    text-decoration: underline;
}

.poster-preview-darken {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0, 0.85);
}

.poster-preview-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.poster-preview-front-img, .poster-preview-back-img {
    max-width: 75%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.poster-back-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.poster-back-copy img {
    margin: 1em 0;
    margin-left: -10%;
}

.poster-back-copy img:last-child {
    margin-top: 5em;
}

.poster-back-copy .container {
    height: 100%;
    /* padding: 65px 50px; */
    padding: 15%;
    overflow-y: scroll;
}

.poster-preview-back {
    display: inline-block;
}

.form-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0, 0.85);
    color: white;
}

.form-section a {
    color: white;
}

.form-section .container {
    width: 100%;
    height: 100%;
    max-width: 800px;
    padding: 30px;

    overflow-y: scroll;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.phone-number-written {
    width: 40%;
    min-width: 250px;
    margin-bottom: 50px;
}

.form-section .close-button {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    margin-bottom: 10px;
    z-index: 2;
}

input[type="checkbox"] {
    margin-right: 7px;
}

input[type="text"], input[type="email"], textarea {
    width: 100%;
    padding: 10px;
    border: none;
}

form li {
    margin-top: 1em;
    margin-bottom: 1.5em;   
}

label {
    display: inline-block;
    margin-bottom: 10px;
}

textarea {
    resize: none;
    min-height: 200px;
}

form button {
    width: 100%;
    margin-top: 1em;
    /* margin-bottom: 1.5em; */

    padding: 20px;

    border: none;
    border-radius: 30px;

    background-color: #F3AD16;

    transition: 0.1s;
}

form button.disabled {
    background-color: grey;
    color: black;
}

textarea:focus, input:focus, button:focus {
    outline: none;
}

footer {
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .container {
    width: 100%;
    max-width: 1600px;
    background-color: black;
    color: white;

    padding: 25px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copy {
    max-width: 950px;
}

.footer-logo {
    width: 150px;
    height: auto;
    align-self: center;
}

.hidden {
    display: none;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: auto;
}

.no-scroll { 
    overflow: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
  
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

@media only screen and (max-width: 1450px) {
    footer .container {
        display: flex;
        flex-direction: column;
    }

    footer div {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 1100px) {
    .poster {
        width: 25%;
    }

    .posters-container-left , .posters-container-right {
        width: 14%;
    }

    .posters-container-left .poster, .posters-container-right .poster {
        width: 175%;
    }

    .phone-wrapper {
        width: 72%;
    }
}

@media only screen and (max-width: 850px) {
    .phonebox-left, .phonebox-right {
        width: 5%;
    }
    
    .phonebox-center {
        width: 90%;
    }

    .form-section .container {
        padding-right: 80px;
        padding-bottom: 140px;
    }

    .cookie-bar .container {
        flex-direction: column;
    }

    .cookie-bar .text {
        width: 100%;
        text-align: center;
    }

    .cookie-bar .button {
        margin-top: 20px;
    }
}

@media only screen and (max-height: 1000px) {
    .form-section .container {
        justify-content: flex-start;
    }
}