/* @import "~animate.css"; */

@font-face {
  font-family: "Satoshi";
  src: url(./Satoshi-Variable.ttf);
}

@font-face {
  font-family: "Artistic";
  src: url(./ArtisticFont.ttf);
}

@font-face {
  font-family: "Director";
  src: url(./DirectorFont.ttf);
}

@font-face {
  font-family: "Gamer";
  src: url(./GamerFont.ttf);
}

@font-face {
  font-family: "Food";
  src: url(./FoodFont.ttf);
}

#main-card {
  overscroll-behavior-y: none;
}

body {
  font-family: "Satoshi";
  overscroll-behavior: none;
}
.ar footer {
  font-family: Satoshi;
}

#hero {
  width: 100%;
  left: 50%;
  /* initially set display none to fix white background bug */
  display: none;
  transition: position 99999s;
  /* magic! */
  transform: translate(-50%, 0);
}

.lottie {
  width: 100vw;
  left: 50%;
  position: fixed;
  overflow: hidden;
  /* magic! */
  transform: translate(-50%, 0);
}

#lottieMain {
  margin-left: -4px;
}

#lottieCenter {
  z-index: -1;
}

#socials {
  width: 50px;
}

#copyright {
  font-size: 0.7em;
}

#tile-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#subtext {
  font-size: 4vw;
}

#socials {
  display: none;
}

#hidden-card {
  background: linear-gradient(rgb(185, 186, 241), white, white);
  position: fixed;
  margin-top: -30px;
  width: 1500px;
  overflow: hidden;
  border-radius: 35px 35px 0 0;
  padding: 30px;
  margin: auto;
  height: 50%;
  z-index: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#main-card {
  background-color: white;
  margin-top: -30px;
  width: 1500px;
  overflow: hidden;
  border-radius: 35px 35px 0 0;
  padding: 30px;
  margin: auto;
  box-shadow: rgb(0 0 0 / 98%) 0px 54px 55px, rgb(0 0 0 / 14%) 0px -12px 30px,
    rgb(3 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 10%) 0px 12px 13px,
    rgb(0 0 0 / 0%) 0px -3px 5px;
  position: relative;
  min-height: 1500px;
  z-index: 1;
}

#main-apply {
  visibility: hidden;
  font-size: large;
  border-radius: 1000px;
  padding: 15px, 40px, 15px, 40px;
  height: 54px;
  width: 127px;
  margin-top: 25px;
}

#main-bottom {
  position: relative;
}

#main-text {
  display: inline-block;
  /* font-weight: bold; */
}
#fancy-text {
  font-size: 10vw;
  height: 80px;
  position: relative;
}

#loginButtonContainer {
  justify-content: center;
}

#login-butt {
  background-color: white;
  color: #4e42f8;
  border-color: #4e42f8;
  margin-top: 20px;
  width: 90%;
}

#login-butt:hover {
  color: white;
  background-color: #4e42f8;
  border-color: white;
}

#loginButtonContainer:hover {
  text-decoration: none;
}

#left-tile {
  width: 100%;
  height: 100%;
  background-image: url("work_with_us.png");
  background-color: #8b83ff;
  /* left: 430px; */
  border-radius: 40px 0px 0px 0px;
  padding: 30px;
}

#left-tile-btn {
  border-color: white;
  color: white;
}

#left-tile-btn:hover {
  background-color: white;
  color: #8b83ff;
  /* border-radius: 1000px; */
}

#right-tile {
  width: 100%;
  height: 100%;
  background-color: #6c61ff;
  background-image: url("events.png");
  /* position: absolute; */
  /* left: 860px; */
  border-radius: 0px 40px 0px 0px;
  padding: 30px;
}

#right-tile-btn {
  border-color: white;
  color: white;
}

#right-tile-btn:hover {
  background-color: white;
  color: #6c61ff;
  /* border-radius: 1000px; */
}

#bottom-tile {
  width: 100%;
  height: 430px;
  background-color: #4e42f8;
  background-image: url("book_a_studio.png");
  border-radius: 0px 0px 40px 40px;
  padding: 30px;
}

#bottom-left-text {
  /* position: absolute;
     */
  display: inline-block;
  color: #212121;
  /* width: 430px; */
  /*width: 100%;*/
  padding: 40px 15px 40px 15px;
  font-size: 5vw;
  /* font-weight: bold; */
}

#bottom-tile-btn {
  border-color: white;
  color: white;
}

