.hero-section24 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

  margin-bottom: 70px;
  aspect-ratio: 1920 / 1000;
  overflow: hidden;
}

@media screen and (min-width: 1850px) {
  .hero-section24{
    aspect-ratio: 2220 / 1000;
  }
  .hero-section24 #lottie-background{
    height: auto;
  }

}

section.hero-section24 .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  z-index: 3;
  position: relative;
  height: 100%;
}

lottie-player {
  height: auto;
}

.hero-text-cta-group {
  padding-top: 10%;
}
#lottie-background-mobile,
#lottie-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#lottie-background{
  top: auto;
  bottom: -12vw;
}
#lottie-background-mobile iframe,
#lottie-background-mobile video,
#lottie-background-mobile img,
#lottie-background iframe,
#lottie-background video,
#lottie-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lottie-background-mobile {
  display: none;
}
.hero-section24 h1 {
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 67px;
  color: #2f2f34;
  text-align: center;
  margin-bottom: 21px;
}

.hero-section24 .hero-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #2f2f34;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

a.cta-button.fill span {
  background-color: #ed2470;
  color: white;
  border-radius: 50px;
  padding: 13px 17px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  width: 260px;
  display: flex;
  justify-content: center;
}

a.cta-button.border {
  border: none !important;
}

a.cta-button.border span {
  border: solid 2px #ed2470;
  color: #ed2470;
  border-radius: 50px;
  padding: 13px 17px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  width: 260px;
  display: flex;
  justify-content: center;
}

div.logo-gallery-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1132px;
  margin: 0 auto 20px;
  width: 1132px;
}

.logo-gallery {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.logo-gallery h3 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #2f2f34;
  margin-bottom: 40px;
}

.logo-gallery h3 span {
  color: #ed2470;
}

div.logo-gallery-slide li {
  margin-bottom: 20px;
  max-height: 26px;
  display: flex;
  align-items: center;
}

/*END Hero*/

/*Experience Section*/
.experience-section .container {
  /*max-width: 681px;*/
  margin: auto;
}
.experience-section {
  padding-bottom: 80px;
}

.experience-section h2 {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: #6554ff;
}

.experience-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.experience-single {
  border: 1px solid #6554ff;
  border-radius: 3px;
  /* background: linear-gradient(315deg, #860AA5 5.51%, #000586 100.88%); */
  position: relative;
  padding-bottom: 30px;
  /*height: 185px;*/
  isolation: isolate;
}
.experience-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(315deg, #860AA5 5.51%, #000586 100.88%);
  transition: opacity 0.6s ease;
  z-index: -1;
}
.experience-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(313.48deg, #0A10A5 -6.29%, #00084E 100.9%);
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: -1;
}
.experience-single:hover::after{
  opacity: 1;
}

.learn-more {
  position: absolute;
  bottom: 10px;
  right: 0;
  padding-right: 15px;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.experience-single:hover {
  /* background: linear-gradient(313.48deg, #0A10A5 -6.29%, #00084E 100.9%); */
}

.experience-box-header {
  display: grid;
  grid-template-columns: 33px 1fr;
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  align-items: center;
  background: white;
}

.experience-box-header h4 {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  color: #000348;
}

.experience-box-header img {
  max-width: 100%;
}

.box-bullets .bullets {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  padding: 15px 23px 17px 15px;
  display: flex;
  justify-content: space-between;
}

.box-bullets .bullets ul li {
  list-style: disc;
  margin-left: 10px;
  font-family: "ProximaNova-Regular", sans-serif;
}

.experience-single:last-child {
  grid-column: 1 / -1;
  /*height: 163px;*/
}

.experience-single:last-child .experience-box-header {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

@media screen and (max-width: 880px) {
  .experience-group {
    grid-template-columns: 1fr;
  }

  .box-bullets .bullets {
    flex-direction: column;
  }

  .experience-single:last-child {
    height: auto;
  }

  .box-bullets .bullets {
    font-size: 16px;
    line-height: 140%;
  }
}
/*END Experience Section*/

section.section-text-image-multiple {
  background-image: url("../bg%20(1.html).png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
section.value_area h2,
.section-text-image-multiple h2 {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: #2f2f34;
  text-align: center;
  margin-bottom: 40px;
}
section.value_area h2 span,
.section-text-image-multiple h2 span {
  color: #6454ff;
}

li.text-image-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

li.text-image-single h3 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #2f2f34;
  margin-bottom: 20px;
}

li.text-image-single .text-image__text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #292929;
}

.text-image-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #292929;
}

.images-group {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.images-group img {
  max-width: 570px;
  margin-right: -24px;
}

#iat1::after {
  transition: 0.2s;
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  background-image: url("../svg/vs.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: 200px;
  right: -58px;
  z-index: 60;
  opacity: 0;
  background-color: #ed2470;
  border-radius: 70px;
}
#iat1.content-active::after {
  opacity: 1;
}

/*END Text Image (Repeater) Section*/

.section-paragraph-v2 {
  margin-top: 70px;
  margin-bottom: 120px;
}

.section-paragraph-v2 h2 {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: #6454ff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 0 20px;
}

.section-paragraph-v2 .paragraph-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #2f2f34;
  text-align: center;
  margin-bottom: 35px;
  padding: 0 20px;
}

