* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: Euclid Circular B, sans-serif !important;
  }

  .landing-page {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fafafa;
    position: relative;
  }

  .logo-container {
    width: 95%;
    margin: 0 auto;
  }

  .landing-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin: auto;
  }

  picture {
    position: relative;
    bottom: -28px;
    z-index: -10;
  }

  picture,
  picture img {
    height: 400px;
  }

  .title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .title-section h1 {
    font-size: 32px;
    color: #ef4c24;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .title-section p {
    text-align: center;
    font-size: 16px;
    color: #8b8b8b;
  }

  .info-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 90%;
  }

  .date-info {
    background-color: #ef4c24;
    padding: 16px;
    border-radius: 16px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .date-info-title {
    font-size: 16px;
  }

  .date-info-description {
    font-size: 32px;
  }

  .date-info-description span {
    font-weight: 600;
  }

  .register-section {
    width: 100%;
    height: 200px;
    background-color: #f3f3f3;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .register-title {
    color: #ef4c24;
    font-size: 24px;
    font-weight: 500;
  }

  form {
    width: 100%;
    display: flex;
    gap: 8px;
    position: relative;
  }

  button {
    background-color: #ef4c24;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 8px 12px;
    cursor: pointer;
    height: 40px;
  }

  input {
    flex: 1;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #8b8b8b;
    outline: none;
    padding: 0 8px;
  }

  button:hover {
    background-color: #af381b;
  }

  .error {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: #ef4c24;
    display: none;
  }

  .show-error {
    display: block;
  }

  .register-description {
    color: #8b8b8b;
  }

  .registration-success {
    color: #ef4c24;
    width: 80%;
    text-align: center;
    font-size: 24px;
  }

  .category-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .category {
    max-width: 240px;
    min-width: 140px;
    width: calc(50% - 8px);
    height: 140px;
    position: relative;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
  }

  .technology {
    background-image: url(/assets/Teknologji.jpg);
  }

  .furniture {
    background-image: url(/assets/Mobilie.jpg);
  }

  .perfume {
    background-image: url(/assets/Kozmetike.jpg);
  }

  .tools {
    background-image: url(/assets/Veglapune.jpg);
  }

  .sport {
    background-image: url(/assets/foto.jpg);
  }

  .category-name {
    color: white;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
  }

  @media screen and (min-width: 768px) {
    .landing-page {
      width: 90%;
      height: 100vh;
      margin: 0 auto;
    }

    .landing-page-content {
      height: 100vh;
      justify-content: space-evenly;
    }

    picture,
    picture img {
      height: 740px;
    }

    .title-section h1 {
      font-size: 52px;
    }

    .title-section p {
      max-width: 760px;
      font-size: 24px;
    }

    .info-section {
      justify-content: space-evenly;
      align-items: center;
      gap: 40px;
      width: 100%;
      margin-bottom: 40px;
    }

    .date-info {
      padding: 20px;
      border-radius: 20px;
      height: auto;
      width: 90%;
      justify-content: end;
      flex: 1;
      position: relative;
    }

    .date-info-title {
      font-size: 24px;
    }

    .date-info-description {
      font-size: 48px;
    }

    .register-section {
      width: 90%;
      padding: 60px 40px;
      border-radius: 20px;
      flex: 1;
      gap: 40px;
      font-size: 20px;
      height: auto;
    }

    form {
      height: 48px;
    }

    button, input {
      font-size: 16px;
      height: 100%;
    }

    button {
      padding: 0 40px;
    }

    .register-title {
      font-size: 32px;
    }

    .category {
      max-width: 200px;
      min-width: 180px;
      height: 140px;
      border-radius: 16px;
    }

    .category-name {
      font-size: 24px;
    }
  }

  @media screen and (min-width: 1024px) {
    .info-section {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 0;
      position: relative;
      bottom: 100px;
    }

    .date-info {
      width: 400px;
    }

    .register-section {
      width: 400px;
      padding: 40px;
    }

    form {
      height: 100%;
      flex-wrap: wrap;
      gap: 12px;
    }

    input {
      flex: 1;
      height: 48px;
    }

    button {
      width: 100%;
      height: 48px;
    }

    .category-section {
      position: relative;
      bottom: 80px;
      padding-bottom: 20px;
    }
  }

  @media screen and (min-width: 1200px) {
    .landing-page {
      flex-direction: row;
      width: 95%;
      height: 100vh;
      margin: 0 auto;
      overflow: hidden;
    }

    .logo-container {
      padding: 20px 0px;
      width: 40%;
    }

    .landing-page-content {
      width: 70%;
      gap: 40px;
    }

    picture {
      position: absolute;
      z-index: 10;
      left: -260px;
      bottom: -60px;
    }

    picture,
    picture img {
      height: 800px;
    }

    .info-section {
      align-items: center;
      gap: 20px;
      margin-bottom: 0px;
      position: static;
    }

    .date-info {
      width: auto;
      max-width: 50%;
      left: -20px;
    }

    .register-section {
      height: 200px;
      width: 50%;
      padding: 40px;
      gap: 20px;
    }
    
    form {
      height: auto;
      flex-wrap: nowrap;
    }

    button {
      padding: 12px 20px;
      width: auto;
    }

    .category-section {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      justify-content: end;
      margin-top: 0;
      margin-left: auto;
      position: static;
    }

    .category {
      max-width: 240px;
      margin-bottom: 0;
    }
  }

  @media screen and (min-width: 1440px) {
    picture {
      left: -160px;
      bottom: -160px;
    }

    .category {
      min-width: 200px;
    }
  }

  @media screen and (min-width: 1537px) {
    .landing-page {
      width: 80%;
      height: 100vh;
      justify-content: space-around;
    }

    picture {
      left: -280px;
      bottom: -120px;
    }

    picture,
    picture img {
      height: 900px;
    }

    .title-section h1 {
      font-size: 64px;
    }

    .title-section p {
      max-width: 760px;
      font-size: 24px;
    }
  }

  @media screen and (min-width: 1800px) {
    .landing-page {
      width: 1440px;
    }

    picture {
      left: -200px;
    }
  }