html, body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: 'Assistant', 'sans serif';
  color: #161414;
  min-height: 100vh;
  background-color: #F7F7F7;
  direction: rtl; }

.arrows {
  width: 100%;
  height: auto;
  position: absolute;
  top: 20%;
  opacity: 0.1;
  filter: brightness(1.2); }

.wrapper {
  width: 100%;
  padding: 60px 80px;
  box-sizing: border-box;
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
  text-align: center; }
  .wrapper .heromin {
    background: #161414;
    text-align: center;
    border-radius: 100px;
    width: 100%;
    box-shadow: 0px 10px 60px 0px rgba(22, 20, 20, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 40px; }
    .wrapper .heromin img {
      height: 40px; }
  .wrapper .posthead {
    display: flex;
    padding: 80px 15%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 50px;
    background: #161414;
    box-shadow: 0px 10px 60px 0px rgba(22, 20, 20, 0.15);
    margin-bottom: 40px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative; }
    .wrapper .posthead:before {
      content: '';
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .wrapper .posthead h3 {
      position: relative;
      color: #FFF;
      text-align: center;
      font-size: 3rem;
      margin: 0;
      font-weight: 800;
      text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); }
    .wrapper .posthead p {
      position: relative;
      margin: 0;
      color: #FFF;
      text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
      font-weight: 600;
      font-size: 1.5rem; }
    .wrapper .posthead .view {
      text-align: center;
      position: relative;
      padding-top: 20px; }
      .wrapper .posthead .view a {
        color: inherit;
        text-decoration: none; }
      .wrapper .posthead .view .btn {
        display: inline-block;
        color: #FFF;
        font-weight: 600;
        font-size: 1.2rem;
        background: rgba(0, 0, 0, 0.35);
        border-radius: 100px;
        border: 1px solid white;
        padding: 10px 45px; }
        .wrapper .posthead .view .btn:hover {
          color: #161414;
          background: white; }
  .wrapper .hero {
    background: #FFE34E;
    border-radius: 60px;
    box-shadow: 0px 10px 60px 0px rgba(22, 20, 20, 0.15);
    display: flex;
    flex-direction: column;
    height: 400px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 40px; }
    .wrapper .hero .logo {
      height: 126px; }
    .wrapper .hero h2 {
      color: #161414;
      font-weight: 700;
      margin: 0;
      font-size: 1.7rem; }
  .wrapper .stats {
    display: inline-flex;
    padding: 30px 200px;
    justify-content: center;
    align-items: center;
    gap: 90px;
    box-shadow: 0px 5px 25px 0px rgba(22, 20, 20, 0.2);
    background: #161414;
    border-radius: 100px;
    top: -63px;
    position: relative; }
    .wrapper .stats .stat {
      text-align: center;
      color: white;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 1px; }
      .wrapper .stats .stat strong {
        font-weight: 800;
        font-family: 'Poppins',sans-serif;
        display: block;
        font-size: 3rem;
        color: #FFE34E;
        letter-spacing: 0;
        margin-bottom: 7px; }

.boxgrid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr; }
  .boxgrid.mob {
    display: none; }
  .boxgrid.desk {
    grid-template-columns: 1fr;
    width: 35%;
    position: sticky;
    top: 20px;
    gap: 20px; }
    .boxgrid.desk .moretitle {
      margin: 0;
      font-weight: 700; }

.moretitle.mob {
  display: none; }

.firstrow {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 40px; }
  .firstrow.single {
    align-items: flex-start; }

.teenkbig {
  width: 30%;
  display: flex;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex: 0 0 30%;
  align-self: stretch;
  border-radius: 50px;
  background: #161414;
  color: white;
  box-shadow: 0px 10px 60px 0px rgba(22, 20, 20, 0.15); }
  .teenkbig .tblogo {
    height: 200px; }
  .teenkbig h3 {
    margin: 0;
    font-size: 1.7rem;
    color: white;
    font-weight: 600;
    margin-top: 25px; }
  .teenkbig .btn {
    background: #FFE34E;
    color: #161414;
    border-radius: 100px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    padding: 15px 0;
    box-sizing: border-box;
    width: 100%; }

