/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.top-1\/3 {
  top: calc(1/3 * 100%);
}
.bottom-\[-100px\] {
  bottom: -100px;
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[2000px\] {
  max-height: 2000px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/4 {
  width: calc(1/4 * 100%);
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-full {
  max-width: 100%;
}
.min-w-\[18rem\] {
  min-width: 18rem;
}
.flex-1 {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[250px_1fr\] {
  grid-template-columns: 250px 1fr;
}
.grid-cols-\[290px_1fr\] {
  grid-template-columns: 290px 1fr;
}
.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-r {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.object-contain {
  object-fit: contain;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-\[\#304e6e\] {
  color: #304e6e;
}
.text-\[rgb\(144_100_165\)\] {
  color: rgb(144 100 165);
}
.uppercase {
  text-transform: uppercase;
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-700 {
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.dark\:text-\[\#69b6c999\] {
  @media (prefers-color-scheme: dark) {
    color: #69b6c999;
  }
}
.dark\:text-\[\#9064a5da\] {
  @media (prefers-color-scheme: dark) {
    color: #9064a5da;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, html {
  font-family: Verdana, sans-serif;
  text-align: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-image: url("/assets/images/3d-honeycomb.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.test-css {
  color: white;
}
.contain-block {
  background-image: url("/assets/images/3683.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.btn-index {
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  padding: 15px;
  color: thistle;
  transition: color 0.3s ease;
  display: block;
}
.btn-index:hover {
  cursor: pointer;
  color: rgb(103, 212, 255);
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.788);
  display: none;
  transition: 0.8s all ease-in-out;
  z-index: 1000;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-height: 80%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  background-color: rgb(24, 23, 23);
  background-image: url("/assets/images/black-nda.jpg");
  padding: 20px;
  border-radius: 20px;
  border: 5px solid rgba(51, 50, 50, 0.8);
  transform: translate(-50%, -200vh);
  transition: 0.8s all ease-in-out;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  visibility: hidden;
}
.modal--open {
  transform: translate(-50%, -50%);
  visibility: visible;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  color: #6e305e;
}
.modal__close svg {
  width: 40px;
  height: 40px;
  stroke-width: 3px;
  stroke: #6e305e;
}
.modal__close:hover {
  transform: rotate(360deg);
}
.modal__header {
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__header h2 {
  font-size: 1.5rem;
  color: black;
  background-color: rgba(138, 130, 165, 0.493);
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 0 20px;
  padding: 10px;
  width: 70%;
}
.modal__body {
  margin-top: 2px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  height: 60%;
  display: flex;
  align-items: center;
}
.modal__form {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.modal__form__group {
  display: flex;
  flex-direction: row;
  margin: 15px auto;
  padding: 10px;
  width: 80%;
  align-items: center;
}
.modal__form__group label {
  font-size: 1rem;
  color: #cfdef0;
  font-family: "Roboto", sans-serif;
  margin-right: 15px;
  width: 10%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.modal__form__group label svg {
  width: 100%;
  height: 100%;
  fill: #07122077;
  color: #304e6e;
  stroke: #304e6e;
  stroke: rgba(108, 212, 195, 0.884);
}
.modal__form__group input {
  font-size: 1rem;
  padding: 10px;
  border: 3px solid #3b3a3a;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  background-color: rgba(15, 14, 14, 0.527);
  width: 85%;
  color: rgb(163, 140, 140);
  outline: none;
  transition: border-color 0.3s ease;
}
.modal__form__group input:focus {
  border-color: #304e6e;
}
.modal__footer {
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 15px 15px;
  padding: 10px;
}
.modal__footer button {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  padding: 10px 20px;
  background-color: #041e3d;
  background-color: #171d24;
  color: rgb(102, 87, 87);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 50%;
  transition: 0.3s all ease-in-out;
}
.modal__footer button:hover {
  background-color: #171d24;
  color: coral;
  transform: scale(1.03);
}
@media screen and (min-width: 768px) {
  .modal {
    width: 70%;
    max-height: 70%;
  }
  .modal__header h2 {
    font-size: 2rem;
  }
  .modal__body {
    font-size: 1.1rem;
  }
  .modal__form__group {
    margin: 20px auto;
  }
  .modal__form__group label {
    font-size: 1.2rem;
  }
  .modal__form__group input {
    font-size: 1.1rem;
  }
  .modal__footer button {
    font-size: 1.8rem;
    padding: 12px 24px;
  }
  .modal__close svg {
    width: 24px;
    height: 24px;
  }
  .btn-index {
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    padding: 15px 30px;
    display: block !important;
    visibility: visible !important;
  }
  .contain-block {
    height: 90%;
  }
  body, html {
    background-size: cover;
  }
  @media (orientation: portrait) {
    .contain-block {
      height: 100%;
      background-size: cover;
    }
    body, html {
      background-size: cover;
    }
    @keyframes slideUpDown {
      0% {
        transform: translate(-50%, -50%);
        opacity: 0;
      }
      30% {
        transform: translate(-50%, -200%);
        opacity: 1;
      }
      70% {
        transform: translate(-50%, -200%);
        opacity: 1;
      }
      100% {
        transform: translate(-50%, -50%);
        opacity: 0;
      }
    }
    .animate-slide-up-down {
      animation: slideUpDown 2s ease-in-out forwards;
    }
  }
}
@media screen and (min-width: 1024px) {
  .modal {
    width: 60%;
    max-height: 60%;
  }
  .modal__header h2 {
    font-size: 2.5rem;
  }
  .modal__body {
    font-size: 1.2rem;
  }
  .modal__form__group {
    width: 80%;
  }
  .modal__form__group label {
    font-size: 1.3rem;
  }
  .modal__form__group input {
    font-size: 1.2rem;
  }
  .modal__footer button {
    font-size: 2rem;
    max-width: 80%;
    margin-bottom: 1-5px;
  }
  .modal__close svg {
    width: 28px;
    height: 28px;
  }
  @keyframes slideUpDown {
    0% {
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    30% {
      transform: translate(-50%, -140%);
      opacity: 1;
    }
    70% {
      transform: translate(-50%, -140%);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%);
      opacity: 0;
    }
  }
}
@media screen and (min-width: 1440px) {
  .modal {
    width: 50%;
    max-height: 50%;
  }
  .modal__header h2 {
    font-size: 2.8rem;
  }
  .modal__body {
    font-size: 1.3rem;
  }
  .modal__form__group {
    width: 70%;
  }
  .modal__form__group label {
    font-size: 1.4rem;
  }
  .modal__form__group input {
    font-size: 1.3rem;
  }
  .modal__footer button {
    font-size: 2.2rem;
    max-width: 70%;
  }
  .modal__close svg {
    width: 32px;
    height: 32px;
  }
  @keyframes slideUpDown {
    0% {
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    30% {
      transform: translate(-50%, -120%);
      opacity: 1;
    }
    70% {
      transform: translate(-50%, -120%);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%);
      opacity: 0;
    }
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .modal {
    width: 80%;
    max-height: 90%;
  }
  .modal__header {
    height: 15%;
  }
  .modal__header h2 {
    font-size: 1.5rem;
  }
  .modal__body {
    height: 65%;
  }
  .modal__form__group {
    margin: 10px auto;
  }
  .modal__footer {
    height: 20%;
  }
  .modal__footer button {
    font-size: 1.5rem;
  }
  .btn-index {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1500;
  }
  .contain-block {
    height: 70%;
  }
  @keyframes slideUpDown {
    0% {
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    30% {
      transform: translate(-50%, -180%);
      opacity: 1;
    }
    70% {
      transform: translate(-50%, -180%);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%);
      opacity: 0;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-duration: initial;
    }
  }
}
