/*! ------------------------------------------------
 * Project Name: Name: Ignite - Coming Soon and Landing Page Template
 * Project Description: Ignite - functional and beautifully designed coming soon and landing page template to kick-start your project
 * Tags: mix_design, coming soon, under construction, template, landing page, portfolio, one page, responsive, html5, css3, creative, clean, agency, personal page
 * Version: 1.0.1
 * Build Date: May 2023
 * Last Update: January 2024
 * This product is available exclusively on Themeforest
 * Author: mix_design
 * Author URI: https://themeforest.net/user/mix_design */
/*! File name: main.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  1. Template Backgrounds
 *  2. Fonts
 *  3. Base CSS Styles
 *  4. Transitions
 *  5. Typography
 *  6. Buttons & Controls
 *  7. Forms and Forms Reply Groups
 *  8. Animated Backgrounds
 *  9. Header
 *  10. Footer
 *  11. Main Section
 *  12. Menu
 *  13. Socials
 *  14. Countdown
 *  15. Swiper Slider
 *  16. Popup Dialogs
 *  17. Inner Sections
 *  18. Skillbars
 *  19. Features
 *  20. Contact Data
 *  21. Gallery
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */
/* ------------------------------------------------*/
/* Template Backgrounds Start */
/* ------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
.media-image-1 {
  background-image: url("../img/backgrounds/960x1080-media-1.webp");
}

.media-image-2 {
  background-image: url("../img/backgrounds/bg.jpg");
}

.media-full-1 {
  background-image: url("../img/backgrounds/1920x1080-media-1.webp");
}

.media-full-4 {
  background-image: url("../img/backgrounds/1920x1080-media-4.webp");
}

.media-full-5 {
  background-image: url("../img/backgrounds/1920x1080-media-5.webp");
}

.media-full-video-1 {
  background-image: url("../img/backgrounds/1920x1080-video-1.webp");
}

.split-slide-1 {
  background-image: url("../img/backgrounds/960x1080-slider-1.webp");
}

.split-slide-2 {
  background-image: url("../img/backgrounds/960x1080-slider-2.webp");
}

.split-slide-3 {
  background-image: url("../img/backgrounds/960x1080-slider-3.webp");
}

.about-image {
  background-image: url("../img/backgrounds/960x1080-inner-1.webp");
}

.contact-image {
  background-image: url("../img/backgrounds/960x1080-inner-2.webp");
}

/* ------------------------------------------------*/
/* Template Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Fonts Start */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Fonts End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Base CSS Styles Start */
/* ------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

::-moz-selection {
  background-color: rgba(255, 255, 255, 0.6);
  color: #141414;
  text-shadow: none;
}

::selection {
  background-color: rgba(255, 255, 255, 0.6);
  color: #141414;
  text-shadow: none;
}

::-webkit-scrollbar {
  display: none;
  width: 5px;
  background: #242424;
}
@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    display: block;
  }
}

::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #242424;
}

::-webkit-scrollbar-thumb {
  background-color: #555555;
  border-radius: 10px;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  min-width: 360px;
  overflow-x: hidden !important;
  font: normal 400 1.6rem/1.6 "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  background-color: #000;
}

section {
  position: relative;
  min-width: 360px;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.container-mobile {
  padding: 0 3.4rem;
}

.container-desktop {
  padding: 0 6rem;
}
@media only screen and (min-width: 1400px) {
  .container-desktop {
    padding: 0 8rem;
  }
}

.fullheight {
  position: relative;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .fullheight {
    height: 100%;
  }
}

.fullheight-mobile {
  position: relative;
  height: 100%;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 360px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}

.color-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layer-dark-03 {
  background-color: rgba(0, 0, 0, 0.3);
}

.layer-dark-06 {
  background-color: rgba(0, 0, 0, 0.6);
}

.block-rounded-s {
  -moz-border-radius: 0.4rem;
       border-radius: 0.4rem;
  overflow: hidden;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
     -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

@-webkit-keyframes blockMove {
  0% {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-102%);
            transform: translateY(-102%);
  }
}

@-moz-keyframes blockMove {
  0% {
    -moz-transform: translateY(102%);
         transform: translateY(102%);
  }
  35% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  55% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-102%);
         transform: translateY(-102%);
  }
}

@keyframes blockMove {
  0% {
    -webkit-transform: translateY(102%);
       -moz-transform: translateY(102%);
            transform: translateY(102%);
  }
  35% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-102%);
       -moz-transform: translateY(-102%);
            transform: translateY(-102%);
  }
}
@-webkit-keyframes itemsOpacity {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes itemsOpacity {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes itemsOpacity {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------*/
/* Base CSS Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Transitions Start */
/* ------------------------------------------------*/
body .header,
body .footer-desktop {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
body.loaded .header,
body.loaded .footer-desktop {
  opacity: 1;
}

.main::after {
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
          transform: translateY(102%);
}
.main .footer-mobile {
  opacity: 0;
}
.main .headline__subtitle,
.main .headline__title,
.main .headline__btnholder,
.main .media__countdown {
  opacity: 0;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.main .main__media,
.main .intro__background,
.main .fullscreen-bg {
  opacity: 0;
}
.main.animate-in:after {
  -webkit-animation: 0.8s 0.3s ease-in-out 1 both blockMove;
     -moz-animation: 0.8s 0.3s ease-in-out 1 both blockMove;
          animation: 0.8s 0.3s ease-in-out 1 both blockMove;
}
.main.animate-in .main__media,
.main.animate-in .footer-mobile,
.main.animate-in .intro__background,
.main.animate-in .fullscreen-bg {
  -webkit-animation: 0.8s 0.3s ease-in-out 1 both itemsOpacity;
     -moz-animation: 0.8s 0.3s ease-in-out 1 both itemsOpacity;
          animation: 0.8s 0.3s ease-in-out 1 both itemsOpacity;
}
.main.animate-in .headline__subtitle,
.main.animate-in .headline__title,
.main.animate-in .headline__btnholder,
.main.animate-in .media__countdown {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.main.animate-in .headline__subtitle {
  -webkit-transition: opacity 0.2s 0.8s, -webkit-transform 0.2s 0.8s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 0.8s, -webkit-transform 0.2s 0.8s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -o-transition: opacity 0.2s 0.8s, transform 0.2s 0.8s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -moz-transition: opacity 0.2s 0.8s, transform 0.2s 0.8s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 0.8s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 0.8s, transform 0.2s 0.8s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 0.8s, transform 0.2s 0.8s cubic-bezier(0.06, 0.71, 0.71, 1.25), -webkit-transform 0.2s 0.8s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 0.8s cubic-bezier(0.06, 0.71, 0.71, 1.25);
}
.main.animate-in .headline__title,
.main.animate-in .media__countdown {
  -webkit-transition: opacity 0.2s 0.9s, -webkit-transform 0.2s 0.9s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 0.9s, -webkit-transform 0.2s 0.9s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -o-transition: opacity 0.2s 0.9s, transform 0.2s 0.9s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -moz-transition: opacity 0.2s 0.9s, transform 0.2s 0.9s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 0.9s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 0.9s, transform 0.2s 0.9s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 0.9s, transform 0.2s 0.9s cubic-bezier(0.06, 0.71, 0.71, 1.25), -webkit-transform 0.2s 0.9s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 0.9s cubic-bezier(0.06, 0.71, 0.71, 1.25);
}
.main.animate-in .headline__btnholder {
  -webkit-transition: opacity 0.2s 1s, -webkit-transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1s, -webkit-transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -o-transition: opacity 0.2s 1s, transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -moz-transition: opacity 0.2s 1s, transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1s, transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1s, transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25), -webkit-transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
}
.main.animate-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.inner {
  opacity: 0;
  visibility: hidden;
}
.inner::after {
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
          transform: translateY(102%);
}
.inner .content-block {
  opacity: 0;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.inner .inner__media {
  opacity: 0;
}
.inner.animate-in {
  opacity: 1;
  visibility: visible;
}
.inner.animate-in:after {
  -webkit-animation: 0.8s 0.3s ease-in-out 1 both blockMove;
     -moz-animation: 0.8s 0.3s ease-in-out 1 both blockMove;
          animation: 0.8s 0.3s ease-in-out 1 both blockMove;
}
.inner.animate-in .inner__media {
  -webkit-animation: 0.8s 0.3s ease-in-out 1 both itemsOpacity;
     -moz-animation: 0.8s 0.3s ease-in-out 1 both itemsOpacity;
          animation: 0.8s 0.3s ease-in-out 1 both itemsOpacity;
}
.inner.animate-in .content-block {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.inner.animate-in .content-block:nth-of-type(1) {
  -webkit-transition: opacity 0.2s 1s, -webkit-transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1s, -webkit-transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -o-transition: opacity 0.2s 1s, transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -moz-transition: opacity 0.2s 1s, transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1s, transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1s, transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25), -webkit-transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
}
.inner.animate-in .content-block:nth-of-type(2) {
  -webkit-transition: opacity 0.2s 1.1s, -webkit-transform 0.2s 1.1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1.1s, -webkit-transform 0.2s 1.1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -o-transition: opacity 0.2s 1.1s, transform 0.2s 1.1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -moz-transition: opacity 0.2s 1.1s, transform 0.2s 1.1s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 1.1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1.1s, transform 0.2s 1.1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1.1s, transform 0.2s 1.1s cubic-bezier(0.06, 0.71, 0.71, 1.25), -webkit-transform 0.2s 1.1s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 1.1s cubic-bezier(0.06, 0.71, 0.71, 1.25);
}
.inner.animate-in .content-block:nth-of-type(3) {
  -webkit-transition: opacity 0.2s 1.2s, -webkit-transform 0.2s 1.2s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1.2s, -webkit-transform 0.2s 1.2s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -o-transition: opacity 0.2s 1.2s, transform 0.2s 1.2s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -moz-transition: opacity 0.2s 1.2s, transform 0.2s 1.2s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 1.2s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1.2s, transform 0.2s 1.2s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1.2s, transform 0.2s 1.2s cubic-bezier(0.06, 0.71, 0.71, 1.25), -webkit-transform 0.2s 1.2s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 1.2s cubic-bezier(0.06, 0.71, 0.71, 1.25);
}
.inner.animate-in .content-block:nth-of-type(4) {
  -webkit-transition: opacity 0.2s 1.3s, -webkit-transform 0.2s 1.3s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1.3s, -webkit-transform 0.2s 1.3s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -o-transition: opacity 0.2s 1.3s, transform 0.2s 1.3s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  -moz-transition: opacity 0.2s 1.3s, transform 0.2s 1.3s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 1.3s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1.3s, transform 0.2s 1.3s cubic-bezier(0.06, 0.71, 0.71, 1.25);
  transition: opacity 0.2s 1.3s, transform 0.2s 1.3s cubic-bezier(0.06, 0.71, 0.71, 1.25), -webkit-transform 0.2s 1.3s cubic-bezier(0.06, 0.71, 0.71, 1.25), -moz-transform 0.2s 1.3s cubic-bezier(0.06, 0.71, 0.71, 1.25);
}
.inner.animate-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


/* ------------------------------------------------*/
/* Transitions End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Typography Start */
/* ------------------------------------------------*/
h1 {
  font: normal 400 4rem/1.2 "Poppins", sans-serif;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 6.6rem;
  }
}

.typed-cursor {
  font-weight: 200;
}

.headline__subtitle {
  display: block;
  font: normal 600 1.8rem/1.6 "Poppins", sans-serif;
  color: #ffffff;
  margin-bottom: 2.3rem;
}

.headline__btnholder {
  margin-top: 3.8rem;
}

.headline__text {
  font: normal 400 1.6rem/1.6 "Poppins", sans-serif;
  color: #aaaaaa;
  max-width: 480px;
  margin-bottom: 4.4rem;
}
@media only screen and (min-width: 1400px) {
  .headline__text {
    max-width: 542px;
    margin-bottom: 4.8rem;
  }
}

h2 {
  font: normal 400 3rem/1.2 "Poppins", sans-serif;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 5rem;
  }
}

.block__subtitle {
  display: block;
  font: normal 600 1.8rem/1.2 "Poppins", sans-serif;
  color: #aaaaaa;
  margin-bottom: 2.2rem;
}

.block__text {
  margin-top: 2.3rem;
}

h3 {
  font: normal 500 2rem/1.2 "Poppins", sans-serif;
  color: #ffffff;
}

h4 {
  font: normal 500 1.8rem/1.2 "Poppins", sans-serif;
  color: #ffffff;
}
h4 small {
  display: block;
  margin-top: 0.2rem;
  font: normal 300 1.4rem/1.6 "Poppins", sans-serif;
  color: #ffffff;
}
h4.opposite {
  font-weight: 600;
  color: #141414;
}
h4.opposite small {
  font-weight: 400;
  color: #141414;
}

h5 {
  font: normal 500 1.8rem/1.2 "Poppins", sans-serif;
  color: #ffffff;
}

p {
  font: normal 300 1.4rem/1.6 "Poppins", sans-serif;
  color: #aaaaaa;
}
p span {
  font-weight: 500;
  color: #ffffff;
}

p.bright {
  color: #ffffff;
}
p.bright a {
  color: #ffffff;
}
.no-touch p.bright a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 1400px) {
  p {
    font-size: 1.6rem;
  }
}

