   /*preloader*/
      body {
  background-color: #fff;
  height: 100%;
  font-family: 'tradegothiclt-bold', sans-serif;
  overflow: hidden;
}

h1 {
  font-size: 5em;
  color: white;
  text-transform: uppercase;
}


      @import url('../others/fonts.googleapis.com/css9036.css?family=Ubuntu&amp;display=swap');


html,body{
  width:100%;height:100%;
  font-family: 'Ubuntu', sans-serif;
  overflow: hidden;

  
}
.loader{
     width: 100%;
    height: 100vh;
    background-color: #2E3638;
    display: block;
    overflow: hidden;
}
.left-div{
  background-color:green;
  width:50%;
  float:left;
  height:100%;
  
}
.right-div{
  background-color:red;
  width:50%;
  float:right;
  height:100%;
}

#test {
  width:50%;
  float:left;
  
  visibility: hidden;
    background-color: #2E3638;
    height:100vh;
}
#test1 {
 width:50%;
  float:right;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}

#test3 {
  width:50%;
  float:left;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
#test4 {
 width:50%;
  float:right;
   background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
.ph1{
    line-height: 65rem;
    float: right;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
     background-color: #2E3638;
    height:100vh;
}
.ph2{
     line-height: 65rem;
    margin-left: 2px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
     background-color: #2E3638;
    height:100vh;
}
.slideDown{
  animation-name: slideDown;
  -webkit-animation-name: slideDown;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}




.slideUp{
  animation-name: slideUp;
  -webkit-animation-name: slideUp;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
        
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}
#particles-js {
    position : absolute;
    width:100%;
    height:100%;
    z-index:-1;
}
/* #### Generated By: http://www.cufonfonts.com #### */

