

body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--black_frst);
    padding:0;
    margin:0;
}

pre{
    font: inherit;
}



.background{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.landing_design{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0;
    width: 100vw;
    height: 100vh;
    flex-grow: 1;
    background: var(--black_frst);
    z-index: -1;
}

.landing_design_bg{
    stroke: var(--green_frth);
}

.landing_design_header{
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: var(--green_frst);
    font-size: 8rem;
    text-align: center;
}


.background.one{
    background: var(--white_frst);
    min-height: 200px;
}

.projects_introducer{
    font-size: 2rem;
    margin-bottom: 50px;
    text-align: center;
}

.project_container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: background 0.1s ease;
}

.project_container.hover{
    background: var(--black_sxth);
}

.project_container.hover .project_content{
    color: var(--black_scnd);
}

.project_container.hover .project_title{
    transform: translateX(5%);
}

.content.project_content_container{
    margin: 0;
}

.project{
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.project_number{
    color: var(--black_ftfth);
    font-size: 350px;
    margin-right: 5%;
    min-width: 200px;
}

.project_content{
    flex-grow: 1;
    font-size: 2rem;
    margin-right: 5%;
    color: var(--black_ftfth);
    transition: color 0.1s ease;
}

.project_title{
    max-width: 50%;
    font-size: 5rem;
    line-height: 0.9em;
    text-align: end;
    transition: transform 0.3s ease;
    margin-left: 5%;
}

.background.two{
    background: var(--black_ftfth);
}

.idea_container{
    display:flex;
    flex-direction: row;
    width:100%;
    margin-top: 80px;
    margin-bottom: 50px;
    gap: 50px;
}

.idea{
    display: flex;
    flex-direction: column;
    background: var(--white_frst);
    padding: 50px;
    width: 50%;
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 3px;
    text-decoration: none;
    color: inherit;
}

@media (hover:hover) and (pointer:fine){
	.idea:hover .idea_title{
	    color: var(--blue_scnd); 
	}
}
.idea:active .idea_title{
    color: var(--blue_scnd); 
}

.idea_title{
    color: var(--black_scnd);
    font-size: 3.8rem;
    transition: color 0.1s ease;
}

.idea_description{
    font-size: 2rem;
    white-space: pre-wrap;
    max-height: 400px;
    overflow: scroll;
}

.idea_buttons{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    gap: 20px;

}

.idea_button{
    display: flex;
    flex-direction: column;
    background: var(--black_frst);
    color: var(--white_scnd);
    justify-content: center;
    padding: 30px;
    flex-grow: 1;
    font-size: 2rem;
    text-decoration: none;
    transition: padding-left 0.3s ease;
}

@media (hover:hover) and (pointer:fine){
	.idea_button:hover{
	    background: var(--black_scnd);
	    padding-left: 60px;
	}
}
.idea_button:active{
    background: var(--black_scnd);
    padding-left: 60px;
}

.background.three{
    height: 200px;
    background: var(--white_frst);
}

.horizontal_curve{
    width: 100%;
    fill: white;
}

.horizontal_curve.one{
    transform: translateY(-4px);
}

.what_is_this{
    display: flex;
    align-items: center;
    font-size: 150px;
    color: var(--green_frst);
    height: 120vh;
}

.horizontal_curve.two{
    fill: var(--dark_green_frst);
    transform: translateY(4px);
}

.background.four{
    position: relative;
    background: var(--dark_green_frst);
}

.tutorial_curve{
    position: absolute;
    width: 400px;
    height: 100%;
    stroke-linecap: round;
}

.tutorial_stage{
    width: 100%;
    background: var(--black_frst);
    padding: 10px;
    z-index: 1;
    text-align: center;
    font-size: 2rem;
    color: var(--green_thrd);
    box-sizing: border-box;

}

.tutorial_step_background{
    display: flex;
    justify-content: center;
    width: 100%;
    transition: background 0.1s ease;
}

.tutorial_step_background.hover{
    background: rgba(200, 255, 200, 0.05);
}

.tutorial_step_background.hover .tutorial_step_title{
    transform: translateX(5%);
}


.tutorial_step_container{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    width: 100%;
    z-index: 1;

}

.tutorial_step_container.left{
    justify-content: flex-start;
}

.tutorial_step_container.right{
    justify-content: flex-end;
}

.tutorial_step{
    display:flex;
    flex-direction: column;
    font-size: 1.5rem;
    color: var(--green_scnd);
    width: 500px;
    margin-left: 20px;
    margin-right: 20px;
}

.tutorial_step_title{
    color: var(--green_frst);
    font-size: 4.3rem;
    transition: transform 0.3s ease;
}



.tutorial_button{
    font-size: 1.2rem;
    text-align: start;
    padding: 10px;
    padding-left: 20px;
    color: var(--blue_frst);
    border-color: var(--blue_scnd);
    background: none;
    border-radius: 10px;
    border-style: solid;
    transition: background 0.1s ease, color 0.1s ease;
    text-decoration: none;
}
@media (hover:hover) and (pointer:fine){
	.tutorial_button:hover{
	    background: var(--blue_scnd);
	    color: var(--green_frst);
	}
}
.tutorial_button:active{
    background: var(--blue_scnd);
    color: var(--green_frst);
}

.horizontal_curve.three{
    fill: var(--dark_green_frst);
    transform: translateY(-4px);
    z-index: -1;
}

.a_new_company{
    display:flex;
    align-items: center;
    justify-content: center;
    height: 140vh;
    font-size: 120px;
    color: var(--blue_frst);
    text-align: center;
}

.horizontal_curve.four{
    fill: var(--white_frst);
    transform: translateY(4px);
}

.background.five{
    background: var(--white_frst);
}

.legal_objects{
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px;
}

.link{
    color: var(--black_frth);
    text-decoration: none;
}
@media (hover:hover) and (pointer:fine){
	.link:hover{
	    color: var(--blue_thrd);
	}
}
.link:active{
    color: var(--blue_thrd);
}




@media only screen and (max-width: 1500px) {

    .content.project_content_container{
        padding: 0;
    }

    .landing_design_header{
        font-size: 60px;
    }

    .project_number{
        font-size: 200px;
        min-width: 100px;
        margin-left: 5%;
    }
    .project_content{
        font-size: 1rem;
    }
    .project_title{
        font-size: 50px;
        margin-right: 5%;
    }

    .idea_container{
        padding-left: 30px;
        padding-right: 30px;
    }

    .idea_button{
        font-size: 1.4rem;
    }

    .idea_title{
        font-size: 2.5rem;
    }

    .idea_description{
        font-size: 1rem;
    }

    .what_is_this{
        font-size: 60px;
    }



    .tutorial_step_container.right{
        justify-content: center;
    }
    .tutorial_step_container.left{
        justify-content: center;
    }


    .tutorial_step_title{
        font-size: 3.3rem;
    }

    .tutorial_step{
        font-size: 1rem;
    }

    .tutorial_button{
        font-size: 1rem;
    }

    .horizontal_curve{
        height: 50px;
    }

    .a_new_company{
        font-size: 60px;
    }
}

@media only screen and (max-width: 1000px) {
    .idea_container{
        flex-direction: column;
    }
    .idea{
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {

    .project{
        position: relative;
        flex-direction: column;
        min-height: 200px;
        width: 100%;
        box-sizing: border-box;
    }
    .project_number{
        position: absolute;
        display: flex;
        color: var(--black_sxth);
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0;
    }
    .project_title{
        flex-grow: 1;
        max-width: 100%;
        margin: 5%;
        z-index: 1;
        text-align: center;
        order: 1;
    }
    .project_content{
        order: 2;
        z-index: 1;
        margin: 5%;
        color: var(--black_thrd);
    }

    .tutorial_stage{
        box-sizing: border-box;
    }

    .tutorial_curve{
        max-width: 100%;
    }





    .tutorial_step_background.two{
        background: rgba(200, 255, 200, 0.05);
    }
    .tutorial_step_background.four{
        background: rgba(200, 255, 200, 0.05);
    }
    .tutorial_step_background.six{
        background: rgba(200, 255, 200, 0.05);
    }

    .legal_objects{
        font-size: 0.8rem;
    }
    
}

.template{
    display: none;
}
