@font-face {
    font-family: Machine;
    font-style: normal;
    font-display: block;
    src: local("MachineStd"),url(../fonts/MachineStd.B4BONvne.otf) format("opentype")
}

@font-face {
    font-family: NunitoSans;
    font-style: normal;
    font-display: swap;
    src: local("NunitoSans-Regular"),url(../fonts/NunitoSans-Regular.BmTndP9t.ttf) format("truetype")
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%;
    background: #051122;
}

/* core */
body {
    background: radial-gradient(circle at center top, #0a1c3a, #051122 900px, #051122);
    overflow: unset;
    font-family: NunitoSans;
    font-family: NunitoSans,Helvetica,Arial,sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    height: 100%;
    position: relative;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 18px;
        letter-spacing: .5px;
        line-height: 24px
    }
}

a {
    text-decoration: none;
    color: #19aaff;
    cursor: pointer;
}

.background {
    position: absolute;
    background-image: url('../images/o-background.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    opacity: .3;
    width: 100vw;
    height: 85vh;
    top: 5vh;
    left: -24vw;
}

@media screen and (min-width: 768px) {
    .background {
        left: 0vw;
    }
}

.privacy-link {
    position: absolute;
    text-align: center;
    bottom: 5vh;
    left: 0;
    right: 0;
    display: block;
}

.page {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    padding: 23px;
    max-width: 1170px;
}

@media screen and (min-width: 1366px) {
    .page {
        padding: 20px 0;
        margin: 0 auto;
        width: 1170px;
    }
}

.page > .copy {
    margin: 0 20px 20px 20px;
    text-align: center;
}

.page > .title {
    font-size: 38px;
    margin: 20px 0 40px 0;
    text-align: center;
    font-weight: 700;
    line-height: 42px;
}

h2 {
    max-width: 1170px;
    font-family: NunitoSans, Helvetica, Arial, sans-serif;
    font-size: 22px;
    letter-spacing: 1.3px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 25px;
    }
}

h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 5px;
    border-bottom: solid 1px #0068c8;
    border-top: solid 1px #0068c8;
    left: calc((100% - 80px) / 2);
}

