:root {
  --primary-color: #e64980;
  --secondary-color: #f06595;
  --tertiary-color: #520720 --accent-color: #fcc8db;
  --second-accent-color: #ffe3e3;
  --background-color: #fff;
  --secondary-background-color: #fff3f8;
  --text-color: #555;
  --secondary-text-color: #666;
  --tertiary-text-color: #333;
  --quaternary-text-color: #fff;
  --five-text-color: #777;
}

/******************************/
/* COLOR-ANALYSIS SECTION */
/******************************/

.section-color {
}

.color-title {
  /* padding: 0 3.2rem 3.2rem 2.4rem; */
  padding-bottom: 3.2rem;
  margin: 9.6rem 0;
}

.color-subtitle {
  padding: 0 3.2rem 2.4rem 2.4rem;
}

/******************************/
/* STEPS */
/******************************/

.grid-step {
  row-gap: 6.4rem;
}

.step-row {
  display: flex;
}

.step-img {
  height: 50rem;
  width: 50rem;
  object-fit: cover;
  /* padding: 0 2.4rem; */
  /* align-self: center; */
  justify-self: center;
  border-radius: 100%;
}

.container-color {
  max-width: 140rem;
  padding: 0 3.2rem;
  margin: 9.6rem auto;
}

.color-hero {
  background-image: url('Images/Zabiegi/color-analysis.webp');
  background-repeat: no-repeat;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.8rem;
}

.color-hero-img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}

.color-title {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;

  top: clamp(10%, 35vh, 40%);
  /* top: 14%; */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #222;
}

.heading-secondary-color.color-subtitle {
  text-align: center;
}

.heading-secondary-color {
  font-size: 4rem;
  margin-bottom: 1.2rem;
}

.description-subtitle {
  text-align: center;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  padding: 0 12rem 0 12rem;
  margin-bottom: 12rem;
}

.step-number {
  position: relative;
  font-size: 4.8rem;
  padding-left: 2.4rem;
  /* padding-bottom: 2.4rem; */
  font-weight: 700;
  color: var(--primary-color);
}

.description-color-heading {
  font-size: 3rem;
  line-height: 3.6rem;
  padding: 2.4rem;
  /* margin-bottom: 1rem; */
  font-weight: 600;
  color: #444;
}

.description-color-text {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  padding: 0 2.4rem;
}

/******************************/
/* DESIGN */
/******************************/

.step-number-1::before {
  position: absolute;
  content: 'Poznaj';
  height: 28rem;
  width: 28rem;
  top: -2rem;
  left: 85%;
  /* background-color: var(--secondary-color); */
  border-radius: 100%;
  z-index: -1;
  opacity: 30%;
}

.step-number-2::before {
  position: absolute;
  content: 'Swoje';
  height: 28rem;
  width: 28rem;
  top: -2rem;
  left: 80%;
  /* background-color: var(--secondary-color); */
  border-radius: 100%;
  z-index: -1;
  opacity: 35%;
}

.step-number-3::before {
  position: absolute;
  content: 'Kolory';
  height: 28rem;
  width: 28rem;
  top: -2rem;
  left: 90%;
  /* background-color: var(--secondary-color); */
  border-radius: 100%;
  z-index: -1;
  opacity: 40%;
}

/* .step-number::after {
  position: absolute;
  content: '';
  height: 20rem;
  width: 20rem;
  top: 34rem;
  left: 75%;
  background-color: var(--primary-color);
  border-radius: 100%;
  z-index: -1;
  opacity: 30%;
} */
