*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
}

body {
  position: relative;
  font-family: 'Tajawal';
}

html {
  height: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  display: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  margin: auto;
  padding: 0 20px;
}

#sticky {
  position: fixed;
  width: 100%;
  top: 0;
  border-radius: 0px;
  z-index: 10;
}

@-webkit-keyframes bounceRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

@keyframes bounceRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

@-webkit-keyframes bounceLeft {
  from {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
  to {
    -webkit-transform: translateX(3px) rotate(180deg);
            transform: translateX(3px) rotate(180deg);
  }
}

@keyframes bounceLeft {
  from {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
  to {
    -webkit-transform: translateX(3px) rotate(180deg);
            transform: translateX(3px) rotate(180deg);
  }
}

body[lang] .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 23px;
  font-weight: 700;
  border: transparent;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#ff551d), to(#a93d19));
  background: linear-gradient(90deg, #ff551d 0%, #a93d19 100%);
  margin-top: 37px;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
  cursor: pointer;
}

body[lang] .button .arrow {
  background: url("./arrow.svg") no-repeat center left;
  padding: 22px;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}

body[lang] .button:hover .arrow, body[lang] .button:focus .arrow {
  -webkit-animation: bounceRight 0.3s alternate ease infinite;
          animation: bounceRight 0.3s alternate ease infinite;
}

body[lang] .button.loader {
  background-color: #ac3e19;
}

body[lang] .button.loader .arrow {
  display: none;
}

body[lang] #sticky {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#00406e), to(#0087e7));
  background: linear-gradient(90deg, #00406e 0%, #0087e7 100%);
  padding: 12px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

body[lang] #sticky .text {
  color: #fff;
  font-size: 21px;
  text-transform: capitalize;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
}

body[lang] #sticky .button {
  margin-top: 0;
}

body[lang] #sticky .button .arrow {
  display: none;
}

body[lang] .title {
  color: #f6531d;
  font-size: 44px;
  line-height: 115%;
}

body[lang] .sub_title {
  padding-top: 30px;
  color: #102b6e;
  font-size: 33px;
  font-weight: 700;
}

body[lang] .main {
  background: url("./webp/main_bg_1920.webp") no-repeat top center;
  padding-bottom: 357px;
}

body[lang] .main .header {
  padding-top: 50px;
}

body[lang] .main .header #logo {
  background: url(./logo.svg) no-repeat center left;
  background-size: auto 60px;
  height: 60px;
}

body[lang] .main__title {
  padding-top: 70px;
  color: #000;
  font-size: 53px;
  max-width: 750px;
  line-height: 113%;
}

body[lang] .main__sub_title {
  padding-top: 25px;
  color: #00375e;
  font-size: 26px;
  max-width: 590px;
}

body[lang] .thousands {
  padding-block: 80px;
  background-color: #e1e1e169;
  text-align: center;
}

body[lang] .thousands__bullets {
  padding-top: 180px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 150px 45px;
}

body[lang] .thousands__bullets .bullet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  color: #000;
  text-align: center;
  font-size: 28px;
  padding: 55px 35px 35px;
  border-radius: 18px;
}

body[lang] .thousands__bullets .bullet::before {
  content: '';
  position: absolute;
  padding: 70px;
  top: -90px;
  left: 30%;
}

body[lang] .thousands__bullets .bullet.bullet1::before {
  background: url("./bullet1.png") no-repeat center;
}

body[lang] .thousands__bullets .bullet.bullet2::before {
  background: url("./bullet2.png") no-repeat center;
}

body[lang] .thousands__bullets .bullet.bullet3::before {
  background: url("./bullet3.png") no-repeat center;
}

body[lang] .thousands__bullets .bullet.bullet4::before {
  background: url("./bullet4.png") no-repeat center;
}

body[lang] .thousands__bullets .bullet.bullet5::before {
  background: url("./bullet5.png") no-repeat center;
}

body[lang] .thousands__bullets .bullet.bullet6::before {
  background: url("./bullet6.png") no-repeat center;
}

body[lang] .thousands__button {
  margin: 80px auto 0;
}

