/* Copyright [Raleway Font - Google] [https://fonts.google.com/specimen/Raleway] */
@font-face {
  font-family: 'Raleway';
  src: url('/fonts/Raleway-Regular.ttf');
}

@font-face {
  font-family: 'Raleway Light';
  src: url('/fonts/Raleway-Light.ttf');
}

/* Copyright [Pappins Font - The Poppins Project Authors] [https://github.com/itfoundry/Poppins] */
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/Poppins-Regular.ttf');
}

@font-face {
  font-family: 'Poppins Medium';
  src: url('/fonts/Poppins-Medium.ttf');
}

@font-face {
  font-family: 'Poppins Bold';
  src: url('/fonts/Poppins-Bold.ttf');
}

@font-face {
  font-family: 'Poppins Bold Italic';
  src: url('/fonts/Poppins-BoldItalic.ttf');
}

/* Copyright [Vampiro Font - Sorkin Type Co] [https://www.sorkintype.com] */
@font-face {
  font-family: 'Vampiro';
  src: url('/fonts/VampiroOne-Regular.ttf');
}

html {
  color-scheme: dark;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  font-size: 14px;
  color: #ffffff;
  background: #000000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#header {
  padding: 30px 0;
  z-index: 997;
  transition: all 0.2s ease-in-out;
}

#header.header-scrolled {
  padding: 20px 0;
  transition: all 0.25s ease-in-out;
  background: rgba(0, 0, 0, 0.75);
}

@media (max-width: 768px) {
  #header {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 997;
    transition: all 0.2s ease-in-out;
  }

  #header.header-scrolled {
    padding: 20px 0;
    transition: all 0.25s ease-in-out;
  }
}

#header .logo {
  margin: 0;
  padding: 0;
  line-height: 0.72857143;
  float: left;
}

#header .logo a {
  font-family: 'Vampiro';
  font-size: 2.5rem;
  font-weight: 400;
  color: transparent;
  text-align: left;
  cursor: pointer;
  padding: 0 5px;
  letter-spacing: -1px;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  --tw-gradient-to: #6b9aff;
  --tw-gradient-from: #a8d7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* Top Navigation */

#mainnav {
  position: relative;
}

#mainnav ul ul {
  position: absolute;
  width: 180px;
  text-transform: none;
}

@media (max-width: 1024px) {
  #mainnav ul ul {
    position: absolute;
    width: 130px;
    text-transform: none;
  }
}

#mainnav a:hover:before,
#mainnav li:hover > a:before,
#mainnav .active:before {
  visibility: visible;
  width: 100%;
}

#mainnav>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  width: 0;
  background-color: #ffffff;
  visibility: hidden;
  transition: all 0.25s ease-in-out 0s;
}

#mainnav li {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 0;
  padding: 0;
  font-family: 'Poppins Medium', sans-serif;
  font-size: 15px;
  cursor: pointer;
  color: #ffffff;
}

#mainnav li:last-child {
  margin-right: 0;
}

#mainnav li li {
  width: 100%;
  margin: 0;
}

#mainnav li a {
  display: block;
  font-size: 16px;
  padding: 0;
  border: solid;
  border-width: 1px 0 0 0;
  transition: all 0.2s ease-in-out;
  color: inherit;
  border-color: transparent;
}

#mainnav li li a {
  border-width: 0 0 1px 0;
}

#mainnav li li a,
#mainnav li li .drop {
  display: block;
  margin: 0;
  padding: 10px 15px;
}

#mainnav .drop svg {
  position: relative;
  bottom: 3px;
  right: 3px;
}

#mainnav li li .drop svg {
  top: 15px;
  left: 5px;
}

#mainnav ul ul {
  visibility: hidden;
  opacity: 0;
}

#mainnav ul li:hover>ul {
  position: absolute;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: 0.65s;
  padding-top: 43.5px;
}

#mainnav li li>a {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.nav-items {
  position: relative;
  right: 0;
  display: block;
  float: right;
}

