/*================
 Template Name: Optimize App
 Version: 2.0
 Author: https://optimizeapp.com/
=======================*/

@import "/assets/css/constants.css";

.h1,
.display-1,
.h2,
.display-2,
.h3,
.display-3,
.h4,
.display-4,
.h5,
.display-5,
.h6,
.display-6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--op-font-title);
  color: var(--body-color);
  font-weight: 700;
  line-height: 1.2em;
}

#app[dir="rtl"] .h1,
#app[dir="rtl"] .display-1,
#app[dir="rtl"] .h2,
#app[dir="rtl"] .display-2,
#app[dir="rtl"] .h3,
#app[dir="rtl"] .display-3,
#app[dir="rtl"] .h4,
#app[dir="rtl"] .display-4,
#app[dir="rtl"] .h5,
#app[dir="rtl"] .display-5,
#app[dir="rtl"] .h6,
#app[dir="rtl"] .display-6,
#app[dir="rtl"] h1,
#app[dir="rtl"] h2,
#app[dir="rtl"] h3,
#app[dir="rtl"] h4,
#app[dir="rtl"] h5,
#app[dir="rtl"] h6,
#app[dir="rtl"] strong,
#app[dir="rtl"] .h2-ar {
  font-family: var(--op-font-arabic);
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0 !important;
}
.demo-call-container {
  max-width: 50%;
  border-radius: 10px;
  margin: auto;
  padding: 16px;
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2.5rem;
  }
}

.h5,
.h6,
h5,
h6 {
  margin-bottom: 0.375rem;
}
.h5,
.h6,
h5,
h6 {
  font-weight: 600;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-weight: 700;
}
.lead {
  font-weight: 400;
  font-size: 1.75rem;
}
.fs-7 {
  font-size: 0.85rem !important;
}
.fs-8 {
  font-size: 0.75rem !important;
}
@media (max-width: 991px) {
  .display-5 {
    font-size: calc(1.425rem + 1vw);
  }

  .h4,
  h4 {
    font-size: calc(1.275rem);
  }
}
a,
.btn-link,
p.btn-link {
  color: var(--op-link);
  transition: all 0.3s ease-in-out;
}
a:hover,
.btn-link:hover {
  color: var(--op-link-dark);
  text-decoration: none;
}
.link-text,
.watch-now-btn {
  font-family: var(--bs-font-monospace);
  font-weight: 500;
}
.watch-now-btn {
  font-size: 14px;
  color: var(--bs-secondary-dark);
  text-align: center;
}
.watch-now-btn i {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  border: 2px solid var(--bs-light);
  margin-right: 10px;
  border-radius: 50%;
  color: var(--bs-light);
}
.watch-now-btn:hover {
  color: var(--bs-white);
}
.watch-now-btn:hover i {
  background: var(--bs-light);
  color: var(--bs-dark-light);
}
@media (min-width: 367px) and (max-width: 575px) {
  .watch-now-btn {
    margin-left: 10px;
  }
}
ul {
  margin: 0;
  padding: 0;
}

/*======================
02. PRE DEFINE CLASS CSS
=======================*/
.ptb-120 {
  padding: 120px 0;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.ptb-100 {
  padding: 100px 0;
}
.pl-100 {
  padding-left: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.p-100 {
  padding: 100px;
}
.p-50 {
  padding: 50px;
}
.pt-90 {
  padding-top: 90px;
}
.ptb-80 {
  padding: 80px 0;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.ptb-60 {
  padding: 60px 0;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
#app[dir="rtl"] .pe-xl-5 {
  padding-right: 0 !important;
  padding-left: 3rem !important;
}
#app[dir="rtl"] .pe-md-5 {
  padding-right: 0 !important;
  padding-left: 3rem !important;
}
.mt--100 {
  margin-top: -100px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-50 {
  margin-top: 45px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
#app[dir="rtl"] .me-4 {
  margin-right: 0 !important;
  margin-left: 1.5rem !important;
}
#app[dir="rtl"] .me-xl-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important;
}
.z-2 {
  z-index: 2;
}
.z-5 {
  z-index: 5;
}
.z-10 {
  z-index: 10;
}
.z--1 {
  z-index: -1;
}
.top--40 {
  top: -40px !important;
}
.top--100 {
  top: -100px !important;
}
.bottom--40 {
  bottom: -40px !important;
}
.bottom--100 {
  bottom: -100px !important;
}
.right--40 {
  right: -40px !important;
}
.right-0 {
  right: 0;
}
.left-0 {
  left: 0;
}
.left--40 {
  left: -40px !important;
}
.left--100 {
  left: -100px !important;
}
.right--100 {
  right: -100px !important;
}
.left-30 {
  left: 30%;
}
.left-5 {
  left: 5%;
}
.right-5 {
  right: 5%;
}
.img-cover {
  height: auto;
  width: 100%;
}
.img-cover.en,
.img-fluid.en {
  display: block;
}
.img-cover.ar,
.img-fluid.ar {
  display: none;
}
#app[dir="rtl"] .img-cover.en,
#app[dir="rtl"] .img-cover.ar.d-none,
#app[dir="rtl"] .img-fluid.en,
#app[dir="rtl"] .img-fluid.ar.d-none {
  display: none !important;
}
#app[dir="rtl"] .img-cover.ar,
#app[dir="rtl"] .img-cover.en.d-block,
#app[dir="rtl"] .optimize-lead .img-cover.ar,
#app[dir="rtl"] .img-fluid.ar,
#app[dir="rtl"] .img-fluid.en.d-block,
#app[dir="rtl"] .optimize-lead .img-fluid.ar {
  display: block !important;
}
.opacity-100 {
  opacity: 1;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-0 {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.salla-form-input::placeholder {
  color: #8c8ea1 !important;
}
@media (min-width: 1400px) {
  .mw-60 {
    max-width: 1320px !important;
  }

  .sales-page-section .mw-60 {
    max-width: 60% !important;
  }
}
@media (max-width: 1200px) {
  .mw-50,
  .mw-60,
  .mw-90,
  .mw-680 {
    max-width: 960px !important;
    width: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .ptb-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .mt-100 {
    margin-top: 60px;
  }
  .search-form.w-50 {
    width: 100% !important;
  }
  .ptb-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .mw-50,
  .mw-60,
  .mw-90,
  .mw-680 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .mh-50,
  .mh-60,
  .mh-75,
  .mh-90,
  .mh-100 {
    min-height: fit-content;
  }

  .mt-90 {
    margin-top: 50px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .p-100 {
    padding: 60px 2rem;
  }
  .mw-50,
  .mw-60 {
    max-width: 100% !important;
  }
  .mh-50,
  .mh-60,
  .mh-75,
  .mh-100 {
    min-height: fit-content;
  }
  .mt-90 {
    margin-top: 0;
  }
}

.icon-sm {
  font-size: 25px;
}

.border-dark {
  border-color: var(--bs-dark) !important;
}
.border-success {
  border-color: var(--bs-success) !important;
}
.border-primary {
  border-color: var(--bs-primary) !important;
}
.border-warning {
  border-color: var(--bs-warning) !important;
}
.border-danger {
  border-color: var(--bs-danger) !important;
}
.border-light {
  border-color: rgba(101, 101, 101, 0.1) !important;
}
.bg-dark-dark .border-light {
  border-color: rgb(99, 0, 255) !important;
}
.tt-uppercase {
  text-transform: uppercase;
}
.del-underline {
  text-decoration: none !important;
}
#app[dir="rtl"] .text-start,
.text-right {
  text-align: right !important;
}
#app[dir="rtl"] .text-end,
#app[dir="rtl"] .text-xl-end {
  text-align: left !important;
}
/*button style*/
.link-with-icon {
  display: inline-block;
  font-size: 15px;
  font-family: var(--bs-font-monospace);
  font-weight: 500;
  color: var(--body-color);
}
.link-with-icon i {
  vertical-align: middle;
  transition: all 0.2s ease;
  padding-left: 4px;
}
.link-with-icon:hover i {
  transform: translateX(3px);
  margin-left: 3px;
}
.bg-dark .link-with-icon,
.bg-gradient .link-with-icon {
  color: var(--bs-secondary-dark);
}
.btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.1s ease-in-out;
  /* padding: 19px 21px; */
  /* padding: 13px 50px 13px 21px; */
  padding: 0px 20px !important;
  height: 48px;
  box-shadow: none;
  border: none;
  border-radius: 6px;
  font-family: var(--op-font-btn);
  font-weight: 600;
  font-size: 21px;
  line-height: 14px;
  width: max-content;
}
.btn-tycoon {
  border-radius: 60px;
}
.btn.btn-black {
  background: var(--op-text-dark) !important;
  color: #fff;
}
.btn::after {
  content: "";
  background-image: url(/assets/img/logo-arrow.svg);
  background-repeat: no-repeat;
  /* background-size: contain; */
  width: 16px;
  height: 16px;
  align-self: center;
  display: inline-block;
  margin-left: 15px;
  transition: all ease-in-out 0.1s;
}
.btn.btn-no-arrow::after {
  display: none;
}
.btn:hover::after {
  transform: translateX(3px) translateY(-3px);
}
#app[dir="rtl"] .btn {
  font-family: var(--op-font-body-arabic);
  direction: ltr;
  min-height: 48px;
  height: fit-content;
  line-height: 1.2em;
  padding: 10px 20px !important;
  font-weight: 700;
}
#app[dir="rtl"] .ty-section .btn {
  margin: 0 auto;
}
p.btn {
  margin-bottom: 0;
}
.btn.rounded-end {
  border-radius: 0 0.375rem 0.375rem 0;
}
#app[dir="rtl"] .btn.rounded-end {
  border-radius: 0.375rem 0 0 0.375rem !important;
}
.btn:focus,
.btn:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-outline-primary:active:focus {
  outline: none;
  box-shadow: none;
}
.btn-group-lg > .btn,
.btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 1rem 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
}
.btn-xl {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.button-style > .btn {
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
}
.btn-primary {
  color: var(--bs-white);
  background-color: var(--op-link);
  border-color: var(--op-link);
}
.btn-primary:focus,
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: var(--op-link);
  border-color: var(--op-link);
}
.btn-soft-primary {
  color: var(--op-link);
  background-color: var(--op-link-soft);
  /*border-color: var(--op-link-soft);*/
}
.btn-outline-primary {
  color: var(--op-link);
  border-color: var(--op-link);
}
.btn-primary:hover {
  color: var(--bs-white);
  background-color: var(--op-link-dark);
  border-color: var(--op-link-dark);
  box-shadow: none;
}
.btn-soft-primary:hover,
.btn-outline-primary:hover {
  color: var(--bs-white);
  background-color: var(--op-link);
  border-color: var(--op-link);
}

.btn-info {
  color: var(--bs-white);
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}
.btn-soft-info {
  color: var(--bs-info);
  background-color: var(--bs-info-soft);
  border-color: var(--bs-info-soft);
}
.btn-outline-info {
  color: var(--bs-info);
  border-color: var(--bs-info);
}
.btn-info:hover {
  color: var(--bs-white);
  background-color: var(--bs-info-dark);
  border-color: var(--bs-info-dark);
}
.btn-soft-info:hover,
.btn-outline-info:hover {
  color: var(--bs-white);
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}

.btn-success {
  color: var(--bs-white);
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}
.btn-soft-success {
  color: var(--bs-success);
  background-color: var(--bs-success-soft);
  border-color: var(--bs-success-soft);
}
.btn-outline-success {
  color: var(--bs-success);
  border-color: var(--bs-success);
}
.btn-success:hover {
  color: var(--bs-white);
  background-color: var(--bs-success-dark);
  border-color: var(--bs-success-dark);
}
.btn-soft-success:hover,
.btn-outline-success:hover {
  color: var(--bs-white);
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

.btn-warning {
  color: var(--bs-white);
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}
.btn-soft-warning {
  color: var(--bs-warning);
  background-color: var(--bs-warning-soft);
  border-color: var(--bs-warning-soft);
}
.btn-outline-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning);
}
.btn-warning:hover {
  color: var(--bs-white);
  background-color: var(--bs-warning-dark);
  border-color: var(--bs-warning-dark);
}
.btn-soft-warning:hover,
.btn-outline-warning:hover {
  color: var(--bs-white);
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}

.btn-danger {
  color: var(--bs-white);
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}
.btn-soft-danger {
  color: var(--bs-danger);
  background-color: var(--bs-danger-soft);
  border-color: var(--bs-danger-soft);
}
.btn-outline-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
}
.btn-danger:hover {
  color: var(--bs-white);
  background-color: var(--bs-danger-dark);
  border-color: var(--bs-danger-dark);
}
.btn-soft-danger:hover,
.btn-outline-danger:hover {
  color: var(--bs-white);
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}

