@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
header {
  padding: 32px 80px;
}
@media (max-width: 1100px) {
  header {
    padding: 32px 24px;
  }
}
header .container {
  max-width: 1280px;
  margin: auto;
  padding: 0 32px;
}
@media (max-width: 1100px) {
  header .container {
    padding: 0;
  }
}
header .container nav .logo {
  max-height: 55px;
}

.home_header {
  background: linear-gradient(0deg, #DAC9FF 0%, #F0ECFA 100%);
  padding: 160px 80px;
}

.new{
  width: 98px;
}

@media (max-width: 1100px) {
  .home_header {
    padding: 60px 32px;
  }
}
.home_header .content {
  padding-inline: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 1100px) {
  .home_header .content {
    flex-direction: column;
    padding: 0;
  }
}
.home_header .content .left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 650px;
}
@media (max-width: 1100px) {
  .home_header .content .left {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
}
.home_header .content .left h1 {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 119.048% */
  margin: 0;
}
@media (max-width: 1100px) {
  .home_header .content .left h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.home_header .content .left p {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin: 0;
}
@media (max-width: 1100px) {
  .home_header .content .left p {
    display: none;
  }
}
.home_header .content .right {
  width: 100%;
}
.home_header .content .right img {
  height: 100%;
}
@media (max-width: 1100px) {
  .home_header .content .right img {
    width: 100%;
    max-height: 400px;
  }
}

.home_main .about {
  padding: 80px;
}
@media (max-width: 1100px) {
  .home_main .about {
    padding: 40px 32px;
  }
}
.home_main .about .content {
  padding: 0 32px;
  display: flex;
  gap: 110px;
  justify-content: space-around;
  align-items: center;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 1100px) {
  .home_main .about .content {
    flex-direction: column;
    padding: 0;
    gap: 40px;
  }
}
.home_main .about .content .left {
  order: 1;
}
@media (max-width: 1100px) {
  .home_main .about .content .left {
    order: 2;
  }
}
.home_main .about .content .left img {
  max-height: 321.9px;
}
@media (max-width: 1100px) {
  .home_main .about .content .left img {
    width: 100%;
  }
}
.home_main .about .content .right {
  order: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1100px) {
  .home_main .about .content .right {
    order: 1;
    gap: 30px;
    align-items: center;
  }
}
.home_main .about .content .right .texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .home_main .about .content .right .texts {
    align-items: center;
    gap: 12px;
    max-width: 400px;
  }
}
.home_main .about .content .right .texts p {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 115.789% */
}
@media (max-width: 1100px) {
  .home_main .about .content .right .texts p {
    font-size: 32px;
    line-height: 40px;
  }
}
.home_main .about .content .right .texts span {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
@media (max-width: 1100px) {
  .home_main .about .content .right .texts span {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
}
.home_main .about .content .right .learn_more {
  width: 300px;
}
@media (max-width: 400px) {
  .home_main .about .content .right .learn_more {
    width: 100%;
  }
}
.home_main .about .content .right .learn_more a {
  display: block;
  max-width: 300px;
  border-radius: 30px;
  background: linear-gradient(180deg, #9E82DB 0%, #5734A5 100%);
  padding: 12px 0px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
}
.home_main .what_sets {
  padding: 80px;
}
@media (max-width: 1100px) {
  .home_main .what_sets {
    padding: 40px 32px;
  }
}
.home_main .what_sets .content {
  width: 100%;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .home_main .what_sets .content {
    padding: 0;
    gap: 24px;
  }
}
.home_main .what_sets .content .top_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 20px;
  align-items: center; 
}
@media (max-width: 1100px) {
  .home_main .what_sets .content .top_text {
    align-items: center;
    gap: 12px;
  }
}
.home_main .what_sets .content .top_text p {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 115.789% */
}
@media (max-width: 1100px) {
  .home_main .what_sets .content .top_text p {
    font-size: 32px;
    line-height: 40px;
  }
}
.home_main .what_sets .content .top_text img {
  height: 6px;
}
.home_main .what_sets .content .cards {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .home_main .what_sets .content .cards {
    flex-direction: column;
    gap: 34px;
  }
}
.home_main .what_sets .content .cards .card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1100px) {
  .home_main .what_sets .content .cards .card {
    align-items: center;
  }
}
.home_main .what_sets .content .cards .card .top {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 14px 0px rgba(47, 55, 87, 0.16);
  max-width: 292px;
  height: 272px;
  position: relative;
}
@media (max-width: 1100px) {
  .home_main .what_sets .content .cards .card .top {
    width: 100%;
  }
}
.home_main .what_sets .content .cards .card .top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  max-height: 180px;
  max-width: 242.1px;
}
.home_main .what_sets .content .cards .card .bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1100px) {
  .home_main .what_sets .content .cards .card .bottom {
    max-width: 360px;
  }
}
.home_main .what_sets .content .cards .card .bottom p {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
}
.home_main .what_sets .content .cards .card .bottom span {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.home_main .what_sets .content .link_button {
  width: 300px;
}
@media (max-width: 400px) {
  .home_main .what_sets .content .link_button {
    width: 100%;
  }
}
.home_main .what_sets .content .link_button a {
  display: block;
  max-width: 300px;
  border-radius: 30px;
  background: linear-gradient(180deg, #9E82DB 0%, #5734A5 100%);
  padding: 12px 0px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
}
.home_main .counts {
  padding: 100px 80px;
  background: #F0ECFA;
}
@media (max-width: 1100px) {
  .home_main .counts {
    padding: 60px 32px;
  }
}
.home_main .counts .texts {
  max-width: 1027px;
  margin: auto;
  padding: 0 32px;
  display: flex;
  gap: 64px;
  justify-content: center;
}
@media (max-width: 1100px) {
  .home_main .counts .texts {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 0;
    margin: auto;
  }
}
.home_main .counts .texts .text {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1100px) {
  .home_main .counts .texts .text {
    align-items: center;
    flex-direction: column;
  }
}
.home_main .counts .texts .text p {
  color: #3c4948;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 91.667% */
}
.home_main .counts .texts .text span {
  color: #606060;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.home_main .approach {
  padding: 80px;
  background: #F7F3FF;
}
@media (max-width: 1100px) {
  .home_main .approach {
    padding: 60px 32px;
  }
}
.home_main .approach .content {
  max-width: 940px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 0 93.36px;
}
@media (max-width: 1100px) {
  .home_main .approach .content {
    max-width: 100%;
    gap: 40px;
    padding: 0;
  }
}
.home_main .approach .content .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.home_main .approach .content .top p {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 119.048% */
}
@media (max-width: 1100px) {
  .home_main .approach .content .top p {
    font-size: 32px;
    line-height: 40px;
  }
}
.home_main .approach .content .top span {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: -0.4px;
}
@media (max-width: 1100px) {
  .home_main .approach .content .top span {
    font-size: 16px;
    line-height: 24px;
  }
}
.home_main .approach .content .bottom {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media (max-width: 1100px) {
  .home_main .approach .content .bottom {
    align-items: center;
    gap: 24px;
  }
}
.home_main .approach .content .bottom .box {
  display: flex;
  gap: 32px;
}
@media (max-width: 1100px) {
  .home_main .approach .content .bottom .box {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}
.home_main .approach .content .bottom .box .left img {
  max-height: 119.823px;
  width: 128px;
}
@media (max-width: 1100px) {
  .home_main .approach .content .bottom .box .left img {
    max-height: 200px;
  }
}
.home_main .approach .content .bottom .box .right .texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home_main .approach .content .bottom .box .right .texts .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home_main .approach .content .bottom .box .right .texts .text ul {
  list-style-type: none; /* Remove default bullets */
  padding-left: 0;
}
.home_main .approach .content .bottom .box .right .texts .text ul li {
  display: flex;
  align-items: center;
}
.home_main .approach .content .bottom .box .right .texts .text ul li p {
  color: #3c4948;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}
@media (max-width: 1100px) {
  .home_main .approach .content .bottom .box .right .texts .text ul li p {
    font-size: 16px;
    line-height: 24px;
  }
}
.home_main .approach .content .bottom .box .right .texts .text ul li::before {
  content: "";
  display: block;
  width: 7px; /* Adjust the size of the dot */
  height: 7px;
  background-color: #3c4948; /* Color of the dot */
  border-radius: 50%; /* Make it a circle */
  margin-right: 10px; /* Space between dot and text */
}
.home_main .approach .content .bottom .box .right .texts .text span {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 1100px) {
  .home_main .approach .content .bottom .box .right .texts .text span {
    font-size: 14px;
    line-height: 20px;
  }
}
.home_main .contact {
  padding: 80px;
}
@media (max-width: 1100px) {
  .home_main .contact {
    padding: 60px 32px;
  }
}
.home_main .contact .content {
  max-width: 722px;
  margin: auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
@media (max-width: 1100px) {
  .home_main .contact .content {
    max-width: 100%;
    gap: 24px;
    padding: 0;
  }
}
.home_main .contact .content .img_icon {
  position: absolute;
  top: 143px;
  left: 637px;
  z-index: 1;
}
@media (max-width: 1100px) {
  .home_main .contact .content .img_icon {
    display: none;
  }
}
.home_main .contact .content .top_texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.home_main .contact .content .top_texts p {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 119.048% */
}
@media (max-width: 1100px) {
  .home_main .contact .content .top_texts p {
    font-size: 32px;
    line-height: 40px;
  }
}
.home_main .contact .content .top_texts span {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: -0.4px;
}
@media (max-width: 1100px) {
  .home_main .contact .content .top_texts span {
    font-size: 16px;
    line-height: 24px;
  }
}
.home_main .contact .content .form {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
}
.home_main .contact .content .form form {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .home_main .contact .content .form form {
    width: 100%;
  }
}
.home_main .contact .content .form form label {
  color: #b0b0b0;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  display: block;
  margin-bottom: 6px;
}
.home_main .contact .content .form form input {
  box-sizing: border-box;
  padding: 16px 14px;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  background: #fff;
  width: 100%;
  color: #4b4b4b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  z-index: 2;
}
.home_main .contact .content .form form input::-moz-placeholder, .home_main .contact .content .form form textarea::-moz-placeholder {
  color: #cdcdcd;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.home_main .contact .content .form form input::placeholder,
.home_main .contact .content .form form textarea::placeholder {
  color: #cdcdcd;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.home_main .contact .content .form form textarea {
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Base-White, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px 14px;
  width: 100%;
  box-sizing: border-box;
  height: 110px;
  color: #4b4b4b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.home_main .contact .content .form form .top {
  display: flex;
  gap: 16px;
  width: 100%;
}
@media (max-width: 768px) {
  .home_main .contact .content .form form .top {
    flex-direction: column;
    gap: 20px;
  }
}
.home_main .contact .content .form form .top .first {
  width: 100%;
}
.home_main .contact .content .form form .top .second {
  width: 100%;
}
.home_main .contact .content .form form .select {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  /* Style the custom checkbox */
  /* Checkmark styling */
  /* Show checkmark when checked */
  /* Style when checked */
}
.home_main .contact .content .form form .select p {
  color: var(--Gray-500, #667085);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.home_main .contact .content .form form .select p a {
  color: var(--Gray-500, #667085);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}
.home_main .contact .content .form form .select input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.home_main .contact .content .form form .select .custom-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Base-White, #fff);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}
.home_main .contact .content .form form .select .custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.home_main .contact .content .form form .select input[type=checkbox]:checked + .custom-checkbox::after {
  display: block;
}
.home_main .contact .content .form form .select input[type=checkbox]:checked + .custom-checkbox {
  background-color: rgb(0, 140, 255); /* Change the background color when checked */
  border-color: var(--Gray-300, #d0d5dd);
}
.home_main .contact .content .form form #submit {
  width: 300px;
  display: block;
  max-width: 300px;
  border-radius: 30px;
  background: linear-gradient(180deg, #9E82DB 0%, #5734A5 100%);
  padding: 12px 0px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  margin: auto;
}
@media (max-width: 400px) {
  .home_main .contact .content .form form #submit {
    width: 100%;
  }
}

.modal .content {
  display: none;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 16px;
  box-sizing: border-box;
  z-index: 1000;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid var(--Gray-100, #f2f4f7);
  background: #fff;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
@media (max-width: 768px) {
  .modal .content {
    width: 320px;
    right: 16px;
  }
}
.modal .content .text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.modal .content .text p {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.modal .content .text span {
  color: #707070;
  /* Text sm/Regular */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

footer {
  padding: 40px 80px;
  background: #111e1c;
  display: flex;
  flex-direction:column;
  gap:32px;
}
@media (max-width: 1100px) {
  footer {
    padding: 40px 24px;
  }
}
footer .content {
  max-width: 784px;
  margin: auto;
  padding: 0 32px;
  display: flex;
  gap: 56px;
}
@media (max-width: 1100px) {
  footer .content {
    flex-direction: column;
    gap: 20px;
  }
}
footer .content a {
  text-decoration: none;
  color: #907B9B;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  footer .content a {
    font-size: 16px;
    line-height: 24px;
  }
}

.about_header {
  padding: 80px;
background: linear-gradient(180deg, #F0ECFA 0%, #DAC9FF 100%);
}
@media (max-width: 1100px) {
  .about_header {
    padding: 60px 32px;
  }
}
.about_header .content {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about_header .content .texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1100px) {
  .about_header .content .texts {
    gap: 12px;
  }
}
.about_header .content .texts h1 {
  background: linear-gradient(90deg, #6D41CE 25.34%, #BE1C8E 82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 119.048% */
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .about_header .content .texts h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.about_header .content .texts p {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 119.048% */
}
@media (max-width: 1100px) {
  .about_header .content .texts p {
    font-size: 32px;
    line-height: 40px;
  }
}
.about_header .content .texts span {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
@media (max-width: 1100px) {
  .about_header .content .texts span {
    font-size: 16px;
    line-height: 24px;
  }
}
.about_header .content .img img {
  width: 100%;
}

.about_counts {
  padding: 80px;
  background: #fff;
}
@media (max-width: 1100px) {
  .about_counts {
    padding: 60px 32px;
  }
}
.about_counts .texts {
  max-width: 1027px;
  margin: auto;
  padding: 0 32px;
  display: flex;
  gap: 64px;
  justify-content: center;
}
@media (max-width: 1100px) {
  .about_counts .texts {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 0;
    margin: auto;
  }
}
.about_counts .texts .text {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1100px) {
  .about_counts .texts .text {
    align-items: center;
    flex-direction: column;
  }
}
.about_counts .texts .text p {
  color: #3c4948;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 91.667% */
}
.about_counts .texts .text span {
  color: #606060;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.about_main {
  padding: 80px;
  background: #F7F3FF;
}
@media (max-width: 1100px) {
  .about_main {
    padding: 60px 32px;
  }
}
.about_main .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-inline: 32px;
}
@media (max-width: 1100px) {
  .about_main .content {
    padding: 0;
  }
}
.about_main .content .top {
  max-width: 828px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about_main .content .top h2 {
  background: linear-gradient(90deg, #6D41CE 25.34%, #BE1C8E 82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 119.048% */
  text-transform: uppercase;
}
.about_main .content .top p {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 119.048% */
}
.about_main .content .top span {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}
.about_main .content .bottom {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 940px;
  margin: auto;
}
.about_main .content .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about_main .content .bottom .text p {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
.about_main .content .bottom .text span {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.service_main {
  padding: 80px;
  background: #F7F3FF;  
}

.contactInfo{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;

}

.contactInfo p{
  color: #B7B7B7;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 133.333% */
}

.contactInfo span{
  color: #B7B7B7;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

@media (max-width: 1100px) {
  .service_main {
    padding: 60px 32px;
  }
}
.service_main .content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 1100px) {
  .service_main .content {
    gap: 40px;
  }
}
.service_main .content .top {
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1100px) {
  .service_main .content .top {
    flex-direction: column;
    gap: 24px;
  }
}
.service_main .content .top .left {
  max-width: 744px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1100px) {
  .service_main .content .top .left {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
}
.service_main .content .top .left h1 {
  background: linear-gradient(90deg, #6D41CE 25.34%, #BE1C8E 82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 119.048% */
}
@media (max-width: 1100px) {
  .service_main .content .top .left h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.service_main .content .top .left p {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 119.048% */
}
@media (max-width: 1100px) {
  .service_main .content .top .left p {
    font-size: 32px;
    line-height: 40px;
  }
}
.service_main .content .top .left span {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
@media (max-width: 1100px) {
  .service_main .content .top .left span {
    font-size: 16px;
    line-height: 24px;
  }
}
.service_main .content .top .right img {
  width: 100%;
}
.service_main .content .bottom {
  max-width: 940px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.service_main .content .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.service_main .content .bottom .text p {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
@media (max-width: 1100px) {
  .service_main .content .bottom .text p {
    font-size: 20px;
    line-height: 28px;
  }
}
.service_main .content .bottom .text span {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 1100px) {
  .service_main .content .bottom .text span {
    font-size: 14px;
    line-height: 22px;
  }
}/*# sourceMappingURL=style2.css.map */