body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: #fff;
    /* background-color: #71baed; */
}

#home {
    flex-direction: row;
}

.home-bg {
    display: flex;
    flex-direction: column;
}

.home-bg .home-div {
    flex: 1;
}


/* Nav CSS */


nav {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    /* height: 50px; */
    padding: 0.8%;
}

.logo-image {
    justify-content: flex-start;
}

.nav-links {
    list-style: none;
    margin-bottom: 0em;
    margin-top: 8px;
    float: right;
}

.nav-links li {
    justify-content: flex-end;
    display: inline-block;
    padding: 0px 15px;
    margin-left: 20px;
}

.nav-links li a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #3e4667;
}


/* Home page CSS */

.home-img {
    margin-right: 100px;
    margin-left: 30px;
    border-radius: 3%;
    max-width: 115%;
    height: auto;
    border: 1px solid black;
    outline: 2px solid #CD85EF;
    outline-offset: 20px;
}

.mobile {
    display: none;
}

.mobile-welcome-text {
    text-align: center;
}

.home-div {
    background: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
}

/*Fit Css */
#find-fit-video {
    margin-left: 300px;
    height: 75%;
    width: auto;
}

.fit-main {
    background: white;
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
}

.login-main p {
    margin: 2px;
    color: #CD85EF;
}

.fit-img {
    width: 30%;
    height: auto;
    margin-left: 500px;
}

.fit-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.fit-intro {
    margin-bottom: 50px;
    margin-left: 7px;
    color: #8e8e8e;
}

.fit-intro h1 {
    font-weight: 800;
    color: #000;
}


.info-div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: 100px;
}

.info-div h1 {
    color: black;
    font-weight: 700;
    font-size: 100px;
}

.info-div h4 {
    color: #000;
    font-weight: 700;
}

.click {
    color: #CD85EF;
}

.info-div a {
    background-color: #eda2fd;
    border-color: black;
    border-style: solid;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
    border-radius: 30px;
    padding: 15px;
    text-decoration: none;
}


/* Login Page CSS */

.login-main {
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.login-img {
    width: 61%;
    height: auto;
    margin-top: 20px;
}

.login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}


.login-form h6 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.login-intro {
    margin-bottom: 30px;
    text-align: center;
    color: #8e8e8e;
}

.login-intro h1 {
    font-weight: 800;
    color: #000;
}

.login-body {
    display: block;
    text-align: center;
}

.login-body div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-para {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 27px;
}

.form-para svg {
    border: none;
    margin-right: 20px;
    padding: 5px;
    fill: #8e8e8e;
}

.form-para input {
    border: none;
}

.form-para input ::placeholder {
    color: #8e8e8e;
}

.form-para p {
    color: #8e8e8e;
    font-weight: 400;
}

.form-para span {
    margin-left: 15px;

}

.form-para p input {
    margin-left: 100px;
}


/* Register Page css */



.register-main {
    display: flex;
    justify-content: center;
    background-color: #fff;
    align-items: center;
}

.register-img {
    width: 44.2%;
    height: auto;
}

.register-form {
    margin-top: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.register-form p {
    display: block;
    margin-left: auto;
}

.register-intro {
    margin-top: 28px;
    margin-left: 7px;
    color: #8e8e8e;
    margin-bottom: 0px;
}

.register-intro h1 {
    font-weight: 800;
    color: #000;
}


/*Build Wardrobe Css */
#build {
    display: flex;
}

.build-info {
    display: flex;
    flex-direction: column;
}

.section-details {
    float: inline-start;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 2%;
    margin-right: 2%;
}

.demo-info {
    text-align: center;
}

.section-details p {
    margin-top: revert;
    margin-bottom: 20px;
    text-align: center;
    font-size: small;
}

.show-onclick {
    display: none;
}

.buttons {
    display: flex;
}

.buttons a {
    font-size: small;
    text-align: center;
    margin-top: 0px;
}


/* Question Page CSS */

.score-main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.score-title {
    color: #CD85EF;
    margin: 1rem;
    padding: 0rem 2rem;
    text-align: center;
}

.collection {
    text-align: center;
    width: 80%;
}

