.body {
  color: #fefcf6;
  background-color: #fff0;
  background-image: url('../images/home2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
}

.div-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #d6e0e294;
  width: 100%;
  height: 300vh;
  position: relative;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
}

.text-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  opacity: .15;
  width: 100%;
  height: auto;
  position: absolute;
}

.image-2 {
  opacity: .15;
  width: 100%;
  position: fixed;
  top: 0;
}

.heading-style-h2 {
  color: #162a2c;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.big {
  margin-top: 0;
  font-size: 4rem;
  font-weight: 700;
}

.form_message-success {
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.cta26_form-block {
  border-radius: 50px;
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  color: #162a2ccc;
  font-size: 1.125rem;
  line-height: 1.2;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #5e6c5b;
  border-radius: 500px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.form_message-error-wrapper {
  border-radius: 50px;
  margin-top: 1rem;
  padding: 0;
  box-shadow: 0 2px 5px #0003;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #fefcf67d;
  border-radius: 500px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 7rem;
  font-family: "Harmonia Sans W 01", sans-serif;
  display: flex;
  position: relative;
}

.form_message-error {
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.text-size-tiny {
  color: #162a2c99;
  font-size: .75rem;
}

.form_message-success-wrapper {
  background-color: #f4efe6;
  border-radius: 20px;
  margin-top: 1rem;
  padding: 0;
  box-shadow: 0 2px 5px #0003;
}

.error-text {
  color: #e23939;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.section_cta26 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  position: sticky;
  top: 20%;
}

.success-text {
  color: #162a2c;
  border-radius: 100%;
  font-weight: 600;
}

.cta26_component {
  position: relative;
  top: 25%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin: 40px 0 0;
}

.text-align-center {
  text-align: center;
}

.text-link {
  color: #686867;
}

.image-3 {
  opacity: .05;
  width: 100%;
  position: absolute;
  inset: -22% 0% auto;
}

.cursor {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-4 {
  width: 120px;
  max-width: none;
  position: absolute;
  overflow: visible;
}

.circle {
  background-image: linear-gradient(#f4efe680, #f4efe680);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #8d8d8d33;
}

.div-block-3 {
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: url('../images/screencapture-dear-you-streetwear-myshopify-2024-11-08-16_54_46.png'), url('../images/home2.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: scroll, scroll;
    height: 150vh;
  }

  .div-block {
    height: 150vh;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .heading-style-h2.big {
    font-size: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cursor {
    display: none;
  }
}


@font-face {
  font-family: 'Harmonia Sans W 01';
  src: url('../fonts/Harmonia-Sans-W01-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Harmonia Sans W 01';
  src: url('../fonts/Harmonia-Sans-W01-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}