.btn-dark {
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.btn-soft-dark {
  color: var(--bs-dark);
  background-color: var(--bs-dark-soft);
  border-color: var(--bs-dark-soft);
}
.btn-outline-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.btn-dark:hover {
  color: var(--bs-white);
  background-color: var(--bs-dark-dark);
  border-color: var(--bs-dark-dark);
}
.btn-soft-dark:hover,
.btn-outline-dark:hover {
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}

.btn-outline-light {
  color: var(--bs-secondary-dark);
  border-color: var(--bs-secondary-dark);
}
.btn-outline-white {
  color: var(--bs-white);
  border-color: var(--bs-white);
}
.btn-outline-white:hover {
  color: var(--op-link);
  background: var(--bs-white);
}
.btn-outline-white.text-white:hover {
  background: none !important;
}
.btn-secondary {
  color: var(--bs-dark);
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.btn-secondary:hover {
  color: var(--bs-dark);
  background-color: var(--bs-secondary-dark);
  border-color: var(--bs-secondary-dark);
}
.btn-no-style {
  border: none !important;
  background: none !important;
}
.read-more-link {
  font-weight: 600;
  font-family: var(--bs-font-monospace);
  font-size: 15px;
}
.read-more-link i {
  vertical-align: middle;
  transition: all 0.3s ease;
}
.read-more-link:hover i {
  transform: translateX(3px);
  margin-left: 10px;
}
.google-btn,
.facebook-btn {
  transition: all 0.3s ease;
}
.google-btn:hover,
.facebook-btn:hover {
  background: var(--bs-primary-soft) !important;
}
.btn-link {
  border: none;
  background: none;
}
.border {
  border: 1px solid var(--op-border) !important;
}
.border-top {
  border-top: 1px solid var(--op-border) !important;
}
.border-end {
  border-right: 1px solid var(--op-border) !important;
}
.border-bottom {
  border-bottom: 1px solid var(--op-border) !important;
}
.border-start {
  border-left: 1px solid var(--op-border) !important;
}
.border-white {
  border-color: #fff !important;
}
.border-top.border-3 {
  border-width: 3px !important;
}
.border-top.border-primary {
  border-color: var(--bs-primary) !important;
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 16px;
    line-height: 14px;
    padding: 12px 20px;
  }
  .btn::after {
    width: 11px;
    height: 11px;
    margin-left: 10px;
  }
}

.divider-bar {
  width: 100%;
  min-height: 1px;
  background-color: var(--bs-secondary);
}
.divider-text {
  width: 60px;
  min-width: 60px;
  line-height: 1.056em;
}
.fw-medium {
  font-weight: 600;
}
.fw-semi-bold {
  font-weight: 700;
}
.fw-bold {
  font-weight: 800 !important;
}
#app[dir="rtl"] .fw-bold {
  font-weight: 700 !important;
}
.rounded-custom {
  border-radius: 1rem !important;
}
.width-fit {
  width: fit-content;
}
#app[dir="rtl"] .inline-icon {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}
.op-external-link {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-gradient h1,
.bg-gradient h2,
.bg-gradient h3,
.bg-gradient h4,
.bg-gradient h5,
.bg-gradient h6,
.bg-dark-dark h1,
.bg-dark-dark h2,
.bg-dark-dark h3,
.bg-dark-dark h4,
.bg-dark-dark h5,
.bg-dark-dark h6,
.bg-primary-gradient h1,
.bg-primary-gradient h2,
.bg-primary-gradient h3,
.bg-primary-gradient h4,
.bg-primary-gradient h5,
.bg-primary-gradient h6 {
  color: var(--bs-white);
}
.bg-primary p,
.bg-primary li,
.bg-primary span,
.bg-dark p:not(.btn),
.bg-dark li,
.bg-dark span,
.bg-gradient p,
.bg-gradient li,
.bg-gradient span,
.bg-purple p,
.bg-purple li,
.bg-purple span,
.bg-dark-dark p:not(.btn),
.bg-dark-dark li,
.bg-dark-dark span,
.bg-primary-gradient p:not(.btn),
.bg-primary-gradient li,
.bg-primary-gradient span {
  color: var(--bs-white);
}
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6,
.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6 {
  color: initial;
}
.bg-light > .bg-dark h1,
.bg-light .bg-dark h2,
.bg-light .bg-dark h3,
.bg-light .bg-dark h4,
.bg-light .bg-dark h5,
.bg-light .bg-dark h6,
.bg-light > .bg-gradient h1,
.bg-light .bg-gradient h2,
.bg-light .bg-gradient h3,
.bg-light .bg-gradient h4,
.bg-light .bg-gradient h5,
.bg-light .bg-gradient h6,
.bg-purple h1,
.bg-purple h2,
.bg-purple h3,
.bg-purple h4,
.bg-purple h5,
.bg-purple h6 {
  color: var(--bs-white);
}
.bg-white p:not(.btn),
.bg-white li,
.bg-white span {
  color: var(--body-color);
}
.bg-primary.text-light h1,
.bg-primary.text-light h2,
.bg-primary.text-light h3,
.bg-primary.text-light h4,
.bg-primary.text-light h5,
.bg-primary.text-light h6,
.bg-primary.text-light p,
.bg-primary.text-light li,
.bg-primary.text-light span,
.bg-primary-gradient.text-light h1,
.bg-primary-gradient.text-light h2,
.bg-primary-gradient.text-light h3,
.bg-primary-gradient.text-light h4,
.bg-primary-gradient.text-light h5,
.bg-primary-gradient.text-light h6,
.bg-primary-gradient.text-light p,
.bg-primary-gradient.text-light li,
.bg-primary-gradient.text-light span {
  color: var(--bs-light);
}
.text-white-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}
.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}
.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-white-90 {
  color: rgba(255, 255, 255, 0.9) !important;
}
/*form input*/
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.custom-select {
  color: var(--op-placeholder) !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.custom-select {
  /* Firefox 18- */
  color: var(--op-placeholder) !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.custom-select {
  /* Firefox 19+ */
  color: var(--op-placeholder);
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.custom-select {
  /* color: var(--op-placeholder); */
  color: #000 !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.survey-form input[type]::-webkit-input-placeholder,
.survey-form textarea::-webkit-input-placeholder,
.survey-form select::-webkit-input-placeholder,
.survey-form select.custom-select {
  font-size: 14px;
  color: #000 !important;
}

.survey-form input[type]:-moz-placeholder,
.survey-form textarea:-moz-placeholder,
.survey-form select:-moz-placeholder,
.survey-form select.custom-select {
  font-size: 14px;
  color: #000 !important;
}

.survey-form input[type]::-moz-placeholder,
.survey-form textarea::-moz-placeholder,
.survey-form select::-moz-placeholder,
.survey-form select.custom-select {
  font-size: 14px;
}

.survey-form input[type]:-ms-input-placeholder,
.survey-form textarea:-ms-input-placeholder,
.survey-form select:-ms-input-placeholder,
.survey-form select.custom-select {
  font-size: 14px;
}

.form-control,
.custom-select {
  font-size: 14px;
  display: block;
  width: 100%;
  height: calc(1.6em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  color: var(--body-color);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  border-radius: 0.375rem;
}
.survey-form .form-control {
  font-size: 14px;
}
#blackFridayFormModal .survey-form .form-control {
  text-align: right;
  font-family: var(--op-font-arabic);
}
#blackFridayFormModal .field-inline {
  direction: rtl;
}
#blackFridayFormModal .field-inline > div {
  width: calc(50% - 10px);
}
#blackFridayFormModal .field-inline > div:first-child {
  margin-left: 20px;
}
.form-label {
  font-size: 12px;
  font-weight: 600;
}
.form-control.d-lg-inline-block {
  width: auto !important;
}
.inline-fields .form-select.input-survey {
  width: 167px !important;
}
.inline-fields > div:nth-child(2) {
  width: calc(100% - 167px);
}
#app[dir="rtl"] .inline-fields > div:nth-child(2) {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
.input-survey .form-control::-webkit-input-placeholder {
  color: #000 !important;
}
.form-control:not(.form-select).input-survey.d-inline-block {
  width: calc(100% - 9.5rem) !important;
}
.form-control.rounded-start {
  border-radius: 0.375rem 0 0 0.375rem;
  border-right: 0;
}
textarea.form-control {
  min-height: 200px;
}
select.form-select {
  background-image: url(../img/dropdown-arrow.svg);
  width: auto !important;
  padding-right: 1.75rem !important;
}
#ebookFormModal select.form-select {
  background-image: url(../img/dropdown-arrow-dark.svg);
}
#app[dir="rtl"] select.form-select {
  background-position: left 0.75rem center;
  padding-left: 1.75rem !important;
  padding-right: 1rem !important;
}
select.form-select.w-100 {
  width: 100% !important;
}
select:invalid {
  color: var(--op-placeholder);
}
select option[value=""],
select option[disabled] {
  color: var(--op-placeholder);
}
select:required:invalid {
  color: var(--op-placeholder);
}
option[value=""][disabled] {
  display: none;
}
option {
  color: var(--body-color);
}
.form-label .required {
  color: red !important;
  font-weight: 700;
  margin: 0 5px;
  display: inline-block;
}
#app[dir="rtl"] .form-check .form-check-input {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
#app[dir="rtl"] .form-control.rounded-start {
  border-radius: 0 0.375rem 0.375rem 0;
  border-right: 2px solid rgba(0, 0, 0, 0.12);
  border-left: 0;
}
#app[dir="rtl"] .survey-form .op-icon {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
.form-control:focus,
.custom-select:focus {
  color: var(--op-link-dark);
  background-color: var(--bs-white);
  border-color: var(--op-link);
  outline: 0;
  box-shadow: none;
}
.form-control:focus option {
  color: var(--op-text-dark);
}
#app[dir="rtl"] .form-control + .btn {
  margin-right: 0.5rem !important;
}
#app[dir="rtl"] .footer-section .form-control + .btn {
  margin-right: 0 !important;
}
.subscribe-feature-list li span {
  margin: 0 15px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.subscribe-feature-list li span i {
  font-size: 16px;
}
.bg-dark .subscribe-feature-list li span i {
  color: var(--bs-secondary-dark) !important;
}
.register-form label:not(.form-check-label) {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--bs-font-monospace);
}
.form-check-label {
  font-size: 13px;
}
.sign-up-in-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
}
.form-floating > label {
  font-size: 16px;
  line-height: 1.6em;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control::placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > select.form-select {
  width: 100% !important;
}
.form .form-input {
  background: rgba(26, 25, 25, 0.2);
  border-radius: 5px;
  outline: none;
  border: none;
  font-family: var(--op-font-body);
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 9px 16px;
  height: 48px;
}
#app[dir="rtl"] .form .form-input {
  font-family: var(--op-font-arabic);
}
@media screen and (max-width: 1024px) {
  .form-control,
  .custom-select {
    padding: 0.75rem;
  }
  select.form-select {
    padding-right: 0px;
  }
  .form-select.input-survey.d-inline-block,
  .form-control.input-survey.d-inline-block {
    /*width: 100% !important;*/
  }
  .op-survey > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .form-select.input-survey.d-inline-block {
    width: 100px !important;
    padding-right: 12px !important;
  }
  .form-control:not(.form-select).input-survey.d-inline-block {
    width: calc(100% - 108px) !important;
    margin-left: 8px !important;
  }

  .survey-form .form-control {
    font-size: 12px;
  }

  .survey-form input[type]::-webkit-input-placeholder,
  .survey-form textarea::-webkit-input-placeholder,
  .survey-form select::-webkit-input-placeholder,
  .survey-form select.custom-select {
    font-size: 14px;
    color: #000 !important;
  }

  .survey-form input[type]:-moz-placeholder,
  .survey-form textarea:-moz-placeholder,
  .survey-form select:-moz-placeholder,
  .survey-form select.custom-select {
    font-size: 14px;
    color: #000 !important;
  }

  .survey-form input[type]::-moz-placeholder,
  .survey-form textarea::-moz-placeholder,
  .survey-form select::-moz-placeholder,
  .survey-form select.custom-select {
    font-size: 14px;
  }

  .survey-form input[type]:-ms-input-placeholder,
  .survey-form textarea:-ms-input-placeholder,
  .survey-form select:-ms-input-placeholder,
  .survey-form select.custom-select {
    font-size: 14px;
  }

  #blackFridayFormModal .field-inline > div {
    width: 100%;
  }
  #blackFridayFormModal .field-inline > div:first-child {
    margin-left: 0;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--bs-light);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 999999;
}
.preloader-icon {
  width: 60px;
  height: 60px;
}
.loading-bar {
  width: 120px;
  height: 3px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  background: var(--bs-white);
}

.loading-bar::before {
  content: "";
  width: 35px;
  height: 3px;
  background: var(--bs-primary);
  position: absolute;
  left: -34px;
  animation: bluebar 1.5s infinite ease;
}

@keyframes bluebar {
  50% {
    left: 96px;
  }
}

.section-heading {
  margin-bottom: 50px;
}
#app[dir="ltr"] .section-heading .display-5 {
  font-size: 2.25rem;
  line-height: 1.4em;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .action-btns.me-lg-0 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 991px) {
  .section-heading {
    margin-bottom: 40px;
  }
  .section-heading p {
    margin-bottom: 0;
  }

  #app[dir="ltr"] .section-heading .display-5 {
    font-size: 1.75rem;
    line-height: 1.2em;
  }
}

/*=====================
HOME - DOWNLOAD APP
=======================*/
.download-app-section {
  padding: 185px 0;
  background: linear-gradient(
    180deg,
    var(--bs-dark-light) 0%,
    var(--bs-dark) 100%
  ) !important;
}
.download-app-section h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: var(--op-letter-spacing);
  margin-bottom: 45px !important;
}
#app[dir="rtl"] .download-app-section h2 {
  letter-spacing: 0;
}
.download-app-section p {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: var(--op-letter-spacing);
}
#app[dir="rtl"] .download-app-section p {
  letter-spacing: 0;
  font-weight: 400;
}
.download-app-section p strong {
  font-weight: 500;
}
.download-app-links {
  margin-top: 45px;
}
.download-app-links a {
  margin-bottom: 20px;
}
.app-overview-img {
  margin-left: auto;
  margin-right: -7.5vw;
}
#app[dir="rtl"] .app-overview-img {
  margin-right: auto;
  margin-left: -7.5vw;
}
.app-overview-img img {
  margin-right: 0;
  margin-left: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#app[dir="rtl"] .app-overview-img img {
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .download-app-section {
    padding: 95px 0;
  }
  .download-app-section h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px !important;
  }
  .download-app-section p {
    font-size: 16px;
    line-height: 24px;
  }
  .download-app-links,
  .download-app-links a {
    margin-top: 0;
  }
  .download-app-store {
    width: 106px;
  }
  .download-play-store {
    width: 117px;
  }
  .download-app-links img {
    width: 100%;
    height: auto;
  }
  .app-overview-img {
    margin-right: 0;
    margin-top: 40px;
  }
  .app-overview-img img {
    width: 100vw;
    max-width: fit-content;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .app-overview-img {
    margin-left: -22px;
  }
  #app[dir="rtl"] .app-overview-img {
    margin-right: -22px;
    margin-left: auto;
  }
  .app-overview-img img {
    margin-left: -7.5vw;
  }
  #app[dir="rtl"] .app-overview-img img {
    margin-right: -7.5vw;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .download-app-section {
    padding: 80px 0 56px;
  }
  .download-app-store {
    width: 130px;
  }
  .download-play-store {
    width: 143px;
  }
  .download-app-content {
    margin-bottom: 50px;
  }
  .download-app-section p {
    padding-right: 0;
  }
  .download-app-section p br {
    display: none;
  }
  .app-overview-img {
    margin-top: 70px;
    margin-left: 0;
  }
  .app-overview-img img {
    width: 120vw;
    margin-left: -20vw;
    max-width: unset;
  }
}

/*=====================
HOME - ADVANTAGES SECTION
=======================*/
.main-wrapper > section.advantages-section > .container {
  max-width: 100%;
  padding: 0 5px;
}
.advantage-col {
  padding: 5px;
  /*margin-bottom: 10px;*/
  position: relative;
  overflow: hidden;
}
.advantage-col:nth-child(1),
.advantage-col:nth-child(2) {
  padding-top: 0;
}
.advantage-col:nth-child(3),
.advantage-col:nth-child(4) {
  padding-bottom: 0;
}
.advantage-col:nth-child(5),
.advantage-col:nth-child(6) {
  padding-top: 10px;
}
/*.advantage-col:last-child {
  margin-bottom: 0;
}*/
.advantage-grid-content {
  height: 100%;
  padding: 130px calc(6vw - 10px) 100px;
  position: relative;
  overflow: hidden;
  border-radius: var(--op-border-radius);
}
.advantage-col.col-full .advantage-grid-content,
#app[dir="rtl"] .advantage-col.col-full .advantage-grid-content {
  border-radius: var(--op-border-radius) !important;
}
.advantage-grid-content h2 a {
  color: var(--op-text-dark);
  text-decoration: none;
}
.advantage-grid-content.text-light h2 a {
  color: #fff;
}
.advantage-grid-pricing-content {
  height: 60vh;
  padding-right: 0px;
}
.advantage-content-pricing {
  padding-top: 130px;
}
.advantage-col:first-child .advantage-grid-content {
  border-bottom-right-radius: 0;
}
#app[dir="rtl"] .advantage-col:first-child .advantage-grid-content {
  border-bottom-right-radius: var(--op-border-radius);
  border-bottom-left-radius: 0;
}
.advantage-col:nth-child(2) .advantage-grid-content {
  border-bottom-left-radius: 0;
}
#app[dir="rtl"] .advantage-col:nth-child(2) .advantage-grid-content {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: var(--op-border-radius);
}
.advantage-col:nth-child(3) .advantage-grid-content {
  border-top-right-radius: 0;
}
#app[dir="rtl"] .advantage-col:nth-child(3) .advantage-grid-content {
  border-top-right-radius: var(--op-border-radius);
  border-top-left-radius: 0;
}
.advantage-col:nth-child(4) .advantage-grid-content {
  border-top-left-radius: 0;
}
#app[dir="rtl"] .advantage-col:nth-child(4) .advantage-grid-content {
  border-top-right-radius: 0;
  border-top-left-radius: var(--op-border-radius);
}
#app[dir="rtl"]
  .col-full
  + .advantage-col:nth-child(4)
  .advantage-grid-content {
  border-top-right-radius: var(--op-border-radius);
}
.advantage-grid-content.d-flex {
  flex-wrap: wrap;
  align-items: start;
}
.advantage-grid-content.d-xl-flex > div {
  width: 50%;
  /* width: 100%; */
}

.advantage-grid-content.d-xl-flex.podcast > div.advantage-content {
  width: 65%;
}
.advantage-grid-content.d-xl-flex.podcast > div.advantage-img {
  width: 35%;
}
.advantage-content {
  margin-bottom: 140px;
  /*position: relative;*/
  z-index: 1;
}
.advantage-content h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: var(--op-letter-spacing);
  margin-bottom: 30px;
  position: relative;
}
#app[dir="rtl"] .advantage-content h2,
.advantage-grid-content.built-in.bf .advantage-content h2,
.advantage-grid-content.bf-presenter .advantage-content h2 {
  letter-spacing: 0.5px;
}
.advantage-grid-content.built-in.bf .advantage-content h2 .underline,
.advantage-grid-content.bf-presenter .advantage-content h2 .underline {
  display: inline-block;
  border-bottom: 4px solid var(--body-color);
}
.advantages-section .location-section .advantage-content h2 {
  font-size: 42px;
  line-height: 42px;
}
.text-white .advantage-content h2 {
  color: #fff;
}
.op-video-content .advantage-content h2 {
  margin-bottom: 20px;
}
.advantage-content h2 img {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 100%;
  transform: translateY(-120%);
}
#app[dir="rtl"] .advantage-content h2 img {
  left: auto;
  right: 0;
}
.advantage-content p {
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 0;
}
#app[dir="rtl"] .advantage-content p {
  font-weight: 400;
}
#app[dir="rtl"] .advantage-content p.ltr,
#app[dir="rtl"] .advantage-content .ltr {
  direction: ltr;
  text-align: right;
}
.advantage-content p + p,
.advantage-content p + ul,
.advantage-content ul + p {
  margin-top: 30px;
}
.cursor-pointer:hover {
  cursor: pointer;
}
.advantage-content p strong {
  font-weight: 500;
}
.platform-logos {
  list-style: none;
  margin-top: 65px;
  margin-bottom: 50px;
}
.advantage-content .btn {
  position: absolute;
  bottom: 130px;
  left: calc(6vw - 10px);
}
#app[dir="rtl"] .advantage-content .btn,
.advantage-grid-content.built-in.bf .advantage-content .btn,
.advantage-grid-content.learn.bf-presenter .advantage-content .btn {
  right: calc(6vw - 10px);
  left: auto;
}
.advantage-content .watch-demo {
  left: calc(20vw - 10px);
}
#app[dir="rtl"] .advantage-content .watch-demo {
  right: calc(20vw - 10px);
  left: auto;
}
.advantage-grid-content.learn .advantage-img img,
.advantage-grid-content.launch .advantage-img img,
.advantage-grid-content.podcast .advantage-img img,
.advantage-grid-content.ebook .advantage-img img,
.advantage-grid-content.built-in .advantage-img img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.advantage-grid-content.launch .advantage-img img {
  /* bottom: -5vh; */
}
.advantage-grid-content.learn .advantage-img img {
  height: 95%;
  width: 50%;
  object-fit: contain;
  object-position: bottom right;
}
#app[dir="rtl"] .advantage-grid-content.learn .advantage-img img {
  object-position: bottom left;
}
#app[dir="rtl"] .advantage-grid-content.learn .advantage-img img,
#app[dir="rtl"] .advantage-grid-content.launch .advantage-img img,
#app[dir="rtl"] .advantage-grid-content.podcast .advantage-img img,
#app[dir="rtl"] .advantage-grid-content.built-in .advantage-img img,
.advantage-grid-content.built-in.bf .advantage-img img,
.advantage-grid-content.learn.bf-presenter .advantage-img img {
  right: auto;
  left: 0;
  position: relative;
  object-fit: contain;
  height: 100%;
  width: 100%;
  right: 10%;
  top: 10%;
}

