/* ---SO MUCH SPACE--- */
@import url("https://rsms.me/inter/inter.css");
html {
  font-family: "Inter", sans-serif;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, summary {
  /* Add correct display for IE 9- and some newer browsers */
  display: block;
}

table, th, td {
  text-align: left;
  border-collapse: collapse;
  border: thin solid black;
}

main {
  display: block;
  min-height: 100%;
}

/* -SELECTION- */
::-moz-selection {
  background: none;
  color: blue;
}

::selection {
  background: none;
  color: blue;
}

/* ---IMAGES & FIGURES--- */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

figcaption {
  font-size: 0.75rem;
  line-height: 1.5rem;
}

/* -LINKS- */
a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: black;
}

/* ---CLEARFIX--- */
.cf::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

html {
  scroll-behavior: smooth;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  height: 100vh;
  scroll-behavior: smooth;
  background-color: black;
  cursor: none;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* --- CURSOR ---*/
.cursor {
  display: flex;
  position: absolute;
  width: 250px;
  height: 250px;
  background-color: white;
  border-radius: 50%;
  top: var(--y, 0);
  left: var(--x, 0);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 999;
  align-items: center;
  justify-content: center;
  mix-blend-mode: difference;
}

.centercursor {
  position: absolute;
  width: 25px;
  height: 2.5px;
  background-color: black;
  transition: 0.15s;
}

.centercursorTwo {
  position: absolute;
  width: 25px;
  height: 2.5px;
  background-color: black;
  transition: 0.15s;
}

@media screen and (max-width: 1000px) {
  .cursor {
    display: none;
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: white;
    border-radius: 50%;
    top: var(--y, 0);
    left: var(--x, 0);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 999;
    align-items: center;
    justify-content: center;
    mix-blend-mode: difference;
  }

  .centercursor {
    display: none;
    position: absolute;
    width: 25px;
    height: 2.5px;
    background-color: black;
    transition: 0.15s;
  }

  .centercursorTwo {
    display: none;
    position: absolute;
    width: 25px;
    height: 2.5px;
    background-color: black;
    transition: 0.15s;
  }
}
/* --- CONTENT ---*/
.wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.content-container {
  height: 97.5vh;
  cursor: none;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .wrapper {
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
  }

  .content-container {
    height: 100%;
    cursor: none;
    justify-content: center;
    align-items: center;
  }

  .image-container {
    display: flex;
    width: 100vw;
    height: 100vh;
    mix-blend-mode: difference;
    cursor: none;
  }

  .image-content {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
  }
}
.image-container {
  display: flex;
  width: 100%;
  mix-blend-mode: difference;
  cursor: none;
}

.image-content {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
}

.next-positioner {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  height: auto;
  position: absolute;
  cursor: none;
  justify-content: space-between;
}

.next-container {
  display: none;
  flex-flow: wrap;
  z-index: 5;
  color: white;
  padding-bottom: 1%;
  overflow-y: auto;
  mix-blend-mode: difference;
}

#before-container.next-container {
  transform: translate(-1px, 0px);
  width: 100%;
}

#next-container.next-container {
  transform: translate(-1px, 0px);
  width: 100%;
}

.text-container {
  display: flex;
  font-size: 10vh;
  width: 100%;
  padding-top: 1%;
  padding-left: 1%;
  color: white;
  overflow-y: auto;
}

@media screen and (max-width: 1000px) {
  .next-positioner {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    height: auto;
    position: absolute;
    cursor: none;
    justify-content: space-between;
  }

  .next-container {
    display: none;
    flex-flow: wrap;
    z-index: 5;
    color: white;
    padding-bottom: 1%;
    overflow-y: auto;
    mix-blend-mode: difference;
  }

  #before-container.next-container {
    transform: translate(-1px, 0px);
    width: 100%;
  }

  #next-container.next-container {
    transform: translate(-1px, 0px);
    width: 100%;
  }

  .text-container {
    display: flex;
    font-size: 6vh;
    width: 100%;
    padding-top: 1%;
    padding-left: 1%;
    color: white;
    overflow-y: auto;
  }

  .add-tools {
    display: none;
    position: absolute;
    width: 4vh;
    height: 4vh;
    font-size: 1.2vh;
    right: 0;
    border: thin solid white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 0.5vw;
    margin-top: 0.5vw;
    color: white;
    mix-blend-mode: difference;
    z-index: 10;
  }

  .tool-container {
    display: none;
    position: absolute;
    flex-flow: row;
    height: 4vh;
    top: 0;
    right: 0;
    z-index: 10;
    padding-right: 0.5vw;
    padding-top: 0.5vw;
    mix-blend-mode: difference;
  }

  .minus-container {
    display: flex;
    padding: 0.5vw;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
    border: thin solid white;
    border-radius: 200px;
    height: 2.5vh;
    color: white;
    text-transform: lowercase;
    justify-content: center;
    align-items: center;
    cursor: none;
  }
}
.mail-container {
  display: none;
  flex-flow: wrap;
  width: auto;
  position: absolute;
  font-size: 5vw;
  justify-content: center;
  align-items: center;
  z-index: 10;
  mix-blend-mode: difference;
  border: thin solid white;
  border-radius: 200px;
  background-color: white;
  padding: 1vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.mail-container:hover {
  box-shadow: 0px 0px 30px 20px white;
  mix-blend-mode: difference;
  transition: 0.3s;
}

.add-tools {
  display: none;
  position: absolute;
  width: 2.5vh;
  height: 2.5vh;
  font-size: 1.2vh;
  right: 0;
  border: thin solid white;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 0.5vw;
  margin-top: 0.5vw;
  color: white;
  mix-blend-mode: difference;
  z-index: 10;
  animation: pulse 1s ease-in infinite;
}

.add-tools:hover {
  box-shadow: 0px 0px 20px 5px white;
  mix-blend-mode: difference;
  transition: 0.3s;
}

@keyframes pulse {
  0%, 100% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(0, 0);
  }
}
.tool-container {
  display: none;
  position: absolute;
  flex-flow: row;
  top: 0;
  right: 0;
  z-index: 10;
  padding-right: 0.5vw;
  padding-top: 0.5vw;
  mix-blend-mode: difference;
}