/* Home */
.home > .logo {
    margin-top: 25vh;
    background-image: url('../images/odeon-logo-web.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 60px;
}

.home > .copy {
    text-align: center;
    margin-top: 6vh;
}

@media screen and (min-width: 768px) {
    .home > .copy {
        width: 550px;
        margin: 6vh auto 0 auto;
    }
}

/* Privacy */
header {
    position: relative;
    background: rgb(5,17,34);
    background: linear-gradient(180deg, rgba(5,17,34,1) 0%, rgba(5,17,34,1) 20%, rgba(5,17,34,0) 100%);
    height: 38px;
    padding: 26px 0;
    margin-bottom: 30px;
}

header > .logo {
    background-image: url('../images/odeon-logo-web.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 33px;
}

header > .back {
    width: 45px;
    height: 45px;
    text-decoration: none;
    outline: 0;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
}

header > .back.show {
    display: flex;
}

@media screen and (min-width: 1366px) {
    header > .back {
        left: calc((100% - 1170px)/2);
    }
}

header > .back > img {
    transform: rotate(-90deg);
}

footer {
    background: #0a1c3a;
    padding: 20px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (min-width: 1366px) {
    footer > p {
        padding-left: calc((100% - 1170px)/2);
    }
}

.privacy p:first-child, .expired p:first-child {
    margin-top: 0;
}

.privacy p strong {
    font-weight: 700;
}

.privacy .content{
    margin: 70px 20px 102px 20px;
}

/* shared */
.debug-pnl{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 10px;
    z-index: 50;
}

.share > .img {
    position: relative;
    background-color: #050e1d;
    margin: 0 auto 20px auto;
    width: 243px;
    height: 432px;
}

.image-expired .share > .img::before {
    content: "Your photo has expired";
    padding: 100px 30px 0 30px;
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.image-expired .share > .img::after {
    content: "We'll automatically redirect you to our help page";
    padding: 12px 30px 0 30px;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: #bcc0d0;
}

@media screen and (max-width: 500px ) and (min-height: 900px) {
    .share > .img {
        margin: 0 auto 30px auto;
        width: 261px;
        height: 464px;
    }
}

.share > .countdown-row {
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.share .countdown-title {
    color: #bcc0d0;
}

.share #countdown {
    display: inline-block;
    text-indent: 8px;
}

.share > .share-row {
    height: 80px;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    column-gap: 20px;
}

.image-expired .share > .share-row {
    opacity: .2;
}

.share .btn {
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.share .btn.download {
    width: 80px;
    height: 80px;
    background-color: #0068c8;
    border-radius: 50%;
}

.share .btn.download > img {
    width: 60%;
    max-width: 60%;
    margin: 20%;
    height: auto;
}

.share .btn.facebook {
    margin-top: 16px;
    background-image: url('../images/facebook.png');
}

.share .btn.instagram {
    margin-top: 16px;
    background-image: url('../images/instagram.png');
}

.share .logo, .expired .logo {
    margin-top: 50px;
    height: 33px;
    background-image: url('../images/odeon-logo-web.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.share .privacy-link, .expired .privacy-link {
    position: initial;
    margin-top: 30px;
}

.share-modal .modal-content {
    display: none;
}

.ios .share-modal .modal-content > p.ios-copy, .android .share-modal .modal-content > p.android-copy {
    display: block;
}

.share-modal.show.fb .fb-body, .share-modal.show.ig .ig-body {
    display: block;
}

.share-modal .modal-content > .img-ss {
    margin-top: 40px;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.share-modal.dl .modal-content > .img-ss {
    height: 144px;
    background-image: url("../images/ios-download.png");
}

.ios .share-modal.fb .modal-content > .img-ss {
    height: 218px;
    width: 180px;
    background-image: url("../images/ios-facebook.png");
}

.ios .share-modal.ig .modal-content > .img-ss {
    height: 218px;
    width: 180px;
    background-image: url("../images/ios-instagram.png");
}

.android .share-modal.fb .modal-content > .img-ss {
    height: 185px;
    background-image: url("../images/android-facebook.png");
}

.android .share-modal.ig .modal-content > .img-ss {
    height: 185px;
    background-image: url("../images/android-instagram.png");
}


.loading-modal .progress-container {
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 40px 40px 10px 40px;
}

.loading-modal .progress {
    height: 30px;
    width: 0;
    background-color: #19aaff;
}

.loading-modal .text {
    margin-bottom: 30px;
}

.share .video-loading-back{
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(5,17,34, .7); 
}

.share .video-loading-text{
    position: absolute;
    height: 38px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    background-color: rgba(5,17,34, .8);
}

/* modal core */
.modal {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 100;
    display: none;
}

.modal.show {
    display: block;
}

.modal-body {
    position: fixed;
    bottom: 45px;
    width: 350px;
    left: calc(50% - 175px);
    text-align: center;
    background: radial-gradient(circle at center top, rgb(10, 28, 58) 0px, rgb(5, 17, 34) 900px, rgb(5, 17, 34));
    color: #fff;
}

@media screen and (max-height: 670px) {
    .loading-modal > .modal-body {
        left: 5px;
        right: 5px;
        bottom: 5px;
        top: auto;
    }

    .modal-body {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: auto;
    }
}

.modal-header {
    position: relative;
}

.modal-content {
    margin: 0 20px;
}

.modal-footer {
    margin: 40px 0;
    text-align: center;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-weight: 700;
}

.modal-content > h1 {
    font-size: 26px;
    margin-top: 36px;
    font-weight: 700;
}

.modal-content > p {
    margin-top: 20px;
}

.modal-footer .modal-btn {
    font-size: 20px;
    border: solid 1px #fff;
    margin: 0;
    display: inline-block;
    height: 40px;
    line-height: 42px;
    padding: 0 20px;
}

/* expired */
.expired .files-icon-bk {
    margin-bottom: 90px !important;
    margin-top: 50px !important;
}

/* share and expired */
.files-icon-bk {
    margin: 40px auto 30px auto;
    width: 256px;
    height: 260px;
}

/* privacy and expired */
.privacy p, .expired p {
    margin: 20px 0;
}

@keyframes progress-422c3u {
    100% {
        background-size: 120% 100%;
    }
}