@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: InterDisplay-Regular;
  src: url(fonts/InterDisplay-Regular.eot);
  src:
    url(fonts/InterDisplay-Regular.eot?) format("☺"),
    url(fonts/InterDisplay-Regular.woff) format("woff"),
    url(fonts/InterDisplay-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: InterDisplay-Bold;
  src: url(fonts/InterDisplay-Bold.eot);
  src:
    url(fonts/InterDisplay-Bold.eot?) format("☺"),
    url(fonts/InterDisplay-Bold.woff) format("woff"),
    url(fonts/InterDisplay-Bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body,
html {
  width: 100%;
  overflow-y: auto;
  background: linear-gradient(
      180deg,
      #ffffff00 0,
      #fffefe 24%,
      #fffcfc 76%,
      #ffffff00 100%
    )
    no-repeat padding-box;
}

body {
  overflow: hidden;
  font-family: "Inter", sans-serif;
  background: #effcff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Inter, sans-serif !important;
}

img {
  font-size: clamp(40px, 6vw, 60px);
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
  background-color: #fff0;
}

li,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.container {
  max-width: 1104px;
}
a.navbar-brand.logoNormal{
  display: none;
}
/* Typography */
h2 {
  text-align: center;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 60px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0px;
  color: #011012;
}

h2 span {
  font-weight: 800;

  line-height: 1.3;
  font-family: Inter;
  background: linear-gradient(
    262deg,
    #7f5bfd 0%,
    #a15dfd 31%,
    #ac7efe 70%,
    #0db5fe 100%
  ) !important;
  background-size: cover !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
}

small {
  text-align: center;
  width: fit-content;
  display: block;
  padding: 15px 30px 0px;
  color: #a5a5a5;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.3;
  font-family: Inter;
}

/* Button Styles */
.btn.primary-btn {
  width: 280px;
  height: 80px;
  background: linear-gradient(269deg, #00ebff 0, #00b1ff 100%) no-repeat
    padding-box;
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #00c1ff;
  border-radius: 50px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
  margin: 60px auto 0px;
  font-size: clamp(20px, 2.5vw, 24px);
  line-height: 1.3;
  font-family: Inter;
  color: #fff;
  position: relative;
  padding-left: 40px;
  padding-right: 85px;
  outline: 0;
  overflow: hidden;
  width: fit-content;
}

.btn.primary-btn::after {
  content: url(../img/btn-arrow.svg);
  position: absolute;
  right: 15px;
  top: 8px;
  width: 60px;
  height: 60px;
  transition: 0.4s;
}

.btn.primary-btn:hover::after {
  transform: rotate(45deg);
}

.btn.primary-btn span {
  position: absolute;
  display: block;
}

.btn.primary-btn span:first-child {
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    92deg,
    #ffffff00 0,
    #ffffff68 8%,
    #ffffffeb 59%,
    #fff 100%
  );
  border-radius: 20px;
}

.btn.primary-btn:hover span:first-child {
  left: 100%;
  transition: 1s;
}

.btn.primary-btn span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 3px;
  border-radius: 20px;
  background: linear-gradient(
    92deg,
    #fff 0,
    #ffffffeb 8%,
    #ffffff68 59%,
    #ffffff00 100%
  );
}

.btn.primary-btn:hover span:nth-child(3) {
  right: 100%;
  transition: 1s;
}

.btn.secondary-btn {
  border: 1.5px solid #00baff;
  background: no-repeat padding-box #fff;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 12px;
  font-weight: 800;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #151425;
  width: 274px;
  height: 66px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  outline: 0;
  padding-left: 30px;
  position: relative;
}

.btn.secondary-btn:hover {
  background-color: #00baff;
  color: #fff;
}

.btn.secondary-btn.editing::after {
  content: url(../img/cut.svg);
  position: absolute;
  right: 31px;
  top: 21px;
}

.btn.secondary-btn.editing:hover::after {
  content: url(../img/cut-hover.svg);
}

.btn.secondary-btn.subtitle::after {
  content: url(../img/sm-subtitle.svg);
}

.btn.secondary-btn.subtitle:hover::after {
  content: url(../img/sm-subtitle-hover.svg);
}

.btn.secondary-btn.recording::after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50px;
  border: 2px solid #fff;
  outline: #00c1ff solid 1px;
  background-color: #00c1ff;
  position: absolute;
  right: 35px;
  top: 25px;
  animation: 1.5s infinite pulse;
  z-index: 3;
}

.btn-btn-wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: fit-content;
  position: relative;
}

.btn-btn-wrap svg {
  position: absolute;
  right: 50px;
}

.secondary-btn:hover + svg g circle,
.secondary-btn:hover + svg g line {
  fill: #fff;
  stroke: #fff;
}

/* Animations */
@keyframes blink {
  0%,
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    box-shadow: #00c1ff 0 0 0 0;
  }
  75% {
    box-shadow: #fff 0 0 0 10px;
  }
}

@keyframes pulses {
  0% {
    box-shadow: #02e2ff 0 0 0 0;
  }
  75% {
    box-shadow: #011012 0 0 0 10px;
  }
}

@keyframes scale {
  from {
    transform: rotate3d(1, 1, 1);
  }
  to {
    transform: rotate3d(1.1, 1.1, 1.1, 360deg);
  }
}

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

/* Sticky Bottom */
.sticky-bottom {
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.sticky-bottom.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(255, 255, 255);
  box-shadow: 0 -3px 8px #fff;
  transform: translateY(0);
  opacity: 1;
}

.sticky-bottom.is-hidden {
  pointer-events: none;
  transform: translateY(100%);
  opacity: 0;
}

