* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

bory {
    height: 100vh;
    width: 100vw;
}

.Video {
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

video {
    position: fixed;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

.MaskVideo{
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);
}

.Container1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 30px 130px;
}

.Hatmario {
    height: 40px;
}

.boxheader {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
}

.boxheader a {
    color: rgb(207, 207, 207);
    text-decoration-line: none;
    font-size: 20px;
}

.boxLinks {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.boxLinks a {
    color: rgb(179, 179, 179);
    font-size: 28px;
}

.BoxSection {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 120px;
    margin-left: 150px;
}

.BoxMain {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.logoMovie {
    width: 260px;
}

p {
    width: 558px;
    font-size: 1.125rem;
    line-height: 30px;
    color: white;
}

.button1 {
    padding: 10px 0;
    border-radius: 3px;
    transform: skew(-10deg);
    background-color: red;
    padding: 10px;
    width: 180px;
    height: 45px;
    font-weight: 600;
    color: white;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.button2 {
    padding: 10px 0;
    border-radius: 3px;
    transform: skew(-10deg);
    background: transparent;
    border: 1px solid green;
    padding: 10px;
    width: 180px;
    height: 45px;
    font-weight: 600;
    color: white;
    font-size: 16px;
    margin-left: 30px;
    font-weight: 400;
    cursor: pointer;
}

.Container2 {
    display: flex;
    flex-direction: row;
    gap: 220px;
}