.paragraph-image-mobile {
  display: none;
}

/*END Paragraph Section*/

.section-accelerating-site {
  background-image: url("../png/frame%2068788.png");
  padding-bottom: 58px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-accelerating-site h2 {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: #6454ff;
  text-align: center;
  margin-bottom: 28px;
}

.section-accelerating-site .as-text {
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.08rem;
  color: #2f2f34;
  text-align: center;
}
.as-img {
  width: 100%;
  max-width: 931px;
  height: auto;
  overflow: hidden;
}
.as-img img {
  padding-top: 55px;
  width: 100%;
  height: auto;
}

.as-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55px;
  background-image: url("../png/group%2068865.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
}

.as-images-group {
  position: relative;
  max-width: 931px;
  margin: 10px auto 0;
}

.as-img-3 img {
  position: absolute;
  bottom: 29%;
  right: -65px;
  box-shadow: 0 4px 28px 0 #00000026;
  border-radius: 12px;
  width: auto;
  animation: float 3s ease-in-out infinite;
}

.as-img-1 img {
  position: absolute;
  bottom: -7%;
  left: -13px;
  box-shadow: 0 4px 28px 0 #00000026;
  border-radius: 12px;
  width: auto;
  animation: float 3.5s ease-in-out infinite;
  animation-delay: 1s;
}

.as-img-2 img {
  position: absolute;
  bottom: -50px;
  right: 40px;
  box-shadow: 0 4px 28px 0 #00000026;
  border-radius: 12px;
  width: auto;
  z-index: 1;
  animation: float 3s ease-in-out infinite;
  animation-delay: 0.5s;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px); /* Adjust this value for more/less float */
  }
}
button#domain_go {
  background-color: #ed2470;
  color: white;
  border-radius: 45px;
  padding: 12px 22px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  position: absolute;
  top: 47%;
  right: 6%;
}

button#domain_go:focus {
  border: none;
  outline: none;
}

div#domain-area {
  max-width: 597px;
  background-color: #6454ff;
  border-radius: 27px;
  padding: 27px;
  position: relative;
  margin: 38px auto 0;
}

input#domain {
  max-width: 543px;
  height: 65px;
  margin: 0 auto;
  border-radius: 89px;
  padding: 17px;
}

h3.as-title {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: white;
  text-align: center;
  margin-bottom: 16px;
}

.trd-content-hub-link .item-img-wrap {
  border-radius: 15px 15px 0 0;
}

/*END Accelerating Site Section*/

section.section-testimonials-v2 {
  margin-top: 120px;
}

section.section-testimonials-v2 .container {
  position: relative;
  margin-bottom: 50px;
}
.testimonials-intro h2 {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: #6454ff;
}

.testimonials-intro .testi-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #2f2f34;
}

.pricing-reviews__slide-quote {
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  line-height: 36px;
  color: #2f2f34;
  margin-bottom: 33px;
}

.pricing-reviews__slide-image img {
  border-radius: 50%;
  aspect-ratio: 1;
}

.pricing-reviews__slide-image .monogram {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background-color: #7c7c83;
  -webkit-box-shadow: 0 0 0 2px #7c7c83;
  box-shadow: 0 0 0 2px #7c7c83;
  text-align: center;
  line-height: calc(var(--image-size) - 4px);
  color: white;
}

.pricing-reviews__slide-image {
  position: relative;
  max-width: 123px;
  max-height: 123px;
  padding: 14px;
}

.pricing-reviews__slide-author {
  display: flex;
  align-items: center;
}
.pricing-reviews__slide-image img {
  max-width: 101px;
  max-height: 101px;
}

