@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html[lang="ar"] {
  font-family: "Cairo", sans-serif;
}

html[lang="en"] {
  font-family: "Cairo", sans-serif;
}

.font-arabic {
  font-family: "Cairo", sans-serif;
}

.font-english {
  font-family: "Cairo", sans-serif;
}

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

.dir-ltr {
  direction: ltr;
}

.highlight-bg {
  background-image: url("/assets/landing/img/line.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 0.375rem;
  display: inline-block;
}

.highlight-bg-en {
  background-image: url("/assets/landing/img/line.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 0.5rem;
  display: inline-block;
}

.button-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 9999px;
  background-color: rgba(253, 74, 90, 0.12);
  transition: width 300ms ease-in-out;
  z-index: 1;
  width: 2rem;
  height: 2rem;
}

.button-with-overlay:hover .button-overlay {
  width: calc(100% - 1rem);
}

.pattern-dots {
  background-image: radial-gradient(#fd4a5a 1px, transparent 1px);
  background-size: calc(10 * 1px) calc(10 * 1px);
}

.partners-wrapper .partner-image {
  text-align: center;
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}

.partners-wrapper .partner-image:hover {
  filter: initial;
  opacity: 1;
}

.partners-wrapper .swiper-slide.swiper-slide-active .partner-image {
  filter: initial;
  opacity: 1;
}

.circle-shape-1 {
  position: absolute;
  border: 1px solid #e3aab3;
  border-radius: 1000000px;
  width: 46%;
  padding-top: 46%;
  bottom: -461.891px;
  left: -328px;
}

.circle-shape-2 {
  position: absolute;
  border: 1px solid #e3aab3;
  border-radius: 1000000px;
  width: 46%;
  padding-top: 46%;
  top: -466px;
  right: -332px;
}

.circle-shape-3 {
  position: absolute;
  border: 1px solid #e3aab3;
  border-radius: 1000px;
  width: 42%;
  padding-top: 42%;
  bottom: -103px;
  left: -162px;
}

.circle-shape-4 {
  position: absolute;
  border: 1px solid #e3aab3;
  border-radius: 1000px;
  width: 42%;
  padding-top: 42%;
  top: -160px;
  right: -185px;
}

.pattern-dots-1 {
  position: absolute;
  bottom: -45px;
  left: -45px;
}

.pattern-dots-2 {
  position: absolute;
  top: -45px;
  right: -45px;
}

.pattern-dots-3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
}

.circle-shape-5 {
  position: absolute;
  top: -78px;
  transform: translateX(-50%);
  left: 50%;
}

.pattern-dots-4 {
  position: absolute;
  left: 45px;
  bottom: -75px;
}

.pattern-dots-5 {
  position: absolute;
  top: -72px;
  right: 67px;
}

.pattern-dots-6 {
  position: absolute;
  bottom: -44px;
}

.pattern-dots-7 {
  position: absolute;
  top: -45px;
  right: -5%;
}

.rotate-45 {
  transform: rotate(45deg);
}

/**/
[dir="rtl"] .footer-title::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fd4a5a;
}
[dir="rtl"] .footer-title::after {
  position: absolute;
  bottom: 0;
  right: 15px;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fd4a5a;
}

[dir="ltr"] .footer-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fd4a5a;
}
[dir="ltr"] .footer-title::after {
  position: absolute;
  bottom: 0;
  left: 15px;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fd4a5a;
}

[dir="rtl"] .app-steps-flow > .step:nth-child(even):not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/assets/landing/img/arrow-link.svg");
  background-repeat: no-repeat;
  width: 9.375rem;
  height: 100%;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

[dir="rtl"] .app-steps-flow > .step:nth-child(odd):not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/assets/landing/img/arrow-link.svg");
  background-repeat: no-repeat;
  width: 9.375rem;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%) scaleY(-1);
}

[dir="ltr"] .app-steps-flow > .step:nth-child(even):not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/assets/landing/img/arrow-link.svg");
  background-repeat: no-repeat;
  width: 9.375rem;
  height: 100%;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%) scaleX(-1);
}

