@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Fz Poppins", sans-serif;
  src: url("../fonts/FZ-Poppins-Regular.ttf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Fz Poppins", sans-serif;
  src: url("../fonts/FZ-Poppins-Medium.ttf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Fz Poppins", sans-serif;
  src: url("../fonts/FZ-Poppins-MediumItalic.ttf");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Fz Poppins", sans-serif;
  src: url("../fonts/FZ-Poppins-SemiBold.ttf");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Fz Poppins", sans-serif;
  src: url("../fonts/FZ-Poppins-SemiBoldItalic.ttf");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Fz Poppins", sans-serif;
  src: url("../fonts/FZ-Poppins-Bold.ttf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Fz Poppins", sans-serif;
  src: url("../fonts/FZ-Poppins-BoldItalic.ttf");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Fz Poppins", sans-serif;
  src: url("../fonts/FZ-Poppins-Black.ttf");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Fz Poppins", sans-serif;
  src: url("../fonts/FZ-Poppins-BlackItalic.ttf");
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: "Fz Poppins", sans-serif;
  src: url("../fonts/FZ-Poppins-Light.ttf");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Fz Poppins", sans-serif;
  src: url("../fonts/FZ-Poppins-LightItalic.ttf");
  font-style: normal;
  font-weight: 300;
}

.ldp--banner--all {
  width: 100%;
  float: left;
  font-family: "Inter";
  font-weight: 400;
  background: #000a43;
}
.ldp--banner--all .container {
  max-width: 1230px;
}
.block--banner {
  width: 100%;
  padding: 68px 0 45px;
}
.banner--content {
  width: 100%;
}
.banner--content .title {
  color: #fff;
  font-size: 76px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 40px 0 80px;
}
.img--banner img {
  max-width: 100%;
}
.banner--content .title img {
  max-width: 100%;
}
.banner--content .desc {
  width: 100%;
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 28px;
  line-height: 160.714%;
  max-width: 625px;
  margin-bottom: 60px;
}
.banner--content .desc b {
  font-weight: 800;
}
.banner--content .desc::after {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 30px);
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.btn--all {
  display: inline-block;
  padding: 11px 30px;
  text-align: center;
  transition: all 0.3s;
  color: #fff;
  font-family: Inter;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #fff;
  background: linear-gradient(90deg, #ff8341 0%, #ffc628 100%);
}
.btn--all:hover {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #ffd257 2.23%, #ff9500 97.49%);
}
.block--form {
  width: 100%;
  border-radius: 26px;
  border: 1px solid #ade9ff;
  background: linear-gradient(180deg, #0351b8 0%, #042162 100%);
  box-shadow: 6px 6px 0 0 rgba(20, 109, 227, 0.4);
  padding: 28px 0 0;
}
.block--form .title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.667%;
  margin-bottom: 15px;
  padding: 0 15px;
}
.block--form .title span {
  color: #45d7ff;
}
.block--form .desc {
  color: #d7d7d7;
  font-size: 14px;
  line-height: 142.857%;
  margin-bottom: 24px;
  padding: 0 15px;
}
.banner--logo {
  margin-top: 50px;
}

.banner--logo .title {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 35px;
}
.countdown--box {
  width: 100%;
  display: flex;
  max-width: 700px;
  display: flex;
  margin: 0 auto;
  gap: 13px;
  align-items: center;
}
.countdown--box .separator {
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.countdown--box .box {
  width: 153px;
  height: 153px;
  border-radius: 20px;
  background: rgba(153, 153, 153, 0.3);
  background-blend-mode: darken;
  box-shadow:
    2.702px 2.702px 0 -1.351px rgba(255, 255, 255, 0.3) inset,
    -2.702px -2.702px 0 -1.351px rgba(255, 255, 255, 0.3) inset,
    2.702px 2.702px 1.351px -2.702px transparent inset,
    -2.702px -2.702px 1.351px -2.702px transparent inset,
    0 0 8.106px 0 rgba(255, 255, 255, 0.3) inset,
    0 0 43.232px 0 transparent inset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.countdown--box .box .number {
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 94px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.countdown--box .box .label {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
/* block--disadvantages */
.block--disadvantages {
  width: 100%;
  padding: 64px 0;
  background: #fff;
}
.block--disadvantages .container {
  max-width: 1151px;
}
.block--disadvantages .cate--title {
  text-align: center;
  margin-bottom: 17px;
}
.block--disadvantages .cate--title span {
  border-radius: 36px;
  border: 2px solid #1987ef;
  display: inline-block;
  margin: 0 auto;
  color: #1e84e5;
  text-align: center;
  font-family: "Fz Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 20px;
}
.block--disadvantages .title {
  text-align: center;
  font-family: "Fz Poppins", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #ffc628;
  background: linear-gradient(90deg, #ffc628 0%, #ff8341 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.disadvantages--desc {
  color: #4e4e4e;
  text-align: center;
  font-family: "Fz Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
.disadvantages--desc p {
  margin-bottom: 15px;
}
.block--disadvantages .title span {
  font-weight: 800;
}
.disadvantages--content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 42px;
}
.disadvantages--items {
  width: calc(25% - 31.5px);
  border-radius: 13px;
  border: 2px solid #2984db;
  background: #fff;
  box-shadow: 0 -6px 0 0 #4ca8ff;
  padding: 30px 20px 10px;
}
.disadvantages--img {
  border-radius: 6px;
  background: #1e84e5;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Fz Poppins", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 23px;
}
.disadvantages--items .txt {
  color: #3a3a3a;
  font-family: "Fz Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

/* block--healthcare */
.block--healthcare {
  width: 100%;
  padding: 48px 0;
}
.healthcare--title {
}
.healthcare--boxtitle {
  margin-bottom: 20px;
}
.healthcare--boxtitle .title {
  color: #fff;
  font-family: "Fz Poppins", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.435%;
  margin: 0;
}
.healthcare--boxtitle .title span {
  font-weight: 700;
  color: #146de3;
}
.healthcare--img {
  margin-bottom: 30px;
}

.healthcare--img img {
  max-width: 100%;
}
.block--btn {
  text-align: center;
}
/* block--automate */
.block--automate {
  width: 100%;
  padding: 45px 0 60px;
  background: linear-gradient(
    182deg,
    rgba(2, 15, 55, 0.5) 2.77%,
    rgba(0, 44, 126, 0.5) 98.35%
  );
}
.automate--title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0 0 46px;
}
.automate--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
.automate--items {
  width: calc(33.3333% - 26.6666px);
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.automate--items--img {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.automate--items--img img {
  max-width: 100%;
}
.automate--items--desc {
  width: 100%;
  padding: 13px 37px;
  color: #000;
  font-size: 16px;
  line-height: 162.5%;
  position: relative;
  z-index: 4;
}
.automate--items--desc .number {
  border-radius: 6px;
  background: #2594ff;
  box-shadow: 2px 2px 0 0 #87edff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Fz Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}
.automate--items--desc .title {
  color: #87edff;
  font-family: "Fz Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}
.automate--items--txt {
  color: #fff;
  font-family: "Fz Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
}
/* block--usecase */
.block--usecase {
  width: 100%;
  padding: 45px 0 60px;
  background: transparent url("../images/bg-usecase.png") no-repeat center
    center;
  background-size: cover;
}
.usecase--title {
  color: #2594ff;
  font-family: "Fz Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 60%;
  margin: 0 0 40px;
  text-align: center;
}
.usecase--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 58px;
  max-width: 1082px;
  margin: 0 auto;
}

.usecase--items {
  border-radius: 23px;
  border: 2px solid #4ca8ff;
  background: #fff;
  box-shadow: 6px 6px 0 0 rgba(181, 219, 255, 0.5);
  width: calc(33.3333% - 38.6666px);
  display: block;
  overflow: hidden;
}
.usecase--items--img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 68.63%;
}
.usecase--items--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.usecase--items .title {
  color: #2594ff;
  text-align: center;
  font-family: "Fz Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 18px 15px;
  margin: 0;
}
/* block--customerstories */
.block--customerstories {
  width: 100%;
  background: transparent url("../images/bg-4.png") no-repeat center center;
  background-size: cover;
  padding: 68px 0;
}
.customerstories--img .title {
  margin: 0 0 80px;
}
.customerstories--img img {
  max-width: 100%;
}
.block--form {
  width: 100%;
  max-width: 444px;
  border-radius: 12px;
  border: 1.5px solid #0f2dc4;
  background: linear-gradient(
    337deg,
    rgba(255, 255, 255, 0.02) 31.4%,
    rgba(255, 255, 255, 0.06) 82.13%
  );
  box-shadow: 0 0 40px 0 rgba(5, 68, 205, 0.8);
  backdrop-filter: blur(8px);
}
.block--form--desc {
  width: 100%;
  padding: 0 10px 20px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 153.846%;
}
.block--form--desc span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 7px;
}
/* block--whybiz */
.block--whybiz {
  width: 100%;
  padding: 48px 0 67px;
  background: transparent url("../images/bg-5.png") no-repeat center center;
  background-size: cover;
}
.block--whybiz .title {
  color: #2594ff;
  font-family: "Fz Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 60%;
  text-align: center;
  margin: 0 0 62px;
}
.whybiz--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.whybiz--items {
  width: calc(33.3333% - 26.6666px);
  border-radius: 13px;
  border: 2px solid #2984db;
  background: #fff;
  box-shadow: 0 -6px 0 0 #4ca8ff;
  position: relative;
  padding: 31px 35px 15px 60px;
}
.whybiz--step {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4ca8ff;
  color: #fff;
  font-family: "Fz Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  margin: auto;
}
.whybiz--body {
  width: 100%;
  color: #3a3a3a;
  font-family: "Fz Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
/* block--healthcarebot */
.block--healthcarebot {
  width: 100%;
  padding: 50px 0;
  background: transparent url("../images/bg-6.png") no-repeat top center;
  background-size: cover;
}
.healthcarebot--content {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 30px;
}
.healthcarebot--content .title {
  color: #fff;
  text-align: center;
  font-family: "Fz Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0;
}
.healthcarebot--content .title span {
  color: #2594ff;
}
.healthcarebot--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.healthcarebot--items {
  width: calc(14.28% - 17.1px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.healthcarebot--items img {
  max-width: 100%;
}

@media screen and (max-width: 1440px) {
  .whybiz--list {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .btn--all {
    font-size: 20px;
  }
  .banner--content .title {
    margin: 30px 0;
  }
  .banner--content {
    margin-bottom: 40px;
  }
  .banner--logo {
    margin-top: 50px;
  }
  .banner--logo .title {
    font-size: 22px;
  }
  .countdown--box {
    justify-content: center;
  }
  .countdown--box .box .number {
    font-size: 75px;
  }
  .countdown--box .box {
    width: 120px;
    height: 120px;
  }
  .countdown--box .box .label,
  .block--disadvantages .cate--title span,
  .usecase--items .title,
  .healthcare--boxtitle .title {
    font-size: 16px;
  }
  .block--form {
    margin: 40px auto 0;
  }
  .block--whybiz .title,
  .usecase--title,
  .automate--title,
  .block--disadvantages .title,
  .healthcarebot--content .title {
    font-size: 24px;
  }
  .healthcarebot--items {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .whybiz--list,
  .usecase--list {
    justify-content: center;
  }
  .whybiz--items,
  .automate--items {
    width: calc(50% - 20px);
  }
  .usecase--items {
    width: calc(50% - 29px);
  }
  .disadvantages--items {
    width: calc(50% - 21px);
  }
  .healthcarebot--items {
    width: calc(33.3333% - 13.3333px);
  }
}
@media screen and (max-width: 574px) {
  .whybiz--items,
  .automate--items {
    width: 100%;
  }
  .usecase--items {
    width: 100%;
  }
  .disadvantages--items {
    width: 100%;
  }
  .countdown--box .box {
    width: 60px;
    height: 80px;
  }
  .countdown--box .box .label {
    font-size: 12px;
  }
  .countdown--box .separator {
    font-size: 20px;
  }
  .countdown--box .box .number {
    font-size: 25px;
  }
  .healthcarebot--items {
    width: calc(50% - 10px);
  }
}
