@import url("./info.css");
@import url("./pricing.css");
@import url("./searchers.css");

.secondary-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 218px;
  height: 1116px;
  background: linear-gradient(
    180deg,
    #081c37 -2.58%,
    #46ba6e 65.91%,
    #fff 99.91%
  );
  background-size: 100% 2578px;
}
.secondary-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  position: relative;
  z-index: 2;
  flex: 1;
}

.secondary-hero h1 {
  color: var(--base-white);
  text-align: center;
}
.secondary-hero p {
  max-width: 560px;
  color: var(--base-white-70);
  text-align: center;
  margin-bottom: auto;
}
.secondary-hero img:not(.searcher-item img) {
  margin-bottom: -96px;
}

.secondary-hero-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.secondary-hero-animation-circle {
  position: absolute;
  top: 206px;
  left: 50%;
  transform: translateX(-50%);
  width: 1510px;
  height: 1510px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(72, 186, 109, 0) 7.51%,
    rgba(72, 186, 109, 0.1) 52.01%
  );
}
.secondary-hero-animation-circle-2 {
  position: absolute;
  top: 464px;
  left: 50%;
  transform: translateX(-50%);
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(72, 186, 109, 0) -7.77%,
    rgba(72, 186, 109, 0.2) 52.01%
  );
  border: 1px solid var(--primary);
  animation: rotateTranslate2 60s linear infinite;
}
.secondary-hero-animation-circle-3 {
  position: absolute;
  top: 672px;
  left: 50%;
  transform: translateX(-50%);
  width: 572px;
  height: 572px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(72, 186, 109, 0) 2.36%,
    rgba(72, 186, 109, 0.3) 85.25%
  );
}
.searcher-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 96px;
  animation: rotate 60s linear infinite reverse;
}
.searcher-item-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin-bottom: -20px;
}
.searcher-item-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.searcher-item-content {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background-color: var(--base-white);
  border: 1px solid #ededed;
  box-shadow: 0 24px 14.4px -18px rgba(11, 34, 66, 0.05);
  border-radius: 100px;
}
.searcher-item-content span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.096px;
  color: var(--secondary-foreground-80);
  white-space: nowrap;
}

.searcher-item:nth-child(1) {
  top: -48px;
  left: 447px;
}
.searcher-item:nth-child(2) {
  top: -5px;
  left: 648px;
}
.searcher-item:nth-child(3) {
  top: 116px;
  left: 815px;
}
.searcher-item:nth-child(4) {
  top: 294px;
  left: 918px;
}
.searcher-item:nth-child(5) {
  top: 499px;
  left: 939px;
}
.searcher-item:nth-child(6) {
  top: 695px;
  left: 876px;
}
.searcher-item:nth-child(7) {
  top: 848px;
  left: 738px;
}
.searcher-item:nth-child(8) {
  top: 931px;
  left: 550px;
}
.searcher-item:nth-child(9) {
  top: 931px;
  left: 344px;
}
.searcher-item:nth-child(10) {
  top: 848px;
  left: 156px;
}
.searcher-item:nth-child(11) {
  top: 695px;
  left: 18px;
}
.searcher-item:nth-child(12) {
  top: 499px;
  left: -45px;
}
.searcher-item:nth-child(13) {
  top: 294px;
  left: -24px;
}
.searcher-item:nth-child(14) {
  top: 116px;
  left: 79px;
}
.searcher-item:nth-child(15) {
  top: -5px;
  left: 246px;
}
.large-p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .secondary-hero-animation-circle,
  .secondary-hero-animation-circle-2,
  .secondary-hero-animation-circle-3 {
    transform: translateX(-50%) scale(0.8);
  }
  .secondary-hero-animation-circle-2 {
    animation: rotateTranslate3 60s linear infinite;
  }
}

@media (max-width: 767px) {
  .secondary-hero {
    padding-top: 132px;
    height: auto;
    background-size: 100% 1400px;
  }
  .secondary-hero .container {
    gap: 24px;
  }
  .secondary-hero img:not(.searcher-item img) {
    height: 320px;
    margin-bottom: -48px;
  }
  .secondary-hero-animation {
    display: none;
  }
}



.searchers .section-heading {
  max-width: 888px;
}

.searchers .section-heading p {
  max-width: 690px;
}