body {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px 200px;
  background-color: #fff;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100px;
  max-width: 990px;
  margin: 0 auto;
}
.header-left {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.block-with-border {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #ceceea;
  padding: 0 10px;
  height: 46px;
  border-radius: 14px;
}
.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.baotin-text {
  font-family: "Konkhmer Sleokchher";
  font-size: 20px;
  font-weight: 400;
  line-height: 36.13px;
  letter-spacing: -1px;
}
.header-left-text {
  font-family: "Helvetica";
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: #292d34;
}
.vertical-line {
  width: 2px;
  height: 24px;
  background-color: #ceceea;
}
.contact-sales-text {
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.1px;
  color: #24223e;
  background-color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-sales-text:hover {
  transform: scale(1.05);
}
.login-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
.log-in-text {
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.1px;
  color: #24223e;
  border: none;
  background-color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}
.log-in-text:hover {
  transform: scale(1.15);
}
.sign-up-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  background: linear-gradient(
    266.91deg,
    #fa12e3 0%,
    #7612fa 40.89%,
    #12d0fa 100%
  );
  border-radius: 8px;

  font-family: "Helvetica";
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  padding: 0 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sign-up-button:hover {
  transform: scale(1.05);
}
.section-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1120px;
  margin: 0 auto;

  margin-top: 100px;
}
.section-1-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
.star-text {
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}
.bold-text {
  font-weight: bold;
}
.rate-img {
  width: 24px;
  height: 24px;
}
.rate-item {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.rate-block {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.rate-vertical-line {
  width: 2px;
  height: 16px;
  background-color: #e0e0e1;
}
.rate-value {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #5a5a5a;
}
.main-header {
  font-family: "Geist";
  font-size: 54px;
  font-weight: 900;
  line-height: 60px;
  margin-top: 20px;
  color: #2d3237;
}
.text-gradient {
  background: linear-gradient(
    266.91deg,
    #fa12e3 0%,
    #7612fa 40.89%,
    #12d0fa 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-1-description {
  font-family: "Helvetica";
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  color: #24223e;
  margin-top: 30px;
  max-width: 500px;
}
.section-1-button-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  margin-top: 30px;
}
.section-1-message-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 256px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(
    266.91deg,
    #fa12e3 0%,
    #7612fa 40.89%,
    #12d0fa 100%
  );
  font-family: "Helvetica";
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.section-1-message-button:hover {
  transform: scale(1.03);
}
.section-1-button-text {
  font-family: "Helvetica";
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #7f76b3;
}
.section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
}
.section-2-text {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #667085;
}
.section-2-companies {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 30px;
}
.company-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 116px;
  background-color: #6334c808;
  border-radius: 16px;
  transition: all 0.3s;
}
.company-item:hover {
  transform: scale(1.1);
}
.graf-img {
  display: none;
  width: 100%;
}
.company-item-mob {
  display: none;
}
.section-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-top: 140px;
}
.section-header {
  font-family: "Geist";
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  color: #2d3237;
}
.section-description {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #667085;
  margin-top: 20px;
}
.section-3-wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  column-gap: 80px;
  max-width: 1120px;
}
.section-3-text-1 {
  font-family: "Helvetica";
  font-size: 24px;
  font-weight: 400;
  line-height: 27.6px;
}
.color-text {
  color: #6334c8;
}
.section-3-text-wrapp {
  flex: 60%;
}
.section-3-img-wrapp {
  flex: 40%;
}
.graf2-img {
  display: block;
  width: 100%;
  max-width: 500px;
}
.section-3-text-2 {
  font-family: "Helvetica";
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  color: #24223e;
  margin-top: 20px;
}
.section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-top: 140px;
}
.circles-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
  max-width: 1120px;
}
.elipse-element {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  row-gap: 5px;
  border-radius: 100px;
  height: 61px;
  padding: 10px 16px 10px 32px;
  box-shadow: 0px 8px 20px 0px #3528680f;
  min-width: 300px;
  transition: all 0.3s;
}
.elipse-element-header {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #6334c8;
}
.elipse-element-description {
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 400;
  line-height: 13.8px;
  color: #667085;
}
.dot-element {
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6334c8;
  top: 17px;
  left: 13px;
}
.circle-element {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  border: 2px solid #6334c8;
  border-radius: 50%;
  box-shadow: 0px 8px 20px 0px #3528680f;
  transition: all 0.3s;
}
.elipse-element-1 {
  border: 2px solid #8fd339;
}
.elipse-element-2 {
  border: 2px solid #ffd53f;
}
.elipse-element-3 {
  border: 2px solid #9c27b0;
}
.elipse-element-4 {
  border: 2px solid #ff3f3f;
}
.elipse-element-5 {
  border: 2px solid #3f8cff;
}
.circle-element-1 {
  border-color: #38cfff;
}
.circle-element-2 {
  border-color: #e138ff;
}
.circle-element-3 {
  border-color: #ff9b38;
}
.circle-element-4 {
  border-color: #ff38b6;
}
.circle-element-5 {
  border-color: #4c38ff;
}
.circle-element:hover {
  transform: scale(1.1);
}
.elipse-element:hover {
  transform: scale(1.05);
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 200px;
  gap: 10px;
  margin-top: 30px;
  width: 100%;
  max-width: 1120px;
}
.grid-container > div {
  border-radius: 14px;
}
.item1 {
  grid-column: 1 / 3;
  grid-row: 1;
  border: 2px solid #9dd852;

  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  padding: 10px 10px 10px 30px;
}
.item2 {
  grid-column: 1 / 2;
  grid-row: 2;

  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border: 2px solid #e138ff;
  padding: 10px 10px 10px 30px;
}
.item3 {
  grid-column: 2 / 3;
  grid-row: 2;

  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border: 2px solid #ffd540;
  padding: 10px 10px 10px 30px;
}
.item4 {
  grid-column: 3 / 4;
  grid-row: 1 / 3;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  border: 2px solid #3f8cff;
  padding: 30px 10px;
  padding: 30px 10px 30px 30px;
}
.item-header {
  font-family: "Helvetica";
  font-size: 24px;
  font-weight: 400;
  line-height: 27.6px;
}
.item-text {
  font-family: "Helvetica";
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;

  color: #24223e;
  margin-top: 20px;
}
.graf5-img {
  width: 100%;
}
.graf6-img {
  width: 100%;
}
.testimonials-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 20px;

  margin-top: 60px;
}
.testimonial {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #faf9fd;
  border-radius: 16px;
}
.comm-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.user-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  margin-top: 20px;
}
.comm-text {
  font-family: "Spline Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.comm-name {
  font-family: "Spline Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #6334c8;
}
.comm-description {
  font-family: " Spline Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #5a5a5a;
  margin-top: 5px;
}
.section-contact-us {
  background-color: #afafaf;
  padding-top: 60px;
}
.section-4 {
  padding: 60px 40px 20px;
  background-color: #faf9fd;
}
.section-4-send-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 46px;
  margin-top: 40px;
  background: linear-gradient(
    266.91deg,
    #fa12e3 0%,
    #7612fa 40.89%,
    #12d0fa 100%
  );
  border: none;
  border-radius: 14px;

  font-family: "Helvetica";
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.section-4-send-message:hover {
  transform: scale(1.05);
}
.link-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  width: 100%;
}
.email-block {
  margin-right: 100px;
}
.email-block-header {
  font-family: "Konkhmer Sleokchher";
  font-size: 20px;
  font-weight: 400;
  line-height: 36.13px;
  letter-spacing: -1px;
}
.email-block-text-1 {
  font-family: "Inter";
  font-size: 14.88px;
  font-weight: 500;
  line-height: 18px;
  color: #5a5a5a;
  margin-top: 10px;
}
.email-input {
  width: 346px;
  height: 46px;
  margin-right: 10px;
  border: 2px solid;
  border-image-source: linear-gradient(
    266.91deg,
    #fa12e3 0%,
    #7612fa 40.89%,
    #12d0fa 100%
  );
  border-image-slice: 1;
  border-radius: 8px;
  padding: 8px 12px;
  outline: none;
}
form {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-top: 30px;
  width: 100%;
}

