/* #tut_header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-around;
    text-align: center;
    padding-top: 8rem;
    gap: 1rem;
    padding-right: 1rem;
}

#tut_header h3{
    font-size: 1.3rem;
    min-width: 22rem;
    width: 30%;
    margin-left: 1rem;
}

#tut_header img{
    width: 30%;
    min-width: 20rem;
    object-fit:cover;
    border: 5px solid white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
} */

#tut_header{
    background-color: beige;
    width: 100%;
    min-width: 44rem; 
}

#tut_header1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
    margin: 2rem 0rem 2rem 0rem;
    width: 100%;
    padding: 6rem 0rem 0rem 0rem;
    gap: 1rem;
}

#tut_header h3{
    font-size: 1.3rem;
    min-width: 22rem;
    width: 30%;
}

#tut_header video{
    width: 30%;
    min-width: 20rem;
    height: auto;
    object-fit:contain;
    border: 5px solid white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
} 

#geometry_info, #material_info, #price_info{
    background-color: beige;
    width: 100%;
    min-width: 44rem;
}

#geometry_info2, #material_info2, #price_info2{
    margin: 3rem auto;
    background-color: whitesmoke;
    color: black;
    border-radius: 1rem;
    width: 80%;
    min-width: 40rem;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .4);
}

#geometry_info3, #material_info3, #price_info3{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
    margin: 2rem 0rem 2rem 0rem;
    width: 100%;
    padding: 2rem 0rem 0rem 0rem;
    gap: 1rem;
}
#geometry_info3 h2, #material_info3 h2, #price_info3 h2{
    font-size: 1.5rem;
    text-align: center;
}

#geometry_info3 img, #material_info3 img, #price_info3 img{
    width: 30%;
    min-width: 19.5rem;
    background-color: #ffe1bf;
    border-radius: 12px;
    transform: rotateZ(-3deg);
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.25);
}

#geometry_info2 p, #material_info2 p, #price_info2 p{
    font-size: 1.1rem;
    width: 95%;
    margin: 0 auto;
    line-height: 2rem;
    min-width: 30rem;
    text-align: justify;
    padding: 1rem 1rem;
}

#geometry_info2 ol, #material_info2 ol, #price_info2 ol{
    font-size: 1.1rem;
    width: 95%;
    margin: 0 auto;
    line-height: 2rem;
    min-width: 30rem;
    text-align: justify;
    padding: 0rem 4rem;
}

#material_info2 ol, #geometry_info2 ol{
    padding-bottom: 2rem;
}

#geometry_info2:hover, #material_info2:hover, #price_info2:hover{
    background:linear-gradient(to right top, #0044ff9c, #000000e2);
    color: whitesmoke;
    transform: scale(1.1);
    transition: all ease 0.5s;
}

#footer_tutorial{
    background: linear-gradient(to right top, #0044ff9c, #000000e2);
    width: 100%;
    padding: 1rem 0;
    min-width: 44rem;
}

#profile_link{
    position: relative;
    background-color: white;
    border-radius: 2rem;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .4);
    width: 60%;
    min-width: 40rem;
    margin: 1rem auto;
}

#profile_link p{
    text-align: center;
    padding-top: 2rem;
    font-size: 1.2rem;
}

#profile_link div{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 0rem;
    font-size: 1rem;
    line-height: 5rem;
    width: 100%;
}

.fa {
    padding: 1rem;
    font-size: 15rem;
    width: 5rem;
    text-align: center;
    border-radius: 5px;
    margin: 2rem auto;
}

.fa:hover {
    opacity: 0.7;
}

.fa-google {
    background: white;
    color: #dd4b39;
    box-shadow: 1px 1px 5px black;
  }

.fa-linkedin {
    background: white;
    color: #007bb5;
    box-shadow: 1px 1px 5px black;
}

#going_model{
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    margin: 1rem auto;
    text-align: center;
    width: 100%;
    min-width: 44rem;
}

#going_model button{
    background-color: #063c8e;
    color: white;
    padding: 1rem;
    cursor: pointer;
    font-size: 2rem;
    border-radius: 10px;
    border: none;
    margin: 0 auto;
}

#going_model button:hover{
    background-color: #0066ffad;
    color: rgba(0, 0, 0, 0.732);
}