.formbox {
  width: 30%;
  display: flex;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex: 0 0 30%;
  align-self: stretch;
  border-radius: 50px;
  background: #161414;
  color: white;
  box-shadow: 0px 10px 60px 0px rgba(22, 20, 20, 0.15);
  align-self: flex-start;
  position: sticky;
  top: 30px; }
  .formbox .tblogo {
    height: 200px; }
  .formbox input[type="email"]::placeholder {
    /* Firefox, Chrome, Opera */
    text-align: right; }
  .formbox input[type="text"]::placeholder {
    /* Firefox, Chrome, Opera */
    text-align: right; }
  .formbox input[type="tel"]::placeholder {
    /* Firefox, Chrome, Opera */
    text-align: right; }
  .formbox h3 {
    margin: 0;
    font-size: 2rem;
    color: white;
    font-weight: 600;
    margin-top: 25px; }
  .formbox input {
    padding: 15px 30px;
    gap: 10px;
    border-radius: 60px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.2rem;
    border: 1px solid #9E9E9E;
    color: white;
    font-family: 'Assistant',sans-serif;
    direction: rtl;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px; }
  .formbox label {
    display: none; }
  .formbox #mc-embedded-subscribe {
    width: 100%; }
  .formbox #mc_embed_shell {
    overflow: hidden;
    position: relative;
    width: 100%; }
  .formbox input[type='submit'] {
    background: #FFE34E;
    color: #161414;
    border-radius: 100px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    padding: 15px 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border-color: #FFE34E;
    margin: 0; }

footer {
  padding: 60px 0;
  text-align: center;
  padding-bottom: 80px; }
  footer img {
    height: 100px; }

.moretitle {
  font-size: 2rem;
  color: #161414;
  margin-top: 80px;
  margin-bottom: 40px;
  font-weight: 600; }

.mainbox {
  display: flex;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 10px 60px 0px rgba(22, 20, 20, 0.15);
  justify-content: space-between; }
  .mainbox a {
    width: 100%;
    display: block;
    color: inherit;
    text-decoration: none; }
  .mainbox .thumb {
    height: 280px;
    background-size: cover;
    background-color: #fefefe;
    background-position: center center;
    border-radius: 25px;
    width: 100%; }
  .mainbox h3 {
    margin: 0;
    font-size: 1.7rem;
    color: #161414;
    font-weight: 800;
    margin-top: 25px; }
  .mainbox p {
    margin: 0;
    color: #4E4A4A;
    font-size: 1.2rem;
    margin-bottom: 25px; }
  .mainbox .btn {
    background: #161414;
    color: #FFE34E;
    border-radius: 100px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    padding: 15px 0;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
    letter-spacing: 0.5px; }
    .mainbox .btn:hover {
      color: white; }

.bodybox {
  padding: 40px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 10px 60px 0px rgba(22, 20, 20, 0.15);
  text-align: right;
  color: #161414;
  direction: rtl;
  min-height: 640px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #4E4A4A;
  line-height: 1.5; }
  .bodybox strong {
    color: #161414;
    font-size: 1.5rem;
    line-height: 1.2; }

@media only screen and (max-width: 600px) {
  html, body {
    font-size: 14px; }

  .wrapper {
    padding: 30px 20px; }
    .wrapper .stats {
      padding: 40px 20px;
      flex-direction: column;
      width: 100%;
      box-sizing: border-box;
      border-radius: 40px;
      gap: 20px;
      margin-bottom: 30px;
      top: 0; }
    .wrapper .posthead {
      border-radius: 20px;
      padding: 60px 10%;
      margin-bottom: 30px; }
      .wrapper .posthead h3 {
        font-size: 2rem; }
      .wrapper .posthead p {
        font-size: 1.2rem; }
    .wrapper .heromin {
      padding: 20px 0;
      margin-bottom: 30px; }
      .wrapper .heromin img {
        height: 25px; }
    .wrapper .hero {
      padding: 60px 50px;
      height: auto;
      border-radius: 40px;
      margin-bottom: 30px;
      border-radius: 20px; }
      .wrapper .hero .logo {
        height: auto;
        width: 95%; }

  .firstrow {
    flex-direction: column;
    gap: 30px;
    display: block; }

  .boxgrid.desk {
    display: none; }

  .boxgrid {
    grid-template-columns: 1fr;
    gap: 30px; }
    .boxgrid.mob {
      display: grid; }

  .moretitle.mob {
    display: block; }

  .mainbox {
    padding: 20px;
    border-radius: 20px; }
    .mainbox .thumb {
      height: 180px;
      border-radius: 10px; }

  .bodybox {
    padding: 20px 30px;
    height: auto;
    font-size: 1.2rem;
    border-radius: 20px;
    margin-bottom: 30px; }
    .bodybox strong {
      font-size: 1.7rem; }

  .formbox {
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    position: static; }

  .teenkbig {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 40px; }
    .teenkbig h3 {
      margin-top: 0; }
    .teenkbig .tblogo {
      height: auto;
      width: 50%; }

  footer img {
    height: 70px; } }

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