@media screen and (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
}

.avatar1 {
    margin: 100px 50px 0;
    width: 500px
}

.avatar1,.graph1 {
    transition: all .5s ease
}

.graph1 {
    margin: 0 0 50px;
    width: 300px
}

.paper {
    height: 100vh;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    background-color: #b2b1ae
}

.paper,.qu-bottom {
    width: 100%;
    display: flex;
    align-items: center
}

.qu-bottom {
    height: 100px;
    bottom: 0;
    justify-content: end;
    padding: 0 120px 0 0;
    background-image: linear-gradient(0deg,#b2b1ae 25%,hsla(45,3%,69%,0))
}

.qu-bottom,.qu-top {
    position: fixed;
    z-index: 10
}

.qu-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(0deg,hsla(45,3%,69%,0),#b2b1ae 60%)
}

.qu-input {
    width: 55px;
    background-color: hsla(0,0%,100%,.2);
    border-radius: 60px;
    transition: all .3s ease
}

.qu-input.active {
    width: 60%
}

.qu-input-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 55px;
    height: 55px
}

.qu-menu {
    display: flex;
    height: 80%;
    width: 100%;
    flex-flow: column;
    font-size: 40px;
    margin-left: 40px;
    justify-content: space-between
}

.box1 {
    white-space: nowrap;
    position: relative;
    width: 0;
    color: #fff;
    overflow: hidden;
    transition: all .3s ease;
    background: rgba(0,0,0,.8);
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px;
    cursor: pointer;
    margin-right: -20px;
    z-index: 11
}

.box1.active {
    width: 30%;
    padding-right: 20px;
    margin-right: 0
}

.outer {
    overflow-y: scroll;
    flex-direction: column-reverse;
    display: flex;
    margin: 0 0 0 600px;
    padding-right: 150px;
    transition: all 1s ease
}

.avatar1.blurred,.outer.blurred {
    filter: blur(12px);
    -webkit-filter: blur(12px)
}

@media only screen and (max-width: 1000px) {
    .outer {
        margin:0 0 0 400px;
        padding: 40px 20px
    }
}

@media only screen and (max-width: 900px) {
    .outer {
        margin:0;
        padding: 40px 60px;
        width: 100%
    }

    .avatar1 {
        display: none
    }

    .qu-input.active {
        width: 90%
    }

    .hide-mobile {
        display: none
    }
}

.minimap {
    position: fixed;
    top: 50%;
    right: 20px;
    display: flex;
    flex-direction: column
}

.dot {
    width: 6px;
    height: 15px;
    border-radius: 30px;
    background-color: hsla(0,0%,100%,.2);
    display: block;
    margin: 10px 0;
    content: " "
}

.quant-chat {
    margin: 100px auto 0;
    max-width: 40em;
    width: 88%;
    background-color: #b2b1ae;
}

.qu-title {
    color: #f2ffff;
    font-size: 40px;
    font-family: SF Pro Text, serif;
    font-weight: 400;
    line-height: 40px;
    word-wrap: break-word;
    padding-top: 80px;
    text-shadow: 0 0 8px hsla(0,0%,100%,.7)
}

.qu-title-intro {
    color: #184194;
    font-size: 30px;
    text-shadow: 0 0 20px #fff
}

.section {
    color: #2e3748;
    height: fit-content;
    margin: 0;
    scroll-margin-top: 1em;
    padding: 0 0 1px
}

.qu_cover,.spacer {
    display: flex;
    align-items: center
}

.qu_cover {
    height: 80vh;
    background-color: #b2b1ae;
    justify-content: center
}

#a {
    background-color: #0074d9
}

#b {
    background-color: #2ecc40
}

#c {
    background-color: #ff851b
}

#d {
    background-color: #b10dc9
}

h2 {
    margin: 0;
    padding: 0
}

.chat_sticky {
    position: sticky;
    top: 0;
    padding-bottom: 80px;
    background-image: linear-gradient(0deg,hsla(45,3%,69%,0),#b2b1ae 30%,#b2b1ae 50%)
}

.list-inline {
    list-style: none;
    margin-left: -.5em;
    margin-right: -.5em;
    padding: 0
}

.list-inline>li {
    display: inline-block;
    margin-left: .5em;
    margin-right: .5em
}

.list-inline>li:before {
    content: "\200B";
    position: absolute
}

html {
    scroll-behavior: smooth
}

.fadeInBox {
    animation: fadeInAnimation 2s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../../fonts/material-icons.59322316.woff2) format("woff2");
}

.material-icons {
    font-family: Material Icons, serif;
    font-feature-settings: "liga"
}

@font-face {
    font-family: Material Icons Outlined;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../../fonts/material-icons.59322316.woff2) format("woff2");
}

.material-icons,.material-icons-outlined {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

.material-icons-outlined {
    font-family: Material Icons Outlined, serif;
    font-feature-settings: "liga"
}

@font-face {
    font-family: Material Icons Round;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../../fonts/material-icons.59322316.woff2) format("woff2");
}

.material-icons-round {
    font-family: Material Icons Round, serif;
    font-feature-settings: "liga"
}

@font-face {
    font-family: Material Icons Sharp;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../../fonts/material-icons.59322316.woff2) format("woff2");
}

.material-icons-round,.material-icons-sharp {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

.material-icons-sharp {
    font-family: Material Icons Sharp, serif;
    font-feature-settings: "liga"
}

@font-face {
    font-family: Material Icons Two Tone;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../../fonts/material-icons.59322316.woff2) format("woff2");
}

.material-icons-two-tone {
    font-family: Material Icons Two Tone, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga"
}
