:root {
  --black: #000000;
  --blue: #2f80ed; /* Main blue */
  --blue-1: #6ab0ff; /* Light blue */
  --blue-mix: #a7ceff; /* Mixed highlight color */
  --white: #ffffff;
  --grey: #4d4d4d;
  --light-gray: #e6e6e6;
  --light-gray1: #666666;
  --light-gray2: #fbfaff;
}

.robotBorders ol,
ul {
  margin: 0;
  list-style: none;
}

.banner-main {
  position: relative;
  z-index: 1;
}

.banner-main:after {
  content: "";
  position: absolute;
  left: -15%;
  bottom: -40%;
  z-index: -1;
  width: 500px;
  height: 700px;
  background-color: #499f4660;
  border-radius: 200px;
  filter: blur(170px);
}

.bannerTopSpace header {
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: var(--white);
}

.welcome-banner p {
  color: var(--grey);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}
.welcome-banner p span {
  display: inline-block;
}
.welcome-banner p small {
  color: #0e6925;
  background: linear-gradient(
    to bottom,
    var(--blue) 0%,
    var(--blue) 30%,
    var(--blue-mix) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 600;
  font-size: unset;
}

.welcome-banner {
  overflow: hidden;
  padding-bottom: 75px; /* 150px */
  margin-bottom: -50px;
}

.banner-content {
  margin-top: 25px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.home_banner_title {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 42px;
  line-height: 52px;
}
.home_banner_title span {
  background: var(--blue);
  background: linear-gradient(
    to bottom,
    var(--blue) 0%,
    var(--blue) 45%,
    var(--blue-mix) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.banner-image {
  width: 100%;
  /* margin-top: -70px; */
  z-index: 1;
  position: relative;
}
.cloud-image-2 {
  width: 80px;
  position: absolute;
  right: 42px;
  top: -150px;
  z-index: 2;
}
.bannerScreenShots {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding-left: 10px;
  position: relative;
  z-index: 2;
}
.bannerScreenShots ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
}
.bannerScreenShots .screenshotsImage {
  animation: screenShotsAmimation 2s;
  max-width: 85%;
}

@-webkit-keyframes screenShotsAmimation {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes screenShotsAmimation {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.mobile-image {
  display: none;
}

.robotBanner {
  width: 450px;
  position: relative;
}

.robotBorders {
  position: absolute;
  right: -160px;
  top: 75px;
  bottom: 50px;
  margin: auto;
  height: 550px;
  width: 550px;
}
.robotBorders:after {
  content: "";
  position: absolute;
  left: -230px;
  top: 0;
  transform: translate(50%, 0);
  z-index: -1;
  width: 475px;
  height: 440px;
  background-color: #ff8400a8;
  border-radius: 50%;
  filter: blur(160px);
}

.robotBorders ul:before {
  content: "";
  width: 60%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border: solid 1px #d9ab29;
  border-radius: 100%;
}

.robotBorders ul {
  border: dashed 2px #c8bfb6;
  display: block;
  border-radius: 100%;
  outline: dashed 2px #c8bfb6;
  outline-offset: -60px;
  animation: rotate 50s linear infinite;
  -webkit-animation: rotate 50s linear infinite;
  animation-delay: 1s;
  width: 100%;
  height: 100%;
}

.robotBorders ul li {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  animation: rotateIcon 50s linear infinite;
  -webkit-animation: rotateIcon 50s linear infinite;
  animation-delay: 1s;
}

.robotBorders ul li img {
  max-width: 45px;
  max-height: 45px;
}

.robotBorders ul li:nth-child(1) {
  left: auto;
  top: -6px;
  right: 34%;
}
.robotBorders ul li:nth-child(1) img,
.robotBorders ul li:nth-child(5) img {
  max-width: 30px;
  max-height: 30px;
}
.robotBorders ul li span {
  position: absolute;
  left: 50%;
  bottom: -16px;
  font-size: 11px;
  color: var(--grey);
  font-weight: 500;
  transform: translateX(-50%);
}

.robotBorders ul li:nth-child(2) {
  left: 22%;
  top: 80px;
}

.robotBorders ul li:nth-child(2) img,
.robotBorders ul li:nth-child(4) img,
.robotBorders ul li:nth-child(7) img {
  max-width: 48px;
  max-height: 48px;
}

.robotBorders ul li:nth-child(3) {
  left: -19px;
  top: 45%;
}
.robotBorders ul li:nth-child(3) img,
.robotBorders ul li:nth-child(8) img,
.robotBorders ul li:nth-child(6) img {
  max-width: 40px;
  max-height: 40px;
}

.robotBorders ul li:nth-child(4) {
  left: 16%;
  top: auto;
  bottom: 30px;
}

.robotBorders ul li:nth-child(5) {
  left: 55%;
  bottom: -12px;
  top: auto;
}

.robotBorders ul li:nth-child(6) {
  left: auto;
  top: 22%;
  bottom: auto;
  right: 15.5%;
}
.robotBorders ul li:nth-child(7) {
  left: auto;
  bottom: 17%;
  top: auto;
  right: 19%;
}
.robotBorders ul li:nth-child(8) {
  right: -17px;
  top: 48%;
  bottom: auto;
  left: auto;
}

.robotBorders ul li:nth-child(9) {
  left: 36%;
  top: auto;
  bottom: 24px;
  animation: none !important;
}

.cloud-image-3 {
  width: 80px;
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: 2;
}

.robotBannerImage {
  width: 100%;
  display: flex;
  flex-direction: row;
  place-content: flex-end;
  align-items: center;
  flex: 1;
  height: 100%;
  position: relative;
  z-index: 2;
  position: absolute;
  right: 160px;
  top: 20px;
}

.robotBannerImage img {
  width: 185px;
  margin-right: 25px;
  margin-bottom: 60px;
  /* width: 50%; */
}

.getStartedFreeButton {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  font-size: 18px;
  color: var(--black);
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: var(--blue-mix);
  border: 0 none;
}
.getStartedFreeButton:hover {
  background: var(--blue);
  color: var(--white);
}
.getStartedFreeButton:hover::after {
  background: url(../assets/images/right-arrow-black.svg) no-repeat center
    center;
  background-size: contain;
}

.getStartedFreeButton::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../assets/images/right-arrow-black.svg) no-repeat center
    center;
  background-size: contain;
  margin-left: 6px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.getStartedFreeButton img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -3px;
}

.banner-content .getStartedFreeButton {
  background: var(--blue-mix);
}
.banner-content .getStartedFreeButton:hover {
  background: var(--blue);
}

.getStartedFreeButton.knowMoreButton {
  background: none;
  padding: 0;
  line-height: 22px;
}
.getStartedFreeButton.knowMoreButton::after {
  width: 20px;
  height: 20px;
}
.getStartedFreeButton.knowMoreButton:hover::after {
  background: url(../assets/images/right-arrow-black.svg) no-repeat center
    center !important;
  background-size: contain !important;
}
.getStartedFreeButton.knowMoreButton:hover {
  background: none;
  color: var(--blue);
}

.pioneers-section.power-section .getStartedFreeButton {
  margin-top: 40px;
}
.getStartedFreeButton.schedule-demo {
  background: var(--black);
  font-size: 16px;
  padding: 12px 15px;
  font-weight: 600;
  border-radius: 6px;
  color: var(--white);
}
.getStartedFreeButton.schedule-demo:hover {
  background: var(--blue);
}
.getStartedFreeButton.schedule-demo::after {
  background: url(../assets/images/arrow-button.png) no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.getStartedFreeButton a {
  text-decoration: none;
  color: #000000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.flex-align-center {
  justify-content: center;
  -webkit-justify-content: center;
}

.pioneers-section ul li {
  width: 125px;
  margin: 0 15px 30px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.pioneers-section ul li.empty-space {
  width: 20px !important;
}
.pioneers-section ul li img {
  border-radius: 12px;
}
.pioneers-section ul li:hover {
  transform: scale(1.1);
}
.pioneers-section .content-heading h2 img {
  width: 90px;
  margin-top: 12px;
}
.pioneers-section.power-section {
  position: relative;
  z-index: 1;
}
.pioneers-section.power-section ul {
  margin-bottom: 0;
}
.pioneers-section.power-section ul li {
  width: 125px;
  margin: 0 10px 25px;
}
.pioneers-section.power-section ul li p {
  font-size: 14px;
  font-weight: 500;
}
.pioneers-section.power-section ul li figure {
  margin-bottom: 10px;
}
.pioneers-section.power-section ul li img {
  box-shadow: none;
  width: 110px;
  margin: 0 auto;
}
.pioneers-section.power-section .getStartedFreeButton {
  margin-top: 40px;
}
.pioneers-section.protection-section ul li {
  width: 16.66%;
  margin: 0 0 20px;
  padding: 0 10px;
}
.pioneers-section.protection-section ul li img {
  box-shadow: none;
}

.content-heading {
  margin-bottom: 50px;
  text-align: center;
}
.content-heading h2 {
  margin-bottom: 20px;
}
.content-heading h2 span {
  background: var(--green);
  background: linear-gradient(
    to bottom,
    var(--green) 0%,
    var(--green) 45%,
    var(--yellow) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content-heading h2 img {
  display: inline-block;
  vertical-align: middle;
  width: 175px;
  margin-top: 18px;
}
.content-heading h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 145px;
  margin-top: 14px;
}
.content-heading p {
  font-size: 22px;
  line-height: 28px;
  max-width: 80%;
  margin: 0 auto;
}

.content-heading h2 img {
  width: 85px;
  margin-top: 11px;
  margin-left: 4px;
}
.pioneers-section h2 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  color: var(--black);
  font-weight: 700;
}
.pioneers-section p {
  font-size: 16px;
  line-height: 24px;
  color: var(--grey);
}
.nextos-section-main {
  position: relative;
  z-index: 0;
}
.nextos-section-main:after {
  content: "";
  position: absolute;
  left: -15%;
  bottom: 10%;
  z-index: -1;
  width: 650px;
  height: 900px;
  background-color: #ffe0b2;
  border-radius: 20%;
  filter: blur(160px);
}
.pioneers-section .container {
  max-width: 1280px;
  margin: 0 auto;
}
.logo-card {
  width: 125px;
  height: 125px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.logo-img {
  width: 70px;
  height: 70px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@media only screen and (max-width: 1600px) {
  .pioneers-section.power-section ul li {
    width: 112px;
  }
}

@media only screen and (max-width: 1400px) {
  .welcome-banner p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .banner-content {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .home_banner_title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 50px;
  }
  .robotBanner {
    width: 400px;
  }
  .robotBorders {
    right: -195px;
    top: -90px;
    bottom: auto;
    transform: scale(0.7) !important;
  }
  .robotBorders:after {
    width: 550px;
    height: 550px;
    left: -235px;
    filter: blur(140px);
  }
  .getStartedFreeButton {
    padding: 12px 20px;
  }
  .pioneers-section .content-heading h2 img {
    width: 80px;
    margin-top: 12px;
  }
  .pioneers-section ul li {
    width: 135px;
    margin: 0 10px 20px;
  }
  .pioneers-section {
    padding: 50px 0;
  }
  .pioneers-section.power-section ul li {
    width: 100px;
  }
  .pioneers-section.protection-section {
    padding: 50px 15px;
  }
  .pioneers-section.power-section {
    padding: 50px 15px;
  }
  .content-heading h2 {
    margin-bottom: 10px;
  }
  .content-heading h2 img,
  .nextos-right h2 img {
    width: 148px;
    margin-top: 12px;
  }
  .content-heading p {
    font-size: 22px;
  }
  .content-heading h3 img {
    width: 130px;
    margin-top: 12px;
  }
  .pioneers-section h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .pioneers-section .container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1279px) {
  .pioneers-section ul li.empty-space {
    width: 10px;
  }
  .pioneers-section.power-section ul li {
    width: 85px;
  }
}

@media only screen and (max-width: 1150px) {
  /* .banner-content { margin-bottom: -45px;} */
  .banner-main:after {
    width: 600px;
    height: 700px;
  }
  .welcome-banner p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .banner-content {
    margin-bottom: 25px;
  }
  .home_banner_title {
    font-size: 36px;
    line-height: 42px;
  }
  .cloud-image-2 {
    top: -90px;
    right: 8px;
    width: 65px;
  }
  .bannerScreenShots .screenshotsImage {
    max-width: 100%;
  }
  .robotBorders {
    right: -207px;
    top: -120px;
    bottom: auto;
    transform: scale(0.6) !important;
  }
  .robotBorders:after {
    width: 450px;
    height: 450px;
    left: -200px;
  }
  .getStartedFreeButton {
    padding: 8px 16px;
    font-size: 18px;
  }
  .pioneers-section .content-heading h2 img {
    width: 74px;
    margin-top: 12px;
  }
  .pioneers-section ul li.empty-space {
    display: none;
  }
  .pioneers-section.power-section ul li {
    width: 100px;
  }
  .content-heading h2 img,
  .nextos-right h2 img {
    width: 110px;
    margin-top: 12px;
  }
  .content-heading h2 img {
    width: 110px;
    margin-top: 10px;
  }
  .content-heading p {
    font-size: 20px;
  }
  .content-heading h3 img {
    width: 110px;
    margin-top: 9px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-main:after {
    width: 500px;
    height: 600px;
  }
  .welcome-banner p br {
    display: none;
  }
  .banner-content {
    margin-top: 20px;
  }
  .cloud-image-2 {
    top: -65px;
  }
  .robotBanner {
    width: 300px;
  }
  .getStartedFreeButton.schedule-demo {
    padding: 10px 20px;
  }
  .pioneers-section.protection-section ul li {
    width: 25%;
  }
  .pioneers-section.power-section ul li {
    width: 108px;
  }
  .content-heading {
    margin-bottom: 30px;
  }
  .nextos-section-main:after {
    bottom: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-main:after {
    width: 400px;
    height: 500px;
  }
  .welcome-banner p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .welcome-banner {
    height: 100%;
    padding-bottom: 55px;
    padding-top: 20px;
  }
  .banner-content {
    margin-top: 0;
  }
  .home_banner_title {
    font-size: 32px;
    line-height: 40px;
  }
  .banner-image {
    flex-direction: column;
  }
  .cloud-image-2 {
    top: 0;
  }
  .bannerScreenShots {
    width: 65%;
  }
  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
  }
  .robotBanner {
    width: 100%;
  }
  .robotBorders {
    right: -220px;
    top: -500px;
    bottom: auto;
    transform: scale(0.5) !important;
  }
  .getStartedFreeButton {
    padding: 8px 16px;
    font-size: 16px;
    min-height: 40px;
  }
  .getStartedFreeButton::after {
    width: 24px;
    height: 24px;
  }
  .pioneers-section .content-heading h2 img {
    width: 68px;
    margin-top: 10px;
  }
  .pioneers-section {
    padding: 40px 0 30px;
  }
  .pioneers-section ul li {
    width: 130px;
  }
  .pioneers-section.power-section {
    padding-top: 30px;
  }
  .pioneers-section.protection-section {
    padding: 40px 15px;
  }
  .pioneers-section.power-section {
    padding: 40px 15px;
  }
  .content-heading h2 img,
  .nextos-right h2 img {
    width: 104px;
    margin-top: 10px;
  }
  .content-heading {
    margin-bottom: 30px;
  }
  .content-heading p {
    font-size: 18px;
    line-height: 24px;
  }
  .content-heading p {
    max-width: 100%;
  }
  .nextos-section-main:after {
    width: 300px;
    height: 700px;
    filter: blur(130px);
  }
}
@media only screen and (max-width: 599px) {
  .cloud-image-2 {
    width: 60px;
    right: 0;
  }
  .bannerScreenShots {
    width: 55%;
  }
  .robotBorders {
    top: -395px;
    right: -230px;
    transform: scale(0.4) !important;
  }
  .cloud-image-3 {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
  .pioneers-section.protection-section ul li {
    width: 130px;
  }
  .pioneers-section.protection-section ul li {
    width: 150px;
  }
  .pioneers-section {
    padding: 80px 0 30px;
  }
  .pioneers-section .content-heading h2 img {
    width: 58px;
    margin-top: 6px;
  }
  .pioneers-section ul li {
    width: 85px;
  }
  .pioneers-section.protection-section ul li {
    width: 25%;
  }
  .pioneers-section.power-section ul li {
    width: calc(33.33% - 20px);
  }
  .content-heading p {
    font-size: 16px;
    line-height: 24px;
  }
  .content-heading h2 img,
  .nextos-right h2 img {
    width: 94px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-main:after {
    width: 280px;
  }
  .welcome-banner {
    padding-bottom: 85px;
    margin-bottom: 0;
  }
  .welcome-banner p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-content {
    margin-bottom: 30px;
  }
  .home_banner_title {
    font-size: 26px;
    line-height: 32px;
  }
  .home_banner_title {
    margin-bottom: 15px;
  }
  .home_banner_title {
    font-size: 20px;
    line-height: 25px;
  }
  .cloud-image-2 {
    width: 45px;
    right: 10px;
    top: -40px;
  }
  .bannerScreenShots {
    width: 50%;
  }
  .robotBorders {
    top: -345px;
  }
  .getStartedFreeButton.schedule-demo {
    padding: 8px 15px;
  }
  .header-buttons .getStartedFreeButton {
    font-size: 14px;
    padding: 6px 10px;
  }
  .header-buttons .getStartedFreeButton {
    min-height: 32px;
    font-size: 13px;
    padding: 5px 8px;
  }
  .header-buttons .getStartedFreeButton::after {
    width: 20px;
    height: 20px;
  }
  .pioneers-section ul li {
    width: 75px;
  }
  .pioneers-section.protection-section ul li {
    width: 50%;
  }
  .content-heading h3 img {
    width: 88px;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 350px) {
  .pioneers-section .content-heading h2 img {
    width: 53px;
  }
  .content-heading h2 img,
  .nextos-right h2 img {
    width: 84px;
    margin-top: 6px;
  }
  .pioneers-section .content-heading h2 img {
    width: 53px;
  }
  .content-heading h3 img {
    width: 78px;
    margin-top: 5px;
  }
}
