@font-face {
  font-family: "Overlock";
  src: url("fonts/Overlock-Regular.ttf");
}

:root {
  --white: white;
  --black: black;
  --gray: gray;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Overlock, sans-serif;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: black;
  min-width: 100%;
  /* margin-left: 5%; */
  background-position: absolute;
  color: white;
  overflow-x: hidden;
  background-image: url("images/bush.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  font-size: 1.25rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  padding: 15px 25px 25px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(183, 223, 255);
  background: linear-gradient(0deg,
      rgba(183, 223, 255, 0) 0%,
      rgba(183, 223, 255, 0.3) 14%,
      rgba(183, 223, 255, 0.4) 15%,
      rgba(0, 0, 0, 0.85) 15%,
      rgba(0, 0, 0, 0.98) 100%);
  z-index: 10000;
}

header .logo {
  color: #fffefa;
  text-shadow: #ffae73 0px 0 10px;
  font-weight: 700;
  text-decoration: none;
  font-size: 2em;
  text-transform: bold;
  letter-spacing: 2px;
}

header .logo img {
  margin-top: 2px;
  height: 42px;
}

header .logo img:hover {
  -webkit-filter: drop-shadow(0px 0px 15px #ffae73);
  filter: drop-shadow(0px 0 px 15px #ffae73);
}

header ul {
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

header ul li {
  list-style: none;
  margin-left: 10px;
}

header ul li a {
  text-decoration: none;

  color: #fff;
  padding: 6px 30px;
  border-radius: 35px 0px 35px 0px;
  transition: background 0.3s;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

#contactbutton {
  text-shadow: #ffae73 1px 0 15px;
  font-size: 1.4em;
  border-radius: 40px 0px 40px 0px;
}

header ul li a:hover,
header ul li a:active {
  text-shadow: #ffae73 0px 0px 15px;
  color: #ffbd8d;
  background: white;
  transition: background 0s;
  box-shadow: 0 0px 15px #ffae73;
  color: #ffbd8d;
}

section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

section::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, black, transparent);
  z-index: 1000;
}

div#About::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 100px;
  margin: 0;
  background: linear-gradient(to bottom, black, transparent);
  z-index: 1000;
  overflow: hidden;
  padding: 0;
}

section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

section img#front6 {
  mix-blend-mode: screen;
}

section img#front2 {
  z-index: 10;
}

section img#front1 {
  z-index: 11;
}

section img#front0 {
  z-index: 13;
}

section img#shadow {
  z-index: 12;
}

section img#mainlogo {
  width: 70%;
  margin-left: 15%;
  height: auto;
  margin-top: 7.5%;
  top: calc(50%);
  transform: translateY(-80%);
  -webkit-filter: drop-shadow(0px 0px 15px #ffae73);
  filter: drop-shadow(0px 0 px 15px #ffae73);
  z-index: 6;
}



#text {
  position: absolute;
  color: #fff;
  white-space: nowrap;
  font-size: 7.5vw;
  z-index: 9;
}

#btn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px 0px 50px 0px;
  background: #fff;
  color: #00417c;
  font-size: 1.2em;
  z-index: 9;
  transform: translateY(20vh);
}

#btn:hover {
  box-shadow: 0 0px 35px #ffae73;
  color: #ffbd8d;
}

.sec {
  position: relative;
  padding: 100px;
  width: 1024px;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  padding-top: 100px;
  background: none;
  z-index: 1000;
  /* background-image: url("images/bush_golden.png"); */
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.sec h2 {
  font-size: 3.5em;
  color: white;
  text-shadow: #ffae73 0px 0 10px;
  margin-bottom: 25px;
}

.sec h3 {
  font-size: 2em;
  color: white;
  text-shadow: #ffae73 0px 0 10px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.sec p {
  font-size: 1.25rem;
  line-height: 2;
  color: white;
  text-align: none;
  padding-bottom: 20px;
}

b {
  text-shadow: #ffae73 0px 0 5px;
}

.footer {
  position: relative;
  padding: 100px;
  width: 1024px;
  max-width: 100vw;
  font-size: 0.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-top: 30px;
  background: none;
  z-index: 1000;
  /* background-image: url("images/bush_golden.png"); */
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  /*
	background: linear-gradient(to bottom, transparent 50%, rgb(255, 255, 255) 50%),
    			radial-gradient(ellipse closest-side, rgba(106, 188, 255, 0.65), transparent);
	*/
  background-position-y: 45px;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

/* logo appear mask*/
.appear2 {
  transition: opacity 3s;
  transition-delay: 0.5s;
  opacity: 0;
  transform: translateY(20px);
}

.appear2.inview2 {
  opacity: 1;
  transform: none;
}

.appear2.inview2:nth-child(1) {
  transition-delay: 1s;
}

.appear2.inview2:nth-child(2) {
  transition-delay: 1s;
}

hr {
  --mask: linear-gradient(to left,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) 80%) 100% 50% / 100% 100% repeat-x;
  border: 1px #d8d8d8 dashed;
  -webkit-mask: var(--mask);
  mask: var(--mask);

  margin-top: 100px;
  height: 10px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg,
      rgba(183, 223, 255, 0) 0%,
      rgba(183, 223, 255, 1) 50%,
      rgba(183, 223, 255, 0) 100%);
  border: none;
}