.ques-div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.select-style {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* .ques-div {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.qnum h2 {
    color: #CD85EF;
    margin: 1rem;
    padding: 0rem 2rem;
    text-align: center;
}

/* .qnum h2 {
    margin-top: 25px;
    color: #CD85EF;
} */
.title {
    color: #000;
}

/* form hr {
    border: 1px dashed #525976;
} */

/*Select Css*/

.select-div {
    display: inline-flex;
}

.info-div h2 {
    font-weight: 500px;
    font-size: 70;
}

.fit-item {
    text-align: center;
    display: block;
    background-color: transparent;
    border: 1px solid transparent;
    margin-right: 1px;
    margin-bottom: 1px;
}

.item {
    display: grid;
}

.fit-item a {
    display: block;
}

.select-img {
    height: 400px;
    width: auto;
}


[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.options-div li label {
    font-size: 0.1px;
    color: white;
}


.options-div {
    margin-top: 30px;
    display: flex;
    color: white;
    size: 1px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

@media (max-width: 800px) {

    .options-div {
        /*display property will be overriden as any class further inside this scope*/
        display: block;
        margin-top: auto;
    }

    .home-img {
        display: none;
    }

    .fit-img {
        display: none;
    }

}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media (max-width: 800px) {
        .options-div {
            /*display property will be overriden as any class further inside this scope*/
            display: block;
        }

        .home-img {
            display: none;
        }

        .home-div h1 {
            font-weight: 400;
        }

        .fit-img {
            display: none;
        }
    }
}

.scroll {
    text-align: center;
    color: #CD85EF;
    margin-left: 10%;
    margin-right: 10%;
}

.clicked {
    border: 1px solid black;
    outline: 2px solid #CD85EF;
    outline-offset: 20px;
}

.options-div img {
    border-radius: 5%;
    margin-right: 50px;
    margin-left: 50px;
    height: 400px;
    width: auto;

}

.img-label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CD85EF;
    margin-top: 50px;
}

.options-div h3 {
    color: #000;
}

.progressbar {
    display: flex;
    justify-content: flex-end
}

progress {
    border-radius: 7px;
    width: 150px;
    height: 30px;
    border: 0.1px solid black;
    /* box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 ); */
}

progress::-webkit-progress-bar {
    background-color: #fff;
    border-radius: 7px;
}

progress::-webkit-progress-value {
    background-color: #CD85EF;
    border-radius: 7px;
    /* box-shadow: 1px 1px 5px 3px rgba( 255, 0, 0, 0.8 ); */
}

progress::-moz-progress-bar {
    background-color: #CD85EF;
    border-radius: 7px;
}

.progresstext {
    margin: auto 5px;
}

/* .options-div input{
    margin-top: 10px;
} */

.sub-btn {
    display: block;
    margin-left: auto;
}

.check-circle {
    font-size: 1.4em;
    color: #3e4667;
}

/* Scores Page CSS */

.score-main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.score-title {
    color: #CD85EF;
    margin: 1rem;
    padding: 0rem 2rem;
    text-align: center;
}

.collection {
    text-align: center;
    width: 80%;
}

.styles {
    border: 3px solid #CD85EF;
    border-radius: 10px;
    margin: 1rem;
    padding: 0rem 2rem;
    text-align: center;
    height: 350px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    display: inline-block;
}

.fit-item {
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    margin-right: 1px;
    margin-bottom: 1px;
    display: inline-block;
    margin: 2px;
    border-color: #CD85EF;
    border-radius: 3px;
    border-width: 3px;
}

.outfits {
    border: 3px solid #CD85EF;
    border-radius: 10px;
    text-align: center;
    height: 350px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    display: inline-block;
}

.show-outfits {
    border: 3px solid #CD85EF;
    border-radius: 10px;
    margin: 1rem;
    padding: 0rem 2rem;
    text-align: center;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    display: inline-block;
}

.fits {
    border: 3px solid #CD85EF;
    border-radius: 10px;
    margin: 1rem;
    padding: 0rem 2rem;
    text-align: center;
    height: 450px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    display: inline-block;
}

.outfit {
    display: inline-block;
    margin: 2px;
    border-color: #CD85EF;
    border-radius: 3px;
    border-width: 3px;
}

.product-image {
    width: 200px;
    height: auto;
}

.display-product-image {
    width: auto;
    height: 350px;
}

.high-score-name {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #49535f;
    padding: 5px;
    margin: 5px;
    margin-left: 18px;
}

.redirect-links {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 60%;
}

#embed {
    display: none;
}

.embed-button {
    margin-top: 5px;
    background-color: #eda2fd;
    border-color: black;
    border-style: solid;
    color: #fff;
    padding: 15px;
    text-decoration: none;
}