#app[dir="rtl"] .advantage-grid-content.ebook .advantage-img img {
  right: auto;
  bottom: -1vh;
  left: -2vw;
}

.advantage-grid-content.launch .advantage-img img,
.advantage-grid-content.ebook .advantage-img img {
  /* height: auto;
  width: 455px; */
  /* height: 65%; */
  height: 50%;
  width: auto;
}
.advantage-grid-content.built-in .advantage-img img {
  /* height: 80%;
  width: auto;
  right: 10%;
  top: 10%; */
  height: 59%;
  width: auto;
  right: 10%;
  top: 20%;
}
.advantage-grid-content.built-in.bf .advantage-img img {
  height: 85%;
  width: auto;
  right: auto;
}
.advantage-grid-content.built-in.bf,
.advantage-grid-content.bf-presenter {
  direction: rtl;
}
.advantage-grid-content.built-in.bf,
.advantage-grid-content.bf-presenter,
.advantage-grid-content.built-in.bf .advantage-content h2,
.advantage-grid-content.bf-presenter .advantage-content h2 {
  font-family: var(--op-font-arabic);
  /*  font-weight: 700;*/
  line-height: 1.4em;
}
#app[dir="rtl"] .advantage-grid-content.targeting.d-xl-flex > div {
  /* width: 50%; */
}
.advantage-grid-content.targeting .advantage-img img {
  /* margin-right: -5vw; */
  /* margin-bottom: -5vh; */
  width: auto;
  /* height: 70%; */
  /* margin-top: 20px; */
  right: 0;
}
#app[dir="rtl"] .advantage-grid-content.targeting .advantage-img img {
  /* margin-right: auto;
  margin-left: -5vw; */
}
.advantages-section .location-section .advantage-grid-content {
  min-height: 731px;
}
.advantages-section
  .location-section
  .advantage-grid-content.d-xl-flex
  > div:first-child {
  width: calc(100% - 270px);
}
.advantages-section .location-section .advantage-img {
  width: 301px;
  position: absolute;
  top: 0;
  right: 0;
}
#app[dir="rtl"] .advantages-section .location-section .advantage-img {
  right: auto;
  left: 0;
}
.advantages-section .location-section .advantage-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.advantages-section .location-section a {
  color: #0000ee;
  font-size: 21px;
}

@media screen and (max-width: 1366px) {
  .advantage-grid-content.targeting .advantage-img img {
    margin-left: -3vw;
    margin-bottom: 0;
    height: 48vh;
  }
  .advantage-grid-content.podcast .advantage-img img {
    width: 55%;
    height: auto;
  }
  .advantage-grid-content.launch .advantage-img img,
  .advantage-grid-content.ebook .advantage-img img {
    /* width: 60%; */
    width: 50%;
    height: auto;
    object-fit: contain;
    object-position: bottom right;
  }
}

@media screen and (max-width: 1024px) {
  .main-wrapper > section.advantages-section > .container {
    padding: 0 8px;
  }
  .advantage-col {
    margin-bottom: 6px;
    padding: 0 3px;
  }
  .advantage-grid-content {
    padding: 80px calc(10vw - 10px);
  }
  .advantage-grid-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .advantage-grid-content.op-video-content h2 {
    font-size: 31px;
  }
  .advantage-grid-content.bf-presenter h2,
  .advantage-grid-content.bf h2 {
    font-size: 24px;
    line-height: 1.4em;
  }
  .advantage-grid-content.d-xl-flex > div,
  .advantage-grid-content.d-xl-flex.podcast > div.advantage-content,
  .advantage-grid-content.d-xl-flex.podcast > div.advantage-img,
  .advantage-grid-content.d-xl-flex.built-in.bf > div.advantage-content,
  .advantage-grid-content.d-xl-flex.built-in.bf > div.advantage-img {
    width: 100%;
  }
  .advantage-content {
    margin-bottom: 0;
  }
  .advantage-content p,
  .advantages-section .location-section a {
    font-size: 16px;
    line-height: 24px;
  }
  #app[dir="rtl"] .advantage-content p {
    font-size: 20px;
    line-height: 1.4em;
  }
  .platform-logos {
    margin-bottom: 0;
  }
  .platform-logos img {
    width: 22px;
    height: auto;
  }
  .advantage-content .btn {
    position: static;
    margin-top: 50px;
  }
  .advantage-grid-content.targeting {
    /* padding-bottom: 20vh; */
  }
  .advantage-col:nth-child(4) .advantage-grid-content.blog,
  .advantage-col:nth-child(5) .advantage-grid-content.blog {
    border-radius: 0 !important;
  }
  .advantage-col:nth-child(5) + .advantage-col .advantage-grid-content {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .advantage-grid-content.targeting .advantage-img img {
    height: 18vh;
    margin: 0 auto;
    width: auto;
    position: absolute;
    bottom: 0;
  }
  .advantage-grid-content.learn,
  .advantage-grid-content.podcast,
  .advantage-grid-content.ebook {
    padding-bottom: 192px;
  }
  .advantage-grid-content.learn.bf-presenter {
    padding-top: 60px;
    padding-bottom: 232px;
  }
  /*.advantage-grid-content.learn .advantage-img img {
    width: 279px;
    height: auto;
  }*/
  .advantage-grid-content.launch .advantage-img img,
  .advantage-grid-content.ebook .advantage-img img {
    /* right: 0; */
    /* width: 50%; */

    width: 33%;
    margin-top: 34px;
    position: relative;
  }
  .advantage-content h2 img {
    width: 30px;
    height: auto;
  }
  .advantage-grid-content.btn-sticky-bottom .advantage-content {
    position: static;
  }
  .advantage-grid-content.btn-sticky-bottom .btn {
    position: absolute;
    bottom: 80px;
    left: calc(10vw - 10px);
    margin-top: 0;
  }
  #app[dir="rtl"] .advantage-grid-content.btn-sticky-bottom .btn,
  .advantage-grid-content.built-in.bf.btn-sticky-bottom .btn,
  .advantage-grid-content.bf-presenter.btn-sticky-bottom .btn {
    right: calc(10vw - 10px);
    left: auto;
  }
  .advantages-section .location-section .advantage-img {
    position: absolute;
    width: 100%;
    height: 160px;
    top: auto;
    left: 0;
    bottom: 0;
  }
  .advantages-section
    .location-section
    .advantage-grid-content.d-xl-flex
    > div:first-child {
    width: 100%;
  }
  .advantages-section .location-section .advantage-grid-content {
    min-height: fit-content;
    padding-bottom: 240px;
  }
  .advantages-section .location-section .advantage-grid-content.no-img {
    padding-bottom: 80px;
  }
  .advantages-section .location-section .advantage-img img {
    object-fit: cover;
  }
}

.object-fit-contain {
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .see-pricing-btn {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-top: 50px !important;
  }

  .advantage-pricing {
    min-height: 350px !important;
  }
  .pricing3-image {
    width: 100%;
  }
  .main-wrapper > section.advantages-section > .container {
    padding: 0 12px;
  }
  .advantage-col {
    padding: 0;
    min-height: 634px;
  }
  .advantage-grid-content {
    padding: 80px 40px;
  }
  .advantage-col:first-child .advantage-grid-content,
  #app[dir="rtl"] .advantage-col:first-child .advantage-grid-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .advantage-col:nth-child(2) .advantage-grid-content,
  .advantage-col:nth-child(3) .advantage-grid-content,
  #app[dir="rtl"] .advantage-col:nth-child(2) .advantage-grid-content,
  #app[dir="rtl"] .advantage-col:nth-child(3) .advantage-grid-content {
    border-radius: 0;
  }
  .advantage-col.col-full .advantage-grid-content,
  #app[dir="rtl"] .advantage-col.col-full .advantage-grid-content,
  #app[dir="rtl"]
    .col-full
    + .advantage-col:nth-child(4)
    .advantage-grid-content {
    border-radius: 0 !important;
  }
  .advantage-col:nth-child(4) .advantage-grid-content,
  #app[dir="rtl"] .advantage-col:nth-child(4) .advantage-grid-content,
  #app[dir="rtl"] .advantage-col:last-child .advantage-grid-content {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .advantage-col:nth-child(5),
  .advantage-col:nth-child(6) {
    padding-top: 0px;
  }
  .advantage-grid-content.built-in.bf,
  .advantage-grid-content.blog.last {
    border-bottom-right-radius: var(--op-border-radius) !important;
    border-bottom-left-radius: var(--op-border-radius) !important;
  }
  .platform-logos img {
    width: 26px;
  }
  .platform-locations {
    width: 20px !important;
  }
  .platform-logos,
  .advantage-content .btn {
    margin-top: 70px;
  }
  .advantage-grid-content.bg-gray .btn {
    margin-top: 50px;
  }
  .advantage-grid-content.bg-gray p {
    width: 100%;
  }
  .advantage-grid-content.bg-gray.webinar p {
    width: 100%;
  }
  .advantage-grid-content.bg-gray.learn {
    background: var(--bs-gray) !important;
  }
  .advantage-grid-content.experience,
  .advantage-grid-content.webinar,
  .advantage-grid-content.targeting {
    padding-bottom: 0;
  }
  .advantage-grid-content.targeting .advantage-content {
    padding-bottom: 25px;
  }
  .advantage-grid-content.targeting .advantage-img img {
    position: static;
    /* width: 50% !important; */
    height: 50% !important;
  }
  .advantage-grid-content.btn-sticky-bottom .btn {
    bottom: 80px;
    left: 40px;
  }
  .location-section .advantage-col {
    min-height: fit-content;
  }
  .advantages-section .location-section .advantage-img img {
    object-fit: cover;
  }
  .advantage-grid-content.built-in.bf .advantage-content h2 .underline,
  .advantage-grid-content.bf-presenter .advantage-content h2 .underline {
    border-bottom-width: 2px;
  }
}

/*=====================
HOME - APP STEPS SECTION
=======================*/
.steps-section {
  padding: 90px 0;
  position: relative;
}
.steps-section-title {
  /* position: sticky;
  top: 10vh;
  z-index: 1; */
}
.steps-section-title h2 {
  font-weight: 600;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: var(--op-letter-spacing);
  margin-top: 48px;
  padding-right: 20px;
}
#app[dir="rtl"] .steps-section-title h2 {
  letter-spacing: 0;
}
.steps-section-title h2 strong {
  font-weight: 600;
  color: var(--op-link);
}
.step-img img {
  /* margin-left: -40%; */
  /* margin-left: -34%; */
}
#app[dir="rtl"] .step-img img {
  /* margin-right: -40%;
  margin-left: auto; */
}
.step-title {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.w-lg-50 {
  width: 50%;
}
.step-title span {
  border-radius: 100%;
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: var(--op-letter-spacing);
  border: 2px solid #000;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  /* position: absolute;
  left: 0;
  transform: translateX(calc(-100% - 19px)); */
}
#app[dir="rtl"] .step-title span {
  letter-spacing: 0;
  right: 0;
  left: auto;
  top: 10px;
  /* transform: translateX(calc(100% + 19px)); */
  font-weight: 700;
}
.step-title h3 {
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: var(--op-letter-spacing);
  margin: 0;
}
#app[dir="rtl"] .step-title h3 {
  letter-spacing: 0;
}
.step-description p {
  /* max-width: 320px; */
  font-size: 21px;
  line-height: 30px;
  z-index: 1;
  position: relative;
}
.step-description .download-app-links {
  margin-top: 58px;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.app-steps-content {
  height: 100vh;
  padding-top: 20vh;
  -webkit-transition:
    opacity 0.25s ease-out,
    visibility 2s ease-out;
  transition:
    opacity 0.25s ease-out,
    visibility 2s ease-out;
  /*visibility: hidden;*/
  /*opacity: 0;*/ /*
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
}
.app-steps-content.show {
  /*opacity: 1;*/
  visibility: visible;
}
.sticky-sidebar {
  position: sticky;
  top: 5vh;
  transition: all 0.3s ease;
  display: block;
}
.app-sticky-items {
  display: block;
  height: 90vh;
  position: relative;
}
.app-sticky-img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.step-title,
.step-description {
  backdrop-filter: blur(30px);
  background: #fff;
}
.step-description {
  margin: 0px 80px;
}

#app[dir="rtl"] .app-sticky-img {
  right: 0;
  left: auto;
}
.app-sticky-img.show {
  opacity: 1;
  z-index: 1;
}
.app-sticky-img.show.hide {
  visibility: hidden;
  z-index: 0;
}
.app-sticky-img img {
  display: block;
  object-fit: contain;
  object-position: center;
  /* height: 90vh; */
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .step-img img {
    /* margin-left: -70%; */
  }
  #app[dir="rtl"] .step-img img {
    /* margin-right: -70%; */
    /* margin-left: auto; */
  }
}
@media screen and (max-width: 1200px) {
  .steps-section {
    padding: calc(110px - 10vh) 0 110px;
  }
  .sticky-sidebar .steps-section-title {
    position: static;
    width: 78vw;
    margin-bottom: 70px;
    top: 0;
    padding-top: 5vh;
  }
  .steps-section-title h2 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 60px;
    width: 65%;
  }
  .step-title,
  .step-description {
    padding-left: 40px;
  }

  #app[dir="rtl"] .step-title,
  #app[dir="rtl"] .step-description {
    padding-right: 40px;
    padding-left: 0;
  }
  .step-title {
    margin-bottom: 20px;
  }
  .step-title span {
    transform: translateX(0);
    font-size: 11px;
    line-height: 25px;
    width: 29px;
    height: 29px;
  }
  .step-title h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .step-description p {
    font-size: 16px;
    line-height: 24px;
  }
  .step-description .download-app-links {
    margin-top: 30px;
  }
  .step-description .download-app-store,
  .step-description .download-play-store {
    width: calc(50% - 21px);
  }
  .steps-section-col {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
    padding-top: 7vh;
  }
  #app-sources {
    padding-top: 25vh !important;
    width: 50%;
  }
  .app-steps-wrapper {
    position: relative;
  }
  .sticky-sidebar {
    top: 0;
    z-index: 5;
  }
  .app-steps-content {
    height: 60vh;
    padding-top: 20vh;
  }
  .app-steps-content.show {
    opacity: 1;
    visibility: visible;
  }
  .app-steps-content.show > div {
    opacity: 1;
    visibility: visible;
  }
  .app-sticky-items {
    /* height: 60vh; */
  }
  .step-img img {
    /* transform: translateX(calc(-11vw - 8px)); */
    margin-left: 0;
    /* height: 60vh; */
    width: auto;
  }
  #app[dir="rtl"] .step-img img {
    /* margin-right: 0;
    margin-left: auto; */
    /* transform: translateX(calc(12vw - 8px)); */
  }
}

@media screen and (max-width: 768px) {
  #app-sources {
    width: 100%;
  }
  .steps-section-title {
    width: 100%;
    /* padding-right: 30px; */
    margin-bottom: 0;
    /* position: sticky;
    top: 170px;
    z-index: 3; */
    background: white;
  }
  #app[dir="rtl"] .steps-section-title {
    padding-right: 0;
    padding-left: 30px;
  }
  .sticky-sidebar {
    padding-top: 5%;
    width: 100%;
    background: linear-gradient(
      169deg,
      rgb(255 255 255) 75%,
      rgb(255 255 255 / 0%) 80%
    );
  }
  .sticky-sidebar::before {
    content: "";
    background: linear-gradient(
      180deg,
      rgb(255 255 255) 80%,
      rgb(255 255 255 / 0%) 100%
    );
    position: absolute;
    left: -28px;
    right: 0;
    width: 100vw;
    height: 100%;
  }
  #app[dir="rtl"] .sticky-sidebar::before {
    right: -28px;
    left: 0;
  }
  .sticky-sidebar .steps-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 4;
  }
  #app[dir="rtl"] .sticky-sidebar .steps-section-title {
    padding-left: 0;
  }
  .steps-section-title h2 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }
  .app-sticky-items {
    height: 37vh;
    top: 85px;
  }
  #app-sources {
    padding-top: 0 !important;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  .app-steps-content {
    height: fit-content;
    padding-top: 6vh;
    padding-bottom: 6vh;
  }
  .app-source-1 {
    padding-top: 15vh;
  }
  .app-sticky-img {
    display: block;
    width: unset;
  }

  .step-img img {
    /* transform: translateX(-40px); */
    height: auto;
    /* width: 100%; */
    /* width: 100vw; */
    /* margin-top: -5vh; */
  }
  .step-mobile {
    display: "flex";
    align-items: center;
    justify-content: center;
    width: 200%;
  }
  #app-step-5 {
    .step-mobile {
      width: 50%;
      transform: translateX(-50%);
    }
  }
  .step-title span {
    position: static;
    display: block;
  }
  .step-title,
  .step-description {
    padding-left: 0;
  }
  #app[dir="rtl"] .step-title,
  #app[dir="rtl"] .step-description {
    padding-right: 0;
  }
  .app-steps-content.app-source-1 > div:not(.step-description) {
    display: flex;
    flex-direction: column;
  }
  .app-steps-content.app-source-1 .step-title {
    /* width: 50%; */
    width: 100%;
  }
  .step-title h3 {
    font-size: 35px;
    line-height: 35px;
    margin-top: 10px;
  }
  .app-steps-content.app-source-1 > div .step-description {
    padding-top: 39px;
    width: 50%;
  }
  .step-description p {
    font-size: 14px;
    line-height: 20px;
    z-index: 0;
  }

  .step-description .download-play-store {
    margin-left: 0 !important;
  }
  #app[dir="rtl"] .step-description .download-play-store {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}

