.fullscreen{
    width: 100%;
    overflow: hidden;
    align-items: center;
    
}

.fullscreen video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.fullscreen section::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    /*background: -webkit-linear-gradient(right,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 80%,rgba(0,0,0,.4) 100%);*/
    background: linear-gradient(to bottom,rgba(0,0,0,0.1) 0,rgba(0,0,0,0.8) 100%);
  }

.fullscreen-title{

    margin: 0 auto;
    margin-top: 250px;
    width: 80%;
    height: 100%;

    
}



.fullscreen-title .text{
    text-align: center;
    text-shadow: 0px 4px 10px rgb(0 0 0 / 60%);
}

.fullscreen-title .text h1{
    font-size: 1.5em;
    color: #dfe7f3;
    letter-spacing: 1px;
    margin: 0%;
}

.fullscreen-title .text h1 span{
    color: #51a3ff;
}

.fullscreen-title .text h2{
    color: #dfe7f3;
    margin: 0;
    letter-spacing: 3px;
    font-size: 3.5em;
}

.fullscreen-title .text h2 span{
    color: #51a3ff;
}







.container{
    width: 70%;
    margin: auto;
    
}


.academy {
  text-align: center;
  margin-top: 100px;
  position: relative;
}

.academy h1{
  font-size: 1.5em;
    color: #dfe7f3;
}

.academy h2{
  font-size: 1em;
    color: #dfe7f3;
    letter-spacing: 1px;
}

.academy a{
  margin-top: 20px;
  display: inline-block;
  color: #ddd;
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 4px;
  transition: .3s linear;
  background: #e662e8;
  
}

.academy a:hover{
  background: #ddd!important;
  color: #22272e!important;
  
}

.academy-container{
  position: absolute;
  bottom: 50px;
  width: 100%;
}


@media screen and (max-width:760px){

  .fullscreen-title .text h1{
    font-size: 1.2em;
    color: #dfe7f3;
    letter-spacing: 1px;
    margin: 0%;
}

.fullscreen-title .text h2{
    color: #dfe7f3;
    margin: 0;
    letter-spacing: 3px;
    font-size: 2em;
}
.academy h1{
  font-size: 1.2em;
    color: #dfe7f3;
}

}