html,
body {
    overflow-x: hidden;
}


:root {
    /* --text-color: white; */
    --gray: #ccc;
    --erply-blue: #ccc;
    /* --erply-dark: #1E2833; */
    --erply-yellow: #ccc;
}


* * {
    color: var(--text-color)
}

select,
select * {
    color: black;
    padding: 0em;
}

.stack {
    display: flex;
    flex-direction: column;
    padding: 12px;
}


.glass {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 700px;
    z-index: 0;
}

input {
    color: black;
}


.slide {
    max-width: 100%;
    width: 100%;
}

.breadcrumbs {
    border-radius: 50px;
    display: flex;
    width: 30rem;
    align-items: center;
    overflow: hidden;
}


input,
select {
    border-radius: 5px;
    height: 2rem;
    padding-left: .5rem;
    border: 1px solid var(--gray);
}

.divider {
    height: 1px;
    background-color: var(--gray);
    width: 100%;
}


.row {
    display: flex;
    flex-direction: row !important;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    margin-left: 0px;
    height: 100%;
}

ul {
    list-style-type: none;
    padding-left: 80px;
    margin-bottom: 32px;
    margin-top: 20px;
}

ul,
li {
    list-style-position: inside;
    text-indent: -2.5em;

}

li span {
    margin-left: 20px;
    font-size: 16px;
}






a {
    text-decoration: none
}

.passed {
    background: rgba(200, 200, 200, 0.1)
}

.current {
    background: rgba(0, 0, 0, .1)
}

.crumb {
    cursor: pointer;
    text-align: center;
    width: 75%;
    padding: 1rem;
    color: var(--text-color);
}


.slides_container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 50rem;
    flex-direction: row;
    align-items: center;
}

.button_container {
    width: max-content;
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.triangle1 {
    width: 200rem;
    height: 150rem;
    position: absolute;
    top: -100rem;
    rotate: -10deg;
    left: -30rem;
    background-color: var(--erply-dark);
    z-index: -1;
}



:root {
    /* --text-color: white; */
    --gray: #ccc;
    --erply-blue: #ccc;
    /* --erply-dark: #1E2833; */
    --erply-yellow: #ccc;
}

* * {
    color: var(--text-color);
    
}

body {
    height: 100vh;
    margin: 0;

    background-color: #FAFAFA;


}



.main {

    min-height: 200px;
    height: 100vh;
}

.stack {
    display: flex;
    flex-direction: column;
    order: 2;
    gap: 1rem;
}

input,
select {
    border-radius: 5px;
    height: 2rem;
    padding-left: .5rem;
    border: 1px solid #ccc;
}


.stack-sm {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.triangle1 {
    width: 200rem;
    height: 150rem;
    position: fixed;
    top: -100rem;
    rotate: -10deg;
    left: -30rem;
    background-color: var(--erply-dark);
    z-index: -1;
}

.glass {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 32px;
    width: 695px;
    height: auto;
    margin-right: 44px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 0px 1px rgba(2, 25, 56, 0.05), 0px 1px 2px 0px rgba(2, 25, 56, 0.15), 0px 2px 4px -1px rgba(2, 25, 56, 0.10);

}

button {
    border: 1px solid black;
    text-align: center;
    align-self: center;
    cursor: pointer;
    border-radius: 100px;
    padding: 1rem
}



label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 12px;
    margin-top: 14px;
}


.intro_wrapper {
    display: flex;
    order: 1;
    flex-direction: column;
    background-color: white;
    width: 50%;
    height: 100vh;
    overflow: hidden;
    margin-left: -80px;
    margin-top: 53px;
    position: relative;
    box-shadow: 0px 0px 0px 1px rgba(2, 25, 56, 0.05), 0px 1px 2px 0px rgba(2, 25, 56, 0.15), 0px 2px 4px -1px rgba(2, 25, 56, 0.10);
    max-width: 950px;
}

.intro_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 124px;
    position: relative;
    z-index: 3;
    margin-bottom: 53px;
    font-size: 16px;


 
}




.questionnaire {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}



.mainTitle {
    margin-top: 12px;
    margin-bottom: 16px;
}

.req::after {
    content: " *";
    color: red;
}



.icon-Logo {
    font-size: 2.2rem;
}



li {
    margin-top: 4px;
}

.signup {
    background-color: #FAFAFA;
    flex: 1;

}

.btn {
    padding: 10px 14px;
    font-size: 16px;
}


.slogan {
    color: #096DF2;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    letter-spacing: -0.32px;
    text-transform: uppercase;
    margin-top: 8rem;
    margin-left: 40px;
    margin-bottom: 19px;

}


