/*---

-----------------------------------------------------------------------------------
Template Name: Sasly - Multipurpose Landing Page HTML Template
Page Name: Home AI
Description: Main landing page for AI products, showcasing key features, benefits, and CTA sections.
Author: Pixelfit
Version: 1.0 
-----------------------------------------------------------------------------------

---*/
/* Common CSS */
/*:root {*/
/*  --primary-color: #f62a00;*/
/*  --primary-color-2: #f1f3ce;*/
/*  --back-1: #522354;*/
/*  --back-2: #34073d;*/
/*  --primary-black-color: #210326;*/
/*}*/

.theme-btn.style-one {
  padding: 13px 20px;
  color: var(--white-color);
  background-size: 150% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--primary-color-2)));
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color-2) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.theme-btn.style-one:hover {
  color: var(--white-color);
  background-position: 100% 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.sub-heading {
  position: relative;
  color: var(--white-color);
  z-index: 1;
  overflow: hidden;
  border-radius: 14px;
  border: 2px solid var(--primary-color);
  background: rgba(255, 255, 255, 0.1);
}

.section-title h2 {
  color: var(--white-color);
  letter-spacing: -1.04px;
  margin-bottom: 30px;
}

.section-title p {
  color: var(--white-color);
  max-width: 730px;
  margin: 0 auto;
}

body {
  background-color: var(--primary-black-color);
}

/* Hero Section CSS */
.hero-ai {
  position: relative;
  z-index: 1;
  padding: 200px 0 150px;
}

.hero-ai .bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 370px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(125, 66, 220, 0.07)), color-stop(69.58%, rgba(125, 66, 220, 0)));
  background: linear-gradient(0deg, rgba(125, 66, 220, 0.07) 0%, rgba(125, 66, 220, 0) 69.58%);
}

.hero-ai .shape {
  position: absolute;
  z-index: -1;
}

.hero-ai .shape.shape-one {
  top: 0;
  left: 0;
}

.hero-ai .shape.shape-two {
  top: 20%;
  right: 0;
}

.hero-ai .element {
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .hero-ai .element {
    display: none;
  }
}

.hero-ai .element.el-one {
  left: 8%;
  -webkit-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-ai .element.el-one {
    left: 4%;
  }
}

.hero-ai .element.el-two {
  right: 8%;
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-ai .element.el-two {
    right: 4%;
  }
}

.hero-ai .element.el-three {
  top: 34%;
  left: 8%;
  -webkit-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-ai .element.el-three {
    left: 4%;
  }
}

.hero-ai .element.el-four {
  top: 38%;
  right: 8%;
  -webkit-animation: spin 9s linear infinite;
  animation: spin 9s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-ai .element.el-four {
    right: 4%;
  }
}

.hero-ai .hero-content h1 {
  font-size: 85px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2.55px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 40px;
}

.hero-ai .hero-content h1 span {
  line-height: 1.3;
}

