@font-face {
  font-family: "Spock Ess Alt 1";
  src: url('../fonts/SpockEssAlt1-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  color: #000;
  font-family: "Spock Ess Alt 1", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.bg-slider-mobile {
  z-index: 0;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.bg-slider-2 {
  background-image: url('../images/slider-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-slider-1 {
  background-image: url('../images/slider-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-slider-4 {
  background-image: url('../images/slider-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-slider-5 {
  background-image: url('../images/slider-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-slider-6 {
  background-image: url('../images/slider-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.h1-hidden {
  display: none;
}


.bg-slider-3 {
  background-image: url('../images/slider-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-video-desk {
  z-index: 0;
  position: fixed;
  inset: 0%;
}

.bg-video-loader {
  z-index: 1;
  filter: blur(15px);
  background-image: url('../images/bg-loader.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.landing-main {
  z-index: 10;
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100svh;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.landing-wrap {
  background-color: #000000bf;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 64px;
}

.landing-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 540px;
  max-width: 100%;
  display: block;
}

.hidden {
  display: none;
}

.landing-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 120%;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
  }

  img {
    margin-bottom: 20px;
  }

  .bg-slider-mobile {
    display: block;
  }

  .side-bar {
    width: 70px;
  }

  .side-bar-logo {
    width: 45px;
  }

  .h3-heading {
    font-size: 16px;
  }

  .home-content {
    padding-left: 70px;
  }

  .side-bar-footer {
    height: 210px;
  }

  .contact, .blog {
    font-size: 18px;
  }

  .contatti-menu-container {
    left: 70px;
  }

  .contatti-close {
    top: 15px;
    left: 15px;
  }

  .contatti-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contatti-par-b {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .spacer-30 {
    height: 20px;
  }

  .section-close-mobile {
    top: 15px;
    left: 15px;
  }

  .bg-video-desk, .bg-video-loader {
    display: none;
  }

  .landing-wrap {
    padding: 20px 48px;
  }

  .landing-logo {
    width: 480px;
  }

  .landing-h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .side-bar {
    justify-content: flex-start;
    width: 50px;
    height: 100vw;
    padding-top: 18px;
    position: absolute;
  }

  .side-bar-logo {
    width: 35px;
  }

  .subject-container {
    width: 30px;
  }

  .h2-section-title {
    margin-top: -15px;
    font-size: 17px;
    line-height: 30px;
  }

  .inner-text-container {
    padding-top: 60px;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .home-content {
    height: 100vw;
    padding-left: 50px;
  }

  .section-off {
    width: 45px;
    height: 45px;
    left: 30px;
  }

  .side-bar-footer {
    flex-direction: column-reverse;
    height: 190px;
    margin-top: 30px;
    padding-bottom: 10px;
  }

  .social {
    width: 25px;
    height: 25px;
  }

  .contact, .blog {
    font-size: 16px;
  }

  .contatti-menu-container {
    width: 40vw;
    height: 100vw;
    left: 50px;
  }

  .contatti-titolo {
    font-size: 30px;
  }

  .contatti-link {
    font-size: 16px;
  }

  .contatti-menu {
    padding-top: 60px;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .contatti-par-b {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .bottom-spacer {
    height: 100px;
  }

  .contatti-par-s {
    font-size: 14px;
  }

  .section-close-mobile {
    display: block;
    top: 15px;
    left: 10px;
  }

  .blog-link {
    font-size: 16px;
  }

  .landing-main {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .landing-wrap {
    padding: 16px 40px;
  }

  .landing-logo {
    width: 360px;
  }

  .landing-h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .side-bar {
    width: 45px;
    height: 100vh;
    padding-top: 12px;
  }

  .side-bar-logo {
    width: 30px;
  }

  .subject-container {
    background-color: #0000;
    margin-left: 10px;
  }

  .inner-text-container {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .home-content {
    z-index: 2;
    justify-content: flex-end;
    height: 100vh;
    padding-left: 45px;
  }

  .side-bar-footer {
    flex: 1;
    max-height: 230px;
    margin-top: 35px;
    padding-bottom: 15px;
  }

  .blog {
    font-size: 15px;
  }

  .contatti-menu-container {
    width: 60vw;
    height: 100vh;
    left: 45px;
  }

  .contatti-close {
    left: 3vw;
  }

  .contatti-titolo {
    font-size: 24px;
  }

  .contatti-link {
    font-size: 13px;
  }

  .bottom-spacer {
    height: 80px;
  }

  .contatti-par-s {
    margin-bottom: 25px;
  }

  .subject-container-bg-mobile {
    z-index: 1;
    background-image: linear-gradient(#000, #00000003 90%);
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .bg-close-mobile {
    cursor: pointer;
    display: block;
  }

  .blog-link {
    font-size: 13px;
  }

  .blog-close {
    left: 3vw;
  }

  .link-studioluvie {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-studioluvie {
    flex: none;
    width: 80%;
    height: 25px;
    margin-left: 0;
  }

  .landing-wrap {
    padding: 12px 24px;
  }

  .landing-h2 {
    font-size: 17px;
  }
}


@font-face {
  font-family: 'Spock Ess Alt 1';
  src: url('../fonts/SpockEssAlt1-Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spock Ess Alt 1';
  src: url('../fonts/SpockEssAlt1-BlackItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spock Ess Alt 1';
  src: url('../fonts/SpockEssAlt1-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spock Ess Alt 1';
  src: url('../fonts/SpockEssAlt1-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spock Ess Alt 1';
  src: url('../fonts/SpockEssAlt1-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spock Ess Alt 1';
  src: url('../fonts/SpockEssAlt1-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spock Ess Alt 1';
  src: url('../fonts/SpockEssAlt1-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spock Ess Alt 1';
  src: url('../fonts/SpockEssAlt1-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spock Ess Alt 1';
  src: url('../fonts/SpockEssAlt1-UltraLightIt.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spock Ess Alt 1';
  src: url('../fonts/SpockEssAlt1-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spock Ess Alt 1';
  src: url('../fonts/SpockEssAlt1-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spock Ess Alt 1';
  src: url('../fonts/SpockEssAlt1-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}