@font-face {
  font-family: 'HZ';
  src: url('fonts/Hitzone-Regular.woff2') format('woff2')
}

html {
  /* height: 100%; */
  padding: 0;
  margin: 0;
}

body {
  /* height: 100%; */
  font-family: Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  background: #000;
  /* background: #000 url('img/bg.jpg') no-repeat center center ;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; */
  color: #eee;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-color: #00000066;
  opacity: 0;
  /* Initial blur value */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  /* For Safari */
  transition: backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* bottom: 0; */
  height: 100vh;
  z-index: -1;
  background: url('img/bg.jpg') no-repeat center center;
  background-size: cover;
  pointer-events: none;
}

a {
  color: #fcc78f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d4a266;
  margin: 0;
  padding: 0;
  margin-top: 1em;
  font-weight: 400;
}

h1 {
  text-align: center;
}

.text-page-footer {
  text-align: center;
  padding: 20px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  color: #ccc;
  position: relative;
  text-transform: uppercase;
}

.overlay {
  backdrop-filter: blur(4px);
}

.content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.content-blured-bg {
  backdrop-filter: blur(6px);
  background-color: #2f211ac7;
  border-radius: 10px;
  padding: 80px;
  width: 100%;
  max-width: 1000px;
  margin-top: 100px;
  /* flex-grow: 1; */

  /* margin: 60px; */
  /* box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.8),
    -40px -40px 100px 0px rgba(44, 143, 182, 0.4),
    40px 40px 100px 0px rgba(217, 70, 54, 0.5); */
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background: url('img/logo_invokers.png') no-repeat center center;
  background-size: contain;
  height: 140px;
}

.table td {
  border: 1px solid #999;
  /* background: #000; */
  padding: 8px
}


nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.1); */
  z-index: 1000;
  padding: 0.5rem 0;
}

.text-page nav {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.nav-container {
  display: flex;
  justify-content: end;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 1rem;
}

.nav-links {
  display: flex;
  list-style: none;
  padding: 0;
}

.nav-links li {
  margin-left: 4rem;
  font-size: 1.2em;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.nav-links a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

.main-page {
  /* display: flex;

  flex-direction: column;
  height: 100vh; */
}

.main-page .logo {
  position: relative;
  height: 300px;
}

.main-page .layout {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-page .content {
  width: 600px;
  margin-right: 45vw;
  transition: 0.2s;
  margin-top: -15vh;
}

.main-page .title {

  margin-top: 1em;
  font-size: 3em;
  color: #ffc002;
  margin-bottom: 1em;
  text-align: center;
  font-family: 'HZ', sans-serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
  line-height: 1em;

}

.main-page .subtitle {
  font-family: 'HZ', sans-serif;
  text-align: center;
  font-size: 1.3em;
  color: #eee;
  font-family: serif;
  padding: 0 20px;
  line-height: 1.5em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}


.footer-layout {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  /* align-items: center; */
}

.text-page .footer-layout {
  position: relative;

}

.main-page-footer {
  width: 1400px;
  /* margin-right: 40%; */
  /* margin: 0 auto; */
  padding: 20px;
  /* text-align: center; */
  color: #927355;

}

.main-page-footer ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.main-page-footer ul.links li {
  margin-right: 100px;
}

.main-page-footer ul.links a {
  text-transform: uppercase;
  text-decoration: none;

  color: #ba9571;
}

.main-page-footer ul.links a:hover {
  color: #fcc78f;
}

.main-page-footer .social-links>a {
  width: 48px;
  height: 48px;
  display: inline-block;
  opacity: 0.5;
}

.main-page-footer .social-links>a:hover {
  opacity: 1;
}

.main-page-footer .social-links .fb {
  background: url('img/facebook.png') no-repeat center center;
  background-size: contain;
}

.main-page-footer .copyright {
  text-transform: uppercase;
  font-size: 0.7em;
}

.main-page section {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.main-page section.h100 {
  height: 100vh;
}

.slide .text {
  max-width: 600px;
  padding: 20px;
}

.slide h2 {
  text-transform: uppercase;
  font-size: 2.3em;
  color: #fff3cf;
  text-shadow: 0 0 0.4em #c9b57999;
  margin-bottom: 0em;
  font-weight: bold;
  font-family: 'HZ';
}

.slide p {
  color: #fff;
}

.slide .slide-image {
  height: auto;
  width: auto;
  max-width: 50vw;
  display: block;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 1);
}

.download-slide {
  padding: 80px 20px;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.store-button img {
  display: block;
}

.store-button.disabled {
  cursor: default;
  opacity: 0.65;
}

.store-button.disabled:hover {
  transform: none;
}

.slide.feature-slide {
  padding: 80px 50px;
  /* max-width: 1200px; */
}

.slide.feature-slide p {
  font-size: 1.5em;
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.4);
}

.slide.feedback-slide h2 {
  font-size: 5em;
}

.slide.feedback-slide p {
  font-size: 2em;
}

.slide.feedback-slide .text {
  max-width: 1200px;
}

.slide .video-frame {
  border-radius: 10px;
  width: 80vw;
  height: 45vw;
  max-width: 80vh;
  max-height: 45vh;
  position: relative;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 1);
}

.slide.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  background: url('img/scroll-up.svg') no-repeat center center;
  background-size: contain;
  transition: 0.4s;
  border: none; 
  outline: none;
  padding: 0;
  display: flex;
  opacity: 0;
}

@media (max-width: 1200px) {

  .nav-links li {
    margin-left: 20px;
    font-size: 1em;
  }

  .main-page section.main-section {
    align-items: start;
  }

  .main-page .content {
    margin-right: 0;
  }

  .slide.flex {
    flex-direction: column;
  }

  .slide .slide-image {
    max-width: 100%;
  }

}

@media (max-width: 900px) {
  .main-page section.main-section {
    align-items: center;
  }

  /* .bg {
    filter: blur(5px) !important;
  } */
}

@media (max-width: 768px) {


  nav {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .nav-links li {
    font-size: 0.7em;
  }

  .footer-layout {
    position: relative;
  }

  .main-page .logo {
    height: 220px;
  }

  .main-page .content {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }

  .main-page .title {
    font-size: 2em;
  }

  .main-page-footer {
    width: 100%;
    margin-right: 0;
  }

  .main-page-footer ul.links {
    display: block;
  }

  .main-page-footer ul.links li {
    margin-right: 0;
  }

  .slide.feature-slide {
    padding: 50px;
  }

  .slide {
    font-size: 0.6em;
  }


  .content-blured-bg {
    border-radius: 0;
    padding: 40px;
    padding-top: 100px;

    margin: 0;
    box-shadow: none;
  }
}
