body {
  margin: 0;
}
.hero-nl {
  height: 800px;
  position: relative;
}
.hero-nl .background-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-nl .background-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero-nl h2,
.hero-nl .newsletter-form,
.hero-nl h3 {
  color: #fff;
  text-align: center;
}
.hero-nl h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.hero-nl h3 {
  font-size: 20px;
}
.hero-nl .hero-nl-content {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}
.newsletter-form .input-container input::placeholder {
  color: #666;
}
.newsletter-form .input-container {
  margin-bottom: 24px;
}
.newsletter-form .input-container input {
  width: 100%;
  border: none;
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
  border-bottom-width: medium;
  border-bottom-style: none;
  padding: 10px 10px 5px;
  border-bottom-color: currentcolor;
  border-bottom: 2px solid #000;
}
.newsletter-form .newsletter-box {
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
}
.newsletter-form {
  max-width: 410px;
  width: 100%;
}
.newsletter-form .newsletter-box .submit-button input {
  display: flex;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #080505;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.newsletter-form .newsletter-box .checkbox-container {
  display: flex;
  margin-bottom: 37px;
  align-items: center;
  gap: 8px;
}
.newsletter-form .newsletter-box .checkbox-container input {
  width: 15px;
  height: 15px;
}
.newsletter-form .newsletter-box .checkbox-container label {
  font-size: 10px;
  color: #080505;
}

.hero-nl .hero-nl-content {
  height: 100%;
  justify-content: end;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.why-nl .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .why-nl .grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: center;
    justify-items: center;
  }
}
.why-nl {
  padding: 0 20px;
}
.why-nl .why-nl-container {
  max-width: 1296px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
}
.why-nl .why-nl-container > h2 {
  font-size: 20px;
  font-weight: bold;
  color: #080505;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}
.why-nl .why-nl-container > p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: #080505;
}
.why-nl .why-nl-container .last-p {
  margin-bottom: 80px;
}
.why-nl {
  background: #f5f5f5;
}
.why-nl .grid-4 .card {
  background: #fff;
  padding: 0px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 300px;
  text-align: center;
  color: #080505;
  max-width: 300px;
  width: 100%;
}
.newsletter-form {
  margin-left: auto;
  margin-right: auto;
}

/* CSS 4.07.2025 FOR THE NEW QR SCANNED FORM PAGE  */

.form-page .hero-nl h2 {
  color: #080505;
  margin-bottom: 24px;
  margin-top: 0;
}
.form-page .hero-nl p {
  margin-bottom: 41px;
  margin-top: 0;
  font-size: 20px;
  max-width: 701px;
  width: 100%;
  text-align: center;
}
.form-page .hero-nl .hero-nl-content {
  gap: 0;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  height: 840px;
  width: 701px;
}
.form-page .hero-nl {
  position: relative;
}
.form-page .hero-nl .logo {
  margin-bottom: 80px;
  margin-top: 80px;
}
.form-page .hero-nl .logo img {
  max-width: 444px;
  width: 100%;
  height: 100px;
}
.form-page .newsletter-form {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.form-page .background-image {
  height: 810px;
}
.form-page .hero-nl {
  height: 100%;
}
.form-page .newsletter-form .newsletter-box .checkbox-container label a {
  text-decoration: underline;
  color: inherit;
}
.form-page {
  padding-bottom: 81px;
}
.form-page .demo-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1712px;
  gap: 32px;
  margin: 81px auto;
  margin-bottom: 0;
}
.form-page .demo-part .image img {
  max-width: 549px;
  width: 100%;
  height: 246px;
}
.form-page .demo-part .text-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  max-width: 550px;
  width: 100%;
}
.form-page .demo-part .text-part h3 {
  font-weight: bold;
  margin: 0;
  font-size: 20px;
  color: #080505;
}

