.privacy-policy-container, .terms-container, main aside, main .blog-section, main .blog-post-hero, main .blog-hero, main .get-started .get-started-container, main .how-it-works .how-it-works-container, main .pricing .pricing-container, main .stats, main .trust-it .trust-it-container, main .hero, footer .footer-container, header, .top-bar .top-bar-container {
  max-width: 90%;
}
@media (min-width: 1024px) {
  .privacy-policy-container, .terms-container, main aside, main .blog-section, main .blog-post-hero, main .blog-hero, main .get-started .get-started-container, main .how-it-works .how-it-works-container, main .pricing .pricing-container, main .stats, main .trust-it .trust-it-container, main .hero, footer .footer-container, header, .top-bar .top-bar-container {
    max-width: 90%;
  }
}
@media (min-width: 1400px) {
  .privacy-policy-container, .terms-container, main aside, main .blog-section, main .blog-post-hero, main .blog-hero, main .get-started .get-started-container, main .how-it-works .how-it-works-container, main .pricing .pricing-container, main .stats, main .trust-it .trust-it-container, main .hero, footer .footer-container, header, .top-bar .top-bar-container {
    max-width: 88%;
  }
}
@media (min-width: 1900px) {
  .privacy-policy-container, .terms-container, main aside, main .blog-section, main .blog-post-hero, main .blog-hero, main .get-started .get-started-container, main .how-it-works .how-it-works-container, main .pricing .pricing-container, main .stats, main .trust-it .trust-it-container, main .hero, footer .footer-container, header, .top-bar .top-bar-container {
    max-width: 84%;
  }
}

main .home-blog-section .home-blog-section-container, main .features-section .features-section-container, main .info-section .info-section-content, main .suitable {
  max-width: 90%;
}
@media (min-width: 1024px) {
  main .home-blog-section .home-blog-section-container, main .features-section .features-section-container, main .info-section .info-section-content, main .suitable {
    max-width: 80%;
  }
}
@media (min-width: 1400px) {
  main .home-blog-section .home-blog-section-container, main .features-section .features-section-container, main .info-section .info-section-content, main .suitable {
    max-width: 78%;
  }
}
@media (min-width: 1900px) {
  main .home-blog-section .home-blog-section-container, main .features-section .features-section-container, main .info-section .info-section-content, main .suitable {
    max-width: 74%;
  }
}

main .pricing .pricing-tabs-content .tab .tab-top .price span, main .pricing .pricing-tabs-content .tab .tab-top p, main .pricing .pricing-tabs-content .tab .tab-top h6, main .pricing-paragraph {
  color: #142558;
  opacity: 0.7;
  font-size: 1.18rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], input[type=button], input[type=submit] {
  background-color: #D3D3D3;
}

/* Components */
.header-container {
  display: flex;
  justify-content: space-between;
}

.top-bar {
  background: #142558;
  color: #FFF;
  padding: 1rem 0;
}
.top-bar .top-bar-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .top-bar-container .close-icon-top {
  cursor: pointer;
}
.top-bar .top-bar-container .top-bar-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .top-bar .top-bar-container .top-bar-content {
    flex-direction: row;
    align-items: center;
  }
}
.top-bar .top-bar-container .top-bar-content .download-btns {
  margin-top: 0.6rem;
  display: flex;
}
@media (min-width: 1024px) {
  .top-bar .top-bar-container .top-bar-content .download-btns {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.top-bar .top-bar-container .top-bar-content .download-btns .store-btn:not(:first-child) {
  margin-left: 0.8rem;
}

header {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 1.2rem;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  header {
    padding: 1rem 0;
  }
}
header .mobile-menu-overlay {
  display: none;
}
header .mobile-menu {
  display: none;
  position: fixed;
  right: 0;
  z-index: 15;
  height: 100%;
  background: #FFF;
  top: 0;
  bottom: 0;
  padding: 2rem;
  transform: translateX(100%);
}
@media (min-width: 1024px) {
  header .mobile-menu {
    display: none !important;
  }
}
header .mobile-menu .close-icon {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
header .mobile-menu nav ul {
  list-style: none;
  margin-top: 1.2rem;
}
header .mobile-menu nav ul li {
  font-size: 1.1rem;
}
header .mobile-menu nav ul li a {
  text-decoration: none;
  color: inherit;
}
header .mobile-menu nav ul li:not(:first-child) {
  margin-top: 0.8rem;
}
header .mobile-menu .mob-btns {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
header .mobile-menu .mob-btns a {
  margin-top: 1rem;
}
header .mobile-menu .mob-btns .container-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mobile-menu .mob-btns #pricing-link {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}
header .mobile-menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 10;
}
header:lang(ar) {
  direction: ltr;
}
@media (min-width: 1024px) {
  header .initial {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}
header .initial .initial-start {
  display: flex;
  align-items: center;
}
header .initial img {
  width: 4rem;
}
header .initial nav {
  margin-left: 4rem;
  display: none;
}
@media (min-width: 1024px) {
  header .initial nav {
    display: block;
    margin-top: 0;
  }
}
header .initial nav ul {
  list-style: none;
  display: flex;
  align-items: center;
}
header .initial nav ul li a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  font-size: 1.1rem;
}
header .initial nav ul li:not(:first-child) {
  margin-left: 1.8rem;
}
header .initial .btns {
  display: none;
}
@media (min-width: 1024px) {
  header .initial .btns {
    display: flex;
    align-items: center;
  }
}
header .initial .btns #pricing-link {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  margin-right: 1rem;
}
header .initial .btns a:not(:first-child) {
  margin-left: 0.5rem;
}
header .end {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  header .end {
    display: none;
  }
}
header .end a {
  height: 100%;
  display: block;
  margin-right: 1rem;
}
header .end a .btn {
  height: 48px;
  padding: 0 1rem;
  border-radius: 6px;
  font-weight: 500;
}
header .end .menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid gray;
  border-radius: 6px;
  width: 48px;
  height: 48px;
}
header .end .menu-icon .menu-icon-line {
  background: #142558;
  height: 3px;
  width: 25px;
  border-radius: 2.2rem;
}
header .end .menu-icon .menu-icon-line:not(:first-child) {
  margin-top: 0.4rem;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
footer {
  background: #142558;
  margin-top: 3rem;
}
footer a {
  color: inherit;
}
footer .footer-container {
  padding: 2rem 0;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  footer .footer-container .footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    padding: 2rem;
    justify-content: center;
  }
}
footer .footer-container .logo-container .footer-subtitle {
  margin-top: 0.85rem;
  color: white;
  direction: ltr;
  line-height: 1.45;
}
footer .footer-container .logo-container .footer-subtitle:lang(ar) {
  text-align: right;
}
footer .footer-container .footer-links-container {
  display: flex;
  justify-content: space-between;
}
footer .footer-container .footer-links {
  margin-top: 2.1rem;
}
@media (min-width: 1024px) {
  footer .footer-container .footer-links {
    margin-top: 0;
  }
}
footer .footer-container .footer-links ul {
  list-style: none;
  margin-top: 1rem;
}
footer .footer-container .footer-links ul li {
  font-size: 1rem;
  color: #FFF;
  font-weight: 400;
}
footer .footer-container .footer-links ul li a {
  text-decoration: none;
  color: inherit;
}
footer .footer-container .footer-links ul li:not(:first-child) {
  margin-top: 1.2rem;
}
footer .footer-container .footer-links p {
  font-size: 1.1rem;
  font-weight: 600;
}
footer .footer-container .contact-us {
  margin-top: 2rem;
}
footer .footer-container .contact-us .contact-socials {
  display: none;
}
@media (min-width: 1024px) {
  footer .footer-container .contact-us {
    margin-top: 0;
    justify-self: center;
  }
  footer .footer-container .contact-us .contact-socials {
    display: flex;
    margin-top: 0;
  }
  footer .footer-container .contact-us .contact-socials li:not(:first-child) {
    margin-top: 0;
    margin-left: 0.8rem;
  }
}
footer .footer-container .contact-us p.contact-us-heading {
  font-size: 1.1rem;
  font-weight: 600;
}
footer .footer-container .contact-us ul {
  margin-top: 1.5rem;
  list-style: none;
}
footer .footer-container .contact-us ul li {
  display: flex;
  align-items: center;
}
footer .footer-container .contact-us ul li a {
  text-decoration: none;
}
footer .footer-container .contact-us ul li .contact-detail {
  margin-left: 0.5rem;
}
footer .footer-container .contact-us ul li .contact-detail span {
  color: #D9D9D9;
  font-size: 0.85rem;
}
footer .footer-container .contact-us ul li:not(:first-child) {
  margin-top: 1.2rem;
}
footer .footer-container .credits {
  width: 100%;
  margin-top: 2.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  footer .footer-container .credits {
    margin-top: 0;
    justify-self: end;
  }
}
footer .footer-container .credits p {
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  footer .footer-container .credits .credit-socials {
    display: none;
  }
}
footer .footer-container .credits ul {
  margin-top: 1.4rem;
  list-style: none;
  display: flex;
  justify-content: center;
}
footer .footer-container .credits ul li:not(:first-child) {
  margin-left: 0.8rem;
}
footer .footer-container .credits ul li:not(:first-child):lang(ar) {
  margin-left: 0;
  margin-right: 0.8rem;
}
footer .footer-container .app-install {
  margin-top: 1.5rem;
  justify-self: end;
}
@media (min-width: 1024px) {
  footer .footer-container .app-install {
    margin-top: 0;
  }
}
footer .footer-container .app-install p {
  font-size: 1.1rem;
  font-weight: 600;
}
footer .footer-container .app-install .download-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  footer .footer-container .app-install .download-btns {
    flex-direction: column;
  }
  footer .footer-container .app-install .download-btns .store-btn {
    margin-top: 0.2rem;
  }
}
footer p {
  color: #FFF;
}