.hero-ai .hero-content h1 span b {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#A150C4), to(#8244D9));
  background: linear-gradient(90deg, #A150C4 0%, #8244D9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 991px) {
  .hero-ai .hero-content h1 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero-ai .hero-content h1 {
    font-size: 35px;
    line-height: 50px;
  }
}

.hero-ai .hero-content h5 {
  max-width: 850px;
  margin: 0 auto 40px;
  font: 600 20px var(--body-font);
  line-height: 35px;
  color: var(--white-color);
}

@media (max-width: 767px) {
  .hero-ai .hero-content h5 {
    font-size: 16px;
    line-height: 30px;
  }
}

.hero-ai .hero-content .hero-search form {
  position: relative;
  max-width: 630px;
  margin: 0 auto;
}

.hero-ai .hero-content .hero-search form label {
  position: absolute;
  top: 15px;
  left: 30px;
  color: var(--white-color);
}

.hero-ai .hero-content .hero-search form input {
  padding: 14px 170px 14px 60px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  color: #7B7B7B;
}

.hero-ai .hero-content .hero-search form input::-webkit-input-placeholder {
  color: #7B7B7B;
}

.hero-ai .hero-content .hero-search form input::-moz-placeholder {
  color: #7B7B7B;
}

.hero-ai .hero-content .hero-search form input:-ms-input-placeholder {
  color: #7B7B7B;
}

.hero-ai .hero-content .hero-search form input::-ms-input-placeholder {
  color: #7B7B7B;
}

.hero-ai .hero-content .hero-search form input::placeholder {
  color: #7B7B7B;
}

.hero-ai .hero-content .hero-search form .theme-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.hero-ai .hero-content .check-list li {
  color: var(--white-color);
}

@media screen and (max-width: 991px) {
  .hero-ai .hero-content .check-list li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .hero-ai .hero-content .check-list li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-ai .hero-image {
  padding-top: 140px;
}

.hero-ai .hero-image img {
  border-radius: 20px;
}

/* Client Section CSS */
.client-ai .section-title h5 {
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.45);
}

/* Features Section CSS */
.features-ai {
  position: relative;
}

.features-ai .element {
  position: absolute;
  z-index: -1;
}

@media (max-width: 767px) {
  .features-ai .element {
    display: none;
  }
}

.features-ai .element.el-one {
  top: 10%;
  left: 8%;
  -webkit-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}

.features-ai .element.el-two {
  top: 12%;
  right: 8%;
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

.features-ai .element.el-three {
  bottom: 24%;
  left: 8%;
  -webkit-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}

.features-ai .element.el-four {
  bottom: 34%;
  right: 4%;
  -webkit-animation: spin 9s linear infinite;
  animation: spin 9s linear infinite;
}

.features-ai .section-content-box .sasly-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 40px 30px;
  border-radius: 10px;
}

.features-ai .section-content-box .sasly-item .content h4.title {
  color: var(--white-color);
  margin-bottom: 15px;
}

.features-ai .section-content-box .sasly-item .content i {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--primary-color-2)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color-2) 100%);
  font-size: 30px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 20px;
}

.features-ai .section-content-box .sasly-item .content p {
  color: rgba(255, 255, 255, 0.65);
}

.features-ai .section-iamage-box {
  padding: 25px 30px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--primary-color-2)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color-2) 100%);
  height: 565px;
}

@media (max-width: 767px) {
  .features-ai .section-iamage-box {
    height: 350px;
    padding: 20px 15px;
  }
}

.features-ai .section-iamage-box img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

/* Benefit Section CSS */
.benefit-ai .sasly-image-box {
  text-align: center;
}

.benefit-ai .sasly-item {
  position: relative;
  padding: 20px 20px 40px 40px;
  background-color: var(--back-2);
  border-radius: 10px;
}

.benefit-ai .sasly-item.item-two .icon {
  width: 75px;
  height: 75px;
  font-size: 35px;
}

.benefit-ai .sasly-item .icon {
  width: 100px;
  height: 100px;
  border-radius: 10px 10px 10px 80%;
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--primary-color-2)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color-2) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 45px;
  margin-left: auto;
  margin-bottom: 20px;
}

.benefit-ai .sasly-item .content span.number {
  position: absolute;
  top: 50px;
  left: 40px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
  border-radius: 50%;
  font-family: var(--heading-font);
  font-weight: 500;
  letter-spacing: -0.32px;
}

.benefit-ai .sasly-item .content h4.title {
  color: var(--white-color);
  max-width: 200px;
  margin-bottom: 40px;
}

.benefit-ai .sasly-item .content p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 220px;
}