@media (min-width: 768px) {
  .ham {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav-items {
    display: none;
  }

  .ham {
    display: block;
    float: right;
    cursor: pointer;
  }
}

.ham span {
  display: block;
  background: #fff;
  width: 32px;
  height: 4px;
  border-radius: 0.25px;
  transition: margin 0.25s 0.25s, transform 0.25s;
}

.ham .bar1 {
  margin-bottom: 6px;
}

.ham .bar3 {
  margin-top: 6px;
}

.ham.active span {
  transition: margin 0.25s, transform 0.25s 0.25s;
}

.ham.active .bar1 {
  margin-top: 8px;
  margin-bottom: -4px;
  transform: rotate(45deg);
}

.ham.active .bar2 {
  transform: rotate(45deg);

}

.ham.active .bar3 {
  margin-top: -4px;
  transform: rotate(135deg);
}

.nav-link {
  cursor: pointer;
}

.nav-link .active:before {
  visibility: visible;
  width: 100%;
}

.nav-link>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  width: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

#slide-menu li a {
  display: block;
  color: #ffffff;
  border-color: transparent;
  z-index: 1000;
}

#slide-menu .slide-item .active,
#slide-menu .slide-item a:hover,
#slide-menu .slide-item li:hover>a,
#slide-menu .slide-item-sub .active,
#slide-menu .slide-item-sub a:hover,
#slide-menu .slide-item-sub li:hover>a {
  color: #7dc1f8;
}

#slide-menu .slide-go-arrow .active,
#slide-menu .slide-drop-arrow .active {
  color: #7dc1f8;
}

#slide-menu .slide-go-arrow a:hover,
#slide-menu .slide-go-arrow li:hover>a,
#slide-menu .slide-drop-arrow a:hover,
#slide-menu .slide-drop-arrow li:hover>a {
  color: #7dc1f8;
}

.slide-menu-container {
  display: none;
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 85%;
  z-index: 999;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden !important;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 578px) {
  .slide-menu-container {
    width: 100%;
  }
}

.slide-menu {
  color: #ffffff;
}

.slide-item {
  font-family: 'Poppins Medium', sans-serif;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  border-bottom: 1.25px solid #ffffff;
}

.slide-item:hover,
.slide-item.active {
  color: #7dc1f8;
}

.slide-link {
  color: #ffffff;
  padding: 14px 20px;
  transition: all 0.2s ease-in-out;
}

#slide-menu-pages,
#slide-menu-lang {
  display: none;
}

.slide-item-sub {
  display: block;
  font-family: 'Poppins Medium', sans-serif;
  font-size: 14px;
  text-transform: none;
  color: #ffffff;
  border-top: 1.75px solid #ffffff;
  cursor: pointer;
}

.slide-link-sub {
  color: #ffffff;
  padding: 14px 30px;
  transition: all 0.2s ease-in-out;
}

.slide-go-arrow {
  display: block;
  position: absolute;
  right: 0;
  color: #ffffff;
  border-left: 1.75px solid #ffffff;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  z-index: 1020;
  font-size: 21px;
}

.slide-go-arrow a {
  padding: 14px 22.5px;
  transition: all 0.2s ease-in-out;
}

.slide-drop-arrow {
  display: block;
  position: absolute;
  right: 0;
  color: #ffffff;
  border-left: 1.75px solid #ffffff;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  z-index: 1020;
  font-size: 21px;
}

.slide-drop-arrow a {
  padding: 14px 20px;
  transition: all 0.2s ease-in-out;
}

.hoc {
  display: block;
  max-width: 85%;
  margin: 0 auto;
}

#intro {
  display: table;
	width: 100%;
	height: 100vh;
	min-height: 720px;
  position: relative;
  text-align: center;
  background: #000000 url("../images/intro-background.jpg") center bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0 auto;
  transition: opacity 1500ms;
}

#intro-logo {
  margin: 0 auto;
  opacity: 0;
  transition: opacity 3500ms;
}

