:root {
 --beige: #E4D8CB;
 --brown: #443712;
 --green: #53642B;
 --red: #813F3F;
 --dark-neutral: #4A4837;
 --dark-neutral-overlay: rgba(74, 72, 55, 0.75);
 --off-white: #F3F1EE;
 --merusault: meursault-variable, 'Maursault', serif; 
 --franklin: franklin-gothic-atf, 'Franklin', serif; 
 font-size: 16px;
 offset: shape(from -75px 50%,hline by 25)
}

@font-face {
    font-family: 'Maursault';
    src: url('src/assets/fonts/Meursault VF Ultra Condensed Thin.ttf');
}

@font-face {
    font-family: 'Franklin';
    src: url('src/assets/fonts/FranklinGothic URW Book.ttf');
}

/* :root {
  --color-background: var(--ev-c-black);
  --color-background-soft: var(--ev-c-black-soft);
  --color-background-mute: var(--ev-c-black-mute);

  --color-text: var(--ev-c-text-1);
} */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

ul {
  list-style: none;
}

body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Fira Sans',
    'Droid Sans',
    'Helvetica Neue',
    sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
}

/* body {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url('./wavy-lines.svg');
  background-size: cover;
  user-select: none;
} */

main {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}

.tools-slider {
  width: 45rem;
  height: 100vh;
  position: relative;
}

.loop-container {
  /* position: absolute;
  top: 0px;
  left: 0px; */
      width: 45rem;
    height: 100vh;
    overflow-y: hidden;
  scroll-behavior: smooth; 
  text-align: center;
  display: grid;
  place-items: center;
  grid-template-columns: 100%;
  gap: 50px;
  justify-content: center;
  align-items: center;
  /* padding-top: 50px; */

  /* display: flex;
  flex-direction: column; */
  /* justify-content: center; */
  /* align-items: center;  */
}

.loop-item {
 height: calc((100vh / 1.5) - 140px);
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 0;
  background-image: url('src/renderer/src/assets/tools/circle-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.loop-item img {
    height: 80%;
    max-height: 380px;
    max-width: 380px;
    width: 80%;
    object-fit: contain;
    text-align: center;
    transform: rotate(-25deg);
    /* object-fit: contain; */
}

/* #one {
   border: 4px solid red; 
}

#two {
    border: 4px solid purple;
}

#three {
    border: 4px solid green;
} */

.active {
  position: relative;
  /* z-index: 2; */
}

.gradient {
    position: absolute;
  top: 0px;
  left: 0px;
  width: 45rem;
  height: 100vh;
    /* background: linear-gradient(0deg, var(--dark-neutral-overlay) 0%, rgba(0, 0, 0, 0.35) 25%, var(--dark-neutral-overlay) 100%); */
    z-index: 1;
        background: linear-gradient(
        to bottom, 
        var(--dark-neutral) 0%,   
        rgba(255, 255, 255, 0) 25%,  
        rgba(255, 255, 255, 0) 75%,  
        var(--dark-neutral) 100%  
    );
}

.controls {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  padding: 4rem;
  box-sizing: border-box;
}

.controls img {
  z-index: 3;
}

.content-container {
  position: relative;
  width: 100%;
  height: 100vh;
  background: var(--beige);
  padding: 8rem 16rem;
  box-sizing: border-box;
}

@media (max-width: 720px) {
  .text {
    font-size: 20px;
  }
}

@media (max-width: 620px) {
  .versions {
    display: none;
  }
}

@media (max-width: 350px) {
  .tip,
  .actions {
    display: none;
  }
}
._attract_h7x5o_1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

._attract_h7x5o_1 h1 {
    font-family: var(--merusault);
    font-weight: 400;
    color: var(--brown);
    font-size: 4.94919rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

._attract_h7x5o_1 h1 strong {
    font-weight: 600;
}

._attract_h7x5o_1 hr {
    /* color: var(--brown); */
    width: 20%;
    border: 0.5px solid var(--brown);
}

._instructions_h7x5o_30 {
    margin: 2rem 0;
    font-family: var(--franklin);
    font-size: 1.64975rem;
    font-weight: 400;
    line-height: normal;
}

._attract_h7x5o_1 button {
    background: var(--green);
    color: var(--off-white);
    padding: 1.65rem 2.2rem;
    border-radius: 1.09981rem;
    border: 0px;
    font-family: var(--franklin);
    font-weight: 500;
    font-size: 1.55719rem;
}

p {
    margin: 1rem 0;
}._container_n19mt_1 {
    padding: 8rem 0rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

._bg_n19mt_13 {
    position: absolute;
    top: 0px;
    right: -20px;
    z-index: 0;
}

._question_n19mt_20 {
    width: 100%;
    font-family: var(--merusault);
    font-size: 2.19963rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--brown);
    position: relative;
    z-index: 2;
}

._tooltitle_n19mt_31 {
    font-size: 3rem;
    color: #000;
    text-transform: uppercase;
    line-height: 3.2rem;
}

ul {
    width: 100%;
    border-top: 0.5px solid black;
    border-bottom: 0.5px solid black;
    margin: 0px;
    padding: 0px;
    display: block;
    margin: 1.6rem 0;
    position: relative;
    z-index: 2;

}
li {
    width: 100%;
    list-style-type: none;
    border-top: 0.5px solid black;
    border-bottom: 0.5px solid black;
    margin-left: 0px;
    padding: 1.38rem 1.65rem;
    font-size: 1.64975rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: black;
    position: relative;
    z-index: 2;
}

._correct_n19mt_66 {
    background: var(--green);
    color: white;
}

._wrong_n19mt_71 {
    background: var(--red);
    color: white;
}

._name_n19mt_76 {
    text-transform: uppercase;
    font-weight: 700;
}

._continue_n19mt_81 {
    width: 100%;
    font-family: var(--merusault);
    font-size: 2.19963rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--brown);
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.2rem;
}

._continue_n19mt_81 img {
    height: 2rem;
    fill: var(--brown);
}._info_1uu13_1 {
    padding: 8rem 0rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-width: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

._title_1uu13_14 {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    font-family: var(--merusault);
    font-size: 2.74956rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

._image_1uu13_26 {
    width: 100%;
    max-width: 45rem;
}

._image_1uu13_26 img {
    width: 100%;
    max-height: 25rem;
    object-fit: cover;
    border-radius: 1.09981rem;
}

._desc_1uu13_38 {
    font-family: var(--franklin);
    color: var(--brown);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}._reset_ig191_1 {
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    z-index: 2;
    background: var(--green);
    color: white;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}