/* ---------------------------------------------- */
/* STAR FLUID SYSTEM by Terno Scorrevoli -------- */
/* ---------------------------------------------- */
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

#star-fluid {
  margin-top: 100px;
  font-size: clamp(16px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 26px);
}
#star-fluid p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: clamp(20px, 2vw, 26px);
}
#star-fluid h1 {
  font-size: clamp(22px, 4vw, 35px);
  line-height: clamp(27px, 4vw, 40px);
  font-weight: 900;
  color: #000000;
  margin-bottom: clamp(10px, 2vw, 20px);
}
#star-fluid h2 {
  font-size: clamp(18px, 2vw, 24px);
  line-height: clamp(22px, 2vw, 28px);
  color: #707070;
  font-weight: 700;
  margin: clamp(10px, 2vw, 20px) 0;
}
#star-fluid .scrollDown {
  width: auto;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: calc(50% - 30px);
  cursor: pointer;
}
#star-fluid .line {
  height: 1px;
  background-color: #D6001C;
  width: 100%;
  margin: clamp(5px, 2vw, 10px) 0;
  padding: 0;
  display: block;
}
#star-fluid .line-vert {
  width: 1px;
  background-color: #D6001C;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  display: block;
}
#star-fluid .gradientGrey {
  background: -webkit-linear-gradient(bottom, #DADEE3, #414D58);
  background: -moz-linear-gradient(bottom, #DADEE3, #414D58);
  background: -ms-linear-gradient(bottom, #DADEE3, #414D58);
  background: -o-linear-gradient(bottom, #DADEE3, #414D58);
  background: linear-gradient(bottom, #DADEE3, #414D58);
}
#star-fluid .txt-center {
  text-align: center;
}
#star-fluid .flex-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#star-fluid .relative {
  position: relative;
}
#star-fluid .nopadding {
  padding: 0 !important;
}
#star-fluid .render-sotto {
  background: -webkit-linear-gradient(bottom, #FAFCFD, #DADEE3);
  background: -moz-linear-gradient(bottom, #FAFCFD, #DADEE3);
  background: -ms-linear-gradient(bottom, #FAFCFD, #DADEE3);
  background: -o-linear-gradient(bottom, #FAFCFD, #DADEE3);
  background: linear-gradient(bottom, #FAFCFD, #DADEE3);
}
#star-fluid .bg-ambientazione {
  width: 100vw;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 100px);
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
}
#star-fluid .bg-fine {
  width: 100vw;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
#star-fluid .bg-fine h1, #star-fluid .bg-fine p {
  color: #FFFFFF;
  width: 35vw;
  padding-left: 10vw;
}
#star-fluid .bg-fine h1 {
  margin-top: 10vw;
}
#star-fluid .logo-claim {
  width: 32vw;
  padding: clamp(20px, 5vw, 80px);
  text-align: center;
  color: #FFFFFF;
}
#star-fluid .fascia {
  margin: 0;
  padding: clamp(30px, 5vw, 100px) 0;
}
#star-fluid .fascia .flex div {
  margin: 0;
  padding: 0 clamp(10px, 2vw, 20px);
}
#star-fluid .fascia .flex div.nopadding {
  margin: 0;
  padding: 0;
}
#star-fluid .fascia.gradientGrey img {
  max-width: 550px;
  margin-bottom: clamp(30px, 7vw, 50px);
}
#star-fluid .fascia.gradientGrey .line-vert {
  margin-bottom: clamp(30px, 7vw, 50px);
}
#star-fluid .logo-mobile {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* ANIMAZIONI ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.toAnimate {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  will-change: transform;
  -webkit-transition: all 0.7s ease 0.2s;
  -moz-transition: all 0.7s ease 0.2s;
  -ms-transition: all 0.7s ease 0.2s;
  -o-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
  opacity: 0;
}
.toAnimate.in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  will-change: transform;
  opacity: 1;
}

.toAnimateLeft {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  will-change: transform;
  -webkit-transition: all 0.7s ease 0.2s;
  -moz-transition: all 0.7s ease 0.2s;
  -ms-transition: all 0.7s ease 0.2s;
  -o-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
  opacity: 0;
}
.toAnimateLeft.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  will-change: transform;
  opacity: 1;
}

.toAnimateRight {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  will-change: transform;
  -webkit-transition: all 0.7s ease 0.2s;
  -moz-transition: all 0.7s ease 0.2s;
  -ms-transition: all 0.7s ease 0.2s;
  -o-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
  opacity: 0;
}
.toAnimateRight.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  will-change: transform;
  opacity: 1;
}

/* Media Query ---------------------------------- */
@media (max-width: 1315px) {
  main#star-fluid {
    margin-top: 100px;
  }
}
@media (max-width: 1280px) {
  #star-fluid .logo-claim {
    width: 40vw;
    padding-bottom: 100px;
  }
  #star-fluid .fascia.gradientGrey img {
    max-width: 500px;
  }
}
@media (max-width: 1279px) {
  #star-fluid .bg-fine h1 {
    margin-top: 5vw;
  }
  #star-fluid .bg-fine h1, #star-fluid .bg-fine p {
    padding-left: 5vw;
  }
}
@media (max-width: 1000px) {
  main#star-fluid {
    margin-top: 66px;
  }
}
@media (max-width: 1023px) {
  #star-fluid .logo-mobile {
    display: block;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #E7ECEF;
  }
  #star-fluid .logo-mobile .logo-star-fluid {
    width: 100%;
    max-width: 400px;
  }
  #star-fluid .logo-claim {
    display: none;
  }
  #star-fluid .flex {
    flex-direction: column;
  }
  #star-fluid .bg-ambientazione {
    background-position: 50% 50%;
    width: 100vw;
    height: calc(100vh - 210px);
  }
  #star-fluid .fascia {
    padding-bottom: 0;
  }
  #star-fluid .fascia.gradientGrey {
    padding-bottom: clamp(30px, 7vw, 100px);
  }
  #star-fluid .fascia.download {
    padding-bottom: clamp(30px, 7vw, 100px);
  }
  #star-fluid .fascia .flex div {
    margin: 0;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  #star-fluid .bg-fine {
    background-position: 50% 50%;
    height: 65vh;
    align-items: center;
    justify-content: flex-end;
  }
  #star-fluid .bg-fine h1, #star-fluid .bg-fine p {
    width: calc(100% - 80px);
    background: rgba(0, 0, 0, 0.65);
  }
  #star-fluid .bg-fine h1 {
    margin: 0 20px;
    padding: 20px 20px 5px 20px;
  }
  #star-fluid .bg-fine p {
    margin: 0 20px;
    padding: 5px 20px 20px 20px;
    margin-bottom: 20px;
  }
  #star-fluid .fascia .flex div.one {
    display: none;
  }
}

/*# sourceMappingURL=star-fluid.css.map */
