.inter-light {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
}

/*body {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  background-color: #f5f4e0;*/
/*  background-image: url("../AA2026/assets/8_background.png");*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  height: 100vh;*/
/*  overflow: hidden;*/
/*}*/

.mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 5;
}

.container {
  max-width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  left: 0;
}

.text-content {
  z-index: 3;
  max-width: 800px;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*margin-top: 80px;*/
}

.astra-logo {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  z-index: 4;
}

.cushion-container {
  position: relative;
  margin-right: 20px;
  z-index: 3;
}

.cushion {
  width: 450px;
  transform: rotate(-5deg);
}

h1 {
  font-size: 3rem;
  color: #54341C;
  font-weight: bold;
  margin: 0;
  font-family: "Alexandria", sans-serif;
  align-items: center;
  justify-content: center;
  text-align: center;
}

h2 {
  font-size: 5rem;
  color: #485e32;
  margin: 5px 0 25px;
  white-space: nowrap;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
    align-items: center;
  justify-content: center;
}

p {
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "bilo", sans-serif;
}

h3 {
  font-size: 2rem;
  color: #485e32;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 50px;
  font-family: "Alexandria", sans-serif;
}

.login-btn {
  background-color: #54341c;
  color: white;
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  font-family: "Inter", sans-serif;
}

.login-btn:hover {
  background-color: #422512;
}

.cloud-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-180%);
  width: 550px;
  z-index: 1;
}

.cloud-right {
  position: absolute;
  top: 5%;
  right: 0;
  width: 450px;
  z-index: 1;
}

.mountain {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

@media (max-width: 1024px) {
  .content {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  
  .astra-logo {
  width: 150px;
  top: 30px;
}

.text-content {
  margin-top: 80px;
}

  .cushion {
    width: 300px;
    transform: rotate(0deg);
    margin-bottom: 20px;
  }

  .text-content {
    max-width: 90%;
    padding: 0 20px;
    text-align: center;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 2.8rem;
    white-space: normal;
  }

  h3 {
    font-size: 1.4rem;
  }

  p {
    font-size: 15px;
  }

  .login-btn {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .cloud-top {
    width: 300px;
    top: 10px;
    left: 20px;
    transform: none;
  }

  .cloud-right {
    width: 350px;
    top: 20%;
    right: 10px;
  }
  
  .mobile {
  display: block;
}

.cloud-top,
.cloud-right,
.mountain {
  display: none;
}
}

@media (max-width: 768px) {
  .content {
    flex-direction: column;
    text-align: center;
  }

  .cushion-container {
    margin: 0 0 30px 0;
  }

.astra-logo {
  width: 120px;
  top: 20px;
}

.text-content {
  margin-top: 60px;
}

  .cloud-top {
    width: 250px;
    top: 15px;
    left: 15px;
  }

  .cloud-right {
    width: 180px;
    top: 60%;
    right: 5px;
  }

  .text-content {
    max-width: 90%;
    padding: 0 20px;
  }

  .cushion {
    width: 250px;
    transform: rotate(0deg);
  }

  .login-btn {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
    margin-top: 30px;
  }

  .content {
    padding: 20px;
  }

  p {
    font-size: 14px;
  }

  .mountain {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  
  .mobile {
  display: block;
}

.cloud-top,
.cloud-right,
.mountain {
  display: none;
}
}

@media (max-width: 425px) {
  h2 {
    font-size: 2rem;
    white-space: normal;
    word-break: break-word;
  }

  .text-content {
    padding: 0 10px;
  }
  
  .cloud-top {
    width: 200px;
    top: 20px;
    left: 0px;
  }

  .cloud-right {
    width: 150px;
    top: 60%;
    right: 5px;
  }
  
  .mobile {
  display: block;
}

.cloud-top,
.cloud-right,
.mountain {
  display: none;
}
}

@media (max-width: 320px) {
  /*.mountain {*/
  /*  bottom: 0;*/
  /*  left: 0;*/
  /*  width: 100%;*/
  /*  position: absolute;*/
  /*}*/

  /*.cloud-right {*/
  /*  top: 30%;*/
  /*  bottom: 20px;*/
  /*  right: 0;*/
  /*  width: 200px;*/
  /*  position: absolute;*/
  /*}*/
  h2 {
    font-size: 2rem;
  }

  .login-btn {
    display: block;
    margin: 0 auto;
  }
  
  .mobile {
  display: block;
}

.cloud-top,
.cloud-right,
.mountain {
  display: none;
}
}
