@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;@400;@500;@600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  overflow-x: hidden;
  background: linear-gradient(#2b1055, #7597de);
}
body.no-js {
  display: none;
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
}
.navbar .logo {
  color: white;
  font-weight: 700;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar ul li {
  list-style: none;
  margin-left: 20px;
}
.navbar ul li a:hover,
.active {
  background: #fff;
  color: #2b1066;
  transition: 0.25s;
}
.active {
  pointer-events: none;
}
a {
  color: #fff;
}
.navbar ul li a {
  text-decoration: none;
  padding: 6px 10px;
  margin-right: 5px;
  border-radius: 20px;
  font-size: 0.9vw;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.25s;
}

#header-btn {
  padding: 6px 9px;
  transition: 0.25s;
}

#header-btn:hover {
  background: #fff;
  color: #2b1066;
  transition: 0.25s;
}

/*darkMode*/
.GlitchNav li a:hover {
  background: #181a1b;
  color: white;
}
.GlitchNav li {
  list-style: none;
  margin-left: 20px;
}
a {
  color: white;
}
.GlitchNav li a {
  text-decoration: none;
  padding: 6px 15px;
  border-radius: 20px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section {
  position: relative;
  overflow: hidden;
  width: 100vw auto;
  height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#accSection {
  position: relative;
  overflow: hidden;
  width: 100vw auto;
  height: 100vh;
  padding: 0px;
  display: block;
  justify-content: center;
  align-items: center;
}
#accSection p {
  font-size: 2.2em;

  text-decoration: none;
}

#acSection {
  position: relative;
  overflow: hidden;
  width: 100vw auto;
  height: 100vh;
  padding: 0px;
  display: block;
  justify-content: center;
  align-items: center;
}

/* .sec1::before{
 content: '';
 transform: translateX(-50%);
 left: 50%;
 position: absolute;
 bottom: 0;
 width: 100%;
 height: 50px;
 background: linear-gradient(to top, #000000, transparent);
 z-index: 1000;
 padding: 0;

} */
/*#region secHomePage*/
#fade {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 100px;
  justify-content: center;
  align-items: center;
}
#fade::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #160522, transparent);
  z-index: 1000;
}
.sec1 {
  background: #160522;
  min-height: 100vh;
  padding: 100px;
}
.sec2 {
  position: relative;
  padding: 20px;
  background: #0e0b13;
  min-height: 20vh;
}
#sec h2 {
  font-size: 4em;
  margin-bottom: 30px;
  color: #fff;
}
#sec h1 {
  font-size: 3em;
  margin-bottom: 20px;
  color: #fff;
}
#sec p {
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
}
#sec a {
  text-decoration: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sec a:hover {
  color: rgb(184, 184, 184);
  text-decoration: none;
}
/*#endregion secHomePage*/

/*---------> scrollbar <---------*/

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*#region MafiaPage*/
#Mfade {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 100px;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) {
  #Mfade #bgi {
    width: 100%;
  }
  #stars {
    width: 100vw;
    height: auto;
  }
}

#Mfade::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #080d16, transparent);
  z-index: 1000;
}
.sec1m {
  background: #080d16;
  min-height: 100vh;
  padding: 100px;
}
.sec1m::before {
  content: "";
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #191925, transparent);
  z-index: 1000;
  padding: 0;
}
.m-trailer-box {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.m-trailer-dum {
  width: 700px;
  height: auto;
  background-color: wheat;
}
.sec2m {
  position: relative;
  padding: 100px;
  background: #191925;
  min-height: 100vh;
}
/*#endregion MafiaPage*/

#nofade::before {
}

section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% auto;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section img#clouds {
  z-index: 10;
}
#text {
  opacity: 0%;
  transform: translateY(-50px);
  position: absolute;
  color: #fff;
  white-space: nowrap;
  font-size: 5.5vw;
  z-index: 9;
  animation: fadeup 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@keyframes fadeup {
  from {
    opacity: 0%;
    transform: translateY(-50px);
  }
  to {
    opacity: 100%;
    transform: translateY(-100px);
  }
}

