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

p.small {
  line-height: 1.3;
}

p.big {
  line-height: 1.8;
}

.video-background-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.scroll-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
}

.page {
  scroll-snap-align: start;
  height: 100vh;
  position: relative;
}

.content-page1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
  white-space: nowrap;
}

.content-page2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  z-index: 1;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}

.two-thirds {
  flex-basis: 66.66%;
  text-align: center;
}

.one-third {
  flex-basis: 33.33%;
}

.column-content {
  display: inline-block;
  text-align: center;
  max-width: 100%;
}

h1 {
  font-size: 48px;
}

p {
  font-size: 24px;
}

.logo {
  max-width: 400px;
  margin-bottom: 30px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  display: block;
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  margin-right: 50px;
  border: 1px solid #ccc;
  background-color: transparent;
  color: #fff;
  border-radius: 10px;
}

button {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

button:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
}

@font-face {
  font-family: "SciFly-Sans";
  src: url("../fonts/sciFly-sans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Giorgio-Thin";
  src: url("../fonts/Giorgio-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Giorgio-Thin", sans-serif;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  text-align: center;
}

.hidden {
  display: none;
}

button#close-popup {
  /* Style the close button as desired */
}

.loader {
  margin: 1rem auto;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.download-container {
  text-align: center;
  margin-top: 2rem;
}

.download-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s, box-shadow 0.3s;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.download-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.flatpickr-calendar {
  background-color: rgba(255, 255, 255, 0.1);

  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.flatpickr-calendar:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.input-container {
  position: relative;
  display: inline-block;
}

#calendar-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
}

.logo-containner {
  position: relative;
  width: 500px;
  width: 500px;
  justify-content: center;
  align-items: center;
}

.logo-containner i {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  transition: 0.5s;
}

.logo-containner i:nth-child(1) {
  border-radius: 45% 55% 76% 24% / 30% 21% 79% 70%;
}

.logo-containner i:nth-child(2) {
  border-radius: 45% 55% 34% 66% / 30% 41% 59% 70%;
}

.logo-containner i:nth-child(3) {
  border-radius: 72% 28% 70% 30% / 17% 71% 29% 83%;
}

.logo-containner:hover i {
  border: 6px solid var(--clr);
  filter: drop-shadow(0 0 20px var(--clr));
}
