@font-face {
  font-family: "Quicksand";
  src: url("Quicksand-Bold.woff2") format("woff2"), url("Quicksand-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("Quicksand-Medium.woff2") format("woff2"), url("Quicksand-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("Quicksand-Light.woff2") format("woff2"), url("Quicksand-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("Quicksand-Regular.woff2") format("woff2"), url("Quicksand-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("Quicksand-SemiBold.woff2") format("woff2"), url("Quicksand-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Quicksand", sans-serif;
  background-color: #0C0717;
  color: #FFFFFF;
}

.header .nav,
.header .slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  background-color: #0C0717;
  text-align: center;
  padding: 0 2em;
}
.header .nav h1,
.header .slider h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 5vw;
  margin: 0;
  padding-bottom: 0.5rem;
  letter-spacing: 0.5rem;
  color: #610094;
  transition: all 0.3s ease;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .header .nav h1,
.header .slider h1 {
    font-size: 12vw;
  }
}
.header h1:hover {
  transform: translate3d(0, -10px, 22px);
  color: #F2CB05;
}
.header h3.span {
  font-size: 2vw;
  letter-spacing: 0.7em;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #F2CB05;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .header h3.span {
    font-size: 6vw;
  }
}
.header span:hover {
  color: #F2CB05;
  font-weight: 500;
  font-size: 2.2vw;
}
.header a {
  text-decoration: none;
}
.header .nav-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  background: #1e1f26;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .nav-container--top-first {
  position: fixed;
  top: 75px;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .nav-container--top-second {
  position: fixed;
  top: 0;
}
.header .background {
  position: absolute;
  height: 90vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: auto;
}
@media (min-width: 800px) {
  .header .nav h1,
.header .slider h1 {
    font-size: 5vw;
  }
  .header .nav h2,
.header .slider h2 {
    font-size: 3vw;
  }
  .header .nav-tab {
    font-size: 3vw;
  }
}
@media screen and (min-width: 360px) {
  .header .nav h1,
.header .slider h1 {
    font-size: 8vw;
  }
  .header .nav h2,
.header .slider h2 {
    font-size: 2vw;
    letter-spacing: 0.2vw;
  }
  .header .nav-tab {
    font-size: 1.2vw;
  }
}
.header .background {
  position: absolute;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.header .loader span {
  color: #F2CB05;
  text-shadow: 0 0 0 #F2CB05;
  -webkit-animation: loading 1s ease-in-out infinite alternate;
}
@-webkit-keyframes loading {
  to {
    text-shadow: 20px 0 70px #610094;
    color: #610094;
  }
}
.header .loader span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
}
.header .loader span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
}
.header .loader span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
}
.header .loader span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
}
.header .loader span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
}
.header .loader span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
}
.header .loader span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
}
.header .loader span:nth-child(9) {
  -webkit-animation-delay: 0.8s;
}
.header .loader span:nth-child(10) {
  -webkit-animation-delay: 0.9s;
}
.header .loader span:nth-child(11) {
  -webkit-animation-delay: 1s;
}
.header .loader span:nth-child(12) {
  -webkit-animation-delay: 1.1s;
}
.header .loader span:nth-child(13) {
  -webkit-animation-delay: 1.2s;
}
.header .loader span:nth-child(14) {
  -webkit-animation-delay: 1.3s;
}
.header .loader span:nth-child(15) {
  -webkit-animation-delay: 1.4s;
}
.header .loader span:nth-child(16) {
  -webkit-animation-delay: 1.5s;
}
.header .loader span:nth-child(17) {
  -webkit-animation-delay: 1.6s;
}
.header .loader span:nth-child(18) {
  -webkit-animation-delay: 1.7s;
}
.header .loader span:nth-child(19) {
  -webkit-animation-delay: 1.8s;
}
.header .loader span:nth-child(20) {
  -webkit-animation-delay: 1.9s;
}
.header .loader span:nth-child(21) {
  -webkit-animation-delay: 2s;
}
.header .loader span:nth-child(22) {
  -webkit-animation-delay: 2.1s;
}

.content h1 {
  font-size: 64px;
  font-weight: lighter;
  text-transform: uppercase;
}
@media only screen and (767px) {
  .content h1 {
    font-size: 45px;
  }
}
.content h3 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (767px) {
  .content h3 {
    font-size: 18px;
  }
}
.content .services {
  background-image: url("images/bg.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
}
.content .services .servicecard {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.content .services .servicecard .servicecard-icon {
  max-height: 125px;
}
@media only screen and (max-width: 1200px) {
  .content .services {
    min-height: 850px;
    background-image: url("images/bg-max-width-1200.jpg");
  }
}
@media only screen and (max-width: 992px) {
  .content .services {
    min-height: 1000px;
    background-image: url("images/bg-max-width-992.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .content .services {
    min-height: 1650px;
    background-image: url("images/bg-max-width-767.jpg");
  }
}
@media only screen and (max-width: 472px) {
  .content .services {
    min-height: 850px;
    background-image: url("images/bg-max-width-320.jpg");
  }
}

footer {
  background: #610094;
  padding: 30px 0;
}
footer .footerimg {
  max-height: 100px;
}
footer li {
  list-style: none;
  min-width: 222px;
}
footer .listicon {
  max-width: 24px;
  margin-right: 10px;
}
footer hr {
  border-bottom: 2px solid #F2CB05;
  opacity: unset;
  border-top: none;
  padding-top: 30px;
}
footer a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}
footer a:hover, footer a:focus, footer a:active {
  color: #F2CB05;
}

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