.hero {
  max-width: 1920px;
  margin: 0 auto;
  height: min-content;
  position: relative;
  color: white;
}
.hero-bg {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-body {
  z-index: 1;
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 220px 0 80px;
}
.hero-body-img {
  min-width: 600px;
  max-width: 600px;
}
.hero-body-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
}
.hero-body .body1 {
  margin: 24px 0 30px;
  color: white;
}

@media (max-width: 1252px) {
  .hero-body {
    margin: 0 16px;
    padding: 130px 0 60px;
  }
  .hero-body-img {
    min-width: 460px;
  }
}
@media (max-width: 1100px) {
  .hero-body {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .hero-bg {
    object-position: 64%;
  }
  .hero-body {
    margin: 0 16px;
    padding-bottom: 0;
    gap: 30px;
  }
  .hero-body-img {
    min-width: unset;
    margin-bottom: 30px;
  }
}
.logos-section {
  padding: 80px 0;
  text-align: center;
  background-color: #F9F9F9;
}
.logos-section .h2 {
  margin-bottom: 70px;
}

.logos-wrapper {
  display: flex;
  transition-timing-function: linear !important;
}
.logos-slide {
  height: 80px;
  width: fit-content;
  width: 220px !important;
}
.logos-slide img {
  width: 100%;
  height: 100%;
  max-height: 76px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .logos-section {
    padding: 40px 0;
  }
  .logos-section .h2 {
    margin-bottom: 24px;
  }
  .logos-slide {
    height: 60px;
    width: 160px !important;
  }
}
.testim {
  position: relative;
  max-width: 1252px;
  margin: 120px auto;
}
.testim-cont {
  overflow: hidden;
  padding: 0 16px;
}
.testim-h2 {
  margin: 0 auto 28px;
  width: fit-content;
  text-align: center;
}
.testim-swiper {
  overflow: unset;
}
.testim-subheader {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-family: Regular;
  font-size: 17px;
  line-height: 1.55;
  color: #404040;
  padding: 0 16px;
}
.testim-body {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.testim-body-cont {
  display: flex;
  flex-direction: column;
}
.testim-slide {
  border: 1px solid #F9F9F9;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0px rgba(41, 40, 77, 0.07);
  height: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 370px;
  max-width: 390px;
  margin: 42px 0 0;
}
.testim-slide svg {
  fill: #486FFF;
  width: 30px;
  height: 23px;
  margin: 0 auto;
}
.testim-text {
  margin-top: 20px;
}
.testim-text span {
  font-family: Semi;
}
.testim-footer {
  padding: 20px;
  background-color: #DAE2FF;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.testim-footer img {
  width: 100px;
  height: 50px;
  object-fit: contain;
}
.testim-title {
  font-size: 18px;
  line-height: 1.4;
  font-family: Semi;
}
.testim-person {
  color: #213FAE;
  text-align: center;
}
.testim-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testim-tags {
  display: flex;
  gap: 12px;
}
.testim-tags-one {
  border-radius: 4px;
  background-color: white;
  display: flex;
  line-height: 1.15;
  padding: 4px;
  gap: 4px;
}
.testim-tags-one svg {
  width: 13.4px;
  height: 13.4px;
}
.testim-nav {
  width: 40px;
  height: 40px;
  border: 1px solid #F9F9F9;
  border-radius: 50%;
  transition: ease 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: unset;
}
.testim-nav::after {
  font-size: 22px;
}
.testim-nav:hover {
  border: 1px solid #213FAE;
}
.testim-nav:hover::after {
  color: #213FAE;
}

.swiper-button-prev {
  left: -70px;
}
.swiper-button-prev::after {
  margin-left: -3px;
}

.swiper-button-next {
  right: -70px;
}
.swiper-button-next::after {
  margin-right: -3px;
}

.testim-pagination {
  display: none;
}

@media (max-width: 1430px) {
  .testim-pagination {
    display: block;
  }
  .testim-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .testim {
    margin: 40px 0;
  }
  .testim-slide {
    max-width: 280px;
    min-width: unset;
    border-radius: 16px;
    margin: 32px 0 46px;
  }
  .testim-footer img {
    width: 80px;
    height: 40px;
  }
}
.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;
  }
}