 
/* CSS Document */
 
canvas{
  display:block;
  vertical-align:bottom;
}

/*
---- stats.js ---- */
/*
.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}
 

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  position:absolute;
 /* background-color: #b61924;
 background-image: url('');*/
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index:999 ;
  
}





@font-face {font-family: "Fonarto";
 
  src: url("fonts/fonarto.eot"); /* IE9*/
  src: url("fonts/fonarto.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/fonarto.woff2") format("woff2"), /* chrome?firefox */
  url("fonts/fonarto.woff") format("woff"), /* chrome?firefox */
  url("fonts/fonarto.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
  url("fonts/fonarto.svg#Fonarto") format("svg"); /* iOS 4.1- */
}
/* manrope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/manrope-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/manrope-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/manrope-v14-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/manrope-v14-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/manrope-v14-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/manrope-v14-latin-regular.svg#Manrope') format('svg'); /* Legacy iOS */
}

/* srisakdi-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Srisakdi';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/srisakdi-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/srisakdi-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/srisakdi-v16-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/srisakdi-v16-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/srisakdi-v16-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/srisakdi-v16-latin-regular.svg#Srisakdi') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cookie';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cook/cookie-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/cook/cookie-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cook/cookie-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/cook/cookie-v17-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/cook/cookie-v17-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/cook/cookie-v17-latin-regular.svg#Cookie') format('svg'); /* Legacy iOS */
}
.home1 {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 80px;
    height: 40px;
    /*border-radius: 50%;*/
    font-size: 18px;
    line-height: 30px;
    background: #fff; 
	border-radisu:30px;
    text-align: center;
    cursor: pointer;
    z-index: 99999999;
	 border-radius: 25px;
	 font-family: 'Manrope';
}

.home1 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  background: #ffffff;
  border: 1px solid #f2ece7;
 border-radius: 25px;
 /* border-radius: 50%;*/
  color: #000;
  font-size: 15px;
  padding-left: 20px;
    padding-right: 20px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 99999999999999999999999999999999999999999999;
}
.paddev{padding:10px;}

.home1 a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgb(120,0,120,1);
  /*border-radius: 50%;*/
  content: "";
  opacity: 0;
  color:#FFFFFF;
  transform: scale(0.5);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.home1:hover a:before {
  opacity: 1.0;
   border-radius: 25px;
  transform: scale(1.0);
}

.home1:hover a {
  color: #ffffff;
  border-color: var(--thm-base);
}
.home1 i{font-size: 40px;
    line-height: 50px; color:rgb(120,0,120,1);}
	
	.home1:hover i{  color: #ffffff;}

.matrixc{
    position: relative;
    display:  block;
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: capitalize;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
    /* font-family: var(--thm-font); */
    font-family: Fonarto;
}

.weboder{
position: relative;
    display:  block;
    color: #fff;
font-family: Srisakdi;
	width:100%;
	 min-height:60px;
	font-size: 30px;
    line-height: 100px;
    font-weight: 300;
	margin:auto;
	text-align:center;
	overflow:hidden;
}
.weboderove{
position: relative;
text-align:right;

 width:100%;
 float:right;
  box-sizing: border-box;
 
	font-size: 30px;
    line-height:40px;
    font-weight: 300;}
	
	
	
	video {
  object-fit: cover;
  width: 70vw;
  height: 100vh;
  position: relative;
  display:inline-block;
  top: 0;
  left: 0;
}
.viewport-header1 {
  position: relative;
  width:70%;
  height: 100vh;
  text-align: center;
  float:left;
   display:inline-block;
  align-items: right;
  justify-content: center;
}

.viewport-header1 .logo{ position:absolute; top:0px; left:10px; z-index:99;  }
.viewport-header2 .logo{ position:absolute; top:0px; right:10px; z-index:99;  }
.viewport-header1 .logo img{ max-width:100%; height:auto; }
.viewport-header2 {
  position: relative;
  width:30%;
   float:left;
  height: 100vh;
  text-align: center;
   display:flex;
   align-items: center;
  justify-content: center;
background-color:#861e7d;
vertical-align:middle;
 background: url(evolution-side.jpg);
  background-repeat: no-repeat;
  background-size: cover;


}

.viewport-header22 { position:absolute; width:100%; height:100%; background-color:rgb(128,0,128,0.5); z-index:1;}
.viewport-header {
  position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {.login100-form {
  width: 100%;
  /*min-height: 100vh;*/
  display: block;
 /* background-color: #861e7d;*/
  padding: 55px 55px 55px 55px;
  z-index:9999;
}}

@media only screen and (max-width: 767px) {

	video {
  object-fit: cover;
  width: 100%;
  height: 600px;
  position: relative;
 
 display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
/*video {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  top: 0;
  left: 0;
}*/
.viewport-header1 {
  position: relative;
  width:100%;
  height: auto;
  text-align: center;
  float:none ;
   display: block;
  align-items: right;
  justify-content: center;
}
.viewport-header2 {
  position: relative;  background: url(evolution-side.jpg);  
  width:100%;
   float:none;
  height: auto;
  text-align: center;
   display:flex;
   align-items: center;
  justify-content: center;
background-color:#861e7d;
vertical-align:middle
}

}



@media only screen and (min-width: 768px) and (max-width: 991px) {



	
	video {
  object-fit: cover;
  width: 60vw;
  height: 100vh;
  position: relative;
  display:inline-block;
  top: 0;
  left: 0;
}
.viewport-header1 {
  position: relative;
  width:60%;
  height: 100vh;
  text-align: center;
  float:left;
   display:inline-block;
  align-items: right;
  justify-content: center;
}
 
.viewport-header2 {
  position: relative;
  width:40%;
   float:left;
  height: 100vh;
  text-align: center;
   display:flex;
   align-items: center;
  justify-content: center;
background-color:#861e7d;
vertical-align:middle;
 background: url(evolution-side.jpg);
  background-repeat: no-repeat;
  background-size: cover;


}
}