/*////////// HERO SECTION //////////*/
#hero-home {
  background: linear-gradient(to bottom, #daffcd, #ffffff);
  padding: 140px 0 340px;
}

#hero-home .content {
  position: relative;
}

#hero-home .desc {
  font-size: 20px;
  line-height: 1.5;
  max-width: 500px;
  margin: 0 auto 40px;
  text-align: center;
  color: var(--clr-heading-1);
}

#hero-home .search-input {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 7px 10px 10px 16px;
  border-radius: 100px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 35px 64px 10px #dee4dccc;

  & .input-group {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 320px;
    padding-top: 5px;

    input {
      font-size: 17px;
      width: 90%;
    }

    input::placeholder {
      color: #b9b0b0;
    }

    i {
      color: #b9b0b0;
    }
  }
}

#hero-home .pic {
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 44px 64px #d8e4d4;
}

#hero-home .pic-1 {
  top: 2rem;
  left: 0;
  border: 5px solid #ff5e54;
  height: 160px;
  width: 160px;
}
#hero-home .pic-2 {
  top: 6rem;
  right: 10px;
  border: 5px solid #f6d162;
  height: 220px;
  width: 220px;
}
#hero-home .pic-3 {
  top: 100%;
  left: 5%;
  border: 5px solid #00c9b7;
  height: 250px;
  width: 250px;
}
#hero-home .pic-4 {
  bottom: -76%;
  right: 19%;
  border: 5px solid #62aef6;
  height: 180px;
  width: 180px;
}

@media (max-width: 1279px) {
  #hero-home {
    padding: 80px 0;
  }

  #hero-home .pic {
    position: relative;
  }

  #hero-home :is(.pic-1, .pic-2, .pic-3, .pic-4) {
    height: 140px;
    width: 140px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }

  .random-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  #hero-home .search-input {
    max-width: 100%;
    flex-direction: column;
    gap: 16px;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;

    & .input-group {
      width: 100%;
      background-color: #ffffff;
      padding: 20px;
      border-radius: 100px;
      border: 1px solid #dfdfdf;
      box-shadow: 0 35px 64px 10px #dee4dccc;
      font-size: 18px;
    }

    & .btn {
      width: 100%;
    }
  }
}

/*////////// BRANDS SECTION //////////*/
#brands-section {
  padding: 20px 0;
  background-color: #fcfcfc;
}

#brands-section .content {
  gap: 14px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

#brands-section img {
}

@media (max-width: 639px) {
  #brands-section .content {
    gap: 10px;
    justify-content: space-around;
  }
}

/*////////// HOW IT WORKS SECTION //////////*/
#hik-section {
}

#hik-section .section-heading {
}

.cards-container {
  margin-top: 40px;
}

.cards-container .card-item {
  border: 1px solid #e2e0e5;
  padding: 32px 24px;
  border-radius: var(--radius-24);
}

.cards-container .card-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 40px;
  color: #ffffff;
  background-color: var(--bg);
}

/* .cards-container .card-icon.icon-1 {
  background-color: #00c9b7;
}
.cards-container .card-icon.icon-2 {
  background-color: #ff5e54;
}
.cards-container .card-icon.icon-3 {
  background-color: #3a0ca3;
} */

.cards-container .card-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.32;
  color: var(--clr-heading-2);
  margin-bottom: 8px;
}

.cards-container .card-desc {
  color: var(--clr-gray);
  font-size: 16px;
  line-height: 1.6;
}

.cards-container .learn-more-link {
  color: #e63312;
  font-size: 16px;
  margin-top: 1rem;
  display: inline-block;
}

/*////////// ARTISTS HOME SECTION //////////*/
#artists-home {
  background-color: #fafafa;
}

#artists-home .section-heading {
}

#artists-home .section-description {
  max-width: 770px;
  margin: 0 auto 50px;
  text-align: center;
}

#artists-home .artist-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

#artists-home .artist-card {
  border-radius: var(--radius-24);
  padding: 16px;
  background-origin: #ffffff;
  box-shadow: 0 44px 124px #00000008;
  text-align: center;
}

#artists-home .artist-pic {
  width: 100%;
  height: 220px;
  border-radius: var(--radius-8);
  border: 1px solid #e2e0e5;
  margin-bottom: 1rem;
  overflow: hidden;
}

#artists-home .artist-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--clr-heading-2);
  margin-bottom: 10px;
}

#artists-home .artist-desc {
  color: var(--clr-gray-600);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1rem;
}

#artists-home .social-group {
  gap: 10px;
}

