@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --title-font: Satoshi, Arial, sans-serif;
  --dark: black;
  --text-font: Satoshi, Arial, sans-serif;
  --dark-2: #0f050c;
  --light: white;
  --theme-color: #f2016c;
  --color: white;
  --style-font: "Instrument Serif", sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  font-family: var(--title-font);
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  font-family: var(--title-font);
  color: var(--dark);
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  font-family: var(--title-font);
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  font-family: var(--title-font);
  color: var(--dark);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  font-family: var(--title-font);
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  font-family: var(--title-font);
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  font-family: var(--text-font);
  color: var(--dark-2);
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.6em;
}

.main-header {
  position: relative;
}

.header-main-box {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container {
  clear: right;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.container-max-1920 {
  max-width: 1920px;
  position: relative;
}

.header-logo-link {
  text-decoration: none;
}

.header-logo-text {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.theme-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--dark);
  font-family: var(--text-font);
  color: var(--dark);
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 19px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: inline-flex;
  position: relative;
}

.theme-button:where(.w-variant-10320b1f-fb58-4cdf-725d-a41dc8b72a15) {
  border-color: var(--light);
  color: var(--light);
}

.theme-button:hover {
  background-color: var(--dark);
  color: var(--light);
}

.theme-button:hover:where(.w-variant-10320b1f-fb58-4cdf-725d-a41dc8b72a15) {
  background-color: var(--light);
  color: var(--dark);
}

.theme-button.header-button {
  padding: 10px 20px;
  font-size: 12px;
}

.theme-button.pricing-button {
  border-color: var(--light);
  color: var(--light);
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.theme-button.pricing-button:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.theme-btn-icon {
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.header-menu-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-left: 20px;
  display: flex;
}

.header-menu-link {
  text-decoration: none;
}

.header-menu-text {
  margin-bottom: 0;
  font-size: 18px;
}

.hero-section {
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.hero-content-box {
  text-align: center;
  margin-bottom: 40px;
}

.hero-content-box.second-content-hero {
  width: auto;
  max-width: 1720px;
  padding-top: 40px;
}

.hero-text {
  opacity: 1;
  color: var(--dark-2);
  max-width: 680px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
}

.hero-subtitle {
  font-family: var(--style-font);
  color: var(--dark-2);
  margin-bottom: 12px;
  font-size: 35px;
  font-style: italic;
}

.hero-title {
  letter-spacing: -4px;
  margin-bottom: 20px;
}

.hero-title-br {
  display: block;
}

.bg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg.hero-bg {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--light));
  height: 30%;
  top: auto;
  bottom: 0;
}

.bg.hero-bg-two {
  -webkit-backdrop-filter: blur(219px);
  backdrop-filter: blur(219px);
  filter: blur(90px);
  opacity: 1;
  background-image: linear-gradient(#ffd970, #ffd970 0%, #ff459a 67.29% 69%);
  height: 400px;
  top: auto;
  bottom: 0;
}

.bg.cta-bg {
  z-index: 2;
  filter: blur(200px);
  background-image: linear-gradient(260deg, #fcdd42 27.027%, #f07 50%, #9e00a1);
  height: 140px;
  top: -70px;
}

.bg.cta-bg-two {
  z-index: 2;
  filter: blur(100px);
  background-image: linear-gradient(260deg, #fcdd42 27.027%, #f07 50%, #9e00a1);
  height: 140px;
  top: auto;
  bottom: -70px;
}

.bg.review-bg {
  filter: blur(140px);
  background-image: linear-gradient(#fcdd42 27.027%, #f07 50%, #9e00a1);
  width: auto;
  height: 300px;
  inset: auto 121px -136px;
}

.bg.marquee-bg-three {
  filter: blur(80px);
  background-image: linear-gradient(260deg, #fcdd42 27.027%, #f07 50%, #9e00a1);
  height: 150px;
  top: calc(50% - 75px);
  left: calc(50% - 800px);
}

.bg.mobile-menu-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
}

.hero-image-box {
  z-index: 2;
  text-align: center;
  width: 708px;
  height: 690px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  transform: rotate(-8deg);
}

.hero-image {
  transform-style: preserve-3d;
  height: 100%;
  transform: scale3d(1.03, 1.03, 1.03);
}

.about-section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.about-title-box {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.about-title {
  letter-spacing: -2px;
  width: 100%;
  font-size: 70px;
  line-height: 1em;
}

.about-text {
  text-align: left;
  letter-spacing: -1.05px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.about-text.services-text {
  color: var(--dark-2);
  text-align: center;
  letter-spacing: -.02em;
  font-weight: 400;
}

.about-title-italic {
  font-family: var(--style-font);
  letter-spacing: 0;
  font-style: italic;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-block-title {
  color: var(--dark-2);
  margin-bottom: 0;
  font-size: 25px;
  line-height: 130%;
}

.about-block-text {
  opacity: 1;
  margin-bottom: 0;
  font-size: 20px;
}

.call-to-action {
  position: relative;
}

.cta-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-content-box {
  z-index: 3;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1540px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.cta-title-box {
  max-width: 720px;
}

.cta-title {
  color: var(--light);
  letter-spacing: -3.2px;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 100%;
}

.cta-subtitle {
  font-family: var(--style-font);
  color: var(--light);
  margin-bottom: 0;
  font-size: 30px;
  font-style: italic;
}

.cta-image-box {
  z-index: 2;
  width: 100%;
  height: 900px;
  position: relative;
}

.cta-text-box {
  text-align: left;
  max-width: 480px;
}

.cta-text {
  color: var(--dark-2);
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.client-section {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.client-title-box {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.client-title {
  letter-spacing: -1px;
  margin-bottom: 0;
}

.client-text {
  opacity: .7;
  margin-bottom: 0;
}

.client-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.client-block {
  background-color: #f5f3f4;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.client-image {
  width: auto;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.feature-section.services-section-head {
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
}

.section-title-outer {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.section-title {
  text-align: center;
  letter-spacing: -2.4px;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 100%;
}

.section-title.big {
  font-size: 100px;
  line-height: 1em;
}

.section-subtitle {
  font-family: var(--style-font);
  text-align: center;
  font-size: 35px;
  font-style: italic;
  line-height: 130%;
}

.section-title-box {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-box.text-center {
  text-align: center;
  max-width: 100%;
}

.section-text {
  opacity: .5;
  margin-top: 10px;
  margin-bottom: 0;
}

.section-text.big {
  opacity: 1;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
}

.section-text.marquee-text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.feature-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: repeat(1, 400px);
  grid-template-columns: 1fr .5fr;
}

.feature-grid.two {
  grid-template-columns: .5fr 1fr;
  margin-top: 30px;
}

.feature-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(300deg, #570080, #f2006d 39.93%, #fbdd41);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-block.two {
  background-color: #f7f7f7;
  background-image: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.feature-block.three {
  background-image: linear-gradient(119deg, #570080, #f2006d);
}

.feature-content-box {
  max-width: 320px;
}

.feature-content-box.two {
  max-width: 100%;
}

.feature-title.light {
  color: var(--light);
  font-size: 28px;
}

.feature-text {
  opacity: .7;
  margin-bottom: 0;
  font-size: 14px;
}

.feature-text.light {
  color: var(--light);
}

.feature-image-box {
  width: 419px;
  position: absolute;
  bottom: -20px;
  right: -19px;
  transform: rotate(-8deg);
}

.feature-image-box.two {
  width: 339px;
  bottom: -10px;
  right: 0;
}

.feature-image.two {
  border: 4px solid var(--dark);
  border-radius: 10px;
  width: 300px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
}

.feature-image.three {
  transform: rotate(8deg);
}

.author-image {
  border: 2px solid var(--light);
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: -20px;
}

.author-image.first {
  margin-left: 0;
}

.work-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.work-tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.work-tabs.faqtabs {
  width: 100%;
}

.work-tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.work-tabs-menu.faq-tab-menu {
  width: 100%;
}

.work-tabs-content {
  width: 50%;
}

.work-tab-pane {
  height: 100%;
}

.work-tab-link {
  background-color: #0000;
  border-left: 3px solid #dd5aff;
  border-right: 0 solid #dd5aff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 0 0 30px;
}

.work-tab-link.w--current {
  background-color: #0000;
  border: 0 solid #dd5aff;
  border-left-width: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.work-tab-link.faq-work-tab-link {
  border-bottom: 1px solid #ae4c4c33;
  border-left-width: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
}

.work-tab-link.faq-work-tab-link.w--current {
  border-bottom-width: 1px;
  border-bottom-color: #ae4c4c33;
  border-left-width: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
}

.work-tab-title {
  margin-bottom: 0;
  font-size: 25px;
}

.work-tab-text {
  opacity: .7;
  margin-bottom: 0;
  font-size: 18px;
}

.work-tab-count {
  font-family: var(--style-font);
  color: #c4c4c4;
  font-size: 30px;
  font-style: italic;
  line-height: 1em;
}

.work-tab-image-box {
  width: 100%;
}

.work-tab-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 600px;
}

.work-tab-text-box {
  height: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.why-choose-us {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-title-italic {
  font-family: var(--style-font);
  font-style: italic;
  font-weight: 400;
}

.why-us-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

.why-us-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 630px;
}

.why-us-content-box {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-us-count {
  font-family: var(--style-font);
  color: var(--theme-color);
  font-size: 30px;
  font-style: italic;
  line-height: 1em;
}

.why-us-title {
  letter-spacing: -.8px;
}

.why-us-text {
  opacity: .7;
  margin-bottom: 0;
  font-size: 14px;
}

.review-section {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.review-content-box {
  text-align: center;
  margin-bottom: 0;
}

.author-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-review-text {
  opacity: .7;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
}

.stars-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star {
  width: 16px;
}

.review-subtitle {
  font-family: var(--style-font);
  margin-top: 10px;
  font-size: 30px;
  font-style: italic;
}

.review-title {
  color: var(--dark-2);
  letter-spacing: -.04em;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 1em;
}

.review-title-br {
  display: block;
}

.review-text {
  opacity: .5;
  max-width: 820px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.review-image {
  z-index: 1;
  object-fit: cover;
  width: 286px;
  max-width: 286px;
  height: 686px;
  position: relative;
}

.review-image-box {
  text-align: center;
  height: auto;
}

.main-footer {
  background-color: var(--dark);
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.cta-content-inner-box {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.marquee-box {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.marquee-inner-box {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.marquee-image-box {
  width: 280px;
  height: 400px;
}

.marquee-bg {
  z-index: 5;
  background-image: linear-gradient(90deg, var(--light), transparent);
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.marquee-bg-two {
  z-index: 5;
  background-image: linear-gradient(90deg, transparent, var(--light));
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.footer-floating-text {
  color: #141414;
  text-align: center;
  margin-bottom: -30px;
  font-size: 250px;
  font-weight: 700;
  line-height: 1em;
}

.footer-widgets-box {
  margin-bottom: 100px;
}

.footer-logo-link {
  text-decoration: none;
}

.footer-text {
  color: var(--light);
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 130%;
}

.footer-list-text {
  color: var(--light);
  margin-bottom: 0;
  font-size: 20px;
  transition: color .3s;
}

.footer-list-text:hover {
  color: var(--theme-color);
}

.footer-widget {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.footer-widget.links-widget {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr .5fr .75fr;
}

.footer-list-title {
  color: var(--light);
  margin-bottom: 18px;
  font-size: 30px;
}

.footer-list-icon {
  width: 20px;
}

.footer-list-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.footer-logo-text {
  color: var(--light);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.footer-title {
  color: var(--light);
  letter-spacing: -2px;
  font-size: 60px;
}

.footer-text-two {
  font-family: var(--style-font);
  color: var(--light);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-style: italic;
}

.footer-copyright {
  color: #919191;
  margin-bottom: 0;
  font-size: 14px;
}

.footer-copyright-link {
  color: #919191;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}

.footer-copyright-link:hover {
  color: var(--theme-color);
}

.footer-title-br {
  display: block;
}

.mobile-menu-open-btn {
  border: 1px solid var(--dark);
  color: var(--dark);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: none;
}

.mobile-menu-open-btn:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--light);
}

.header-menu-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 18px;
}

.pricing-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.pricing-block {
  background-color: #292929;
  border-radius: 20px;
  padding: 15px 15px 30px;
}

.pricing-top-box {
  background-color: #111;
  border-radius: 20px;
  padding: 20px;
}

.pricing-title {
  color: var(--light);
  text-transform: uppercase;
}

.pricing-price-text {
  color: #7f838a;
  font-size: 12px;
}

.pricing-text {
  color: var(--light);
  font-size: 18px;
}

.pricing-price {
  color: var(--light);
  margin-bottom: 0;
  font-size: 48px;
}

.pricing-list-box {
  padding: 30px 20px;
}

.pricing-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.pricing-list-icon {
  width: 18px;
  margin-top: 4px;
}

.pricing-list-text {
  color: var(--light);
  margin-bottom: 0;
}

.pricing-btn-box {
  padding-left: 20px;
  padding-right: 20px;
}

.license-title {
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.2em;
}

.license-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.license-link {
  color: var(--theme-color);
  font-weight: 500;
  text-decoration: none;
}

.license-link:hover {
  text-decoration: underline;
}

.license-single {
  margin-bottom: 60px;
}

.license-single.mb-zero {
  margin-bottom: 0;
}

.license-img {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.license-details {
  color: #1e1e1e;
  width: 100%;
  max-width: 630px;
  margin-bottom: 55px;
}

.license-details.license-pra {
  max-width: 600px;
  margin-bottom: 34px;
}

.license-details.license-pra.mb-zero {
  margin-bottom: 0;
}

.license-img-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-breadcrumb-box {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px dashed #fff;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.page-content-box {
  text-align: center;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 110px;
  position: relative;
}

.page-section {
  background-color: var(--theme-color);
  position: relative;
  overflow: hidden;
}

.page-breadcrumb-text-link {
  text-decoration: none;
}

.page-breadcrumb-divider {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.page-breadcrumb-text {
  color: var(--light);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.page-breadcrumb-text.link {
  color: #fff;
}

.page-breadcrumb-text.link:hover {
  text-decoration: underline;
}

.page-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.changelog-content-main {
  position: relative;
}

.changelog-content-left {
  width: 100%;
  max-width: 162px;
}

.changelog-content-center {
  z-index: 2;
  border: 6px solid var(--theme-color);
  background-color: var(--light);
  border-radius: 100%;
  flex: none;
  width: 24px;
  height: 24px;
  position: relative;
}

.changelog-list-icon {
  background-color: var(--theme-color);
  border-radius: 50%;
  flex: none;
  width: 10px;
  height: 10px;
  margin-top: 8px;
}

.changelog-section {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.changelog-content-single {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  display: flex;
}

.changelog-content-date {
  text-align: right;
  font-weight: 400;
}

.changelog-container {
  width: 100%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.changelog-list.mb-zero {
  margin-bottom: 0;
}

.changelog-content-right {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 760px;
  padding: 30px 40px;
  box-shadow: 0 2px 8px #63636333;
}

.changelog-content-divider {
  z-index: 1;
  background-color: #0316341a;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 244px;
  overflow: auto;
}

.changelog-content-version {
  text-transform: uppercase;
  border-bottom: 1px solid #0316341a;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 26px;
  line-height: 1.2em;
}

.changelog-list-text {
  margin-bottom: 0;
}

.style-guide-single {
  border-bottom: 1px solid #0003;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.style-guide-single.border-none {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.style-guide-single-button-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  display: flex;
}

.style-guide-top-title {
  background-color: var(--theme-color);
  font-family: var(--text-font);
  color: var(--light);
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.color-guide-single {
  background-color: var(--theme-color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 50px 70px;
  font-size: 40px;
  line-height: 1em;
}

.big-paragraph {
  margin-bottom: 0;
}

.paragraph-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.style-guide-section {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.color-guide-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.error-title {
  color: var(--theme-color);
  margin-bottom: 15px;
  font-size: 240px;
  font-weight: 900;
  line-height: 1em;
}

.error-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.error-outer-box {
  text-align: center;
}

.error-title-two {
  margin-bottom: 35px;
}

.mobile-menu-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #ddd;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.mobile-menu-outer {
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

.mobile-menu-close-btn {
  cursor: pointer;
}

.mobile-menu {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  max-width: 320px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-logo-box {
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.mobile-dropdown-link {
  font-family: var(--text-font);
  color: var(--dark);
  letter-spacing: .5px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 12px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.mobile-dropdown-link:hover {
  color: var(--theme-color);
}

.mobile-dropdown-title {
  text-transform: capitalize;
}

.heading-2-hero {
  z-index: 1;
  color: var(--dark-2);
  letter-spacing: -.04em;
  font-size: 70px;
  position: relative;
}

.heading-2-hero.faq-headeing-main {
  margin-bottom: 40px;
}

.div-block {
  flex: 0 auto;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.before-icon-box-text {
  margin-top: 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.quick-stack {
  transform-style: preserve-3d;
  transform: scale3d(1.03, 1.03, 1.03);
}

.hero-second-subtitle {
  letter-spacing: 0;
  mix-blend-mode: normal;
  font-size: 30px;
  line-height: 130%;
}

.image {
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 0;
}

.now-with-ai {
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}

.now-with-ai._3rd-section {
  z-index: 1;
  background-image: url('../images/c48d25f798269c9a46ee2fa258f2b3f19934b0f3.png');
  background-position: 0 0;
  background-size: cover;
  height: 700px;
  margin-top: 200px;
  position: relative;
}

.third-title-box {
  text-align: center;
}

.paragraph {
  position: relative;
}

.paragraph.third-txt {
  z-index: 1;
  width: 550px;
  line-height: 130%;
}

.your-business-after-ai {
  z-index: 2;
  text-align: center;
  max-width: 1720px;
  margin-top: 140px;
  position: relative;
}

.div-block-3, .div-block-4 {
  width: 50%;
}

.italic-text {
  font-family: var(--style-font);
  font-weight: 400;
}

.why-trust-ai {
  padding-top: 200px;
  padding-bottom: 40px;
}

.why-trust-container {
  max-width: 19px;
}

.paragraph-2 {
  padding-top: 20px;
  font-size: 18px;
}

.carousel-track {
  height: 600vw;
}

.carousel-track.og {
  display: none;
}

.carousel-camera {
  z-index: 1;
  width: 98vw;
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.carousel-frame {
  flex-flow: row;
  align-items: baseline;
  height: 100%;
  display: flex;
}

.carousel-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.carousel-item.last {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  align-self: auto;
  width: 972px;
}

.cell {
  justify-content: center;
  align-items: stretch;
}

.image-3 {
  width: 50px;
  display: none;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.carousel-counter {
  margin-bottom: 30px;
  padding: 0;
}

.ico-carousel {
  justify-content: center;
  align-items: flex-end;
}

.text-block {
  color: #474747;
  letter-spacing: -.01em;
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.carousel-text-count {
  color: #474747;
  letter-spacing: -.01em;
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  line-height: 130%;
  display: none;
}

.carousel-item-heading {
  color: #1f1f1f;
  letter-spacing: -.03em;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.heading {
  color: #1f1f1f;
  letter-spacing: -.02em;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.text-block-2 {
  color: #1f1f1f;
  letter-spacing: -.02em;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.carousel-item-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  max-width: 972px;
  padding: 0;
}

.faqs-section {
  margin-top: 100px;
  padding-top: 0;
}

.grid {
  border-bottom: 1px solid var(--light);
  opacity: .4;
  grid-template-rows: auto;
  grid-template-areas: "Area";
  margin-top: 100px;
  padding-bottom: 40px;
}

.paragraph-3 {
  color: var(--light);
  text-align: right;
  font-size: 15px;
}

.image-4 {
  width: 100%;
  margin-top: 60px;
}

.faq-plus {
  background-color: var(--dark-2);
  border-radius: 3px;
  width: 100%;
  height: 3px;
  font-weight: 700;
}

.faq-answer {
  border-bottom: 1px solid #ae4c4c33;
  padding-left: 70px;
  overflow: hidden;
}

.faq-answer-text {
  max-width: 768px;
  margin-bottom: 40px;
  font-size: 20px;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 45px;
  display: flex;
  position: relative;
}

.link {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-q-text {
  color: var(--dark-2);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.faq-plus-l {
  background-color: var(--dark);
  border-radius: 3px;
  width: 3px;
  height: 100%;
  position: absolute;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.container-2.is--sticky {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.sticky_title {
  white-space: nowrap;
  flex: none;
  padding-right: 1em;
}

.sticky_top {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 2.5em;
  display: flex;
}

.horizontal-sticky {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-section {
  background-color: #0000008f;
  width: 100%;
  position: relative;
}

.wrapper {
  width: 100%;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.horizontal-item {
  flex: none;
  width: 34%;
  padding-right: 20px;
}

.list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sticky_top-line {
  background-color: #5c31ff52;
  width: 100%;
  height: 2px;
}

.horizontal-section {
  background-color: var(--light);
}

.image-5 {
  position: absolute;
  inset: 14% 5px auto;
}

.image-5.star2 {
  position: absolute;
  inset: auto auto 50% 15%;
}

.image-5.star3 {
  top: 22%;
  left: auto;
  right: auto;
}

.star1 {
  position: absolute;
  top: 15%;
  left: 5%;
}

.star2 {
  position: absolute;
  top: 22%;
  left: 16%;
}

.star3 {
  position: absolute;
  top: 30%;
  left: 25%;
}

.star4 {
  position: absolute;
  top: -5%;
  right: 5%;
}

.star5 {
  position: absolute;
  top: 9%;
  right: 17%;
}

.star6 {
  position: absolute;
  right: 27%;
}

.aistars {
  display: none;
}

.image-6 {
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0%;
}

@media screen and (min-width: 1280px) {
  .about-title-box {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 90px;
  }

  .about-title {
    max-width: 720px;
  }

  .about-text {
    max-width: none;
    margin-bottom: 20px;
  }

  .section-title-outer {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-text-box {
    max-width: 380px;
  }

  .footer-floating-text {
    font-size: 300px;
  }

  .footer-widget.about-widget {
    padding-right: 50px;
  }
}

@media screen and (max-width: 991px) {
  .header-btn-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .header-menu-box {
    display: none;
  }

  .bg.hero-bg-two {
    bottom: 200px;
  }

  .hero-image-box {
    width: 100%;
  }

  .about-title-box {
    flex-flow: column;
  }

  .about-title {
    font-size: 60px;
  }

  .about-text {
    font-size: 24px;
    line-height: 1.4em;
  }

  .about-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-content-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-title {
    font-size: 55px;
  }

  .cta-image-box {
    height: 600px;
  }

  .cta-text-box {
    padding-left: 40px;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-title.big {
    font-size: 80px;
  }

  .feature-grid, .feature-grid.two {
    grid-template-columns: 1fr;
  }

  .feature-image.two {
    position: relative;
    top: 0;
  }

  .why-us-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .footer-floating-text {
    margin-bottom: -20px;
    font-size: 200px;
  }

  .footer-grid {
    grid-template-columns: 1fr .75fr;
  }

  .mobile-menu-open-btn {
    display: flex;
  }

  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .license-title {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .license-single {
    margin-bottom: 40px;
  }

  .license-img {
    border-radius: 18px;
  }

  .license-details {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 155%;
  }

  .license-img-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .page-content-box {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .page-title {
    font-size: 56px;
  }

  .changelog-content-left {
    max-width: 100%;
  }

  .changelog-content-center {
    border-width: 5px;
    width: 20px;
    height: 20px;
    display: none;
  }

  .changelog-content-single {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .changelog-content-date {
    text-align: left;
    font-size: 18px;
    line-height: 155%;
  }

  .changelog-container, .changelog-content-right {
    max-width: 100%;
  }

  .changelog-content-divider {
    display: none;
    left: 218px;
  }

  .changelog-content-version {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .style-guide-single {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .style-guide-single-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .style-guide-top-title {
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 400;
  }

  .color-guide-single {
    padding: 40px 24px;
  }

  .big-paragraph {
    font-size: 18px;
  }

  .paragraph-wrap {
    grid-row-gap: 24px;
  }

  .color-guide-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-2-hero {
    font-size: 60px;
  }

  .before-icon-box-text {
    font-size: 16px;
  }

  .now-with-ai._3rd-section, .your-business-after-ai {
    margin-top: 100px;
  }

  .div-block-3, .div-block-4 {
    width: 100%;
  }

  .carousel-track, .carousel-camera {
    height: 100%;
  }

  .carousel-frame {
    flex-flow: column;
    height: 100%;
    display: block;
    position: sticky;
  }

  .carousel-item {
    height: 100%;
    display: block;
  }

  .cell-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .carousel-item-grid {
    max-width: 100%;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .horizontal-item {
    width: 52%;
  }

  .image-6 {
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .theme-button.mb-light {
    border-color: var(--color);
    color: var(--color);
  }

  .theme-button.mb-light:hover {
    border-color: var(--dark-2);
    background-color: var(--color);
    color: var(--dark-2);
  }

  .hero-text {
    font-size: 18px;
  }

  .hero-title {
    font-size: 66px;
  }

  .bg.hero-bg-two {
    bottom: 100px;
  }

  .hero-image-box {
    height: auto;
  }

  .hero-image {
    transform: scale(1);
  }

  .about-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .about-title {
    font-size: 52px;
  }

  .about-text {
    font-size: 22px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .cta-text-box {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .cta-text {
    color: var(--light);
  }

  .client-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .client-title-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr;
  }

  .client-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-section {
    padding-bottom: 0;
  }

  .section-title-outer {
    margin-bottom: 50px;
  }

  .section-title {
    font-size: 48px;
  }

  .section-title.big {
    font-size: 60px;
  }

  .feature-grid {
    grid-template-rows: auto;
  }

  .feature-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-block.two {
    justify-content: flex-end;
    align-items: center;
  }

  .feature-block.three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .feature-image-box {
    position: relative;
    bottom: -40px;
  }

  .feature-image-box.two {
    bottom: -30px;
  }

  .work-tabs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .work-tabs-menu {
    width: 100%;
  }

  .work-tabs-content {
    width: 100%;
    margin-top: 30px;
  }

  .work-tab-image {
    height: auto;
  }

  .why-choose-us {
    padding-bottom: 0;
  }

  .why-us-image {
    height: auto;
  }

  .why-us-content-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .author-box {
    flex-flow: wrap;
  }

  .review-title {
    font-size: 50px;
  }

  .review-text {
    font-size: 18px;
  }

  .cta-content-inner-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .marquee-image-box {
    width: 200px;
    height: auto;
  }

  .footer-floating-text {
    margin-bottom: 0;
    font-size: 150px;
  }

  .footer-text {
    font-size: 16px;
  }

  .footer-widget.about-widget {
    max-width: 100%;
  }

  .footer-title {
    font-size: 34px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .license-title {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .license-img {
    border-radius: 12px;
  }

  .license-details {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .license-img-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .page-content-box {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .page-title {
    font-size: 48px;
  }

  .changelog-content-center {
    border-width: 3px;
    display: none;
  }

  .changelog-content-single {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .changelog-content-date {
    text-align: left;
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 500;
    line-height: 155%;
  }

  .changelog-container {
    padding: 0;
  }

  .changelog-content-right {
    padding: 20px;
  }

  .changelog-content-divider {
    display: none;
  }

  .changelog-content-version {
    font-size: 22px;
  }

  .style-guide-single {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .style-guide-top-title {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 155%;
  }

  .color-guide-single {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .big-paragraph {
    font-size: 18px;
  }

  .color-guide-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .error-title {
    font-size: 150px;
  }

  .error-title-two {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .heading-2-hero {
    font-size: 50px;
  }

  .paragraph.third-txt {
    font-size: 20px;
  }

  .horizontal-item {
    width: 100%;
    padding-right: 4vw;
  }

  .image-6 {
    top: -10%;
    left: 9%;
  }
}

@media screen and (max-width: 479px) {
  .header-main-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .theme-button.header-button {
    display: none;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .hero-title {
    font-size: 42px;
  }

  .bg.hero-bg {
    height: 20%;
  }

  .bg.hero-bg-two {
    height: 1000px;
    bottom: 30px;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-title {
    letter-spacing: -2px;
    font-size: 36px;
  }

  .about-text {
    font-size: 18px;
  }

  .cta-content-box {
    padding-bottom: 60px;
  }

  .cta-title {
    font-size: 44px;
  }

  .cta-text {
    color: var(--light);
  }

  .client-section {
    padding-top: 60px;
  }

  .client-grid {
    grid-template-columns: 1fr;
  }

  .client-block {
    padding: 25px 15px;
  }

  .feature-section.services-section-head {
    padding-top: 60px;
  }

  .section-title, .section-title.big {
    font-size: 36px;
  }

  .section-text.big {
    font-size: 18px;
  }

  .work-section {
    padding-bottom: 0;
  }

  .why-us-content-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .review-section {
    padding-top: 60px;
  }

  .stars-box {
    justify-content: center;
    align-items: center;
  }

  .review-title {
    font-size: 32px;
  }

  .review-image-box {
    height: auto;
  }

  .marquee-section {
    padding-bottom: 0;
  }

  .marquee-image-box {
    width: 150px;
  }

  .footer-floating-text {
    font-size: 82px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .mobile-menu-open-btn {
    width: 45px;
    height: 45px;
  }

  .pricing-section {
    padding-bottom: 0;
  }

  .pricing-block {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .pricing-list-box {
    padding: 20px 10px;
  }

  .pricing-btn-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .license-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .license-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .license-details {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 155%;
  }

  .license-details.license-pra {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .license-img-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .page-breadcrumb-box {
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .page-content-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .page-title {
    font-size: 36px;
  }

  .changelog-list-icon {
    width: 10px;
    height: 10px;
    margin-top: 7px;
  }

  .changelog-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .changelog-content-date {
    font-size: 16px;
    line-height: 155%;
  }

  .changelog-list {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .changelog-content-right {
    border-radius: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .changelog-content-version {
    font-size: 17px;
  }

  .changelog-list-text {
    font-size: 15px;
    line-height: 24px;
  }

  .style-guide-single {
    font-size: 17px;
  }

  .style-guide-top-title {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
  }

  .big-paragraph {
    font-size: 16px;
    line-height: 155%;
  }

  .style-guide-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .color-guide-wrap {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .error-title {
    letter-spacing: 0;
    font-size: 120px;
  }

  .error-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .error-title-two {
    font-size: 20px;
  }

  .heading-2-hero {
    font-size: 30px;
  }

  .hero-second-subtitle {
    font-size: 28px;
  }

  .paragraph.third-txt {
    width: auto;
  }

  .your-business-after-ai {
    margin-top: 60px;
  }

  .italic-text {
    font-size: 32px;
  }

  .why-trust-ai {
    padding-top: 60px;
  }

  .carousel-frame {
    height: 100%;
    display: flex;
  }

  .carousel-item {
    flex-flow: column;
  }

  .faqs-section {
    margin-top: 60px;
  }
}

#w-node-_8055c55c-d5eb-a977-0b9d-3a61a5377561-8dd576af, #w-node-f9ccfdb0-854f-fa13-ef5d-a5e12a06507d-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_247cec64-11e3-7e02-c633-1044178d760f-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1ecd59d2-ead2-f4e3-fc21-0f1e3be451a0-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_29828835-9470-efe1-1398-6317d90172c7-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_29828835-9470-efe1-1398-6317d90172cb-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_560e34a9-96b8-cb35-4373-ad7881f4f533-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_560e34a9-96b8-cb35-4373-ad7881f4f537-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_5605ee67-9779-5d43-c995-73108b921125-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5605ee67-9779-5d43-c995-73108b921129-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_67c0fdc1-03a4-9660-bc5f-89d049ec5a07-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_67c0fdc1-03a4-9660-bc5f-89d049ec5a0b-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_67c0fdc1-03a4-9660-bc5f-89d049ec5a18-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_67c0fdc1-03a4-9660-bc5f-89d049ec5a1c-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_67c0fdc1-03a4-9660-bc5f-89d049ec5a29-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_67c0fdc1-03a4-9660-bc5f-89d049ec5a2d-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_67c0fdc1-03a4-9660-bc5f-89d049ec5a3a-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_67c0fdc1-03a4-9660-bc5f-89d049ec5a3e-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_66ca2950-937a-e8cd-234b-f470942afc6e-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_66ca2950-937a-e8cd-234b-f470942afc72-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_92d4f220-1b81-c8f9-1ace-cae2614f1280-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_92d4f220-1b81-c8f9-1ace-cae2614f1284-8dd576af {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_0db07173-110b-d08f-7903-6c27e23dedf0-e23dedec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0db07173-110b-d08f-7903-6c27e23dee1b-e23dedec {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-b8554af3-e10a-35b7-0cea-cf0660b5112c-e23dedec {
  grid-area: Area;
  place-self: center start;
}

#w-node-_056f0d51-40b9-8dee-c9f3-c7e85179ced4-e23dedec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aecb9b97-c7f6-4351-5eb9-f6edb35095cc-8dd576b0, #w-node-aecb9b97-c7f6-4351-5eb9-f6edb35095ce-8dd576b0, #w-node-_3822a7fb-66ce-bfb1-2bec-d10b339e3fc0-8dd576b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8055c55c-d5eb-a977-0b9d-3a61a5377561-8dd576af, #w-node-f9ccfdb0-854f-fa13-ef5d-a5e12a06507d-8dd576af {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_247cec64-11e3-7e02-c633-1044178d760f-8dd576af, #w-node-_67c0fdc1-03a4-9660-bc5f-89d049ec5a07-8dd576af, #w-node-_67c0fdc1-03a4-9660-bc5f-89d049ec5a18-8dd576af, #w-node-_67c0fdc1-03a4-9660-bc5f-89d049ec5a29-8dd576af, #w-node-_67c0fdc1-03a4-9660-bc5f-89d049ec5a3a-8dd576af, #w-node-_66ca2950-937a-e8cd-234b-f470942afc6e-8dd576af, #w-node-_92d4f220-1b81-c8f9-1ace-cae2614f1280-8dd576af {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0db07173-110b-d08f-7903-6c27e23dee1b-e23dedec {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8055c55c-d5eb-a977-0b9d-3a61a5377561-8dd576af, #w-node-f9ccfdb0-854f-fa13-ef5d-a5e12a06507d-8dd576af {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}