.cursor-container {
  pointer-events: none;
  position: absolute;
  z-index: 100;
}
.cursor-container .pointer {
  width: 5pt;
  height: 5pt;
  background: #ffc1cc;
  border-radius: 50%;
  position: absolute;
  top: -2pt;
  left: -1.6pt;
  transform: translate(705px, 316px);
  transition: all 0.05s ease;
}

.threeDContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  transition: top 850ms ease;
}

.threeDTextContainer {
  position: absolute;
  z-index: 5000;
  top: 33%;
  left: 50%;
  width: 330px;
  height: 200px;
  /*background-color: red;*/
  transform: translate(-50%, -50%);
}

:root {
  --swiper-navigation-size: "22px";
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  overflow-x: hidden;
}

.swiper-container {
  width: 100%;
  height: 350%;
  background-color: #221F20;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev, .swiper-button-next {
  display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 16px;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
  background-color: pink;
}

.mainLogo {
  width: 60%;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-drag: none;
}

.tagLine {
  color: initial;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.2rem;
  transition: top 100ms linear, color 0.001ms linear;
  overflow: auto;
}

.tagLine span {
  display: inline;
}

.menu {
  position: absolute;
  top: 3%;
  left: 95%;
}

.menuBullet {
  position: relative;
  border-radius: 50%;
  background-color: #221F20;
  width: 8px;
  height: 8px;
  left: 0%;
  transition: left 180ms ease;
  white-space: nowrap;
  float: right;
}

.menuBullet > p {
  position: absolute;
  top: -192%;
  display: none;
  user-select: none;
  float: left;
  font-size: 12px;
}

.clientBullet {
  left: -625%;
}

.aboutUsBullet {
  left: -675%;
}

.contactBullet {
  left: -570%;
}

.menuTab {
  width: 50px;
  height: 14px;
  margin-bottom: 5px;
}

.mainFrame {
  position: absolute;
  height: 50%;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*white-space: nowrap;*/
}

.Typewriter__wrapper {
  white-space: nowrap;
}

/*projects*/
.projects {
  position: absolute;
  top: 9.5%;
  left: 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  margin: 0 auto;
  gap: 0;
  user-select: none;
  -webkit-user-drag: none;
  z-index: -1;
}
.projects img {
  height: auto;
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.client {
  margin-top: 40px;
  width: 250px;
  height: 250px;
  /*border-radius: 50%;*/
  /*background-color: blue;*/
  text-align: center;
  width: 80%;
  height: 80%;
}

.france2 {
  width: 100px;
  height: 100px;
}

/*Biography*/
.biographies {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 20%;
}
.biographies p {
  width: 55%;
  display: inline-block;
  margin-top: 0;
}
.biographies a {
  text-decoration: none;
  margin-bottom: 5px;
  color: #221F20;
  user-drag: none;
  display: block;
}

.biographyContainer {
  margin: 0 auto;
  height: 100%;
  width: 34%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.giuliaBioImage {
  width: 220px;
}

.joshuaBioImage {
  max-width: 220px;
  max-height: 275.11px;
  width: auto;
  height: auto;
}

.joshua {
  flex: 0 0 80%;
}

.giulia {
  flex: 0 0 80%;
}

.socials {
  display: block;
  height: 90px;
}

.socialIcon {
  width: 30px;
  height: 30px;
}

.socialIcon:hover {
  filter: invert(28%) sepia(10%) saturate(6%) hue-rotate(86deg) brightness(118%) contrast(119%);
  transition: filter 150ms linear;
}

.socialIcon {
  filter: initial;
  transition: filter 1050ms linear;
}

.biography {
  /*width: 300%;*/
  display: flex;
  flex-direction: column;
}

.biography p {
  font-size: 15px;
}

/*Contact*/
p, h1, h2, h3, h4, h5, h6, a {
  font-family: "Avenir", sans-serif;
}

p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, span::selection {
  background-color: #221F20;
  color: #ecf0f1;
}

/*FONTS AND UTILS*/
@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirLTStd-Book.woff2") format("woff2"), url("../fonts/AvenirLTStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.hidden {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s, 0s;
  transition-delay: 0s, 0.3s;
}

.visible {
  transition-property: visibility, opacity;
  transition-duration: 0s, 1s;
}

.bold {
  font-weight: bolder;
}

.test {
  display: none;
}

.Typewriter__cursor {
  color: #fd79a8;
}

/*Responsiveness*/
@media screen and (max-width: 600px) {
  .menuBullet > p {
    display: inline-block;
    top: -199%;
  }

  .menu {
    left: 85%;
  }

  .swiper-container {
    top: -45%;
  }

  .biographyContainer {
    width: 100%;
    flex-direction: column;
  }

  .biography {
    display: flex;
    align-items: center;
  }

  .swiper-button-next, .swiper-button-prev {
    opacity: 0.1;
  }

  .test {
    display: block;
    width: 80%;
    height: 80%;
  }

  .swiper-container {
    height: 400%;
  }

  .Typewriter__wrapper {
    white-space: normal;
  }

  .biographies p {
    width: 80%;
  }

  .biographies {
    left: 5%;
  }

  .biography {
    margin-bottom: 5%;
  }

  .cursor-container {
    display: none;
  }

  .tagLine {
    width: 90vw;
  }

  * {
    cursor: initial;
  }

  html, body {
    height: 100vh;
    width: 100vw;
    margin: 0;
    overflow-x: hidden;
    position: fixed;
  }

  .mainLogo {
    width: 80%;
    height: 60%;
    left: 50%;
    top: 7vh !important;
  }

  .mainFrame {
    height: 20%;
    transform: translate(-50%, -140%);
  }
}

/*# sourceMappingURL=main.css.map */
