body {
    margin: 0;
    padding: 0;
    background: #121212 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100vw;
    overflow-x: hidden;

}

header{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
}

main{
    margin-top: 105vh;
    height: 100vh;
    background-color: #1d1d1d;
    position: relative;
}
.le-fs-1{
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: black;
}
.le-fs-2{
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p{
    text-align: justify;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

a{
    text-decoration: none !important;
    cursor: pointer;
    color: #e30613 !important;
}

a:hover{
    color: #8A0C0C !important;
}

a.red:hover{
    color: #EDEDED !important;
}

.text-white{
color: white;
}


#red-strip{
    background-color: #e30613;
    transform: rotateZ(1deg);
    width: 101vw;
    margin-top: -1.4rem;
    margin-left: -5px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 10;

}

#gray-strip, #redmin-strip{
    background: #1E1E1E;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 10;
    transform: rotateZ(1deg);
    width: 100vw;
    margin-top: -1.4rem;
    position: absolute;

}

#redmin-strip{
    background: #e30613;
    box-shadow: unset;
    bottom: -24px;
}

#gray-strip span{
    color: rgba(255, 255, 255, 0.307);
    text-align: justify;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: none;

}

#about{
    height: unset;
    min-height: 90vh !important;
    width: 100%;
    background-image: url("../img/pavel.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center;
    background-size: cover;
    background-color: white;
    margin-top: -1rem;
    }

#video{
    height: fit-content;
    width: 100%;
    min-height: max-content;
    background-color: #e30613;
    color: white;
    padding: 10rem 0 7rem 0;
}


#video div{

height: max-content;
}

video{
    width: 50%;
    margin: 0 auto;
}


#form{
    height: fit-content;
    width: 100%;
    min-height: max-content;
    background-color: #fbfbfb;
    color: black;
    padding: 10rem 0 0rem 0;
}

footer{
    background-color: #e30613;
    padding-bottom: 1.5rem;
}

.text-block{
    text-shadow: 0px 0px 16px rgb(255 255 255), 0px 0px 32px rgb(255 255 255), 0px 0px 64px rgb(255 255 255), 0px 0px 74px rgb(255 255 255), 0px 0px 41px rgb(255 255 255);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(15px);
    border-radius: 0 0 1rem 1rem;
    background-color: rgba(255, 255, 255, 0.466);
    height: min-content;
}


@media (min-width: 1000px) {

}


@media (max-width: 800px) {
    #about{
        height: 65rem !important;
        margin-top: 12rem !important;
        padding-bottom: 5rem !important;       
        position: relative;
        background-image: none;

    }  
    #about::before{
        position: absolute;
        content: "";  
        width: 100%;
        height: 105%;
        margin-top: -5rem;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(15px);
        background-color: rgba(255, 255, 255, 0.466);

    }  
    .text-block{
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background-color: unset;
        padding-right: none;
        position: absolute;
    }

    footer{
        padding-bottom: 6rem;
    }
    
    main
    {
        margin-top: 105vh;
        padding-top: 1px;
        height: 100vh;
        background-color: #1d1d1d;
        position: relative;

    }
    #red-strip{

        width: 103vw;
        margin-top: -5px;
        padding-top: 3.5rem !important;

    
    }

    #gray-strip span{

        font-size: 1rem;

    
    }

    video{
        width: 90%;
        margin: 0 auto;
    }

    .le-fs-1{
        font-size: 4rem;

    }
    .le-fs-2{
        font-size: 2rem;

    }

    p{
        font-size: 1.2rem;

    }
}
