
@font-face {
font-family: 'Graphik';
  src:  url('../font/GraphikBlack.otf') format("opentype"),
  src:  url('../font/GraphikBold.otf') format("opentype"),
  src:  url('../font/GraphikMedium.otf') format("opentype"),
  src:  url('../font/GraphikRegular.otf') format("opentype"),
  src:  url('../font/GraphikSemibold.otf') format("opentype"),

}

.width-50{
  width:50%;
}

#headline{
  max-height: 100vh;
  padding:70px;
  margin-bottom: 30px;
}

#headline .header{
  font-family: Graphik;
  font-size:70px;
  font-weight: bold;
  text-transform: uppercase;
}

#headline .brand-text{
  background-image: linear-gradient(to right top,#6d2aac, #472863, #00bf72, #a8eb12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#headline .sub{
  font-size:26px;
  margin-top:20px;
}

#headline .main-image{
  width:100%;
  margin-top:80px;
  padding:20px;
}

.main-btn-dark{
  margin-right: 30px;
}

.text-btn-dark{
  margin-left: 30px;
}


#text-main{
  min-height: 100vh;
  padding:30px;
  background: #111111;
  color:#FFF;
}

#text-main .header{
  font-size: 65px;
  font-weight: bold;
}

#text-main .brand-text{
  background-image: linear-gradient(to right top,#6d2aac, #472863, #00bf72, #a8eb12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#text-main .sub{
  font-size:18px;
  color:#868689;
}

#text-main .header-text{
  font-size:20px;
  font-weight: bold;
  margin-bottom: 20px;
}

#text-main #background{
  background: #000;
  padding:30px;
  margin-bottom: 30px;
  margin-top:30px;
  border:1px solid #242323;
  border-radius: 10px;
}


#text-mained{
  min-height: 100vh;
  padding:30px;
}

#text-mained .header{
  font-size: 65px;
  font-family: Graphik;
  font-weight: bold;
  text-transform: uppercase;
}

#text-mained .brand-text{
  background-image: linear-gradient(to right top,#6d2aac, #472863, #00bf72, #a8eb12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#text-mained .sub{
  font-size:30px;
  width:80%;
}

#text-mained .header-text{
  font-size:20px;
  font-weight: bold;
}

#text-mained #icon{
  width:30px;
  height: 30px;
  margin-bottom: 20px;
}

#text-mained #background{
  background: #f6f9fc;
  padding:30px;
  margin-bottom: 30px;
  margin-top:30px;
  border:1px solid #878787;
  border-radius: 10px;
}

@media (max-width: 992px) {
  #headline{
    padding:20px;
  }

  #headline .header{
    font-size: 40px;
  }

  #headline .sub{
    font-size: 20px;
  }

  #text-main{
    padding:10px;
    padding-top:100px;
    padding-bottom: 100px;
  }

  #text-main .header{
    font-size:35px;
    margin-bottom: 20px;
  }

  #text-mained{
    padding:20px;
  }

  #text-mained .header{
    font-size:35px;
  }

  #text-mained .sub{
    font-size:20px;
    width:90%;
  }
}