.minus-container {
  display: flex;
  padding: 0.25vw;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border: thin solid white;
  border-radius: 200px;
  height: 2.5vh;
  color: white;
  text-transform: lowercase;
  justify-content: center;
  align-items: center;
  cursor: none;
}

.minus-container:hover {
  box-shadow: 0px 0px 20px 5px white;
  mix-blend-mode: difference;
  transition: 0.3s;
}

/* ---FOOTER ---*/
.footer {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  cursor: none;
}

@media screen and (max-width: 1000px) {
  .footer {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    cursor: none;
    align-items: flex-end;
  }
}
.footer-container {
  display: flex;
  width: 100%;
  height: 2.5vh;
  color: white;
  font-size: 1.2vh;
  align-items: center;
  font-weight: 600;
  cursor: none;
}

.logo-container {
  display: flex;
  width: 25%;
  border-top: thin solid white;
  border-right: thin solid white;
  padding-left: 0.25vw;
  padding-top: 0.5vh;
  height: 2.5vh;
  text-transform: lowercase;
  mix-blend-mode: difference;
  cursor: none;
}

.logo-content {
  display: block;
  width: 20px;
  height: 2.5px;
  background-color: black;
  cursor: none;
}

.desc-container {
  display: flex;
  width: 25%;
  border-top: thin solid white;
  border-right: thin solid white;
  padding-left: 0.25vw;
  padding-top: 0.5vh;
  height: 2.5vh;
  text-transform: lowercase;
  mix-blend-mode: difference;
  cursor: none;
  z-index: 999;
  transition: 2s;
}

.desc-container:hover {
  box-shadow: 0px 0px 30px 20px white;
  mix-blend-mode: difference;
}

@media screen and (max-width: 1000px) {
  .footer-container {
    display: flex;
    flex-flow: row wrap-reverse;
    width: 100%;
    height: 8vh;
    color: white;
    font-size: 1.25vh;
    align-items: flex-end;
    font-weight: 600;
    cursor: none;
    overflow-y: hidden;
  }

  .logo-container {
    display: flex;
    width: 50%;
    height: 50%;
    border-top: thin solid white;
    border-right: thin solid white;
    border-bottom: thin solid white;
    padding-left: 0.75vw;
    align-items: center;
    text-transform: lowercase;
    mix-blend-mode: difference;
    cursor: none;
    align-self: flex-end;
    padding-top: 0;
  }

  #first.desc-container {
    display: flex;
    width: 0%;
    height: 50%;
    opacity: 0;
    border-right: none;
    border-top: none;
    border-bottom: thin solid white;
    transition: 0.3s;
    align-items: center;
    padding-top: 0;
    padding-left: 0.75vw;
  }

  #second.desc-container {
    display: flex;
    width: 0%;
    height: 50%;
    opacity: 0;
    border-right: none;
    border-top: none;
    transition: 0.3s;
    align-items: center;
    padding-top: 0;
    padding-left: 0.75vw;
  }

  #last.desc-container {
    display: flex;
    width: 0%;
    height: 50%;
    opacity: 0;
    border-right: none;
    border-top: none;
    transition: 0.3s;
    align-items: center;
    padding-top: 0;
    padding-left: 0.75vw;
  }

  .add-button {
    width: 4vh;
    height: 4vh;
    border: thin solid white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 0.5vw;
    color: white;
    z-index: 10;
  }

  #firstAddBtn.add-button {
    display: flex;
    width: 4vh;
    height: 4vh;
  }

  #secondAddBtn.add-button {
    display: none;
    width: 4vh;
    height: 4vh;
  }

  #thirdAddBtn.add-button {
    display: none;
    width: 4vh;
    height: 4vh;
  }
}
#first.desc-container {
  display: flex;
  width: 0%;
  opacity: 0;
  border-right: none;
  border-top: none;
  border-bottom: none;
  transition: 0.3s;
}

#second.desc-container {
  display: flex;
  width: 0%;
  opacity: 0;
  border-right: none;
  border-top: none;
  transition: 0.3s;
}

#last.desc-container {
  display: flex;
  width: 0%;
  opacity: 0;
  border-right: none;
  border-top: none;
  transition: 0.3s;
}

.add-button {
  width: 2.5vh;
  height: 2.5vh;
  border: thin solid white;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 0.5vw;
  color: white;
  z-index: 10;
}

.add-button:hover {
  box-shadow: 0px 0px 20px 5px white;
  mix-blend-mode: difference;
  transition: 0.3s;
}

#firstAddBtn.add-button {
  display: flex;
}

#secondAddBtn.add-button {
  display: none;
}

#thirdAddBtn.add-button {
  display: none;
}

.rect-container {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  position: absolute;
}

.rect-container-green {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  position: absolute;
}

.rect-container-blue {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  position: absolute;
}

.rect-container-yellow {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  position: absolute;
}

.rectDiv {
  display: block;
  opacity: 0.8;
  height: 2.5vh;
  mix-blend-mode: difference;
}

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