#glitchtext {
  position: absolute;
  color: #fff;
  white-space: nowrap;
  font-size: 5.5vw;
  z-index: 9;
  margin-top: -15vh;
  pointer-events: none;
  /*em makes it grow and shrink with text*/
  text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75),
    -0.025em 0.05em 0 rgba(0, 255, 0, 0.75),
    0.025em 0.05em 0 rgba(0, 0, 255, 0.75);

  animation: glitch 750ms infinite;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#glitchtext span {
  position: absolute;
  top: 0;
  left: 0;
}
#glitchtext span:first-child {
  animation: glitch 1650ms infinite;
  animation: glitchBreak 1600ms infinite;

  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
  transform: translateX(-0.05em);
}
#glitchtext span:last-child {
  animation: glitch 1975ms infinite;
  animation: glitchBreak 1975ms infinite;

  clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0 100%);
  transform: translateX(0.05em);
}
@keyframes glitchBreak {
  0% {
    transform: translate(0.05em, 0.01em);
  }
  9% {
    transform: translate(0.05em, 0.01em);
  }
  10% {
    transform: translate(-0.08em, -0.01em);
  }
  29% {
    transform: translate(-0.08em, -0.01em);
  }
  30% {
    transform: translate(0.05em, 0.02em);
  }
  69% {
    transform: translate(0.05em, 0.02em);
  }
  70% {
    transform: translate(0em, 0em);
  }
  99% {
    transform: translate(0em, 0em);
  }
  100% {
    transform: translate(-0.025em, -0.01em);
  }
}
@keyframes glitch {
  0% {
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75),
      -0.05em -0.025em 0 rgba(0, 255, 0, 0.75),
      -0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  }

  14% {
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.5),
      -0.05em -0.025em 0 rgba(0, 255, 0, 0.5),
      -0.025em 0.05em 0 rgba(0, 0, 255, 0.5);
  }
  15% {
    text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.5),
      0.025em 0.025em 0 rgba(0, 255, 0, 0.5),
      -0.05em -0.05em 0 rgba(0, 0, 255, 0.5);
  }
  49% {
    text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.5),
      0.025em 0.025em 0 rgba(0, 255, 0, 0.5),
      -0.05em -0.05em 0 rgba(0, 0, 255, 0.5);
  }
  50% {
    text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.5),
      0.05em 0 0 rgba(0, 255, 0, 0.5), 0 -0.05em 0 rgba(0, 0, 255, 0.5);
  }
  99% {
    text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.5),
      0.05em 0 0 rgba(0, 255, 0, 0.5), 0 -0.05em 0 rgba(0, 0, 255, 0.5);
  }
  100% {
    text-shadow: -0.025em -0.025em 0 rgba(255, 0, 0, 0.5),
      -0.025em -0.025em 0 rgba(0, 255, 0, 0.5),
      -0.025em -0.05em 0 rgba(0, 0, 255, 0.5);
  }
}
#mafiaText {
  color: #fff;
  white-space: nowrap;
  font-size: 5.5vw;
  z-index: 100000;
  top: 25vh;
  pointer-events: none;
  height: 35vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#Mafiabtn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 40px;
  background: #fff;
  transform: translateY(40px);
  color: #2b1066;
  font-size: 1.5em;
  z-index: 9;

  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m_home_img {
  position: absolute;
  right: 5%;
  top: 15%;

  width: 600px;
  height: auto;
  border: 8px solid;
  border-color: white;
  border-radius: 30px;
}
.m_img_div {
  width: auto;
  height: auto;
}
#btn {
  transform: translateY(0);
  text-decoration: none;

  padding: 8px 30px;
  border-radius: 40px;
  background: #fff;
  color: #2b1066;
  font-size: 1.5em;
  z-index: 9;
  opacity: 0%;
  animation: fadeupbtn 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  text-align: center;
  vertical-align: middle;
  display: table-cell;

  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@keyframes fadeupbtn {
  from {
    opacity: 0%;
    transform: translateY(25px);
  }
  to {
    opacity: 100%;
    transform: translateY(0);
  }
}

#playbtn {
  text-decoration: none;
  padding: 8px 30px;
  margin-top: 10px;
  transform: translate(0, 20px);
  border-radius: 40px;
  background-color: #fff;
  color: #2b1066;
  font-size: 1.5em;
  z-index: 9;
  text-align: center;
  vertical-align: middle;
  display: table-cell;

  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#emailBtn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 30px;
  margin-top: 10px;
  transform: translate(0, 20px);
  border-radius: 40px;
  background-color: #fff;
  color: #2b1066;
  font-size: 1.5em;
  z-index: 9;

  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#sec {
  position: relative;
}

.Rights {
  position: absolute;
  bottom: 0;
  color: gray;
}

.textBB {
  position: relative;
}

/* Mafia Page */
/* Contacts / About */

#notification {
  z-index: 551000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #160522;
  border-radius: 50px;
  width: 25rem auto;
  padding: 30px;
  height: 4rem;
  text-align: center;
  font-family: "Poppins";
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#notification i {
  font-size: 30px;
  pointer-events: none;
}
#notification p {
  font-size: 20px;
  pointer-events: none;
}
#notification.open {
  animation: StartPopup 400ms ease-in-out forwards;
}