[dir="ltr"] .app-steps-flow > .step:nth-child(odd):not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/assets/landing/img/arrow-link.svg");
  background-repeat: no-repeat;
  width: 9.375rem;
  height: 100%;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%) scale(-1, -1);
}

.subject-select > option:not(:first-of-type) {
  color: #232323;
}

.integrations-swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem !important;
  height: 0.75rem !important;
  transition: all 0.3s;
}

.integrations-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fd4a5a;
}

.plan-container:before {
  content: "";
  width: calc(100% - 3rem);
  height: 0.75rem;
  position: absolute;
  bottom: -0.8125rem;
  left: 50%;
  z-index: -1;
  transform: translate(-50%);
  border-radius: 0 0 0.75rem 0.75rem;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0.0625rem 0.0625rem rgba(253, 74, 90, 0.08),
    0 0.1875rem 0.1875rem rgba(253, 74, 90, 0.06),
    0 0.375rem 0.25rem rgba(253, 74, 90, 0.04),
    0 0.6875rem 0.25rem rgba(253, 74, 90, 0.025),
    0 2rem 1.5rem -0.75rem rgba(253, 74, 90, 0.02);
}

.old-price-with-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #c5c5c5;
  transform: translateY(-50%);
}

.features-text-image-1 {
  position: relative;
  left: -36px;
  top: 15px;
}

.app-banner-slider {
  display: flex;
  position: relative;
}

.app-banner-slider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34.375rem;
  height: 34.375rem;
  border-radius: 50%;
  border: 6.25rem solid #fd4a5a;
  z-index: -5;
}

.app-slider {
  width: 17.1875rem;
  margin: 0 auto;
  position: relative;
}

.app-slider::before {
  content: "";
  position: absolute;
  left: 0.313rem;
  top: 0.313rem;
  background-color: #fff;
  width: calc(100% - 0.625rem);
  height: 100%;
  z-index: 0;
}

.app-banner-slider .slider_frame {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 18.2rem;
}

.app-swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fd4a5a;
  opacity: 0.3;
  border-radius: 9999px;
  transition: all 0.3s ease;
}

.app-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 1.25rem;
}

.app-plan-container:before {
  content: "";
  width: calc(100% - 3rem);
  height: 0.75rem;
  position: absolute;
  bottom: -0.8125rem;
  left: 50%;
  z-index: -1;
  transform: translate(-50%);
  border-radius: 0 0 0.75rem 0.75rem;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0.0625rem 0.0625rem rgba(253, 74, 90, 0.08),
    0 0.1875rem 0.1875rem rgba(253, 74, 90, 0.06),
    0 0.375rem 0.25rem rgba(253, 74, 90, 0.04),
    0 0.6875rem 0.25rem rgba(253, 74, 90, 0.025),
    0 2rem 1.5rem -0.75rem rgba(253, 74, 90, 0.02);
}

[dir="rtl"] label.error {
  color: #ef4444;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.25rem;
  display: block;
  font-weight: normal;
  margin-right: 0.5rem;
}

[dir="ltr"] label.error {
  color: #ef4444;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.25rem;
  display: block;
  font-weight: normal;
  margin-left: 0.5rem;
}

.iti {
  width: 100%;
}

.iti__selected-country {
  gap: 6px;
  padding: 0 20px !important;
}

.iti__selected-country-primary {
  padding: 0;
  background: transparent !important;
}

.iti__arrow {
  display: none;
}

.iti__search-input {
  padding: 8px 16px;
}

.iti__selected-country-primary {
  padding: 0 !important;
}

.iti .iti__selected-dial-code {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 640px) {
  [dir="rtl"] .footer-title::before {
    left: 50%;
    right: auto;
    width: 10px;
    transform: translateX(25px);
  }

  [dir="rtl"] .footer-title::after {
    left: 50%;
    right: auto;
    width: 50px;
    transform: translateX(-30px);
  }

  [dir="ltr"] .footer-title::before {
    left: 50%;
    right: auto;
    width: 10px;
    transform: translateX(-30px);
  }

  [dir="ltr"] .footer-title::after {
    left: 50%;
    right: auto;
    width: 50px;
    transform: translateX(-15px);
  }

  .app-banner-slider::before {
    display: none;
  }
}
