.hero {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  height: 800px;
  color: white;
  text-align: center;
  margin-bottom: 200px;
}
.hero-bg {
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-body {
  z-index: 1;
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 190px 0 50px;
}
.hero-body .body1 {
  max-width: 800px;
  margin: 30px 0;
  color: white;
}
.hero-btns {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.hero-img {
  position: relative;
  max-width: 940px;
  z-index: 2;
  width: 100%;
}

@media (max-width: 940px) {
  .hero {
    height: unset;
  }
  .hero-body {
    margin: 0 30px;
    padding: 130px 0 24vw;
  }
  .hero-img {
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .hero {
    margin-bottom: 30vw;
  }
  .hero-bg {
    object-position: 80%;
  }
  .hero-body {
    margin: 0 16px;
  }
}
@media (max-width: 480px) {
  .hero-btns {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.feat-head {
  margin: 120px 0 70px;
  text-align: center;
}
.feat-head-h2 {
  margin-bottom: 60px;
}
.feat-head .body1 {
  max-width: 800px;
  margin: 0 auto;
}
.feat-row {
  background-color: white;
}
.feat-wrap {
  display: flex;
  gap: 100px;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: 50px 0;
}
.feat-col-img {
  max-width: 595px;
  display: flex;
}
.feat-p {
  margin: 24px 0 30px;
}
.feat-row:nth-child(2n) {
  background: #F9F9F9;
}
.feat-row:nth-child(2n) .feat-wrap {
  flex-direction: row-reverse;
}

@media (max-width: 1252px) {
  .feat-wrap {
    margin: 0 16px;
    gap: 48px;
  }
  .feat-col-img {
    max-width: 460px;
  }
}
@media (max-width: 900px) {
  .feat-head .body1 {
    margin: 0 16px;
  }
  .feat-wrap {
    flex-direction: column;
  }
  .feat-col-img {
    max-width: 100%;
  }
  .feat-row:nth-child(2n) .feat-wrap {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .feat-head {
    margin: 40px 0 32px;
  }
  .feat-head-h2 {
    margin-bottom: 32px;
  }
  .feat-wrap {
    gap: 20px;
    padding: 32px 0;
  }
  .feat-p {
    margin: 16px 0 20px;
  }
}
.bullet {
  max-width: 1920px;
  margin: 0 auto;
  padding: 140px 0 60px;
}
.bullet-head {
  display: flex;
  gap: 24px;
  align-items: center;
}
.bullet-wrap {
  max-width: 1252px;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 60px;
}
.bullet-item {
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bullet-item .wrap {
  height: fit-content;
  border-radius: 30px;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bullet-item:nth-child(1) .wrap {
  background-color: #FF2DB7;
}

.bullet-item:nth-child(2) .wrap {
  background-color: #5C4FF7;
}

.bullet-item:nth-child(3) .wrap {
  background-color: #F7954E;
}

@media (max-width: 1252px) {
  .bullet-wrap {
    justify-content: space-around;
  }
}
@media (max-width: 480px) {
  .bullet {
    padding: 60px 0;
  }
  .bullet-head {
    flex-direction: column;
    align-items: unset;
    gap: 16px;
  }
  .bullet-wrap {
    row-gap: 30px;
  }
  .bullet-item {
    max-width: unset;
    flex-direction: column;
    gap: 16px;
  }
}
.testim {
  margin: 120px auto;
  max-width: 1220px;
  background-color: #EAEEFC;
  border-radius: 36px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testim svg {
  fill: #486FFF;
  width: 45px;
  height: 35px;
}
.testim .body1 {
  font-size: 24px;
  font-family: Medium;
  line-height: 1.45;
  max-width: 800px;
  text-align: center;
  margin: 24px 0;
  color: #404040;
}
.testim-person {
  line-height: 1.1;
  color: #213FAE;
  text-align: center;
}
.testim-company {
  margin: 10px auto;
  font-size: 20px;
  font-family: Semi;
  line-height: 1.4;
  color: #404040;
}
.testim img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: contain;
}

@media (max-width: 1252px) {
  .testim {
    margin: 80px 16px;
  }
}
@media (max-width: 768px) {
  .testim {
    margin: 40px 16px;
    padding: 20px 12px;
    border-radius: 16px;
  }
  .testim .body1 {
    margin: 16px 0;
    font-size: 16px;
  }
  .testim img {
    width: 100px;
    height: 100px;
  }
}
.bottom-form {
  background-color: #3A59CC;
  max-width: 1200px;
  margin: 120px auto;
  padding: 56px;
  border-radius: 36px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  color: white;
}
.bottom-form .col {
  max-width: 490px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom-form .h2 {
  color: white;
  margin-bottom: 32px;
  line-height: 1.35;
}
.bottom-form .body1 {
  color: white;
}
.bottom-form .trio {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-top: 32px;
}
.bottom-form .trio-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bottom-form .trio-item span {
  font-family: Semi;
  font-size: 18px;
  color: #DAE2FF;
}
.bottom-form .trio-img-wrap {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.bottom-form .small-input {
  max-width: 235px;
}

@media (max-width: 1232px) {
  .bottom-form {
    margin: 120px 16px;
  }
}
@media (max-width: 1100px) {
  .bottom-form {
    margin: 80px auto;
    flex-direction: column;
    width: fit-content;
  }
  .bottom-form .trio {
    display: none;
  }
}
@media (max-width: 632px) {
  .bottom-form {
    margin: 40px 16px;
    border-radius: 16px;
    padding: 30px 16px 10px;
    gap: 24px;
  }
  .bottom-form .h2 {
    margin-bottom: 16px;
  }
  .bottom-form .small-input {
    max-width: unset;
  }
}