#artists-home .social-icon {
  height: 40px;
  width: 40px;
  border: 1px solid #efefef;
  color: var(--clr-gray-600);
  border-radius: 4px;
}

.btn-wrap {
  margin-top: 4rem;
}
.btn-wrap .btn {
  padding-left: 40px;
  padding-right: 40px;
}

/*////////// SERVICES SECTION //////////*/
#services-section {
}

#services-section .header-wrap {
  gap: 10px;
  align-items: start;
}

#services-section .section-heading {
  left: 0;
  transform: translateX(0);
}

#services-section .section-heading img {
  width: 160px;
  right: 0;
  bottom: 0px;
}

#services-section :is(.left-side, .right-side) {
  flex: 1;
}

#services-section .header-wrap .desc {
  font-size: 18px;
}

@media (max-width: 767px) {
  #services-section .header-wrap {
    flex-direction: column;
  }
}

/*////////// JOIN SECTION //////////*/
#join-section {
  overflow: hidden;
}

#join-section .content {
  gap: 80px;
}

#join-section .section-heading {
  max-width: 500px;
  margin: 0 0 1.4rem;
  left: 0;
  transform: translateX(0);
}

#join-section .left-side {
}

#join-section .join-pic {
  height: 600px;
  border-radius: 76px;
  border: 9px solid #f2c855;
  overflow: hidden;
}

#join-section .right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

#join-section .right-side .btn {
}

@media (max-width: 767px) {
  #join-section .content {
    gap: 40px;
  }

  #join-section .join-pic {
    height: 400px;
  }
}

/*////////// OPPORTUNITY CTA SECTION //////////*/
#opportunity-cta {
}

#opportunity-cta .content {
  border-radius: 12px;
  background-color: var(--secondary-clr);
  overflow: hidden;
}

#opportunity-cta .section-heading {
  max-width: 565px;
  margin: 0 0 20px;
  left: 0;
  transform: translateX(0);
  padding-right: 16px;

  & span {
    color: #ffffff;
    text-align: left;
  }
}

#opportunity-cta .section-description {
  color: #ffffff;
  margin-bottom: 1.7rem;
}

#opportunity-cta .btn.btn-red {
}

#opportunity-cta .left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 3rem 0 3rem 7%;
}

#opportunity-cta .right-side {
  position: relative;
}

#opportunity-cta .right-side .pic {
  height: 100%;
}

#opportunity-cta .right-side .pic img {
  height: 100%;
}

/*////////// IMPACT SECTION //////////*/
#impact-section {
  background-color: #fafafa;
}

#impact-section .content {
}

#impact-section .section-description {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

#impact-section .stats-grid {
  padding: 0 5%;
  margin-top: 4rem;
}

#impact-section .stat-card {
  padding: 36px 42px;
  border-radius: var(--radius-24);
  background-color: var(--bg);
  text-align: center;
}

#impact-section .stat-icon {
}

#impact-section .stat-value {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

#impact-section .stat-description {
  font-size: 18px;
  line-height: 1.5;
  color: #eaeaf0;
  font-weight: 500;
}

/*////////// CLIENTS SECTION //////////*/
#clients-section {
}

#clients-section .content {
}

#clients-section .section-heading {
  margin: 0 0 3rem;
  left: 0;
  transform: translateX(0);
}

#clients-section .client-list {
}

#clients-section .client-item {
  border-radius: var(--radius-24);
  border: 1px solid #e2e0e5;
  padding: 32px 24px;
}

#clients-section .client-pic {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}

#clients-section .client-header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

#clients-section .client-name {
  color: var(--clr-heading-2);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

#clients-section .client-rating {
  display: flex;
  gap: 6px;
}

#clients-section .star-icon {
  color: #ffc243;
}

#clients-section .client-desc {
  color: var(--clr-gray-600);
  font-style: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  #clients-section .section-heading {
    & span {
      text-align: center;
    }
  }
}

/*////////// CTA SECTION //////////*/
#cta-section {
}

#cta-section .content {
  gap: 0;
}

#cta-section .left-side {
  background-color: #fff4f2;
  flex-direction: column;
  gap: 20px;
  padding: 30px 0;
}

#cta-section .right-side {
  background-color: #f5fff2;
  flex-direction: column;
  gap: 20px;
  padding: 30px 0;
}

#cta-section .cta-icon {
  margin-bottom: -20px;
}

#cta-section .cta-title {
  color: var(--clr-heading-2);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

#cta-section .cta-desc {
}

