@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;600;700;800;900&display=swap');

.prompt-regular {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .prompt-black {
    font-family: "Prompt", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .prompt-bold {
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .prompt-extrabold {
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .prompt-semibold {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  
body {
    font-family: Arial, sans-serif;
    background-color: #ffe500;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}


@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }


}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }

  
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}


.container {
    width: 100%;
}
section {
    display: block;
    unicode-bidi: isolate;
}
.flex-row {
    flex-direction: row;
}

.flex {
    display: flex;
}
.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.topic{
    background: #FF4D00;
    opacity: 0.8;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 1px;
    transform: translateX(-50%);
    position: absolute;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff3ee;
    border-radius: 10px;
    top:20px;
    left: 50%;
    padding: 5px 14px 4px;
    margin:0px auto;
}
h1{
    text-transform: uppercase;
    font-size: 8rem;
    line-height: 6rem;

}
h1 span.of {
    margin-left:-20px;
}
h1 span.largeg{
    font-size: 10rem;
    line-height: 7.4rem;
}
h1 span.small{
    font-size:4rem;
    line-height: 4rem;
}
h2{
    margin-top:10px;
    font-size: 1.7rem;
    line-height: 2.1rem;
    /* max-width: 700px; */
}
h3{
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.1rem;
    padding-bottom: 10px;

}
.left{
    padding-right: 50px;
}
.signup {
    margin-top: 40px;
    align-content: baseline;
    display: flex;
    width: 100%;
}
.signup-frame{
    max-width: 900px;
    background-color: #ffffff;
    padding: 30px 30px 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#response-message{
    display: none;

}
/* #signup-form {
    display: flex;
    flex-direction: row;
} */
.formfields{
    display: flex;
    flex-direction: row;
}
.input-group {
    position: relative;
    width: 700px;
}
#signup-form input{
    width: 100%;
    border-color: #0038FF!important;
}
#signup-form button{
    width:300px;
}
#signup-form input,
#signup-form button {
    height:60px;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #cccccc;
    font-size: 1.1rem;
    border-radius: 0px;
}

#signup-form button {
    
    background-color: #0038FF;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    position: relative;
}

#signup-form button:hover {
    background-color: #2856ff;
}

.error-message {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: red;
    font-size: 12px;
}



.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-top: 2px solid #007BFF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}


.peer:not(:placeholder-shown):not(:focus):invalid ~ .error-message {
    display: block;
}

#response-message {
    margin-bottom: 20px;

    border-radius: 5px;
    text-align: center;
    width: 100%;
    max-width: 800px;
    text-align: left;
}


.hidden {
    display: none;
    
}


.example h2{
    font-size: 3rem;
    padding:60px 0px 20px;
text-align: center;
}
.example .info p{
 width: 630px;
 padding-bottom: 20px;   
 margin:0px auto;
 line-height: 1.4rem;
}
.example .exampleimg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.footer .copyright{
    font-size: 12px;
    opacity: 0.3;
    text-align: center;
    padding-bottom: 10px;
}

.abovefold{
    display: flex;
    flex-direction: row;
}
@media screen and (max-width: 600px) { 
    .container{
        padding: 5px 10px;
    }
    h1{
        font-size: 4rem;
        line-height: 3.4rem;
    }

    h1 span.of {
        margin-left:-4px;
    }
    h1 span.small{
        font-size:2rem;
        line-height: 2rem;
    }
    h1 span.largeg{
        font-size:4.5rem;
        line-height: 3.8rem;
    }
    h1 span.news{
        font-size:3.4rem;
    }
    h2{
        margin-top:10px;
        font-size: 1.5rem;
        line-height: 1.8rem;
        /* max-width: 700px; */
    }
    h3{
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 2.1rem;
        padding-bottom: 10px;
    
    }
    .abovefold{
        display: flex;
        flex-direction: column;
    }
    .place-content-center{
        display: flex;
        align-items: center;
    }
    img.growthmarketing{
        width:240px;
        margin:0px auto;
    }

    .topic {
        transform: none;
        left: auto;
        right: 20px;
      }
      .signup-frame{
        max-width: 100%;
        padding: 15px 15px 30px;
      }
      #signup-form input, #signup-form button{
        font-size: 1rem;
        border-radius: 0px;
      }
      #signup-form button{
        font-size: 0.8rem;
      }
      .example h2{
        font-size: 2rem;
      }
      .example .info p{
        font-size: 1rem;
        width: 100%;
      }
      .exampleimg img{
        width:100%;
      }
      .peer:not(:placeholder-shown):not(:focus):invalid ~ .error-message{


      }
}

.cf-turnstile{display: none;}