/* Features Section CSS */
.features-two-ai .sasly-card-item {
  padding: 50px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .features-two-ai .sasly-card-item {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .features-two-ai .sasly-card-item {
    padding: 30px 20px;
  }
}

.features-two-ai .sasly-card-item .card-image-box img {
  width: 100%;
  border-radius: 30px;
}

.features-two-ai .sasly-card-item .card-content h3.title {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px; /* 133.333% */
  letter-spacing: -0.6px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .features-two-ai .sasly-card-item .card-content h3.title {
    font-size: 20px;
    line-height: 30px;
  }
}

.features-two-ai .sasly-card-item .card-content p {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
}

.features-two-ai .sasly-card-item .card-content .check-list {
  margin-top: 30px;
}

.features-two-ai .sasly-card-item .card-content .check-list li {
  color: var(--white-color);
}

/* Pricing Section CSS */
.pricing-ai .pricing-wrapper {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: var(--back-2);
}

.pricing-ai .pricing-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 940px;
  width: 100%;
  height: 290px;
  border-radius: 219.5px;
  background: radial-gradient(50% 50% at 50% 50.77%, var(--primary-color) 0%, var(--primary-color-2) 100%);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: -1;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .pricing-ai .pricing-wrapper {
    background-color: transparent;
    border: none;
  }
}

@media screen and (max-width: 991px) {
  .pricing-ai .pricing-wrapper {
    background-color: transparent;
    border: none;
  }
}

.pricing-ai .pricing-item {
  background-color: var(--back-2);
  padding: 60px 65px 30px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .pricing-ai .pricing-item {
    padding: 60px 45px 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .pricing-ai .pricing-item {
    padding: 40px 35px;
  }
}

@media screen and (max-width: 991px) {
  .pricing-ai .pricing-item {
    padding: 40px 35px;
  }
}

@media (max-width: 767px) {
  .pricing-ai .pricing-item {
    padding: 30px 25px;
  }
}

.pricing-ai .pricing-item.item-border {
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .pricing-ai .pricing-item.item-border {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .pricing-ai .pricing-item.item-border {
    height: auto;
  }
}

/* Pricing Section CSS */
.integration-tools-ai .section-title h4 {
  font-size: 35px;
  line-height: 45px;
  color: var(--white-color);
}

.testimonial-ai {
  position: relative;
  z-index: 1;
}

.testimonial-ai:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 470px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(125, 66, 220, 0)), color-stop(69.58%, rgba(125, 66, 220, 0.07)));
  background: linear-gradient(0deg, rgba(125, 66, 220, 0) 0%, rgba(125, 66, 220, 0.07) 69.58%);
  z-index: -1;
}