h1 {
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 40px;
}

.intro-wrapper-heading {
    font-size: 38px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.72px;
    width: 432px;

}

#intro-wrapper-heading1 {
    margin-bottom: 52px;
}

.stack-heading {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 24px;
}

.stack-heading-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-left: -13px;
    margin-right: -13px;

}

/*page 2*/

.fill-1 {
    display: flex;
    overflow: hidden;
    justify-content: right;
    position: relative;
    margin-right: -232px;


}

.fill-1 img {
    flex-shrink: 0;

}

#taylored-chart {
    position: relative;
    margin-top: 4rem;
    margin-right: 18rem;

    overflow: hidden;
    z-index: 1;
    border-radius: 14.034px;
    box-shadow:
        0 0 0 8px rgb(233, 231, 231),
        0 0 0 1.17px #D3D5DC;
    border-bottom-left-radius: 0;

}




.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, white, transparent);
    z-index: 1;
    mask-image: linear-gradient(to bottom, white, transparent);
    -webkit-mask-image: linear-gradient(to bottom, white, transparent);

}



/*page 3*/ 

.fill-3 img {
    display: flex;
        overflow: hidden;
        justify-content: center;
        position: relative;
        flex-shrink: 0;
        min-width: 145%;
        min-height: 100%;
        margin-left: -200px;

}
/*page 4*/

.image-overlay-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 800px;
    background: linear-gradient(to bottom, white, transparent);
    z-index: 1;
    mask-image: linear-gradient(to bottom, white, transparent);
    -webkit-mask-image: linear-gradient(to bottom, white, transparent);
    margin-left: -300px;
    
}

.fill-4 {
    margin-top: 32px;
    z-index: 1;

}
.fill-4 img {
    display: flex;
    overflow: hidden;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    min-width: 160%;
    min-height: 80%;
    margin-left: -124px;
    z-index: 0;
    margin-bottom: -60px;
}

.intro_wrapper {
    position: relative;
    overflow: hidden;
}

.intro_text_wrapper {
    position: relative;
    z-index: 9;
    width: 600px;
}

#moreInformation {
    height: 121px;
}




@media only screen and (max-width: 1385px) {
    .row {
        width: 120%;
    }
        .stack {
            order: 1;

        }

        .glass{
            margin-left: auto;
            margin-right: 23%;
            margin-top: 6rem;
        }

        .intro_wrapper {
            width: 100%;
            order: 2;
    }
}

/* Updated styles for smaller screens (480px to 809px) */
@media only screen and (max-width: 809px) {

    #taylored-chart {
        margin-right: 6rem;
    }

    .stack {
        margin-left: 7%;

        
    }

    .glass {
        margin-top: 6rem;

    }

    .stack-heading {
        font-weight: bold;
    }

    .intro_wrapper {
        width: 100%;
        margin-left: 0;
        margin-top: -20px;
        order: 2;
    }

    .intro_text_wrapper {
        font-size: 12px;
        margin-top: -3rem;
    }

    
         .fill-4{
             margin-left: -15px;
             margin-right: 0;
             margin-top: 32px;
         }

    .fill-1 {
        margin-top: 16px;
        margin-right: -1.5rem;
    }

    .fill-3 {
        margin-top: 32px;
        margin-right: 5rem;
    }
    
    .stack {
        order: 1;
        width: 90%;
    }

    .intro_wrapper {
        order: 2;
    }

         
}


@media only screen and (max-width: 480px)  {
    body {
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    li span {
        font-size: 14px;
    }

    .intro_wrapper {
        width: 100%;
        margin-right: 0;
        flex: 2;
    }

      
    .intro_text_wrapper {
        font-size: 10px;
        margin-left: 0px;
        margin-right: 20px;
        width: 350px;
        margin-top: -50px;

    }

        .stack {
            order: 1;
            width: 90%;
        }
    
        .intro_wrapper {
            order: 2;
        }

    .intro-wrapper-heading {
        width: 80%;
        font-size: 28px;
        }

        .fill-1 img{
            margin-left: 0;
        }

        .fill-4 img {
            margin-left: 0px;
            margin-right: 0;
            z-index: 0;

        }

        .fill-4 { 
                margin-top: 32px;
                margin-right: -10px;
                
            }

        .fill-3 {
            margin-right: -22px;
        }

        .btn {
            font-size: 12px;
            justify-content: center;
            align-items: center;
        }

        .stack-heading {
            font-size: 18px;
        }

                ul,
                li {
                    list-style-position: inside;
                    text-indent: -4em;
        
                }


}

