html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('../assets/PanoramaLandingPage.hq.jpg') center scroll;
}

body.loading,
html.loading {
    display: none;
    background-image: none;
}

.logo {
    position: fixed;
    left: 40px;
    max-width: 200px;
    width: 20%;
    z-index: 2;
}

.splash-screen-show .logo,
.splash-screen-show .view-panorama-container {
    display: none;
}

.view-panorama-container {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.hide {
    display: none !important;
}

button {
    font-family: 'Montserrat', sans-serif;
    margin: auto;
    display: block;
    text-align: center;
    border: 0;
    color: #fff;
    background: #27AE60;
    padding: 20px;
}

.view-panorama {
    max-width: 70%;
    min-width: 50%;
    font-size: 28px;
}

#sensor-modal {
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

.sensor-modal-content {
    font-family: sans-serif;
    padding: 20px 32px;
    height: calc(100% - 80px);
}

.sensor-modal-steps > div {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
}


.sensor-modal-content h1 {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
}

.sensor-modal-content h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.sensor-modal-content img {
    vertical-align: middle;
    margin: 0 5px;
}

.sensor-modal-content .step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
    border-radius: 20px;
    background-color:#27AE60;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
}

.sensor-modal-content .step-description {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.sensor-modal-content strong {
    font-weight: 600;
}

.sensor-modal-content .step-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.step-number-three {
    align-self: baseline;
    margin-top: 3px;
}

.sensor-modal-content .toggle {
    width: 51px;
    min-width: 51px;
    height: 31px;
}

.sensor-modal-content .settings,
.sensor-modal-content .safari {
    width: 40px;
    height: 40px;
}

#dismiss-sensor-modal {
    position: absolute;
    bottom: 20px;
    padding: 15px 30px;
    width: calc(100% - 64px);
    border: none;
    background: #27AE60;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
}

#dismiss-sensor-modal:disabled {
    background: gray;
}

@media only screen and (max-device-width: 1500px) and (max-device-height: 1000px) {
    html, body {
        background-image: url('../assets/PanoramaLandingPage.mq.jpg');
    }
}

@media only screen and (max-device-width: 690px) {
    .view-panorama {
        font-size: 20px;
    }
}

@media only screen and (max-device-width: 480px) {
    .view-panorama {
        font-size: 16px;
    }
}

.splash-screen {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: #222222;
    padding: 20px;
    z-index: 3;
}

.splash-screen-show .splash-screen {
    display: flex;
}

.splash-screen.part-two {
    justify-content: center;
}

.header {
    text-align: center;
}

.header-logo {
    width: 70px;
    margin-bottom: 40px;
}

.header-heading {
    color: white;
    margin: 0 0 12px 0;
}

.partnership-text {
    display: block;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 13px;
    font-size: 10px;
    margin-bottom: 5px;
}

.header-heading span:first-of-type {
    display: block;
    margin-bottom: 5px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.header-heading span:last-of-type {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 2.6px;
}

.headset {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.headset-description-wrapper {
    max-width: 154px;
}

.part-two .headset-description-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 216px;
}

.headset-description {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 21px;
    line-height: 27px;
    color: white;
}

.headset-svg {
    margin-top: 30px;
    width: 234px;
}

.buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.green-button {
    font-family: 'Montserrat', 'Arial', sans-serif;
    width: calc(50% - 10px);
    margin: 0;
    padding: 17px;
    border: none;
    text-transform: capitalize;
    background: #27AE60;
    font-size: 14px;
}

@media (orientation: landscape) {
    .header-logo {
        position: absolute;
        left: 20px;
    }

    .header-heading {
        margin: 0 0 10px 0;
    }

    .partnership-svg {
        width: 70px;
    }

    .headset {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .headset-svg {
        width: 180px;
        margin-left: 30px;
    }
}

.animation {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
}

.wrapper {
    width: 30px;
    height: 30px;
    position: absolute;
    clip: rect(auto, auto, auto, auto);
}

.circle {
    width: 24px;
    height: 24px;
    border: 3px solid #27AE60;
    border-radius: 15px;
    position: absolute;
    clip: rect(0px, 15px, 30px, 0px);
}

.animation .base {
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
}

.animation .wrapper {
    -webkit-animation-duration: 0.01s;
    -webkit-animation-delay: 2.5s;
    -webkit-animation-name: close-wrapper;
}

.animation .left {
    -webkit-transform: rotate(180deg);
    -webkit-animation-delay: 2.5s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-name: left-spin;
}

.animation .right {
    -webkit-animation-duration: 5s;
    -webkit-animation-name: right-spin;
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(180deg);

    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes close-wrapper {
    to {
        clip: rect(0px, 30px, 30px, 15px);
    }
}