/*=====================
GENERAL - BOOK DEMO SECTION
=======================*/
.book-demo-section {
  background: var(--bs-gray);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.blackfriday-stats {
  direction: rtl;
}
.book-demo-content {
  padding-right: 7.5vw;
}
#app[dir="rtl"] .book-demo-content {
  padding-left: 7.5vw;
  padding-right: 0;
  direction: rtl;
}
.blackfriday-stats .book-demo-content {
  padding-left: 6vw !important;
  padding-right: 0;
  direction: rtl;
}
.book-demo-content h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: var(--op-letter-spacing);
  margin-bottom: 22px;
}
#app[dir="rtl"] .book-demo-content h2,
.blackfriday-stats h2 {
  letter-spacing: 0;
  font-family: var(--op-font-arabic);
  text-align: right;
  direction: rtl;
  font-weight: 600;
  line-height: 1.4em;
}
.book-demo-content p {
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 28px;
}
#app[dir="rtl"] .book-demo-content p,
.blackfriday-stats p {
  font-weight: 400;
  font-family: var(--op-font-arabic);
}
.book-demo-content p strong {
  font-weight: 500;
}
#app[dir="rtl"] .book-demo-content p strong,
.blackfriday-stats p strong {
  font-weight: 700;
  font-family: var(--op-font-arabic);
}
.book-demo-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#app[dir="rtl"] .book-demo-img,
.blackfriday-stats .book-demo-img {
  right: auto;
  left: 0;
}
.book-demo-img img {
  display: block;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.blackfriday-stats .book-demo-img img {
  object-fit: contain;
}
.book-demo-btn {
  margin-top: 88px;
  display: flex;
}
.book-demo-btn .btn {
  margin-top: 24px;
}
.book-demo-btn .btn:first-child {
  margin-right: 5px;
}
#app[dir="rtl"] .book-demo-btn .btn:first-child {
  margin-right: 0;
  margin-left: 5px;
}

@media screen and (max-width: 1024px) {
  .book-demo-section {
    padding: 80px 0;
  }
  .book-demo-content {
    padding-right: 5vw;
  }
  .book-demo-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .blackfriday-stats .book-demo-content h2 {
    font-size: 30px;
  }
  .book-demo-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .book-demo-btn {
    margin-top: 35px;
  }
  .book-demo-btn .btn {
    width: fit-content;
  }
  .book-demo-btn .btn + .btn {
    margin-left: 0;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .book-demo-section {
    /* padding-bottom: 390px; */
  }
  .book-demo-img {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 324px;
    width: 100%;
  }
  .blackfriday-stats .book-demo-content {
    padding-left: 0 !important;
  }
}

/*=====================
  DEMO PAGE
=======================*/
.video-wrapper {
  position: relative;
}
.video-wrapper > div {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  width: 101%;
  height: 101%;
}
.demo-section .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.video-wrapper .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  opacity: 1;
}

.video-wrapper-demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
}
/*=====================
  FEATURES PAGE
=======================*/
.features-intro-section {
  background: var(--bs-primary) !important;
  background:
    linear-gradient(0.23deg, rgba(0, 0, 0, 0.2) 0.26%, rgba(0, 0, 0, 0) 99.86%),
    var(--bs-primary) !important;
  border-radius: var(--op-border-radius);
  padding-top: 98px;
  padding-bottom: 0;
}
.features-intro-content {
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.features-intro-section .platform-logos {
  margin: 0;
}
.features-intro-section .platform-logos li {
  display: inline-block;
  padding: 0 32px 28px 0;
}
#app[dir="rtl"] .features-intro-section .platform-logos li {
  padding-left: 32px;
  padding-right: 0;
}
.features-intro-section p {
  margin-bottom: 0;
}
.features-intro-section p + p {
  margin-top: 35px;
}
.design-tools {
  padding-bottom: 0;
}
.design-tools .advantage-content {
  padding-bottom: 301px;
}
.design-tools .advantage-content img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: auto;
}
.experience .advantage-img img,
.webinar .advantage-img img {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#app[dir="rtl"] .experience .advantage-img img,
#app[dir="rtl"] .webinar .advantage-img img {
  right: auto;
  left: 0;
  width: 50%;
  height: auto;
}
.features-reporting-content {
  position: relative;
  z-index: 2;
}
.features-reporting-img img {
  position: absolute;
  /* right: 0; */
  /* right: -150px; */
  bottom: -20%;
  width: 50%;
  object-fit: contain;
}
#app[dir="rtl"] .features-reporting-img img {
  height: 100%;
  object-fit: cover;
  width: auto;
}
.features-reporting-section {
  padding: 130px 0 290px;
}
@media screen and (max-width: 1440px) {
  .features-reporting-img img {
    width: 53%;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
  }
  .advantage-grid-content.built-in .advantage-img img {
    /* height: auto; */
    /* width: 60%; */
    /* width: 33%; */
    /* top: 20%; */
    /* top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; */
  }
  #app[dir="rtl"] .advantage-grid-content.built-in .advantage-img img {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 1366px) {
  .design-tools .advantage-content img {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .features-intro-section {
    padding-bottom: 68px;
  }
  .features-intro-img img {
    width: calc(100% + 9vw);
    height: 100%;
    margin-right: -9vw !important;
    object-fit: contain;
    object-position: right center;
  }
  #app[dir="rtl"] .features-intro-img img {
    margin-right: auto !important;
    margin-left: -9vw !important;
    object-position: left center;
  }
  .features-intro-section h2 {
    margin-bottom: 42px !important;
  }
  .features-intro-section .platform-logos img {
    width: 37px;
  }
  .features-intro-content {
    padding-bottom: 80px;
  }
  .design-tools {
    padding-bottom: 18vh;
  }
  .design-tools .advantage-content {
    padding-bottom: 0;
  }
  .design-tools .advantage-content img {
    height: auto;
    transform: translateX(-50%);
    margin-top: 0;
    left: 50%;
    object-fit: contain;
    object-position: bottom center;
  }
  .experience.advantage-grid-content,
  .webinar.advantage-grid-content {
    padding-bottom: 140px;
  }
  .experience .advantage-img img,
  .webinar .advantage-img img {
    position: absolute;
    width: 100%;
    height: 90px;
    top: auto;
    transform: translateY(0);
    bottom: 0;
    object-fit: contain;
    object-position: bottom center;
  }
  .webinar .advantage-img img {
    height: 10vh;
  }
  .advantage-grid-content.built-in .advantage-img img,
  #app[dir="rtl"] .advantage-grid-content.built-in .advantage-img img,
  .advantage-grid-content.built-in.bf .advantage-img img {
    /* width: auto; */
    /* left: -5vw; */
    right: 0;
    width: 34%;
    /* height: 45%; */
    margin-top: 45px;
    position: relative;
  }
  .launch .advantage-content p,
  .ebook .advantage-content p,
  .built-in .advantage-content p {
    width: 60%;
  }
  .features-reporting-section {
    padding-bottom: 40vh;
  }
  .features-reporting-img img {
    width: 100%;
    height: 50vh;
  }
}

@media screen and (max-width: 991px) {
  .launch .advantage-content p,
  .ebook .advantage-content p,
  .built-in .advantage-content p {
    width: 100%;
  }
}

.feature-builtin-img-ar {
  height: unset !important;
}
.features-marketreporting-img {
  width: 50% !important;
  height: 100% !important;
  object-fit: contain;
  top: 0% !important;
  right: -2% !important;
}

.features-marketreporting-img-ar {
  width: 150% !important;
  height: 100% !important;
  object-fit: contain;
  top: 0% !important;
  /* right: -2% !important; */
}

@media screen and (min-width: 2200px) {
  .features-marketreporting-img {
    height: 90% !important;
    top: 7% !important;
  }
}

.features-enterprise-img {
  width: 50% !important;
  height: 100% !important;
  object-fit: contain;
  top: 3% !important;
  right: -2% !important;
}
.features-enterprise-img-ar {
  height: 100% !important;
  left: 2% !important;
  width: 220% !important;
  object-fit: contain !important;
}
.features-reporting-img-mobile-ar {
  width: 150% !important;
  height: 100% !important;
  object-fit: contain;
  top: 0% !important;
  right: -2% !important;
}
@media screen and (max-width: 1280px) {
  .features-enterprise-img {
    width: 54% !important;
    height: 100% !important;
    object-fit: contain;
    top: -25% !important;
    right: -2% !important;
  }

  .features-enterprise-img-ar {
    width: 150% !important;
    height: 100% !important;
    object-fit: contain;
    top: -25% !important;
    right: -2% !important;
  }
}
@media screen and (max-width: 768px) {
  .features-intro-section,
  .advantage-grid-content.launch,
  .advantage-grid-content.ebook,
  .advantage-grid-content.experience,
  .advantage-grid-content.webinar {
    padding-bottom: 0;
  }
  .features-intro-section {
    padding-top: 80px;
  }
  .advantage-grid-content.built-in {
    padding-bottom: 40px;
  }
  .advantage-grid-content.built-in.bf {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .features-intro-img img {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
    object-fit: contain;
    object-position: right center;
  }
  #app[dir="rtl"] .features-intro-img img {
    margin-right: 0 !important;
    object-position: right center;
  }

  .design-tools .advantage-content img {
    width: 100%;
    height: auto;
    position: static;
    transform: translateX(0);
    margin-top: 40px;
    max-width: 80%;
  }
  .mh-auto .advantage-col {
    min-height: fit-content;
  }
  .advantage-grid-content.experience p,
  .launch .advantage-content p,
  .ebook .advantage-content p {
    width: 100%;
  }
  .experience .advantage-img img,
  .webinar .advantage-img img {
    position: static;
    margin-top: 40px;
    height: 141px;
  }

  .advantage-grid-content.launch .advantage-img img,
  .advantage-grid-content.built-in .advantage-img img {
    position: static;
    margin-top: 20px;
    width: 100% !important;
    /* width: 50%; */
  }
  .features-reporting-img-mobile-ar {
    width: 130% !important;
    transform: translateX(-80px) !important;
  }
  .advantage-grid-content.ebook .advantage-img img {
    position: static;
    width: 90%;
    margin-top: 40px;
  }
  .features-reporting-section {
    padding: 80px 0;
  }
  .features-reporting-content p {
    padding-right: 0;
  }
  .features-reporting-img img {
    position: static;
    /* width: 190% !important; */
    /* height: auto; */
    height: 100%;
    width: auto;
    transform: translateX(-30px);
    object-fit: unset;
    margin-top: 30px;
  }

  #app[dir="rtl"] .features-reporting-img img {
    transform: translateX(30px);
  }
}

/*=====================
  PLATFORMS PAGE
=======================*/
.main-wrapper > section.op-platforms > .container {
  padding-top: 98px;
  padding-bottom: 98px;
}
.op-platforms .hero-img img {
  width: 75%;
}
.platform-section {
  padding: 115px 0;
}
.platform-section h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: var(--op-letter-spacing);
}
#app[dir="rtl"] .platform-section h2 {
  letter-spacing: 0;
}
.platform-section strong {
  font-weight: 600;
}
.platform-desc p {
  font-size: 21px;
  line-height: 30px;
}
.platform-stats {
  border-right: 2px dashed var(--bs-primary-light);
}
#app[dir="rtl"] .platform-stats {
  border-right: none;
  border-left: 2px dashed var(--bs-primary-light);
}
.platform-section ul {
  list-style: none;
  display: flex;
}
.platform-section ul li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.platform-section ul li.platform-desc,
.platform-stats ul li:last-child {
  width: 100%;
  display: block;
}
.platform-stats ul li {
  margin-bottom: 40px;
}
.platform-stat p {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
}
#app[dir="rtl"] .platform-stat p {
  line-height: 1.4em;
}
.platform-stat p strong {
  font-weight: 500;
}
.platform-stat-num {
  font-weight: 600;
  font-size: 110px !important;
  line-height: 120px !important;
}
#app[dir="rtl"] .platform-stat-num {
  font-size: 60px !important;
  line-height: 70px !important;
  font-weight: 700;
}
.platform-specs > ul {
  padding-left: 70px;
}
#app[dir="rtl"] .platform-specs > ul {
  padding-left: 0;
  padding-right: 70px;
}
.platform-specs h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  width: max-content;
}
.platform-specs p {
  font-size: 21px;
  line-height: 30px;
}
.platform-specs .btn {
  margin-top: 25px;
}
.platform-specs ul li:not(.platform-desc) {
  padding: 30px;
}
.platform-specs ul li {
  border-bottom: 1px solid var(--bs-primary-light); /* Default */
}

/* Remove bottom border from items in the last row */
.platform-specs ul li:nth-last-child(1):nth-child(odd),
.platform-specs ul li:nth-last-child(2):nth-child(even),
.platform-specs ul li:only-child {
  border-bottom: none;
}

.platform-specs ul li:nth-child(odd) {
  border-right: none;
  padding-right: 0;
}

#app[dir="rtl"] .platform-specs ul li:nth-child(odd):not(:first-child) {
  padding-right: 30px;
  padding-left: 0;
}
.platform-specs ul li:nth-child(even) {
  border-right: 1px solid var(--bs-primary-light);
  padding-left: 0;
}
#app[dir="rtl"] .platform-specs ul li:nth-child(even) {
  border-right: 0;
  border-left: 1px solid var(--bs-primary-light);
  padding-right: 0;
  padding-left: 30px;
}
.platform-specs ul li:nth-child(2),
.platform-specs ul li:nth-child(3) {
  padding-top: 0;
}
.platform-specs ul li:last-child {
  border-bottom: 0;
  /* padding-bottom: 0; */
  padding-bottom: 30px;
}
.platform-section#tiktok .platform-specs ul li:nth-child(2)
/* .platform-section#google .platform-specs ul li:nth-child(2) */ {
  border-bottom: 0 !important;
}

@media screen and (max-width: 1480px) {
  .platform-stat-num {
    font-size: 90px !important;
    line-height: 100px !important;
  }
  #app[dir="rtl"] .platform-stat-num {
    font-size: 50px !important;
    line-height: 60px !important;
  }
}
@media screen and (max-width: 1200px) {
  .main-wrapper > section.op-platforms > .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .platform-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .platform-stats {
    border-right: 0;
    border-bottom: 2px dashed var(--bs-primary-light);
    padding-bottom: 16px;
    margin-bottom: 56px;
  }
  #app[dir="rtl"] .platform-stats {
    border-left: none;
  }
  .platform-stats img {
    width: 50px;
    height: auto;
  }
  .platform-stats h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .platform-desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .platform-section ul li,
  .platform-section ul li.platform-desc,
  .platform-stats ul li:last-child {
    width: 50%;
  }
  .platform-stat p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .platform-stat-num {
    font-size: 90px !important;
    line-height: 120px !important;
    letter-spacing: var(--op-letter-spacing);
  }
  #app[dir="rtl"] .platform-stat-num {
    letter-spacing: 0;
  }
  .platform-specs ul {
    padding-left: 0;
  }
  #app[dir="rtl"] .platform-specs > ul {
    padding-right: 0;
  }
  .platform-specs p {
    font-size: 16px;
    line-height: 24px;
  }
  .platform-specs h3 {
    font-size: 35px;
    line-height: 35px;
  }
  #app[dir="rtl"] .platform-specs h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .platform-specs ul li,
  .platform-specs ul li:not(.platform-desc) {
    border: none;
    padding-top: 40px;
    padding-right: 7vw;
  }
  .platform-specs ul li + li,
  .platform-specs ul li:nth-child(3) {
    border-right: 1px solid var(--bs-primary-light);
  }
  .platform-specs ul li + li:nth-child(3) {
    border-bottom: none;
  }
  .platform-specs ul li.platform-desc {
    padding-right: 7vw;
    border-right: 1px solid var(--bs-primary-light);
    border-bottom: 1px solid var(--bs-primary-light);
  }
  #app[dir="rtl"] .platform-specs ul li.platform-desc {
    padding-left: 7vw;
    padding-right: 0;
    border-right: 0;
    border-left: 1px solid var(--bs-primary-light);
  }
  .platform-specs ul li:nth-child(3) {
    padding-top: 40px;
  }
  .platform-specs ul li:nth-child(odd) {
    padding-left: 0;
  }
  #app[dir="rtl"] .platform-specs ul li:nth-child(odd) {
    border-right: 0;
  }
  .platform-specs ul li:nth-child(even) {
    padding-right: 0 !important;
    padding-left: 7vw;
  }
  #app[dir="rtl"] .platform-specs ul li:nth-child(even) {
    padding-right: 7vw !important;
    padding-left: 0;
    border-left: 0;
    border-right: 0;
  }
  .platform-specs ul li:first-child,
  .platform-specs ul li:nth-child(2) {
    padding-top: 0;
    border-top: none;
  }
  .platform-specs ul li:nth-child(3),
  .platform-specs ul li:nth-child(4) {
    padding-bottom: 0;
  }
  .platform-section#tiktok .platform-specs ul li:nth-child(2),
  .platform-section#google .platform-specs ul li:nth-child(2) {
    border-bottom: 1px solid var(--bs-primary-light) !important;
  }
  #app[dir="rtl"] .platform-specs ul li:nth-child(odd):not(:first-child) {
    padding-right: 0;
    padding-left: 7vw;
  }
  #app[dir="rtl"] .platform-specs ul li:nth-child(3) {
    border-left: 1px solid var(--bs-primary-light) !important;
  }
}