#bottom-tile-btn:hover {
  background-color: white;
  color: #4e42f8;
  /* border-radius: 1000px; */
}

/*for hidden tiles*/

#pro-tile {
  width: 100%;
  height: 100%;
  background-image: url("pro.png");
  background-color: #8f86fe;
  /* left: 430px; */
  border-radius: 40px 0px 0px 0px;
  padding: 30px;
}

#pro-tile-btn {
  border-color: white;
  color: white;
}

#pro-tile-btn:hover {
  background-color: white;
  color: #8b83ff;
  /* border-radius: 1000px; */
}

#career-tile {
  width: 100%;
  height: 100%;
  background-color: #6c61ff;
  background-image: url("careers.png");
  /* position: absolute; */
  /* left: 860px; */
  border-radius: 0px 40px 0px 0px;
  padding: 30px;
}

#career-tile-btn {
  border-color: white;
  color: white;
  /* margin-top: 170px; */
}

#career-tile-btn:hover {
  background-color: white;
  color: #6c61ff;
  /* border-radius: 1000px; */
}

#amateur-tile {
  width: 100%;
  height: 100%;
  background-image: url("amatuer.png");
  background-color: #4e42f8;
  border-radius: 0px 0px 40px 40px;
  padding: 30px;
}

#amateur-left-text {
  /* position: absolute;
     */
  display: inline-block;
  width: 430px;
  padding: 80px 40px 40px 40px;
  font-size: 32px;
  font-weight: 600;
}

#amateur-tile-btn {
  border-color: white;
  color: white;
}

#amateur-tile-btn:hover {
  background-color: white;
  color: #4e42f8;
  /* border-radius: 1000px; */
}
.btn3 {
  background-color: #4e42f8;
  color: white;
}

.btn3:hover {
  border-color: #4e42f8;
  background-color: white;
  color: #4e42f8;
  /* border-radius: 1000px; */
}

.fadeinup {
  animation: fadeInUp;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  /* don't forget to set a duration! */
}

.form-title {
  font-size: 8vw;
  font-weight: bold;
}

.form-subtitle {
  font-size: 17px;
  color: rgb(223, 224, 230);
}

.formApply {
  opacity: 1;
  border-width: 1px;
  border-color: #212121;
  font-size: 4vw;
  border-radius: 1000px;
  padding: 15px, 40px, 15px, 40px;
  height: 10.6vw;
  width: 25vw;
  margin-top: 18vw;
}

a.formApply {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .back .formApply {
    margin-top: 100px;
} */

.back.professional .formApply {
  margin-top: 125px;
}

.form-subtitle.careers {
  width: 35%;
}

.opaque {
  opacity: 50%;
}

/* footer {
    position: absolute;
    bottom: 0;
    left: 0;
} */

footer.true-foot {
  position: relative;
  padding-top: 20px;
  width: 100%;
  color: #212121;
  border-top-width: 1px;
  font-size: 0.8em;
}

.langButton {
  font-size: large;
  opacity: 100%;
  color: white;
  font-size: large;
  border-width: 1px;
  border-color: white;
  height: 54px;
  width: 64px !important;
  border-radius: 1000px;
  padding: 15px, 20px, 15px, 20px;
  margin: 20px 15px 15px 0 !important;
}

.langButton:hover {
  background-color: white;
}

.radioText {
  color: rgb(84, 84, 84);
}

.langButton.buttonActive {
  color: #212121;
  background-color: white;
}

.navbar.ar {
  font-family: Satoshi;
}

.tile {
  padding: 1em;
  position: relative;
  box-shadow: 0 1px 5px #00000099;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  transition-duration: 300ms;
  transition-property: transform, box-shadow;
  transition-timing-function: ease-out;
  transform: rotate3d(0);
}

.calendar {
  background-position-y: 40px;
}

.tile:hover {
  transition-duration: 150ms;
  box-shadow: 0 5px 20px 5px #00000044;
}

.mobile {
  box-shadow: 0 5px 20px 5px #00000044;
}

.tile .glow {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1em;
  padding-left: 30px;
  left: 0;
  top: 0;
  background-image: radial-gradient(circle at 50% -20%, #ffffff22, #0000000f);
}

.container3d {
  perspective: 1500px;
  width: 430px;
  height: 430px;
  /* resize tiles for mobile */
  max-width: 100%;
  max-height: 80vw;
}

.container3dBig {
  perspective: 3000px;
  width: 860px;
  position: absolute;
  top: 430px;
}

#left-tile .glow {
  border-radius: 40px 0px 0px 0px;
}

#right-tile .glow {
  border-radius: 0px 40px 0px 0px;
}

