@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://www.dafontfree.net/embed/YWR1bXUtcmVndWxhciZkYXRhLzkwL2EvMTY2ODA3L0FkdW11LnR0Zg');
html, body{
    font-family: 'Poppins', sans-serif;
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden!important;
    font-style: normal;
    background-color: rgb(32, 33, 42);
}
.nav-link{
    font-weight: normal;
    font-size: small;
}
.title-font{
    font-family: 'adumu-regular', sans-serif;
}
.btn-rubix{
    background-color: #BA0BCF;
    color:white
}
.btn-bordered{
    border-radius: 20px;
}
.btn-rubix:hover{
    background-color: #c66cd0;;
    color:white

}
span{
    color: #BA0BCF!important;
}
section{
    animation: blinker 0.7s linear infinite;
  }
  @keyframes blinker{
    50%{
      opacity: 0;
    }
  }
.purple{
    color: #BA0BCF;
}
.big{
    font-size: 30px;
}
.bold{
    font-weight: bold;
}
span{
    background: white!important;

}
a{
    color: whitesmoke;
    font-weight: 700; 
    transition: .1s ease-in;
}
a:hover{
    text-decoration: underline;
    font-weight: bold;
    color: #BA0BCF;
}
.card{
    background-color: white ;
    border-radius: 30px;
}
.inpo::placeholder{
    color: rgb(208, 208, 208);
    padding-left: 20px;
    font-size: 15px;
}
.inpo{
    background-color: transparent;
    border-width: 2px;
    border-radius: 20px;
    border-color: #d5d5d5;
    outline: #d5d5d5;
}
.nav-img-1{
    width: 100%;
    transition: ease-in-out .3s;

}
.nav-img-1:hover{
    width: 80%;

}
.nav-img:hover .nav-tit-1{
    text-decoration: none;
    font-weight: bold;
    color: #BA0BCF;   
}
.nav-img-2{
    width: 100%;
    transition: ease-in-out .3s;

}
.nav-img-2:hover{
    width: 80%;

}
.nav-img:hover .nav-tit-2{
    text-decoration: none;
    font-weight: bold;
    color: #BA0BCF;   
}
.nav-img-2{
    width: 100%;
    transition: ease-in-out .3s;

}
.nav-img-2:hover{
    width: 80%;

}
.nav-img:hover .nav-tit-2{
    text-decoration: none;
    font-weight: bold;
    color: #BA0BCF;   
}
.nav-img-3{
    width: 100%;
    transition: ease-in-out .3s;

}
.nav-img-3:hover{
    width: 80%;

}
.nav-img:hover .nav-tit-3{
    text-decoration: underline;
    font-weight: bold;
    color: #BA0BCF;   
}
.event-row{
    margin-top: 60px!important;
}
.event-img{
    width: 50%!important;
    transition: ease-in-out .3s;
    opacity: 100%;
}
.event-img:hover{
    opacity: 60%;   
}
#video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 50%;
}
.content{
    position: relative;
    z-index: 2;
}

.splain{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 33, 42, 1) /* Black overlay with 50% opacity */
}
.s1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 33, 42, 0.3) /* Black overlay with 50% opacity */
}
.s1{
    background-image: url('../images/landbg2.png');
    background-position: center -400px;
    background-repeat:repeat;
    background-size:cover;
    background-size: 100%;
}
.s2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/particles.png');
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    background-size: 40%;

}
.s2{
    background: linear-gradient(to bottom, 
        #ffffff 0%, #ffffff 33%, /* First color, 1/3 of the screen height */
        #20212A 33%, #20212A 100% /* Second color, 2/3 of the screen height */
    );
    
}
.s3{
    background: white;
    background-image: url('../images/particles.png');
    background-position: center -100px;
    background-repeat:repeat;
    background-size: contain;
    background-size: 60%;
}
.s4::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/Particles\ and\ cubes.png');
    background-position: right;
    background-repeat: repeat;
    background-size: contain;
    background-size: 270%;
   
}
.s4{
    background: linear-gradient(to right, 
    #20212A 0%, #20212A 50%, /* First color, 1/3 of the screen height */
    #ffffff 50%, #ffffff 100% /* Second color, 2/3 of the screen height */
    );

    
    
}
.s6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 33, 42, 0.3) /* Black overlay with 50% opacity */
}
.s5, .s6, .s19,  .s100{
    background: #20212A;
    background-image: url('../images/particles.png');
    background-position: center -100px;
    background-repeat:repeat;
    background-size: contain;
    background-size: 60%;
}
.s20{
    background: #20212A;
    background-image: url('../images/social\ bg.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;

}
.s27{
    background: white;
    background-image: url('../images/Particles\ and\ cubes.png');
    background-position: center ;
    background-repeat: repeat;
    background-size: contain;
    background-size: 180%;
}
.s28{
    background: #20212A;
    background-image: url('../images/ParticlesnCubes27.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 40%;
    rotate: 40%;
}
.s-cube{
    background: #20212A;
    background-image: url('../images/bg-cubelets.png');
    background-position: center;
    background-repeat: repeat;
    background-size: fill;
    background-size: 200%; 
}
.depart{
    font-size: 15pt;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
}
@keyframes waviy {
    0%,40%,100% {
      transform: translateY(0)
    }
    20% {
      transform: translateY(-20px)
    }
  }
.thead{
    background-color: #BA0BCF;
    color: #d5d5d5;
}
.tbody{
    background-color: #ECE3FF;
    color:#20212A;
}
.tbody th{
    background-color: #DECDFF;
    color: #20212A;

}