/********* FONTS & CONFIG *********/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,500,700");
/********* VARIABLES *********/
/********* MIXINs *********/
@font-face {
  font-family: "Social";
  src: url("../fonts/social.eot");
  src: url("../fonts/social.eot?#iefix") format("embedded-opentype"), url("../fonts/social.woff2") format("woff2"), url("../fonts/social.woff") format("woff"), url("../fonts/social.ttf") format("truetype"), url("../fonts/social.svg#social") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Social";
    src: url("../fonts/social.svg#social") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Social";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-facebook-logo-button:before {
  content: "\f100";
}

.flaticon-facebook:before {
  content: "\f101";
}

.flaticon-facebook-1:before {
  content: "\f102";
}

.flaticon-linkedin-1:before {
  content: "\f103";
}

.flaticon-linkedin:before {
  content: "\f104";
}

.flaticon-linkedin-logo:before {
  content: "\f105";
}

.flaticon-facebook-logo:before {
  content: "\f106";
}

.flaticon-twitter-logo-silhouette:before {
  content: "\f107";
}

.flaticon-twitter-logo-button:before {
  content: "\f108";
}

.flaticon-twitter-logo:before {
  content: "\f109";
}

.flaticon-twitter:before {
  content: "\f10a";
}

.flaticon-linkedin-sign:before {
  content: "\f10b";
}

/********* GENERAL *********/
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  font-size: calc(17px + 2 * (100vw - 420px) / 480);
  color: #ffffff;
  font-weight: 300;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 17px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 19px;
  }
}

.container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

h2,
h3 {
  font-size: calc(30px + 30 * (100vw - 420px) / 480);
  font-weight: 600;
  line-height: 4.5rem;
  color: #ffffff;
  margin-bottom: 50px;
}
@media screen and (max-width: 420px) {
  h2,
  h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  h2,
  h3 {
    font-size: 60px;
  }
}

h3 {
  font-size: calc(15px + 2 * (100vw - 420px) / 480);
  margin-bottom: 25px;
  line-height: 2rem;
}
@media screen and (max-width: 420px) {
  h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 17px;
  }
}

img {
  max-width: 100%;
}

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background: #3b017e url(../../img/slider-1.png) 50% 50% no-repeat fixed;
  background-attachment: scroll;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
header .navbar-brand img {
  max-width: 200px;
}
header .container {
  flex-direction: row-reverse;
}
header .container h1 {
  font-size: calc(30px + 30 * (100vw - 420px) / 480);
  font-weight: 600;
  line-height: 4rem;
}
@media screen and (max-width: 420px) {
  header .container h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  header .container h1 {
    font-size: 60px;
  }
}
header .container h1 p {
  font-size: calc(16px + 8 * (100vw - 420px) / 480);
  line-height: 2rem;
  font-weight: 100;
}
@media screen and (max-width: 420px) {
  header .container h1 p {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  header .container h1 p {
    font-size: 24px;
  }
}
header .container h1 p:first-child {
  margin-top: 30px;
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}

/********* MAIN *********/
main {
  background-color: #000;
  overflow: hidden;
}
main .mainbox {
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
main #box1,
main #box2 {
  background-image: linear-gradient(#c90da6, #1a114e);
  background-attachment: scroll;
  color: #DDC5F3;
  padding-top: 150px;
  padding-bottom: 500px;
}
main #box1 h2,
main #box2 h2 {
  font-size: calc(35px + 25 * (100vw - 420px) / 480);
}
@media screen and (max-width: 420px) {
  main #box1 h2,
  main #box2 h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 900px) {
  main #box1 h2,
  main #box2 h2 {
    font-size: 60px;
  }
}
main #box1 #overimg,
main #box2 #overimg {
  margin-top: -640px;
}
main #box2 {
  background: #ffffff;
  background-attachment: scroll;
  color: #5f5959;
  padding-bottom: 150px;
}
main #box2 .container {
  margin-top: -200px;
}
main #box2 .container img {
  margin-top: 35%;
}
main #box2 h2 {
  background: -webkit-linear-gradient(#c90da6, #1a114e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
main #contact {
  background: linear-gradient(#c90da6, #3202a5);
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: calc(13px + 2 * (100vw - 420px) / 480);
  color: #e5bbff;
}
@media screen and (max-width: 420px) {
  main #contact {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  main #contact {
    font-size: 15px;
  }
}
main #contact #contact-form > div,
main #contact .col-md-4 > div {
  padding-right: 10%;
}
main #contact #copyright {
  margin-top: 100px;
}
main #contact .form-control,
main #contact .form-control:focus {
  background: rgba(255, 255, 255, 0.3019607843);
  color: #ffffff;
  font-size: calc(11px + 2 * (100vw - 420px) / 480);
  border-radius: 15px;
  border: 0;
  padding: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
  main #contact .form-control,
  main #contact .form-control:focus {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  main #contact .form-control,
  main #contact .form-control:focus {
    font-size: 13px;
  }
}
main #contact .form-control.placeholder,
main #contact .form-control:focus.placeholder {
  color: #ffffff;
}
main #contact .form-control:-moz-placeholder,
main #contact .form-control:focus:-moz-placeholder {
  color: #ffffff;
}
main #contact .form-control::-moz-placeholder,
main #contact .form-control:focus::-moz-placeholder {
  color: #ffffff;
}
main #contact .form-control::-webkit-input-placeholder,
main #contact .form-control:focus::-webkit-input-placeholder {
  color: #ffffff;
}
main #contact .btn {
  background: #ffffff;
  color: #5f5959;
  font-size: calc(11px + 2 * (100vw - 420px) / 480);
  font-weight: 600;
  padding: 5px 30px;
  border-radius: 15px;
}
@media screen and (max-width: 420px) {
  main #contact .btn {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  main #contact .btn {
    font-size: 13px;
  }
}
main #contact textarea {
  height: 100px;
}
main #contact .hidden-sm {
  display: none;
}
main #contact .display-md {
  display: block;
}
main #contact .social {
  color: #e5bbff;
  font-size: 1.8rem;
}
main #contact .social:hover {
  color: #fff;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  h3 {
    margin: 50px 0 10px;
  }
  header .container {
    flex-direction: row;
  }
  header .container h1 {
    text-align: center;
    line-height: 3rem;
    margin-top: -90px;
  }
  main #box1,
  main #box2 {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  main #box1 h2,
  main #box2 h2 {
    line-height: 3rem;
  }
  main #box1 img,
  main #box2 img {
    margin-top: 50px;
  }
  main #box2 {
    padding-bottom: 0;
  }
  main #box2 .container {
    margin-top: 0;
  }
  main #box2 .container .revealOnScroll {
    margin-bottom: 50px;
  }
  main #box2 .container .revealOnScroll img {
    margin-top: -300px;
  }
  main #box2 #overimg {
    margin-top: -300px;
  }
  main #contact {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  main #contact #copyright {
    margin-top: 50px;
  }
  main #contact .hidden-sm {
    display: block;
  }
  main #contact .display-md {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