#bottom-tile .glow {
  border-radius: 0px 0px 40px 40px;
}

#pro-tile .glow {
  border-radius: 40px 0px 0px 0px;
}

#career-tile .glow {
  border-radius: 0px 40px 0px 0px;
}

#noob-tile .glow {
  border-radius: 0px 0px 40px 40px;
}

/* remove button glow from bootstrap buttons */

.btn:focus,
.btn:active {
  box-shadow: none !important;
  outline: 0px !important;
}

.confirmationText {
  color: white;
  font-size: 40px;
  margin-bottom: 50px;
}

.confirmationSubText {
  color: rgb(209 209 255);
}

.confirmation-container {
  margin-top: 100px;
  background-color: rgb(63, 63, 224);
  max-width: 900px;
  padding: 90px;
  border-radius: 25px;
  box-shadow: 0 10px 20px #3a3a3a99;
}

#check {
  width: 80px;
  display: none;
}

@media (max-width: 1500px) {
  #hero {
    width: 1500px;
    object-position: center center;
  }
  .lottie {
    width: 1500px;
  }

  #main-card {
    width: 100vw;
  }
  #hidden-card {
    width: 100vw;
  }
}

@media (max-width: 576px) {
  #hero {
    width: 900px;
  }
  .lottie {
    width: 900px;
  }
}
@media (max-width: 430px) {
  #hero {
    width: 450px;
  }
}

/* // Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  .form-title {
    font-size: 30px;
  }
  .form-subtitle {
    font-size: 20px;
  }
  .formApply {
    font-size: large;
    height: 54px;
    width: 127px;
    margin-top: 20px;
  }
  .btn.formApply,
  .back.professional .formApply {
    margin-top: 100px;
  }
  #bottom-left-text {
    font-size: 32px;
    padding: 40px 40px 40px 15px;
  }
  #fancy-text {
    font-size: 56px;
  }
  #subtext {
    font-size: 20px;
  }
  footer.true-foot {
    font-size: 1rem;
  }
  #socials {
    width: 200px;
    display: block;
  }
  #socials-vertical {
    display: none;
  }
}

/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  #login-butt {
    width: 200px;
  }
  #login-butt.log-ar {
    width: 300px;
  }
  #loginButtonContainer {
    justify-content: left;
  }
  .ar #loginButtonContainer {
    justify-content: right;
  }
}

/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #navbar-logo {
    margin-left: 70px;
  }
  #tile-container {
    flex-direction: row;
  }
  img {
    /*  get rid of padding from bootstrap */
    padding-top: 0;
  }
  /* #main-text {
        margin-top: 1.5rem !important;
        /* font-weight: bold; */
  #fancy-text {
    margin-top: 1.5rem;
    font-size: 64px;
  }
  #subtext {
    font-size: 25px;
  }
  #bottom-left-text {
    font-size: 32px;
  }
  #big {
    margin-left: 70px;
  }
  #ar {
    margin-right: 70px;
  }
  .langButton {
    margin: 20px 30px 0 0;
  }
  .mobile {
    box-shadow: none;
  }
  footer.true-foot {
    position: absolute;
    bottom: -20px;
    margin-bottom: 20px;
    left: 0;
  }
}

@media (max-width: 992px) {
  .container3d {
    width: 100%;
    margin-bottom: 30px;
  }
  .container3dBig {
    position: relative;
    top: 0;
  }
  .tile {
    background-size: contain;
    border-radius: 40px !important;
  }
  .glow {
    border-radius: 40px !important;
  }
  .container3dBig .tile {
    background-position: bottom;
  }
  #bottom-tile {
    height: 100%;
  }
  #socials {
    /* position: absolute;
        bottom: 10px; */
    right: 20px;
    padding: 0;
  }
  #main-card {
    min-height: 0;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  #main-bottom {
    margin-top: 100px;
  }
  #subtext {
    padding-right: 120px;
  }
}

/* stupid galaxy fold */

@media (max-width: 330px) {
  .work {
    background-size: 90%;
  }
}

@media (max-width: 500px) {
  .log-ar {
    font-size: 4vw !important;
  }
}

/*typwriter shit */

.typed-text {
  font-weight: normal;
  font-family: "Musical";
  color: #4e42f8;
  display: inline;
}

