*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #eeeeee;
  background-color: #030410;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

h1 {
  font-size: 52px;
  line-height: 70px;
  font-weight: 400;
}

h2 {
  font-size: 36px;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
}

h3 {
  font-size: 28px;
  line-height: 36px;
}

li {
  list-style: none;
}

.container {
  width: clamp(340px, 90%, 1220px);
  padding: 0 10px;
  margin: 0 auto;
}

/*
.header__bg-img {
  background-image: url(../img/light-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
*/
.menu-top {
  width: 100%;
}

.logo__top {
  padding-top: 14px;
}

.burger__item {
  display: none;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 50px;
  position: fixed;
  top: 0;
  z-index: 5;
  padding-bottom: 70px;
  padding-top: 20px;
  background-color: #030410;
}

.logo__top-img {
  padding-top: 14px;
}

.menu__list {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 20px 80px;
  font-weight: 300;
}

.menu__link {
  font-size: 16px;
}

.menu__link:hover {
  color: #aaa;
}

.broad {
  padding-top: 60px;
  padding-left: 10px;
}

.broad__inner {
  display: flex;
  justify-content: left;
}

.broad__link {
  font-family: "Arial", san serif;
  color: #dddddd;
  font-size: 16px;
}

.hero__buttons {
  margin-top: -4px;
}

.button-hello {
  display: flex;
  justify-content: center;
}

.hero-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  padding-top: 100px;
  margin-bottom: 370px;
}

.hero-subtitle {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
}

.hero__wrapper {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}

.hero__inner-img {
  padding-top: 100px;
}

.hero__inner {
  padding-right: 50px;
}

.button-hero {
  padding-top: 70px;
}

