/************ SELECTION & SCROLL ************/

::selection{
  color: #dfe7f3;
  background-color: #e662e8!important;
}

::-webkit-scrollbar-thumb{
  background: #e662e8!important;
  border-radius: 100vw;
}


.fullscreen{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.fullscreen-title{
  color: #ddd;
  margin: 0 auto;
  margin-top: 200px;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
}

.fullscreen-title .text{
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  
}

.fullscreen-title img{
  width: 80px;
  animation: jump 2s cubic-bezier(.40,.01,.50,1) alternate infinite;
}

@keyframes jump {
  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
  100% {transform: translate3d(0,15%,0) scale3d(1,1,1);}
}

.fullscreen-title h1{
  color: #fff;
  font-size: 1.6em;
  letter-spacing: 5px;
  text-shadow: 0px 3px 3px rgba(0,0,0,0.3);
  margin-bottom: 15px;
  margin-top: 20px;
}


.fullscreen-title h2{
  padding: 5px 35px;
  padding-bottom: 8px;
  background: #191a1c;
  color: #e662e8;
  font-size: 2.6em;
  text-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}



.fullscreen video{
    position: absolute;
    left: 0;
    top: 83px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.scroll a {
  font-size: 20px;
  font-weight: 600;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ddd;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.scroll a:hover {
  opacity: .5;
}

section {
  position: relative;
  width: 100%;
  height: 100vh;
}

section::after {
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,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) 0,rgba(0,0,0,.3) 80%,rgba(0,0,0,.4) 100%);
}

section .parallaximage{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}

.scrolla-b{
  position: absolute;
  bottom: 80px;
}

.scrolla-a{
  display: flex;
  width: 99vw;
  justify-content: center;
}

#parallaxbg{
  z-index: -1;
}

#parallax1{
  z-index: -1;
}

#parallax2{
  z-index: -1;
}

#scrollbtn a {
  padding-top: 70px;
}
#scrollbtn a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}




.container{
    width: 70%;
    margin: auto;
    
}

.container .header{
    text-align: center;
    padding: 50px 0;

}

.container h1{
    color: #ddd;
    font-size: 30pt;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    

}

.container p{
    color: #ddd;
    font-size: 16px;
}

.header a{
    color: #e662e8;
}
.header a:hover{
    color: #feb1ff;
}


/*
    Application Form
*/
.form-status-msg{
  margin-top: 20px;
  display: none;
}

.controller-container{
  margin: auto;
  margin-bottom: 35px;
  width: 70%;
  padding: 10px 13px;
}


.card-controller{
  width: 100%;
  display: block;
  position: relative;
  

  text-align: center;
}


.card-controller a{
  margin-left: 10px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ddd;
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 4px;
  transition: .3s linear;
  
}

.card-controller a:hover{
  background: #ddd!important;
  color: #22272e!important;
  
}


.card-controller i{
  margin-right: 8px;
  font-size: 16px;
}





.applications{
  height: 600px;
}

.form-container{
  width: 60%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
  
}

.form-container .row{
  box-sizing: border-box;
  
}

.form-container .col{
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  float: left;
}

.applications h2{
  color: #dfe7f3;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.form-container input{
  margin: 8px auto;
  padding: 10px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  font-size: 15px!important;
}


.form-container select{
  margin: 8px auto;
  padding: 10px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  font-size: 15px!important;
}

.form-container button{
  margin: 8px auto;
  padding: 10px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  background-color: #e662e8;
  border-color: #e662e8;
  cursor: pointer;
  font-size: 15px!important;
}

.form-container textarea{
  margin: 10px auto;
  resize: none;
  height: 100px;
  padding: 10px;
  float: left;
  box-sizing: border-box;
  width: 100%;
  font-size: 15px!important;
}

.form-container .submit-btn{
  background-color: #e662e8;
  color: #191a1c;
  border-color: #e662e8;
}

