#hero {
  position: relative;
  padding: 90px 0 50px;
}
.primary-heading {
  max-width: 855px;
  text-align: center;
  margin: auto;
  margin-bottom: 34px;
}

.hero-text {
  max-width: 425px;
  margin: auto;
}
.button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 9;
}

.aa-logo-wrap {
  margin-top: 85px;
  text-align: center;
  margin-bottom: 36px;
}
.aa-logo-wrap img {
  max-width: 76px;
  margin: auto;
}
.aasoft-text-wrap {
  position: relative;
}
.aasoft-text-wrap img {
  position: absolute;
  max-width: 69px;
  bottom: 20px;
  right: calc(100% - 250px);
  animation: floatElement 2.5s linear infinite alternate;
}
.aasoft-text-wrap .hero-triangle {
  right: 20%;
  top: -70%;
  animation: floatElement 3s linear infinite alternate;
}
.aasoft-text {
  max-width: 694px;
  font-size: 20px;
  text-align: center;
  margin: auto;
}
.lottie-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}

/* Vactarues Section */
#vactarues {
  padding: 80px 0;
}
.vactarues-text {
  max-width: 374px;
  font-size: 16px;
}
.vactarues-col {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.vactarues-box {
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
  border-radius: 40px;
  padding: 37px 50px 0 70px;
}
.vactarues-box .circle-image {
  position: absolute;
  max-width: 449px;
  top: -220px;
  right: -200px;
  z-index: -2;
  animation: floatElement 2s linear infinite alternate;
}
.vactarues-box .blur-circle-img {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 814px;
  aspect-ratio: 1;
  pointer-events: none;
}
.vactarues-box::before {
  position: absolute;
  content: "";
  inset: 1px;
  border-radius: 40px;
  background-image: linear-gradient(to bottom, rgba(18, 17, 36, 0.5), #121124);
  z-index: -1;
  opacity: 0.5;
}
.vactarues-box::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #373557, #0e0d21);
  inset: 0;
  border-radius: 40px;
  z-index: -2;
  opacity: 0.5;
}
.vactarues-wrapper {
  text-align: center;
  margin-top: auto;
}
/* .vactarues-wrapper img {
  max-width: 494px;
} */

.vactarues-dev-col {
  position: relative;
  isolation: isolate;
  border-radius: 25px;
  padding: 33px 38px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
}
.vactarues-dev-col:first-of-type {
  margin-bottom: 35px;
}
.vactarues-dev-col::before {
  position: absolute;
  content: "";
  inset: 1px;
  border-radius: 25px;
  background-image: linear-gradient(
    to bottom,
    rgba(18, 17, 36, 0.5) 100%,
    #121124 100%
  );
  z-index: -1;
  /* opacity: 0.5; */
}
.vactarues-dev-col::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #373557, #0e0d21);
  inset: 0;
  border-radius: 25px;
  z-index: -2;
  opacity: 0.5;
}
.vactarues-dev-col img {
  margin-bottom: 20px;
  max-width: 64px;
}
.vactarues-dev-col h3 {
  margin-bottom: 16px;
}
.vactarues-dev-col p {
  max-width: 424px;
}
.vactarues-wrapper-mob {
  display: none;
}
/* Vactarues Section END */

/* Worked With Section */
#worked_with {
  padding: 50px 0;
}
#worked_with p {
  max-width: 699px;
}
.worked-arrows {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 22px;
}
.worked-arrows a {
  padding: 20px 34px;
  position: relative;
  isolation: isolate;
  border-radius: 100vw;
  transition: all 0.3s ease;
}
.worked-arrows a::before {
  position: absolute;
  content: "";
  inset: 1px;
  border-radius: 100vw;
  background-image: linear-gradient(to bottom, rgba(18, 17, 36, 0.5), #121124);
  z-index: -1;
}
.worked-arrows a::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #373557, #0e0d21);
  inset: 0;
  border-radius: 100vw;
  z-index: -2;
}
.worked-arrows a:hover {
  background-color: #168cfa;
}
.worked-arrows a:hover::before,
.worked-arrows a:hover::after {
  opacity: 0;
}
.worked-with-title {
  margin-bottom: 16px;
}
.worked-with-text {
  font-size: 16px;
  max-width: 485px;
  margin-bottom: 16px;
}
.worked-with-card {
  position: relative;
  isolation: isolate;
  border-radius: 25px;
  padding: 42px 0 0 60px;
  margin-bottom: 50px;
}
.worked-with-card::before {
  position: absolute;
  content: "";
  inset: 1px;
  border-radius: 25px;
  background-image: linear-gradient(to bottom, rgba(18, 17, 36, 0.5), #121124);
  z-index: -1;
}
.worked-with-card::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #373557, #0e0d21);
  inset: 0;
  border-radius: 25px;
  z-index: -2;
}
.carousel-wrapper {
  margin-right: -350px;
}
.tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}
.tag {
  padding: 11px 20px;
  color: #fff;
  font-size: 10px;
  border-radius: 100vw;
  position: relative;
  isolation: isolate;
}
.tag::before {
  position: absolute;
  content: "";
  inset: 1px;
  border-radius: 100vw;
  background-image: linear-gradient(to bottom, rgba(18, 17, 36, 0.5), #121124);
  z-index: -1;
}
.tag::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #373557, #0e0d21);
  inset: 0;
  border-radius: 100vw;
  z-index: -2;
}
/* Worked With Section END */

