
*{
    /* outline: 1px solid red; */
}
header {
    min-height: 100vh;
    padding: var(--SectionPadding) 10px;
    /* background-color: var(--BlackBackground); */
}
header .box{
    /* max-width: 400px; */
    width: 100%;
    /* height: 400px; */
    max-height: 460px;
    height: 100%;

}
header .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border: 1px solid var(--OrangeText);
}
header a.suggets-img{
    display: block;
    /* max-width: 150px; */
    height: 250px;
    border: 1px solid var(--OrangeText);
    width: 100%;
    box-shadow: 0 2px 5px var(--OrangeText);
}



header ul{
    /* list-style: none; */
}
header ul li{
    margin: 5px 0;
    color: white;
}
.course-introducer-box img{
    filter: grayscale(1);
}

.demo-button{
    border: 2px solid white;
    padding: 10px;
    color: white;
    width: 120px;
    transform: scaleX(1.2);
    transition: .4s linear;
}
.demo-button:hover{
    background-color: var(--OrangeText);
}
.comments .comment h6{
    color: gray;
}
.comments .comment-content {
    max-width: 600px;
    width: 100%;
}
.comments input{
    outline: none;
    border: 1px solid orangered;
    color: white;
}
.comments button{
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: 1px solid orangered;
    color: white;
    background-color: orangered;
}





.back-text-animation {
    /* background:red; */
    width: fit-content;
    z-index: 1;
    position: absolute;
    top: 0%;
    right: 0%;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    /* background-color: red; */
}

.ml3 {
    color: rgba(255, 255, 255, 0.578);
    white-space: nowrap;
    overflow: hidden;
    font-size: 8rem;
    overflow: hidden;
        font-family: 'Poppins', sans-serif;
    font-weight: bold;
}