/* gallery settings */
img.picture,
video {
  text-decoration: none;
  display: inline-block;
  height: 512px;
  width: auto;
  /* border-radius: 50px 0px 50px 0px; */
  background: #fff;
  color: #00417c;
  z-index: 9;
  transition: 0.3s;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 12px -6px rgba(183, 223, 255, 0.75);
  border-radius: 0.3rem;
  border: 1px solid #b7dfffbf;
}

img.picture:hover,
video:hover {
  box-shadow: 0 0px 35px #ffae73;
  color: #ffbd8d;
  border: 1px solid #ffbd8d;
  transition: 0.3s;
}

div.gallery,
div.gallery3pic {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

div.gallery img,
div.gallery video {
  max-width: 85%;
  width: auto;
  margin: 0.5em;
  height: auto;
}

div.gallery3pic img,
div.gallery3pic video {
  max-height: 24vh;
  width: auto;
  margin: 0.5em;
  height: auto;
}

/* particles */
body {
  margin: 0;
  padding: 0;
  background-color: #000;
  position: relative;
  z-index: 1;
  color: white;
  font-family: Arial, sans-serif;
}

.animation-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Allow interaction with elements beneath the animation */
  z-index: 5;
  /* Place the animation behind the content */
}

.container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(59, 167, 255);
  /* Light blue color */
  border-radius: 50%;
  filter: blur(5px);
  opacity: 0;
  animation: moveUp 20s linear infinite, fadeInOut 20s ease-in-out infinite;
  z-index: -1;
  /* Place the particles at the lowest layer of the stacking context */
}