.testimonial-ai .top-testimonial .marquee-slider {
  padding: 0;
  margin: 0;
  will-change: transform;
  -webkit-animation: marquee 50s linear infinite;
  animation: marquee 50s linear infinite;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.testimonial-ai .top-testimonial .marquee-slider:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.testimonial-ai .top-testimonial .marquee-slider li {
  list-style: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  position: relative;
  text-align: center;
  margin: 0 10px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .testimonial-ai .top-testimonial .marquee-slider li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-ai .top-testimonial .marquee-slider li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-ai .top-testimonial .marquee-slider li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.testimonial-ai .bottom-testimonial .marquee-slider {
  padding: 0;
  margin: 0;
  will-change: transform;
  -webkit-animation: marquee_slide-2 50s linear infinite;
  animation: marquee_slide-2 50s linear infinite;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.testimonial-ai .bottom-testimonial .marquee-slider:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.testimonial-ai .bottom-testimonial .marquee-slider li {
  list-style: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  position: relative;
  text-align: center;
  margin: 0 10px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .testimonial-ai .bottom-testimonial .marquee-slider li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-ai .bottom-testimonial .marquee-slider li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-ai .bottom-testimonial .marquee-slider li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

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

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

@-webkit-keyframes marquee_slide-2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes marquee_slide-2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.faq-ai .section-content-box > p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 30px;
}

.faq-ai .accordion-item {
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
}

.faq-ai .accordion-item .accordion-header .accordion-title {
  color: var(--white-color);
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.faq-ai .accordion-item .accordion-header .accordion-title span.sn {
  margin-right: 8px;
}

.faq-ai .accordion-item .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(16, 16, 16, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--primary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-ai .accordion-item .accordion-header .accordion-title[aria-expanded=true]:after {
  border-color: #26272B;
  content: "\f068";
  color: var(--white-color);
}

.faq-ai .accordion-item .accordion-content p {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.65);
}

.cta-ai .cta-wrapper {
  padding: 30px 50px;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, from(var(--primary-color)), to(var(--primary-color-2)));
  background: linear-gradient(270deg, var(--primary-color) 0%, var(--primary-color-2) 100%);
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .cta-ai .cta-wrapper {
    padding: 30px 20px;
  }
}

.cta-ai .cta-wrapper .pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta-ai .section-image-box {
  position: relative;
  max-width: 630px;
  height: 475px;
  z-index: 1;
  margin-left: auto;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-ai .section-image-box {
    margin: 40px auto 0;
  }
}

@media (max-width: 767px) {
  .cta-ai .section-image-box {
    display: none;
  }
}

.cta-ai .section-image-box .sasly-img_one {
  position: absolute;
  left: 0;
  top: 0;
}

.cta-ai .section-image-box .sasly-img_one img {
  border-radius: 10px;
  max-width: 275px;
}

.cta-ai .section-image-box .sasly-img_two {
  position: absolute;
  right: 15px;
  top: 15px;
}

.cta-ai .section-image-box .sasly-img_two img {
  border-radius: 10px;
  max-width: 275px;
}

.cta-ai .section-image-box .sasly-img_three {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.cta-ai .section-image-box .sasly-img_three img {
  max-width: 275px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.3);
}

.cta-ai .section-image-box .sasly-img_four {
  position: absolute;
  left: 30px;
  bottom: 40px;
  z-index: -1;
}

.cta-ai .section-image-box .sasly-img_four img {
  border-radius: 10px;
  max-width: 210px;
}

.cta-ai .section-image-box .sasly-img_five {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cta-ai .section-image-box .sasly-img_five img {
  border-radius: 10px;
  max-width: 360px;
}

@media screen and (max-width: 991px) {
  .cta-ai .section-content-box {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .cta-ai .section-content-box {
    margin-bottom: 0;
  }
}

.cta-ai .section-content-box h2 {
  color: var(--white-color);
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .cta-ai .section-content-box h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 24px;
  }
}

.cta-ai .section-content-box > p {
  color: var(--white-color);
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .cta-ai .section-content-box > p {
    margin-bottom: 30px;
  }
}

.cta-ai .section-content-box .theme-btn.style-one {
  background: var(--white-color);
  color: var(--heading-color);
  padding: 22px 50px;
}

.cta-ai .section-content-box .check-list li {
  color: var(--white-color);
}

.cta-ai .section-content-box .check-list li i {
  color: var(--white-color);
}

.footer-widget h4.widget-title {
  color: var(--white-color);
}

.footer-widget .footer-content .social-link li a {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}

.footer-widget .footer-content .social-link li a:hover {
  color: var(--heading-color);
}

.footer-widget.footer-newsletter-widget .footer-content .form-group .form_control {
  border-radius: 10px;
  border: 1.2px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white-color);
}

.footer-widget.footer-newsletter-widget .footer-content .form-group .theme-btn.style-one {
  padding: 13px 25px;
  font-size: 14px;
  border-radius: 8px;
}

.ai-footer {
  color: var(--white-color);
}

.ai-footer .newsletter-wrapper {
  padding: 100px 20px;
}

.ai-footer .newsletter-wrapper .section-content-box h2 {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1.04px;
  margin-bottom: 30px;
}

.ai-footer .newsletter-wrapper .section-content-box h5 {
  font-weight: 500;
  color: #B8B8B8;
  margin-bottom: 40px;
}

.ai-footer .footer-copyright {
  border-color: rgba(255, 255, 255, 0.1);
}

.ai-footer .footer-copyright .copyright-text p {
  color: #bbb;
}

.ai-footer .footer-copyright .copyright-text p span {
  color: var(--white-color);
}

.ai-footer .footer-copyright .copyright-nav ul li a {
  color: #bbb;
}

.ai-footer .footer-copyright .copyright-nav ul li a:hover {
  color: var(--white-color);
}