.preloader {
  background-color: var(--primary-black-color);
}

.hero-ai {
  background-image: url("../images/sections/welcome/bg.jpg");
  background-position: center;
  background-size: cover;
}

.cta-ai .section-image-box .sasly-img_one {
  top: 50px;
  left: 25%;
}

.cta-ai .section-image-box .sasly-img_one img {
  max-height: 400px;
  max-width: 100%;
}

.text-with-opacity {
  color: rgba(255, 255, 255, 0.65);
}

.features-two-ai {
  background-image: url("../images/sections/learning/bg.png");
  background-position: center;
  background-size: cover;
}

.cta-ai.custom .section-image-box {
  height: 630px;
}

.cta-ai.custom .sasly-img_one {
  top: 0;
  left: 50px;
  width: 460px;
}

.cta-ai.custom .sasly-img_two {
  top: 180px;

  img {
    max-width: inherit;
    width: 430px;
  }
}

.cta-ai.custom .sasly-img_three {
  top: 330px;
  left: 50px;
  transform: none;

  img {
    width: 380px;
    max-width: initial;
  }
}

.cta-ai.custom .sasly-img_four {
  top: 480px;
  right: 30px;
  left: initial;
  z-index: 1;

  img {
    max-width: initial;
    width: 378px
  }
}

.header-area {
  position: fixed;
  width: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 991px) {
  .header-three .header-navigation .sasly-nav-menu.menu-on {
    height: 100vh;
  }

  .header-navigation .sasly-nav-menu {
    transition-duration: unset;
    transition: left .2s ease-in-out !important;
  }
}

.text-primary {
  color: var(--primary-color) !important;
}

a {
  cursor: pointer;
}

.page-hero-ss {
  background-image: url("../images/sections/welcome/bg.jpg");
  background-position: center;
  background-size: cover;
}

.contact-form-ss .contact-wrapper {
  padding: 0;
  background: transparent;
}

.footer-widget.footer-newsletter-widget .footer-content .form-group .form_control {
  padding-left: 46px;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.iframePopup {
  z-index: 10000;

  .mfp-iframe-holder .mfp-content {
    z-index: 10001;
    max-width: 75vw;
    height: 80vh;
  }
}

.cta-ai .section-image-box {
  display: block !important;
}

@media (max-width: 768px) {
  .cta-ai .section-image-box .sasly-img_one {
    left: 9%;
  }
}

.rich-content {
  color: rgba(255, 255, 255, 0.65);

  li {
    position: relative;
    padding-left: 25px;

    &:before {
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: "\f336";
      position: absolute;
      left: 0;
      color: var(--primary-color);
    }
  }
}

.rich-content p, .rich-content ul, .rich-content ol {
  margin-bottom: 20px;
}

.rich-content a {
  color: var(--primary-color) !important;
}

.rich-content h1, .rich-content h2, .rich-content h3, .rich-content h4, .rich-content h5, .rich-content h6 {
  color: rgba(255, 255, 255, 0.65) !important;
  margin-bottom: 20px;
}

.hero-ai .hero-content h1 {
  font-size: 65px;
  text-transform: initial;
}

.tool-item {
  padding: 20px;

  h5 {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
  }
}

.cta-ai.about .cta-wrapper {
  background: linear-gradient(270deg, var(--primary-color)17 0%, var(--primary-color-2) 100%);
}

@media (max-width: 991px) {
  .hero-ai .hero-content h1 {
    font-size: 33px;
    line-height: 50px;
  }
}

.welcome {
  .tool-item {
    min-height: auto;

    span {
      color: var(--primary-color) !important;
      font-weight: bold;
      font-size: 32px;
      margin-bottom: 12px;
    }

    div {
      color: white;
      font-weight: 600;
      font-size: 18px;
    }
  }
}

.rounded-custom {
  border-radius: 10px;
}

.tool-item.extended {
  text-align: left;
  padding: 40px 30px 35px;

  .icon {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color-2) 100%);
    font-size: 50px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }

  .title {
    display: block;
    color: var(--white-color);
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    font-family: var(--heading-font);
  }

  .description {
    color: rgba(255, 255, 255, 0.65);
  }
}

.benefit-ai .sasly-item .icon {
  position: absolute;
  right: 0;
  top: 0;
}

.benefit-ai .sasly-item .content h4.title {
  padding-top: 18px;
  max-width: 100%;
}

.benefit-ai .sasly-item .content p {
  max-width: 100%;
}

.features-two-ai.benefit-ai .sasly-item .icon {
  position: initial;
}

.cta-ai .cta-wrapper {
  background: var(--back-2) !important;
}