.hero__text {
  max-width: 570px;
  position: absolute;
  top: 360px;
}
.herotext {
  max-width: 570px;
  position: absolute;
  top: 350px;
  font-size: 32px;
  line-height: 1.6;
}
.herotextsmall {
  max-width: 570px;
  position: absolute;
  top: 570px;
}
.hero-text{
   max-width: 570px;
  position: absolute;
  top: 430px;
}
.hero-text2{
   max-width: 570px;
  position: absolute;
  top: 580px;
}
.common-li{
  padding-bottom: 15px;
}
button {
  background-color: #38B6FF;
  padding: 8px 40px;
  border: none;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

button:hover {
  background-color: #2365bc;
  color: #eeeeee;
}

.button-center {
  text-align: center;
}

.takeaways {
  padding-top: 100px;
}

.takeaways__wrapper {
  padding-top: 50px;
  background-image: url(../img/range1.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.takeaways__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.takeaways__item {
  width: 31%;
  background-color: #03083C;
  border: 2px solid #38B6FF;
  border-radius: 22px;
}

.takeaways__text {
  padding: 26px;
}
.first {
  max-width: 1000px;
  padding-top: 50px;
  margin: 0 auto;
}
.intro-title{
  margin-bottom: 30px;
}
.intro_subtitle{
  font-weight: 200;
  margin-bottom: 20px;
}
.intro-wrap{
  display: flex;
  justify-content: space-between;
}
.double {
  padding-top: 80px;
}
.tree {
  padding-top: 80px;
}
.num-strategy{
  padding-top: 15px;
  font-weight: 300;
}
.foor{
  padding-top: 80px;
}
.feif{
padding-top: 80px;
}
.foor-wrapper{
  display: flex;
  justify-content: space-between;
}
.conclusion{
  padding-top: 80px;
  max-width: 900px;
  margin: 0 auto;
}
.banner{
  text-align: center;
}
.platform {
  padding-top: 120px;
}

.platform__title {
  font-weight: 400;
}

.platform__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.platform__text {
  max-width: 90%;
  padding-bottom: 40px;
}

.platform__subtitle {
  font-weight: 400;
  font-size: 24px;
  max-width: 90%;
  line-height: 1.2;
  padding-bottom: 25px;
}

.platform__list {
  padding-left: 40px;
}

.platform__item {
  list-style: disc;
}

.platform__info {
  padding-top: 70px;
}

.benefits__article {
  background-image: url(../img/range1.webp);
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 70px;
  padding-top: 30px;
}

.benefits__top {
  background-color: #03083C;
  border: 2px solid #38B6FF;
  border-radius: 20px;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 70px;
}

.benefits__title {
  font-weight: 400;
  padding: 12px 0 12px;
}

.benefits__wrapper {
  display: flex;
  justify-content: space-between;
}

.benefits__inner {
  width: 580px;
  background-color: #03083C;
  border: 2px solid #38B6FF;
  border-radius: 20px;
}

.benefits__text {
  text-align: justify;
  padding: 20px;
}

.benefits__item {
  display: flex;
  justify-content: space-between;
  padding-top: 110px;
}

.benefits__list {
  padding-left: 70px;
  padding-bottom: 50px;
}

.benefits__list-item {
  list-style: disc;
}

.benefits__item-text {
  padding-left: 70px;
}

.install {
  padding-top: 130px;
}

.install__title {
  margin-bottom: 30px;
}

.install__wrapper {
  display: flex;
  justify-content: space-between;
}

.install__text {
  max-width: 575px;
}

.install__subtitle {
  font-weight: 400;
  font-size: 24px;
  max-width: 90%;
  line-height: 1.2;
  padding-bottom: 25px;
  text-align: center;
}

.install__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.install__item {
  max-width: 32%;
}

.install__img {
  border: none;
}

.demo {
  padding-top: 120px;
}

.demo-article {
  background-image: url(../img/range1.webp);
  background-position-y: -30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.download {
  padding-top: 120px;
}

.download__title {
  text-align: center;
}

.download__wrapper {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}

.download__text {
  padding-bottom: 40px;
  padding-right: 30px;
}

.faq {
  padding-top: 120px;
  margin-bottom: 40px;
}

.faq__inner {
  padding-top: 30px;
}

.faq__quest {
  width: 660px;
  background-color: #20293A;
  border: 1px solid #888787;
  border-radius: 16px;
  margin-left: 40px;
}

.faq__quest-text {
  padding: 16px 60px;
}

.faq__answer {
  position: relative;
  width: 100%;
  background-color: #2B374C;
  border: 1px solid #888787;
  border-radius: 16px;
  top: -25px;
  z-index: -5;
}

.faq__answer-text {
  padding: 50px 40px 20px;
}

.footer {
  background-color: #03083C;
}

.footer__text {
  font-size: 14px;
  color: #7c8492;
  padding-top: 40px;
  padding-bottom: 30px;
}

.wow {
  opacity: 0;
  transition: all 1s 0.8s ease-out;
}

.animated {
  opacity: 1;
}

.italic {
  font-style: italic;
}

/* &&&&&&&&&&&&&&&&&&&& M E D I A &&&&&&&&&&&&&&&&&&&&&& */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 46px;
    font-weight: 400;
    line-height: 60px;
    padding-top: 100px;
    margin-bottom: 420px;
  }
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .hero__text {
    max-width: 500px;
    position: absolute;
    top: 500px;
  }
  .install__title {
    font-size: 32px;
    margin-bottom: 30px;
    padding-right: 20px;
  }
  .benefits__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
  .platform__wrapper {
    flex-direction: column;
  }
  .benefits__item {
    flex-direction: column;
  }
  .install__img {
    display: none;
  }
  .install__inner {
    flex-direction: column;
  }
  .install__item {
    max-width: 100%;
  }
  .download__img {
    display: none;
  }
  .header__inner {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 5;
    padding-bottom: 70px;
    padding-top: 20px;
  }
  .menu-top {
    display: none;
  }
}
@media (max-width: 425px) {
  body {
    font-size: 16px;
  }
  .container {
    max-width: 400px;
  }
  .logo__top-img {
    width: 60%;
  }
  .hero-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    padding-top: 70px;
    margin-bottom: 460px;
  }
  .hero__img {
    display: none;
  }
  .hero__text {
    max-width: 400px;
    position: absolute;
    top: 300px;
  }
  .takeaways__inner {
    flex-direction: column;
  }
  .takeaways__wrapper {
    background-image: none;
  }
  .takeaways__item {
    width: 90%;
  }
  .install__title {
    font-size: 28px;
    margin-bottom: 30px;
    padding-right: 20px;
  }
  .benefits__title {
    font-size: 28px;
  }
  .platform__title {
    font-size: 28px;
  }
  .benefits__article {
    background-image: none;
  }
  .benefits__wrapper {
    flex-direction: column;
  }
  .benefits__item-img {
    display: none;
  }
  .demo-article {
    background-image: none;
  }
  .faq__quest {
    width: 280px;
  }
  .faq__quest-text {
    padding: 16px;
  }
  .faq__answer-text {
    padding: 50px 30px 20px;
  }
  .platform__image {
    width: 320px;
  }
  .benefits__inner {
    width: 320px;
    margin-bottom: 20px;
  }
  .hero__text {
    max-width: 340px;
  }
}/*# sourceMappingURL=stylenew.css.map */