input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

* a {
  text-decoration: none;
  color: inherit !important; }

html,
body {
  padding: 0;
  margin: 0;
  background: #f5eee1;
  background-size: cover;
  direction: rtl;
  font-family: "liebling", sans-serif; }

header {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #28205b;
  position: relative; }
  header .poster {
    width: 1080px; }
  header .container {
    position: absolute;
    width: 100%;
    height: 130%;
    left: 0;
    top: 0;
    overflow: hidden; }
  header .strip {
    width: 2300px;
    position: absolute;
    left: 50%;
    margin-left: -1150px;
    bottom: 0%;
    transform: rotate(4deg); }

.intro {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 200px; }
  .intro.meet {
    background: #28205b;
    color: white;
    margin-top: 0;
    padding-top: 60px; }
  .intro .container {
    max-width: 1080px;
    padding: 40px;
    box-sizing: border-box;
    font-size: 48px; }
    .intro .container h3 {
      margin: 0;
      font-weight: 800;
      color: #ed7532;
      font-size: 120%; }
    .intro .container strong {
      color: #ed7532;
      font-weight: 700; }
    .intro .container span {
      display: inline;
      font-weight: 500;
      color: #ed7532;
      background: #28205b; }

.form-sec {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("../img/formbg.svg") center center;
  background-size: 100% auto;
  padding: 120px 0;
  padding-top: 480px;
  position: relative;
  overflow: hidden;
  margin-top: -50px; }
  .form-sec .strip {
    position: absolute;
    top: 0;
    width: 2283px;
    left: 50%;
    margin-left: -1145px; }
  .form-sec .form-container {
    width: 90%;
    max-width: 1400px;
    padding: 40px;
    box-sizing: border-box;
    font-size: 48px;
    background: #28205b;
    border-radius: 50px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    position: relative;
    padding-top: 100px; }
    .form-sec .form-container .lets {
      position: absolute;
      width: 400px;
      top: -40px;
      left: 50%;
      transform: translateX(-50%); }
  .form-sec .cols {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 40px; }
  .form-sec .col {
    flex: 1;
    display: flex;
    gap: 20px;
    flex-direction: column; }
    .form-sec .col .field {
      display: flex;
      flex-direction: row;
      gap: 15px;
      font-size: 32px;
      align-items: center; }
      .form-sec .col .field.inputfield {
        padding: 15px 0; }
      .form-sec .col .field input:not([type="checkbox"]),
      .form-sec .col .field select {
        border-bottom: 1px solid white;
        line-height: 2;
        box-sizing: border-box;
        border-radius: 0;
        background: none;
        font-family: "liebling", sans-serif;
        color: white;
        width: 100%;
        flex: 1;
        box-sizing: border-box;
        font-size: 36px;
        background: white;
        border: none;
        color: black;
        border-radius: 8px;
        padding: 0px 20px; }
      .form-sec .col .field input[type="checkbox"] {
        appearance: none;
        width: 40px;
        height: 40px;
        background-color: white;
        border: 2px solid #ed7532;
        cursor: pointer;
        display: inline-block;
        position: relative; }
      .form-sec .col .field input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 10px;
        width: 12px;
        height: 20px;
        border: solid #ed7532;
        border-width: 0 4px 4px 0;
        transform: rotate(45deg); }
      .form-sec .col .field label {
        color: white;
        width: 200px; }
      .form-sec .col .field .inputlabel {
        font-size: 24px;
        width: 100%;
        text-align: right; }
  .form-sec .btm {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 40px; }
    .form-sec .btm p {
      flex: 1;
      font-size: 24px;
      font-weight: 500;
      margin: 0;
      text-align: right;
      color: white; }
    .form-sec .btm .sbmtbtn {
      flex: 1; }
      .form-sec .btm .sbmtbtn input {
        flex: 1;
        width: 100%;
        font-size: 36px;
        color: white;
        line-height: 2;
        padding: 0 20px;
        box-sizing: border-box;
        background: #ed7532;
        font-family: "liebling", sans-serif;
        border-radius: 100px; }

.steps {
  background: #ed7532;
  background: url("../img/arrows.svg") center top, #ed7532;
  background-size: 120% auto;
  background-repeat: no-repeat;
  background-position: 50% 40px;
  padding-bottom: 140px;
  padding-top: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 40px;
  counter-reset: paragraph-counter; }
  .steps .arrow-divider {
    width: 100%;
    overflow: hidden; }
    .steps .arrow-divider img {
      position: relative;
      left: 0%;
      width: 150%;
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
  .steps p {
    margin: 0;
    color: black;
    position: relative;
    font-size: 36px;
    counter-increment: paragraph-counter; }
    .steps p:before {
      content: counter(paragraph-counter);
      position: absolute;
      right: -50px;
      top: 50%;
      font-style: italic;
      font-weight: bold;
      color: #f5eee1;
      font-size: 140px;
      opacity: 0.3;
      transform: translateY(-50%); }
    .steps p:nth-child(odd):before {
      right: auto;
      left: -80px; }
    .steps p.stars {
      padding: 20px 0; }
      .steps p.stars:before {
        content: "";
        position: absolute;
        right: -80px;
        top: 40%;
        width: 140px;
        /* Or the desired SVG size */
        height: 140px;
        background: url("../img/stars.svg") no-repeat center;
        background-size: contain;
        transform: translateY(-50%); }
      .steps p.stars:nth-child(odd):before {
        right: auto;
        left: -80px; }
  .steps h2 {
    margin: 0;
    color: #f5eee1;
    font-size: 60px;
    color: white;
    font-weight: bold; }
  .steps h3 {
    margin: 0;
    font-size: 48px;
    color: #28205b;
    font-weight: bold; }

.bullets {
  position: relative;
  width: 100%;
  min-height: 500px; }
  .bullets .container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: -150px;
    padding-top: 150px;
    overflow: hidden; }
  .bullets .strip {
    position: absolute;
    top: 0;
    width: 2500px;
    left: 50%;
    margin-left: -1250px;
    pointer-events: none; }
  .bullets p,
  .bullets h2 {
    margin: 0; }
  .bullets .items {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 100px;
    padding: 500px 0;
    padding-bottom: 200px; }
    .bullets .items .item {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-direction: column;
      gap: 15px;
      color: black;
      position: relative;
      font-size: 36px;
      max-width: 600px; }
      .bullets .items .item img {
        width: 180px; }
      .bullets .items .item h2 {
        color: #28205b;
        font-weight: 600;
        font-size: 48px; }