.form-page .demo-part .text-part p {
  color: #080505;
  margin: 0;
  font-size: 20px;
}
.form-page .hero-nl .background-image .overlay {
  background: rgba(255, 255, 255, 0.5);
}
.demo-text-image-mobile {
  display: none;
}
.demo-image-mobile {
  display: none;
}
@media screen and (max-width: 1400px) {
  .form-page .demo-part {
    flex-direction: column;
  }
  .form-page .demo-part .text-part {
    max-width: 100%;
  }
}
.form-page .newsletter-form .newsletter-box .checkbox-container {
  margin-bottom: 17px;
}
.newsletter-form .input-container input {
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .newsletter-form .newsletter-box .submit-button input {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .newsletter-form .input-container input {
    font-size: 10px;
  }
  .form-page .hero-nl h2,
  .form-page .hero-nl p,
  .form-page .demo-part .text-part h3,
  .form-page .demo-part .text-part p {
    font-size: 16px;
  }
  .newsletter-form .newsletter-box {
    padding: 24px;
    box-sizing: border-box;
  }
  .demo-image-mobile {
    display: revert;
  }
  .demo-image-mobile img {
    height: 139px;
    width: 100%;
  }
  .demo-text-image-mobile {
    width: 100%;
    display: revert;
  }
  .form-page .demo-part .text-part {
    padding: 0 40px;
    box-sizing: border-box;
  }
  .demo-text-image-mobile img {
    width: 100%;
    height: 132px;
  }
  .form-page .demo-part .image {
    display: none;
  }
  .demo-image-mobile {
    width: 100%;
    margin-bottom: 32px;
  }
  .form-page .background-image {
    height: 169px;
    position: relative;
  }
  .form-page .hero-nl .logo {
    margin-bottom: 89px;
  }
  .form-page .background-image .overlay {
    display: none;
  }
  .form-page .hero-nl .logo img {
    height: 48px;
  }
  .form-page .demo-part {
    margin-top: 64px;
  }
  .form-page .hero-nl .hero-nl-content {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    margin-top: -180px;
    width: 100%;
    height: 100%;
    padding: 0 40px;
  }
}
.form-page {
  background: #f5f5f5;
}

.coming-soon .content .text {
  font-size: 72px;
  color: #080505;
  text-transform: uppercase;
}
.coming-soon .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 65px;
  position: absolute;
  left: 188px;
  top: 120px;
}
.coming-soon .content .logo img {
  max-width: 815px;
  width: 100%;
  height: 182px;
}
.coming-soon .background {
  height: 100vh;
  width: 100vw;
  background: url("/img/desktophomepage\ 2.jpg") center/cover no-repeat;
}
.coming-soon .background img {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  /* top: 0; */
  /* left: 0; */
  object-fit: contain;
}
.coming-soon {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.coming-soon .content {
  z-index: 1;
  max-width: max-content;
}
@media screen and (max-width: 1300px) {
  .coming-soon .content {
    gap: 10px;
  }
  .coming-soon .content .logo img {
    max-width: 400px;
    height: auto;
  }
  .coming-soon .content .text {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .coming-soon .background img {
    height: 600px;
    width: 100%;
    object-fit: cover;
  }
  .coming-soon .content {
    left: 100px;
    top: 100px;
  }
}
@media screen and (max-width: 700px) {
  .coming-soon .background img {
    height: 500px;
    width: 100%;
    object-fit: cover;
  }
  .coming-soon .content {
    left: 60px;
    top: 60px;
  }
}

@media screen and (max-width: 600px) {
  .coming-soon .background {
    height: 100vh;
    width: 100vw;
    background: url("/img/summer_25_site_new_760_x_1280.jpg") center/cover
      no-repeat;
  }
  .coming-soon .background img {
    height: 500px;
    width: 100%;
    object-fit: cover;
  }
  .coming-soon .content {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: max-content;
  }
  .coming-soon .content .logo img {
    max-width: 270px;
  }
  .coming-soon .content .text {
    font-size: 30px;
  }
}
