@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.ech-hero-section {
  background-image: url(../images/hero-background.svg);
  position: relative;
  padding: 210px 0 160px 0;
  border-radius: 0 0 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ech-hero-section__switcher {
  padding-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ech-hero-section__switcher__brand, .ech-hero-section__switcher__influencer {
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s, -webkit-text-fill-color 0.3s;
}
.ech-hero-section__switcher__brand {
  background: linear-gradient(102.23deg, #379595 0%, #3575A9 23.5%, #A42CA9 64%, #E69C49 97.5%);
  -webkit-background-clip: text;
}
.ech-hero-section__switcher__influencer {
  color: #000000;
}
.ech-hero-section__switcher input[type=checkbox] {
  position: relative;
  width: 53px;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #000000;
  outline: none;
  border-radius: 15px;
  transition: background 0.3s;
  cursor: pointer;
}
.ech-hero-section__switcher input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  transition: 0.3s;
}
.ech-hero-section__switcher input[type=checkbox]:checked::after {
  left: 33px;
}
.ech-hero-section__mobile-image {
  display: none;
}
.ech-hero-section__sparkles {
  width: 44px;
  margin-bottom: 17px;
  margin-right: -16px;
  margin-left: -13px;
}
.ech-hero-section__heading {
  font-size: 68px;
  font-weight: 400;
  color: #111111;
  letter-spacing: -4px;
}
.ech-hero-section__ai-powered {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.ech-hero-section__sub-heading {
  font-size: 65px;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: -2px;
}
.ech-hero-section__sub-heading-mobile {
  display: none;
}
.ech-hero-section__paragraph {
  color: #323232;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0 40px 0;
}
@media (min-resolution: 192dpi) {
  .ech-hero-section__paragraph {
    font-weight: 300;
    /* Set for MacBook */
  }
}
.ech-hero-section__button {
  background: linear-gradient(92.66deg, #4046DC 2.22%, #54B1F1 103.71%);
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 56px;
  font-size: 16px;
  font-weight: 600;
}
.ech-hero-section .ech-hero {
  display: flex;
  gap: 80px;
  align-items: center;
}

.check-mobile {
  display: none;
}

.ech-statements {
  padding: 50px 0 50px 0;
  display: flex;
  gap: 20px;
  margin: 0 auto;
}
.ech-statements__list {
  display: flex !important;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
}
.ech-statements__list .text-1 {
  color: #FE5E5E;
}
.ech-statements__list .text-2 {
  color: #8B50DE;
}
.ech-statements__list .text-3 {
  color: #6378FF;
}
.ech-statements__text {
  font-size: 32px;
  font-weight: 400;
}

.ech-engagement {
  padding: 60px 0;
}
.ech-engagement__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.ech-engagement__bar {
  width: 60%;
}
.ech-engagement__bar .color-border {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(201.93deg, #0C00D5 -5.94%, #4900F2 11.48%, #FF2A42 59.52%, #FF5046 71.25%, #FF844A 91.36%, #FFA94E 105.32%);
  /* Gradient border */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 63px;
  padding: 8px 16px;
  margin-bottom: 25px;
}
.ech-engagement__sub-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #0C0C0C;
}
.ech-engagement__title {
  font-size: 64px;
  font-weight: 400;
  color: #0C0C0C;
  line-height: 76px;
}
.ech-engagement__span {
  font-weight: 500;
  background: linear-gradient(235.54deg, #0C00D5 0.05%, #4900F2 0.27%, #FF2A42 36%, #FF5046 81.92%, #FF844A 100.64%, #FFA94E 113.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ech-engagement__rate {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 30%;
}
.ech-engagement__paragraph {
  font-size: 28px;
  font-weight: 400;
  color: #323232;
  line-height: 35px;
}
@media (min-resolution: 192dpi) {
  .ech-engagement__paragraph {
    font-weight: 300;
    /* Set for MacBook */
  }
}
.ech-engagement__values {
  padding-top: 110px;
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.ech-engagement__value {
  position: relative;
  border: 1px solid transparent;
  /* Transparent border to make space for the gradient */
  border-radius: 30px;
  background-image: linear-gradient(white, white), linear-gradient(201.93deg, #0C00D5 -5.94%, #4900F2 11.48%, #FF2A42 59.52%, #FF5046 71.25%, #FF844A 91.36%, #FFA94E 105.32%);
  /* Gradient border */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 52px 53px 30px 53px;
  text-align: center;
}
.ech-engagement__numbers {
  font-size: 64px;
  font-weight: 600;
  color: #0C0C0C;
  padding-bottom: 20px;
}
.ech-engagement__sub-paragraph {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #0C0C0C;
  letter-spacing: -1px;
}
@media (min-resolution: 192dpi) {
  .ech-engagement__value {
    padding: 52px 56px 30px 56px;
  }
  .ech-engagement__sub-paragraph {
    font-weight: 300;
    /* Set for MacBook */
  }
}

.ech-influencer {
  padding: 60px 0;
}
.ech-influencer__explore {
  display: flex;
  gap: 10px;
}
.ech-influencer__explore__text {
  font-size: 16px;
  font-weight: 400;
  color: #383838;
}
.ech-influencer__title {
  font-size: 72px;
  font-weight: 400;
  line-height: 86px;
  padding: 12px 0 32px 0;
  max-width: 62%;
}
.ech-influencer__span {
  font-weight: 500;
  background: linear-gradient(99.34deg, #298989 3.62%, #3575A9 24.31%, #B522BB 85.9%, #FFC039 100.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ech-influencer__paragraph {
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  color: #323232;
  padding-bottom: 80px;
}
@media (min-resolution: 192dpi) {
  .ech-influencer__paragraph {
    font-weight: 300;
    /* Set for MacBook */
  }
}
.ech-influencer__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-bottom: 64px;
}
.ech-influencer__lists .list-1 {
  background-color: #FFE27C;
}
.ech-influencer__lists .list-2 {
  background-color: #8AED9A;
}
.ech-influencer__lists .list-3 {
  background-color: #FF9979;
}
.ech-influencer__lists .list-4 {
  background-color: #9CB8FF;
}
.ech-influencer__list {
  padding: 25px 25px 36px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 96px;
  border-radius: 25px;
}
.ech-influencer__list__para {
  font-size: 26px;
  font-weight: 400;
  color: #060606;
  line-height: 35px;
}
@media (min-resolution: 192dpi) {
  .ech-influencer__list__para {
    font-weight: 300;
    /* Set for MacBook */
  }
}
.ech-influencer__list img {
  width: 49px;
  transition: transform 0.5s ease-in-out;
  /* Smooth transition for rotation */
}
.ech-influencer__list:hover img {
  animation: rotateImage 2s linear infinite;
  /* Rotate the image on hover */
}
.ech-influencer__button {
  text-align: center;
  margin-top: 20px;
}
.ech-influencer .explore-more {
  border-radius: 63px;
  background: linear-gradient(91.76deg, #496CDE 1.49%, #9286E3 99.44%);
  padding: 20px 38px;
  font-size: 20px;
  font-weight: 600;
  color: #FBFBFB;
}

/* Keyframes for rotating the image */
@keyframes rotateImage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.position-relative {
  position: relative;
}

.stickness {
  top: 100px;
  position: sticky;
}

.ech-learn-echooo {
  padding: 60px 0;
  /* Specific sizing and placement for each box */
}
.ech-learn-echooo .color-border {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(201.93deg, #0C00D5 -5.94%, #4900F2 11.48%, #FF2A42 59.52%, #FF5046 71.25%, #FF844A 91.36%, #FFA94E 105.32%);
  /* Gradient border */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 63px;
  padding: 8px 16px;
  margin-bottom: 25px;
}
.ech-learn-echooo__sub-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #0C0C0C;
}
.ech-learn-echooo__title {
  font-size: 72px;
  font-weight: 400;
  color: #0C0C0C;
  line-height: 76px;
  padding-bottom: 26px;
}
.ech-learn-echooo__span {
  font-weight: 500;
  background: linear-gradient(91.24deg, #FF5046 38.11%, #FF844A 50.06%, #FFA94E 60.47%, #FFC050 67.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ech-learn-echooo__points {
  display: flex;
  gap: 14px;
  flex-direction: column;
  padding-bottom: 60px;
}
.ech-learn-echooo__point {
  display: flex;
  gap: 10px;
  lign-items: flex-start;
}
.ech-learn-echooo__point__para {
  font-size: 24px;
  font-weight: 400;
  color: #323232;
  line-height: 26px;
}
@media (min-resolution: 192dpi) {
  .ech-learn-echooo__point__para {
    font-weight: 300;
    /* Set for MacBook */
  }
}
.ech-learn-echooo .ech-learn-echooo__lists {
  margin-bottom: 15px;
}
.ech-learn-echooo .ech-learn-echooo__list {
  gap: 15px;
  padding: 21px 25px;
  border-radius: 16px;
  margin: 0 8px;
  height: 177px;
}
.ech-learn-echooo .list-1 {
  background-color: #FFDADB;
  grid-column: span 5;
  /* Take up 6 out of 12 columns */
  grid-row: span 1;
  /* Take up 2 rows */
  width: 450px;
}
.ech-learn-echooo .list-2 {
  background-color: #E3DFFF;
  grid-column: span 4;
  /* Smaller box, 3 columns wide */
  grid-row: span 1;
  /* Take up 1 row */
  width: 390px;
}
.ech-learn-echooo .list-graph {
  grid-column: span 3;
  /* 3 columns wide */
  grid-row: span 1;
  /* 1 row tall */
  padding: 0;
}
.ech-learn-echooo .list-graph img {
  width: 100%;
}
.ech-learn-echooo .list-3 {
  background-color: #D2FFEA;
  grid-column: span 5;
  /* 6 columns wide */
  grid-row: span 1;
  /* 1 row tall */
  width: 456px;
}
.ech-learn-echooo .list-4 {
  background-color: #FFE3D9;
  grid-column: span 4;
  /* 3 columns wide */
  grid-row: span 1;
  /* 1 row tall */
  width: 425px;
}
.ech-learn-echooo .list-5 {
  background-color: #D9D4FF;
  grid-column: span 4;
  /* 6 columns wide */
  grid-row: span 1;
  /* Take up 2 rows */
  width: 390px;
}
.ech-learn-echooo .list-6 {
  background-color: #FFD2D4;
  grid-column: span 5;
  /* 3 columns wide */
  grid-row: span 1;
  /* 1 row tall */
  width: 456px;
}
.ech-learn-echooo .ech-learn-echooo__list__para {
  font-size: 21px;
  font-weight: 400;
  color: #323232;
  line-height: 26px;
  padding-top: 7px;
}
@media (min-resolution: 192dpi) {
  .ech-learn-echooo .ech-learn-echooo__list__para {
    font-weight: 300;
  }
}
.ech-learn-echooo__image {
  padding-top: 60px;
}
.ech-learn-echooo__image img {
  width: 100%;
}
.ech-learn-echooo .mobile {
  display: none;
}

.ech-brands {
  padding: 90px 0 114px 0;
}
.ech-brands__mark {
  width: 55%;
}
.ech-brands__mark .color-border {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(201.93deg, #0C00D5 -5.94%, #4900F2 11.48%, #FF2A42 59.52%, #FF5046 71.25%, #FF844A 91.36%, #FFA94E 105.32%);
  /* Gradient border */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 63px;
  padding: 8px 16px;
  margin-bottom: 25px;
}
.ech-brands__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ech-brands__sub-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #0C0C0C;
}
.ech-brands__title {
  font-size: 72px;
  font-weight: 400;
  color: #0C0C0C;
  line-height: 76px;
  letter-spacing: -2px;
}
.ech-brands__span {
  font-weight: 500;
  background: linear-gradient(100.16deg, #379595 -1.73%, #1E74C5 17.11%, #BD1BC4 49.58%, #F5BD55 77.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ech-brands__paragraph {
  font-size: 24px;
  font-weight: 400;
  color: #323232;
  line-height: 30px;
  padding-top: 20px;
}
@media (min-resolution: 192dpi) {
  .ech-brands__paragraph {
    font-weight: 300;
    /* Set for MacBook */
  }
}

.ech-track {
  padding: 187px 0 171px 0;
  background-color: #F6F5FF;
}
.ech-track__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
.ech-track__content .data {
  width: 60%;
}
.ech-track__image img {
  width: 100%;
}
.ech-track__title {
  font-size: 64px;
  font-weight: 400;
  line-height: 76px;
}
.ech-track__paragraph {
  font-size: 22px;
  font-weight: 400;
  color: #323232;
  line-height: 28px;
  padding-top: 20px;
}
@media (min-resolution: 192dpi) {
  .ech-track__paragraph {
    font-weight: 300;
    /* Set for MacBook */
  }
}
.ech-track__span {
  font-weight: 500;
  background: linear-gradient(85.42deg, #0900D4 -9.26%, #FF3C52 28.66%, #FF5046 53.79%, #FF844A 69.32%, #FF944C 72.83%, #FFC050 82.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ech-track__button {
  margin-top: 50px !important;
}
.ech-track .explore-more {
  border-radius: 63px;
  background: linear-gradient(91.76deg, #496CDE 1.49%, #9286E3 99.44%);
  padding: 20px 38px;
  font-size: 20px;
  font-weight: 600;
  color: #FBFBFB;
}

.ech-features {
  padding: 60px 0;
}
.ech-features__title {
  font-size: 64px;
  font-weight: 400;
  line-height: 60px;
  padding: 12px 0 60px 0;
}
.ech-features__span {
  font-weight: 500;
  background: linear-gradient(249.74deg, #0C00D5 16.55%, #4900F2 31.7%, #FF2A42 75.11%, #FF5046 85.71%, #FF844A 103.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ech-features__paragraph {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  color: #323232;
}
@media (min-resolution: 192dpi) {
  .ech-features__paragraph {
    font-weight: 300;
    /* Set for MacBook */
  }
}
.ech-features__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.ech-features__list {
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border-radius: 32px;
  border: solid 1px #DADADA;
}
.ech-features__list__title {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 8px 0;
  letter-spacing: -1px;
}
@media (min-resolution: 192dpi) {
  .ech-features__list__title {
    font-weight: 400;
    /* Set for MacBook */
  }
}
.ech-features__list__para {
  font-size: 15px;
  font-weight: 400;
  color: #171717;
  line-height: 19px;
}
.ech-features__list img {
  width: 50px;
}
.ech-features__button {
  text-align: center;
  margin-top: 70px !important;
}
.ech-features .explore-more {
  border-radius: 63px;
  background: linear-gradient(91.76deg, #496CDE 1.49%, #9286E3 99.44%);
  padding: 20px 38px;
  font-size: 20px;
  font-weight: 600;
  color: #FBFBFB;
}

.ech-roi {
  padding: 60px 0 70px 0;
}
.ech-roi__title {
  font-size: 72px;
  font-weight: 400;
  line-height: 86px;
  padding-bottom: 8px;
}
.ech-roi__span {
  font-weight: 500;
  background: linear-gradient(249.74deg, #0C00D5 16.55%, #4900F2 31.7%, #FF2A42 75.11%, #FF5046 85.71%, #FF844A 103.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ech-roi__paragraph {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #272727;
  padding-bottom: 80px;
  padding-bottom: 80px;
  max-width: 63%;
}
.ech-roi__read-more {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  text-decoration: underline;
}
.ech-roi .roi-mobile-lists {
  display: none !important;
}
.ech-roi__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-bottom: 90px;
}
.ech-roi__lists .list-1 {
  background-color: #FFE485;
}
.ech-roi__lists .list-1 img {
  width: 100%;
}
.ech-roi__lists .list-2 {
  margin-top: 10%;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(241.86deg, #0C00D5 30.68%, #4900F2 41.71%, #FF2A42 72.14%, #FF5046 79.57%, #FF844A 92.31%, #FFA94E 101.15%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.ech-roi__lists .list-2 img {
  padding-bottom: 32px;
  width: 66px !important;
  display: inline !important;
}
.ech-roi__lists .list-3 {
  background: linear-gradient(345.44deg, #3FA0A0 -2.69%, #432CA9 99.15%);
}
.ech-roi__lists .list-3 img {
  padding-bottom: 32px;
  width: 106px !important;
  display: inline !important;
}
.ech-roi__lists .list-3 .ech-roi__list__para {
  color: #FFFFFF;
}
.ech-roi__list {
  padding: 24px 24px 0px 24px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 106px;
  border-radius: 32px;
}
.ech-roi__list__para {
  font-size: 24px;
  font-weight: 400;
  color: #272727;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.ech-roi__buttons {
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.ech-roi__buttons a {
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  padding: 8px 12px;
  border-radius: 70px;
  border: solid 1px;
}
.ech-roi__buttons .campaigns {
  border-color: #FF9C40;
}
.ech-roi__buttons .insights {
  border-color: #B245E4;
}
.ech-roi__buttons .driven {
  border-color: #5AB06A;
}
.ech-roi__buttons .optimize {
  border-color: #5768D7;
}
.ech-roi__buttons .strategy {
  border-color: #FF8F8F;
}
.ech-roi__buttons .influence {
  border-color: #40A3FF;
}
.ech-roi__button {
  text-align: center;
}
.ech-roi .explore-more {
  border-radius: 70px;
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(41.47deg, #0900D4 17.21%, #FF2A42 64.77%, rgba(255, 80, 70, 0.81) 76.9%, rgba(255, 132, 74, 0.55) 91.94%, rgba(255, 169, 78, 0.36) 105.04%, rgba(255, 192, 80, 0.3) 114.26%);
  /* Gradient border */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 20px 65px;
  font-size: 20px;
  font-weight: 600;
  color: #0F0F0F;
}

.ech-contact-us {
  padding: 60px 0 120px 0;
  border: 2px solid transparent;
}
.ech-contact-us__title {
  font-size: 64px;
  font-weight: 400;
  line-height: 71px;
  padding-bottom: 32px;
  text-align: left;
}
.ech-contact-us__paragraph {
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  color: #272727;
  text-align: left;
}
@media (min-resolution: 192dpi) {
  .ech-contact-us__paragraph {
    font-weight: 300;
    /* Set for MacBook */
  }
}
.ech-contact-us__span {
  font-weight: 600;
  background: linear-gradient(108.33deg, #379595 1.63%, #3575A9 23.85%, #A42CA9 62.12%, #E69C49 93.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ech-contact-us__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 61px 44px 61px 44px;
  text-align: center;
  /* Inner background color gradient */
  background: linear-gradient(138deg, rgb(249, 249, 249) 56%, rgb(238, 174, 202) 100%);
  /* Adding a transparent border to make space for the gradient */
  border: solid 1px transparent;
  border-radius: 37px;
  /* Gradient border */
  background-image: linear-gradient(138deg, rgb(249, 249, 249) 56%, rgb(238, 174, 202) 100%), linear-gradient(201.93deg, rgba(12, 0, 213, 0.26) -5.94%, rgba(73, 0, 242, 0.26) 11.48%, rgba(255, 42, 66, 0.26) 59.52%, rgba(255, 80, 70, 0.26) 71.25%, rgba(255, 132, 74, 0.26) 91.36%, rgba(255, 169, 78, 0.26) 105.32%);
  /* Border gradient */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  /* Clips the background images to the specified boxes */
}
.ech-contact-us__content {
  width: 60%;
}
.ech-contact-us__img {
  position: absolute;
  right: 0;
  border-radius: 0 37px 37px 0;
}
.ech-contact-us__button {
  text-align: center;
}
.ech-contact-us__button__btn {
  border-radius: 63px;
  background: linear-gradient(91.76deg, #496CDE 1.49%, #9286E3 99.44%);
  padding: 18px 32px;
  font-size: 20px;
  font-weight: 600;
  color: #FBFBFB;
}

/* Contact Us Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 8% auto;
  padding: 20px 20px 24px 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
}

#contactForm {
  padding-top: 12px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 13px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.3215686275);
  transition: border-color 0.3s ease-in-out;
  /* Smooth transition */
}

/* Change the border color to black when the field is focused */
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: black;
  /* Border color changes to black on focus */
}

/* Optional: Style for :focus-visible for keyboard users */
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
textarea:focus-visible {
  border-color: black;
  /* Ensure border changes to black when focus is visible */
  outline: none;
  /* Optional: remove outline for focus-visible as well */
}

button {
  background: linear-gradient(91.76deg, #496CDE 1.49%, #9286E3 99.44%);
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

button:hover {
  background-color: #218838;
}

.error-message {
  color: red;
  font-size: 12px;
  display: none;
}

.success-message {
  color: green;
  font-size: 14px;
  display: none;
}

#description {
  height: 90px;
}

:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-animation] {
  opacity: 0;
  animation-timing-function: var(--animation-timing-function);
  animation-fill-mode: both;
  animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  animation-name: slideInUp;
}

.slideInDown {
  animation-name: slideInDown;
}

.slideInLeft {
  animation-name: slideInleft;
}

.slideInRight {
  animation-name: slideInRight;
}

@media (max-width: 1180px) {
  .ech-influencer__lists {
    grid-template-columns: repeat(2, 1fr);
  }
  .ech-influencer__list {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .nav {
    position: fixed;
    top: 64px;
    left: 0;
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 10px 0 25px;
    transform: translate(-100%);
  }
  .nav__list {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .nav__link {
    font-size: 14px !important;
  }
  .mobile-notification {
    display: flex !important;
    gap: 10px;
  }
  .search-box {
    display: none !important;
  }
  .login-btn {
    display: none;
  }
  .demo-button {
    display: none;
  }
  .ech-hero-section {
    border-radius: 0 0 40px 40px;
    padding: 120px 0 65px 0;
  }
  .ech-hero-section__heading {
    font-size: 36px;
    color: #0C0C0C;
    letter-spacing: 0;
  }
  .ech-hero-section__sub-heading {
    font-size: 36px;
  }
  .ech-hero-section__sub-heading-mobile {
    font-size: 35px;
    font-weight: 500;
    background: linear-gradient(235.54deg, #0C00D5 10.05%, #4900F2 26.27%, #FF2A42 71%, #FF5046 81.92%, #FF844A 100.64%, #FFA94E 113.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
  }
  .ech-hero-section__paragraph {
    font-size: 16px;
    padding: 10px 0 20px 0;
  }
  .ech-hero-section__button {
    font-size: 16px;
  }
  .ech-hero-section__influence-image {
    width: 80%;
    padding-bottom: 35px;
  }
  .ech-hero-section .ech-hero {
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
  }
  .ech-hero-section__sparkles {
    width: 23px;
    margin-bottom: 4px;
    margin-right: -8px;
    margin-left: -8px;
  }
  .ech-hero-section__desktop-image {
    display: none;
  }
  .ech-hero-section__mobile-image {
    display: block;
    text-align: center;
  }
  .demo-button {
    padding: 6px 16px !important;
  }
  .book-demo {
    font-size: 14px !important;
  }
  .login-btn-mobile {
    display: block !important;
    font-size: 14px !important;
  }
  .mobile-demo-button {
    display: block !important;
  }
  .check {
    display: none;
  }
  .ech-statements {
    padding: 25px 0 0px 0;
  }
  .ech-statements__list img {
    width: 30px;
  }
  .ech-statements__text {
    font-size: 24px;
  }
  .ech-statements__influence-imag {
    width: 100%;
  }
  .ech-engagement {
    padding: 40px 0;
  }
  .ech-engagement__bar {
    width: 100%;
  }
  .ech-engagement__sub-title {
    font-size: 14px;
  }
  .ech-engagement__title {
    font-size: 38px;
    line-height: 48px;
  }
  .ech-engagement__title img {
    width: 25px;
  }
  .ech-engagement__rate {
    padding-top: 24px;
    width: 100%;
  }
  .ech-engagement__rate img {
    width: 25px;
  }
  .ech-engagement__paragraph {
    font-size: 22px;
  }
  .ech-engagement__values {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 30px;
  }
  .ech-engagement__value {
    padding: 24px 30px;
  }
  .ech-engagement__numbers {
    font-size: 48px;
  }
  .ech-influencer__title {
    font-size: 40px;
    line-height: 48px;
    padding: 12px 0 24px 0;
    max-width: 100%;
  }
  .ech-influencer__paragraph {
    font-size: 24px;
    padding-bottom: 40px;
  }
  .ech-influencer__lists {
    padding-bottom: 60px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .ech-influencer__list {
    height: 385px;
  }
  .ech-influencer__button {
    margin-top: 0px;
  }
  .ech-learn-echooo {
    padding: 60px 0;
  }
  .ech-learn-echooo__sub-title {
    font-size: 16px;
  }
  .ech-learn-echooo__title {
    font-size: 40px;
    padding-bottom: 40px;
    line-height: 48px;
  }
  .ech-learn-echooo__lists {
    gap: 20px;
  }
  .ech-learn-echooo__list {
    gap: 6px;
    align-items: flex-start;
  }
  .ech-learn-echooo__list__point {
    font-size: 20px;
    line-height: 25px;
  }
  .ech-learn-echooo__image {
    padding-top: 44px;
  }
  .ech-learn-echooo__image img {
    width: 100%;
  }
  .ech-brands {
    padding: 60px 0 120px 0;
  }
  .ech-brands__content {
    justify-content: center;
  }
  .ech-brands__mark {
    width: 100%;
  }
  .ech-brands__mark .color-border {
    margin-bottom: 12px;
  }
  .ech-brands__sub-title {
    font-size: 14px;
  }
  .ech-brands__title {
    font-size: 38px;
    line-height: 48px;
  }
  .ech-brands__title img {
    width: 38px;
  }
  .ech-brands__paragraph {
    font-size: 22px;
    padding: 40px 0 68px 0;
  }
  .ech-brands__image img {
    width: 100%;
  }
  .ech-track {
    padding: 60px 0;
  }
  .ech-track__content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .ech-track__content .data {
    width: 100%;
  }
  .ech-track__title {
    font-size: 40px;
    line-height: 48px;
    max-width: 100%;
    padding-bottom: 53px;
  }
  .ech-features__title {
    font-size: 40px;
    line-height: 48px;
    padding: 0px 0 20px 0;
    text-align: center;
  }
  .ech-features__paragraph {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 40px;
    text-align: center;
  }
  .ech-features__lists {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
  }
  .ech-features__button {
    margin-top: 60px;
  }
  .ech-roi__title {
    font-size: 40px;
    line-height: 48px;
  }
  .ech-roi__paragraph {
    padding-bottom: 30px;
    max-width: 100%;
  }
  .ech-roi__lists {
    display: none;
  }
  .ech-roi__lists .list-1 img {
    width: 80% !important;
  }
  .ech-roi__lists .list-2 {
    margin-top: 0%;
  }
  .ech-roi__list {
    padding: 20px 16px 0px 16px;
    width: 91%;
    height: 462px;
    gap: 0;
  }
  .ech-roi__list__para {
    font-size: 22px;
  }
  .ech-roi .roi-mobile-lists {
    display: block !important;
  }
  .owl-item.active {
    margin-left: -9px;
    margin-right: -10px !important;
  }
  .ech-contact-us__title {
    font-size: 32px;
    line-height: 35px;
    padding-bottom: 20px;
  }
  .ech-contact-us__paragraph {
    font-size: 20px;
    line-height: 25px;
  }
  .ech-contact-us__data {
    flex-wrap: wrap;
    padding: 41px 24px 41px 24px;
    gap: 80px;
  }
  .ech-contact-us__content {
    width: 100%;
  }
  .ech-contact-us__button__btn {
    padding: 14px 31px;
  }
  .echo-footers {
    border-radius: 30px 30px 0 0 !important;
  }
  .echo-footers__list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 60px;
    padding-bottom: 50px !important;
  }
  .echo-footers ul {
    font-size: 14px !important;
  }
  .ech-footer__title {
    font-size: 20px !important;
  }
}
@media (max-width: 580px) {
  .ech-hero-section__mobile-image {
    width: 100%;
  }
  .ech-learn-echooo .desktop {
    display: none;
  }
  .ech-learn-echooo .mobile {
    display: block;
    width: 100%;
  }
  .owl-item.active {
    margin-left: -9px;
    margin-right: -20px !important;
  }
  .ech-features__lists {
    grid-template-columns: repeat(1, 1fr);
    max-height: 350px;
    overflow-y: auto;
  }
}
@media (max-width: 480px) {
  .owl-item.active {
    margin-left: -9px;
    margin-right: -20px !important;
  }
  .ech-hero-section {
    background-image: url(../images/hero-mobile-background.svg);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "Inter";
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
  transition: top 0.3s ease-in-out;
  box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0);
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  min-height: 60px;
}

.nav {
  transition: all 0.3s ease-in-out;
}
.nav__list {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.nav__link {
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 600;
  font-family: Inter;
}

/* Initial header styles when page loads */
.header.overflow {
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0.08);
}

/* Class added by JS to hide the header */
.header.hidden {
  top: -100px;
  /* Adjust based on header height */
}

/* Your existing styles for the header when fixed and with overflow */
#header.fixed {
  top: 0px;
}

#header.fixed {
  top: 0px;
}

#header.overflow {
  background-color: #ffffff;
  transition: all 0.3s ease-in;
  box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0.08);
  z-index: 5;
}

.mobile-notification {
  display: none;
}

.login-btn-mobile {
  display: none;
}

.mobile-demo-button {
  display: none;
}

.nav__link {
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 600;
  font-family: Inter;
  text-decoration: none;
}

/* Specific styling for MacBook Retina displays */
@media (min-resolution: 192dpi) {
  .nav__link {
    font-weight: 400;
    /* Set for MacBook */
  }
}
.login-btn {
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 600;
  font-family: Inter;
  text-decoration: none;
}

/* Specific styling for MacBook Retina displays */
@media (min-resolution: 192dpi) {
  .login-btn {
    font-weight: 400;
    /* Set for MacBook */
  }
}
/* Hamburger Menu styles */
.hamburger {
  cursor: pointer;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: #000000;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
}

/* Additional styles for the page content */
.content {
  padding: 100px 20px;
  /* Ensure padding so content is visible under fixed header */
  height: 2000px;
  /* Dummy height for scrolling */
}

.bar {
  position: relative;
  height: 2px;
  width: 27px;
  background: #000000;
  margin: 5px 0;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.bar:nth-child(2) {
  width: 20px;
  left: 6px;
}

.search-box {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 59px;
  padding: 11px 20px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(white, white), linear-gradient(109.25deg, #379595 -4.82%, #3575A9 23.93%, #A42CA9 73.46%, #E69C49 114.43%);
}

.search-box input {
  border: none;
  outline: none;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
  flex: 1;
  max-width: 160px;
}

.search-box input::-moz-placeholder {
  color: #323232;
  /* Change this to the desired placeholder color */
}

.search-box input::placeholder {
  color: #323232;
  /* Change this to the desired placeholder color */
}

.search-box img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.demo-button {
  border-radius: 63px;
  padding: 8px 28px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(201.93deg, #0C00D5 -5.94%, #4900F2 11.48%, #FF2A42 59.52%, #FF5046 71.25%, #FF844A 91.36%, #FFA94E 105.32%);
  /* Gradient border */
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.book-demo {
  font-size: 15px;
  font-weight: 600;
}

/* Specific styling for MacBook Retina displays */
@media (min-resolution: 192dpi) {
  .book-demo {
    font-weight: 400;
    /* Set for MacBook */
  }
}
.nav--open {
  transform: translate(0) !important;
}

.hamburger--open .bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.hamburger--open .bar:nth-child(2) {
  opacity: 0;
}

.hamburger--open .bar:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.echo-footers {
  padding: 60px 0 60px 0;
  background-color: #070707;
  border-radius: 100px 100px 0 0;
}
.echo-footers__list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
.echo-footers ul {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.echo-footers ul li {
  padding-bottom: 2px;
}
@media (min-resolution: 192dpi) {
  .echo-footers ul {
    font-weight: 300;
    /* Set for MacBook */
  }
}

.echo-footer {
  display: flex;
  flex-direction: column;
}
.echo-footer__title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  padding-bottom: 10px;
  margin: 0;
}
.echo-footer__sub-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  display: flex;
  align-items: flex-start;
}
.echo-footer__text {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.echo-footer__sub-title-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  margin: 5px auto;
}

.ech-social-links {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  position: relative;
  /* Ensure the pseudo-element positions relative to this element */
  /* Additional padding to account for the pseudo-element */
  padding-bottom: 20px;
}
.ech-social-links::after {
  content: "";
  position: absolute;
  bottom: 0;
  /* Position at the bottom of the element */
  left: 0;
  right: 0;
  height: 2px;
  /* Height of the border */
  background: linear-gradient(269.53deg, #0900D4 46.36%, #FF2A42 58.97%, #FF5046 63.91%, #FF844A 77.44%, #FFA94E 85.05%, #FFC050 91.55%);
}
.ech-social-links__icons {
  display: flex;
  gap: 15px;
}/*# sourceMappingURL=main.css.map */