* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    
    background: scroll;
    color: #fff;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    
}

ul li {
    margin-right: 3vh;
    font-family: "Roboto";
    font-weight: 600;
}

ul li:hover {
    color: #AB2328;
}

video {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.indicator {
    width: 75px;
    height: 125px;
    border: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    margin-top: 37%;
    margin-left: 50%;
}

.indicator:before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #AB2328;
    margin: auto;
    left: 0;
    right: 0;
    top: 30px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
}

@keyframes animate {
    0% {
        opacity: 1;
        top: 30px;
    }

    100% {
        opacity: 0;
        top: 100px;
        transform: scale(0.8);
    }

}

.title .text h1 {
    color: #AB2328;
    display: flex;
    justify-content: center;
    padding-top: 5vh;
    animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;

}
.content h2 {
    color: #AB2328;
    display: flex;
    justify-content: center;
    padding-top: 5vh;
    font-weight: 500;
    animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;

}
.content .row h4 {
    padding-top: 2vh;
    color: #AB2328;
    padding-left: 5vh;
    font-family: "Roboto", sans-serif;
    animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;
}

.content .row h3 {
    padding-top: 2vh;
    padding-left: 5vh;
    font-family: "Roboto", sans-serif;
    animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;
    
}

.content .row p {
    display: flex;
    justify-content: center;
    padding-top: 3vh;
    letter-spacing: 0.1vw;
    padding-left: 5vh;
    font-family: "Roboto", sans-serif;
    animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;
}

.content .row img {
    width: 70ch;
    margin-left: 20vh;
    padding-bottom: 5vh;
    border-radius: 10%;
    animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;
    
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
 

}

.age-gate {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.age-gate-content {
    background-color: #ffffff;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    
}


.age-gate-content h2 {
  color: #AB2328;
    
}

.age-gate-content img {
    padding-bottom: 2vh;
    
}

input {
    border-color: #AB2328;
}

button {
    display: inline-block;
    border-radius: 4px;
    background-color: #AB2328;
    border: none;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    padding: 20px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  button:hover span {
    padding-right: 25px;
  }
  
  button:hover span:after {
    opacity: 1;
    right: 0;
  }


  .form {
    width: 400px;
    margin:auto;
    background: transparent;
    border-radius: 3px;
    margin-top: 1em;
    margin-bottom: 6em;
    padding: 1.25em;
  }
  
  .form h3 {
    font-size: 1.98em;
    margin-bottom: .8em;
    margin-top: .2em;
    margin-left: .4em;
    font-weight: 500;
    color: #AB2328;
  }
  
 .btn-danger {
    box-shadow: 0; 
    border: none; 
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: all .5s;
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    width: 30%;
    border-radius: 3px;
    text-transform: uppercase;
    margin: auto;
    margin-top: 1.44em;
    margin-bottom: .55em;
    margin-left: 6em;
    display: inherit;
  }
  
  
  .form-group {
    position: relative;
    opacity: 1;
    transition: .6s;
    padding: 1vh;
  }
  

  
  .form-control {
    transition: opacity .6s;
    opacity: 1;
    border: 0;
    border-bottom: 2px solid #bdc3c7;
    border-radius: 0;
    background: #AB2328;
    font-size: 15px;
    line-height: 1.467;
    padding: 4px;
    height: 42px;
  }
  
   textarea {
    transition: all 800ms;
    font-family: "Roboto";
    resize: none;  
    overflow: auto; 
    outline:none; 
    font-family:inherit; 
    box-sizing:border-box;
    width: 100%;
    padding: 0px 4px;
    color: #34495e;
    margin-top: 1.25em;
  }
  



.contactus h2 {
    margin: 4vh;
    color: #fff;
    font-family: "Roboto";
    background-color: #AB2328;
    padding: 5vh;
    border-radius: 10%;
}






#footer{padding:3vh 0; background-color: #000000;}
#footer p{margin:0; padding:5px; font-size: 20px; text-align: center; color: antiquewhite; font-weight: 800;}
#footer p a{margin:0; padding:5px; font-size: 20px; text-decoration: none; color: #AB2328; font-weight: 900;}


