
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;
}

.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);
}






.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: var(--OrangeTransparenBackgournd);
    font-size: 8rem;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Poppins';
    font-weight: bold;

}