@media screen and (max-width: 768px) {
  .main-wrapper > section.hero-section.op-platforms {
    padding-bottom: 80px;
  }
  .op-platforms .hero-img img {
    margin: 30px auto 20px !important;
    width: 85%;
  }
  .op-platforms.ads-content .hero-img img {
    margin: 0 auto !important;
  }
  .op-platforms.hero-section .download-app-links {
    margin: 0;
  }
  .platform-stats img {
    width: 47px;
  }
  .platform-section ul li,
  .platform-section ul li.platform-desc,
  .platform-stats ul li:last-child {
    border-right: 0 !important;
    border-bottom: 0 !important;
    width: 100%;
  }
  .platform-stats h2 {
    margin-bottom: 0;
  }
  .platform-stat-num {
    font-size: 70px !important;
    line-height: 90px !important;
  }
  .platform-stat p {
    font-size: 16px;
    line-height: 24px;
  }
  .platform-specs ul li.platform-desc {
    padding-right: 0;
    margin-bottom: 45px;
  }
  #app[dir="rtl"] .platform-specs ul li.platform-desc {
    padding-left: 0;
    border-left: 0;
  }
  .platform-specs ul li:nth-child(even) {
    border-left: 0;
    padding-left: 0;
  }
  .platform-specs ul li + li {
    border-top: 1px solid var(--bs-primary-light) !important;
    padding-top: 50px;
    margin-top: 50px;
  }
  .platform-specs ul li + li:nth-child(2) {
    border-top: 0 !important;
  }
  .platform-specs ul li:not(.platform-desc):not(:nth-child(2)),
  #app[dir="rtl"] .platform-specs ul li:nth-child(even) {
    padding-right: 0 !important;
  }
  .platform-specs ul li:nth-child(2) {
    padding-bottom: 0;
  }
  .platform-section#tiktok .platform-specs ul li:nth-child(2),
  .platform-section#google .platform-specs ul li:nth-child(2) {
    border-bottom: 0 !important;
  }
  #app[dir="rtl"] .platform-specs ul li:nth-child(3) {
    border-left: 0 !important;
  }
}

/*=====================
  AD SPECS
=======================*/
.ads-content-section {
  padding: 130px 0;
}
.sticky-title {
  top: 10vh;
  position: sticky;
}
.ads-content-section .fs-3 {
  font-size: 30px !important;
  line-height: 35px !important;
  letter-spacing: var(--op-letter-spacing);
  font-weight: 500 !important;
}
#app[dir="rtl"] .ads-content-section .fs-3 {
  font-weight: 700 !important;
}
#app[dir="rtl"] .ads-content-section h2 {
  letter-spacing: 0;
}
.ads-content-section .fw-bold {
  font-weight: 500 !important;
}
#app[dir="rtl"] .ads-content-section .fw-bold {
  font-weight: 700 !important;
}
@media screen and (max-width: 1200px) {
  .ads-content-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sticky-title {
    position: static;
  }
  .ads-content-section .fs-3 {
    font-size: 21px !important;
    line-height: 30px !important;
    margin-bottom: 0 !important;
  }
}

/*=====================
  MODAL 
=======================*/
.modal-backdrop.show {
  display: none !important;
}
.modal-open .modal-backdrop.show {
  display: block !important;
}
.modal-open .modal.show {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 100%;
  border-radius: 0 !important;
  display: block !important;
  z-index: 9999999;
}
.modal.show .modal-dialog {
  /*max-width: 580px;*/
}
/*.modal-backdrop.show {
  display: none;
}*/
.modal-backdrop.fade {
  opacity: 0.2;
}
.modal-backdrop.show {
  opacity: 0.2;
  display: block;
}
body.modal-open .modal-backdrop.show + .modal-backdrop {
  display: none;
}
.modal-content {
  border-radius: var(--op-border-radius) !important;
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
  overflow: hidden;
}
.modal-header .btn-close {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
}
.modal-ebook-form .ebook-img {
  background: var(--bs-gray);
}
.modal-ebook-form .ebook-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/*#app[dir="rtl"] .modal-ebook-form  .ltr {
  direction: ltr;
  text-align: right;
}*/

@media screen and (max-width: 991px) {
  .modal-header .btn-close {
  }
  .modal-ebook-form .ebook-img img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .modal-ebook-form .ebook-img img {
    width: 60%;
  }
  .social-stats-proof-item {
    margin: 40px 0px;
  }
  .stats-proof-description {
    width: 80%;
    margin: auto;
  }
}

/*download section css*/
.download-btn {
  border: 1px solid var(--body-color);
  margin-right: 20px;
  align-items: center;
  padding: 5px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.download-btn span {
  font-size: 28px;
  line-height: 28px;
  margin-right: 15px;
  color: var(--bs-primary);
}
.download-btn p {
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  text-align: left;
}
.download-btn p small {
  opacity: 0.5;
  font-size: 11px;
}

/*404 css*/
.error-404 {
  margin-bottom: 30px;
  font-size: 180px;
  line-height: 0.889em;
}

/*======================
 FOOTER SECTION CSS
=======================*/
.main-wrapper > .footer-section {
  /* background: linear-gradient(
      107.83deg,
      rgba(0, 0, 0, 0) 29.19%,
      rgba(0, 0, 0, 0.23) 83.33%
    ),
    var(--bs-primary); */
  background: linear-gradient(
    180deg,
    var(--op-main-bg) 12.93%,
    var(--bs-primary-dark) 89.78%
  ) !important;
  border-radius: 30px 30px 0 0 !important;
  padding: 130px 0;
  position: relative;
}
.main-wrapper > .sp-footer {
  border-radius: 30px 30px 0 0 !important;
  margin-bottom: 0;
}
.open-intercom {
  position: fixed;
  border: none;
  /*position: absolute;*/
  z-index: 2147483004;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ff005c;
  background-image: url(/assets/img/intercom-logo.svg);
  background-size: 46%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  box-shadow:
    0 1px 6px 0 rgb(0 0 0 / 6%),
    0 2px 32px 0 rgb(0 0 0 / 16%);
  transition: all ease-in-out 1s;
  /*transition-delay: 0.75s;*/
}
.open-intercom span {
  display: none;
}
.open-intercom.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.footer-logo p {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 6px;
  /* margin-left: 12px; */
  margin-right: 16px;
  align-self: flex-end;
}
#app[dir="rtl"] .footer-logo p {
  /* margin-right: 12px; */
  margin-left: auto;
  font-family: var(--op-font-body);
}
.footer-subscribe {
  margin-top: 58px;
}
.footer-subscribe > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--bs-primary-light) !important;
  margin-bottom: 10px;
}
.footer-section .form-input {
  width: 100%;
  max-width: calc(90% - 158px);
}

.contact-us-form {
  position: relative;
}
.contact-us-form .form-error {
  /*  position: absolute;*/
  top: -5px;
  font-size: 14px !important;
  color: #dc3545 !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
.contact-us-form .btn {
  margin-top: 10px;
  margin-left: 0 !important;
}
.contact-us-form .op-loader {
  position: absolute;
  min-height: fit-content;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  background: rgb(0 0 0 / 10%);
  border-radius: 100%;
}
.survey-form .btn,
.footer-section .form .btn,
.contact-us-form .btn {
  background-image: url(/assets/img/logo-arrow.svg);
  background-repeat: no-repeat;
  background-position: 88% center;
  font-weight: 600;
  background-size: 14px;
  font-size: 16px;
  line-height: 14px;
  padding: 13px 50px 13px 21px !important;
  margin-left: 6px;
  width: fit-content;
}
.survey-form .btn {
  background-image: url(/assets/img/logo-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 88% center !important;
  background-size: 14px !important;
}
.op-survey .survey-form .choose-design {
  background-image: none !important;
  padding-right: 21px !important;
  display: inline-block !important;
  height: fit-content;
  margin-left: 0;
}
#app[dir="rtl"] .op-survey .survey-form .choose-design {
  padding-right: 21px !important;
}
.op-survey .survey-form .choose-design::after {
  width: 14px;
  height: 14px;
}
.survey-form .btn.btn-outline-primary,
.survey-form .btn-no-style {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: inline-block !important;
  margin-left: 0;
  height: fit-content;
}
.survey-form .btn.btn-outline-primary:hover {
  background: none;
  color: var(--op-link);
}
.op-survey .survey-form .btn-primary + .form-control.no-design,
.survey-form .btn.btn-outline-primary + .form-control.no-design {
  display: inline-block !important;
}
#app[dir="rtl"] .survey-form .btn,
#app[dir="rtl"] .footer-section .form .btn,
#app[dir="rtl"] .contact-us-form .btn {
  margin-left: auto;
  margin-right: 6px;
  padding: 13px 50px 13px 21px !important;
}
#app[dir="rtl"] #blackFridayFormModal .survey-form .btn,
#blackFridayFormModal .survey-form .btn {
  padding-right: 21px !important;
}
.modal-header .btn-close {
  font-size: 20px;
  background-image: url(/assets/img/close.svg);
}
.footer-section .form .btn[disabled] {
  opacity: 1;
  pointer-events: auto;
}
.footer-section .captcha {
  color: #cabbde;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
  margin-top: 5px;
}
.footer-section .captcha strong {
  font-weight: 500;
}
.footer-nav {
  margin-top: 38px;
}
.footer-nav a,
.footer-nav button {
  cursor: pointer;
  color: #fff !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  display: block;
  text-decoration: none;
  margin-bottom: 29px;
}
.footer-nav button {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
}
#app[dir="rtl"] .footer-nav a,
#app[dir="rtl"] .footer-nav button {
  font-weight: 700;
}
#app[dir="rtl"] .footer-nav button {
  text-align: right;
}
.footer-nav .col-md-7 > a,
.footer-nav .col-2 > a:last-child {
  margin-bottom: 0;
}
.footer-nav .footer-sub-nav p {
  color: var(--bs-primary-light);
  font-weight: 300;
  font-size: 10px;
  line-height: 29px;
  margin-bottom: 0;
}
.footer-nav .footer-sub-nav a {
  font-weight: 300;
  margin-bottom: 0;
}
#app[dir="rtl"] .footer-nav .footer-sub-nav a {
  font-weight: 400;
}
.footer-nav .footer-sub-nav ul {
  list-style: none;
}
.footer-social-list {
  margin-top: 9px;
  display: block;
}
#app[dir="rtl"] .footer-social-list {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.footer-social-list li {
  margin-left: 50px;
  margin-right: 0;
  display: inline-block;
}
.footer-social-list li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.copyright-text {
  position: absolute;
  right: 12px;
  bottom: 0;
}
#app[dir="rtl"] .copyright-text {
  right: auto;
  left: 12px;
  font-family: var(--op-font-body-arabic) !important;
}
#app[dir="rtl"] .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
.copyright-text p {
  font-weight: 300;
  font-size: 10px;
  line-height: 29px;
  color: var(--bs-primary-light);
}
.copyright-text a,
.copyright-text .cky-banner-element {
  font-weight: 500;
  font-size: 10px;
  line-height: 29px;
  color: #fff;
}
#app[dir="rtl"] .copyright-text p,
#app[dir="rtl"] .copyright-text a,
#app[dir="rtl"] .copyright-text .cky-banner-element {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--op-font-body-arabic) !important;
}
#app[dir="rtl"] .pricing-table th {
  text-align: right !important;
  vertical-align: baseline !important;
}
/*.offcanvas-backdrop {
  overflow-y: auto !important;
}*/
.offcanvas-backdrop::before {
  display: none;
}
.privacy-policy-content strong {
  font-weight: 600;
}
.privacy-policy-content ul {
  padding-left: 3rem !important;
}
.privacy-policy-content li {
  margin-bottom: 1rem;
}
.privacy-policy-content ul ul {
  margin-top: 1rem;
}
.privacy-policy-content a {
  color: #0000ee;
}
/* Temporary - remove when the this page is translated to AR */
#app[dir="rtl"] .privacy-policy-content {
  direction: ltr;
  font-family: var(--op-font-body);
  font-weight: 300;
  font-size: 16px;
}
#app[dir="rtl"] .privacy-policy-content strong {
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .main-wrapper > .footer-section {
    padding: 113px 0;
  }
  .footer-logo img {
    width: 208px;
    height: auto;
  }
  .footer-logo p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .footer-subscribe {
    margin-top: 64px;
  }
  .footer-section .form-input {
    max-width: calc(100% - 158px);
  }
  .footer-nav,
  .footer-social {
    margin-top: 68px;
  }
  .footer-social-list li {
    margin-left: 20px;
  }
  .footer-social-list li:first-child {
    margin-left: 0;
  }
  .footer-social-list li a {
    font-size: 24px;
  }
  .copyright-text {
    position: static;
  }
}
@media screen and (max-width: 991px) {
  .op-survey .survey-form .choose-design {
    margin-bottom: 15px;
    width: 100%;
    font-size: 14px;
    padding: 15px !important;
  }
  .op-survey .survey-form .choose-design::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main-wrapper > .footer-section {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .footer-logo img {
    width: 169px;
  }
  .footer-logo p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 3px;
  }
  .footer-subscribe > p {
    color: #fff;
  }
  .footer-subscribe {
    margin-top: 72px;
  }
  .footer-section .form-input {
    max-width: 100%;
  }
  .footer-section .form .btn {
    margin-left: 0;
    margin-top: 13px;
  }
  .footer-nav,
  .footer-social {
    margin-top: 85px;
  }
  .copyright-text {
    margin-top: 70px;
    text-align: center;
  }
}

/* Optimize Override Style */
.navbar-brand img.logo-white,
.navbar-brand img.logo-color,
.coming-soon-section .logo-white,
.logo-white,
.logo-color {
  width: 82px;
}
.footer-single-col .logo-white,
.footer-single-col .logo-color {
  width: 223px;
}
.sign-up-in-section .logo-white {
  margin: 0 auto;
}

.price-feature-col .logo-white,
.price-feature-col .logo-color {
  display: inline-block;
}

.icon-content h3 {
  color: var(--bs-secondary) !important;
}
#app[dir="rtl"] .icon-content h3 {
  font-family: var(--op-font-body-arabic);
}

@media screen and (max-width: 991px) {
  .navbar-brand img.logo-white,
  .navbar-brand img.logo-color,
  .coming-soon-section .logo-white,
  .logo-white,
  .logo-color {
    width: 69px;
  }

  .navbar-brand p {
    font-size: 11px !important;
    /* margin-left: 12px; */
  }
}

@media screen and (max-width: 768px) {
}

/* Quote */
.quote-section {
  background: #fff;
}
#app[dir="ltr"] .quote-section .display-1 {
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .quote-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .quote-section .display-1 {
    font-size: calc(1.475rem + 2.7vw);
  }

  #app[dir="ltr"] .quote-section .display-1 {
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.4em;
  }
}

/* Winning Ads */
.feature-img-wrap h6 {
  font-family: var(--op-font-body);
}

#app[dir="rtl"] .img-fluid.me-3 {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}

/*#app[dir='rtl'] .me-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}*/

/* PDF */
.op-pdf-section {
  min-height: 100vh;
}

.op-pdf-viewer {
  width: 100%;
  min-height: calc(100vh - 96px) !important;
  display: block !important;
  overflow: hidden;
}

.op-pdf-viewer iframe {
  width: 100%;
  height: calc(100vh - 96px) !important;
}

@media screen and (max-width: 991px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
  .app-overview-video img {
    max-width: 60%;
  }
  .clients-logo > div {
    height: fit-content;
  }
  .app-intro .icon-box i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #app[dir="rtl"] .icon-box.me-4 {
    margin-left: 1rem !important;
  }
  #app[dir="ltr"] .icon-box.me-4 {
    margin-right: 1rem !important;
  }
  .app-overview-content {
    padding: 0 !important;
  }
  .app-overview-content p {
    font-size: 1rem;
  }
  .as-solution .section-heading {
    margin-bottom: 40px !important;
  }
  .resources .section-heading,
  .resources .text-end {
    text-align: left !important;
  }
  html[lang="ar"] .resources .section-heading {
    text-align: center !important;
  }
  .carousel-control-prev {
    transform: translateX(-50%);
  }
  .carousel-control-next {
    transform: translateX(50%);
  }
  .op-menu-desc {
    max-width: calc(100% - 40px);
  }
}

.mt-neg {
  margin-top: -2px;
}