#open-viewport {
  cursor: pointer;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 2500ms, transform 2000ms;
  transform: translateY(20px);
}

@media (max-width: 768px) {
  #intro-logo {
    width: 80%;
    height: auto;
    max-width: 500px;
  }

  #open-viewport img {
    width: 90%;
    height: auto;
    max-width: 500px;
  }
}

@media (max-width: 578px) {
  #intro-logo {
    width: 90%;
    height: auto;
    max-width: 500px;
  }

  #open-viewport img {
    width: 80%;
    height: auto;
    max-width: 500px;
  }
}

#open-viewport img {
  opacity: 0.8;
}

#open-viewport img:hover {
  opacity: 1;
}

#intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
  opacity: 0.6;
}

#intro-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  opacity: 0;
  z-index: -1;
  transition: opacity 2000ms;
}

#intro-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#intro-fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 1;
  transition: opacity 1500ms;
}

.intro-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transform: translateY(-2.1rem);
}

.intro-content h1 {
  display: block;
  position: relative;
  color: #ffffff;
  font-family: "Raleway Light", sans-serif;
  font-size: 2.75rem;
  line-height: 1.05;
  letter-spacing: 2px;
  max-width: 900px;
  margin: 0 auto;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
  .intro-content h1 {
    font-size: 1.75rem;
  }
}


@media (max-width: 578px) {
  .intro-content {
    transform: translateY(0);
  }
}

.fade-in {
  transition: opacity 2000ms, transform 2000ms;
  transform: translateY(20px);
  opacity: 0;
}

.fade-out {
  transition: opacity 1800ms, transform 2000ms !important;
  transform: translateY(0);
}

.row {
	width: 94%;
	max-width: 1140px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.row {
		width: auto;
	}
}

.viewport {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  vertical-align: middle;
  z-index: 9999;
}

.viewport_contents {
  display: table-cell;
  padding: 50px 0;
  vertical-align: middle;
  opacity: 0;
}

.viewport_controls a {
  position: absolute;
  width: 150px;
  height: 300px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
  opacity: 0.5;
}

.viewport_controls a:hover {
  cursor: pointer;
  opacity: 1;
}

.viewport_controls .prev {
  left: 0;
  text-align: left;
}

.viewport_controls .next {
  right: 0;
  text-align: right;
}

.viewport_controls img {
  margin-top: 80px;
}

.page-not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #ffffff;
}

.page-not-found .container {
  max-width: 60%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 18px;
  font-family: 'Raleway';
}

.page-not-found .error-code {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.page-not-found .error-text {
  margin-bottom: 12px;
  font-size: 15px;
  color: #000;
}

.page-not-found .back-link {
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  color: #4099ff;
}

.page-not-found .back-link:hover {
  text-decoration: none;
}

.content {
  position: relative;
  display: inline-block;
}

.youtube iframe {
  aspect-ratio: 16 / 9;
}

.content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#viewport article {
  display: none;
  margin: 0 10%;
  transition: opacity 2000ms;
}

#viewport article.active {
  display: block !important;
}

@media (min-width: 578px) {
  #about {
    display: none;
  }
}

footer {
  position: absolute;
  left: 0;
  width: 100%;
  color: #ffffff;
  background: #222222;
  opacity: 0.8;
  text-align: center;
  padding: 5px 0;
  z-index: -1;
}

@media (min-width: 578px) {
  footer {
    bottom: 0;
    background: transparent;
  }
}

footer p {
  font-family: 'Poppins';
  font-size: 12px;
  display: inline;
}

footer a:hover {
  text-decoration: underline;
}

.footer-content {
  margin: 0 auto;
  line-height: 1.8;
}

.madeby {
  position: absolute;
  right: 5px;
  bottom: 5px;
  margin: 0;
  color: #a0a0a0;
}

@media (max-width: 578px) {
  .madeby {
    display: block;
    position: relative;
  }
}
