@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scrollbar-width: auto;
    scrollbar-color: #8f46b2 rgba(255, 255, 255, 0);
}
*::-webkit-scrollbar {
    width: auto;
  }
  *::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 11px;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #8f46b2;
    border-radius: 11px;
  }
body{
    background:linear-gradient(to right,#422553 50%,#241b06);
    font-family: 'Quicksand', sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
    min-height: 100vh;
    font-size: 30px;
    overflow: auto;
}
main{
    position: relative;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
.hamburger{
    display: none;
    width: 50px;
    cursor: pointer;
}
.left{
    width: 440px;
}
.left-menu-con{
    position: fixed;
    width: 420px;
    height: calc(100% - 225px);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow-y: auto;
}
.progress{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 380px;
    min-height: 38px;
    margin-bottom: 20px;
}
.progress a{
    display: flex;
}
.items{
    width: 38px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}
.items img{
    max-width: 38px;
    max-height: 46px;
}
.box, .progress p{
    cursor: pointer;
}
.progress p:hover{
    color: #8f46b2;
}

.box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
    width: 340px;
    height: 46px;
    border-radius: 11px;
    cursor: auto;
}
.right{
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
}
.video{
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%;
}
video{
    width: 100%;
    height: 100%;
    min-width: 80%;
    min-height: 80%;
}
.eye-con{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}
.eye{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}
.content{
    display: none;
    width: 100%;
    max-height: 335px;
    border-radius: 0 0 11px 11px;
    background-color: #FFFFFF;
    padding: 20px;
    overflow:auto;
}
.img-con{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.x{
    cursor: pointer;
}
.questions-con{
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
}
.question{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.question_person, .teicejs{
    position: relative;
    display: flex;
    justify-content: center;
    width: 20%;
}
.question_person img{
    position: absolute;
    width: 100px;
    margin-top: -50px;
}
.question p{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 80%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 11px;
    cursor: pointer;
}
.question img, .content img{
    margin-bottom: 10px;
}
.button-box{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 50px;
}
.button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 285px;
    height: 63px;
    border-radius: 32px;
    background-color: #8f46b2;
    color: black;
    cursor: pointer;
    text-align: center;
    
}
.up-con{
    right: -70px;
    position: absolute;
    display: none;
    justify-content: flex-end;
    align-items: center;
}
.up{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.logo{
    position: fixed;
    width: calc(50vw + 440px);
    min-height: calc(100% - 125px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: -1;
}

a{
    text-decoration: none;
    color: white;
}
@media only screen and (max-width: 1450px) {
    .up-con{
        right: 300px;
    }
}
@media only screen and (max-width: 1000px) {
    main{
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        flex-direction: column;
        margin: 0;
    }
    .left{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 10vh;
    }
    .title{
        display: flex;
    }
    .hamburger{
        display: flex;
    }
    .hamburger img{
        width: 100%;
    }
    .left-menu-con{
        position: absolute;
        display: none;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 70vh;
        padding: 20px;
        margin-right: 20px;
        top: 10vh;
        right: 0;
        background-color: #6c3286;
        z-index: 1;
        border-radius: 11px;
    }
    .left-menu-con .title{
        display: none;
    }
    .prog{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .right{
        width: 80%;
    }
    .logo{
        display: none;
    }

}
@media only screen and (max-width: 880px) {
    .title{
        font-size: 40px;
    }
    .eye{
        width: 70px;
        height: 25px;
    }
    .right{
        width: 100%;
    }
    .button{
        width: 175px;
        height: auto;
        padding: 10px 0;
    }
    p{
        font-size: 24px;
    }
    .up-con{
        right: none;
        left: 0;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 700px) {
    p{
        font-size: 20px;
    }
    .question p{
        min-width: 80%;
    }
    .question{
        margin-bottom: 25px;
    }
    .question_person img, .dis .teicejs img{
        width: 69px;
        padding: 0;
        margin-top: -34.5px;
    }
    .left-menu-con{
        width: 80vw;
        overflow: auto;
    }
    .progress{
        min-width: 100%;
    }
    .box{
        width: 100%;
    }
}