.w5{width: 5%!important;}
.w10{width: 10%!important;}
.w15{width: 15%!important;}
.w20{width: 20%!important;}
.w25{width: 25%!important;}
.w30{width: 30%!important;}
.w35{width: 35%!important;}
.w40{width: 40%!important;}
.w45{width: 45%!important;}
.w50{width: 50%!important;}
.w55{width: 55%!important;}
.w60{width: 60%!important;}
.w65{width: 65%!important;}
.w70{width: 70%!important;}
.w75{width: 75%!important;}
.w80{width: 80%!important;}
.w85{width: 85%!important;}
.w90{width: 90%!important;}
.w95{width: 95%!important;}
.w100{width: 100%!important;}
.wauto{width: auto;}

.info-container{
  width: 40%;
  padding-top: 30px;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
}





/*
    OLD
*/

.fa-times{
  color: #e662e8!important;
}

.fa-check{
  color:green!important;
}




.profile-card{
    width: 100%;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .card-header{
    
    padding: 20px;
    height: 120px;
  }
  
  .pic{
    display: inline-block;
    padding: 8px;
    background: linear-gradient(130deg, #e662e8, #f40bf8);
    margin: auto;
    border-radius: 50%;
    background-size: 200% 200%;
    animation: animated-gradient 2s linear infinite;
    float: right;
  }

  .piccontainer{
    box-sizing: border-box;
    float: left;
    width: 40%;
  }

  .leadinfo{
    margin-top: 15px;
    padding-left: 5px;
    box-sizing: border-box;
    float: left;
    width: 60%;
  }


  
  @keyframes animated-gradient{
    25%{
      background-position: left bottom;
    }
    50%{
      background-position: right bottom;
    }
    75%{
      background-position: right top;
    }
    100%{
      background-position: left top;
    }
  }
  
  .pic img{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  
  .name{
    color: #f1f1f1;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 10px;
  }
  
  .desc{
    font-size: 18px;
    font-style: italic;
    color: #e662e8;
    text-align: left;
    padding-left: 10px;
  }

  .dc-info{
    float: left;
  }
  
  .sm{
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  
  .sm a{
    color: #ddd;
    width: 56px;
    font-size: 22px;
    transition: .3s linear;
  }
  
  .sm a:hover{
    color: #e662e8;
  }
  
  .contact{
    display: inline-block;
    color: #ddd;
    transition: .3s linear;
    font-size: 15pt!important;
    text-align: left;
  }
  
  
  .card-footer{
    padding: 10px;
  }

  .card-footer li{
    height: 60px;
    margin-top: 23px;
  }

  .card-footer h2{
    margin-bottom: 10px;
  }


  .rc-icon{
    font-size: 40px;
    height: 100%;
    width: 15%;
    float: left;
    box-sizing: border-box;
    color: #e662e8;
  }

  .rc-text{
    width: 85%;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding-top: 5px;
    padding-left: 10px;
  }

  .rc-text p {
    text-align:left;
  }
  
  .border{
    width: 1px;
    height: 30px;
    
  }


  

.cards{
    display: flex;
    align-items: center;
}






/*============================== JOURNEY ==============================*/

.journey-container{
  width: 100%;
  text-align: center;
}

.journey{
  justify-content: space-between;
  display: flex;
  text-align: left;
}

.journey-container h1{
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.journey-card{
  width: 30%;
}

.journey-title{
  padding: 0 40px;
  margin-bottom: 20px;
}

.journey-text{
  padding: 0 40px;
  border-left: solid 2px #e662e8;
}

.journey-title h2{
  color: #e662e8;
  font-size: 20px;
  text-transform: uppercase;
}

.journey-fullmember::selection {
  color: #dfe7f3;
  background-color: #51a3ff!important;
}

.journey-fullmember h2{
  color: #51a3ff!important;
}

.journey-fullmember .journey-text{
  border-left: solid 2px #51a3ff!important;
}


/*============================== FAQ ==============================*/

.faq-container{
  width: 100%;
  text-align: center;
  margin-top: 120px;
}

.faq-container h2{
  font-size: 20px;
  text-transform: uppercase;
  color: #e662e8;
  padding-left: 20px;
  margin-bottom: 8px;
}

.faq-item{
  margin-top: 50px;
  padding: 0 20px;
  text-align: left;
}

.faq-item p{
  padding: 0 20px;
  border-left: solid 2px #e662e8;
}


/*============================== CAROUSEL ==============================*/

.carousel-container{
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

.carousel-container h1{
  font-size: 28px;
  letter-spacing: 2px;
}

.carousel-container h2{
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-weight: normal;
  color: #ddd;
}

.carousel-container .cprofile-card{
  display: list-item;
  align-items: center;
  padding: 10px;
  width: 220px;
    text-align: center;
  margin: 3px;
  list-style-type: none;
    
  }
  
  .carousel-container .ctop-section{
    border-radius: 4%;
    padding: 30px 20px;
    background: #1f2127;
    min-height: 250px;
  }


  .carousel-container .cpic{
      width: 122px;
      height: 122px;
      margin: auto;
      margin-bottom: 10px;
      border: 5px solid #e662e8;
      border-radius: 50%;
      padding: 0px;
      position: relative;
    }
    
    
    @keyframes wave {
      to{
        transform: scale(1.5);
        opacity: 0;
      }
    }
    
    .carousel-container .cpic img{
      width: 100%;
      height: 100%;
      border-radius: 50%;
    }
    
    .carousel-container .cname{
      color: #f1f1f1;
      font-size: 18px;
      letter-spacing: 1px;
      text-transform: uppercase;
    }
    
    .carousel-container  .ctag{
      font-size: 13px;
      font-style: italic;
      color: #e662e8;
    }

    .carousel-container .cdc{
      color: #f1f1f1;
      margin-top: 20px;
      display: flex;
      justify-content: center;
    }
    .carousel-container  .cdc i{
        font-size: 28px;
    }
    .carousel-container  .cdc p{
        margin: 0;
        padding-left: 5px;
        padding-top: 3px;
    }

    .carousel-container .fa-discord{
      background: none;
      color: #7289da;
    }






    .cookieconsent .popup {
      background-color: #e662e8!important;
      background: #e662e8!important;
  
  }





/*============================== MEDIA TAGS ==============================*/

@media screen and (max-width:1500px) and (min-width:1160px) {

  .name{
    font-size: 20px;
  }
  
  .desc {
    font-size: 12px;
  }

  .contact{
    font-size: 12px!important;
  }

  .rc-icon{
    font-size: 30px;
  }

  .rc-text p {
    font-size: 13px;
  }

  .card-footer li{
    margin-top: 10px;
  }

  .card-footer h2{
    font-size: 1.3em;
  }
  
  }

@media screen and (max-width:1160px) {

.info-container{
  width: 100%;
  padding-left: 0;
}

.form-container{
  width: 100%;
  padding: 0;
}

.controller-container{
  width: 90%;
}

.journey{
  display: block;
}

.journey-card{
  width: 100%;
  margin-bottom: 25px;
}

.journey-text{
  padding: 0 40px;
  border-bottom: solid 2px #e662e8;
  border-left: none;
}

.journey-fullmember .journey-text{
  border-bottom: solid 2px #51a3ff!important;
  border-left: none!important;
}

.journey-title{
  padding: 0 40px;
  margin-bottom: 10px;
}

.journey-text{
  padding: 0 40px;
  padding-bottom: 10px;
}


}


@media screen and (max-width:680px){


  .container{
    width: 90%;
  }

  .col{
    width: 100%!important;
  }

  .fullscreen{
    display: none;
  }

  .card-footer{
    height: 500px;
  }

}


@media screen and (max-width:440px){
  .form-container h2{
    font-size: 1.2em;
  }

  .piccontainer{
    display: none;
  }
  .leadinfo{
    width: 100%;
    padding: 0;

  }

  .name{text-align: center; padding: 0;}
  .desc{text-align: center; padding: 0;}
  .dc-info{float: none;}
}


@media screen and (max-width:360px){
  .rc-text{
    padding-left: 20px;
  }
  
  .rc-text p {
    font-size: 11px;
  }

  
}