.input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.input-wrapper input {
  position: relative;
  z-index: 2;
  background: #fff;
  border: none;
  padding: 13px 15px;
  border-radius: 8px;
  outline: none;
  height: 46px;
  width: 100%;
  font-family: "Inter";
  font-size: 13.23px;
  font-weight: 500;
  line-height: 16.02px;
}

.input-wrapper::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 10px;
  background: linear-gradient(
    266.91deg,
    #fa12e3 0%,
    #7612fa 40.89%,
    #12d0fa 100%
  );
  z-index: 1;
}
.email-button {
  min-width: 150px;
  height: 46px;
  background: linear-gradient(
    266.91deg,
    #fa12e3 0%,
    #7612fa 40.89%,
    #12d0fa 100%
  );
  border: none;
  margin-left: 10px;
  border-radius: 8px;
  font-family: "Helvetica";
  font-size: 14.63px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  transition: all 0.3s;
}
.email-button:hover {
  transform: scale(1.05);
}
.email-block-text-2 {
  font-family: "Inter";
  font-size: 13.56px;
  font-weight: 500;
  line-height: 21px;
  color: #5a5a5a;
  margin-top: 20px;
}
.link-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.links-header {
  font-family: Inter;
  font-size: 13.13px;
  font-weight: 600;
  line-height: 20px;
  color: #5a5a5a;
  margin-bottom: 20px;
}
.links-list a {
  display: block;
  transition: all 0.3s;
}
.links-list a:hover {
  transform: scale(1.05);
}
.links-list p {
  font-family: "Inter";
  font-size: 14.88px;
  font-weight: 400;
  line-height: 20px;
  color: #5a5a5a;
  margin-bottom: 10px;
}