.btn {
  border: none;
  text-decoration: none;
  display: inline-block;
}

.btn-gradient {
  background: linear-gradient(91.9deg, #007AFF 1.98%, #4DA2FF 101.08%);
  color: #FFF;
}

.btn-primary-outline {
  background: #FFF;
  border: 1px solid #007AFF;
  color: #007AFF;
}

.btn-primary {
  background: #007AFF;
  color: #FFF;
}

.btn-md {
  border-radius: 8px;
  font-weight: 500;
  padding: 0.58rem 0.94rem;
}

.btn-lg {
  border-radius: 8px;
  font-weight: 500;
  padding: 0.75rem 1.15rem;
}

.btn-xl {
  border-radius: 8px;
  font-weight: 500;
  padding: 1rem 1.5rem;
}

.btn-secondary {
  background: #142558;
  color: #FFF;
}

.btn-secondary-white {
  color: #142558;
  background: #FFF;
}

/* Pages */
.menu-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 4;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

main .hero {
  background: #142558;
  margin: 0 auto;
  color: #FFF;
  border-radius: 2rem;
  margin-top: 1.5rem;
  position: relative;
}
@media (min-width: 1024px) {
  main .hero {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
main .hero .rotated-instance {
  width: 36%;
  position: absolute;
  top: 5%;
  left: 0;
}
@media (min-width: 1024px) {
  main .hero .rotated-instance {
    width: 25%;
    top: 0;
  }
}
main .hero h1 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 1024px) {
  main .hero h1 {
    font-size: 4rem;
  }
}
main .hero h1 span {
  color: #007AFF;
}
main .hero p {
  line-height: 1.4;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  main .hero p {
    padding: 0;
    font-size: 1.4rem;
  }
}
main .hero .hero-container {
  padding-top: 4rem;
}
main .hero .hero-container .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  main .hero .hero-container .hero-text {
    display: block;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  main .hero .hero-container {
    padding-top: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
main .hero .hero-container .happy-customers {
  top: 10%;
  right: 11%;
  z-index: 3;
  position: absolute;
  width: 50%;
}
@media (min-width: 1024px) {
  main .hero .hero-container .happy-customers {
    top: -2rem;
  }
}
main .hero .hero-container .hero-stars {
  position: absolute;
  z-index: 4;
  top: -0.58rem;
  left: 2.2rem;
  width: 25%;
  background: transparent;
}
@media (min-width: 1024px) {
  main .hero .hero-container .hero-stars {
    top: -1rem;
    left: 15%;
  }
}
main .hero .hero-container .circle-red {
  display: none;
  position: absolute;
  background: #FF3B30;
  height: 18px;
  right: 47.8%;
  top: 14.4%;
  width: 18px;
  border-radius: 4rem;
}
@media (min-width: 1024px) {
  main .hero .hero-container .circle-red {
    display: block;
  }
}
main .hero .hero-container .circle-yellow {
  display: none;
  position: absolute;
  right: 48%;
  top: 18%;
  background: #FFCC00;
  height: 40px;
  width: 40px;
  border-radius: 4rem;
}
@media (min-width: 1024px) {
  main .hero .hero-container .circle-yellow {
    display: block;
  }
}
main .hero .hero-container #squares {
  position: absolute;
  right: 0;
  display: none;
}
@media (min-width: 1024px) {
  main .hero .hero-container #squares {
    display: block;
    top: auto;
    bottom: 5%;
    width: 5.5rem;
  }
}
main .hero .hero-container #top-2 {
  position: absolute;
  top: 2%;
  left: 0;
}
@media (min-width: 1024px) {
  main .hero .hero-container #top-2 {
    right: 30%;
    left: auto;
  }
}
main .hero .hero-container #top-1 {
  position: absolute;
  top: 0;
  right: 0;
}
main .hero .hero-carder {
  position: relative;
}
main .hero .hero-carder .hero-carder-image #hero-mob {
  width: 100%;
}
@media (min-width: 1024px) {
  main .hero .hero-carder .hero-carder-image #hero-mob {
    display: none;
  }
}
main .hero .hero-carder .hero-carder-image #hero-desktop {
  display: none;
}
@media (min-width: 1024px) {
  main .hero .hero-carder .hero-carder-image #hero-desktop {
    opacity: 0;
    display: block;
  }
}
@media (min-width: 1024px) {
  main .hero .hero-carder .hero-carder-image svg {
    position: relative;
    width: 130%;
    left: -12%;
  }
}
main .hero .cta {
  background: #FFF;
  font-weight: 600;
  color: #007AFF;
  border-radius: 10px;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  border: none;
}
@media (min-width: 1024px) {
  main .hero .cta {
    padding: 1.2rem 1.5rem;
  }
}
main .trust-it .info-card-btn {
  margin: 0 auto;
  text-align: center;
}
main .trust-it .trust-it-container {
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
main .trust-it .trust-it-container a {
  text-decoration: none;
  color: inherit;
}
main .trust-it .trust-it-header {
  text-align: center;
}
main .trust-it .trust-it-header h2 {
  color: #142558;
  font-size: 2rem;
  font-weight: 600;
}
main .trust-it .trust-it-header p {
  color: #142558;
  margin-top: 0.5rem;
  font-size: 1.1rem;
  opacity: 0.7;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-header p {
    max-width: 50%;
    margin: 0 auto;
    margin-top: 0.8rem;
  }
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-slider-container {
    display: grid;
    grid-template-columns: 1fr 0.35fr;
  }
}
main .trust-it .trust-it-slider-container .trust-it-text {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .trust-it .trust-it-slider-container .trust-it-slider {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-slider-container .trust-it-slider .trust-it-slider-inner {
    height: 80vh;
  }
}
main .trust-it .mobile-trust-it-slider-card {
  background: #F5F6FA;
  padding: 1rem;
  flex-grow: 1;
  flex-basis: 0;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
main .trust-it .mobile-trust-it-slider-card img {
  width: 2.5rem;
  height: 2.5rem;
}
main .trust-it .mobile-trust-it-slider-card:not(:first-child) {
  margin-left: 0.75rem;
}
main .trust-it .mobile-trust-it-slider-card.active {
  background: #007AFF;
  color: white;
}
main .trust-it .mobile-trust-it-slider-card .initial {
  display: flex;
  align-items: center;
}
main .trust-it .mobile-trust-it-slider-card .initial .content {
  margin-left: 1rem;
}
main .trust-it .mobile-trust-it-slider-card .initial .content h4 {
  margin: 0;
  font-size: 0.76rem;
  color: inherit;
}
main .trust-it .mobile-trust-it-slider-card .initial .content p {
  margin: 0;
  margin-top: 0.4rem;
  font-size: 0.65rem;
  color: inherit;
}
main .trust-it .mobile-trust-it-slider-card .type {
  margin-left: 1rem;
  margin-top: 0.5rem;
}
main .trust-it .mobile-trust-it-slider-card .type p {
  font-size: 0.65rem;
  color: inherit;
}
@media (min-width: 1024px) {
  main .trust-it .mobile-trust-it-slider-card {
    display: none;
  }
}
main .trust-it .trust-it-text .trust-it-text-inner {
  background: rgba(0, 122, 255, 0.08);
  border: 2px solid rgba(0, 122, 255, 0.08);
  border-radius: 16px;
  padding: 1.8rem;
  display: none;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-text .trust-it-text-inner {
    display: block;
  }
}
main .trust-it .trust-it-text .trust-it-nav {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 1;
}
main .trust-it .trust-it-text .trust-it-nav .nav-btn {
  padding: 0.6rem;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #142558;
}
main .trust-it .trust-it-text .trust-it-nav .nav-btn:last-child {
  margin-left: 1rem;
}
main .trust-it .trust-it-text .trust-it-nav .nav-btn.not-active {
  opacity: 0.3;
}
main .trust-it .trust-it-slider-cards {
  display: none;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-slider-cards {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
  }
}
main .trust-it .trust-it-slider-cards .trust-it-slider-card {
  background: #F5F6FA;
  padding: 1rem;
  flex-grow: 1;
  flex-basis: 0;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
main .trust-it .trust-it-slider-cards .trust-it-slider-card img {
  width: 3rem;
  height: 3rem;
}
main .trust-it .trust-it-slider-cards .trust-it-slider-card:not(:first-child) {
  margin-top: 1rem;
}
main .trust-it .trust-it-slider-cards .trust-it-slider-card.active {
  background: #007AFF;
  color: white;
}
main .trust-it .trust-it-slider-cards .trust-it-slider-card:hover {
  transform: scale(1.01);
}
main .trust-it .trust-it-slider-cards .trust-it-slider-card .initial {
  display: flex;
  align-items: center;
}
main .trust-it .trust-it-slider-cards .trust-it-slider-card .initial .content {
  margin-left: 1rem;
}
main .trust-it .trust-it-slider-cards .trust-it-slider-card .initial .content h4 {
  margin: 0;
  font-size: 0.86rem;
  color: inherit;
}
main .trust-it .trust-it-slider-cards .trust-it-slider-card .initial .content p {
  margin: 0;
  margin-top: 0.4rem;
  font-size: 0.75rem;
  color: inherit;
}
main .trust-it .trust-it-slider-cards .trust-it-slider-card .type {
  margin-left: 1rem;
}
main .trust-it .trust-it-slider-cards .trust-it-slider-card .type p {
  font-size: 0.65rem;
  color: inherit;
}
main .trust-it .trust-it-slider {
  position: relative;
  margin-top: 2.5rem;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .trust-it .trust-it-slider-inner {
  margin: 0 0.8rem;
}
main .trust-it .trust-it-slider .trust-it-slide {
  position: relative;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-slider .trust-it-slide {
    max-width: 55%;
    margin: 0 auto;
  }
}
main .trust-it .trust-it-slider .phone-img {
  width: 65%;
  position: relative;
  z-index: 5;
  left: 2rem;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-slider .phone-img {
    left: 0;
  }
}
main .trust-it .trust-it-slider .phone-img img {
  width: 100%;
}
main .trust-it .trust-it-slider .happy-customers {
  position: absolute;
  width: 40%;
  right: -3%;
  top: 50%;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-slider .happy-customers {
    right: -12%;
    width: 50%;
  }
  main .trust-it .trust-it-slider .happy-customers img {
    width: 100%;
  }
}
main .trust-it .trust-it-slider .links-comm {
  position: absolute;
  display: none;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-slider .links-comm {
    display: block;
    top: 20%;
    left: -35%;
  }
}
main .trust-it .trust-it-slider .links-comm img {
  width: 45%;
}
main .trust-it .trust-it-slider .prd-image {
  position: absolute;
  right: -7%;
  width: 100%;
  height: 100%;
  top: 0;
}
main .trust-it .trust-it-slider .prd-image .prd-main-img {
  position: absolute;
  top: 67%;
  width: 16%;
  left: -5%;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-slider .prd-image .prd-main-img {
    top: 67%;
    width: 25%;
    left: -32%;
  }
}
main .trust-it .trust-it-slider .prd-image .prd-main-img img {
  width: 100%;
}
main .trust-it .trust-it-slider .prd-image #prd-bg {
  position: absolute;
  top: 65%;
  left: -7%;
  width: 36%;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-slider .prd-image #prd-bg {
    top: 65%;
    left: -35%;
    width: 50%;
  }
}
main .trust-it .trust-it-slider .slide-qr-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 16%;
}
main .trust-it .trust-it-slider .slide-qr-main .slide-qr {
  position: absolute;
  top: 1.75%;
  right: 14%;
  width: 14.6%;
}
main .trust-it .trust-it-slider .slide-qr-main .slide-qr img {
  width: 100%;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-slider .slide-qr-main .slide-qr {
    top: 1.75%;
    right: 2%;
    width: 19.6%;
  }
}
main .trust-it .trust-it-slider .slide-qr-main #qr-bg {
  position: absolute;
  width: 50%;
  right: 12%;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-slider .slide-qr-main #qr-bg {
    width: 65%;
    right: 0;
  }
}
main .trust-it .trust-it-slider #ellipses {
  position: absolute;
  width: 13%;
  top: 65%;
  right: 15%;
}
@media (min-width: 1024px) {
  main .trust-it .trust-it-slider #ellipses {
    right: 4%;
  }
}
main .stats {
  margin: 0 auto;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  main .stats {
    margin-top: 4.5rem;
  }
}
main .stats h2 {
  text-align: center;
  font-size: 1.2rem;
  color: #142558;
  font-weight: 600;
}
@media (min-width: 1024px) {
  main .stats h2 {
    max-width: 60%;
    margin: 0 auto;
    font-size: 1.7rem;
  }
}
main .stats .stats-list {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  main .stats .stats-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.2rem;
    margin-top: 6rem;
  }
}
main .stats .stats-item {
  display: flex;
  color: white;
  font-size: 1rem;
  position: relative;
  border-radius: 12px;
  padding: 2rem 0;
  position: relative;
}
@media (min-width: 1900px) {
  main .stats .stats-item {
    padding: 2rem 0;
  }
}
main .stats .stats-item:nth-child(1) {
  background: #142558;
}
main .stats .stats-item:nth-child(2) {
  background: #007AFF;
}
main .stats .stats-item:nth-child(3) {
  background: #FFCC00;
}
main .stats .stats-item:not(:first-child) {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  main .stats .stats-item:not(:first-child) {
    margin-top: 0;
  }
}
main .stats .stats-item .stats-item-content {
  padding: 0 1.5rem;
  margin-left: auto;
  max-width: 50%;
}
main .stats .stats-item .stats-item-content h1 {
  margin: 0;
  font-size: 2.3rem;
}
@media (min-width: 1900px) {
  main .stats .stats-item .stats-item-content h1 {
    font-size: 3.6rem;
  }
}
main .stats .stats-item .stats-item-content p {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
@media (min-width: 1024px) {
  main .stats .stats-item .stats-item-content p {
    margin-top: 1rem;
  }
}
@media (min-width: 1900px) {
  main .stats .stats-item .stats-item-content p {
    font-size: 1.1rem;
  }
}
main .stats .stats-item .stat-icon {
  position: absolute;
  width: 52%;
  bottom: -2%;
}
main .stats .stats-item .stat-icon img {
  width: 100%;
}
main .stats .stats-item .stat-icon-second {
  left: 1.5%;
}
main .suitable {
  margin: 0 auto;
  margin-top: 4rem;
  position: relative;
}
@media (min-width: 1024px) {
  main .suitable {
    margin-top: 5rem;
  }
}
main .suitable .users-counter {
  position: absolute;
  background: #FFF;
  display: flex;
  box-shadow: 0px 38.1263px 61.9552px -11.5947px rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  border-radius: 10px;
  transform: rotate(-15deg);
}
main .suitable .users-counter .icon {
  margin-right: 1rem;
}
main .suitable .users-counter strong {
  font-size: 0.9rem;
}
main .suitable .users-counter p {
  font-size: 0.7rem;
  opacity: 0.5;
}
main .suitable .suitable-content {
  padding-top: 4rem;
  text-align: center;
}
main .suitable .suitable-content h2 {
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  color: #142558;
}
main .suitable .suitable-content p {
  margin-top: 0.5rem;
  text-align: center;
  color: #58668D;
  font-size: 1.15rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  main .suitable .suitable-content p {
    max-width: 60%;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
}
main .suitable .suitable-content .suitable-tabs-content {
  opacity: 0;
  display: none;
  transform: translateX(100px);
}
main .suitable .suitable-content .suitable-tabs-content.active {
  opacity: 1;
  position: static;
  display: block;
  transform: translateX(0px);
  animation: fadeEffect 0.4s ease-in-out;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media (min-width: 1024px) {
  main .suitable .suitable-content .suitable-tabs-content.active {
    display: block;
  }
}
main .suitable .suitable-content .suitable-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  padding-bottom: 4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  main .suitable .suitable-content .suitable-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
main .suitable .suitable-content .suitable-list .suitable-item {
  margin-top: 2rem;
}
main .suitable .suitable-content .suitable-list .suitable-item .suitable-item-image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .suitable .suitable-content .suitable-list .suitable-item .suitable-item-image .suitable-item-icon {
  position: absolute;
}
main .suitable .suitable-content .suitable-list .suitable-item h4 {
  margin-top: 1.2rem;
}
main .info-section {
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
  background: rgba(0, 122, 255, 0.08);
}
@media (min-width: 1024px) {
  main .info-section {
    margin-top: 4rem;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
main .info-section .create-card-btn {
  margin-top: 3rem;
}
main .info-section .info-section-content {
  margin: 0 auto;
}
main .info-section .info-section-content .info-box {
  position: relative;
}
main .info-section .info-section-content .info-box .info-box-content {
  text-align: center;
}
@media (min-width: 1024px) {
  main .info-section .info-section-content .info-box .info-box-content {
    text-align: left;
  }
}
main .info-section .info-section-content .info-box.third {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  main .info-section .info-section-content .info-box.third {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-gap: 6rem;
    align-items: center;
    padding-bottom: 0;
  }
}
main .info-section .info-section-content .info-box.third .info-box-content {
  margin-top: 2rem;
}
main .info-section .info-section-content .info-box.first {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  main .info-section .info-section-content .info-box.first {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-gap: 6rem;
    align-items: center;
  }
}
main .info-section .info-section-content .info-box.first .info-box-content {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  main .info-section .info-section-content .info-box {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-gap: 6rem;
    align-items: center;
  }
}
main .info-section .info-section-content .info-box .info-box-ellipse-first {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 6vh;
}
@media (min-width: 1024px) {
  main .info-section .info-section-content .info-box .info-box-ellipse-first {
    height: 13vh;
  }
}
main .info-section .info-section-content .info-box .info-box-ellipse-first svg {
  position: absolute;
  width: 20%;
  top: -75%;
  right: -8%;
}
@media (min-width: 1024px) {
  main .info-section .info-section-content .info-box .info-box-ellipse-first svg {
    top: -55%;
  }
}
main .info-section .info-section-content .info-box:not(:first-child) {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  main .info-section .info-section-content .info-box:not(:first-child) {
    padding-top: 10rem;
  }
}
main .info-section .info-section-content .info-box h2 {
  color: #007AFF;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  main .info-section .info-section-content .info-box h2 {
    font-size: 2.3rem;
  }
}
main .info-section .info-section-content .info-box p {
  margin-top: 1rem;
  color: #58668D;
  line-height: 1.4;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  main .info-section .info-section-content .info-box p {
    font-size: 1.3rem;
  }
}
main .info-section .info-section-content .info-box .info-box-image {
  margin-top: 4rem;
  position: relative;
}
main .info-section .info-section-content .info-box .info-box-image .info-box-bg {
  background-color: #007AFF;
  position: relative;
  z-index: 5;
  margin-left: 1rem;
  margin-right: 1rem;
}
main .info-section .info-section-content .info-box .info-box-image .striped-image {
  position: absolute;
  left: -1rem;
  top: -2rem;
  width: 50%;
}
main .info-section .info-section-content .info-box .info-box-image .shape-img {
  position: absolute;
  width: 60%;
  top: 5%;
  bottom: 0;
  right: 4%;
}
main .info-section .info-section-content .info-box .info-box-image .person-card-img {
  position: absolute;
  top: -5%;
  right: -6%;
  z-index: 3;
  width: 55%;
}
main .info-section .info-section-content .info-box .info-box-image .person-img {
  position: relative;
  display: block;
  width: 56%;
  left: -1rem;
  z-index: 2;
}
@media (min-width: 1024px) {
  main .features-section {
    margin: 4rem 0;
  }
}
main .features-section .features-section-container {
  margin: 0 auto;
}
main .features-section .features-section-container .features-section-header {
  text-align: center;
}
main .features-section .features-section-container .features-section-header h1 {
  color: #142558;
  margin-bottom: 0;
}
main .features-section .features-section-container .features-section-header h1 span {
  color: #007AFF;
}
main .features-section .features-section-container .features-section-header p {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  color: #142558;
}
@media (min-width: 1024px) {
  main .features-section .features-section-container .features-section-header p {
    font-size: 1.25rem;
    max-width: 60%;
    margin: 0 auto;
    margin-top: 1rem;
  }
}
main .features-section .features-section-container .features-content {
  position: relative;
  margin-top: 1.5rem;
  padding: 1rem;
  padding-bottom: 2rem;
  color: white;
}
@media (min-width: 1024px) {
  main .features-section .features-section-container .features-content .main-content-container {
    display: grid;
    grid-template-columns: 1fr 0.7fr 1fr;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 1900px) {
  main .features-section .features-section-container .features-content .main-content-container {
    display: grid;
    grid-template-columns: 1fr 0.65fr 1fr;
    grid-gap: 5rem;
  }
}
main .features-section .features-section-container .features-content .features-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #007AFF;
  z-index: -1;
  border-radius: 1.5rem;
  left: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  main .features-section .features-section-container .features-content .features-bg {
    height: 85%;
  }
}
main .features-section .features-section-container .features-content .phone-image {
  margin: 2rem 0;
  box-shadow: 0px 22.53592px 22.53592px 0px rgba(0, 0, 0, 0.25), 0px 49.94447px 76.13486px 0px rgba(0, 0, 0, 0.15), 0px -23.145px 24.36316px 0px rgba(255, 255, 255, 0.1), 0px -7.91803px 34.7175px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50rem;
}
@media (min-width: 1024px) {
  main .features-section .features-section-container .features-content .phone-image {
    margin: 0;
  }
}
main .features-section .features-section-container .features-content .phone-image img {
  width: 100%;
}
@media (min-width: 1024px) {
  main .features-section .features-section-container .features-content .content-boxes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 15%;
    height: 75%;
  }
}
main .features-section .features-section-container .features-content .content-boxes .content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
}
main .features-section .features-section-container .features-content .content-boxes .content-box .icon {
  background: #F2F2F7;
  box-shadow: -1px 2px 42px -5px rgba(0, 0, 0, 0.47);
  border: 8px solid #DDDEE7;
  filter: drop-shadow(8px 20px 40px rgba(20, 37, 88, 0.3));
  padding: 0.75rem;
  border-radius: 4rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
main .features-section .features-section-container .features-content .content-boxes .content-box .icon:hover {
  background: #007AFF;
}
main .features-section .features-section-container .features-content .content-boxes .content-box .icon:hover svg {
  stroke: white;
}
main .features-section .features-section-container .features-content .content-boxes .content-box .icon:hover svg path {
  stroke: white;
}
main .features-section .features-section-container .features-content .content-boxes .content-box .icon svg {
  display: block;
}
@media (min-width: 1900px) {
  main .features-section .features-section-container .features-content .content-boxes .content-box .icon {
    padding: 1.25rem;
  }
}
main .features-section .features-section-container .features-content .content-boxes .content-box h4 {
  margin: 0.5rem 0;
}
@media (min-width: 1900px) {
  main .features-section .features-section-container .features-content .content-boxes .content-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
main .features-section .features-section-container .features-content .content-boxes.first {
  align-self: end;
}
@media (min-width: 1024px) {
  main .features-section .features-section-container .features-content .content-boxes.first .content-box {
    max-width: 70%;
    margin-left: auto;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
}
@media (min-width: 1900px) {
  main .features-section .features-section-container .features-content .content-boxes.first .content-box {
    max-width: 60%;
  }
}
main .features-section .features-section-container .features-content .content-boxes.second {
  align-self: end;
}
@media (min-width: 1024px) {
  main .features-section .features-section-container .features-content .content-boxes.second .content-box {
    max-width: 70%;
    margin-right: auto;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
main .pricing {
  background: rgba(0, 122, 255, 0.08);
  padding-bottom: 6rem;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  main .pricing {
    margin-top: 5.5rem;
  }
}
main .pricing .pricing-container {
  position: relative;
  margin: 0 auto;
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  main .pricing .pricing-container {
    max-width: 70%;
    padding-top: 5rem;
  }
}
@media (min-width: 1400px) {
  main .pricing .pricing-container {
    max-width: 65%;
  }
}
@media (min-width: 1900px) {
  main .pricing .pricing-container {
    max-width: 60%;
  }
}
main .pricing-heading {
  font-size: 2.2rem;
  margin: 0;
  font-weight: 600;
  text-align: center;
  color: #142558;
}
main .pricing-paragraph {
  text-align: center;
  margin-top: 1rem;
}
main .pricing-tabs {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  border-radius: 40px;
  background: #F2F2F7;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 2rem;
  background: #FFF;
}
@media (min-width: 1024px) {
  main .pricing-tabs {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
main .pricing-tabs .pricing-tab {
  cursor: pointer;
  padding: 1rem 1.6rem;
}
main .pricing-tabs .pricing-tab h5 {
  color: #142558;
  font-size: 1.1rem;
}
main .pricing-tabs .pricing-tab.tab-active {
  background: #142558;
  color: white;
  border-radius: 3rem;
}
main .pricing-tabs .pricing-tab.tab-active h5 {
  color: white;
}
@media (min-width: 1024px) {
  main .pricing .pricing-tabs-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
  }
}
main .pricing .pricing-tabs-content .tab {
  border: 1px solid #F2F2F7;
  border-radius: 8px;
  background: #FFF;
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
main .pricing .pricing-tabs-content .tab.tab-gradient {
  background: linear-gradient(90deg, #007AFF 0%, #59A9FF 96.48%);
}
main .pricing .pricing-tabs-content .tab.tab-gradient .tab-bottom h4 {
  color: white;
}
main .pricing .pricing-tabs-content .tab.tab-gradient .tab-bottom ul li {
  color: white;
}
main .pricing .pricing-tabs-content .tab.tab-gradient .tab-bottom ul li span {
  background: white;
}
main .pricing .pricing-tabs-content .tab.tab-gradient .tab-bottom ul li span svg path {
  stroke: black;
}
main .pricing .pricing-tabs-content .tab.tab-gradient .tab-top h6 {
  color: white;
}
main .pricing .pricing-tabs-content .tab.tab-gradient .tab-top h4 {
  color: white;
}
main .pricing .pricing-tabs-content .tab.tab-gradient .tab-top p {
  color: white;
}
main .pricing .pricing-tabs-content .tab.tab-gradient .tab-top .price h1 {
  color: white;
}
main .pricing .pricing-tabs-content .tab.tab-gradient .tab-top .price span {
  color: white;
}
@media (min-width: 1024px) {
  main .pricing .pricing-tabs-content .tab {
    width: 100%;
  }
}
main .pricing .pricing-tabs-content .tab .tab-top {
  padding: 4rem 2.4rem;
}
main .pricing .pricing-tabs-content .tab .tab-top .tab-top-icon-text {
  display: flex;
}
main .pricing .pricing-tabs-content .tab .tab-top .tab-top-icon-text .tab-top-icon {
  background: linear-gradient(138deg, #007AFF 29.77%, #0051AA 175.35%);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-right: 1rem;
}
main .pricing .pricing-tabs-content .tab .tab-top .tab-top-icon-text .tab-top-icon:lang(ar) {
  margin-left: 1rem;
}
main .pricing .pricing-tabs-content .tab .tab-top h6 {
  font-weight: 400;
  font-size: 1.1rem;
}
main .pricing .pricing-tabs-content .tab .tab-top h4 {
  font-size: 1.4rem;
  color: #142558;
  margin-top: 0.2rem;
}
main .pricing .pricing-tabs-content .tab .tab-top p {
  margin-top: 1.2rem;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
}
main .pricing .pricing-tabs-content .tab .tab-top .price {
  margin-top: 1rem;
  display: flex;
}
main .pricing .pricing-tabs-content .tab .tab-top .price h1 {
  font-size: 3.4rem;
  color: #142558;
  margin: 0;
}
main .pricing .pricing-tabs-content .tab .tab-top .price span {
  align-self: flex-end;
  margin-bottom: 0.6rem;
  margin-left: 1rem;
}
main .pricing .pricing-tabs-content .tab .tab-top .credit-card {
  color: #007AFF;
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.7;
  margin-top: 0;
  font-weight: 400;
  margin-top: -0.4rem;
}
main .pricing .pricing-tabs-content .tab .tab-top .get-started {
  margin-top: 1rem;
}
main .pricing .pricing-tabs-content .tab .tab-bottom {
  padding: 2rem;
}
main .pricing .pricing-tabs-content .tab .tab-bottom h4 {
  color: #142558;
  font-size: 1.1rem;
}
main .pricing .pricing-tabs-content .tab .tab-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1.5rem;
}
main .pricing .pricing-tabs-content .tab .tab-bottom ul li {
  display: flex;
  color: #142558;
  align-items: center;
}
main .pricing .pricing-tabs-content .tab .tab-bottom ul li span {
  background: #007AFF;
  color: #F2F2F7;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 40px;
  margin-right: 1rem;
}
main .pricing .pricing-tabs-content .tab .tab-bottom ul li span:lang(ar) {
  margin-left: 1rem;
}
main .pricing .pricing-tabs-content .tab .tab-bottom ul li:not(:first-child) {
  margin-top: 1rem;
}
main .pricing .pricing-tabs-content .tab .tab-bottom ul li strong {
  color: red;
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
main .pricing .pricing-tabs-content .tab .tab-bottom ul li strong:lang(ar) {
  margin-right: 0.5rem;
}
main .how-it-works {
  background: rgba(0, 122, 255, 0.08);
  margin: 0 auto;
  margin-top: 4rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  main .how-it-works #main-paragraph {
    max-width: 60%;
    margin: 0 auto;
    margin-top: 1rem;
  }
}
main .how-it-works .how-it-works-container {
  margin: 0 auto;
  padding-top: 2.4rem;
}
main .how-it-works .how-it-works-container h2 {
  font-weight: 400;
  color: #142558;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 1024px) {
  main .how-it-works .how-it-works-container h2 {
    font-size: 2.2rem;
  }
}
main .how-it-works .how-it-works-container p {
  margin-top: 1rem;
  color: #142558;
  line-height: 1.4;
  opacity: 0.7 !important;
  text-align: center;
}
main .how-it-works .how-it-works-container .how-it-works-list {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  main .how-it-works .how-it-works-container .how-it-works-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    margin-top: 2rem;
  }
}
main .how-it-works .how-it-works-container .how-it-works-list .how-it-works-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: white;
  padding: 1.2rem 1rem;
  border-radius: 18px;
}
main .how-it-works .how-it-works-container .how-it-works-list .how-it-works-item .how-it-works-icon {
  background: rgba(0, 122, 255, 0.08);
  padding: 0.8rem;
  border-radius: 16px;
}
main .how-it-works .how-it-works-container .how-it-works-list .how-it-works-item .how-it-works-text {
  margin-left: 1rem;
}
main .how-it-works .how-it-works-container .how-it-works-list .how-it-works-item h3 {
  margin: 0;
}
main .how-it-works .how-it-works-container .how-it-works-list .how-it-works-item p {
  margin-top: 0.5rem;
  text-align: left;
}
main .how-it-works .how-it-works-container .how-it-works-list .how-it-works-item p a {
  color: #007AFF;
}
main .how-it-works .how-it-works-container .how-it-works-list .how-it-works-item:not(:first-child) {
  margin-top: 1.6rem;
}
@media (min-width: 1024px) {
  main .how-it-works .how-it-works-container .how-it-works-list .how-it-works-item:not(:first-child) {
    margin-top: 0;
  }
}
main .how-it-works .how-it-works-container .learn-more-btn {
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  main .how-it-works .how-it-works-container .learn-more-btn {
    margin-top: 2.4rem;
  }
}
main .home-blog-section {
  background: rgba(0, 122, 255, 0.08);
  padding: 2rem 0;
  padding-bottom: 3rem;
}
main .home-blog-section .home-blog-section-container {
  margin: 0 auto;
}
main .home-blog-section .home-blog-section-container h1 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  color: #142558;
}
main .home-blog-section .blog-list {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  main .home-blog-section .blog-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
  }
}
main .home-blog-section .blog-list .blog-item {
  background: white;
  padding: 1rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
main .home-blog-section .blog-list .blog-item:not(:first-child) {
  margin-top: 1rem;
}
main .home-blog-section .blog-list .blog-item .blog-item-image img {
  width: 100%;
  border-radius: 10px;
}
main .home-blog-section .blog-list .blog-item .blog-categories {
  display: flex;
  gap: 1rem;
  margin-top: 0.3rem;
}
main .home-blog-section .blog-list .blog-item .blog-categories h6 {
  background: rgba(0, 122, 255, 0.1);
  color: #007AFF;
  padding: 0.4rem;
  border-radius: 6px;
}
main .home-blog-section .blog-list .blog-item .blog-text {
  margin-top: 1rem;
}
main .home-blog-section .blog-list .blog-item .blog-text a {
  color: inherit;
  text-decoration: none;
}
main .home-blog-section .blog-list .blog-item .blog-text h3 {
  color: #142558;
  font-size: 1.35rem;
}
main .home-blog-section .blog-list .blog-item .blog-text p {
  margin-top: 0.5rem;
  color: #142558;
  opacity: 0.7;
}
main .home-blog-section .blog-list .blog-item .read-more {
  color: #007AFF;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1rem;
  display: inline-block;
}
main .home-blog-section .know-more {
  margin-top: 2rem;
  text-align: center;
}
main .home-blog-section .know-more a {
  display: inline-block;
  text-decoration: none;
  color: #007AFF;
  background: transparent;
  cursor: pointer;
  border: 1px solid #007AFF;
  border-radius: 8px;
  padding: 0.9rem 1.6rem;
  font-weight: 600;
}
main .get-started {
  position: relative;
  margin-top: 4.4rem;
}
@media (min-width: 1024px) {
  main .get-started {
    margin-top: 5rem;
  }
}
main .get-started .get-started-container {
  margin: 0 auto;
  border-radius: 1.5rem;
  padding: 2rem 1.2rem;
  background: #F2F2F7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  main .get-started .get-started-container {
    max-width: 75%;
    margin: 0 auto;
    text-align: left;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    padding: 0rem 2rem;
    padding-bottom: 1rem;
    align-items: center;
  }
}
main .get-started .get-started-container #ellipse-svg {
  position: absolute;
  top: -10%;
  left: 2%;
  width: 20%;
}
@media (min-width: 1024px) {
  main .get-started .get-started-container #ellipse-svg {
    top: -15%;
    left: 4%;
  }
}
main .get-started .get-started-container h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  main .get-started .get-started-container h3 {
    font-size: 3rem;
    font-weight: 600;
    line-height: auto;
  }
}
main .get-started .get-started-container p {
  margin-top: 1rem;
  line-height: 1.4;
}
main .get-started .get-started-container button {
  margin-top: 2rem;
}
main .get-started .get-started-container .end {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  main .get-started .get-started-container .end {
    margin-top: 0;
  }
}
main .get-started .get-started-container .end .card-img-container {
  position: relative;
  padding-top: 2.4rem;
}
@media (min-width: 1024px) {
  main .get-started .get-started-container .end .card-img-container {
    padding-top: 1.4rem;
  }
}
main .get-started .get-started-container .end .card-img-container .card-img {
  width: 100%;
}
main .get-started .get-started-container .end .card-img-container .card-user-profile {
  position: absolute;
  width: 12.1%;
  left: 19.2%;
  top: 37.5%;
  border-radius: 6px;
}
main .get-started .get-started-container .end .card-img-container .quote {
  position: absolute;
  z-index: 4;
  top: -3%;
  left: -18%;
}
@media (min-width: 1024px) {
  main .get-started .get-started-container .end .card-img-container .quote {
    top: 2%;
    left: 0;
  }
}
main .get-started .get-started-container .end .download-btns {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .get-started .get-started-container .end .download-btns .store-btn:not(:first-child) {
  margin-left: 1.2rem;
}

@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
main .blog-hero {
  background: #142558;
  margin: 0 auto;
  color: #FFF;
  border-radius: 2rem;
  padding: 2rem 1rem;
  margin-top: 1.5rem;
  padding-bottom: 3.4rem;
  position: relative;
  text-align: center;
}
main .blog-hero h1 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 1024px) {
  main .blog-hero h1 {
    font-size: 3.8rem;
    margin-top: 1rem;
  }
}
main .blog-hero h1 span {
  color: #007AFF;
}
main .blog-hero p {
  line-height: 1.4;
}
@media (min-width: 1024px) {
  main .blog-hero p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  main .blog-hero .hero-container {
    max-width: 65%;
    margin: 0 auto;
  }
}
main .blog-hero .hero-container .hero-text {
  margin-bottom: 1rem;
}
main .blog-hero .hero-subscribe {
  margin-top: 2.5rem;
}
main .blog-hero .hero-subscribe form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  main .blog-hero .hero-subscribe form {
    flex-direction: row;
    max-width: 80%;
    margin: 0 auto;
  }
}
main .blog-hero .hero-subscribe form .form-group {
  width: 100%;
}
main .blog-hero .hero-subscribe form input {
  width: 100%;
  padding: 1rem 1.5rem;
  margin-right: 0.5rem;
  border: none;
  border-radius: 6px;
}
main .blog-hero .hero-subscribe form button {
  border: none;
  margin-top: 1.5rem;
  padding: 1rem 2rem;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  main .blog-hero .hero-subscribe form button {
    margin-top: 0;
    margin-left: 1rem;
  }
}
main .blog-post-hero {
  margin: 0 auto;
  color: #FFF;
  border-radius: 2rem;
  position: relative;
  text-align: center;
}
main .blog-post-hero h1 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
main .blog-post-hero h1 span {
  color: #007AFF;
}
main .blog-post-hero p {
  line-height: 1.4;
}
main .blog-post-hero .hero-container {
  padding-top: 1rem;
}
main .blog-post-hero .hero-container .post-featured-image img {
  width: 100%;
  border-radius: 16px;
  height: 26vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  main .blog-post-hero .hero-container .post-featured-image img {
    height: 35vh;
  }
}
main .blog-post-hero .hero-container .hero-text {
  margin-bottom: 1rem;
  padding: 2rem 1rem;
  background: #142558;
  position: relative;
  bottom: 1.5rem;
  border-radius: 16px;
  padding: 2rem;
  margin: 0 0.5rem;
}
@media (min-width: 1024px) {
  main .blog-post-hero .hero-container .hero-text {
    display: block;
    padding-left: 0;
    padding-right: 0;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
main .blog-post-hero .hero-container .hero-text .category {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 0.5rem;
  display: inline-block;
  font-size: 0.85rem;
  text-decoration: none;
  color: inherit;
}
main .blog-section {
  margin: 0 auto;
  margin-bottom: 6rem;
}
main .blog-section .post {
  color: #142558;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  main .blog-section {
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    grid-gap: 3rem;
    margin-bottom: 10rem;
    margin-top: 4rem;
  }
}
main .blog-section-container a {
  text-decoration: none;
  color: inherit;
}
main .blog-section-container .blog-posts {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  main .blog-section-container .blog-posts {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  main .blog-section-container .blog-posts .blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    margin-top: 2rem;
  }
}
main .blog-section-container .blog-posts .blog-post {
  margin-top: 1.4rem;
}
@media (min-width: 1024px) {
  main .blog-section-container .blog-posts .blog-post {
    margin-top: 0;
  }
  main .blog-section-container .blog-posts .blog-post.first {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    grid-gap: 1.8rem;
  }
  main .blog-section-container .blog-posts .blog-post.first .blog-image img {
    height: 100% !important;
  }
}
main .blog-section-container .blog-posts .blog-post .blog-image img {
  width: 100%;
  height: 240px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
main .blog-section-container .blog-posts .blog-post .categories {
  margin-top: 0.8rem;
  display: flex;
}
@media (min-width: 1024px) {
  main .blog-section-container .blog-posts .blog-post .categories {
    margin-top: 0.5rem;
  }
}
main .blog-section-container .blog-posts .blog-post .categories .category {
  background: rgba(0, 122, 255, 0.1);
  color: #007AFF;
  padding: 0.5rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.8rem;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
main .blog-section-container .blog-posts .blog-post .categories .category:hover {
  background: rgba(0, 122, 255, 0.2);
}
main .blog-section-container .blog-posts .blog-post .blog-post-info h2 {
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #142558;
}
@media (min-width: 1024px) {
  main .blog-section-container .blog-posts .blog-post .blog-post-info h2 {
    font-size: 2rem;
  }
}
main .blog-section-container .blog-posts .blog-post .blog-post-info p {
  font-size: 1rem;
  color: #142558;
  opacity: 0.7;
  margin: 1rem 0;
}
main .blog-section-container .blog-posts .blog-post .blog-post-info h4 {
  margin-top: 2rem;
  color: #007AFF;
  font-size: 1.2rem;
}
main .blog-section-container .pagination {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  justify-content: center;
}
@media (min-width: 1024px) {
  main .blog-section-container .pagination {
    margin-top: 3.2rem;
  }
}
main .blog-section-container .pagination .chev {
  height: 1.75rem;
  width: 1.75rem;
  background: #007AFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
main .blog-section-container .pagination ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 1.5rem;
}
main .blog-section-container .pagination ul li {
  opacity: 0.7;
  font-weight: 700;
}
main .blog-section-container .pagination ul li:not(:first-child) {
  margin-left: 1.2rem;
}
main .blog-section-container .pagination ul li.active {
  opacity: 1;
}
main .blog-section-container .pagination ul li a {
  text-decoration: none;
  color: inherit;
}
main aside {
  margin: 0 auto;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  main aside {
    margin-top: 0;
  }
}
main aside .carder-promotion {
  border-radius: 10px;
  padding: 2rem;
}
main aside .carder-promotion.individuals {
  background: #F2F2F7;
}
main aside .carder-promotion:not(:first-child) {
  margin-top: 2rem;
}
main aside .carder-promotion.professionals {
  background: linear-gradient(91.9deg, #007AFF 1.98%, #4DA2FF 101.08%);
  color: #FFF;
}
main aside .carder-promotion.professionals img {
  background: #FFF;
  padding: 0.5rem 1rem;
  border-radius: 32px;
}
main aside .carder-promotion h1 {
  margin: 0;
  font-weight: 600;
  margin-top: 1.1rem;
}
main aside .carder-promotion p {
  font-size: 1.2rem;
  margin-top: 0.4rem;
}
main aside .carder-promotion .started {
  margin-top: 1.8rem;
}

.fixed-create {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
@media (min-width: 1024px) {
  .fixed-create {
    display: none;
  }
}
.fixed-create-container {
  background: linear-gradient(91.9deg, #007AFF 1.98%, #4DA2FF 101.08%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.6rem;
}
.fixed-create-container p {
  color: white;
  width: 100%;
}
.fixed-create button {
  background: #FFF;
  font-weight: 600;
  padding: 0.9rem 1.2rem;
  border-radius: 10px;
  border: none;
  color: #142558;
  margin-top: 0.4rem;
}

* {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:lang(ar) {
  font-family: "Noto Sans Arabic", sans-serif;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

button {
  cursor: pointer;
}

.w-full {
  width: 100%;
}

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

.privacy-policy-container, .terms-container {
  margin: 0 auto;
  padding: 2rem 0;
}

.info-card-btn {
  margin-top: 1.5rem;
}
.info-card-btn .btn {
  padding: 1.1rem 1.4rem;
  border-radius: 0.5rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .info-card-btn .btn {
    margin-top: 2rem;
    text-align: center;
    width: auto;
    margin: 0 auto;
  }
}

.create-card-btn {
  text-align: center;
}
.create-card-btn .btn {
  margin-top: 2rem;
  padding: 1.1rem 1.4rem;
  width: 100%;
  border-radius: 0.5rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .create-card-btn .btn {
    text-align: center;
    width: auto;
    margin: 0 auto;
  }
}
