@font-face {
  font-family: "AvenirNext";
  src: url(../fonts/AvenirNext/AvenirNextLTPro-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: "AvenirNext";
  src: url(../fonts/AvenirNext/AvenirNextLTPro-Heavy.otf);
  font-weight: 700;
}
@font-face {
  font-family: "AvenirNext";
  src: url(../fonts/AvenirNext/AvenirNextLTPro-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "AvenirNext";
  src: url(../fonts/AvenirNext/AvenirNextLTPro-UltLt.otf);
  font-weight: 300;
}
@font-face {
  font-family: "AvenirNext";
  src: url(../fonts/AvenirNext/AvenirNextLTPro-UltLtIt.otf);
  font-style: italic;
}
@keyframes leftAnim {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes rightAnim {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(-20%);
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "AvenirNext";
}

header {
  height: 100vh;
  padding: 0 50px;
  position: relative;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

nav {
  height: 100px;
  position: fixed;
  top: 0;
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
  z-index: 10;
}

button[data-faciliti-popin] .background-circle {
  fill: white;
}

button[data-faciliti-popin] path,
button[data-faciliti-popin] .iris {
  fill: black;
}

button[data-faciliti-popin] .pupil {
  fill: white;
}

.header_menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  font-size: 14px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  margin-right: 1px;
  margin-top: 2px;
}

.header_menu.hidden {
  display: none;
}

.header_menu.black {
  color: black;
}

.header_view {
  position: relative;
  z-index: 1;
}
.header_view svg defs clipPath rect {
  fill: black;
}

.header_menu_burg {
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: white;
  font-weight: 900;
  display: none;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.header_menu_burg.show {
  pointer-events: all;
  display: block;
}

.header_content {
  position: relative;
  height: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header_img {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.header_img::-webkit-scrollbar {
  width: 0px;
  background: rgba(255, 255, 255, 0);
}
.header_img img {
  height: 100%;
  display: block;
  margin: auto;
}

.animated-element {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.5s, transform 0.5s;
}

.fixed-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../media/plp_lion_home.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ios .fixed-bg {
  background-attachment: initial;
}

#canvas-container {
  position: relative; /* Keeps the content above the background */
}

.header_text {
  white-space: nowrap;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}

.header_text.light {
  font-size: 40px;
  font-weight: 400;
}

.header_text.right {
  display: flex;
  justify-content: flex-end;
}

.header_logo {
  position: relative;
  height: 50px;
  margin-left: 10px;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
}

.logo-light {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.logo-dark {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.logo-light.visible {
  opacity: 1;
}

.logo-dark.visible {
  opacity: 1;
}

section {
  z-index: 5;
  position: relative;
  background: white;
  height: 100vh;
  padding: 0 185px;
}

.sfirst {
  display: flex;
  padding: 180px 91px;
  height: -moz-fit-content;
  height: fit-content;
}
.sfirst .left {
  max-width: 500px;
  width: 300px;
  min-width: 300px;
}
.sfirst .left p {
  background: linear-gradient(90deg, #FB8006 2.07%, #FA6402 14.55%, #FB033D 47%, #F127AF 72.47%, #ED35CD 86.45%, #FB68FB 97.93%), linear-gradient(0deg, #000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.sfirst .right {
  width: calc(100% - 500px);
}
.sfirst .right h1 {
  font-size: 120px;
  line-height: 100%;
  transition: all 0.3s ease-in;
}
.sfirst .right h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  transition: all 0.3s ease-in;
}

.color-change {
  color: #E1E1E1;
  transition: color 0.5s ease-in-out;
}

.ssecond {
  height: -moz-fit-content;
  height: fit-content;
  padding: 120px 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.ssecond span {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.ssecond h1 {
  font-size: 100px;
  font-weight: 900;
  line-height: 110%;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ssecond h1:nth-child(odd) {
  white-space: nowrap;
  animation: leftAnim 30s linear infinite;
  width: 100%;
}
.ssecond h1:nth-child(even) {
  white-space: nowrap;
  animation: rightAnim 30s linear infinite;
  width: 100%;
}

.sthird {
  padding: 183px 0 0 183px;
  -moz-column-gap: 112px;
       column-gap: 112px;
  height: -moz-fit-content;
  height: fit-content;
}
.sthird .left {
  width: 45%;
}
.sthird .right {
  width: 55%;
  display: flex;
  justify-content: right;
  margin-right: 5%;
}
.sthird .top-wrap {
  display: flex;
}
.sthird .img-wrap {
  display: flex;
  -moz-column-gap: 110px;
       column-gap: 110px;
}
.sthird .img-wrap .media-wrap {
  width: 530px;
  height: 430px;
  margin-top: 95px;
  background: #747474;
  overflow: hidden;
  position: relative;
}
.sthird .img-wrap .media-wrap:nth-child(even) {
  width: 710px;
  height: 590px;
}
.sthird .img-wrap .media-wrap img {
  width: 120%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sthird .text-wrap {
  width: 450px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 18px;
  line-height: 160%;
}
.sthird .text-wrap h4 {
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 900;
}
.sthird .scroll {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  overflow-x: scroll;
  width: 100%;
  margin-left: -183px;
  padding-left: 183px;
}

.sthird.desktop {
  display: block !important;
}

.nav-height {
  height: 100px;
  padding: 10px;
}

.bold {
  font-weight: 900;
}

.scroll {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  overflow-x: scroll;
  width: 100%;
  margin-left: -183px;
  padding-left: 183px;
}
.scroll::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: rgba(255, 255, 255, 0);
  display: none;
}

.sfourth {
  padding: 0;
  padding-top: 200px;
  height: -moz-fit-content;
  height: fit-content;
}
.sfourth img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sfourth .contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 50px 90px;
}
.sfourth .social-wrap {
  display: flex;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
.sfourth .email {
  font-size: 18px;
  line-height: 160%;
  margin-right: 50px;
}
.sfourth .text {
  text-transform: uppercase;
  font-weight: 700;
}
.sfourth .text a {
  color: black;
}

.footer-cover {
  min-height: 500px;
  width: 100%;
  z-index: 2;
  transition: all 1s ease-in-out;
}

.footer_desktop .fixed-wrap {
  position: fixed;
  bottom: 0;
  height: 500px;
  margin-top: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

footer {
  position: fixed;
  bottom: 0;
  height: 500px;
  margin-top: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
footer img {
  position: absolute;
  right: 0;
  height: 100%;
  opacity: 0.6;
}
footer p {
  font-size: 14px;
  line-height: 170%;
  margin-top: 14px;
}
footer a {
  color: white;
}
footer .lang {
  margin-top: -15px;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}

.footer_mobile {
  display: none;
}

.column_one {
  width: 45%;
  margin-left: 50px;
  z-index: 1;
}
.column_one h1 {
  font-size: 60px;
  line-height: 120%;
  font-weight: 900;
}

.column_two {
  width: 220px;
  z-index: 1;
  margin-left: 90px;
  margin-right: 50px;
}
.column_two a {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

.column_three {
  width: 150px;
  z-index: 1;
  margin-right: 25px;
}
.column_three a {
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 10px;
}
.column_three a:first-child {
  margin-bottom: 16px;
  margin-top: 14px;
}
.column_three a.bold {
  line-height: 100%;
}
.column_three p {
  margin: 0;
}
.column_three .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings {
  color: white;
  border: 0px solid transparent;
  padding: 0;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 14px;
  margin-top: -7px;
  margin-bottom: 9px;
}
.column_three .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings:hover {
  color: white;
  background-color: transparent;
}

.mobile-menu {
  position: fixed;
  width: calc(100vw - 120px);
  height: 100vh;
  z-index: 1000;
  top: 100%;
  left: 0%;
  padding: 30px 60px 50px;
  background-image: url(../media/headr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu img {
  position: absolute;
  opacity: 1;
  right: 0;
  height: 100%;
  width: initial;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-menu .logo {
  top: -10px;
  left: -16px;
}
.mobile-menu .bottom {
  font-family: "AvenirNext";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 60px;
}
.mobile-menu .bottom .column {
  position: relative;
  z-index: 10;
  font-family: "AvenirNext";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 10px 0 30px;
  display: flex;
  justify-content: space-between;
}
.mobile-menu .bottom .column .right {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.mobile-menu .bottom .column a {
  color: white;
  margin-right: 20px;
}
.mobile-menu .bottom p {
  margin-bottom: 20px;
}
.mobile-menu nav {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .header_item {
  display: block;
  margin: 5px 0px;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  padding-top: 20px;
  text-transform: uppercase;
}

.header_menu_burg.black {
  color: black;
}

.mobile-menu.active {
  top: 0%;
  overflow: scroll;
}

.mobile {
  display: none !important;
}

@media screen and (min-width: 1400px) {
  .sfirst .left {
    width: 500px;
  }
  .sfirst .right {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media screen and (max-width: 1250px) {
  section {
    padding: 0 135px;
  }
  .sfirst .right h1 {
    font-size: 80px;
  }
  .ssecond h1 {
    font-size: 80px;
  }
  .sthird {
    padding: 100px 0 0 100px;
  }
  .sthird .text-wrap {
    width: 80%;
    height: 300px;
  }
}
@media screen and (max-width: 1050px) {
  .sfirst_text_wrap_right p {
    font-size: 26px;
    width: auto;
  }
  .sfirst .right {
    width: calc(100% - 200px);
  }
  .sfirst .right h1 {
    font-size: 60px;
  }
  .sfirst .left {
    max-width: 200px;
    min-width: 200px;
  }
  .ssecond h1 {
    font-size: 60px;
  }
  .ssecond iframe {
    height: 450px;
  }
  section {
    padding: 0 100px;
  }
  .column_one h1 {
    font-size: 40px;
  }
  .header_content {
    left: 0%;
    max-width: 100%;
  }
  .header_text {
    font-size: 60px;
  }
}
@media screen and (max-width: 900px) {
  .fixed-bg {
    background-size: 250%;
  }
  .sthird {
    padding: 100px 25px 0;
  }
  .sthird .scroll {
    margin-left: -159px;
    display: flex;
  }
  .sthird .img-wrap {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .sthird .img-wrap .media-wrap {
    margin-top: 30px;
    width: 250px;
    height: 200px;
  }
  .sthird .img-wrap .media-wrap:nth-child(even) {
    width: 410px;
    height: 290px;
  }
  .sthird .text-wrap {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 30px;
  }
  .sthird .medias-wrap {
    overflow-y: scroll;
    margin-right: -24px;
  }
  .sthird .media {
    width: 280px;
    height: 350px;
    margin-top: 30px;
    background: #D9D9D9;
    margin-right: 48px;
  }
  .sthird .media:first-child {
    width: 250px;
    height: 200px;
  }
  .footer-cover {
    height: 170vw;
    width: 100%;
    z-index: 2;
    transition: all 1s ease-in-out;
  }
  .ssecond {
    height: -moz-fit-content;
    height: fit-content;
    padding: 60px 0;
  }
  .ssecond h1 {
    font-size: 45px;
  }
  header {
    padding: 0 25px;
  }
  nav {
    width: calc(100% - 40px);
    height: 35px;
    padding: 0px;
    padding-top: 10px !important;
    align-items: self-end;
  }
  .mobile-menu {
    width: calc(100% - 40px);
    padding: 0px 20px 70px;
  }
  .mobile-menu img {
    width: 60%;
    z-index: -1;
  }
  .mobile-menu nav .header_logo {
    height: 25px;
    margin-bottom: 0px;
    top: 9px;
    left: 16px;
  }
  .mobile-menu .header_item {
    margin: 15px 0px;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
  }
  .sfirst {
    margin-bottom: 0px;
    flex-direction: column;
    padding: 60px 24px 60px;
  }
  .sfirst .right {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .sfirst .right h1 {
    font-size: 45px;
  }
  .sfirst .right h2 {
    font-size: 28px;
    margin-top: 10px;
  }
  .sfirst .left {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .sthird.mobile {
    display: block !important;
    padding: 50px 24px;
  }
  .contact-wrap.mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
  .contact-wrap .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .desktop {
    display: none !important;
  }
  .sthird.desktop {
    display: none !important;
  }
  section {
    height: -moz-fit-content;
    height: fit-content;
    padding: 35px 25px;
  }
  .header_menu {
    display: none;
  }
  .header_menu_burg {
    display: block;
    bottom: 0px !important;
    right: 10px !important;
  }
  .header_logo {
    position: relative;
    width: 150px;
    height: 25px;
    top: 0px;
    left: -1px;
  }
  .header_logo img {
    width: 100%;
  }
  .sfourth {
    padding: 50px 0;
    margin-top: 0;
  }
  .sfourth .item {
    height: 360px;
  }
  .sfourth .item h1 {
    margin-top: 10px;
    font-size: 30px;
  }
  .sfourth .item h3 {
    margin-top: 10px;
  }
  .sfourth .text-wrap {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .sfourth .email {
    margin-left: auto;
    margin-right: auto;
  }
  .header_content {
    left: auto;
    max-width: 100%;
  }
  .header_img {
    height: 80%;
    top: 10%;
  }
  .header_img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .header_text {
    width: 100%;
    font-size: 45px;
    text-align: center;
  }
  .header_text.light {
    font-size: 35px;
  }
  .header_text.between {
    justify-content: center;
  }
  footer {
    margin-top: 0px;
  }
  footer img {
    height: 500px;
  }
  footer .lang {
    margin-top: 0px;
  }
  .footer_desktop {
    display: none;
  }
  .footer_mobile {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    padding: 50px 20px;
  }
  .footer_mobile .string {
    display: flex;
    justify-content: space-between;
  }
  .footer_mobile .column {
    width: 50%;
  }
  .footer_mobile h1 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 900;
    margin-right: 25px;
    line-height: 36px;
    position: relative;
    display: block;
    z-index: 1;
  }
  .footer_mobile p {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 0px;
  }
  .footer_mobile a {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 0px;
  }
  .footer_mobile .col-link a {
    font-size: 14px;
    margin-top: 3px !important;
    margin-bottom: 0px;
  }
  .footer_mobile .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings {
    color: white;
    border: 0px solid transparent;
    padding: 0;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 14px;
  }
  .footer_mobile .ot-sdk-show-settings#ot-sdk-btn.ot-sdk-show-settings:hover {
    color: white;
    background-color: transparent;
  }
}
@media screen and (max-width: 450px) {
  .sfourth .contact-wrap {
    padding: 50px 20px;
  }
  header {
    padding: 0 25px;
    background-image: url(../media/headr.svg);
  }
  .header_text {
    font-size: 30px;
  }
  .header_text.light {
    font-size: 20px;
    margin-top: 15px;
  }
  .sfirst .right {
    text-align: start;
  }
  .sfirst .left {
    text-align: start;
  }
  .header_content {
    height: 100%;
  }
}