body {
  background: white;
}

.hero-tlo {
  background-color: #e4def4;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .csux_hero-tlo {
    /* cause nav bar */
    margin-top: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .csux_hero-tlo {
    /* cause nav bar */
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .csux_hero-tlo {
    /* cause nav bar */
    margin-top: 2rem;
  }
}

.csux_hero-tlo {
  position: relative; /* wazne */
}
.csux_hero-tlo::before {
  content: "";
  position: absolute;
  background-size: cover;
  /* top: 100px; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(80%);
}
.csux_hero-inside {
  /* This will make it stack on top of the ::before */
  position: relative;
}

.csux-hero-button {
  color: #4923b5;
  font: 600 1.125rem Inter, sans-serif;
  padding: 1rem 2.5rem;
  border-radius: 30rem;
  border-color: transparent;
  background-color: white;
  transition: all 0.2s;
  z-index: 2;
  position: relative;
}
.csux-hero-button:hover {
  background-color: #e4def4;
  transition: all 0.2s;
}

@media (max-width: 992px) {
  .csux_hero-tlo::before {
    background-image: url("./images/uxb_narrow.png");
  }
  .csux_hero-tlo {
    aspect-ratio: 360/271;
  }
  .csux-hero-button {
    color: #4923b5;
    font: 600 1.125rem Inter, sans-serif;
    padding: 0.5rem 1.5rem;
    border-radius: 30rem;
    border-color: transparent;
    background-color: white;
    margin-top: 2rem;
    transition: all 0.1s;
  }
  .csux-hero-button:hover {
    transition: all 0.1s;
  }
}
@media (min-width: 992px) {
  .csux_hero-tlo::before {
    background-image: url("./images/uxb.png");
  }
  .csux_hero-tlo {
    aspect-ratio: 1437/577;
  }
}

@media (max-width: 576px) {
  .csux_hero-tlo {
    aspect-ratio: 360/340;
  }
}

.csux-hero-text-big {
  font: 600 4vw/5vw Inter, sans-serif;
  letter-spacing: 0.02vw;
  color: white;
}
@media (max-width: 576px) {
  .csux-hero-text-big {
    font: 600 8vw/1.7em Inter, sans-serif;
    letter-spacing: 0.02vw;
    color: white;
  }
}
@media (max-width: 768px) {
  .csux-hero-small-screen-margin {
    margin-left: 1rem;
    margin-top: -1rem;
  }
  .csux-hero-text-big {
    font: 600 6.4vw/1.7em Inter, sans-serif;
    letter-spacing: 0.02vw;
    color: white;
  }
  .csux-hero-text-small {
    display: inline-block;
    font: 700 1rem/2rem "Nunito Sans", sans-serif;
    background-color: white;
    color: black;
    line-height: 120%;
  }
}
@media (min-width: 768px) {
  .csux-hero-text-big {
    font: 600 6vw/8vw Inter, sans-serif;
    letter-spacing: 0.02vw;
    color: white;
  }
  .csux-hero-text-small {
    display: inline-block;
    font: 700 1rem/2rem "Nunito Sans", sans-serif;
    background-color: white;
    color: black;
  }
}
@media (min-width: 992px) {
  .csux-hero-text-big {
    font: 600 4vw/6vw Inter, sans-serif;
    letter-spacing: 0.02vw;
    color: white;
  }
  .csux-hero-text-small {
    display: inline-block;
    font: 700 1.5rem/2rem "Nunito Sans", sans-serif;
    background-color: white;
    color: black;
  }
}

.hero-button {
  color: white;
  font: 600 1.125rem Inter, sans-serif;
  background-color: #4923b5;
  padding: 1rem 2.5rem;
  border-radius: 30rem;
  border-color: transparent;
  transition: 0.2s;
}

.hero-button:hover {
  background-color: pink;
  transition: 0.2s;
}

@media (max-width: 992px) {
  .hero-button {
    font: 600 1rem Inter, sans-serif;
    padding: 0.75rem 2rem;
    transition: 0.1s;
  }

  .hero-button:hover {
    transition: 0.1s;
  }
}

/* przejsciowy rozmiar */
@media (min-width: 992px) and (max-width: 1200px) {
  /* body {
    background-color: black;
  } */

  .hero-text-big-1 {
    font-size: 3rem;
    font-family: Inter;
    font-weight: bold;
  }

  .hero-text-big-2 {
    font-size: 3rem;
    font-family: Inter;
    font-weight: bold;
    color: white;
    background-color: black;
    display: inline-block;
    margin: 0 0.2rem;
  }

  .hero-button {
    font: 600 1rem Inter, sans-serif;
    padding: 0.75rem 2rem;
    transition: 0.15s;
  }

  .hero-button:hover {
    transition: 0.15s;
  }

  /* klasa image */
  .hero-grafika-margin {
    margin-left: -4rem;
  }
}

.csux-hero {
  padding-top: 8vw;
}

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/

.hero-container {
  margin: 0 auto;
}

.hero-text-big-1 {
  font-size: 4rem;
  font-family: Inter;
  font-weight: bold;
}

.hero-text-big-2 {
  font-size: 4rem;
  font-family: Inter;
  font-weight: bold;
  color: white;
  background-color: black;
  display: inline-block;
  margin: 0 0.2rem;
}

.hero-grafika-margin {
  margin-top: 2rem;
}

.hero-margin {
  margin: 0.5rem 0;
}

@media (max-width: 992px) {
  .hero-grafika-margin {
    display: none;
  }
  .hero-text-big-1,
  .hero-text-big-2 {
    font-size: 2.4rem;
  }
}

.hero-button {
  color: white;
  font: 600 1.125rem Inter, sans-serif;
  background-color: #4923b5;
  padding: 1rem 2.5rem;
  border-radius: 30rem;
  border-color: transparent;
  transition: 0.2s;
}

.hero-button:hover {
  background-color: pink;
  transition: 0.2s;
}

@media (max-width: 992px) {
  .hero-button {
    font: 600 1rem Inter, sans-serif;
    padding: 0.75rem 2rem;
    transition: 0.1s;
  }

  .hero-button:hover {
    transition: 0.1s;
  }
}

/* przejsciowy rozmiar */
@media (min-width: 992px) and (max-width: 1200px) {
  /* body {
    background-color: black;
  } */

  .hero-text-big-1 {
    font-size: 3rem;
    font-family: Inter;
    font-weight: bold;
  }

  .hero-text-big-2 {
    font-size: 3rem;
    font-family: Inter;
    font-weight: bold;
    color: white;
    background-color: black;
    display: inline-block;
    margin: 0 0.2rem;
  }

  .hero-button {
    font: 600 1rem Inter, sans-serif;
    padding: 0.75rem 2rem;
    transition: 0.15s;
  }

  .hero-button:hover {
    transition: 0.15s;
  }

  /* klasa image */
  .hero-grafika-margin {
    margin-left: -4rem;
  }
}
/* 
.my-hero-text-left {
  background-color: aqua;
}

.my-hero-text-right {
  background: red;
} */