/* Services Section */
#services {
  padding: 50px 0 115px;
}
#services .row {
  margin-bottom: 20px;
}
.service-col {
  padding-bottom: 80px;
}
.service-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 80px;
}
.service-img {
  max-width: 76px;
  margin: auto;
}
.service-title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.service-text {
  text-align: center;
  max-width: 315px;
  margin: auto;
}
.service-middle-col {
  border-left: 1px solid #373657;
  border-right: 1px solid #373657;
}
.managment-col {
  border-right: 1px solid #373557;
}
/* Services Section END */

@media (max-width: 1399px) {
  .aasoft-text-wrap img {
    right: calc(100% - 200px);
  }
}
@media (max-width: 1199px) {
  .aasoft-text-wrap img {
    right: calc(100% - 100px);
  }
  .vactarues-box .circle-image {
    right: -300px;
  }
}
@media (max-width: 1024px) {
  .carousel-wrapper {
    margin-right: 0;
  }
  .vactarues-box {
    padding: 37px 30px 0;
  }
  .vactarues-dev-col {
    padding: 33px 20px;
  }
  .vactarues-dev-col p {
    font-size: 16px;
  }
  .vactarues-box .circle-image {
    right: -30%;
    top: -20%;
  }
  .aasoft-text-wrap img {
    left: 0;
    bottom: -50px;
  }
  .aasoft-text-wrap .hero-triangle {
    left: auto;
    right: 10%;
  }
}

@media (max-width: 767px) {
  #hero {
    padding-top: 60px;
  }
  .hero-text {
    text-align: center;
    font-size: 16px;
  }
  .button-wrap {
    margin-top: 100px;
    position: relative;
    z-index: 9;
  }
  .lottie-wrapper lottie-player {
    width: 170% !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .aa-logo-wrap {
    margin-top: 115px;
    margin-bottom: 20px;
  }
  .aasoft-text-wrap .hero-triangle {
    right: 20px;
    top: -50%;
    max-width: 55px;
  }
  .aasoft-text {
    font-size: 18px;
  }

  #vactarues {
    padding: 90px 0 30px;
  }
  .vactarues-box {
    padding: 40px 30px 0;
  }
  .vactarues-text {
    font-size: 14px;
  }
  .vactarues-col {
    padding-top: 0;
  }
  .vactarues-box .circle-image {
    top: -130px;
    max-width: 282px;
  }
  .aasoft-text-wrap img {
    left: 20px;
    bottom: -80px;
    max-width: 55px;
  }
  .vactarues-dev-col {
    padding: 33px 20px;
  }
  .vactarues-dev-col p {
    font-size: 16px;
  }
  .vactarues-wrapper {
    display: none;
  }
  .vactarues-wrapper-mob {
    display: block;
  }
  .vactarues-dev-col {
    margin-bottom: 20px;
  }
  #worked_with {
    padding: 30px 0;
  }
  #worked_with h2 {
    text-align: center;
  }
  #worked_with p {
    font-size: 16px;
    text-align: center;
  }
  .worked-arrows {
    justify-content: center;
  }
  .worked-arrows a {
    padding: 11px 26px;
  }
  .worked-with-card {
    padding: 28px 0 0 20px;
    margin-bottom: 0;
  }
  .worked-with-text {
    padding-right: 20px;
    text-align: left !important;
    font-size: 14px !important;
  }
  #services {
    padding: 30px 0 128px;
  }
  .service-text {
    font-size: 16px;
  }
  .service-button-wrap {
    margin-bottom: 60px;
  }
  .service-middle-col,
  .managment-col {
    border: 0;
  }
  .service-col {
    padding: 40px 0 !important;
  }
  #services .row {
    margin-bottom: 0;
  }
  .service-middle-col .service-col,
  .managment-col .service-col {
    border-top: 1px solid #373657;
    border-bottom: 1px solid #373657;
  }
}
