/* Hyperstudio class*/
.hyper-text-pink{ color: #FF99AA !important; }
.hyper-text-green{ color: #2BC48A !important; }
.hyper-text-yellow{ color: #FFD15C !important; }
.hyper-text-blown{ color: #F0CFA3 !important; }
.hyper-text-red{ color: #D21F3C !important; }
.hyper-bg-card{
    background-color: #313E55;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5), 0 12px 30px 0 rgba(0, 0, 0, 0.19);
}

.hyper-bg-card-menu{
    transition: all 0.5s;
    opacity:0.7;
    background-color: #313E55;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5), 0 12px 30px 0 rgba(0, 0, 0, 0.19);
}

.hyper-bg-card-menu:hover{
    transition: all 0.5s;
    background-color: #313E55;
    opacity:1;
}

.hyper-bg-card-menu:focus{
    transition: all 0.5s;
    background-color: #313E55;
    opacity:1;
}

.hyper-bg-card-dark{
    background-color: #20293C;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5), 0 12px 30px 0 rgba(0, 0, 0, 0.19);
}

.hyper-btn-pink {
  transition: all 0.5s;
  color: #fff;
  background-color: #ff4d85;
}

.hyper-btn-pink:hover {
  transition: all 0.5s;
  color: #fff;
  background-color: #FF1A62;
  box-shadow: 0 10px 12px 0 rgba(255,26,98, 0.2), 0 6px 12px 0 rgba(255,26,98, 0.19);
}

.hyper-btn-pink:focus {
  color: #fff;
  background-color: #FF1A62;
  box-shadow: 0 10px 12px 0 rgba(255,26,98, 0.2), 0 6px 12px 0 rgba(255,26,98, 0.19);
}

.hyper-btn-red {
  transition: all 0.5s;
  color: #fff;
  background-color: rgb(221, 23, 73);
}

.hyper-btn-red:hover {
  transition: all 0.5s;
  color: #fff;
  background-color: #BD002F;
  box-shadow: 0 10px 12px 0 rgba(138, 0, 34, 0.2), 0 6px 12px 0 rgba(138, 0, 34, 0.19);
}

.hyper-btn-red:focus {
  color: #fff;
  background-color: #BD002F;
  box-shadow: 0 10px 12px 0 rgba(138, 0, 34, 0.2), 0 6px 12px 0 rgba(138, 0, 34, 0.19);
}

.hyper-btn-white {
    transition: all 0.5s;
    color: #313E55;
    background-color: rgb(239, 242, 243);
  }
  
  .hyper-btn-white:hover {
    transition: all 0.5s;
    color: #FAFAFA;
    background-color: #20293C;
    border: 1px solid #FAFAFA;
  }
  
  .hyper-btn-white:focus {
    color: #FAFAFA;
    background-color: #20293C;
    border: 1px solid #FAFAFA;
  }

  .hyper-btn-black {
    transition: all 0.5s;
    color: #FAFAFA;
    background-color: #20293C;
  }
  
  .hyper-btn-black:hover {
    transition: all 0.5s;
    color: #FAFAFA;
    background-color: #000;
    border: 1px solid #FAFAFA;
  }
  
  .hyper-btn-black:focus {
    color: #FAFAFA;
    background-color: #000;
    border: 1px solid #FAFAFA;
  }

.hyper-form-control{
    font-family: Kanit;
    color: #FF99AA;
    background-color: #20293C;
    background-clip: padding-box;
    border: 1px solid #3D4C6A;
}

.hyper-form-control:focus{
    color: #FF99AA;
    background-color: #20293C;
    border-color: #3D4C6A;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(255,102,128, 1);
}

.hyper-form-control:disabled{
    font-family: Kanit;
    color: #FF99AA;
    background-color: #20293C;
    background-clip: padding-box;
    border: 1px solid #3D4C6A;
}

/* Bootstrap edit class*/
.text-muted{
    color:rgba(236,238,242,0.8) !important;
}

.btn{
    font-family: Kanit;
}

a{
    color: #FF99AA;
}

a:hover{
    color: #FF99AA;
}

.card{
    border-radius: 10px;
    padding: 30px;
}

/* Other Class */
.typewriter-text{
    padding-right: 5px;
    color : #FF6680;
    border-right: solid #FF6680 2px;
    text-transform: uppercase;
    animation: cursor 1s ease-in-out infinite;
    text-decoration: underline;
    font-weight: bold;
}

.context {
    width: 100%;
    position: absolute;
    z-index: 999;
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.area{
    background: #242D40;  
    width: 100%;
    height:100vh;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(229,230,233, 0.1);
    animation: animate 30s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 60%;
    }

}

@keyframes cursor {
    from { border-color: #FF6680; }
    to { border-color: transparent; }
}