@import url('https://fonts.bunny.net/css?family=carlito:400,700,400i,700i|akshar:300,400');

html,
body {
    width: 100%;
    height: 100vh !important;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body {
    color: white;
    
    background: linear-gradient(#120120, #240224);
    background-position: cover;
    font-family: 'Carlito', sans-serif;
    position: relative;
}

.logo {
    background: #FFF url('../images/surbee.png') top center no-repeat;
    
    background-size: auto 64px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    text-indent: 1000px;
}

video {
    position: absolute;
    border-radius: 0.62em;
    
    box-shadow: 0 0 5px #f7ddf4, 0 5px 5px #27dd24;
    transition: 625ms all ease;
}

.text-center {
    text-align: center;
}

h5 {
    margin-bottom: 0;
    font-family: akshar;
    font-weight: 400;
}

.mode-facetime video {
    right: 1%;
    bottom: 1%;
    z-index: 100;
    background: #c7ffd4;
    width: calc(100%/3);
    height: calc(100%/3);
    z-index: 100;
}

 .mode-prompt video {
    bottom: 1%;
    right: 1%;
    z-index: 10;
    width: 98%;
    height: 98%;
}

 .card {
    border: 2px solid cyan;
    border-radius: 0.24em;
    padding: 0.48em 0.96em;
    
    
    box-shadow:
        -0.15em 0.15em 0.35em cyan,
        0.15em -0.15em 0.35em yellow,
        0 0 1.48em orange;
    background: rgba(12, 1, 20, 0.85);
    color: white;
    font-size: 1.42rem;
    line-height: 1.48em;
    letter-spacing: 0.06em;
    min-height: 1.48em;
    transition: all 748ms ease;
}

.mode-facetime .card {
    position: relative;
    width: 85%;
    left: 5%;
    margin-top: 5%;
    z-index: 10;
}

.mode-prompt .card {
    position: fixed;
    z-index: 100;
    min-height: 50%;
    top: 2.5%;
    left: 2.5%;
    width: 95%;
}
article:hover, article.hover {
  /*transform: scale(1.1), rotateY(30deg);*/
    background-color: white;
}
article img:hover, article img.hover {
   /* transform: scale(1.1);*/
    
}
#progress-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
}

#progress-overlay progress {
    top: 49%;
    width: 60%;
    left: 20%;
    position: absolute;
}


.hero {
    font-size: 1.52rem;
    font-weight: 300;
    padding: 0.48em;
    color: rgba(255, 255, 255, 0.75)
}

.text-glow {
    text-shadow: 0 0 0.24em magenta;
    color: white;
    font-family: akshar;
    font-weight: 300;
    
}

.stroke-glow {
    filter: drop-shadow(0 0 0.24em magenta);
    color: white;
    
}


button,
h1 {
    font-family: akshar;
    font-weight: 300;
}

.text-center {
    text-align: center;
}

.ulreset,
.ulreset li {
    
    padding-left: 0;
    margin: 0;
    list-style: none;
}

progress {
    transition: 325ms all ease;
}

#ui-progress-survey {
    position: fixed;
    top: 48%;
    left: 1%;
    width: 98%;
    z-index: 1000;
}


.container {
    width: 90%;
    margin-left: 5%;
    padding: 1em 0;
}

.survey-prompt span {
    opacity: 1;
    transition: all 350ms ease;
    
}

.survey-prompt.typing span:last-child {
    border-right: 1px solid cyan;
    padding-right: 0.24em;
}

.survey-prompt span.hidden {
    opacity: 0;
}

.survey-prompt-options {
    text-align: center;
    transition: all 500ms ease;
    opacity: 1;
    height: 96px;
    padding: 1em 0;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.survey-prompt-options.hidden {
    opacity: 0;
    height: 48px;
}

.btn-primary:disabled {
    opacity: 0.25;
    box-shadow: none;
}

.btn-primary {
    display: inline-block;
    border-radius: 0.24em;
    box-shadow: 0 0 11px yellow;
    border: 2px solid cyan;
    font-size: 2rem;
    background: cyan;
    color: white;
    text-shadow: 0 0 5px black;
    padding: 0.24em 1em;
}

.survey-prompt-images {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    padding: 1em 0;
    transition: all 450ms ease;
}

.survey-prompt-options svg {
    transition: color 3s linear;
    padding: 0.24em;
    color: white;
    width: 3.2em;
    height: 3.2em;
}

.survey-prompt-options .gauging {
    border-radius: 20em;
    animation: 3s linear gauging 1;
    background: cyan;
    color: #240224;
    display: inline-block;
}

.survey-prompt-images img {
    
    border-radius: 0.24em;
    box-shadow: 0 4px 6px #f2f2f2;
    border: 1px solid #f2f2f2;
    min-width: 50%;
    margin: 0 1%;
    min-height: 50px;
    background: linear-gradient(lightgray, gray);
    
}

summary {
    transition: all 0.3s ease;
}

summary:outline {
    border: 0;
}

summary:active {
    background: rgba(200, 0, 200, 0.2);
}

summary::marker {
    content: '';
}

@keyframes gauging {
    0% {
        background: linear-gradient(transparent, transparent);
        background-size: 100% 100%;
        background-position: bottom center;
        background-repeat: none;
        color: white;
    }
    
    25% {
        background: linear-gradient(transparent, cyan 25%);
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: none;
        color: white;
    }
    
    50% {
        background: linear-gradient(transparent, cyan 50%);
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: none;
        color: white;
    }
    
    95% {
        color: white;
    }
    
    100% {
        background: linear-gradient(cyan cyan);
        background-size: 100% 100%;
        background-position: bottom center;
        background-repeat: none;
        color: #240224;
    }
}