/* Local Font */
@font-face {
  font-family: 'ABC';
  src: url('fonts/ABCGravity-Compressed.woff2') format('woff2'),
       url('fonts/ABCGravity-Compressed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.sd-cmp-1HEM- {
  display: none;
}
@media screen and (orientation: landscape) {
  body::before {
    content: "";
    background-image: url('/assets/img/landscape.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: black;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* background: white; */
    color: black;
    font-size: 24px;
    text-align: center;
    z-index: 9999;
  }
}
body {
  font-family: "gira-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #f5f1eb;
}
.dot {
  width: 40px !important;
  height: 40px;
  background: #606060;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.step-button {
    font-family: "ABC";
    font-size: 3em;
    background: white;
    color: black;
    border: none;
    padding: 4px 20px 0px;
}

h1 {
  font-family: 'ABC', sans-serif;
  font-size: 3em;
}
h2 {
  font-family: 'ABC', sans-serif;
  font-size: 3em;
  margin: auto;
}
p {
  text-align: left;
}
.header {
  background-color: #f7f6f2;
  text-align: center;
  width: 100%;
  height: 10vh;
  display: flex;
  flex-direction: column;
}
.header img {
  width: 65%;
  margin: auto
}
.negative {
  background: black;
  color: white;
}
.bg-img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 0%);
}

#progress {
    display: flex;
    position: absolute;
    gap: 5px;
}

footer {
    background: white;
    padding: 10px;
    text-align: center;
    font-size: x-small;
}

.social-icons img {
  width: 30px;
  margin: 5px;
}


.dev-tool {
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 9999;
  padding: 10px;
  background: black;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-family: sans-serif;
}

.right {
  left: 85%;
}
