*{
    margin: 0;
    padding: 0;
    font-family: "YT Sans", "Roboto", "Arial", sans-serif;
  }
body{
  overflow: hidden;
}
/* --------pre-loader--- */
.st0{display:none;}
.st1{display:inline;}
.st2{fill:#FFFFFF;}
.st3{fill:#FEFEFE;}
.st4{fill:#010101;}
.st5{fill:#030303;}
.st6{fill:#050505;}
.st7{fill:#060606;}
.st8{fill:#FDFDFD;}
.st9{fill:#D6D6D6;}
.st10{fill:#EDEDED;}
.st11{fill:#FCFCFC;}
.st12{display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-miterlimit:10;}
.st13{display:inline;fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;}
#sparkles > path {
  -webkit-animation: sparklyBits 1000ms infinite;
          animation: sparklyBits 1000ms infinite;
  position: absolute;
}

#message {
  margin-top: 20px;
  text-align: center;
}

#sparkles > path:nth-child(1) {
  -webkit-animation-delay: 35ms;
          animation-delay: 35ms;
}

#sparkles > path:nth-child(2) {
  -webkit-animation-delay: 70ms;
          animation-delay: 70ms;
}

#sparkles > path:nth-child(3) {
  -webkit-animation-delay: 105ms;
          animation-delay: 105ms;
}

#sparkles > path:nth-child(4) {
  -webkit-animation-delay: 140ms;
          animation-delay: 140ms;
}

#sparkles > path:nth-child(5) {
  -webkit-animation-delay: 175ms;
          animation-delay: 175ms;
}

#sparkles > path:nth-child(6) {
  -webkit-animation-delay: 210ms;
          animation-delay: 210ms;
}

#sparkles > path:nth-child(7) {
  -webkit-animation-delay: 245ms;
          animation-delay: 245ms;
}

#sparkles > path:nth-child(8) {
  -webkit-animation-delay: 280ms;
          animation-delay: 280ms;
}

#sparkles > path:nth-child(9) {
  -webkit-animation-delay: 315ms;
          animation-delay: 315ms;
}

#sparkles > path:nth-child(10) {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}

#sparkles > path:nth-child(11) {
  -webkit-animation-delay: 385ms;
          animation-delay: 385ms;
}

#sparkles > path:nth-child(12) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}

#sparkles > path:nth-child(13) {
  -webkit-animation-delay: 455ms;
          animation-delay: 455ms;
}

#sparkles > path:nth-child(14) {
  -webkit-animation-delay: 490ms;
          animation-delay: 490ms;
}

#sparkles > path:nth-child(15) {
  -webkit-animation-delay: 525ms;
          animation-delay: 525ms;
}

#sparkles > path:nth-child(16) {
  -webkit-animation-delay: 560ms;
          animation-delay: 560ms;
}

#sparkles > path:nth-child(17) {
  -webkit-animation-delay: 595ms;
          animation-delay: 595ms;
}

#sparkles > path:nth-child(18) {
  -webkit-animation-delay: 630ms;
          animation-delay: 630ms;
}

#sparkles > path:nth-child(19) {
  -webkit-animation-delay: 665ms;
          animation-delay: 665ms;
}

#sparkles > path:nth-child(20) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

#sparkles > path:nth-child(21) {
  -webkit-animation-delay: 735ms;
          animation-delay: 735ms;
}

#sparkles > path:nth-child(22) {
  -webkit-animation-delay: 770ms;
          animation-delay: 770ms;
}

#sparkles > path:nth-child(23) {
  -webkit-animation-delay: 805ms;
          animation-delay: 805ms;
}

#sparkles > path:nth-child(24) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}

#sparkles > path:nth-child(25) {
  -webkit-animation-delay: 875ms;
          animation-delay: 875ms;
}

#sparkles > path:nth-child(26) {
  -webkit-animation-delay: 910ms;
          animation-delay: 910ms;
}

#sparkles > path:nth-child(27) {
  -webkit-animation-delay: 945ms;
          animation-delay: 945ms;
}

#sparkles > path:nth-child(28) {
  -webkit-animation-delay: 980ms;
          animation-delay: 980ms;
}

#sparkles > path:nth-child(29) {
  -webkit-animation-delay: 1015ms;
          animation-delay: 1015ms;
}

@-webkit-keyframes sparklyBits {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes sparklyBits {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#pg-loader{
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100vw;
  overflow: hidden;
}
/*-------end----- */
/* video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  } */
#loaderpage{ 
    position: fixed;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
     background-size: cover;
     overflow: hidden;
}
.videobg{ 
  position: fixed;
  display: flex;
   z-index: -1000;
}
.videobg video{ 
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
#v2{
  display: none;
}

#loaderpage { 
    position: relative;
    animation: unhide 6s ease-in-out ;
}
@keyframes unhide{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
#loadpg{
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
}
.loadpg-top{
    padding-top: 100px;
    text-align: center;
    color: rgb(20, 20, 20);
}
.loadpg-top h1{
    font-size: 60px;  
    font-family: Helvetica;
    letter-spacing: 10px;
    font-weight: 500;
    color: #062a4d;
}
h3{
  padding-top: 120px;
  color: #062a4d;
}
.loadpg-top h3{
    padding-bottom: 30px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #062a4d;
}
.loadpg-top .link{
    cursor: pointer;   
}

.loadpg-top a{
   color: #062a4d;;
    text-decoration: none;
    background: #807b7b09;
    list-style: none;
    border-radius: 50px;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid #062a4d;;
    backdrop-filter: blur(30px);
    padding: 15px;
    margin: 20px;
}

.cover{
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: teal;
  top: 0;
  left: -100vw;
  z-index: 100000;
}
.transition.slide .cover-1{
  background-color: #29B6F6;
  animation: slide 0.2s ease-in-out forwards;
}
.transition.slide .cover-2{
  background-color: #4FC3F7;
  animation: slide 0.4s ease-in-out forwards;
}
.transition.slide .cover-3{
  background-color: #81D4F4;
  animation: slide 0.6s ease-in-out forwards;
}
.transition.slide .cover-4{
  background-color: #B3E5FC;
  animation: slide 0.8s ease-in-out forwards;
}
.transition.slide .cover-5{
  background-color: #E1F5FE;
  animation: slide 1s ease-in-out forwards;
}

@keyframes slide{
  from{
    left: -100vw;
  }
  to{
    left:0 ;
  }
}



.loadpg-bottom{
    display: flex;
    flex-direction: row;
    padding-top: 150PX;
}
.loadpg-bottom ul{
    display: flex;
    flex-direction: row;
    text-decoration: none;
}
.loadpg-bottom ul li{
    font-size: 22px;
    list-style: none;
    padding-left: 30px;
}
.loadpg-bottom ul li a i{
    transition: 0.6s ease-in-out;
}
.loadpg-bottom ul li a {
  color: #062a4d;
}
.loadpg-bottom ul li i:hover{
   transform: rotate(360deg);
}



@media (max-width: 600px){
  .videobg{ 
    width: 90%;
  }
  #v2{
    display: inline;
  }
  #v1{
    display: none;
  }
}
@media (max-width: 450px){
  .loadpg-top h1 {
    font-size: 40px;
 }
 .loadpg-top a {
  padding: 10px;
  margin: 15px;
 }
}
@media (max-width: 330px){
  .loadpg-top h1 {
    font-size: 32px;
 }
 .loadpg-top a {
  padding: 10px;
  margin: 15px;
 }
}
