/* Custom Styles AZMajster by Gryczan.eu */

/* BODY */
/* body {
  background-image: url(/img/azm/body-bg-1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  backdrop-filter: blur(16px);
  background-position-y: -163px;
} */

/* azm-kategorie */
.azm-kat {
  width: 100%;
  max-width: 308.66px;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffcc00;
  border-radius: 6px;
  height: 100px;
  float: right;
}

.azm-kat p {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: black;
}

div.azm-kat:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 17px;
  height: 146px;
  width: 126px;
  display: block;
  z-index: 1;
}

div.azm-kat-spawarki:before {
  background: url("/img/azm/spawarki.png") no-repeat center;
  background-size: contain;
}

div.azm-kat-akcesoria:before {
  background: url("/img/azm/akcesoria.png") no-repeat center;
  background-size: contain;
}

div.azm-kat-przylbice:before {
  background: url("/img/azm/przylbice.png") no-repeat center;
  background-size: contain;
}

div.azm-kat-przecinarki:before {
  background: url("/img/azm/przecinarki.png") no-repeat center;
  background-size: contain;
}

div.azm-kat-prostowniki:before {
  background: url("/img/azm/prostowniki.png") no-repeat center;
  background-size: contain;
}

div.azm-kat-agregaty:before {
  background: url("/img/azm/agregaty.png") no-repeat center;
  background-size: contain;
}

@media only screen and (max-width: 1199px) {
  .azm-kat {
    max-width: 207.66px;
  }
}

@media only screen and (max-width: 991px) {
  .azm-kat {
    max-width: 160.66px;
  }

  div.azm-kat:before {
    top: 17px;
    left: 7px;
    height: 146px;
    width: 95px;
  }

  .azm-kat p {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .azm-kat {
    max-width: 210.66px;
  }

  div.azm-kat:before {
    top: -36px;
    left: 63px;
    height: 141px;
    width: 69px;
  }

  .azm-kat p {
    font-size: 1.2rem;
    text-align: center;
  }
}

.mcg-parallax {
  background-image: url("/img/azm/paralax2.jpeg");
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.6) blur(1px);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