#notification.close {
  animation: EndPopup 400ms ease-in-out forwards;
}
#notification.none {
  transform: translate(-50%, -1rem);
  color: transparent;
  background-color: transparent;
}

@keyframes StartPopup {
  0% {
    transform: translate(-50%, 0vh);
    color: transparent;
    background-color: transparent;
  }
  100% {
    transform: translate(-50%, 2vh);
    color: white;
    background-color: #160522;
  }
}

@keyframes EndPopup {
  0% {
    transform: translate(-50%, 2vh);
    color: white;
    background-color: #160522;
  }
  100% {
    transform: translate(-50%, 0vh);
    color: transparent;
    background-color: transparent;
  }
}
.acWrapper {
  position: relative;
  padding: 100px;
  min-height: 100vh;
}
.acWrapper h2 {
  font-size: 4em;
  margin-bottom: 30px;
  text-align: left;
  color: #fff;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.acWrapper h1 {
  font-size: 4em;
  margin-top: 50px;

  pointer-events: none;
  color: #fff;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.acWrapper p {
  font-size: 1.2em;
  text-decoration: none;
}
.acWrapper a {
  color: #fff;
  text-decoration: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.acWrapper a:hover {
  color: rgb(184, 184, 184);
  text-decoration: none;
}
/* Socials */
.media {
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media li {
  list-style: none;
  margin: 10px 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  padding: 10px 10px;
  min-width: 70px;
  min-height: 70px;

  border-radius: 40px;
  color: #fff;

  /* / *color: #2b1055; */
}
.media li :hover {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  min-width: 70px;
  min-height: 70px;

  border-radius: 40px;
  background-color: #fff;
  color: #2b1055;
}
.media a {
  position: absolute;
}

.wrapper h1 {
  margin-top: 50px;
  text-align: center;
  pointer-events: none;
}
.wrapper {
  position: relative;
  padding: 100px;
  min-height: 100vh;
}
.wrapper h2 {
  font-size: 4em;
  margin-bottom: 30px;
  color: #fff;
}
.wrapper h1 {
  font-size: 4em;
  margin-bottom: 20px;
  color: #fff;
}
.wrapper p {
  font-size: 1.2em;

  text-decoration: none;
}
.wrapper a {
  color: #fff;
  text-decoration: none;
}
.wrapper a:hover {
  color: rgb(184, 184, 184);
  text-decoration: none;
}

/*Glitch Page*/
#bianary {
  position: absolute;
  animation: ScrollGlitch 10000ms linear infinite;
  overflow: auto;
  width: 200% auto;
  height: 150vh auto;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@keyframes ScrollGlitch {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* #region accountSystem */
.sidebar {
  background: #080d161f;
  backdrop-filter: blur(2px);
  height: 100vh;
  width: 25vw;
  position: relative;
  z-index: 20;
}
.Panel {
  background: #080d1648;
  backdrop-filter: blur(2px);
  height: 100vh;
  width: 75vw;
  right: 0;
  padding: 50px;
  position: relative;
  z-index: 20;
}
.profile-page input {
  border-radius: 50px;
  border: none;
  font-size: 0.8em;
  width: 200px;
  height: 100%;
  padding: 10px;
  outline: none;
  background: #a8a8a8;
  color: #181a1b;
  margin: 10px 50px 10px 10px;
}
.account-container {
  background: rgba(0, 0, 0, 0.239);
  backdrop-filter: blur(2px);
  height: 100vh;
  width: 100vw;
  position: absolute;
  display: inline-flex;
  z-index: 10;
}
.sidebar .items {
}
.sidebar a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 16px;
  text-decoration: none;
}
.sidebar a:hover {
  background: #080d16af;
}
/* #endregion */

/*Phone Display*/
@media (max-width: 1366px) {
  body {
  }
  .navbar {
    position: absolute;
    top: 10;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 30px 50px;

    display: block;
    z-index: 10000;
  }
  .navbar ul li a {
    text-decoration: none;
    padding: 12px 20px;
    font-size: 2vmax;

    border-radius: 50px;
  }
  .navbar ul {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 110px;
    margin-left: auto;
    width: auto;
  }

  .navbar ul li {
    width: auto;
    margin: auto;
  }
  .m_home_img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5%;

    width: 600px;
    height: auto;
    border: 8px solid;
    border-color: white;
    border-radius: 30px;
  }
  .m_img_div {
    width: auto;
    height: auto;
  }
  #header-btn {
    padding: 6px 11px;
  }

  #text {
    font-size: 4em;
  }

  #glitchtext {
    font-size: 6em;
  }
  #btn {
    font-size: 2.5vmax;
    border-radius: 50px;
    z-index: 100;
  }
  section {
    overflow: hidden;
  }

  section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% auto;

    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }

  #fade::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #160522, transparent);
    z-index: 1000;
  }
  #fadeM::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #e9e9e9, transparent);
    z-index: 1000;
  }
  .sec {
    position: relative;
    padding: 40px;
    background: #160522;
    min-height: 100vh;
  }

  .sec h2 {
    font-size: 5em;
    margin-bottom: 30px;
    color: #fff;
  }
  .sec h1 {
    font-size: 4em;
    margin-bottom: 20px;
    color: #fff;
  }
  .sec p {
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
  }
  .sec a {
    color: #fff;
    text-decoration: none;
  }
  .sec a:hover {
    color: rgb(184, 184, 184);
    text-decoration: none;
  }

  /* #region MafiaPage */
  #Mfade #bgi {
    height: 100vh;
    width: 100% auto;

    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
  }
  /* endregion */

  .navbar .logo {
    color: white;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    font-size: 4em;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .wrapper h1 {
    margin-top: 20vh;
    font-size: 4em;
  }
  .media li {
    list-style: none;
    margin: 10px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    padding: 10px 10px;
    min-width: 90px;
    min-height: 90px;

    border-radius: 40px;
    color: #fff;

    /* / *color: #2b1055; */
  }
  .media li :hover {
    list-style: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    min-width: 90px;
    min-height: 90px;

    border-radius: 40px;
    background-color: #fff;
    color: #2b1055;
  }
  #playbtn {
    font-size: 2.5vmax;
    border-radius: 60px;
    z-index: 9;
  }
  #emailBtn {
    border-radius: 40px;

    position: absolute;
    font-size: 2vmax;
    left: 50%;
    transform: translateX(-50%) translateY(70%);
    z-index: 9;
    display: inline;
  }
  .wrapper .content {
    padding-top: 200px;
  }
  .acWrapper h2 {
    font-size: 4em;
    margin-bottom: 30px;
    color: #fff;
  }
  /* About / Content Pages */
  #notification {
    width: 40rem auto;
    height: 5rem;
  }

  @media (max-width: 650px) {
    #header-btn {
      padding: 6px 14px;
    }
  }

  #notification i {
    font-size: 40px;
  }
  #notification p {
    font-size: 30px;
  }
  #notification.open {
    animation: StartPopup 400ms ease-in-out forwards;
  }

  #notification.close {
    animation: EndPopup 400ms ease-in-out forwards;
  }
  #notification.none {
    transform: translate(-50%, -100px);
    color: transparent;
    background-color: transparent;
  }
  #accSection {
    position: relative;
    overflow: hidden;
    width: 100vw auto;
    height: 100vh;
    padding: 20px;
    padding-top: 10vh;
    justify-content: center;
    align-items: center;
  }
  #accSection p {
    font-size: 2.2em;

    text-decoration: none;
  }
  #acSection {
    position: relative;
    overflow: hidden;
    width: 100vw auto;
    height: 100vh;
    padding: 20px;
    padding-top: 10vh;
    justify-content: center;
    align-items: center;
  }
  #acSection p {
    font-size: 2.2em;

    text-decoration: none;
  }
  #Mafiabtn {
    font-size: 2.5vmax;
    border-radius: 60px;
  }

  .Rights {
    font-size: 2em;
  }
  #stars {
    width: auto;
    height: 100vh;
  }
}

.footer{
    background-color: #0e0b13;
    padding: 0px 0 20px;
    font-size: 1em;
    margin: auto;
}

.footer hr{
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin-bottom: 20px;
    width: 100%;
}

.footer a, .footer p{
    text-align: center;
    color: #8a8a8a;
    text-decoration: none;
}

.footer #firstChild{
    margin-bottom: 10px;
}

.footer a:hover{
    color: white;
    cursor: pointer;
}

@media(max-width:1366px) {
    .footer{
        font-size: 0.85em;
    }
}

/* @media(prefers-reduced-motion: reduce) {
      *,
      ::before,
      ::after{
          animation-delay: -1ms !important;
          animation-duration: 1ms !important;
          animation-iteration-count: 1ms !important;
          background-attachment: inherit !important;
          scroll-behavior: auto !important;
          transition-duration: 0s !important;
          transition-delay: 0s !important;
      }

} */