.sticky-bottom .container {
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-bottom a {
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 28px;
  outline: none;
  border-radius: 50px;
  text-decoration: none;
  background: linear-gradient(110deg, #f765fd 0, #925cfd 55%, #775afd 100%)
    no-repeat padding-box;
}

.sticky-bottom a:hover {
  background: linear-gradient(110deg, #925cfd 0, #775afd 55%, #f765fd 100%)
    no-repeat padding-box;
  color: #fff;
}

/* Security Section */
.security {
  padding: 0;
  background: linear-gradient(
      180deg,
      #ffffff00 0,
      #fffefe 24%,
      #fffcfc 50%,
      #ffffff00 100%
    )
    no-repeat padding-box;
}

.security .flex {
  align-items: center;
  background: linear-gradient(
      106deg,
      #00baff 0,
      #f765fd 60%,
      #925cfd 91%,
      #775afd 100%
    )
    no-repeat padding-box;
  box-shadow: 0 6px 6px #c4d4ff66;
  border-radius: 20px;
  height: 240px;
}

.security .flex .col h3 {
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #fff;
  padding: 75px;
}

.security .flex .col.last-child {
  padding-left: 40px;
}

.security .flex .col img {
  width: 122px;
  margin-right: 20px;
}

.security .flex .col img:last-child {
  margin-right: 0;
}

/* About Section */
.about .flex {
  align-items: center;
  background: #001012;
  border-radius: 20px;
}

.about .flex .col.about-wrap {
  padding: 50px;
}

.about .flex .col h2 {
  font-weight: 800;
  font-size: clamp(40px, 5vw, 50px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #efefef;
}

.about .flex .col .sub-title {
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 24px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #00baff;
  padding: 0 0 30px 30px;
  position: relative;
}

.about .flex .col .sub-title::before {
  content: url(../img/future-icon.svg);
  position: absolute;
  left: 1px;
  top: 1px;
  animation: 1s infinite alternate scale;
}

.about .flex .col h2 span {
  font-weight: 800;
  font-size: clamp(40px, 5vw, 50px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #00baff;
}

.about .flex .col img {
  position: relative;
  bottom: 36px;
  left: 41px;
  transform: scale(1.05);
}

/* FAQ Section */
.faq-section {
  padding: 50px 20px;
  margin: auto;
  display: flex;
}

.faq-section h2 {
  padding: 60px 0px;
  font-weight: 800;
  font-size: clamp(48px, 6vw, 60px);
  line-height: 1.3;
  font-family: Inter;
}

.faq-section h3 {
  font-weight: 800;
  font-size: clamp(24px, 3vw, 28px);
  line-height: 1.3;
  font-family: Inter;
  padding: 0px 32px 0px 0px;
}

.faq-section .wrapper {
  width: 50%;
}

.faq-section .flex {
  align-items: center;
  gap: 50px;
}

.faq-section .faq-content .accordion-item .accordion-button {
  border: 0px solid transparent;
  background: #fff;
  border-radius: 18px 18px 0 0;
  box-shadow: none;
  padding-bottom: 0;
}

.faq-section .faq-content .accordion .accordion-item {
  border: none;
  background-color: #fff;
  margin: 10px 0;
  border-radius: 18px;
}

.faq-section .faq-content .accordion-item .accordion-body p {
  font-weight: 400;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #383838;
}

.accordion-item .accordion-collapse,
.faq-section .faq-content .accordion-item .accordion-collapse {
  transition:
    height 0.15s ease-in,
    color ease-in-out,
    background-color ease-in-out,
    border-color ease-in-out,
    box-shadow ease-in-out,
    border-radius;
}

.faq-section .faq-content .accordion-item .accordion-collapse.collapse.show {
  background-color: #fff;
  border-radius: 0 0 18px 18px;
}

.faq-section .faq-content .accordion-item .accordion-body {
  padding: 16px 40px;
}

.faq-section .faq-content .accordion-item .accordion-body p span {
  font-weight: bold;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.3;
  font-family: Inter;
}

.faq-section .faq-content .accordion-item .accordion-button.collapsed {
  background-color: #effcff;
  border: #fff0;
  box-shadow: none;
}

.faq-section .faq-content .accordion-item .accordion-button::after {
  content: unset;
}

.faq-section .faq-content .accordion-item .accordion-button h3 {
  font-weight: 800;
  font-size: clamp(24px, 3vw, 28px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #151425;
  padding: 28px 30px 0;
}

.faq-section .faq-content .accordion-item .accordion-button.collapsed h3 {
  font-weight: 800;
  font-size: clamp(24px, 3vw, 28px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #151425;
  padding-top: 0;
}

/* FAQ Item */
.faq-item {
  border-radius: 5px;
  margin-bottom: 10px;
}

.faq-item.active {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 18px;
}

.faq-item.active .faq-header {
  padding: 32px 32px 0;
}

.faq-header {
  background-color: transparent;
  border: none;
  padding: 8px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px;
}

.faq-title {
  margin: 0;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.3;
  font-family: Inter;
  flex: 1;
}

.faq-content {
  padding: 24px 32px;
  display: none;
}

.faq-content p {
  font-weight: 600;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0px;
  color: #383838;
}

.faq-content.active {
  display: block;
}

.faq-image {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0px auto;
  border-radius: 20px;
  object-fit: contain;
}

/* AI FAQ */
.ai-editor-page .ai-faq {
  background: no-repeat padding-box #f0fcff;
}

.ai-faq .accordion-item {
  background: no-repeat padding-box #fff;
  border-radius: 20px;
  margin: 10px 0;
  overflow: hidden;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ai-faq .accordion-item .accordion-button:not(.collapsed),
.ai-faq .accordion-item .accordion-header {
  background-color: #fff;
  box-shadow: unset;
  border: unset;
}

.ai-faq .accordion-item h3 {
  font-weight: 800;
  font-size: clamp(20px, 2.5vw, 24px);
  line-height: 1.3;
  font-family: Inter;
  color: #011012;
}

.ai-faq .accordion-item summary {
  padding: 48px 38px;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  font-size: clamp(20px, 2.5vw, 24px);
  line-height: 1.2;
  font-family: Inter;
  color: #011012;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ai-faq .accordion-item[open] summary {
  padding: 48px 38px 24px;
}

.ai-faq .accordion-item summary::-webkit-details-marker {
  display: none;
}

.ai-faq .accordion-item summary::after {
  content: "";
  position: absolute;
  right: 48px;
  top: 48px;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.ai-faq .accordion-item[open] summary::after {
  transform: rotate(180deg);
}

.ai-faq .accordion-item .accordion-body {
  padding: 0 48px 32px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease-out,
    opacity 0.4s ease-out;
}

.ai-faq .accordion-item[open] .accordion-body {
  opacity: 1;
  max-height: 1000px;
  transition:
    max-height 0.4s ease-in,
    opacity 0.4s ease-in;
}

.ai-faq h2 {
  text-align: center;
  padding: 0 0 56px;
}

.ai-faq .accordion-item .accordion-body a {
  color: #00b1ff;
}

.accordion-body p,
.accordion-body ul li {
  font-weight: 400;
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.3;
  color: #383838;
}

.ai-faq .accordion-item .accordion-button.collapsed::after {
  background-image: url(../img/arrow.svg);
  transform: rotate(265deg);
}

.ai-faq .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow.svg);
  transform: rotate(360deg);
}

.ai-faq .tab-content {
  padding-bottom: 150px;
}

/* Navbar */
.navbar > .container {
  padding: 0 15px;
}

.navbar-brand.active {
  display: block !important;
}

.navbar.active {
  background: linear-gradient(
      180deg,
      #ffffff00 0,
      #fffefe 24%,
      #fffcfc 76%,
      #ffffff00 100%
    )
    no-repeat padding-box;
}

.navbar .nav > li a {
  font-family: "Inter", sans-serif;
}

header-component .navbar a.ContactSales,
.ai-home-page header-component .navbar a.ContactSales {
  border-color: #00c1ff !important;
  color: #00c1ff !important;
  border-radius: 12px;
}

header-component .navbar a.ContactSales:hover,
header-component .navbar a.ContactSales:hover {
  background: #00c1ff !important;
  color: #fff !important;
  border-color: #00c1ff !important;
}

.ai-editor-page .navbar.active,
.ai-home-page .navbar.active {
  background: linear-gradient(180deg, #fff 0, #fffcfc 47%, #effcff 100%)
    no-repeat padding-box !important;
}

.navbar .nav > li a.signUpButton,
.ai-home-page .navbar .nav > li a.signUpButton {
  border-radius: 12px;
  background: linear-gradient(110deg, #f765fd 0, #925cfd 55%, #775afd 100%)
    no-repeat padding-box;
}

/* Toolbar Header */
.toolbar-header {
  background: linear-gradient(360deg, #fff 0, #fffcfc 47%, #effcff 100%)
    no-repeat padding-box;
  height: 58px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  background: linear-gradient(269deg, #00ebff 0, #00b1ff 100%) no-repeat
    padding-box;
  z-index: 88;
}

.toolbar-header strong {
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #fff;
  padding: 24px 0;
  text-align: center;
  margin: 0;
}

.toolbar-btn {
  background: linear-gradient(269deg, #00ebff 0, #00b1ff 100%) no-repeat
    padding-box;
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #00c1ff;
  border-radius: 50px;
  padding: 5px 20px;
}

.toolbar-header .secondary-btn {
  padding-left: 0;
  width: auto;
  height: auto;
  box-shadow: unset;
  border: 1px solid #00b1ff;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.3;
  font-family: Inter;
  padding: 5px 20px;
}

/* Voice Section */
.voice-section .list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.voice-section .list-wrap img {
  max-width: 100%;
  height: 215px;
  margin: 0px auto;
  object-fit: contain;
}

.voice-section p {
  font: normal normal 500 20px/28px Inter;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  padding: 24px 0px 60px;
}

.voice-section .list-wrap .card {
  width: 324px;
  height: 350px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px #0000001f;
  border-radius: 24px;
  padding: 24px;
}

.voice-section .list-wrap .card h3 {
  text-align: center;
  font: normal normal bold 26px/32px Inter;
  letter-spacing: 0px;
  color: #000000;
  padding: 24px 0px 0px;
}

/* Instant Avatar */
.instant-avatar {
  padding: 120px 0px;
}

.instant-avatar .avatar-card-container {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 740px;
}

.instant-avatar h2 {
  color: #151425;
  padding: 0px 0px 24px 0px;
}

.instant-avatar h2 + p {
  font: normal normal 500 20px/28px Inter;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  padding-bottom: 40px;
}

.instant-avatar .avatar-card-container .feature-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #9de7fa;
  border-radius: 16px;
  padding: 28px;
}

.instant-avatar .avatar-card-container .feature-box h3 {
  font: normal normal bold 26px/32px Inter;
  letter-spacing: 0px;
  color: #00c1ff;
  padding: 24px 0px 0px;
}

.instant-avatar .avatar-card-container .feature-box p {
  font: normal normal 500 20px/28px Inter;
  letter-spacing: 0px;
  color: #000000;
  margin: 0px;
  padding: 24px 0px 12px;
}

/* Product Tutorial */
.product-tutorial {
  padding: 120px 0px;
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #f7fcff 63%, #f0f9ff 100%) 0% 0%
    no-repeat padding-box;
}

.product-tutorial p {
  font: normal normal 500 20px/28px Inter;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  padding: 24px 75px;
}

.product-tutorial .tutorial-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.product-tutorial .tutorial-card .card-box {
  width: 236px;
}

.product-tutorial .tutorial-card .card-box h3 {
  text-align: center;
  font: normal normal 500 16px/22px Inter;
  letter-spacing: 0px;
  color: #000000;
  padding: 20px 0px 40px;
}

/* Comparison Table */
.compare h2 {
  padding: 0px 0px 40px;
}

.table-container {
  overflow-x: auto;
  margin: 0 auto;
  background-color: white;
  border-radius: 16px;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
}

.comparison-table thead th {
  font: normal normal bold 26px/32px Inter;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  padding: 25px 50px;
  border-top: 1px solid #9de7fa;
  border-left: 1px solid #9de7fa;
  border-bottom: 1px solid #9de7fa;
  border-top-left-radius: 16px;
}

.comparison-table tbody tr td:last-child {
  border-right: 1px solid #9de7fa;
}

.comparison-table thead th:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 16px;
  border-right: 1px solid #9de7fa;
}

.comparison-table tbody tr td {
  padding: 25px 50px;
  border-bottom: 1px solid #9de7fa;
  border-left: 1px solid #9de7fa;
  text-align: left;
}

.comparison-table tbody tr td h3 {
  font: normal normal 500 20px/28px Inter;
  letter-spacing: 0px;
  color: #000000;
}

.comparison-table tbody tr td:first-child,
.comparison-table thead th:first-child {
  background-color: #eafbff;
  width: 50%;
}

.comparison-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.comparison-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

/* Breadcrumb */
.breadcrumb ol {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.3;
  font-family: Inter;
  padding: 0px;
  display: flex;
  align-items: center;
  position: relative;
  top: 105px;
  z-index: 9;
}

.breadcrumb ol li {
  display: flex;
  align-items: center;
}

.breadcrumb .link {
  font-weight: 600;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.3;
  font-family: Inter;
  color: #727272;
}

.breadcrumb .span-page {
  color: #000;
  font-weight: 600;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.3;
  font-family: Inter;
}

.breadcrumb .link:hover {
  color: #00b1ff;
}

/* Caption Generation */
.capiton-generation h2 {
  padding: 120px 0px 80px;
}

.capiton-generation p {
  font: normal normal 500 20px/28px Inter;
  letter-spacing: 0px;
  color: #383838;
  text-align: center;
  padding: 0px 0px 50px;
}

.capiton-generation .flex {
  background-color: #000000;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
}

.capiton-generation .flex.first-one {
  height: 457px;
  margin-bottom: 10px;
  border-radius: 28px;
  overflow: hidden;
}

.capiton-generation .flex .col {
  width: 100%;
  flex: unset;
  padding: 50px 48px;
}

.capiton-generation .flex.first-one.last .col img {
  bottom: unset;
  top: -11px;
  left: 0px;
  position: relative;
}

.capiton-generation .flex .col.sec3,
.capiton-generation .flex .col.sec4 {
  padding: 0px;
}

.capiton-generation .flex h3 {
  font-weight: bold;
  font-size: clamp(24px, 3vw, 28px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0px;
  color: #ffffff;
}

.capiton-generation .flex p {
  font-size: clamp(20px, 2.5vw, 22px);
  line-height: 1.3;
  font-family: "Inter";
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0px 50px 0px 0px;
}

.capiton-generation .two-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}

.capiton-generation .two-section .flex {
  width: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 12px 0px;
  padding-bottom: 35px;
  border-radius: 28px;
  overflow: hidden;
}

.capiton-generation .two-section .flex .col:first-child {
  padding: 40px 48px;
}

.capiton-generation .two-section .flex .col {
  width: 100%;
  padding: 0px;
  margin: 0px;
  flex: unset;
  height: 350px;
}

.capiton-generation .two-section .flex .col.sec3 img,
.capiton-generation .two-section .flex .col.sec4 img {
  margin: auto;
  display: block;
  transform: scale(1.28);
  border-radius: 0px 0px 28px 28px;
}

/* Built Section */
.built-section {
  padding: 200px;
  margin-bottom: 60px;
}

.built-section h2 {
  padding: 0px 130px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(40px, 5vw, 50px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #fefefe;
  text-shadow: 0 3px 6px #00000029;
  margin-bottom: 30px;
}

.full-page .built-section {
  background-image: url("../img/built-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 200px;
  position: relative;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

/* Two Wrap */
.two-wrap {
  display: flex;
}

.two-wrap .col {
  width: 50%;
}

/* Banner Section */
.banner-section {
  padding: 120px 0px 0px;
  /* background: transparent
    linear-gradient(180deg, #ffffff 0%, #fffcfc 47%, #effcff 100%) 0% 0%
    no-repeat padding-box; */
}

.banner-section h1 {
  text-align: left;
  font-weight: 800;
  font-size: clamp(44px, 5.5vw, 54px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0px;
  color: #000000;
}

.banner-section h1 span {
  display: block;
  white-space: normal;
  text-align: left;
  font-size: 50px;
  line-height: 54px;
  color: transparent;
  background: transparent
    linear-gradient(90deg, #00baff 0%, #f765fd 60%, #925cfd 91%, #775afd 100%)
    0% 0% no-repeat padding-box;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block;
}

.banner-section p {
  font-weight: 600;
  font-size: clamp(22px, 2.5vw, 26px);
  line-height: 1.3;
  font-family: Inter;
  text-align: left;
  padding: 16px 100px 20px 0px;
  margin: 0px;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  color: #383838;
  padding: 0px 80px 20px 0px;
}

.main-banner {
  margin: 0px;
  height: auto;
  background: linear-gradient(360deg, #fff 0, #fffcfc 47%, #effcff 100%)
    no-repeat padding-box;
}

.main-banner .banner-section {
  position: relative;
}

.banner-section .btn.primary-btn {
  margin: 0px 0px 24px;
  padding-left: 25px;
}

/* User Count */
.user-count-content {
  padding: 0px;
}

.user-count-content .user-count {
  margin: 50px 0;
  position: relative;
  opacity: 1;
}

.user-count-content .user-count::after {
  content: "";
  width: 1.5px;
  height: 60%;
  background: #d0e0e3;
  position: absolute;
  right: -20px;
  top: 10px;
}

.user-count-content .user-count h2 {
  text-align: left;
  color: #383838;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 28px);
  line-height: 1.3;
  font-family: Inter;
  text-transform: capitalize;
  opacity: 0.5;
}

.user-count-content .user-count h3 {
  color: #383838;
  font-weight: 800;
  font-size: clamp(24px, 3vw, 28px);
  line-height: 1.3;
  font-family: Inter;
  opacity: 0.5;
}

.user-count-content .flex {
  align-items: center;
  overflow: hidden;
  gap: 20px;
  margin: 0px 100px;
}

/* Scroll Parent */
.scroll-parent {
  overflow: hidden;
  padding: 60px 0;
  white-space: nowrap;
  width: 100vw;
  position: relative;
}

.scroll-parent::after,
.scroll-parent::before {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.scroll-element {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: 20s linear infinite moveImages;
}

.brand-logo {
  padding: 0 45px;
}

/* Toggle Section */
.toggle-section h2 {
  padding: 120px 0px;
}

.toggle-section:first-of-type .faq-item.active .faq-title {
  color: #00baff;
}

/* AI Section Card */
.ai-section-card {
  padding: 120px 0px 0px;
}

.ai-section-card .ai-wrapper-card {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 0px 0px;
}

.ai-section-card .card-box {
  width: 324px;
  background-color: #fff;
  border-radius: 20px;
  padding: 1rem 1.75rem;
}

.ai-section-card .card-box a {
  color: #00baff;
}

.ai-section-card .card-box h3 {
  font-weight: bold;
  font-size: clamp(22px, 2.5vw, 26px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0px;
  color: #000000;
  padding: 32px 0px 16px;
}

.ai-section-card .card-box p {
  font-size: clamp(20px, 2.5vw, 22px);
  line-height: 1.3;
  letter-spacing: 0px;
  color: #000000;
}

.ai-section-card .card-box p a {
  color: #00baff;
}

/* More Tools */
.more-tools {
  padding: 0px 0px 100px;
}

.more-tools .content-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1215686275);
  border-radius: 27px;
  width: fit-content;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}

.more-tools .content-box:hover {
  background-color: #00baff;
}

.more-tools .content-box:hover p {
  color: #fff;
}

.more-tools .content-box p {
  margin: 0;
}

.more-tools .flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: start;
  padding: 80px 0px 20px;
}

.more-tools .flex-container p {
  text-align: center;
  font: normal normal 600 18px/24px Inter;
  letter-spacing: 0px;
  color: #383838;
}

/* Slick Slider */
.slick-slider {
  padding: 0px;
  text-align: center;
}

.slick-slider .slick-list {
  overflow: hidden;
  width: 90%;
  margin: auto;
}

/* Viral Section */
.viral-section p {
  padding: 24px 50px;
}

/* Breadcrumbs */
.breadcrumbs {
  margin: 0;
}

.breadcrumbs ol {
  font: normal normal 400 18px/24px Inter;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  top: 105px;
  z-index: 9;
  left: 205px;
}

.breadcrumbs .link {
  font: normal normal 600 18px/24px Inter;
  color: #727272;
}

.breadcrumbs .link:hover {
  color: #00b1ff;
}

/* Auto Subtitle */
.auto-subtitle {
  padding: 0px;
}

.auto-subtitle h2 {
  padding: 120px 0px 80px;
  margin: 0;
}

.auto-subtitle p.p {
  font-weight: 600;
  font-size: clamp(22px, 2.5vw, 24px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0px;
  color: #383838;
  text-align: center;
  padding: 0px 80px 60px;
}

.auto-subtitle .flex {
  justify-content: center;
  align-items: start;
  gap: 16px;
}

.auto-subtitle .flex h3 {
  line-height: 1.2 !important;
  font-weight: 800;
  letter-spacing: 0px;
  color: #0d0f0f;
  padding-bottom: 20px;
}

.auto-subtitle .flex p {
  line-height: 1.2 !important;
  font-weight: 600;
  color: #383838;
}

.auto-subtitle .flex p span {
  font-weight: 800;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0px;
  color: #000000;
}

.auto-subtitle .flex img {
  max-width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.auto-subtitle .flex .col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
  height: 100%;
}

.auto-subtitle .flex .col .caption {
  position: relative;
}

.auto-subtitle .flex .col .wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  height: auto;
}

/* Features */
.features {
  padding: 140px 0px;
}

.features .subSection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 54px;
}

.features .subSection .card {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 16px;
  width: 324px;
  height: 415px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.features .subSection .card h3 {
  font: normal normal bold 22px/28px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 24px 0px 16px;
  text-align: center;
}

.features .subSection .card p {
  text-align: center;
  font: normal normal medium 18px/26px Inter;
  letter-spacing: 0px;
  color: #ffffff;
}

/* BG Remover */
#bg-remover {
  width: 1000px;
  height: 592px;
  position: relative;
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
}

.bg-wrapper {
  width: 1040px;
  height: 592px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.bg-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../../assets/img/bg-img.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 12;
  position: absolute;
}

.before,
.after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/video-remover-background.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  overflow: hidden;
}

.before {
  max-width: 1024px;
}

.scroller {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
  z-index: 99;
}

.scroller:hover {
  opacity: 1;
}

.scrolling {
  pointer-events: none;
  opacity: 1;
}

.scroller__thumb {
  width: 100%;
  height: 100%;
}

.scroller:before,
.scroller:after {
  content: " ";
  display: block;
  width: 5px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
}

.scroller:before {
  top: 100%;
}

.scroller:after {
  bottom: 100%;
}

.scroller:before,
.scroller:after {
  background: #fff;
}

/* Testimonial */
.testimonial {
  padding: 120px 0 0px;
}

.card-wrap {
  background-color: #fff;
  border-radius: 24px;
  padding: 100px 50px;
  margin: 0 15px 20px;
  width: 500px !important;
  height: 510px;
  box-shadow:
    0 5px 5px #eee,
    0 2px 2px #eee;
}

.card-wrap h3 {
  font: 800 24px/32px Inter;
  letter-spacing: 0;
  color: #0d0f0f;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  text-align: left;
}

.card-wrap .footer {
  display: flex;
  display: -webkit-flex;
  margin: auto;
  align-items: self-start;
  gap: 20px;
  padding-bottom: 50px;
}

.card-wrap .footer .role-name {
  font-weight: 800;
  font-size: clamp(20px, 2.5vw, 22px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #0d0f0f;
  text-align: left;
}

.card-wrap .footer p {
  text-align: left;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #0d0f0f;
  margin-bottom: 0;
}

.card-wrap .footer .profile-icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  object-fit: cover;
}

/* Tab Content Section */
.tab-content-section {
  display: flex;
  padding-top: 85px;
}

.tab-content-section .arrow-btn {
  font-weight: bold;
  font-size: clamp(23px, 2.5vw, 27px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 20px;
  display: block;
}

.tab-content-section .arrow-btn:hover {
  color: #00baff;
}

.tab-content-section h3 {
  text-align: left;
  font-weight: bold;
  font-size: clamp(22px, 2.5vw, 26px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0px 0px 16px;
  width: 100%;
}

.tab-content-section ul li {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0px 100px 20px 0px;
}

.tab-content-section ul li span {
  font-weight: bold;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0px;
  color: #00c1ff;
}

.tab-content-section ul li a {
  color: #00baff;
}

.tab-content-section .right {
  width: 50%;
}

.tab-content-section .left {
  width: 50%;
}

/* Tab Wrapper */
.tab-wrapper {
  padding: 100px 0px 125px;
}

.tab-wrapper h2 {
  padding-bottom: 60px;
}

.tab-container {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 50px;
  padding: 40px 40px 80px;
}

.tabs {
  display: flex;
  position: relative;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 3px #0000001f;
  background: #282828;
  border: 1px solid #00c1ff;
  border-radius: 40px;
  opacity: 1;
  backdrop-filter: blur(5px);
  margin: auto;
  -webkit-backdrop-filter: blur(5px);
}

.tab {
  text-align: center;
  font: normal normal 600 22px/32px Inter;
  letter-spacing: 0px;
  background-color: transparent;
  border: none;
  color: #b2b2b2;
  padding: 20px 30px;
  outline: none;
  border-radius: 37px;
  margin: 8px 4px;
  transition: color 0.3s ease;
}

.tab.active {
  background: #00c1ff 0% 0% no-repeat padding-box;
  border-radius: 37px;
  text-align: center;
  font: normal normal 600 22px/32px Inter;
  letter-spacing: 0px;
  color: #ffffff;
}

.tab-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #007bff;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.tab-content {
  margin-top: 20px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Award Banner */
.award-banner {
  margin-top: 70px;
  background-image: url("../../assets/img/award-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  border-radius: 20px;
  align-items: center;
  padding: 0;
  margin: 0px;
}

.award-banner .left {
  width: 50%;
  padding: 10px 0 10px 80px;
}

.award-banner .left p {
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
  margin: 0px;
  text-align: left;
  padding-bottom: 20px;
}

.award-banner .left a {
  border: 1px solid #fff;
  opacity: 1;
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.3;
  font-family: Inter;
  letter-spacing: 0;
  color: #fff;
  width: fit-content;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 8px 20px;
  border-radius: 12px;
}

.award-banner .left a:hover {
  background-color: #fff;
  color: #000;
  transform: scale(1.01);
}

.award-banner .right {
  text-align: center;
  width: 50%;
}

.award-banner .right img {
  max-width: 100%;
  width: 138px;
  height: 188px;
  margin: auto auto 10px;
}

/* GIF Video */
.gif-video {
  padding: 120px 0px 0px;
}

.gif-video video {
  margin: 60px 0px;
  border-radius: 28px;
}

/* Two Section Image Positions */
.two-section .flex .col.sec3 img {
  position: relative;
  top: 40px;
  left: 60px;
}

.two-section .flex .col.sec4 img {
  position: relative;
  top: 60px;
  margin: auto;
  display: block;
}

.two-section .flex .col.sec5 img {
  position: relative;
  margin: auto;
  display: block;
}

.two-section .flex .col.sec6 img {
  bottom: 4px;
  position: relative;
  display: block;
  margin: auto;
}

/* Full Page */
.full-page {
  padding-bottom: 60px;
}

.full-page .testimonial {
  padding: 120px 0 0px;
}

/* Desktop/Mobile visibility */
.desktop {
  display: block;
}

.mobile {
  display: none;
}

/* Responsive Media Queries - Consolidated */

/* Up to 992px */
@media screen and (max-width: 992px) {
  .ai-editor-page .navbar {
    background-color: #fff;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

/* 768px to 992px */
@media screen and (min-width: 768px) and (max-width: 992px) {
  h2,
  .services h2 span,
  h2 span {
    width: 100% !important;
  }

  .banner-section h2 br {
    display: none;
  }

  .main-banner {
    margin: 50px 0;
  }
  .banner-section {
    padding: 120px 0px 0px;
  }
  .user-count-content,
  .auto-subtitle {
    padding: 0px;
  }
  .award-banner {
    align-items: center;
    height: auto;
    padding: 20px;
  }

  .award-banner .left {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .award-banner .left h2 {
    text-align: center;
    font-size: 44px !important;
    line-height: 54px !important;
  }

  .auto-subtitle .flex {
    flex-wrap: wrap;
  }

  .auto-subtitle .flex .col .wrap {
    height: auto;
  }

  .auto-subtitle .flex h3 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .auto-subtitle .flex .col .caption {
    top: 0px;
  }
  .capiton-generation .two-section .flex .col {
    height: auto;
  }
  .capiton-generation .flex p {
    text-align: left;
  }
  .capiton-generation .two-section .flex {
    padding-bottom: 30px;
  }
  .capiton-generation .flex.first-one.last .col img {
    top: 0px;
  }
  .voice-section .list-wrap .card {
    height: auto;
  }

  .capiton-generation .flex.first-one img {
    top: 59px;
    left: -16px;
  }

  .capiton-generation .two-section .flex .col.sec3 img,
  .capiton-generation .two-section .flex .col.sec4 img {
    margin: auto;
    display: block;
    transform: scale(1);
    position: relative;
    top: 31px;
  }

  .capiton-generation .two-section .flex .col.sec3 img {
    position: relative;
    right: 0px;
    top: 31px;
  }

  .product-tutorial .tutorial-card .card-box h3 {
    font: normal normal 500 16px/22px Inter !important;
  }

  .product-tutorial p {
    padding: 24px;
  }

  .two-wrap .col {
    width: 100%;
  }

  .capiton-generation .flex .col {
    padding: 50px 30px 20px;
    margin: 0px;
  }

  .user-count-content .flex {
    margin: 0px 30px;
  }

  .user-count-content .user-count h2,
  .user-count-content .user-count h3 {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .user-count-content .user-count::after {
    content: unset;
  }

  .built-section {
    padding: 100px 0px;
  }

  .built-section h2 {
    padding: 0px 30px;
  }

  .two-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .capiton-generation .flex h3 {
    padding: 20px 20px 20px 0px;
    font-weight: bold;
    font-size: clamp(24px, 3vw, 28px);
    line-height: 1.3;
    font-family: Inter;
  }

  .capiton-generation .flex p {
    padding: 0px;
  }

  br {
    display: none !important;
  }

  .capiton-generation .flex.last-one,
  .capiton-generation .flex.first-one {
    height: auto;
  }

  .faq-section {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .faq-section .wrapper,
  .two-wrap .col {
    width: 100%;
  }

  .faq-section .faq-image {
    margin: 50px auto 0px;
  }

  .two-section .flex .col.sec3 img {
    transform: unset;
    left: unset;
    top: 115px;
  }

  .two-section .flex .col.sec4 img {
    top: 120px;
    transform: scale(0.9);
  }

  .two-section .flex .col.sec5 img {
    transform: scale(0.9);
    top: 95px;
    position: relative;
  }

  .two-section .flex .col.sec6 img {
    top: 56px;
    bottom: unset;
    transform: scale(0.9);
  }

  .tab-content-section .left,
  .tab-content-section .right {
    width: 100%;
  }

  .tab-content-section .right img {
    margin: auto;
    display: block;
  }

  .tab-content-section {
    flex-direction: column;
    padding-top: 30px;
  }

  .tab-content-section h3 {
    padding: 0px 0px 16px;
  }

  .tab-content-section ul li {
    padding: 0px 0px 20px;
  }

  .tab {
    padding: 16px;
    width: auto;
    font-size: 16px;
  }

  .tab.active {
    font-size: 16px;
  }

  .tab-container {
    padding: 40px 20px;
  }

  .gif-video {
    padding: 60px 0px 0px;
  }

  .gif-video video {
    margin: 0px;
  }

  .auto-subtitle h2 {
    padding: 60px 0px;
  }

  #bg-remover {
    width: 100%;
    height: 400px;
  }

  .bg-wrapper {
    width: 100%;
    height: 100%;
  }

  .full-page .scroll-parent::after,
  .full-page .scroll-parent::before {
    content: unset;
  }

  .ai-editor-page .main-banner {
    height: 60vh;
  }

  .ai-editor-page .ai-section-card .ai-wrapper-card,
  .ai-editor-page .main-wrapper,
  .ai-editor-page .preps-section .edit-card {
    flex-wrap: wrap;
  }

  .ai-editor-page .integration .integration-wrap {
    width: 360px;
  }

  .ai-editor-page .snap-section .snap-wrapper .flex .col-16.first-child {
    padding: 50px;
  }

  .ai-editor-page .preps-section .card-container {
    width: 50%;
  }

  .ai-editor-page .ai-section-card .card-box {
    width: 45%;
  }

  .desktop {
    display: block;
  }

  .mobile,
  .services h2 br,
  .viral-section h2 br {
    display: none;
  }
}

/* Up to 767px */
@media screen and (max-width: 767px) {
  .container {
    max-width: 720px;
    padding: 15px;
  }

  .navbar {
    background-color: #fff;
  }

  .toolbar-header {
    height: auto;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .toolbar-header strong {
    padding: 0;
    gap: 8px;
    font: 600 16px / 20px Inter;
    padding: 0 50px;
  }

  .two-wrap,
  .auto-subtitle .flex,
  .auto-subtitle .flex .col .wrap,
  .capiton-generation .flex,
  .capiton-generation .two-section {
    flex-wrap: wrap;
  }

  .two-wrap {
    flex-direction: column;
    gap: 25px;
  }

  .auto-subtitle .flex .col {
    flex: unset;
  }

  .auto-subtitle .flex .col .wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .banner-section h2 {
    padding: 20px 0px;
  }

  .banner-section p {
    padding: 0px 20px 20px 0px;
  }

  .banner-section .btn.primary-btn,
  .btn.primary-btn,
  .built-section .btn.primary-btn {
    margin: 0;
    padding: 20px 24px !important;
    font-size: 16px;
  }

  .btn.primary-btn,
  .built-section .btn.primary-btn {
    margin: 20px auto 0px;
    background: #00baff;
    width: fit-content;
    padding: 15px 50px;
    height: auto;
  }

  .btn.primary-btn::after,
  .full-page .built-section .btn.primary-btn::after {
    content: none !important;
  }

  .capiton-generation {
    h2 {
      padding: 80px 0px;
    }

    .flex {
      height: auto;

      .col {
        /* margin: 50px 50px 0px; */
        width: 100%;
        flex: unset;
        padding: 20px;
      }

      h3 {
        padding: 20px 0px 20px;
      }

      p {
        padding: 0px;
        text-align: left;
      }
    }

    .flex.last-one,
    .flex.first-one {
      width: 100%;
      height: auto;
      flex-wrap: wrap;
      flex-direction: column;
    }

    .flex.last-one img {
      position: relative;
      top: -1px;
      left: -22px;
    }

    .flex.first-one .col:first-child {
      width: 100%;
      padding: 20px;
    }

    .flex.first-one img {
      transform: scale(1);
      top: 0px;
      left: -2px;
    }

    .flex.first-one.last {
      flex-direction: column-reverse;

      .col img {
        top: unset;
        transform: scale(1.1);
      }
    }

    .two-section .flex {
      width: 100%;
      margin: 10px 0px;
      padding: 20px;
      .col {
        height: auto;

        &:first-child {
          padding: 0px;
        }
      }

      .col.sec3 img,
      .col.sec4 img {
        transform: scale(1) translateX(-50%);
        top: 20px;
        left: 50%;
      }
    }
  }

  .faq-section {
    padding: 50px 20px 0px;
    flex-direction: column;
    flex-wrap: wrap;

    h2 {
      padding-top: 30px;
    }

    h3 {
      font-size: clamp(20px, 2.5vw, 24px);
      line-height: 1.3;
      font-weight: 800;
      padding: 0px;
    }

    .wrapper {
      width: 100%;
      padding: 20px 0px;
    }

    .faq-image {
      margin: 50px auto 0px;
    }
  }

  .ai-faq {
    .tab-content {
      padding-bottom: 80px;
    }

    .accordion-item {
      [open] summary {
        padding: 32px 32px 0;
        align-items: self-start;

        &.collapsed {
          padding: 32px;
        }

        &.collapsed::after,
        &:not(.collapsed)::after {
          top: 10px;
          position: relative;
        }
      }

      .accordion-body {
        padding: 0px 32px 48px;
      }
    }
  }

  .voice-section .list-wrap {
    flex-direction: column;

    .card {
      width: 100%;
      height: auto;

      h3 {
        font-size: 20px;
        padding: 20px 0px 0px;
      }
    }

    img {
      object-fit: cover;
    }
  }

  .instant-avatar,
  .product-tutorial,
  .full-page .testimonial {
    padding: 80px 0px 0px;
  }

  .instant-avatar .avatar-card-container {
    flex-direction: column;
    height: auto;
    gap: 12px;

    .feature-box {
      padding: 20px;

      h3 {
        font-size: 18px !important;
        padding: 15px 0px 0px;
      }

      p {
        font-size: 15px !important;
        padding: 15px 0px 10px;
      }
    }
  }

  .product-tutorial {
    p {
      padding: 24px;
      font-size: 16px !important;
    }

    .tutorial-card {
      gap: 15px;

      .card-box {
        width: auto;

        h3 {
          font: normal normal 500 14px/20px Inter !important;
          padding: 15px 0px 30px;
        }
      }
    }
  }

  .more-tools {
    .flex-container {
      a {
        width: 100%;
      }
    }

    .content-box {
      width: 100%;
    }
  }

  .two-wrap .col,
  .capiton-generation .two-section .flex {
    width: 100%;
  }

  .built-section {
    padding: 50px;

    h2 {
      padding: 0px 50px;
      line-height: 1.5 !important;
      font-size: 42px !important;
    }
  }

  .full-page .built-section {
    padding: 50px;
    margin-top: 0;
    background-size: cover;
    background-image: url(../img/sm-build-bg.webp);
  }

  .breadcrumb {
    margin-bottom: 0px;
  }

  .user-count-content .flex {
    margin: 0px;
  }

  .ai-section-card {
    .card-box {
      width: 100%;
      height: auto;
      margin: 12px 0;

      h3 {
        padding: 32px 0px 16px;
      }

      h4 {
        padding: 32px 0px 16px;
      }
    }

    .ai-wrapper-card {
      padding: 40px 0px 0px;
    }
  }

  .card-wrap {
    width: 400px !important;

    h3 {
      padding: 50px 0;
      color: #0d0f0f;
      text-align: center;
    }

    .footer {
      .role-name,
      p {
        text-align: center;
      }

      .role-name {
        font-size: 18px;
        line-height: 20px;
      }
    }
  }

  .tab-wrapper {
    padding: 50px 0px 90px;

    h2 {
      padding-bottom: 40px;
    }
  }

  .tab-container {
    padding: 30px 15px 60px;
    border-radius: 30px;
  }

  .tabs {
    overflow-x: auto;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }

  .tab {
    padding: 12px 20px;
    font-size: 14px;
    margin: 5px 2px;
    border-radius: 25px;

    &.active {
      font-size: 14px;
    }
  }

  .tab-content-section {
    flex-direction: column;
    padding-top: 40px;

    h3 {
      padding: 0px 0px 12px;
    }

    ul li {
      padding: 0px 0px 15px;
    }

    .arrow-btn {
      padding: 20px 0px 30px;
    }

    .left {
      padding-left: 0px;
      width: 100%;
    }
  }

  .toggle-section h2 {
    padding: 80px 0px 0px;
  }

  .award-banner {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    height: auto;
    padding: 20px;

    .left {
      width: 100%;
      padding: 20px;
      text-align: center;

      h2 {
        font-size: 30px !important;
        line-height: 1.3 !important;
        text-align: center;
      }

      p {
        font-size: 20px !important;
        line-height: 26px !important;
      }
    }

    .right {
      width: 100%;
      padding: 0px 20px 20px;

      img {
        width: 100px;
        height: 136px;
      }
    }
  }

  .comparison-table {
    thead th {
      padding: 12px;
      font-size: 18px !important;
      line-height: 28px !important;

      h3 {
        font: normal normal bold 18px / 28px Inter !important;
      }
    }

    tbody tr td {
      padding: 12px;

      h3 {
        padding: 12px;
        font-size: 18px !important;
        line-height: 30px !important;
      }
    }
  }

  .gif-video {
    padding: 60px 0px 0px;

    video {
      margin: 0px;
    }
  }

  .auto-subtitle h2 {
    padding: 60px 0px;
  }

  .faq-header {
    padding: 8px;
  }

  .two-section .flex {
    .col.sec3 img,
    .col.sec4 img,
    .col.sec5 img,
    .col.sec6 img {
      transform: scale(0.9);
      top: 80px;
    }
  }

  .scroll-parent {
    width: auto;
  }

  .user-count {
    width: 125px !important;
    height: 40px !important;
  }

  .js-video {
    width: auto;
    height: 200px;

    video {
      object-fit: contain;
      width: 100%;
      height: 200px;
    }
  }

  .play {
    position: relative;
    top: 38%;
    left: 41%;

    img {
      border-radius: 50px;
    }
  }

  .video-section,
  .video-poster {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .ai-editor-page {
    .main-banner {
      margin: 0;
      height: 100vh;

      h1,
      h1 span {
        font: 800 50px/56px Inter;
        white-space: normal;
        padding-top: 0;
        animation: none;
      }

      p {
        font: 600 20px/32px Inter;

        span {
          font: 800 24px/32px Inter;
        }
      }
    }

    .snap-section {
      padding-top: 110px;

      .snap-wrapper .flex .col-16.first-child {
        width: 100%;
        padding: 80px 36px;
      }
    }

    .ai-section-card h2 {
      padding-top: 70px 0 0;
    }

    .preps-section h2 {
      padding: 125px 25px 0;
      text-align: left;
    }

    .integration h2 {
      padding: 80px 0 50px;
    }

    .viral-section {
      padding: 95px 0 0;
    }

    .feautures h2 {
      padding: 75px 0 0;
    }

    .services {
      padding: 70px 0 0;
    }

    .raw-to-wow::after,
    .raw-to-wow::before,
    .testimonial .slider::after,
    .testimonial .slider::before {
      content: unset;
    }
  }

  .generationTab {
    width: 15%;
    margin: 32px 0;
    justify-content: center;

    img {
      width: 75px;
      height: 75px;
      padding: 16px;
      border-radius: 20px;
      background-color: #0d1e20;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    &.actives img {
      border-radius: 20px;
    }

    p {
      opacity: 0.5;

      &.actives p {
        opacity: 1;
      }
    }
  }

  .generationTabs {
    padding: 0;
    flex-wrap: wrap;
    flex-direction: unset;
    justify-content: center;

    .combine {
      flex-direction: unset;
      margin-bottom: 30px;
    }

    p.mobile {
      width: 450px;
      text-align: center;
      font: 800 16px/28px Inter !important;
    }
  }

  #generationImage {
    width: auto;
    height: auto;
    margin-top: 100px;
    bottom: 0 !important;
    padding: 0 10px 10px;
  }

  .desktop,
  .desktop.view,
  .generationSection .try-now,
  .scroll-element.primary:last-child img:first-child,
  .services h2 br,
  .viral-section h2 br {
    display: none;
  }

  .mobile {
    display: block;
  }
}

/* Up to 576px */
@media screen and (max-width: 576px) {
  .container {
    max-width: 540px;
    padding: 0 20px;
  }

  .banner-section {
    padding: 120px 0px 0px;

    h1 {
      font-size: 32px !important;
      line-height: 40px !important;

      span {
        font-size: 32px !important;
        line-height: 40px !important;
      }
    }

    h2 {
      font-size: 20px !important;
      line-height: 26px !important;
    }

    p {
      font-size: 16px !important;
      line-height: 22px !important;
    }
  }

  .faq-section {
    padding: 30px 15px 0px;

    h2 {
      font-size: 32px !important;
      line-height: 40px !important;
      padding: 40px 0px;
    }

    h3 {
      font-size: 20px !important;
      line-height: 26px !important;
    }
  }

  .capiton-generation h2 {
    padding: 60px 0px;
  }

  .ai-section-card {
    padding: 60px 0px 0px;

    .ai-wrapper-card {
      padding: 30px 0px 0px;
    }

    .card-box {
      padding: 1.5rem 1.5rem 2rem;

      h4 {
        font-size: 18px !important;
        line-height: 24px !important;
      }

      p {
        font-size: 15px !important;
        line-height: 20px !important;
      }
    }
  }

  .more-tools {
    padding: 0px 0px 60px;

    .flex-container {
      padding: 60px 0px 20px;
    }
  }

  .toggle-section h2 {
    padding: 60px 0px 0px;
  }

  .instant-avatar {
    padding: 60px 0px;

    h2 {
      font-size: 32px !important;
    }

    h2 + p {
      font-size: 16px !important;
      padding: 20px;
    }
  }

  .table-container {
    border-radius: 12px;
  }

  .voice-section p {
    font-size: 16px !important;
  }

  .full-page .built-section {
    padding: 40px 20px;

    h2 {
      font-size: 32px !important;
    }
  }

  .full-page .testimonial {
    padding: 60px 0px 0px;
  }

  .full-page .card-wrap {
    /* width: 100% !important; */
  }

  small {
    font-size: 14px !important;
    padding: 10px 0px 0px;
  }

  .productHunt {
    max-width: 90%;
  }
}

/* Up to 480px */
@media screen and (max-width: 480px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .award-banner {
    margin-top: 30px;
    border-radius: 15px;

    .left {
      a {
        font-size: 14px !important;
        padding: 6px 16px;
      }
    }
  }

  .comparison-table {
    thead th {
      padding: 8px;
      font-size: 12px !important;
    }

    tbody tr td {
      padding: 8px;

      h3 {
        font-size: 14px !important;
        padding: 8px;
      }
    }
  }

  .btn.primary-btn {
    padding: 15px 20px !important;
    font-size: 14px !important;
  }

  .full-page .user-count-content .user-count h2,
  .full-page .user-count-content .user-count h3 {
    font-size: 16px !important;
  }
}

/* Up to 360px */
@media screen and (max-width: 360px) {
  h2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .banner-section h1 {
    font-size: 24px !important;
    line-height: 32px !important;

    span {
      font-size: 24px !important;
    }
  }

  .faq-section h2 {
    font-size: 28px !important;
  }

  .tab {
    padding: 8px 12px;
    font-size: 12px;

    &.active {
      font-size: 12px;
    }
  }

  .comparison-table {
    thead th {
      font-size: 11px !important;
      padding: 6px;
    }

    tbody tr td {
      padding: 6px;

      h3 {
        font-size: 13px !important;
      }
    }
  }
}

/* 1024px to 1139px */
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .full-page .built-section {
    background-size: 110% 100%;
    padding: 150px;
  }
}

/* 320px to 767px */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .btn.primary-btn {
    width: fit-content;
  }

  .js-video,
  .video-poster {
    width: 100%;
    height: 200px;
  }

  .grid-container .card-one.first,
  .grid-container .card-one.second,
  .grid-container .card-two.first,
  .grid-container .card-two.second,
  .grid-container .main-card.first,
  .grid-container .main-card.last {
    width: 100%;
  }

  .full-page .swap-container .flex,
  .ai-editor-page .ai-section-card .ai-wrapper-card,
  .ai-editor-page .preps-section .edit-card,
  .ai-editor-page .main-wrapper,
  .ai-editor-page .snap-section .snap-wrapper .flex {
    flex-wrap: wrap;
  }

  .full-page .security .flex {
    flex-wrap: wrap;
    height: auto;
    flex-direction: column;

    .col.last-child {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding-bottom: 40px;
      padding-left: 0;
    }

    .col h3 {
      padding: 30px;
      text-align: center;
    }

    .col img {
      width: 70px;
    }
  }

  .full-page .brand-logo {
    margin: 10px 20px;
  }

  .generate-image {
    width: 100%;
    height: 500px;
    margin-top: 100px;

    img#generationImage {
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      left: 0;
      border-radius: 0 0 20px 20px;
    }
  }

  .about .flex {
    flex-wrap: wrap;
    flex-direction: column;

    .col img {
      object-fit: cover;
      transform: none;
      width: 100%;
      height: 444px;
      left: 0;
      bottom: 0;
      border-radius: 0 0 20px 20px;
    }

    .col:first-child {
      padding: 50px 45px 0;
    }
  }
}

/* 320px to 400px */
@media screen and (min-width: 320px) and (max-width: 400px) {
  .main-banner h1 span {
    white-space: normal !important;
  }

  .ai-editor-page .main-banner h1,
  .main-banner h1,
  .main-banner h1 span {
    font-weight: 800;
    font-size: clamp(40px, 5vw, 50px);
    line-height: 1.3;
    font-family: Inter;
  }

  .ai-editor-page .main-banner p,
  .main-banner p {
    padding: 0;
    margin: 20px 0 50px;
  }

  .banner-section .btn.primary-btn {
    font-weight: 800;
    font-size: clamp(16px, 2vw, 20px);
  }

  .full-page .user-count-content .user-count h3 {
    opacity: 1;
  }

  .full-page .user-count-content .user-count h2 {
    font: 600 24px/24px Inter !important;
    opacity: 1;
  }

  .ai-editor-page .main-banner,
  .main-banner {
    height: 700px;
  }

  .generationSection .subtitle {
    font-size: 16px;
    color: #00baff;
  }

  .full-page .slick-slider {
    max-width: 540px;
    padding: 0 15px;
  }

  .full-page .card-wrap {
    width: 275px !important;
  }

  .slick-slider .slick-list {
    overflow: hidden;
    width: calc(100% - 0px);
    max-width: 540px;
    margin: auto;
  }

  .ai-editor-page .built-section .btn.primary-btn {
    width: fit-content;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #00b1ff;
  }

  .ai-editor-page .raw-to-wow h3 {
    line-height: 34px !important;
  }

  .generationTab p {
    opacity: 0.7;
  }
}
