@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body {
  background: url(img/bg.jpg) center/cover fixed;
  font-family: "Bebas Neue", serif;
}
.londrina-solid-black {
  font-family: "Londrina Solid", serif;
  font-weight: 900;
  font-style: normal;
}
h1 {
  font-size: 20rem;
  font-family: "Londrina Solid", serif;
  margin: 0 0 1rem 0;
  /* text-shadow: 1px 1px 2px rgb(0, 0, 0, .3); */
  text-align: center;
  line-height: .7;
  text-transform: uppercase;
  margin-top: 3rem;
  @supports (background-clip: text) or (-webkit-background-clip:text) {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(img/bg_w.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    mix-blend-mode: screen;
  }
}
h1 b {
  display: block
}
.t-box {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.parag a {
  background: #ffffff;
  padding: .25rem 1rem;
  transition: .3s;
  color: #000000;
  font-size: 2rem;
  mix-blen d-mode: screen;
  margin: 0 1.6rem .5rem;
  background: white;
  border: 4px solid;
  position: relative;
}
.parag a:hover {
  scale: 1.05 !important;
   !;
  /* background: red; */
}
.parag a:last-of-type {
  padding: .25rem 1rem;
  font-size: 2rem;
  background: #ff0000;
  border: 4px solid;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin: 1rem auto;
  /* filter: hue-rotate(100deg) sepia(.2); */
  color: #ffffff;
  background-blend-mode: multiply;
}
#heading b {
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 87%;
  word-break: break-word;
  margin: auto;
  width: 87%;
  height: 249px;
}
.parag p {
  width: fit-content;
  width: -moz-fit-content;
  padding: 0.2rem 1rem;
  font-size: 2.7rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  mix-blen d-mode: screen;
  margin: 0 auto .5rem;
  background: url(img/bg.jpg) center/cover fixed;
  filter: saturate(1.8) brightness(1.5) hue-rotate(308deg);
  color: #000000;
  /* color: transparent; */
  /* text-shadow: 1px 1px 1px rgb(0, 0, 0, .9); */
  background-blend-mode: screen;
}
.parag p:first-of-type {
  rotate: -1.5deg
}
.parag p:nth-of-type(2) {
  rotate: 0.5deg
}
.parag p:nth-of-type(3) {
  rotate: -.5deg;
  margin-bottom: 2rem;
}
.parag p:nth-of-type(2), .parag p:nth-of-type(3) {
  font-size: 2.1rem;
  background: url(img/bg.jpg) center/cover fixed;
  color: #000000;
  filter: saturate(0) brightness(2.6) invert(1);
}
.container {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  background: #ffffffad;
  font-family: sans-serif;
  padding: 2rem;
  font-weight: 400;
}
.box-item {
  position: fixed;
  height: 400px;
  width: 400px;
  bottom: 80px;
  left: 15%;
}
[class=*"item"] {}
.item-1 {
  background: url(img/item-1.png) center bottom/ contain no-repeat
}
.item-1:after, .item-3:after {
  content: "Olio ";
  display: block;
  position: absolute;
  bottom: -50px;
  font-size: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: .25rem .5rem;
}
.item-2 {
  background: url(img/item-2.png) center bottom/ contain no-repeat
}
.item-2:after, .item-4:after {
  content: "prodotti cosmetici ";
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: .25rem .5rem;
}
.item-3 {
  background: url(img/item-1.png) center bottom/ contain no-repeat
}
.item-4 {
  background: url(img/item-2.png) center bottom/ contain no-repeat
}
@media(max-width:640px) {
  h1 {
    font-size: 8.9rem;
    background-size: 150% auto;
    margin-top: 1.3rem;
  }
  body {
    background-size: 150% auto;
    margin-top: 3rem;
  }
  #heading b {
    font-size: 6.3rem;
    letter-spacing: -.03rem !important;
     !i;
     !;
    line-height: .8;
    height: unset!important;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .parag p, .parag p:nth-of-type(2), .parag p:nth-of-type(3) {
    font-size: 1.9rem;
    line-height: 1
  }
  .parag a {
    font-size: 1.625rem
  }
  .parag a:last-of-type{
    font-size:1.5rem;
    margin-bottom: 5rem;
  }
}