.pricing-reviews__slide-image:before {
  content: "";
  position: absolute;
  width: 123px;
  height: 123px;
  background-image: url("../png/imground.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

.pricing-reviews__slide-name {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #2f2f34;
}

.pricing-reviews__slide-position {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #2f2f34;
  max-width: 250px;
}

.home-slide-author {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.author-info {
  margin-left: 33px;
}

.pricing-reviews__slider-wrapper {
  position: relative;
}

.home-reviews-slider {
  overflow: hidden;
}

.testi-group {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 60px;

}
.td-reviews {
  max-width: 700px;
}

.swiper-button-prev:after {
  content: url("../png/prev.png");
}

.swiper-button-next:after {
  content: url("../png/next.png");
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  width: 50px;
  height: 50px;
  bottom: auto;
  right: auto;
  left: auto;
  display: flex;
}
.swiper-nav-btns {
  display: flex;
  justify-content: space-between;
  width: 160px;
  position: relative;
  height: 50px;
  margin-top: 20px;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  max-width: 100%;
}

/*END Testimonial Section*/

.td_hpscroll_header_navItem.nav-active path {
  fill: #ed2470;
}

.td-scroll-textual-text {
  padding: 0 20px;
}

.td-colscroll-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
  padding-top: 0px;
}

.td_hpscroll_header {
  transition: 0.2s;
  height: 130px;
  z-index: 2;
  position: sticky;
  top: -80px;
}

.td_hpscroll_header.sticky {
  top: 80px;
}
.td-left-col {
  position: sticky;
  top: 210px;
  width: 100%;
  display: block;
  height: 600px;
}

.td-scroll-textual {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.td-left-col img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}

.td-left-col img.image-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.td-right-col-block {
  opacity: 0.3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.td-right-col {
  position: relative;
}
.td-right-col-block.content-active {
  opacity: 1;
}
.td-right-col-block:last-child {
  padding-bottom: 140px;
}

.td_hpscroll_header_nav {
  display: flex;
  gap: 19px;
  margin: 0px auto;
  justify-content: center;
}

.section-testimonials-cta-box {
  background-image: url("../png/frame%2068788.png");
  background-size: cover;
  padding-bottom: 119px;
}

.testi-box {
  max-width: 800px;
  margin: 0 auto;
  background: #6554ff;
  border-radius: 30px;
  padding: 40px;
  position: relative;
  text-align: center;
}

.testi-box h2 {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: white;
  margin-bottom: 20px;
}

.testi-box .testi-box-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: white;
  max-width: 626px;
  margin: 0 auto 20px;
}

.testi-box input {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 100px;
  background: white;
  height: 71px;
  padding-left: 20px;
}

.testi-box input::placeholder {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #2f2f34;
}

.testi-box button {
  background: #ed2470;
  border-radius: 50px;
  padding: 13px 25px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: white;
  position: absolute;
  top: calc(50px + 48%);
  right: calc(50px + 20%);
}
.text_image_image.mobile {
  display: none;
}
.td-scroll-textual-text h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}
div.logo-gallery-slide img {
  max-height: 32px;
  width: auto;
}
.testi-cta-title {
  display: flex;
  justify-content: center;
}
/*END Testimonial Box Section*/

/****MEDIA****/

@media screen and (max-width: 1600px) {
  div.logo-gallery-slide {
    gap: 20px 25px;
  }
  .logo-gallery {
    margin-top: 13%;
  }
}
@media screen and (max-width: 1500px) {
  .hero-text-cta-group {
    padding-top: 8%;
  }
}
@media screen and (max-width: 1300px) {
  div.logo-gallery-slide {
    gap: 5px 20px;
    max-width: 1000px;
  }
  .logo-gallery {
    margin-top: 9%;
  }
  .hero-text-cta-group {
    padding-top: 6%;
  }
  .hero-section24 .hero-text {
    max-width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .testi-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .pricing-reviews__slide-quote {
    font-size: 20px;
    line-height: 140%;
  }
  .swiper-nav-btns {
    margin: 40px auto 0;
  }
  .testimonials-intro {
    max-width: 370px;
    text-align: center;
    margin: 0 auto;
  }

  .hero-text-cta-group {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-gallery-container {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
  }
  div.logo-gallery-slide {
    display: inline-block;
    animation: scrollLogo 35s linear infinite;
    max-width: initial;
  }

  div.logo-gallery-slide img {
    width: auto;
    height: 32px;
    max-width: inherit;
    margin: 0 20px;
  }
  @keyframes scrollLogo {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .logo-gallery {
    margin-top: initial;
    position: absolute;
    bottom: 40px;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  .section-accelerating-site {
    overflow: hidden;
  }
  .logo-gallery h3 {
    margin-bottom: 30px;
  }
  .hero-section24 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .testimonials-intro h2,
  .testimonials-intro .testi-text {
    text-align: center;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-intro h2,
  section.value_area h2,
  .section-text-image-multiple h2,
  .section-accelerating-site h2,
  li.text-image-single h3 {
    font-size: 28px;
    line-height: 39px;
  }

  .testimonials-intro h2 {
    margin-bottom: 10px;
  }

  .section-paragraph-v2 h2,
  .logo-gallery h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .section-paragraph-v2 h2 {
    margin: 0 auto 10px;
  }

  .hero-section24 h1 {
    font-size: 38px;
    line-height: 53px;
  }

  .section-accelerating-site .as-text {
    font-size: 18px;
    line-height: 25px;
  }

  .cta-group {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-image {
    display: none;
  }

  .paragraph-image-mobile {
    display: block;
    width: 100%;
  }

  section.section-paragraph-v2 .container {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
  }

  .as-img img {
    padding-top: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 19px 0 #0000001a;
  }

  div#domain-area {
    margin: 110px auto 0;
  }

  .home-slide-author {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 27px;
    margin-bottom: 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
    bottom: 0;
    right: 50%;
    left: 0;
  }

  li.text-image-single {
    flex-direction: column;
    min-width: 300px;
    align-items: start;
  }

  .images-group {
    flex-direction: column;
  }

  .images-group:before {
    top: 44%;
    left: 40%;
  }
  #wpadminbar {
    display: none;
  }
  .hero-section24 {
    margin-top: 70px;
  }
} /*1024*/

@media screen and (max-width: 992px) {
  .td-left-col {
    display: none;
  }
  .text_image_image.mobile {
    display: block;
  }
  .td-right-col-block {
    opacity: 1;
    width: 334px;
    flex: 0 0 auto;    
    position: relative;
    margin-bottom: 65px;
  }

  .td-right-col-block::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 45px;
    background: url("../png/anchor-red.png") no-repeat;    
    background-size: auto;
    right: calc(50% - 15px);
    top: -55px;
    background-position: center;
    background-size: contain;
  }

  .section-text-image-multiple h2 {
    margin-bottom: 70px;
  }
  .td-colscroll-wrapper {

    display: flex;
    justify-content: center;
  }
  .td_hpscroll_header_nav {
    display: none;
  }
  .td-scroll-textual {
    height: 100%;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .td-scroll-textual-text {
    display: flex;
    flex-direction: column;

    padding: 20px 15px;
  }
  .td-right-col-block:last-child {
    padding-bottom: 0;
  }
  .td_hpscroll_header {
    height: auto;
    position: relative;
    top: auto;
  }
  .td-scroll-textual-text h3 {
    font-size: 20px;
  }
  .section-text-image-multiple .container {
    max-width: 100%;
  }
  #iat1 {
    position: relative;
  }
  #iat1::after {
    opacity: 1;
    width: 60px;
    height: 60px;
    left: 40px;
    top: 304px;
    background-size: 50%;
    animation: float 3.5s ease-in-out infinite;
  }
  .text-image-text p {
    font-size: 16px;
    line-height: 140%;
  }
  #iat1 .td-scroll-textual-images {
    flex-direction: column-reverse;
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  section.section-text-image-multiple {
    margin-bottom: 110px;
  }
 
}

@media screen and (max-width: 900px) {
  #lottie-background {
    display: none;
  }
  #lottie-background-mobile {
    display: block;
  }
  .hero-section24 {
    aspect-ratio: 1038 / 1107;
  }
  .logo-gallery {
    bottom: 20px;
  }
  .hero-section24{
    overflow: visible;
  }
}

@media screen and (max-width: 800px) {
  .testi-box button,
  button#domain_go {
    position: inherit;
    width: 100%;
    margin-top: 20px;
    right: 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .testi-box input,
  input#domain {
    height: 45px;
    text-align: center;
    max-width: 100%;
    padding: 0 15px;
  }
  .testi-box h2 {
    font-size: 28px;
    line-height: 39px;
  }

} /*800*/
@media screen and (max-width: 768px) {
  .hero-text-cta-group {
    padding-top: 0;
  }
  .hero-section24 {
    margin-top: 70px;
  }
  .as-img-1 img {
    right: 2%;
    left: auto;
    bottom: -36%;
  }

  .as-img-2 img {
    left: 2%;
    right: auto;
    bottom: -90px;
  }

  .as-img-3 img {
    left: 2%;
    right: auto;
    bottom: 12%;
  }
  .as-images-group {
    padding-bottom: 60px;
  }
  .experience-section {
    padding-bottom: 0px;
  }
  .section-paragraph-v2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
} /*768*/

@media screen and (max-width: 600px) {
  .hero-text-cta-group {
    position: absolute;
    max-width: 100%;
    top: -10px;
  }
}
@media screen and (max-width: 500px) {
  .as-img-1 img,
  .as-img-2 img,
  .as-img-3 img {
    max-width: 158px;
    height: auto;
  }
  .hero-section24 {
    margin-top: 350px;
  }
  .hero-text-cta-group {
    top: -270px;
  }
  .logo-gallery {
    bottom: 0;
  }
} /*500*/
