@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  touch-action: none;
}
.corners{
  position: fixed;
  width: 250px;
  z-index: 5;
  opacity: 50%;
}
.corners-div{
  height: 100vh;
}
.input-validation{
  color: white;
  background-color: red;
  display: none;
  margin-top: -15px;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  justify-content: flex-end;
  text-align: right;
}
.asd{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.top-left{
  top: 0;
  left: 0;
  transform: rotate(90deg);
}
.slider{
  height: 100vh;
  width: 100%;
  z-index: 100;
  /* background-color: #754c28; */
}
audio{
  position: fixed;
  top:-50;
}
.top-right{
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
.bottom-right{
  bottom: 0;
  right: 0;
  transform: rotate(-90deg);
}
.bottom-left{
  bottom: 0;
  left: 0;
}
.slider-photo{
  object-fit: cover;
}
.container{
  padding: 0;
  align-items: center;
  justify-content: center;
}
.form{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 25px 0 25px;
}
.form-inputs{
  height: 40px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: none;
  outline: none;
  padding-left: 10px;
  border:2px solid gray;
  background-color: #FFFfff;
}
.logo{
  width: 200px;
  background-color: #FFF;
  border-radius: 8px;
}
.logo-container{
  margin-top: 50px;
  width: 200px;
  height: 200px;
  background-color: #FFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.input-labels{
  color: #FFF;
}
.form-check{
  width: 15px;
  height: 15px;
}
.btn:hover{
  background-color: #FFF;
}
.btn:active{
  background-color: rgb(72, 70, 70);
}
.form-div{
  width: 100%;
  height: 100%;
  background-color: transparent;

  z-index: 10;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form{
  width: 400px;
  height: auto;
  padding-top: 40px;
}
.form-container{
  border-radius: 8px;
  background-color: #754c28D1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.button{
  background-color: gray;
  border: none;
  width: 100%;
  border-radius: 8px;
  color: #FFF;
  transition: 0.3s;
  margin-top: 20px;
  margin-bottom: 50px;
  height: 40px;
}
.button:hover{
  background-color: #FFF;
  color: gray;
  transition: 0.3s;
}
.button:active{
  background-color: rgb(72, 70, 70);
}
.form-bottom-texts{
display: flex;
align-items: center;
justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .style-row1,.style-row2,.style-row3{
      display: none;
  }
  body{
      outline: auto;
  }
  .form-div{
      justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .form-div{
      width: 100vw;
      right: 0;
      justify-content: start;
  }
  .form-bottom-texts{
      flex-direction: column;
      align-items: center;
      gap: 10px;
  }
  .logo{
      background-color: #FFF;
      padding: 10px;
      border-radius: 25px;
  }
}
/* @media only screen and (max-height: 500px) {
  .form-div{
      flex-direction: row;
      width: 100vw;
      justify-content: space-around;
      right: 0;
      left: 0;
      justify-content: end;
      position: relative;
  }
  .form{
      width: 100%;
      position: relative;
      margin-left: 100px;
  }
  /* .logo{
      margin-left: 200px;
  } */

@media only screen and (max-width: 435px) {
  .form-container{
      width: 100%;
  }
  .form{
      width: 100%;
  }
  .form-inputs{
      width: 100% !important;
  } 
  .button{
    width: 100%;
  }
}
/*
*,*:before,*:after {
  box-sizing: border-box;
}

html {
font-family: "Work Sans", sans-serif;
color: #333;
font-size: 18px;
line-height: 1.5;
font-weight: 300;
}


.canvas-wrap {
max-width: 100%;
overflow: hidden;
position: absolute;
transform: translateY(-50%);
bottom: 0;
z-index: 2;
}

canvas {
display: block;
} */

body {
  margin: 0;
  color: #000;
  color: #fff;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  overflow: hidden;
}

img {
  background: transparent;
}

h1,
p {
  margin-top: 0.333rem;
  margin-bottom: 0.333rem;
}
.carousel{
  z-index: -1;
  height: 100%;
}
.carousel-item{
  /* height: 100vh; */
  height: 100vh;
  z-index: -2;
  position: fixed;
}
.carousel-inner{
  height: 100%;
}
.container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
@keyframes slide-transparency {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.animate-opacity {
  animation-name: slide-transparency;
  animation-iteration-count: infinite;
}

.freq-5 {
  animation-duration: 5s;
}

.freq-6 {
  animation-duration: 6.33s;
}

.freq-7 {
  animation-duration: 7s;
}

.freq-8 {
  animation-duration: 8.88s;
}

.freq-9 {
  animation-duration: 9s;
}

.freq-10 {
  animation-duration: 10.17s;
}

.delay-2 {
  animation-delay: 1.33s;
}

.delay-4 {
  animation-delay: 2.11s;
}

.bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.z-1,
.z-2,
.z-3 {
  position: absolute;
  width: 150vw;
  height: 150vw;
  left: -50vw;
  top: -50vw;
  transform-origin: center;
}

.tile {
  overflow: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: 512px 512px;
}
.input-label{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.top-left {
  background-image: url("imgs/topleft.png");
}

.top-right {
  background-image: url("imgs/topright.png");
}

.bottom-left {
  background-image: url("imgs/bottomleft.png");
}

.bottom-right {
  background-image: url("imgs/bottomright.png");
}

/* Loading css */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