body[lang] .simplify {
  padding-block: 75px 120px;
  background: url("./webp/simplify_bg_1920.webp") no-repeat top center;
  text-align: center;
}

body[lang] .simplify__bullets {
  padding-top: 30px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 25px 400px;
}

body[lang] .simplify__bullets .bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 18px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 25px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 24px;
  width: 335px;
  min-height: 147px;
}

body[lang] .simplify__bullets .bullet.bullet1, body[lang] .simplify__bullets .bullet.bullet4, body[lang] .simplify__bullets .bullet.bullet5 {
  background-color: #005693;
}

body[lang] .simplify__bullets .bullet.bullet2, body[lang] .simplify__bullets .bullet.bullet3, body[lang] .simplify__bullets .bullet.bullet6 {
  background-color: #4488b2;
}

body[lang] .simplify__bullets .bullet.bullet3 {
  -webkit-margin-end: 35px;
          margin-inline-end: 35px;
}

body[lang] .simplify__bullets .bullet.bullet4 {
  -webkit-margin-start: 35px;
          margin-inline-start: 35px;
}

body[lang] .simplify__bullets .button {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body[lang] .ready {
  padding-block: 60px 75px;
  background-color: #e1e1e169;
}

body[lang] .ready__title {
  max-width: 890px;
}

body[lang] .ready__sub_title {
  padding-top: 15px;
}

body[lang] .ready__bullets {
  padding-top: 50px;
}

body[lang] .ready__bullets .bullet {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 1fr;
      grid-template-columns: 30px 1fr;
  gap: 25px;
  color: #1e1e1e;
  font-size: 29px;
}

body[lang] .ready__bullets .bullet:not(:first-child) {
  padding-top: 25px;
}

body[lang] .ready__bullets .bullet::before {
  content: '';
  background: url("./leaf.svg") no-repeat center;
  padding: 15px;
}

body[lang] .ready__bullets .button {
  margin-top: 50px;
}

body[lang] .footer {
  padding-block: 60px;
  color: #000;
  text-align: center;
  font-size: 20px;
}

body[lang] .dropshadow {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  padding-top: 65px;
}

body[lang] .dropshadow .form {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  padding: 60px;
  max-width: 550px;
  margin: auto;
}

body[lang] .dropshadow .form .dropshadow__close_btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  background: url("./close.svg") no-repeat center;
  background-size: 22px 22px;
  cursor: pointer;
}

body[lang] .dropshadow .form__title {
  margin-bottom: 25px;
  color: #102b6e;
  font-size: 27px;
  font-weight: 700;
  line-height: 107%;
}

body[lang] .dropshadow .form select,
body[lang] .dropshadow .form input {
  width: 100%;
  font-size: 16px;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #221f1f;
  padding-left: 14px;
  color: #535353;
  outline: none;
  background-color: #ffffff;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

body[lang] .dropshadow .form select::-webkit-input-placeholder,
body[lang] .dropshadow .form input::-webkit-input-placeholder {
  color: #535353;
}

body[lang] .dropshadow .form select:-ms-input-placeholder,
body[lang] .dropshadow .form input:-ms-input-placeholder {
  color: #535353;
}

body[lang] .dropshadow .form select::-ms-input-placeholder,
body[lang] .dropshadow .form input::-ms-input-placeholder {
  color: #535353;
}

body[lang] .dropshadow .form select::placeholder,
body[lang] .dropshadow .form input::placeholder {
  color: #535353;
}

body[lang] .dropshadow .form select:focus,
body[lang] .dropshadow .form input:focus {
  border: 2px solid #102b6e;
  color: #102b6e;
}

body[lang] .dropshadow .form select:focus::-webkit-input-placeholder,
body[lang] .dropshadow .form input:focus::-webkit-input-placeholder {
  color: #102b6e;
}

body[lang] .dropshadow .form select:focus:-ms-input-placeholder,
body[lang] .dropshadow .form input:focus:-ms-input-placeholder {
  color: #102b6e;
}

body[lang] .dropshadow .form select:focus::-ms-input-placeholder,
body[lang] .dropshadow .form input:focus::-ms-input-placeholder {
  color: #102b6e;
}

body[lang] .dropshadow .form select:focus::placeholder,
body[lang] .dropshadow .form input:focus::placeholder {
  color: #102b6e;
}

body[lang] .dropshadow .form .Form_Element_Holder_Div {
  text-align: initial;
  margin-bottom: 20px;
}

body[lang] .dropshadow .form input[type='radio'],
body[lang] .dropshadow .form input[type='checkbox'] {
  width: 17px;
  height: 17px;
  accent-color: #102b6e;
}

body[lang] .dropshadow .form .button {
  margin: 37px auto 0;
}

body[lang] .dropshadow .form #gdpr {
  margin-top: 20px;
}