.links-list-social {
  display: flex;
  flex-direction: column;
}
.links-list-social a {
  margin-bottom: 10px;
  transition: all 0.3s;
}
.links-list-social a:hover {
  transform: scale(1.1);
}
.footer {
  margin-top: 60px;
  padding: 30px 0 60px;
  border-top: 2px solid;
  border-image-source: linear-gradient(
    266.91deg,
    #fa12e3 0%,
    #7612fa 40.89%,
    #12d0fa 100%
  );
  border-image-slice: 1;

  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-family: "Inter";
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #5a5a5a;
}
.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
}
.footer-links a {
  display: block;
  transition: all 0.3s;
}
.footer-links a:hover {
  transform: scale(1.1);
}
.links-list-2 {
  margin-right: 20px;
}
.links-list-3 {
  margin-right: 20px;
}
.block-2-3-wrapp {
  display: flex;
  flex-direction: row;
  column-gap: 120px;
}
.pop-up {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  width: 100%;
  max-width: 350px;
  height: 350px;
  background-color: #fff;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  padding: 20px;
}
.background-container {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: #fff;
  border: none;
}
.cross-img {
  width: 20px;
  height: 20px;
  background-color: none;
}
.pop-up-header {
  margin-top: 30px;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}
.pop-up-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.pop-up-form input {
  margin-top: 5px;
  width: 100%;
  border-radius: 9px;
  height: 40px;
  border: 2px solid #adb3bd;
  padding: 12px 21px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  outline: none;
}
.pop-up-form label {
  font-family: "Roboto";
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  color: #292d34;
  display: flex;
  justify-content: flex-start;
}
.popup-input-wrapper {
  width: 100%;
}
.pop-up-form button {
  width: 100%;
  height: 50px;
  border-radius: 9px;
  margin-top: 20px;
  border: 2px solid #6334c8;
  background-color: #6334c8;
  cursor: pointer;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
  color: #fff;
  transition: all 0.3s;
}
.pop-up-form button:hover {
  background-color: #fff;
  color: #6334c8;
}
.pop-up-password {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #6049e7;
  margin-top: 15px;
}
@media (max-width: 1440px) {
  .section-2-companies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 1100px) {
  .grid-container {
    display: flex;
    flex-direction: column;
  }
  .item4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    flex-direction: row;
    height: 100%;
  }
  .graf6-img {
    max-width: 500px;
  }
  .item2,
  .item3 {
    height: 180px;
  }
  .item4,
  .item1 {
    padding: 30px 10px 10px 30px;
  }
  .testimonials-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .testimonial {
    max-width: 350px;
  }
}
@media (max-width: 980px) {
  body {
    padding: 0 20px;
  }
  .section-3 {
    align-items: flex-start;
  }
  .section-3-wrapp {
    flex-direction: column;
  }
  .graf2-img {
    margin-top: 20px;
  }
  .section {
    margin-top: 60px;
  }
  .link-block {
    flex-direction: column;
  }
  .block-2-3-wrapp {
    margin-top: 100px;
    column-gap: 10px;
  }
  .links-list-social {
    justify-content: center;
    margin: 40px auto;
  }
  .links-header-social {
    display: none;
  }
  .social-wrapp {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin: 0 auto;
  }
  form {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  .email-block {
    width: 100%;
  }
  .email-button {
    margin-top: 10px;
  }
  .section-4 {
    padding-top: 20px;
  }
}
@media (max-width: 790px) {
  .section-2-companies {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
  .contact-sales-text {
    display: none;
  }
  .section-1 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
  }
  .vertical-line {
    display: none;
  }
  .header-left-text {
    display: none;
  }
  .rate-block {
    flex-wrap: wrap;
    max-width: 400px;
    justify-content: flex-start;
  }
  .rate-item-last {
    margin-top: 20px;
  }
  .main-header {
    font-family: "Geist";
    font-size: 34px;
    font-weight: 900;
    line-height: 39.1px;
  }
  .section-1-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
  }
  .section-1-message-button {
    width: 153px;
  }
  .graf-img {
    display: block;
    margin-top: 30px;
  }
  .section-1-button-block {
    margin-top: 10px;
  }
  .section-1-right {
    margin-top: 10px;
  }
  .section-2 {
    margin-top: 60px;
  }
  .company-item {
    width: 170px;
    height: 50px;
    background-color: #fff;
  }
  .company-item-mob {
    display: flex;
  }
  .section-3 {
    margin-top: 60px;
  }
  .section-header {
    font-size: 28px;
    line-height: 60px;
  }
  .section-3-description {
    margin-top: 0px;
  }
  .section-3-text-1 {
    font-size: 18px;
    line-height: 20.7px;
  }
  .section-3-text-2 P {
    font-size: 19px;
    line-height: 24px;
  }
  .circles-block {
    margin-top: 30px;
  }
  .section {
    align-items: flex-start;
  }
  .item1,
  .item4 {
    flex-direction: column;
  }
  .graf6-img {
    max-width: 100%;
    margin-top: 30px;
  }
  .grid-container {
    margin-top: 10px;
  }
  .testimonials-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .testimonial {
    max-width: 400px;
  }
  .footer {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  .social-wrapp {
    display: flex;
    flex-direction: row;
  }
}