section.join {
  background: #ed7532;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  position: relative; }
  section.join h2 {
    color: white;
    font-weight: 700;
    font-size: 48px;
    margin: 0; }
  section.join .buttons {
    display: flex;
    flex-direction: row;
    gap: 60px;
    width: 100%;
    justify-content: center;
    align-items: center; }
  section.join .arr {
    flex: 1;
    width: auto; }
  section.join img {
    height: auto; }
  section.join .joinbtn {
    border-radius: 60px;
    padding: 0 80px;
    line-height: 2;
    background: #28205b;
    color: white;
    font-weight: 600;
    font-size: 42px; }

section.seminar {
  background: #28205b;
  color: white;
  display: flex;
  text-align: center;
  padding: 80px 20px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  section.seminar h2 {
    margin: 0;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 40px; }
  section.seminar p {
    max-width: 550px;
    margin: 0;
    font-size: 36px; }

section.bottom {
  background: #28205b;
  background: url("../img/dots.svg") center center, #21b2de;
  background-size: 110% auto;
  color: white;
  display: flex;
  text-align: center;
  padding: 80px 20px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden; }
  section.bottom h2 {
    margin: 0;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 40px; }
  section.bottom p {
    max-width: 550px;
    margin: 0;
    font-size: 36px; }
  section.bottom .container {
    font-size: 36px;
    font-weight: 600; }
  section.bottom .tsaad {
    position: absolute;
    bottom: -70px;
    right: -90px;
    width: 400px; }
  section.bottom .shomer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 120px; }

input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border-radius: 0; }

@media only screen and (max-width: 600px) {
  .intro .container {
    font-size: 24px; }

  .form-sec .form-container {
    font-size: 24px; }

  .form-sec .col .field {
    font-size: 18px; }

  .form-sec .col .field .inputlabel {
    font-size: 16px; }

  .form-sec .col .field input:not([type="checkbox"]) {
    font-size: 20px; }

  .form-sec .col .field select {
    font-size: 20px; }

  .form-sec .btm p {
    font-size: 16px; }

  .form-sec .btm .sbmtbtn input {
    font-size: 20px;
    line-height: 2.5;
    font-size: 24px; }

  .steps p {
    font-size: 20px; }

  .steps h2 {
    font-size: 30px; }

  .bullets .items .item {
    font-size: 20px; }

  .bullets .items .item h2 {
    font-size: 24px; }

  section.join h2 {
    font-size: 28px; }

  section.join .joinbtn {
    font-size: 24px; }

  section.seminar h2 {
    font-size: 28px; }

  section.seminar p {
    font-size: 20px; }

  section.bottom h2 {
    font-size: 28px; }

  section.bottom p {
    font-size: 20px; }

  section.bottom .container {
    font-size: 20px; }

  body {
    overflow-x: hidden;
    width: 100%; }

  header .strip {
    width: 180%;
    position: absolute;
    left: -40%;
    margin-left: 0;
    bottom: 3%; }
  header .poster {
    width: 100%;
    height: auto; }

  .intro {
    margin-top: 50px; }

  .form-sec {
    background-size: 200% auto;
    overflow: hidden;
    padding-top: 150px; }
    .form-sec .btm {
      flex-direction: column;
      gap: 20px; }
    .form-sec .strip {
      width: 180%;
      left: -40%;
      margin: 0; }
    .form-sec .form-container {
      padding: 50px 20px;
      width: 95%;
      margin: 0 auto; }
      .form-sec .form-container .lets {
        width: 280px;
        top: -31px; }
    .form-sec .cols {
      flex-direction: column;
      gap: 20px; }
      .form-sec .cols .col {
        gap: 20px; }
        .form-sec .cols .col .field label {
          width: 130px; }
        .form-sec .cols .col .field .inputlabel {
          width: 100%; }

  .steps {
    background-size: 220% auto;
    padding: 110px 20px;
    padding-bottom: 190px;
    box-sizing: border-box;
    overflow: hidden; }
    .steps h3 {
      font-size: 20px; }

  .bullets .strip {
    width: 180%;
    margin: 0;
    left: -40%; }
  .bullets .items {
    padding: 100px 50px; }
    .bullets .items .item img {
      width: 100px; }

  section.join {
    text-align: center; }
    section.join .buttons {
      gap: 20px;
      align-items: stretch; }
      section.join .buttons .arr:first-child img {
        object-position: left; }
      section.join .buttons .arr img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right; }

  section.bottom {
    padding-bottom: 200px; }
    section.bottom .tsaad {
      width: 270px; }
    section.bottom .shomer {
      width: 80px; } }

/*# sourceMappingURL=style.css.map */