.cursor {
  display: inline-block;
  background-color: #4e42f8;
  margin-left: 0.1rem;
  width: 6px;
  animation: blink 1s infinite;
  display: inline-block;
  margin-top: 0.5rem;
}

div.cursor.typing {
  animation: none;
  display: inline-block;
}

@keyframes blink {
  0% {
    background-color: #4e42f8;
  }
  49% {
    background-color: #4e42f8;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #4e42f8;
  }
}

@media (max-width: 767px) {
  #fancy-text {
    height: 100px;
  }
  .confirmationText {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .confirmationSubText {
    font-size: 25px;
  }
  .confirmation-container {
    width: 90%;
    padding: 40px;
  }
  #check {
    width: 70px;
  }
}

@media (max-width: 425px) {
  .confirmationText {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .confirmationSubText {
    font-size: 19px;
  }
}

@media (max-width: 400px) {
  #fancy-text {
    height: 63px;
  }
}

@media (max-width: 280px) {
  #fancy-text {
    height: 70px;
  }
}

.no-hover {
  pointer-events: none;
}

/*tile flipping shit*/

.flip-card-inner {
  /*position: relative;*/
  transition: transform 2s;
  transition-duration: 2s;
  transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
}

/*alternative animation for tiles*/

.back {
  display: none;
}

.hide-row {
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
}

@media (min-width: 993px) {
  .hide-row {
    display: none;
    /*display: flex;*/
  }
  #fancy-text {
    padding-left: 40px;
  }
}

.back-flip-btn {
  border-color: #4e42f8;
  color: #4e42f8;
  right: 0px;
  padding: 10px;
  position: absolute;
  display: none;
}

.back-arrow {
  fill: #4e42f8;
}

.back-flip-btn:hover {
  background-color: #4e42f8;
  color: white;
}

.back-flip-btn:hover .back-arrow {
  fill: #ffffff;
}

.small-back-flip {
  /* display: none; */
  visibility: hidden;
  width: 90%;
  border-radius: 50px;
  background-color: white;
  box-shadow: 0px 0px 25px 0px #9b9b9b;
  color: #4e42f8;
  perspective: 1000px;
  /*justify-content: center;*/
  height: 54px;
  position: fixed;
  bottom: 60px;
}

@media (min-width: 992px) {
  .small-back-flip {
    width: 60%;
  }
}

.small-back-flip:hover {
  color: white;
  background-color: #4e42f8;
}

.small-back-flip:hover .back-arrow {
  fill: white;
}

@media (min-width: 1201px) {
  #fancy-text {
    font-size: 72px;
  }
  #subtext {
    margin-top: 40px !important;
  }
}

#left-tile,
#pro-tile {
  --animate-delay: 0s;
}

#right-tile,
#career-tile {
  --animate-delay: 0.2s;
}

#bottom-tile,
#amateur-tile {
  --animate-delay: 0.4s;
}

.super-wrapper {
  position: fixed;
  background-color: #f9f9f9;
  z-index: 500000;
  width: 100%;
  height: 100%;
}

.navbarShadow {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), #393939);
  z-index: 1020;
}

.navbar-brand {
  margin-top: 10px;
}

.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #1010c1;
  border-radius: 50%;
  animation: loading 1.5s cubic-bezier(0.8, 0.5, 0.2, 1.4) infinite;
  transform-origin: bottom center;
  position: relative;
}

@keyframes loading {
  0% {
    transform: translateY(0px);
    background-color: #1010c1;
  }
  50% {
    transform: translateY(50px);
    background-color: #6661ea;
  }
  100% {
    transform: translateY(0px);
    background-color: #1010c1;
  }
}

.circle-1 {
  animation-delay: 0.1s;
}

.circle-2 {
  animation-delay: 0.2s;
}

.circle-3 {
  animation-delay: 0.3s;
}

.circle-4 {
  animation-delay: 0.4s;
}

.circle-5 {
  animation-delay: 0.5s;
}

.circle-6 {
  animation-delay: 0.6s;
}

.circle-7 {
  animation-delay: 0.7s;
}

.circle-8 {
  animation-delay: 0.8s;
}

cite {
  font-style: normal;
}

.vom {
  height: 68px;
  background-color: rgb(161 155 250) !important;
  color: white !important;
  border-color: rgb(161 155 250) !important;
}

.vom:hover {
  background-color: white !important;
  color: rgb(161 155 250) !important;
  border-color: rgb(161 155 250) !important;
}
