@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Lexend Deca";
}
.ldp--banner--all {
  width: 100%;
  float: left;
}
.ldp--banner--all .container {
  max-width: 1305px;
}
.outstanding--features .container {
  max-width: 1303px;
}
.outstanding--features {
  width: 100%;
  padding: 50px 0;
  float: left;
  background: #090907 url("../images/bg-outstanding.webp") no-repeat top center;
  background-size: 100% auto;
}
.outstanding-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.outstanding-item {
  position: sticky;
  top: 100px;
  display: flex;
  align-items: center;
  gap: 54px;
  padding: 18px;

  border-radius: 26px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(139, 139, 139, 0.25);
}
.outstanding-box-text {
  width: 37%;
}
.outstanding-box-image {
  width: 63%;
}
.outstanding-box-image img {
  width: 100%;
}
.outstanding-title {
  color: #a4d349;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 135.714%;
}
.outstanding-item .btn-ctn {
  justify-content: left;
  padding: 10px 0 0;
}

.outstanding-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 45px;
}
.outstanding-container .outstanding-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.outstanding-container .outstanding-item .outstanding-box-text {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.outstanding-container
  .outstanding-item:nth-child(2n + 1)
  .outstanding-box-text {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.outstanding-container {
  padding: 20px 0 32px 0;
}
.outstanding-list-content {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.outstanding-list-content p {
  width: 100%;
  position: relative;
  padding: 9px 9px 9px 42px;
  background-image: url("../images/ic-1.png");
  background-repeat: no-repeat;
  background-position: left 9px center;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 133.333%;
  margin: 0;
}
.ldp--title {
  color: #cfff73;
  background: linear-gradient(90deg, #93b82e 0%, #cfff73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 121.053%;
  margin: 0 0 60px;
}
.ldp--btn {
  display: inline-block;
  border-radius: 100px;
  background: linear-gradient(90deg, #93b82e 0%, #cfff73 100%);
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 13px 18px;
  min-width: 318px;
}
.ldp--btn:hover {
  color: #000;
  text-decoration: none;
}
.ldp--desc {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.ldp--btn--box {
  text-align: center;
}
/* ldp--banner */
.ldp--banner {
  float: left;
  width: 100%;
  padding: 140px 0 42px;
  background: #090907 url("../images/bg-banner.webp") no-repeat top center;
  background-size: 100% auto;
}
.banner--content {
  width: 100%;
  max-width: 643px;
}
.banner--content h1 {
  font-family: "Poppins";
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  background: linear-gradient(180deg, #9fc94c 12.59%, #7bba06 75.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 15px;
}
.banner--content h1 span {
  display: inline-block;
  transform: translateY(-50px);
}
.banner--content h1 span img {
  max-width: 100%;
}
.banner--content .desc {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 146.667%;
  margin-bottom: 30px;
}
.banner--content .txt {
  display: flex;
  width: 100%;
  gap: 17px;
  color: #fff;
  font-size: 20px;
  flex-wrap: wrap;
}

.banner--content .txt p {
  margin: 0;
  padding: 10px 10px 10px 16px;
  border-radius: 10px;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(164, 211, 73, 0.36) 100%
  );
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner--content .txt p .--icon {
  flex-shrink: 0;
}

.ldp--banner .ldp--title {
  padding-top: 114px;
  margin-bottom: 10px;
}
.ldp--banner .ldp--desc {
  margin-bottom: 10px;
  margin-bottom: 30px;
}
.banner--bot {
  width: 100%;
  max-width: 1085px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.banner--bot p {
  display: flex;
  width: 100%;
  margin: 0;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  gap: 21px;
}
.banner--bot p .txt {
  flex: 1;
  width: 100%;
}
.banner--bot p .txt b {
  font-weight: 700;
}
.banner--bot p .--icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #93b82e 0%, #cfff73 100%);
}
.block--form {
  width: 100%;
  max-width: 500px;
  border-radius: 20px 20px 20px 21px;
  padding: 30px 0;
  border: 1px solid #a4d349;
  background: linear-gradient(
    337deg,
    rgba(255, 255, 255, 0.03) 31.4%,
    rgba(255, 255, 255, 0.1) 82.13%
  );
  box-shadow: 0 0 40px 0 rgba(207, 255, 115, 0.6);
  backdrop-filter: blur(8px);
  margin-left: auto;
}
.block--form .form-title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 0 10px;
}
/* ldp--block2 */
.ldp--block2 {
  float: left;
  width: 100%;
  padding: 0 0 56px;
  background-color: #090907;
  background-image: url("../images/bg-block2.webp");
  background-repeat: no-repeat;
  background-position: top 121px center;
  background-size: 100% auto;
}

.block--img {
  width: 100%;
  text-align: center;
  margin-bottom: 103px;
  text-align: center;
  margin-bottom: 103px;
}
.block--img img {
  max-width: 100%;
}
.block2--list {
  display: grid;
  gap: 30px 55px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 57px;
  flex-wrap: wrap;
  align-items: stretch;
}
.block2--items {
  border-radius: 25px;
  border: 1px solid #cfff73;
  background: #fff;
  box-shadow: 0 0 19px 0 rgba(207, 255, 115, 0.6);
  padding: 19px 18px;
  width: 100%;
  box-sizing: border-box;
}
.block2--items .img {
  width: 100%;
  display: block;
  padding-top: 67.5%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 17px;
}
.block2--items .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.block2--items .body {
  width: 100%;
}
.block2--items .body .title {
  width: 100%;
  color: #8aaf41;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 144.444%;
  margin: 0 0 15px;
}
.block2--items .desc {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}
.block2--items .desc p {
  width: 100%;
  position: relative;
  padding-left: 15px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  line-height: 126.667%;
  margin: 0;
}
.block2--items .desc p::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #8aaf41;
}
/* ldp--block3 */
.ldp--block3 {
  float: left;
  width: 100%;
  padding: 73px 0 41px;
  background: #090907 url("../images/bg-block3.webp") no-repeat top center;
  background-size: 100% auto;
}
.block3--list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 29px;
  margin-bottom: 50px;
}
.block3--items {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(61, 61, 61, 0.2);
  padding: 23px 9px;
}
.block3--items .img {
  margin-bottom: 13px;
  text-align: center;
}
.block3--items .body {
  width: 100%;
}
.block3--items .body .title {
  width: 100%;
  color: #8aaf41;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 157.895%;
  margin: 0 0 13px;
}
.block3--items .body .desc {
  color: #3d3d3d;
  text-align: center;
  font-size: 16px;
  line-height: 168.75%;
}
.block3--slide {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 28px;
  border: 4px solid rgba(164, 211, 73, 0.3);
  background: rgba(255, 255, 255, 0.3);
  padding: 30px 12px 16px 50px;
}
.block3--slide .swiper-slide {
  height: auto;
}
.block3--slide--items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.block3--slide--items .img {
  width: 300px;
}
.block3--slide--items .img span {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 133.333%;
  position: relative;
}
.block3--slide--items .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.block3--slide--items .desc {
  width: 100%;
  flex: 1;
}
.block3--slide--items .desc .title {
  width: 100%;
  color: #a4d349;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 23px;
}
.block3--slide--items .desc .txt {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.block3--slide--box {
  width: 100%;
}

.block3--slide--box .sub--title {
  display: inline-block;
  border-radius: 100px;
  background: #a4d349;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 4px 20px;
}
.sub--desc {
  color: #fff;
  font-size: 16px;
  line-height: 125%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.sub--desc p {
  position: relative;
  margin: 0;
  padding-left: 16px;
}
.sub--desc p::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #8aaf41;
}
/* ldp--block4 */
.ldp--block4 {
  float: left;
  width: 100%;
  padding: 59px 0 70px;
  background: #090907 url("../images/bg-block4.webp") no-repeat top center;
  background-size: 100% auto;
}
.ldp--block4 .ldp--title {
  margin-bottom: 80px;
}
.block4--list {
  display: flex;
  flex-wrap: wrap;
  gap: 72px 59px;

  justify-content: center;
}
.block4--items {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(164, 211, 73, 0.5);
  background: linear-gradient(83deg, #090907 44.48%, #a4d349 198.4%);
  padding: 50px 13px;
  width: calc(33.3333% - 39.3333px);
}
.img-ic {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.block4--items .title {
  color: #a4d349;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 143.75%;
  margin-bottom: 23px;
}
.block4--items .desc {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 143.75%;
}
/* ldp--block5 */
.ldp--block5 {
  float: left;
  width: 100%;
  padding: 42px 0 45px;
  background-color: #fff;
}

.block5--subtitle {
  border-radius: 100px;
  background: linear-gradient(90deg, #93b82e 0%, #cfff73 100%);
  max-width: 384px;
  margin: 0 auto 40px;
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 8px 10px;
}
.ldp--block5 .ldp--title {
  color: #1a1a1a;
  -webkit-text-fill-color: unset;
  margin-bottom: 45px;
}
.block5--list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  justify-content: center;
}

.block5--items {
  width: fit-content;
  padding: 0 60px;
  border-right: 2px solid #a4d349;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  align-items: center;
}
.block5--items:last-child {
  border-right: 0;
}
.block5--items {
}
.block5--items .--number {
  background: linear-gradient(90deg, #8aaf41 0%, #a4d349 100%);
  background-clip: text;
  color: #a4d349;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 84.364%;
}
.block5--items .desc {
  color: #000;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 20px;
}
/* ldp--block6 */
.ldp--block6 {
  width: 100%;
  float: left;
  padding: 44px 0 64px;
  background: #090907 url("../images/bg-block6.webp") no-repeat left center;
  background-size: cover;
}
.block6--content {
  width: 100%;
  max-width: 927px;
  margin: 0 auto;
}
.ldp--block6 .ldp--title {
  font-size: 43px;
}

@media screen and (max-width: 1600px) {
  .banner--content h1 {
    font-size: 60px;
  }
  .banner--content .desc {
    font-size: 28px;
  }
  .ldp--title {
    font-size: 32px;
  }
  .ldp--desc {
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .banner--content h1 {
    font-size: 55px;
  }
  .banner--content .desc {
    font-size: 28px;
  }
  .ldp--title {
    font-size: 30px;
  }
  .ldp--desc {
    font-size: 22px;
  }
  .block2--list {
    gap: 30px;
  }
  .outstanding-title {
    font-size: 22px;
  }
  .outstanding-list-content p {
    font-size: 16px;
  }
  .ldp--btn {
    font-size: 20px;
  }
  .block5--items {
    padding: 0 30px;
  }
  .block5--items .--number {
    font-size: 40px;
  }
  .ldp--block6 .ldp--title {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .banner--content h1 {
    font-size: 50px;
  }
  .banner--content .desc {
    font-size: 28px;
  }
  .banner--content h1 span {
    max-width: 45px;
  }
  .banner--content {
    margin-bottom: 35px;
  }
  .block--form {
    margin: 0 auto;
    max-width: 100%;
  }
  .ldp--banner .ldp--title {
    padding-top: 60px;
  }
  .ldp--title {
    font-size: 26px;
    margin-bottom: 35px;
  }
  .ldp--desc {
    font-size: 20px;
  }
  .block2--list {
    grid-template-columns: 1fr 1fr;
  }
  .ldp--btn {
    font-size: 18px;
  }
  .ldp--block3 {
    padding: 40px 0;
  }
  .block3--list {
    grid-template-columns: repeat(2, 1fr);
  }
  .block3--items .body .title {
    font-size: 18px;
  }
  .block3--slide {
    padding: 15px 8px 15px 15px;
  }
  .block3--slide--items .desc .title {
    font-size: 18px;
  }
  .block3--slide--box .sub--title {
    font-size: 14px;
  }
  .ldp--block4 {
    padding: 40px 0;
  }
  .ldp--block5 {
    padding: 40px 0;
  }
  .block5--subtitle {
    font-size: 18px;
  }
  .block5--items {
    padding: 0 10px;
  }
  .block5--items .--number {
    font-size: 28px;
  }
  .block5--items .desc {
    font-size: 16px;
  }
  .ldp--block6 .ldp--title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .ldp--banner {
    padding-top: 80px;
  }
  .banner--content h1 {
    font-size: 40px;
  }
  .banner--content .desc {
    font-size: 22px;
  }
  .ldp--title {
    font-size: 22px;
  }
  .ldp--desc {
    font-size: 18px;
  }
  .block2--list {
    grid-template-columns: 1fr;
  }
  .outstanding-container
    .outstanding-item:nth-child(2n + 1)
    .outstanding-box-text,
  .outstanding-box-text {
    padding: 0;
    width: 100%;
  }
  .outstanding-box-image {
    display: none;
  }
  .ldp--btn {
    font-size: 16px;
    max-width: 260px;
    min-width: 260px;
  }
  .block3--slide--items {
    flex-direction: column;
  }
  .block3--slide--items .img {
    width: 100%;
  }
  .block4--list {
    gap: 72px 30px;
  }
  .block4--items {
    width: calc(33.3333% - 20px);
  }
  .block5--items {
    width: 50%;
  }
  .block5--items:nth-child(2n + 2) {
    border-right: 0;
  }
  .ldp--block6 .ldp--title {
    font-size: 26px;
  }
}
@media screen and (max-width: 574px) {
  .block4--items {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 420px) {
  .block4--items {
    width: 100%;
  }
}