.reaptcha {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

/* Collapse */
.collapse.show {
}

.collapse + .btn .content-open,
.collapse.show + .btn .content-close {
  display: none;
}

.collapse.show + .btn .content-open,
.collapse + .btn .content-close {
  display: block;
}

.refund-iframe {
  height: max-content;
}

/*=====================
  Pricing PAGE
=======================*/
.main-wrapper > section.op-pricing > .container {
  padding-top: 98px;
  padding-bottom: 98px;
}
.consult-container {
  border-radius: 30px;
  display: flex;
  flex-direction: row;
}
.consult-content-container {
  padding-top: 130px;
  padding-left: calc(6vw - 10px);
  padding-bottom: 85px;
  width: 50%;
  padding-right: 60px;
}
.position-relative.p-0 .consult-content-container {
  width: 100%;
}
.consult-content-container p strong {
  font-weight: 500;
}
.consult-buttons {
  display: flex;
  flex-direction: row;
}
.consult-btn-link {
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 4px;
  margin-top: 45vh;
}
.price3-image {
  height: 100%;
  object-fit: cover;
}
.pricing3-image {
  width: 50%;
}
.pricing-type-container > div {
  width: 50%;
}
.pricing-container-left {
  border-radius: 30px;
  border-bottom-right-radius: 0;
  margin-right: 4px;
  padding-left: calc(6vw - 10px);
  overflow: hidden;
}
#app[dir="rtl"] .pricing-container-left {
  border-bottom-right-radius: var(--op-border-radius);
  border-bottom-left-radius: 0;
  margin-right: 0;
  margin-left: 4px;
}
.pricing-container-right {
  margin-left: 4px;
  border-radius: var(--op-border-radius);
  border-bottom-left-radius: 0;
  padding-left: calc(6vw - 10px);
  overflow: hidden;
}
#app[dir="rtl"] .pricing-container-right {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: var(--op-border-radius);
  margin-right: 4px;
  margin-left: 0;
}
.pricing-button {
  margin-top: 10vh;
}

