*{
    margin: 0;
    padding: 0;
}
section {
  height: 100vh;
}
.one{
    position: relative;
    min-height: 100vh;
    z-index: 1;
    background-image: url(js/drawing.jpg);
    background-size: cover;
    background-position: center top;
    background-color: #fff3c1;
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    text-align: center;
    padding-top: 60px;
}

.three {
    position: relative;
    min-height: 100vh;
    z-index: 1;
    background-image: url(js/sectionThree.png);
    background-size: cover;
    background-position: center top;
    background-color: #fff3c1;
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    text-align: center;
    padding-top: 60px;
}
.three ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
  color: #5c3b00;
}

.three ul li {
  margin-bottom: 10px;
}


@media (max-width: 768px) {
    .one {
        background-size: cover; /* покрива целия екран */
        background-position: center center; /* центрира изображението */
    }
}

@media (max-width: 768px) {
    .three {
    background-size: contain;
    background-position: top center;
    padding-top: 40px;
    }
}

.honeyfunny{
    color: hsl(36, 100%, 60%);
    font-size: clamp(20px, 10vw, 150px);
    text-align: center top;
    font-weight: bold;
    text-shadow: 2px 2px 10px hsl(50, 97%, 14%);
}

.aboutUs{
    color: hsl(36, 100%, 60%);
    font-size: clamp(20px, 10vw, 150px);
    text-align: center top;
    font-weight: bold;
    text-shadow: 2px 2px 10px hsl(50, 97%, 14%);
}
.working-hours {
  position: absolute;
  bottom: 150px;
  right: 20px;
  font-size: 16px;
  color: #5c3b00;
  background: rgba(255, 255, 255, 0.6);
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 500;
}

.custom-file-button {
    background-color: hsl(36, 100%, 50%);
    color: white;
    border: none;
    font-weight: bold;
    cursor: pointer;
    padding: 7.5px 15px;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    display: flex; /* Make it a flex container */
    align-items: center; /* Center text vertically */
    justify-content: center; /* Center text horizontally */
    height: 35px; /* Set a fixed height */
    margin: 0 15px; /* Add some spacing on the sides */
}

.custom-file-button:hover {
    background-color: hsl(36, 100%, 45%);
}
#registrationBtn {
    padding: clamp(8px, 2vw, 16px) clamp(16px, 4vw, 32px);
    background-color: hsl(36, 100%, 50%);
    font-weight: bold;
    color: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
    font-size: clamp(16px, 5vw, 30px);
    border-radius: 15px;
    display: inline-block;
    transition: background-color 0.3s ease;
  }

  #registrationBtn:hover {
    background-color: hsl(36, 100%, 45%);
  }

  @media (max-width: 768px) {
    #registrationBtn {
      border-radius: 12px;
    }
  }

  @media (max-width: 480px) {
    #registrationBtn {
      border-radius: 10px;
    }
  }
  #signInBtn {
    padding: clamp(8px, 2vw, 16px) clamp(16px, 4vw, 32px);
    background-color: hsl(36, 100%, 50%);
    font-weight: bold;
    color: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
    font-size: clamp(16px, 5vw, 30px);
    border-radius: 15px;
    display: inline-block;
    transition: background-color 0.3s ease;
  }

  #signInBtn:hover {
    background-color: hsl(36, 100%, 45%);
  }

  @media (max-width: 768px) {
    #signInBtn {
      border-radius: 12px;
    }
  }

  @media (max-width: 480px) {
    #signInBtn {
      border-radius: 10px;
    }
  }
/* Responsive Modal*/
.modal {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    inset: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    box-sizing: border-box;
  }

  .signInModal-content {
    background-color: #fff;
    margin: auto;
    padding: 30px 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    position: relative;
    text-align: center;
    box-sizing: border-box;
  }
  
  .signInModal-content h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  
  .signInModal-content input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
  }
  
  .signInModal-content button {
    background-color: hsl(54, 100%, 50%);
    color: #000;
    padding: 12px 20px;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
  }
  
  .signInModal-content button:hover {
    background-color: hsl(54, 100%, 40%);
  }
  
  
  .modal-content {
    background-color: #fff;
    margin: auto;
    padding: 30px 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    position: relative;
    text-align: center;
    box-sizing: border-box;
  }
  
  .modal-content h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  
  .modal-content input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
  }
  
  .modal-content button {
    background-color: hsl(54, 100%, 50%);
    color: #000;
    padding: 12px 20px;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
  }
  
  .modal-content button:hover {
    background-color: hsl(54, 100%, 40%);
  }
  
  .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
  }

  @media screen and (max-width: 480px) {
    .modal-content {
      padding: 20px 15px;
    }
  
    .modal-content h2 {
      font-size: 1.5rem;
    }
  
    .modal-content input,
    .modal-content button {
      font-size: 1rem;
    }
  }
    .contact-info {
      position: absolute;
      top: 45%;
      left: 8%;
      transform: translateY(-50%);
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: clamp(18px, 2vw, 22px);
      text-align: left;
    }

    .contact-info li {
      margin-bottom: 10px;
    }
    .social-links {
      position: absolute;
      bottom: 10%;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 30px;
    }

    .social-links a {
      font-size: 2rem;
      color: #5c3b00;
      transition: transform 0.3s, color 0.3s;
    }

    .social-links a:hover {
      transform: scale(1.2);
      color: #d19400;
    }

  