body[lang='es'] .main {
  padding-bottom: 262px;
}

body[lang='fr'] .main,
body[lang='pt'] .main {
  padding-bottom: 330px;
}

body[lang='fr'] .main__title,
body[lang='pt'] .main__title {
  font-size: 50px;
}

body[lang='ar'] {
  direction: rtl;
}

body[lang='ar'] .button .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body[lang='ar'] .button:hover .arrow, body[lang='ar'] .button:focus .arrow {
  -webkit-animation: bounceLeft 0.3s alternate ease infinite;
          animation: bounceLeft 0.3s alternate ease infinite;
}

body[lang='ar'] .main {
  background: url("./webp/main_bg_ar_1920.webp") no-repeat top center;
  padding-bottom: 350px;
}

body[lang='ar'] .main .header #logo {
  background-position: right center;
}

body[lang='ar'] .dropshadow .form .dropshadow__close_btn {
  right: unset;
  left: 20px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .button {
    padding: 5px 13px;
    font-size: 18px;
    margin-top: 25px;
  }
  body[lang] .button .arrow {
    background-size: 98%;
    padding: 12px;
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
  }
  body[lang] #sticky .text {
    font-size: 18px;
  }
  body[lang] .title {
    font-size: 32px;
  }
  body[lang] .sub_title {
    padding-top: 20px;
    font-size: 24px;
  }
  body[lang] .main {
    background: url("./webp/main_bg_1240.webp") no-repeat top center;
    padding-bottom: 107px;
  }
  body[lang] .main .header {
    padding-top: 30px;
  }
  body[lang] .main .header #logo {
    background-size: auto 42px;
    height: 42px;
  }
  body[lang] .main__title {
    padding-top: 30px;
    font-size: 40px;
    max-width: 455px;
    line-height: 120%;
  }
  body[lang] .main__sub_title {
    padding-top: 15px;
    font-size: 24px;
    max-width: 410px;
    line-height: 108.333%;
  }
  body[lang] .thousands {
    padding-block: 37px;
  }
  body[lang] .thousands__bullets {
    padding-top: 115px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 115px 25px;
  }
  body[lang] .thousands__bullets .bullet {
    font-size: 24px;
    padding: 45px 25px 25px;
  }
  body[lang] .thousands__bullets .bullet::before {
    padding: 51px;
    top: -65px;
    left: 34%;
  }
  body[lang] .thousands__bullets .bullet.bullet1::before {
    background-size: 99%;
  }
  body[lang] .thousands__bullets .bullet.bullet2::before {
    background-size: 99%;
  }
  body[lang] .thousands__bullets .bullet.bullet3::before {
    background-size: 99%;
  }
  body[lang] .thousands__bullets .bullet.bullet4::before {
    background-size: 99%;
  }
  body[lang] .thousands__bullets .bullet.bullet5::before {
    background-size: 99%;
  }
  body[lang] .thousands__bullets .bullet.bullet6::before {
    background-size: 99%;
  }
  body[lang] .thousands__button {
    margin: 65px auto 0;
  }
  body[lang] .simplify {
    padding-block: 40px 400px;
    background: url("./webp/simplify_bg_1240.webp") no-repeat bottom center;
  }
  body[lang] .simplify__bullets {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  body[lang] .simplify__bullets .bullet {
    font-size: 20px;
    min-height: 117px;
  }
  body[lang] .simplify__bullets .bullet.bullet3 {
    -webkit-margin-end: unset;
            margin-inline-end: unset;
  }
  body[lang] .simplify__bullets .bullet.bullet4 {
    -webkit-margin-start: unset;
            margin-inline-start: unset;
  }
  body[lang] .simplify__bullets .button {
    top: unset;
    bottom: -60%;
  }
  body[lang] .ready {
    padding-block: 40px 55px;
  }
  body[lang] .ready__title, body[lang] .ready__sub_title {
    max-width: unset;
  }
  body[lang] .ready__bullets {
    padding-top: 30px;
  }
  body[lang] .ready__bullets .bullet {
    font-size: 24px;
  }
  body[lang] .ready__bullets .button {
    margin-top: 30px;
  }
  body[lang] .footer {
    padding-block: 45px;
    font-size: 16px;
  }
  body[lang='es'] .main__title {
    font-size: 38px;
  }
  body[lang='ar'] .main {
    background: url("./webp/main_bg_ar_1240.webp") no-repeat top center;
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .button {
    font-size: 15px;
    margin: 15px auto 0;
  }
  body[lang] #sticky .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body[lang] #sticky .container .text {
    font-size: 14px;
    padding: 0;
    text-align: center;
  }
  body[lang] #sticky .container .button {
    margin: 7px auto 0;
  }
  body[lang] .title {
    font-size: 24px;
  }
  body[lang] .main {
    background: url("./webp/main_bg_768.webp") no-repeat bottom center;
    padding-bottom: 375px;
    text-align: center;
  }
  body[lang] .main .header {
    padding-top: 15px;
  }
  body[lang] .main__title {
    padding-top: 20px;
    font-size: 26px;
    max-width: unset;
    line-height: 102%;
  }
  body[lang] .main__sub_title {
    font-size: 19px;
    max-width: unset;
  }
  body[lang] .thousands {
    padding-block: 30px;
  }
  body[lang] .thousands__bullets {
    padding-top: 80px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    gap: 80px 0;
  }
  body[lang] .thousands__bullets .bullet {
    font-size: 19px;
    padding: 40px 15px 15px;
    max-width: 300px;
  }
  body[lang] .thousands__button {
    margin: 40px auto 0;
  }
  body[lang] .simplify {
    padding-block: 30px 320px;
    background: url("./webp/simplify_bg_768.webp") no-repeat bottom center;
  }
  body[lang] .simplify__bullets {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 40px;
  }
  body[lang] .simplify__bullets .bullet {
    position: relative;
    width: 280px;
  }
  body[lang] .simplify__bullets .bullet.bullet3 {
    background-color: #005693;
  }
  body[lang] .simplify__bullets .bullet.bullet4 {
    background-color: #4488b2;
  }
  body[lang] .simplify__bullets .bullet:not(:last-of-type)::after {
    content: '';
    position: absolute;
    -webkit-mask-image: url("./down_arrow.svg");
            mask-image: url("./down_arrow.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom center;
            mask-position: bottom center;
    padding: 15px;
    bottom: -32px;
    left: 45%;
  }
  body[lang] .simplify__bullets .bullet.bullet:nth-child(odd)::after {
    background-color: #005693;
  }
  body[lang] .simplify__bullets .bullet.bullet:nth-child(even)::after {
    background-color: #4488b2;
  }
  body[lang] .simplify__bullets .button {
    bottom: -21%;
    white-space: nowrap;
  }
  body[lang] .ready {
    padding-block: 30px;
  }
  body[lang] .ready__sub_title {
    line-height: 112%;
  }
  body[lang] .ready__bullets .bullet {
    font-size: 19px;
    gap: 10px;
  }
  body[lang] .ready__bullets .bullet::before {
    padding: 11px;
    background-size: 98%;
  }
  body[lang] .footer {
    padding-block: 25px;
  }
  body[lang] .dropshadow .form {
    padding: 50px 20px;
  }
  body[lang] .dropshadow .form__title {
    font-size: 23px;
  }
  body[lang] .dropshadow .form .button {
    margin: 23px auto 0;
  }
}
/*# sourceMappingURL=style.css.map */