.casablanca-headervideo{
position: relative;
height: calc(100vh - 8rem);
overflow: hidden;
}
@media screen and (max-width: 1100px){
.casablanca-headervideo{
height: calc(100vh - 4rem);
}
}
.casablanca-headervideo video,
.casablanca-headervideo img.casablanca-headervideo-image{
width: auto;
max-width: none;
min-height: 100%;
min-width: 100%;
position: absolute;
top: 50%;
pointer-events: none; 
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.casablanca-headervideo img.casablanca-headervideo-image{
display: none;
}
.casablanca-headervideo *::-webkit-media-controls{
display: none !important;
}
.casablanca-headervideo video::-webkit-media-controls-panel {
display: flex !important;
opacity: 1 !important;
}
@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}
.casablanca-headervideo-headlines{
text-align: left;
text-transform: uppercase;
font-family: Roboto,Sans-serif;
font-weight: 900;
margin-left: 6rem;
position: absolute;
top: 60%;
transform: translateY(-50%);
opacity: 0;
animation: fadein 3s;
animation-delay: 2s;
animation-fill-mode: forwards;
}
.casablanca-headervideo-preheadline{
color: #fff;
font-size: 27px;
line-height: 62px;
}
.casablanca-headervideo-headline{
color: #fff;
font-size: 110px;
line-height: 110px;
}
.casablanca-headervideo-progressbar-markers{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.casablanca-headervideo-progressbar-marker{
width: 10px;
height: 10px;
background: rgba(255,255,255,0.8);
border-radius: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
margin: 0;
transition: background 0.2s;
cursor: pointer;
}
.casablanca-headervideo-controls{
position: absolute;
width: 100%;
display: flex;
padding: 2rem 4rem;
align-items: center;
justify-content: center;
bottom: 50px;
}
.casablanca-headervideo-controls button{
background: none;
border: none;
color: #fff;
cursor: pointer;
}
.casablanca-headervideo-progressbar{
margin: 0 1rem;
background: rgba(255,255,255, 0.5);
position: relative;
height: 0.1rem;
flex-grow: 1;
max-width: 1000px;
}
.casablanca-headervideo-progressbar-progress{
position: absolute;
background: rgba(255,255,255, 1);
display: inline-block;
height: 150%;
top: 0;
left: 0;
}
.casablanca-headervideo-btn-play .fa-play{
display: block;
}
.casablanca-headervideo.playing .casablanca-headervideo-btn-play .fa-play{
display: none;
}
.casablanca-headervideo-btn-play .fa-pause{
display: none;
}
.casablanca-headervideo.playing .casablanca-headervideo-btn-play .fa-pause{
display: block;
}
.casablanca-headervideo-btn-mute .fa-volume{
display: block;
}
.casablanca-headervideo.muted .casablanca-headervideo-btn-mute .fa-volume{
display: none;
}
.casablanca-headervideo-btn-mute .fa-volume-slash{
display: none;
}
.casablanca-headervideo.muted .casablanca-headervideo-btn-mute .fa-volume-slash{
display: block;
}
.mejs__overlay-button {
display: none;
}
@media (max-width: 1200px){
.casablanca-headervideo{
padding-top: 56.25%;
height: auto;
}
.casablanca-headervideo video,
.casablanca-headervideo img.casablanca-headervideo-image{
max-width: 100%;
}
}
@media (max-width: 1048px){
.casablanca-headervideo-progressbar-markers{
display: none;
}
}
@media only screen and (max-width: 992px) {
.casablanca-headervideo-preheadline{
font-size: 25px;
line-height: 1em;
}
.casablanca-headervideo-headline{
font-size: 35px;
line-height: 1em;
}
.casablanca-headervideo-controls{ 
display: none;
}
.casablanca-headervideo video{
display: none;
}
.casablanca-headervideo img.casablanca-headervideo-image{
display: block;
}
}
@media only screen and (max-width: 600px) {
.casablanca-headervideo-headlines{
margin: 0 2rem;
top: auto;
bottom: 0rem;
}
.casablanca-headervideo-preheadline{
font-size: 16px;
}
.casablanca-headervideo-headline{
font-size: 20px;
}
}#form-body {
display: flex;
justify-content: center;
}
form {
width: 100%;
}
.form-element {
display: flex;
flex-direction: column;
margin-bottom: 5px;
}
label {
font-family: Roboto;
font-size: 15px;
padding-left: 10px;
padding-bottom: 5px;
}
.input-field {
border: solid 1px;
border-color: #42698A;
border-radius: 10px;
height: 40px;
width: 100%;
background-color: white; 
padding-left: 10px;
}
.invalid{
border: 1px solid red !important;
}
input[type="checkbox"]{
border: 1px solid black !important;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none; 
width: 14px;
height: 14px;
position: relative;
cursor: pointer;
}
input[type="checkbox"].invalid{
border: 1px solid red !important;
}
input[type="checkbox"]:checked::after {
content: "✓";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 12px;
line-height: 1;
}
.input-field-note {
border: solid 1px;
border-color: #42698A;
border-radius: 10px;
width: 100%;
background-color: white;
padding-left: 10px;
padding-top: 10px;
}
#form {
display: flex;
flex-direction: row;
}
#column1 {
width: 100%;
margin: 15px;
}
#column2 {
width: 100%;
margin: 15px;
}
#submit {
display: flex;
justify-content: right;
}
.form-button {
display: inline-block;
width: fit-content;
border: none;
background-color: #42698A;
color: white;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 25px;
padding-right: 25px;
border-radius: 100px;
font-weight: 300;
cursor: pointer;
margin-top: 10px;
font-size: 15px;
}
.form-button:hover {
background-color: #002c4a;
transition: 300ms ease-in-out;
}
h1 {
color: pink;
font-size: 48px;
font-weight: bolder;
}
.g-recaptcha {
margin-top: 15px;
} .tab {
display: none;
} .step {
height: 10px;
width: 10px;
margin: 0 2px;
background-color: #d4d4d4;
border: none;
border-radius: 50%;
display: inline-block;
opacity: 0.5;
} .step.active {
opacity: 1;
} .step.finish {
background-color: #42698A;
} #prevBtn:hover {
background-color: #004980;
transition: 300ms ease-in-out;
}
.btn {
display: inline-block;
width: fit-content;
border: none;
background-color: #002c4a;
color: white;
padding-top: 11.5px;
padding-bottom: 11.5px;
padding-left: 25px;
padding-right: 25px;
border-radius: 100px;
font-weight: 300;
cursor: pointer;
margin-top: 10px;
font-size: 15px;
}
#nextBtn:hover {
background-color: #004980;
transition: 300ms ease-in-out;
}