.leftside, .rightside {
    
    height:50vh;
    width:100%
        
}




@media screen and (min-width:768px)
{
    
    .leftside, .rightside {
        
        height:100vh;
    }
    
    
}



.leftside {
    background:#000000;
}


.rightside {
    background:#000000;
}




/*
@media screen and (min-width:468px)
{
    
    .container {
        
        height:50vh;
    }
    
    
}














/* FONTS
=========================== */
@font-face {
  font-family: 'sansserifexbflf-italic';
  src: url('./font/sansserifexbflf-italic.otf');
}


.text {
  z-index: 100;
  width: 510px;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  transition: all 1s cubic-bezier(.87, .76, .33, .98);
}


.text .subtitle {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}


h1 {
   -webkit-text-stroke: 1px black;
}


.text .title {
  font-size: 15.5px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 0px 7px rgba(153,102,255,0.4), 
	  -3px 0px 7px rgba(153,102,255,0.4), 
	  0px 4px 7px rgba(153,102,255,0.4);        
  font-weight: 700;
  font-family: 'sansserifexbflf-italic';
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin-top: 10px;
}










.text .desc {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  line-height: 1.20;
  margin: 10px 0 30px 0;
  width: 520px;
}






.text .button {
    z-index: 40;
    position: absolute;
    top:530px;
    left:0px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: #fff solid 2px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    border-radius: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }   





/*
html {font-size: 62.5%; }
body {font-size: 14px; font-size: 1.4rem; } 
h1   {font-size: 24px; font-size: 2.4rem; } 




h1{
    text-align: left;
    font-size: 9vw;
}

p{
    text-align: left;
    font-size: 4vw;
}

