.w-150 {
  width: 150% !important;
}
.ml-min-5 {
  margin-left: -50px !important;
}
#app[dir="rtl"] .ml-min-5 {
  margin-right: -50px !important;
}
.pricing-table-section {
  /* padding-top: 20px;
  padding-bottom: 20px; */
}
.pricing-table th {
  font-size: 21px;
  padding: 20px;
}
.pricing-table th h3 {
  font-size: 50px;
}
.pricing-table th p {
  font-size: 18px;
  max-width: 200px;
}
.pricing-table td {
  font-size: 21px;
  line-height: 1.4em;
  padding: 20px;
}
.pricing-table tr.border-bottom {
  border-color: #000 !important;
}
.pricing-table tr.border-bottom.lighter,
.pricing-table td.border-bottom {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.pricing-table strong {
  font-weight: 500;
}
.pricing-table .btn {
  margin-left: 0 !important;
}
.pricing-indicator {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: block;
  margin: 10px 0 10px 5vw;
}
.pricing-indicator.lite {
  background: var(--bs-primary);
}
.pricing-indicator.plus {
  background: var(--op-link);
}
.table-note {
  font-size: 16px;
  max-width: 50%;
}
.table-note strong {
  font-weight: 500;
}

@media screen and (max-width: 1380px) {
  .consult-content-container {
    width: 60%;
    padding-right: 50px;
  }

  .pricing3-image {
    width: 40%;
  }
}

@media screen and (max-width: 1200px) {
  .pricing-container {
  }
  .pricing-type-container {
    flex-direction: row;
  }
  .consult-content-container {
    width: 100%;
    padding: 80px calc(10vw - 10px);
  }
  .price3-image {
    height: 100%;
    object-fit: cover;
  }
  .pricing3-image {
    height: auto;
    width: 100%;
  }
  .consult-buttons {
    flex-direction: column;
  }
  .main-wrapper > section.op-pricing-table-section > .container {
    padding: 0 20px;
  }
  .pricing-type-container > div {
    padding-bottom: 205px !important;
    position: relative;
  }
  .pricing-button {
    margin-top: 40px;
  }
  .pricing-type-container .pricing3-image {
    position: absolute;
    width: 100%;
    height: 205px;
    bottom: 0;
    left: 0;
  }
  .pricing-type-container .pricing3-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .main-wrapper > section.op-pricing > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pricing-table-section {
    padding: 0px 0px;
  }
  .pricing-plan-card {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .pricing-table .td-mw {
    max-width: 90px;
    display: block;
  }
  .pricing-table th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px;
  }

  .pricing-table th h3 {
    font-size: 21px;
    transform: rotate(-90deg) translateY(-50%);
    text-align: left;
    margin-bottom: 0;
  }
  #app[dir="rtl"] .pricing-table th h3 {
    transform: rotate(90deg) translateY(-50%);
  }
  .pricing-table th p {
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 80px;
    font-size: 10px;
    line-height: 1.4em;
  }
  .pricing-table th,
  .pricing-table td {
    font-size: 14px;
    line-height: 1.4em;
    padding: 0 10px 10px 0;
  }
  .pricing-table thead th {
    padding-bottom: 0;
  }
  .pricing-table td .fs-6 {
    font-size: 12px !important;
    line-height: 1.2em !important;
  }
  .pricing-table th,
  .pricing-table tr.pt td {
    padding-top: 10px;
  }
  .table-note {
    font-size: 14px;
    max-width: 100%;
  }
  .pricing-indicator {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin: 5px 0 10px 5vw;
  }
  .pricing-table .btn {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .pricing-type-container {
    flex-direction: column;
  }
  .consult-buttons {
    flex-direction: column;
  }
  .consult-container {
    flex-direction: column;
  }
  .pricing-container-left {
    border-bottom-left-radius: 0;
    margin: 0 0 6px;
    margin-left: 0;
    margin-right: 0;
  }
  .pricing-container-right {
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pricing-type-container > div {
    width: 100%;
    padding-bottom: 0 !important;
  }
  .pricing-type-container .pricing3-image {
    position: static;
  }
  .consult-content-container {
    padding: 80px 40px;
    width: 100%;
  }
  .price3-image {
    width: 100%;
    object-fit: cover;
    /*border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;*/
  }
  .pricing3-image {
    width: 100%;
  }
  .consult-btn-link {
    margin-top: 4px;
  }
}

/* Contact Us Location  */
.location-outer-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.location-container {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 2px 0px;
  width: 49.85%;
  word-wrap: break-word;
  float: left;
  overflow: hidden;
}
.location-container-content {
  border-radius: 30px;
  padding: 70px;
}

.location-container:first-child {
  border-bottom-right-radius: 0px;
}

.location-container:nth-child(2) {
  border-bottom-left-radius: 0px;
}

.location-container:nth-child(3) {
  border-top-right-radius: 0px;
}
.location-container:nth-child(4) {
  border-top-left-radius: 0px;
}

.location-image-container {
  /* width: 50%; */
  position: relative;
}
.location-image-container img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.dropdown-location-container {
  min-height: 728px;
  color: #fff;
}
.dropdown-selector {
  border-radius: 8px;
  width: 100% !important;
}
.select-country-label {
  margin-right: 10px;
  font-size: 21px;
}
.advantage-content .select-form {
  font-size: 21px;
}

.london-img {
  border-bottom-right-radius: 0px !important;
}
.riyadh-img {
  border-top-right-radius: 0px !important;
}
/* .location-img:nth-of-type(1) {
  border-top-right-radius: 20px;
} */

@media screen and (max-width: 1024px) {
  .location-container-content {
    padding: 80px calc(10vw - 10px);
  }
  .location-container {
    width: 49%;
    flex-direction: column;
    height: 100%;
  }
  .location-image-container {
    width: 100%;
    height: 16vh;
  }
  .location-image-container img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .location-img {
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .location-container:first-child {
    border-bottom-right-radius: 30px;
  }

  .location-container:nth-child(2) {
    border-bottom-left-radius: 30px;
  }

  .location-container:nth-child(3) {
    border-top-right-radius: 30px;
  }
  .location-container:nth-child(4) {
    border-top-left-radius: 30px;
  }
  .select-country-label,
  .advantage-content .select-form {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .location-container-content {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
  .location-container {
    width: 100%;
    height: unset;
    flex-direction: column;
  }
  .location-image-container {
    width: 100%;
    height: 185px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .location-img {
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .dropdown-location-container {
    /* height: 125vh; */
    padding: 30px 20px 60px;
  }
}
select .input-contact-us {
  background-image: url(../img/dropdown-arrow.svg);
  width: 100% !important;
  padding-right: 1.75rem !important;
}
.input-contact-us {
  background-color: rgba(26, 25, 25, 0.2);
  color: white;
  width: 49%;
}
.input-contact-us:focus {
  background-color: rgba(26, 25, 25, 0.2);
  color: white;
  border: 0px;
}

.contact-message {
  width: 100% !important;
}
.captcha-contact {
  text-align: left !important;
  font-size: 10px;
}
#app[dir="rtl"] .captcha-contact {
  text-align: right !important;
}
.button-contact-us:disabled {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .input-contact-us {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .input-contact-us {
    width: 100%;
  }
}

/* Blog */
.op-blog-content {
  padding: 115px 0;
}
.blog-title,
.blog-content h2,
.blog-content h3,
.blog-content p,
.blog-recommendation {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.op-blog .blog-category-title {
  line-height: 100%;
  font-size: 40%;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: var(--op-letter-spacing);
  display: block;
}
.blog-content p {
  font-size: 19px;
  line-height: 1.4211;
  font-weight: 300;
  margin-bottom: 1.4em;
}
.blog-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.blog-content h2 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 24px;
}
.blog-content h3 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 21px;
}
.blog-recommendation a {
  text-decoration: none;
}
.blog-recommendation h2 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 24px;
}
.blog-recommendation h3 {
  font-size: 21px;
}
.blog-recommendation img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 10px;
}
.blog-recommendation p {
  color: var(--body-color);
}
.blog-cat {
  font-weight: 700;
  font-size: 14px;
  color: #777 !important;
  margin: 0 0 5px;
}
.blog-reco .blog-cat {
  margin-top: 10px;
}
.blog-reco {
  list-style: none;
}
.blog-reco li + li {
  border-top: 1px solid #ddd;
  margin-top: 25px;
  padding-top: 25px;
}
.op-blog-img {
  position: relative;
}
.op-blog-img > div.advantage-content {
  width: 55%;
}
.op-blog-img > div.advantage-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
}
#app[dir="rtl"] .op-blog-img > div.advantage-img {
  right: auto;
  left: 0;
}
.op-blog-img > div.advantage-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.advantage-grid-content.blog .advantage-content h2 {
  font-size: 44px;
}
.advantage-col:nth-child(3) .advantage-grid-content.blog {
  border-bottom-right-radius: 0 !important;
}
.advantage-col:nth-child(4) .advantage-grid-content.blog {
  border-bottom-left-radius: 0 !important;
}
.advantage-col:nth-child(5) .advantage-grid-content.blog {
  border-top-right-radius: 0 !important;
}
.advantage-col:nth-child(6) .advantage-grid-content {
  border-top-left-radius: 0 !important;
}
.op-blog-menu {
  list-style: none;
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.op-blog-menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.3s;
  color: var(--op-text-dark);
  font-size: 18px;
}
.op-blog-menu a:hover,
.op-blog-menu .active a {
  background: rgba(255, 255, 255, 0.4);
}
.op-blog-menu .active a {
  color: var(--bs-primary);
}
.op-blog-survey {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.op-blog-survey p,
.op-blog-survey label,
.op-blog-survey .btn {
  font-size: 16px;
}
.btn-simple {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  padding: 10px;
  min-width: 80px;
  font-size: 16px !important;
  text-align: center;
  margin-left: 10px;
}
.op-blog-survey textarea {
  height: 100px;
}
.form-floating > label {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .op-blog-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .op-blog .container {
    max-width: 78vw !important;
  }
  .op-blog .lead {
    font-size: 21px;
  }
  .blog-title,
  .blog-content h2,
  .blog-content h3,
  .blog-content p,
  .blog-recommendation {
    width: 100%;
  }
  .op-blog .blog-category-title {
    font-size: 21px;
  }
  .blog-content p {
    font-size: 17px;
  }
  .blog-content h2 {
    font-size: 21px;
  }
  .blog-content h3 {
    font-size: 19px;
  }
  .advantage-grid-content.op-blog-img,
  .advantage-grid-content.op-video-content {
    padding: 0;
  }
  .op-blog-img > div.advantage-content {
    width: 100%;
    padding: 60px 40px;
  }
  .op-video-content > div.advantage-content {
    width: 100%;
    padding: 40px 40px 270px;
    position: relative;
  }
  .op-blog-img > div.advantage-img,
  .op-video-content > div.advantage-img {
    position: static;
    width: 100%;
    height: fit-content;
  }
  .advantage-grid-content.blog .advantage-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .op-blog-menu {
    border-left: none;
    display: none;
    position: absolute;
    width: calc(100% - 25px);
    background: #e8e8e8;
    box-shadow: -10px 15px 20px 0px rgb(0 0 0 / 10%);
  }
  .op-blog-menu a {
    font-size: 16px;
  }
  .op-blog-menu.open {
    display: block;
  }
  .op-blog-menu.close {
    display: none;
  }
  .op-blog-menu-toggle {
    background: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    text-align: right;
    padding: 10px 0 10px 20px;
    position: relative;
    font-size: 16px;
    color: var(--op-text-dark);
  }
  .op-blog-menu-toggle .fas {
    position: absolute;
    left: 0;
    top: 10px;
  }
  .op-insights p,
  .op-insights ul,
  .op-insights table {
    font-size: 18px;
  }
  .op-blog-phone img {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .demo-call-container {
    max-width: 100%;
  }
  .op-blog .container {
    /*    padding: 0 !important;*/
  }
  .blog-cat {
    font-size: 12px !important;
  }
  .blog-recommendation h3 {
    font-size: 18px;
  }
  .blog-recommendation p {
    font-size: 14px;
  }
  .blog-recommendation picture {
    overflow: hidden;
    z-index: 0;
    position: relative;
    width: 100%;
  }
  .blog-recommendation img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

/*  Salla  */

.salla-right {
  background-color: #5410bf;
  padding-left: 40px;
  padding-right: 40px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.salla-right[dir="rtl"] {
  font-family: var(--op-font-arabic);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.salla-head-text {
  color: #d9d9d9;
  font-size: 40px;
  font-family: "Poppins";
  padding-top: 100px;
}

.salla-head-text[dir="rtl"] {
  font-family: var(--op-font-arabic);
  font-weight: 800;
}

.salla-left {
  background-color: #f5f6fa;
  padding: 20px 60px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 550px;
}

.salla-left[dir="rtl"] {
  font-family: var(--op-font-arabic);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.mobile-image-salla {
  width: 100%;
  height: 100%;
}
.salla-main-container {
  background-color: #ffffff;
  flex: 1;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
}

.salla-main-inner-container {
  justify-content: center;
  border-radius: 30px;
}

.salla-small-head {
  color: #000000;
  font-size: 20px;
  margin-top: 5px;
}

.salla-small-descp {
  margin-top: 5px;

  /* Which of your OptimizeApp businesses would you like to link to this Salla store? */

  /* Text/Base/Regular */
  /* font-family: "Poppins"; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* or 26px */
  text-align: center;

  color: #000000;
}
.salla-small-subdescp {
  color: #5410bf;
}
.salla-link {
  color: #5410bf;
  text-decoration: underline;
  font-size: 12px;
  text-align: left;
  border: none;
  background: transparent;
  cursor: pointer;
}
.salla-link:disabled {
  color: rgb(196, 170, 236);
}

.salla-purple-button {
  background-color: #5410bf;
  color: #ffffff;
  font-size: 14px;
  border: none;
  padding: 16px 10px;
  width: 100%;
  border-radius: 6px;
}
.salla-purple-button:disabled,
.salla-purple-button[disabled] {
  background-color: #b9bac6;
  /* Gray/100 */
  color: #fcfcfd;
}

.salla-form {
  width: 100%;
  padding-bottom: 16px;
}

.salla-white-button {
  width: 100%;
  padding: 16px 10px;
  background-color: #fcfcfd;
  border: 1px solid #d7d9ea;
  border-radius: 6px;
  /* font-family: "Poppins"; */
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #5410bf;
}

.salla-no-account-text {
  /* Text/Base/Regular */

  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  text-align: center;

  /* Text/Body/Light */
  color: #425466;
  padding-top: 40px;
}
.salla-social-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.salla-social-button {
  /* Frame 6055 */

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 12px;
  margin-top: 15px;
  margin-bottom: 5px;

  width: 47%;

  /* Theme/Gray/100 */
  background: #fcfcfd;
  /* Theme/Gray/400 */
  border: 1px solid #d7d9ea;
  border-radius: 8px;

  /* Text/Base/SemiBold */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  /* Theme/Dark/Default */
  color: #16192c;
  font-family: "Poppins";
}

.salla-social-button-img {
  margin-right: 10px;
  margin-left: 10px;
}

.salla-form-div {
  width: 100%;
  margin: 10px 0px;
}
.salla-form-label {
  /* Forms/Label */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
  color: #27272e;
}

.salla-form-input-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.salla-form-input-icon {
  position: absolute;
  right: 10px;
}
.salla-form-input-icon[dir="rtl"] {
  left: 10px;
  right: unset;
}
.salla-form-input {
  /* InputContainer */

  box-sizing: border-box;
  font-size: 14px;
  color: #27272e;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  font-weight: 400;
  align-items: center;
  padding: 0px 12px;

  /* Surface/Primary */
  background: #ffffff;
  /* Gray/400 */
  border: 1px solid #d7d9ea;
  border-radius: 6px;
  width: 100%;
  height: 48px;
}

.salla-other-signin-div {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  justify-content: space-between;

  /* Text/Base/Regular */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  /* Text/Body/Light */
  color: #425466;
}
.salla-other-signin-div img {
  width: 35%;
}

.salla-select-business {
  /* Account Selector */

  box-sizing: border-box;

  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;

  /* Theme/White/Default */
  background: #ffffff;
  /* Theme/Gray/300 */
  border: 1px solid #ebecf4;
  border-radius: 8px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

.salla-select-business-initial {
  /* Theme/Primary/Default */
  background: #5410bf;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.005em;

  /* Theme/White/Default */
  color: #ffffff;
}

.salla-select-business-inner-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
}

.salla-select-business-name {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #27272e;
}

.salla-select-business-category {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #27272e;
}

.salla-business-list {
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding-bottom: 20px;
}

.business-select-div {
  width: 35%;
}

.salla-selected-business-icon {
  margin-left: auto;
}

.green-text {
  color: #219156;
}

.salla-new-password {
  width: 60%;
}

.signup-pink {
  /* width: 370px; */
  /* height: 48px; */
  display: flex;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  /* align-self: stretch; */
  border-radius: 6px;
  border: none;
  background-color: #ffffff;
  /* background-color: var(--Hot-Pink, #ff005c) !important; */
  /* background-image: url(/assets/img/logo-arrow.svg);
  background-repeat: no-repeat;
  background-position: 58% center;
  font-weight: 600;
  background-size: 14px; */
  /* padding: 13px 50px 13px 21px !important; */
  /* margin-left: 6px; */
  /* width: fit-content; */
  color: var(--Greys-White, #5410bf) !important;
  -webkit-text-fill-color: #5410bf !important;

  /* Button/Base */
  font-size: 16px;
  font-weight: 600;
}
.font-bold {
  font-weight: 600 !important;
}
.signup-pink:disabled {
  background-color: var(--Hot-Pink, #ff005c78);
}
.signup-success {
  color: #219156;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.password-strength-innerdiv {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}
.password-strength-innerdiv p {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* Theme/Gray/600 */
  color: #8c8ea1;
}

.paassword-strength-div {
  padding-bottom: 40px;
}

.salla-input-error {
  /* Input/Small */
  font-style: normal;
  font-weight: 500;
  font-size: 12px;

  /* Semantic/Danger/Danger-500 */
  color: #d5474c;
  margin-top: 12px;
}

.loader-button-salla {
  margin-left: 15px;
}
.salla-language-change {
  cursor: pointer;
  font-family: var(--op-font-arabic);
  font-size: 12px;
}
.salla-language-change[dir="rtl"] {
  font-family: "Poppins";
  font-size: 12px;
}

.stats-proof-title {
  font-size: 96px;
  font-weight: 800;
}

.stats-proof-description {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0px;
}

@media (max-width: 840px) {
  .salla-main-container {
    padding: 20px 20px;
  }

  .salla-main-inner-container {
    /* flex-direction: column !important; */
  }

  .salla-left {
    /* padding: 20px 20px 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%; */
  }
  .salla-right {
    /* border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0px;
    padding-left: 10px;
    padding-right: 10px; */
  }
  .salla-other-signin-div {
    font-size: 10px;
  }
  .business-select-div {
    /* width: auto; */
  }
  .salla-head-text {
    /* padding-top: 50px;
    padding-left: 20px; */
  }
}
@media (max-width: 500px) {
  .salla-main-container {
    height: auto !important;
    padding: 0px;
  }

  .salla-main-inner-container {
    flex-direction: column !important;
  }

  .salla-left {
    padding: 20px 20px 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
  }
  .salla-right {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .salla-other-signin-div {
    font-size: 12px;
  }
  .business-select-div {
    width: auto;
  }
  .salla-head-text {
    padding-top: 50px;
    padding-left: 20px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.codinfox-changing-keywords {
  /* vertical-align: top; */
  overflow: hidden;
  /* height: 20px; */
  /* position: relative; */
  /* display: inline-block; */
  /* width: 250px; */
}
.hidden {
  position: absolute;
  /* top: 20px; */
  /* display: inline-block; */
  /* width: 250px; */
  opacity: 0;
  animation: slideme 16s infinite;
  display: none;
  /* animation-duration: 3s; */
  animation-timing-function: linear;

  /* transition: all 0.5s ease-in-out; */
}
.hidden:nth-child(1) {
  animation-delay: 4s;
  display: inline-block;

  /* background-color: red !important; */
}
.hidden:nth-child(2) {
  animation-delay: 8s;
  display: inline-block;
  /* background-color: yellow !important; */
}
.hidden:nth-child(3) {
  animation-delay: 12s;
  display: inline-block;
  /* background-color: pink !important; */
}

.hidden:nth-child(4) {
  animation-delay: 16s;
  display: inline-block;
  /* background-color: black !important; */
}
@keyframes slideme {
  from {
    left: -200px;
    opacity: 0.5;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}

.home-hero-slider-div {
  margin-top: -120px;
}
.bg-gradient-link {
  background: var(--op-link) !important;
  padding: 0px 6px 0px 3px !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  /* width: 450px !important; */
  position: relative;
  height: 100px;
  display: block;
  overflow: hidden;
  bottom: -105px;
  width: 80%;

  /* color: var(--op-link); */
}
#app[dir="rtl"] .bg-gradient-link {
  width: 113%;
}

@media screen and (max-width: 1200px) {
  .home-hero-slider-div {
    margin-top: -60px;
  }
  .bg-gradient-link {
    font-size: 46px !important;
    bottom: -45px;
    height: 50px;
    width: 100%;
  }
  #app[dir="rtl"] .bg-gradient-link {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero-slider-div {
    margin-top: -50px;
  }
  .bg-gradient-link {
    font-size: 46px !important;
    bottom: -45px;
    height: 50px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .home-hero-slider-div {
    margin-top: -30px;
  }
  .bg-gradient-link {
    font-size: 36px !important;
    bottom: -45px;
    height: 50px;
    width: 90%;
  }
  #app[dir="rtl"] .bg-gradient-link {
    width: 100%;
  }
}

.animation {
  height: 150px;
  overflow: hidden;
  /* margin-left: 1rem; */
}

.animation > span > span {
  /* padding: 0.25rem 0.75rem; */
  height: 2.81rem;
  /* margin-bottom: 2.81rem; */
  /* display: inline-block; */
}

.animation span:first-child {
  /* animation: text-animation 8s infinite; */
}

/* @keyframes text-animation {
  0% {
    margin-top: 0;
  }
  10% {
    margin-top: 0;
  }
  20% {
    margin-top: -20px;
  }
  30% {
    margin-top: -40px;
  }
  40% {
    margin-top: -60px;
  }
  60% {
    margin-top: 60px;
  }
  70% {
    margin-top: 40px;
  }
  80% {
    margin-top: 20px;
  }
  90% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
} */

/**SIgn UP CSS starts here */
.container-without-padding {
  padding-top: 0px !important;
}
.signup-block {
  display: flex;
  /* width: 450px; */
  padding: 40px;
  flex-direction: column;
  /* justify-content: center;
   */
  /* align-items: center; */
  justify-content: flex-start;
  height: 100%;
  gap: 10px;
  border-radius: 24px;
  background: var(--Theme-White-Translucent, rgba(255, 255, 255, 0.7));

  /* Shadow/shadow-lg */
  box-shadow:
    0px 10px 16px 0px rgba(20, 37, 63, 0.06),
    0px 0px 1px 0px rgba(12, 26, 75, 0.1);
}

.signup-title-text {
  color: #6a11da;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
  /* text-align: left; */
  margin-bottom: 0px;
}
.signup-pink {
  /* width: 370px; */
  /* height: 48px; */
  display: flex;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  /* align-self: stretch; */
  border-radius: 6px;
  border: none;
  background-color: #ffffff;
  /* background-color: var(--Hot-Pink, #ff005c) !important; */
  /* background-image: url(/assets/img/logo-arrow.svg);
  background-repeat: no-repeat;
  background-position: 58% center;
  font-weight: 600;
  background-size: 14px; */
  /* padding: 13px 50px 13px 21px !important; */
  /* margin-left: 6px; */
  /* width: fit-content; */
  color: var(--Greys-White, #5410bf) !important;
  -webkit-text-fill-color: #5410bf !important;

  /* Button/Base */
  font-size: 16px;
  font-weight: 600;
}
.font-bold {
  font-weight: 600 !important;
}
.signup-pink:disabled {
  background-color: var(--Hot-Pink, #ff005c78);
}
.signup-pink-without-arrow {
  /* width: 370px; */
  height: 48px;

  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  border: none;
  background-color: var(--Hot-Pink, #ff005c);
  /* width: fit-content; */
  color: var(--Greys-White, #fff);
  width: 100%;
  /* Button/Base */
  font-size: 14px;
  font-weight: 600;
}
.signup-pink-without-arrow:disabled {
  background-color: var(--Hot-Pink, #ff005c78);
}
.signup-or-text {
  color: var(--Text-Heading-Dark, #27272e);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  width: 35%;
}

@media screen and (max-width: 768px) {
  .signup-or-text {
    width: 80%;
  }
  .subdescp-thankyoutext {
    font-size: 22px !important;
  }
}
.signup-already {
  color: #1a1919;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.signup-purple {
  width: 100%;
  display: flex;
  height: 48px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--Theme-Gray-400, #d7d9ea);
  background: var(--Theme-Primary-Default, #5410bf);
  color: var(--Greys-White, #fff);

  /* Button/Base */
  font-size: 14px;
  font-weight: 600;
}
.signup-policy {
  color: #1a1919;
  text-align: center;
  font-size: 12px;

  font-weight: 300;
  /* line-height: 29px; 241.667% */
  span {
    text-decoration-line: underline;
  }
}

.subdescp-thankyoutext {
  color: var(--Purple-tint, #6a11da);
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  margin: 24px 40px;
}

.signup-back-btn {
  /* display: flex; */
  padding: 10px;
  /* align-items: flex-start; */
  /* gap: 10px; */
  border-radius: 6px;
  background: var(--Theme-Gray-400, #d7d9ea);
  cursor: pointer;
}

.ml-8 {
  margin-left: 8px;
}

.signup-otp-text {
  color: #1a1919;
  font-size: 14px;
  font-weight: 400;
}

input.salla-form-input::placeholder {
  color: #8c8ea1 !important;
}
.input-code-box {
  margin: 0px 5px !important;
  display: flex;
  width: 42px !important;
  height: 48px !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid var(--Gray-400, #d7d9ea);
  background: var(--Theme-White-Translucent, rgba(255, 255, 255, 0.7));
}
@media screen and (max-width: 768px) {
  .container-without-padding {
    padding: 0px !important;
    .hero-content-wrap {
      padding: 0px 40px !important;
      h1 {
        font-size: 45px !important;
        line-height: normal !important;
        text-align: center;
      }
    }
  }
  .signup-block {
    padding: 20px 40px;
  }
  .stats-proof-title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
  .signup-block {
    width: 100vw;
    height: 100%;
    justify-content: flex-start;
  }
  .signup-ad-hero {
    align-items: flex-start !important;
  }
  .radio-out-option-container {
    max-height: 170px;
    overflow: scroll;
  }
}

.loading-input-spinner {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
}

.w-48 {
  width: 48% !important;
}

.disabled-grey {
  background-color: #b9bac6 !important;
}

.shopify-login-modal {
  .modal-content {
    padding: 20px;

    border-radius: 6px !important;
  }
}

.timer-otp {
  color: #1a1919;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: center;
}

.salla-form-input:disabled {
  opacity: 0.5 !important;
}

.otp-method-card {
  display: flex;
  height: 64px;
  padding: 0px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--Gray-400, #d7d9ea);
  background: var(--Surface-Primary, #fff);
}

.otp-method-label {
  flex: 1;
  color: #1a1919;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin: 0px;
  cursor: pointer;
}

.info-text-label {
  color: #1a1919;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: left;
}

.info-text-description {
  color: #1a1919;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
}
.info-text-description[aria-disabled="true"] {
  color: #1a191980;
}
.business-status-block {
  padding: 10px;
  background-color: #e5e7ff;
  border-radius: 6px;
}

.business-info-verification {
  color: #6a11da;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.welcome-name-text {
  color: #1a1919;
  font-size: 45px;
  font-weight: 300;
  width: 80%;
  text-align: center;
  margin-bottom: 20px;
}

.congrats-text {
  color: #6a11da;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
  width: 90%;
}

.short-link-text {
  color: #1a1919;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
  width: 80%;
}

.padding-bottom-big {
  padding-bottom: 40px;
}

.block-review {
  border-radius: 12px;
  border: 4px solid #5d10bf;
  padding: 30px;

  font-size: 40px;
  font-weight: 500;
  line-height: 45px; /* 121.429% */
  letter-spacing: -1.8px;
}

.block-review-reject {
  border-radius: 12px;
  border: 4px solid #ff005c;
  padding: 30px;

  p {
    color: #ff005c !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    line-height: 45px !important; /* 121.429% */
    letter-spacing: -1.8px !important;
    margin-bottom: 0px;
    -webkit-text-fill-color: #ff005c !important;
  }
}

.rotate-180deg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .block-review {
    display: none;
  }
  .block-review-reject {
    border-radius: 12px;
    border: 2px solid #ff005c;
    padding: 12px;
    margin-bottom: 10px;
    p {
      color: #ff005c !important;
      font-size: 18px !important;
      font-weight: 500 !important;
      line-height: 35px !important; /* 121.429% */
      letter-spacing: -0.72px !important;
      margin-bottom: 0px;
      -webkit-text-fill-color: #ff005c !important;
    }
  }
  .welcome-name-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
  }

  .congrats-text {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
  }

  .short-link-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    width: 100%;
  }
}

.PhoneInputInput {
  height: 100%;
  border: none;
}
/**SIgn UP CSS ends here */

.signup-ad-hero {
  height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px !important;
}

.question-text {
  color: #1a1919;
  font-size: 18px;
  font-weight: 500;
}

.img-question-signup {
  width: 180px;
  /* height: 100%; */
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
.img-big {
  width: 330px;
}

.radio-option-question {
  display: flex;
  padding: 16px 10px;
  align-items: center;
  justify-content: space-between;
  /* gap: 32px; */
  /* align-self: stretch; */
  border-radius: 8px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.radio-option-question-text {
  margin-bottom: 0px;
  color: #1a1919;
  font-size: 16px;
  font-weight: 600;
  /* width: 90%; */
}
.radio-option-question-subtext {
  color: #1a1919;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}

.radiobtn-option {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #5410bf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radiobtn-option-selected {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #5410bf;
}

.radio-out-option-container {
  max-height: 250px;
  overflow: scroll;
}

.descp-div-signup {
  border-radius: 30px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.descp-div-signup::-webkit-scrollbar {
  display: none;
}

.resend-otp-btn {
  border: 1px solid #5410bf;
  color: #5410bf;
  padding: 10px 16px;
  border-radius: 3px;
  margin-top: 10px;
}

.tipAtBottom {
  color: #505780;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.fragmentthankyou {
  padding: 0px 40px;
}
.review-card-out-box {
  background-color: #5410bf;
  border-radius: 14px;
}
.review-card-status-box {
  display: flex;
  padding: 16px 24px 16px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 14px 14px 0px 0px;
  background-color: #5410bf;
}

.review-card-descp-box {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 14px;
  background-color: #fff;
}

.reveiw-head {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.review-badge {
  display: flex;
  padding: 4px 8px;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  border-radius: 100px;
  background-color: #c9cbff;
  margin-bottom: 8px;
}

.review-badge-text {
  color: #5410bf;
  font-size: 11px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  margin: 0px 6px;
}

.review-status-box {
  padding-left: 40px;
  padding-right: 40px;
  height: 100vh;
  overflow: scroll !important;
  justify-content: flex-start !important;
}

.review-descp {
  color: #27272e;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.btn-light-dismiss {
  display: flex;
  height: 40px;
  width: 100% !important;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  background-color: #e5e7ff;
  color: #5410bf;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.06px;
}

.review-card-btns {
  width: 100%;
}

.btn-whiteborder {
  border-radius: 6px;
  border: 1px solid #d7d9ea;
  display: flex;
  height: 40px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #5410bf;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.06px;
  width: 100%;
  margin: 8px 0px;
}

.btn-purple {
  display: flex;
  height: 40px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  background-color: #5410bf;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.06px;
  width: 100%;
  margin: 8px 0px;
}

.btn-purple:active {
  color: #fff;
}
.btn-purple:focus {
  color: #fff;
}
.btn-purple:visited {
  color: #fff;
}

.btn-whiteborder:active {
  color: #5410bf;
}
.btn-whiteborder:focus {
  color: #5410bf;
}

.btn-whiteborder:visited {
  color: #5410bf;
}

.box-full {
  /* height: 100vh; */
  width: 100%;
  background-color: #5410bf;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bg-white {
  background-color: #ffffff;
}

.mt-50 {
  margin-top: 50px;
}

.p-16 {
  padding: 16px;
}
.no-mobile-div-out {
  padding: 140px 16px 20px 16px;
}
.mt-70 {
  margin-top: 70px;
}
.no-mobile-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #d5474c;
  background-color: #fcf3f3;
  border-radius: 4px;
  padding: 8px 16px;
  width: 90%;
}

.no-mobile-container {
  border-radius: 12px;
  padding: 16px 16px 45px 16px;
  margin-top: 13px;
  box-shadow: 0 0 10px #0005;
}

.no-mob-download-text {
  font-weight: 600;
  font-size: 16px;
  color: #27272e;
  margin-bottom: 0px;
}

.no-mobile-title {
  color: #27272e;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0px;
}

.no-mobile-subtitle {
  color: #425466;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-wrap: auto;
}

.no-mobile-cta {
  color: #5410bf;
  font-size: 12px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0px;
  cursor: pointer;
}

.no-mobile-card-container {
  /* // width: 100%;
  // overflow-x: auto;
  // white-space: nowrap; */

  .carousel-indicators {
    bottom: -28%;
    direction: ltr;
  }

  .carousel-indicators [data-coreui-target] {
    background-color: #d7d9ea;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    border: 0px;
  }

  .carousel-indicators .active {
    width: 22px;
    border-radius: 4px;
    background-color: #b9bac6;
  }
}

.no-mobile-card {
  /* // display: inline-block; */
  border: 1px solid #ebecf4;
  border-radius: 6px;
  padding: 8px;
  /* // background-color: $button-inactive-tab-bg-color; */
  background-color: #f5f5ff;
  /* // margin: 0px 0px 0px 16px; */
  /* // width: 380px; */
  width: 95%;
}

.no-mobile-card-container:not(:last-child) {
  /* // margin-right: 12px; */
}

.app-step-viewtype {
  border-radius: 6px;
  background-color: #f2f4f1;
  /* background-color: #f2f4f1; */
  align-items: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* width: 50%; */
  align-self: center;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  height: 250px;
  position: sticky;
  top: 0px;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
}

.app-step-view {
  width: 50%;
  padding: 12px 15px;
  justify-content: center;
  border-radius: 6px;
  height: auto;
}

.app-step-view-selected {
  background-color: var(--op-link);
  p {
    color: var(--text-dark);
  }
}

@media screen and (max-width: 768px) {
  .app-step-viewtype {
    width: 100%;
    /* height: 120px; */
    height: 200px !important;
    align-self: flex-start !important;
    justify-content: flex-start !important;
    margin: unset;
    position: sticky;
    top: 0px;
    /* margin-top: 10px; */
    z-index: 2;
  }
  .app-step-view {
    width: 50%;
    height: 100%;
    flex-grow: 1;
    height: auto;

    p {
      font-size: 14px;
    }
    /* height: -webkit-fill-available;
    height: -moz-available; */
  }
  .app-step-view-selected {
    width: 50%;
    height: auto;
    flex-grow: 1;
    /* height: -webkit-fill-available;

    height: -moz-available; */

    /* height: 100%; */
  }
}

.w-200 {
  width: 200% !important;
}

.ml-minus-step-desktop {
  /* margin-left: -180px; */
}
#app[dir="rtl"] .ml-minus-step-desktop {
  /* margin-right: -180px;
  margin-left: 0px; */
}
.pricing-table-div {
  position: sticky;
  top: 0;
}
.pricing-plan-card {
  padding: 60px 40px;
  border-radius: 30px;
  /* background-color: #f2f2f2; */

  h3 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -4%;
  }
}

.pricing-small-description {
  height: 115px;
}
#app[dir="rtl"] .pricing-small-description {
  height: 130px;
}

@media screen and (max-width: 1280px) {
  .pricing-small-description {
    height: 125px;
  }
  #app[dir="rtl"] .pricing-small-description {
    height: 185px;
  }
}
.pricing-feature-title {
  color: var(--text-dark);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -4%;
}

.pricing-feature-subtext {
  font-size: 18px;
  color: var(--text-dark);
  font-weight: 300;
  /* margin: 15px 0px; */
}
.pricing-fetaure-price-subtitle {
  height: 20px;
  margin-top: auto !important;
}
#app[dir="rtl"] .pricing-plan-card-div {
  /* height: 55vh; */
}
.pricing-plan-card-div {
  min-height: 33%;
  /* position: sticky;
  top: 0;
  z-index: 10; */
}

.pricting-feature-list {
  overflow-y: auto;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .pricing-feature-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pricing-plan-card-div {
    min-height: 39% !important;
  }
  .pricing-feature-subtext {
    font-size: 18px;

    /* margin: 15px 0px; */
  }

  .pricing-small-description {
    height: unset;
  }
  #app[dir="rtl"] .pricing-small-description {
    height: unset;
  }
}

/** OPCLIENTS scroll for mobile view */
.mobile-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* The moving container */
.logo-carousel-track {
  display: flex;
  white-space: nowrap;
  width: max-content;
  animation: scroll-left 50s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.logo-item {
  flex: 0 0 auto;
  padding: 0 16px;
}

.logo-item img {
  height: 60px;
  object-fit: contain;
  display: block;
}

/* 👇 Left fade-out effect */
.mobile-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px; /* Fade width */
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

/* Optional: right-side fade-out for balance */
.mobile-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

/* Dark mode support (optional) */
.mobile-carousel.dark::before {
  background: linear-gradient(to right, #1a1a1a, rgba(26, 26, 26, 0));
}
.mobile-carousel.dark::after {
  background: linear-gradient(to left, #1a1a1a, rgba(26, 26, 26, 0));
}

.logo-carousel-track li {
  display: inline-block;
  padding: 0 10px;
}
.logo-carousel-track:hover {
  animation-play-state: paused;
}
#app[dir="rtl"] .logo-carousel-track {
  animation: scroll-right 50s linear infinite;
}
@keyframes scroll-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

.enterprise-img-mobile {
  margin-left: 40px;
}

#app[dir="rtl"] .enterprise-img-mobile {
  margin-right: 15%;

  width: 150% !important;
}

.campaign-management-img-mobile {
  margin-bottom: -50%;
}
.features-reporting-img-mobile {
  margin-left: 40px !important;
}

/* === Common Wrapper === */
.app-steps-wrapper {
  display: flex;
  flex-direction: row;
  /* gap: 3rem;
  margin-top: 2rem;
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory; */
}

/* === Step Row === */
.app-step-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 300px;
  z-index: 0;
  /* gap: 2rem; */
  /* flex-wrap: nowrap; */
  /* scroll-snap-type: x mandatory; */
  /* overflow-x: auto; */
  /* -webkit-overflow-scrolling: touch; */
}
/* Each row (step) is a full viewport height and sticky */
.sticky-step {
  background: white;
  /* height: 100vh; */
  display: flex;
  flex-direction: row;
  align-items: center;
  scroll-snap-align: start;
  position: sticky;
  top: 0;
  z-index: 1;
  box-sizing: border-box;

  margin-bottom: 20px;
}
.sticky-step-mobile {
  align-items: center;
  justify-content: center;
  display: flex;
  img {
    width: 35%;
  }
}

/* === Step Image === */
.step-image {
  flex: 1;
  max-width: 50%;
  min-width: 300px;
}

.step-image-img {
  width: 100%;
  height: auto;
}

/* === Step Content === */
.step-content {
  flex: 1;
  max-width: 50%;
  min-width: 300px;
}

.step-title span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #888;
  margin-right: 0.5rem;
}

.step-title h3 {
  display: inline;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.step-description {
  margin-top: 1rem;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
#app[dir="rtl"] .step-content {
  padding-right: 20px;
}
/* === Mobile Adjustments (keep vertical scroll) === */
@media screen and (max-width: 768px) {
  .app-steps-container {
    /* height: 100vh; */
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .sticky-step {
    position: sticky;
    top: 0;
    height: 65vh;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start;
    background-color: #fff;
  }
  .sticky-step-desktop {
    top: 130px;
  }

  .sticky-step-mobile {
    width: 100%;
  }

  .sticky-step-mobile {
    img {
      width: 100%;
    }
  }
  .app-step-row {
    flex-direction: row;
    align-items: center;
    padding-top: 0px;

    /* overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; */
    gap: 0rem;
  }
  .step-image-img {
    /* width: 50%; */
  }

  .step-image {
    flex: 0 0 auto;
    min-width: auto;
    max-width: 48%;
  }

  .step-content {
    max-width: 50%;
    min-width: unset;

    padding-left: 12px;
  }
  .step-title {
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
  }
  .step-title span {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 0px;
  }

  .step-title h3 {
    font-size: 18px;
  }

  .step-description {
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
  }

  #app-step-5 {
    img {
      width: 100% !important;
    }
  }

  .app-step-row-desktop {
    flex-direction: column;
    top: 130px;
    padding-top: 20px;

    .step-title {
      flex-direction: row;
    }
    .step-image {
      flex: 0 0 auto;
      min-width: auto;
      max-width: 120%;
    }

    .step-content {
      max-width: 100%;
      min-width: unset;
      margin-top: 50px;
    }
  }
}

.app-steps-wrapper {
  display: flex;
  /* gap: 2rem; */
  position: relative;
  justify-content: center;
  padding-top: 70px;
}

/* Left sticky images */
.step-images {
  position: sticky;
  top: 30%;
  /* flex: 1; */
  width: 50%;
  height: 500px;
}
.step-image-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
.step-image-img.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}

.step-image-img.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

/* Right scrollable texts */
.step-texts {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  width: 50%;
  /* gap: 5rem; */
}
/* Step text fade */
.step-content-block {
  min-height: 70vh; /* keeps scroll space */
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-content-block.active {
  opacity: 1;
}
#app-step-1 {
  justify-content: flex-start !important;
  padding-top: 50px;
}

#app-step-1-desktop {
  justify-content: flex-start !important;
  padding-top: 50px !important;
}
/* @media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .step-content-block.chrome-fix {
    height: 55vh;
    padding-bottom: 0 !important;
  }
} */
@media screen and (max-width: 420px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body.step-content-block.chrome-fix {
    min-height: 85vh !important;
    /* background-color: blue; */
  }
  body.step-images {
    height: 250px;
    top: 199px !important;
  }
}
@media screen and (max-width: 400px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  /* body.android-chrome .step-content-block.chrome-fix {
    min-height: 70vh !important;

    padding-top: 20px;
  } */

  body.android-chrome .step-content-block.chrome-fix {
    height: 10vh !important;
    margin-top: 80vh;
  }

  #app-step-1 {
    margin-top: 5px !important;
  }
  .step-images {
    height: 245px;
    top: 199px !important;
  }
  body.android-chrome .step-images {
    height: 225px;
    top: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .app-steps-wrapper {
    /* flex-direction: column; */
    /* align-items: center; */
    display: inline-flex;
  }

  .step-content-block-desktop {
    /* min-height: unset; */
  }
  .step-images {
    /* position: relative; */
    /* top: unset; */
    /* width: 100%; */
    height: 300px;
    z-index: 1;
    background-color: #ffffff;
    top: 37%;
  }
  .step-images-desktop {
    /* position: relative; */
    /* top: unset; */
    /* width: 100%; */
    top: 25%;
  }
  .step-image-img {
    /* width: 100%;
    height: auto; */
  }
  .step-texts {
    /* width: 100%; */
    /* align-items: flex-end; */
    gap: 40px !important;
  }

  .step-content-block {
    /* min-height: 40vh; */
    /* height: 20vh; */
    min-height: unset !important;
    padding-bottom: 40px;
    /* display: contents; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
}

.step-content-block.above-image {
  opacity: 0 !important;
  height: 0;
  overflow: hidden;
  transition:
    opacity 0.4s ease,
    height 0.4s ease;
}

.step-images.hide-image {
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* infinite loop */

.c-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-inline: auto;
  /* max-width: 1536px; */
  height: 100px;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

@keyframes scrollLeft {
  to {
    left: -150px;
  }
}

.item-ksa-en {
  position: absolute;
  width: 150px;
  height: 100px;
  left: max(calc(150px * 5), 100%);
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.item-1-ksa {
  animation-delay: calc(30s / 5 * (5 - 1) * -1);
}
.item-2-ksa {
  animation-delay: calc(30s / 5 * (5 - 2) * -1);
}
.item-3-ksa {
  animation-delay: calc(30s / 5 * (5 - 3) * -1);
}
.item-4-ksa {
  animation-delay: calc(30s / 5 * (5 - 4) * -1);
}
.item-5-ksa {
  animation-delay: calc(30s / 5 * (5 - 5) * -1);
}
.item-6-ksa {
  animation-delay: calc(30s / 5 * (5 - 6) * -1);
}
.item-7-ksa {
  animation-delay: calc(30s / 5 * (5 - 7) * -1);
}
.item-8-ksa {
  animation-delay: calc(30s / 5 * (5 - 8) * -1);
}
.item-9-ksa {
  animation-delay: calc(30s / 5 * (5 - 9) * -1);
}
.item-10-ksa {
  animation-delay: calc(30s / 5 * (5 - 10) * -1);
}
.item-11-ksa {
  animation-delay: calc(30s / 5 * (5 - 11) * -1);
}
.item-12-ksa {
  animation-delay: calc(30s / 5 * (5 - 12) * -1);
}
.item-13-ksa {
  animation-delay: calc(30s / 5 * (5 - 13) * -1);
}
.item-14-ksa {
  animation-delay: calc(30s / 5 * (5 - 14) * -1);
}
.item-15-ksa {
  animation-delay: calc(30s / 5 * (5 - 15) * -1);
}
.item-16-ksa {
  animation-delay: calc(30s / 5 * (5 - 5) * -1);
}

/* KW array */

.item-kw-en {
  position: absolute;
  width: 150px;
  height: 100px;
  left: max(calc(150px * 7), 100%);
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.item-1-kw {
  animation-delay: calc(30s / 7 * (7 - 1) * -1);
}
.item-2-kw {
  animation-delay: calc(30s / 7 * (7 - 2) * -1);
}
.item-3-kw {
  animation-delay: calc(30s / 7 * (7 - 3) * -1);
}
.item-4-kw {
  animation-delay: calc(30s / 7 * (7 - 4) * -1);
}
.item-5-kw {
  animation-delay: calc(30s / 7 * (7 - 5) * -1);
}
.item-6-kw {
  animation-delay: calc(30s / 7 * (7 - 6) * -1);
}
.item-7-kw {
  animation-delay: calc(30s / 7 * (7 - 7) * -1);
}

/* animation for RTL */

/* #app[dir="rtl"] .c-wrapper {
  mask-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
  
} */
.item-ksa-ar {
  position: absolute;
  width: 150px;
  height: 100px;
  right: max(calc(150px * 16), 100%);
  animation-name: scrollRightKSA;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes scrollRightKSA {
  to {
    right: -150px;
  }
}

#app[dir="rtl"] .item-1-ksa {
  animation-delay: calc(30s / 5 * (5 - 1) * -1);
}
#app[dir="rtl"] .item-2-ksa {
  animation-delay: calc(30s / 5 * (5 - 2) * -1);
}
#app[dir="rtl"] .item-3-ksa {
  animation-delay: calc(30s / 5 * (5 - 3) * -1);
}
#app[dir="rtl"] .item-4-ksa {
  animation-delay: calc(30s / 5 * (5 - 4) * -1);
}
#app[dir="rtl"] .item-5-ksa {
  animation-delay: calc(30s / 5 * (5 - 5) * -1);
}
#app[dir="rtl"] .item-6-ksa {
  animation-delay: calc(30s / 5 * (5 - 6) * -1);
}
#app[dir="rtl"] .item-7-ksa {
  animation-delay: calc(30s / 5 * (5 - 7) * -1);
}
#app[dir="rtl"] .item-8-ksa {
  animation-delay: calc(30s / 5 * (5 - 8) * -1);
}
#app[dir="rtl"] .item-9-ksa {
  animation-delay: calc(30s / 5 * (5 - 9) * -1);
}
#app[dir="rtl"] .item-10-ksa {
  animation-delay: calc(30s / 5 * (5 - 10) * -1);
}
#app[dir="rtl"] .item-11-ksa {
  animation-delay: calc(30s / 5 * (5 - 11) * -1);
}
#app[dir="rtl"] .item-12-ksa {
  animation-delay: calc(30s / 5 * (5 - 12) * -1);
}
#app[dir="rtl"] .item-13-ksa {
  animation-delay: calc(30s / 5 * (5 - 13) * -1);
}
#app[dir="rtl"] .item-14-ksa {
  animation-delay: calc(30s / 5 * (5 - 14) * -1);
}
#app[dir="rtl"] .item-15-ksa {
  animation-delay: calc(30s / 5 * (5 - 15) * -1);
}
#app[dir="rtl"] .item-16-ksa {
  animation-delay: calc(30s / 5 * (5 - 5) * -1);
}

@keyframes scrollRightKW {
  from {
    right: min(calc(150px * 5), 100%);
  }
  to {
    right: -150px;
  }
}
.item-kw-ar {
  position: absolute;
  width: 150px;
  height: 100px;
  right: max(calc(150px * 7), 100%);
  animation-name: scrollRightKW;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#app[dir="rtl"] .item-1-kw {
  animation-delay: calc(30s / 7 * (7 - 1) * -1);
}
#app[dir="rtl"] .item-2-kw {
  animation-delay: calc(30s / 7 * (7 - 2) * -1);
}
#app[dir="rtl"] .item-3-kw {
  animation-delay: calc(30s / 7 * (7 - 3) * -1);
}
#app[dir="rtl"] .item-4-kw {
  animation-delay: calc(30s / 7 * (7 - 4) * -1);
}
#app[dir="rtl"] .item-5-kw {
  animation-delay: calc(30s / 7 * (7 - 5) * -1);
}
#app[dir="rtl"] .item-6-kw {
  animation-delay: calc(30s / 7 * (7 - 6) * -1);
}
#app[dir="rtl"] .item-7-kw {
  animation-delay: calc(30s / 7 * (7 - 7) * -1);
}