@keyframes moveUp {
  0% {
    transform: translateY(100vh);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes fadeInOut {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

/* contact form */
/* Style inputs with type="text", select elements and textareas */
input[type="text"],
select,
textarea {
  width: 100%;
  /* Full width */
  padding: 12px;
  /* Some padding */
  border: 1px solid #ccc;
  /* Gray border */
  border-radius: 4px;
  /* Rounded borders */
  box-sizing: border-box;
  /* Make sure that padding and width stays in place */
  margin-top: 6px;
  /* Add a top margin */
  margin-bottom: 16px;
  /* Bottom margin */
  resize: vertical;
  /* Allow the user to vertically resize the textarea (not horizontally) */
  font-size: 1rem;
}

/* Style the submit button with a specific background color etc */
input[type="submit"] {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 40px 0px 40px 0px;
  background: #fff;
  color: black;
  font-size: 1.4em;
  border: none;
  z-index: 9;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type="submit"]:hover {
  box-shadow: 0 0px 35px #ffae73;
  color: #ffbd8d;
}

/* Add a background color and some padding around the form */
.contact {
  border-radius: 5px;
  padding: 20px;
  width: 100%;
}

form {
  margin-top: 25px;
}

/* cookies */
.cookies-eu-banner {
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.95));
  backdrop-filter: blur(6px);
  color: #fff;
  padding: 15px;
  font-size: 0.8em;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100001;
}

.cookies-eu-banner button {
  text-decoration: none;
  display: inline-block;
  padding: 6px 30px;
  margin: 15px;
  margin-bottom: 5px;
  border-radius: 30px 0px 30px 0px;
  background: #fff;
  color: black;
  font-weight: bold;
  font-size: 1.2em;
  border: none;
  z-index: 10000;
}

.cookies-eu-banner button:hover {
  box-shadow: 0 0px 35px #ffae73;
  color: #ffbd8d;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 768px) {
  section {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  section img#mainlogo {
    width: 140%;
    margin-left: -20%;
    height: auto;
    margin-top: 7.5%;
    top: calc(50%);
    transform: translateY(-80%);
    -webkit-filter: drop-shadow(0px 0px 15px #ffae73);
    filter: drop-shadow(0px 0 px 15px #ffae73);
    z-index: 6;
  }

  .sec {
    position: relative;
    padding: 30px;
    width: 1024px;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    padding-top: 30px;
    background: none;
    z-index: 1000;
    /* background-image: url("images/bush_golden.png"); */
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }

  .sec p {
    font-size: 1rem;
    line-height: 1.5;
    color: white;
    text-align: none;
    padding-bottom: 10px;
  }

  .sec h2 {
    font-size: 2.2em;
    color: white;
    text-shadow: #ffae73 0px 0 10px;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .sec h3 {
    font-size: 1.5em;
    color: white;
    text-shadow: #ffae73 0px 0 10px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .footer {
    position: relative;
    padding: 30px;
    width: 1024px;
    max-width: 100vw;
    font-size: 0.8rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    background: none;
    z-index: 1000;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    background-position-y: 45px;
    background-repeat: no-repeat;
    background-size: auto 100px;
  }

  hr {
    --mask: linear-gradient(to left,
        rgba(0, 0, 0, 0) 20%,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 0) 80%) 100% 50% / 100% 100% repeat-x;
    border: 1px #d8d8d8 dashed;
    -webkit-mask: var(--mask);
    mask: var(--mask);

    margin-top: 55px;
    height: 10px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg,
        rgba(183, 223, 255, 0) 0%,
        rgba(183, 223, 255, 1) 50%,
        rgba(183, 223, 255, 0) 100%);
    border: none;
  }

  #btn {
    text-decoration: none;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px 0px 50px 0px;
    background: #fff;
    color: #00417c;
    font-size: 1em;
    z-index: 9;
    transform: translateY(20vh);
  }

  div#About::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    height: 50px;
    margin: 0;
    background: linear-gradient(to bottom, black, transparent);
    z-index: 1000;
    overflow: hidden;
    padding: 0;
  }

  div.gallery,
  div.gallery3pic {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }

  div.gallery img,
  div.gallery video {
    max-width: 90%;
    width: auto;
    margin: 0.2em;
    height: auto;
  }

  div.gallery3pic img,
  div.gallery3pic video {
    max-height: 20vh;
    width: auto;
    margin: 0.2em;
    height: auto;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 60px;
    padding: 0px 5px 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(183, 223, 255);
    background: linear-gradient(0deg,
        rgba(183, 223, 255, 0) 0%,
        rgba(183, 223, 255, 0.3) 14%,
        rgba(183, 223, 255, 0.4) 15%,
        rgba(0, 0, 0, 0.85) 15%,
        rgba(0, 0, 0, 0.98) 100%);
    z-index: 10000;
  }

  header .logo {
    color: #fffefa;
    text-shadow: #ffae73 0px 0 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1em;
    text-transform: bold;
    letter-spacing: 2px;
  }

  header .logo img {
    height: 24px;
    margin-left: 5px;
  }

  header .logo img:hover {
    -webkit-filter: drop-shadow(0px 0px 15px #ffae73);
    filter: drop-shadow(0px 0 px 15px #ffae73);
  }

  header ul {
    font-size: 0.8em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
  }

  header ul li {
    list-style: none;
    margin-left: 5px;
  }

  header ul li a {
    text-decoration: none;
    padding: 0px 0px;
    color: #fff;
    display: inline;
    border-radius: 18px 0px 18px 0px;
    padding: 3px 6px 3px 6px;
    line-height: 1.8;
    transition: background 0.3s;
    align-items: center;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;

  }

  header ul li a:hover,
  header ul li a:active {
    text-shadow: #ffae73 0px 0px 15px;
    color: #ffbd8d;
    background: white;
    transition: background 0s;
    box-shadow: 0 0px 15px #ffae73;
    color: #ffbd8d;
  }

  #contactbutton {
    text-shadow: #ffae73 1px 0 15px;
    font-size: 1.1em;
    padding: 4px 7px 4px 7px;
    border-radius: 22px 0px 22px 0px;
  }
}