
header {
    min-height: 100vh;
    padding: var(--SectionPadding) 10px;
    /* background-color: var(--BlackBackground); */
}

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 h1{
    margin: 30px 0;
}
header  h2 , header h3 {
    margin: 40px 0 10px;
}
header p , header ul li {
    margin-bottom: 16px;
}
header ul{
    list-style:decimal;
}
header ul li:first-child {
    margin-top: 10px;
}
header ul li{
    margin-right: 40px;

}

header img.new-cover{
    max-width: 350px;
    width: 100%;
    height: 100%;
}
header video{
    max-width: 350px;
    max-height: 350px;
    height: 100%;
    width: 100%;
}





header .row {
    overflow: visible !important;
    height: 100%;
    position: relative;
}

.position-stickyy {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}


@media (max-width:991px) {
    .position-stickyy {
    position: relative;
    top: 0px;
    align-self: flex-start;
}
}



header .fast-navigation{
    padding: 20px 33px;
    margin-bottom: 40px;
    background-color: #f2f2f2;
}
header .fast-navigation li{
    margin: 0;
    margin-bottom: 10px;
    color: #9a9a9a;
    transition: .3s linear;
}
header .fast-navigation li a{
    color: #9a9a9a;
    transition: .3s linear;
}
header .fast-navigation li:hover , header .fast-navigation li a:hover{
    color: var(--OrangeTransparenBackgournd);
}



.back-text-animation {
    /* background:red; */
    width: fit-content;
    z-index: 0;
    position: absolute;
    top: 0%;
    right: -3%;
    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;
    opacity: 40%;

}



