:root {
    --primary-color: #f4ed36;
    --bg-section1: 133, 132, 189;
    --bg-section2: 249, 204, 115;
    --bg-section3: 201, 66, 69;
    --bg-rect-back: 172, 79, 152;
    --color-section3: 248, 193, 186;
    --bg-blue-dark: 97, 96, 154;
    --bg-red-card: 193 72 72;
    --bg-footer: 57, 80, 40;
  }
  
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  body {
    position: relative;
    background-color: rgb(var(--bg-blue-dark));
  }

  a {
    background-color: rgb(var(--bg-blue-dark));
    color: white;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100px;
    height: 45px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  a .span-mother {
    display: flex;
    font-family: DegularBold;
    font-size: 17px;
    text-transform: uppercase;
    overflow: hidden;
  }
  
  a:hover .span-mother {
    position: absolute;
  }
  
  a:hover .span-mother span {
    transform: translateY(1.2em);
  }
  
  a .span-mother span:nth-child(1) {
    transition: 0.4s;
  }
  
  a .span-mother span:nth-child(2) {
    transition: 0.45s;
  }
  
  a .span-mother span:nth-child(3) {
    transition: 0.5s;
  }
  
  a .span-mother span:nth-child(4) {
    transition: 0.55s;
  }
  
  a .span-mother span:nth-child(5) {
    transition: 0.6s;
  }
  
  a .span-mother span:nth-child(6) {
    transition: 0.65s;
  }
  
  a .span-mother span:nth-child(7) {
    transition: 0.7s;
  }
  
  a .span-mother span:nth-child(8) {
    transition: 0.75s;
  }
  
  a .span-mother span:nth-child(9) {
    transition: 0.8s;
  }
  
  a .span-mother span:nth-child(10) {
    transition: 0.85s;
  }
  
  a .span-mother span:nth-child(11) {
    transition: 0.9s;
  }
  
  a .span-mother span:nth-child(12) {
    transition: 0.95s;
  }
  
  a .span-mother span:nth-child(13) {
    transition: 1s;
  }
  
  a .span-mother span:nth-child(14) {
    transition: 1.05s;
  }
  
  a .span-mother2 {
    display: flex;
    font-family: DegularBold;
    font-size: 17px;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
  }
  
  a .span-mother2 span {
    transform: translateY(-1.2em);
  }
  
  a:hover .span-mother2 span {
    transform: translateY(0);
  }
  
  a .span-mother2 span {
    transition: 0.4s;
  }
  
  a .span-mother2 span:nth-child(2) {
    transition: 0.45s;
  }
  
  a .span-mother2 span:nth-child(3) {
    transition: 0.5s;
  }
  
  a .span-mother2 span:nth-child(4) {
    transition: 0.55s;
  }
  
  a .span-mother2 span:nth-child(5) {
    transition: 0.6s;
  }
  
  a .span-mother2 span:nth-child(6) {
    transition: 0.65s;
  }
  
  a .span-mother2 span:nth-child(7) {
    transition: 0.7s;
  }
  
  a .span-mother2 span:nth-child(8) {
    transition: 0.75s;
  }
  
  a .span-mother2 span:nth-child(9) {
    transition: 0.8s;
  }
  
  a .span-mother2 span:nth-child(10) {
    transition: 0.85s;
  }
  
  a .span-mother2 span:nth-child(11) {
    transition: 0.9s;
  }
  
  a .span-mother2 span:nth-child(12) {
    transition: 0.95s;
  }
  
  a .span-mother2 span:nth-child(13) {
    transition: 1s;
  }
  
  a .span-mother2 span:nth-child(14) {
    transition: 1.05s;
  }
  
  /* FIN BUTTON */

  h1 {
    font-family: "Obviously";
text-align: center;
color:#f4ed36;
font-stretch: ultra-expanded;
text-transform: uppercase;
width: 100%;
transform: scaleY(0.6) scaleX(1);
line-height: 100px;
font-weight: 900;
font-size: 120px;
  }

  .rect-front-form {
    display: flex;
    flex-direction: column;
    z-index: 5;
    border: 3px solid black;
    padding: 40px;
    gap: 20px;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--bg-blue-dark));
  }

  .section1-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }

  form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-width: 42em;
    width: 100%;
  }

  input {
    background-color: rgb(133, 132, 189);
    appearance: none;
    outline-style: none;
    border: none;
    width: 100%;
    font-size: 20px;
    color: white;
  }

  ::placeholder {
    color: white;
  }

  .header-bag {
    position: relative;
    border: 3px solid black;
    overflow: hidden;
    padding: 19px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }

textarea {
    width: 100%;
    resize: none;
    font-size: 20px;
    color: white;
    border: none;
    height: 100px;
    background-color: rgb(133, 132, 189);
    border: none;
}

textarea::placeholder {
    font-size: 20px;
    color: white;
}

  .double-input {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
  }

  .simple-input {
    padding: 15px 20px;
    border: 3px solid black;
    border-radius: 5px;
    width: 100%;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
    background-color: rgb(133, 132, 189);
  }

  .btn-bag {
    text-decoration: none;
    position: relative;
    border: 3px solid;
    border-color: black;
    border-radius: 5px;
  }
  
  .btn-test {
    position: relative;
    width: max-content;
    height: max-content;
  }
  
  .test {
    position: absolute;
    overflow: hidden;
    transition: all 250ms ease-in-out;
    background-color: rgb(var(--bg-blue-dark));
    border: 3px solid;
    border-color: black;
    border-radius: 5px;
    width: 100px;
    height: 45px;
    left: 5px;
    top: 5px;
  }
  
  .btn-test:hover .test {
    transition: all 250ms ease-in-out;
    left: 4px;
    top: 4px;
  }

  @media (max-width: 1000px) {
    .double-input {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        gap: 15px;
      }
      h1 {
        font-size: 80px;
      }
      .header-bag {
        width: 100%;
        height: 100vh;
      }
      .rect-front-form{
        align-items: center;
        width: 100%;
        height: 100%;
      }
  }