a {
  color: #444444;
}

.text-link {
  color: inherit;
  color: #aaaaaa;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), -webkit-gradient(linear, left top, right top, from(white), to(white));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), -moz-linear-gradient(left, white, white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), -o-linear-gradient(left, white, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to right, white, white);
  -moz-background-size: 100% 1px, 0 1px;
       background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -o-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.no-touch .text-link:hover {
  color: #ffffff;
  -moz-background-size: 0 1px, 100% 1px;
       background-size: 0 1px, 100% 1px;
}


/* ------------------------------------------------*/
/* Typography End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Buttons & Controls Start */
/* ------------------------------------------------*/


@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(14px);
         transform: translateX(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateX(-14px);
         transform: translateX(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(14px);
       -moz-transform: translateX(14px);
            transform: translateX(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-14px);
       -moz-transform: translateX(-14px);
            transform: translateX(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(-14px);
         transform: translateX(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateX(14px);
         transform: translateX(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-14px);
       -moz-transform: translateX(-14px);
            transform: translateX(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(14px);
       -moz-transform: translateX(14px);
            transform: translateX(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ------------------------------------------------*/
/* Buttons & Controls End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Animated Backgrounds Start */
/* ------------------------------------------------*/


#bgndKenburns,
#bgndKenburnsFull {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#triangles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-color: #000;
}

/* ------------------------------------------------*/
/* Animated Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Header Start */
/* ------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 360px;
  height: 8rem;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .header {
    height: 9rem;
  }
}

.header__left,
.header__right {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header.split {
  background-color: #000;
}
.header.split .header__left,
.header.split .header__right {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}
.header.split .header__left.menu-is-visible,
.header.split .header__right.menu-is-visible {
  background-color: #000;
}
.header.split .header__left.menu-is-visible .header__left,
.header.split .header__left.menu-is-visible .header__right,
.header.split .header__right.menu-is-visible .header__left,
.header.split .header__right.menu-is-visible .header__right {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000;
}
.header.split .header__left.inner-is-visible,
.header.split .header__right.inner-is-visible {
  background-color: #000;
}
.header.split .header__left.inner-is-visible .header__left,
.header.split .header__left.inner-is-visible .header__right,
.header.split .header__right.inner-is-visible .header__left,
.header.split .header__right.inner-is-visible .header__right {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header.full {
  background-color: #000;
}
.header.full .header__left,
.header.full .header__right {
  background-color: #000;
  border-bottom: none;
}
.header.full.menu-is-visible {
  background-color: #000;
}
.header.full.menu-is-visible .header__left,
.header.full.menu-is-visible .header__right {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000;
}
.header.full.inner-is-visible {
  background-color: #000;
}
.header.full.inner-is-visible .header__left,
.header.full.inner-is-visible .header__right {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000;
}
@media only screen and (min-width: 1200px) {
  .header.split {
    background-color: #000000;
  }
  .header.split .header__left {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    background-color: rgb(0 0 0);
  }
  .header.split .header__right {
    background-color: rgb(0 0 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .header.split.menu-is-visible {
    background-color: #000;
  }
  .header.split.menu-is-visible .header__left,
.header.split.menu-is-visible .header__right {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #000;
  }
  .header.split.inner-is-visible {
    background-color: #000;
  }
  .header.split.inner-is-visible .header__left {
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .header.split.inner-is-visible .header__right {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #000;
  }
  .header.full {
    background-color: #000;
  }
  .header.full .header__left,
.header.full .header__right {
    background-color: #000;
    border-bottom: none;
  }
  .header.full.menu-is-visible {
    background-color: #000;
  }
  .header.full.menu-is-visible .header__left,
.header.full.menu-is-visible .header__right {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #000;
  }
  .header.full.inner-is-visible {
    background-color: #000;
  }
  .header.full.inner-is-visible .header__left {
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .header.full.inner-is-visible .header__right {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #000;
  }
}

.header__content {
  position: relative;
  height: 100%;
  padding: 0 3.4rem;
}
@media only screen and (min-width: 1200px) {
  .header__content {
    padding: 0 6rem;
  }
}
@media only screen and (min-width: 1400px) {
  .header__content {
    padding: 0 8rem;
  }
}

.logo {
  position: absolute;
  top: 0;
  left: 3.4rem;
  height: 100%;
}
.logo img {
  width: auto;
  display: block;
  position: relative;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
}
@media only screen and (min-width: 1200px) {
  .logo {
    left: 6rem;
  }
}
@media only screen and (min-width: 1400px) {
  .logo {
    left: 8rem;
  }
}

/* ------------------------------------------------*/
/* Header End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Footer Start */
/* ------------------------------------------------*/
.footer-mobile {
  display: block;
  width: 100%;
  height: 8rem;
}
@media only screen and (min-width: 1200px) {
  .footer-mobile {
    display: none;
  }
}

.footer-mobile.split {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-mobile.full {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: none;
}

.footer-desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .footer-desktop {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    overflow: hidden;
    z-index: 2;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-desktop {
    height: 9rem;
  }
}

.footer-desktop__left,
.footer-desktop__right {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-desktop.split .footer-desktop__left {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-desktop.split .footer-desktop__right {
  background-color: #000;
}
.footer-desktop.split.menu-is-visible .footer-desktop__left,
.footer-desktop.split.menu-is-visible .footer-desktop__right {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000;
}
.footer-desktop.split.inner-is-visible .footer-desktop__left {
  border-top: 1px solid rgba(255, 255, 255, 0);
  background-color: rgba(0, 0, 0, 0.2);
}
.footer-desktop.split.inner-is-visible .footer-desktop__right {
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-desktop.full .footer-desktop__left,
.footer-desktop.full .footer-desktop__right {
  background-color: #000;
  border-bottom: none;
}
.footer-desktop.full.menu-is-visible .footer-desktop__left,
.footer-desktop.full.menu-is-visible .footer-desktop__right {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000;
}
.footer-desktop.full.inner-is-visible .footer-desktop__left {
  border-top: 1px solid rgba(255, 255, 255, 0);
  background-color: rgba(0, 0, 0, 0.2);
}
.footer-desktop.full.inner-is-visible .footer-desktop__right {
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ------------------------------------------------*/
/* Footer End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Main Section Start */
/* ------------------------------------------------*/
.main {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 8rem;
  background-color: #000000;
  z-index: 1;
}
.main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.main.full {
  padding-top: 0;
}
@media only screen and (min-width: 1200px) {
  .main {
    overflow: hidden;
    padding-top: 0;
  }
}

.fullscreen-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.main__intro {
  position: relative;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .main__intro {
    height: 100%;
  }
}

.intro__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro__content {
  position: relative;
  padding: 10rem 0;
}
@media only screen and (min-width: 1200px) {
  .intro__content {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 1400px) {
  .intro__content {
    padding: 9rem 0;
  }
}

.headline {
  padding: 0 3.4rem;
}
.headline.centered-mobile {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .headline {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    padding: 0 6rem;
  }
}
@media only screen and (min-width: 1400px) {
  .headline {
    padding: 0 8rem;
  }
}

.intro__dataline {
  position: relative;
  width: 100%;
  height: 8rem;
  padding: 0 3.4rem;
}
@media only screen and (min-width: 1200px) {
  .intro__dataline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 6rem;
  }
}
@media only screen and (min-width: 1400px) {
  .intro__dataline {
    height: 9rem;
    padding: 0 8rem;
  }
}

.main__media {
  position: relative;
  height: 80vh;
  min-height: 600px;
}
@media only screen and (min-width: 1200px) {
  .main__media {
    height: 100%;
  }
}

.media__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}

/* ------------------------------------------------*/
/* Main Section End */
/* ------------------------------------------------*/


/* ------------------------------------------------*/
/* Countdown Start */
/* ------------------------------------------------*/
.media__countdown {
  position: relative;
}
.media__countdown #countdown {
  position: relative;
  font: normal 400 4rem/1.2 "Poppins", sans-serif;
  color: #ffffff;
}
.media__countdown .countdown-period {
  display: inline-block;
  margin-left: 1rem;
  letter-spacing: normal;
  text-transform: lowercase;
}
@media only screen and (min-width: 768px) {
  .media__countdown #countdown {
    font-size: 5.6rem;
  }
  .media__countdown .countdown-period {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .media__countdown #countdown {
    font-size: 6.6rem;
  }
  .media__countdown .countdown-period {
    margin-left: 1.6rem;
  }
}

/* ------------------------------------------------*/
/* Countdown End */
/* ------------------------------------------------*/


.about-one__shape__one {
  /* position: relative;
  bottom: 70px;
  left: -8%;
  z-index: 1; */
  animation: rotation infinite 20s linear;
  width: 100px;
}
@keyframes rotation{
  from{
    transform:rotate(0deg);
  }
  
  to{
    transform:rotate(360deg);
  }
}