@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');

body{
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    overflow: hidden;
}


iframe {
    
    margin-top: -60px;
    width: 100vw;
    height: 120vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border: none;
    pointer-events: none;
    object-fit: cover;
}

@media screen and (max-width: 1000px) {
    iframe {
        margin-top: -60px;
        width: 200vw;
        height: 200vh;
        top: -400px;
        z-index: -1;
        border: none;
        pointer-events: none;
      
        transform-origin: center;
        transform: scale(2);
    }
}

@media screen and (max-width: 700px) {
    .title1 {
       
       
        
        
        
        transform: translate(-20%,-150%);
        font-size: 2.5rem;
    }
    .title2 {
       
        rotate: -90deg;
        
        
        
        transform: translate(-42%,-0%);
        font-size: 8rem;
    }
}

video{

    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

header{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    color: #fff;
    text-align: center;
}

header h1{
    font-weight: 500;
    font-size: 1.75rem;
    text-transform: uppercase;
    line-height: 1;
}

header span{
    font-weight: 800;
    font-size: 7rem;
    display: block;
}

.description{
    position: absolute;
    bottom: 2%;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    opacity: 0.7;
    padding: 1.5rem;
}

.description p{
    text-align: justify;
    max-width: 42rem;
    margin-inline: auto;
    line-height: 1.5;
}

.copyright{
    font-size: 0.65rem;
}

.copyright a{
    color: #fff;
    text-underline-offset: 1.8px;
}

@media screen and (max-width: 1200px) {
    .description{
        position: absolute;
        width: 91vw;
        bottom: 0;
        border-radius: 20px 20px 0 0;
        margin: auto;
        padding: 0.6rem 1.5rem;
    }
}