*{
  margin: 0;
  padding: 0;
  font-family: roboto;
  background-color: #212117;
}
.container{
  width: 100%;
  max-height:100vh;
  padding-left:5%;
  box-sizing: border-box;
  overflow: hidden;
}
.navbar{
  width:65%;
  display: flex;
  align-items: center;
  
}
.logo{
  width: 90px;
  height:35px;
  cursor: pointer;
  margin: 40px 0 0 50px;
}
.menu-icon{
  width: 25px;
  cursor: pointer;
  
}
nav{
  flex: 1;
  text-align:right;
  margin: 40px 0 0 50px;
}
nav ul li{
  list-style: none;
  display: inline-block;
  margin-right: 60px;
}
nav ul li a{
  text-decoration: none;
  color:#EEEEEE;
  font-size: 15px;
  font-weight: 450;
}
nav ul li a:hover{
  color: #47FF59;
  transition: 0.5s;
}
.row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0;
}
.col-1{
  flex-basis: 40%;
  position: relative;
  margin-left: 50px;
  height: 60vh;
  
}
.col-1 h2{
  text-transform: uppercase;
  font-size: 40px;
  color: #E0FFD4;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 46px;
  
}
button{
  width: 120px;
  border: 0;
  padding: 16px 10px;
  outline: none;
  color: #1B6000;
  background-color: #47FF59;
  border-radius: 6px;
  cursor: pointer;
  transition: width 0.5s;
  margin-bottom: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
button:hover{
  width: 140px;
  align-items: center;
  
}
.social{
  margin-top: 60px;
}
.social .media{
  margin-right: 50px;
  width: 20px;
  cursor: pointer;
}

.col-2{
  
  flex-basis: 50%;
  display: flex;
  align-items: center;
  height: 100vh;
  
  
}
.col-2 .controller{
  height: 80vh;
}
.together{
  height: 100vh;
  position: absolute;
  top: 0px;
  right: 0px;
}
.video{
  width: 350px;
  height: 50vh;
  
}
.info{
  width:350px;
  
  height: 50vh;
  background: linear-gradient(#47462A,#0E0E08);
  margin-top: -4px;
  
}
.info h3{
  color: #E0FFD4;
  padding: 80px 0px 20px 50px;
  background: none;
  
}
.info p{
  color: #E0FFD4;
  padding: 0px 20px 20px 50px;
  font-size: 13;
  font-weight: 300;
  background: none;
}
.info .arrow{
  padding: 10px 20px 20px 0px;
  margin-left: 50px;
  cursor: pointer;
  background: none;
  
}

