.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.background{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: opacity(0.9);
    z-index: -99;
    object-fit: cover;
}

#form-message{
    display: none;
}

body{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100vh;
    background-color: #796955;
}
#contact-submit{
    background: #97bf1f;
    color: rgb(255, 255, 255);
    justify-self: center;
    width: 160px;
    padding: 8px;
    border-radius: 3px;
    text-transform: uppercase;
}
#contact-submit:hover{
    cursor: pointer;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
    display: flex;
}
.container .right-side{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.container .right-side>div{
    padding: 25px 55px 25px 25px;
    min-width: 560px;
    background: rgb(233, 233, 233);
    text-align: center;
    color: rgb(82, 82, 82);
}
.container .right-side>div h1{
    text-transform: uppercase;
    font-size: 2rem;
    color: #796955;
}
.right-side{
    margin: 0 10px;
}
.contact-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contact-form>div{
    width: 100%;
    margin: 10px 0;
}
.form-field{
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
input{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 1rem;
}
textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 1rem;
    margin-bottom: 30px;
}
#contact-form label{
    text-align: left;
    margin-right: 20px;
    min-width: 90px;
    margin-left: 30px;
}
.hidden{
    display: none;
}
img{
    object-fit: contain;
}
html *{
    box-sizing: border-box;
}
html{
    min-height: 100vh;
    font-family: 'Oswald', sans-serif;
}
.left{
    margin-left: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 610px;
    min-height: 100vh;
    background: white;
    padding: 50px;
    border: 15px solid #97bf1f;
    border-top: 0;
    border-bottom: 0;
}
.left *{
    width: 100%;
    color: rgb(82, 82, 82);
    text-align: center;
}
.left p{
    line-height: 1;
    margin: 0;
    text-align: center;
}
.left .p-1{
    text-transform: uppercase;
    letter-spacing: 5.5px;
    font-size: 26px;
    font-weight: 200;
}
.left .p-2{
    text-transform: uppercase;
    letter-spacing: 7.7px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.5;
}
.left .p-3{
    text-transform: uppercase;
    letter-spacing: 7.8px;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 60px;
}
.left .p-4{
    text-transform: uppercase;
    letter-spacing: 3.3px;
    font-size: 40px;
    font-weight: 600;
    color: #97bf1f;
}
.left .p-5{
    margin-bottom: 30px;
    letter-spacing: 6px;
    font-size: 25px;
    font-weight: 300;
}
@media (max-width: 695.98px) {
    .left{
        margin-left: 0;
        max-width: 100%;
        text-align: center;
    }
    .right-side{
        max-width: 100%;
        min-width: 100%;
    }
    .right-side>div{
        padding-inline: 10px !important;
        max-width: 100%;
        min-width: 100% !important;
    }
    .right-side form{
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-width: 100%;
    }
    .right-side form label{
        margin-left: 0 !important;
        margin-right: 10px !important;
        min-width: 65px !important;
        max-width: 65px !important;
    }
    .left p{
        text-align: center;
    }
    .left .p-1{
        letter-spacing: 5.5px;
        font-size: 22px;
    }
    .left .p-2{
        letter-spacing: 4px;
        font-size: 26px;
    }
    .left .p-3{
        letter-spacing: 3px;
        font-size: 36px;
    }
    .left .p-4{
        letter-spacing: 3px;
        font-size: 16px;
    }
    .left .p-5{
        letter-spacing: 4px;
        font-size: 15px;
        font-weight: 300;
    }
    .button a{
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-style: italic;
        text-decoration: none;
        letter-spacing: 2px;
    }
    .button a::before{
       display: none;
    }
    #contact-form{
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
    .right-side{
        width: 100%;
        margin: 0;
        display: block;
    }
}
@media (max-width: 1430.98px) {
    .contact-flex{
        flex-wrap: wrap;
    }

}
@media (max-width: 1200.98px) {
    .left{
        margin-left: 0;
    }
    .container{
        flex-wrap: wrap;
        justify-content: center;
    }
    #contact-form{
        max-width: 530px;
    }
}