* {margin: 0; padding: 0;}

Body {
  font-family: 'Raleway', sans-serif;;
}

.tappo {
  clear: both;
}

.main-header .logo:link, .main-header .logo:visited {
  display: block;
  width: 120px;
  height: 120px;
  text-decoration: none;
}

.main-header .logo img {
  display: block;
  width: 120px;
  height: 120px;
}

/*////// Menu ///// */
.main-header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  height: auto;
  width: 100%;
  color: #000;
  z-index: 2;
  transition: 0.4s ease-out;
}
.main-header a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}
.main-header .nav-links {
  display: flex;
  list-style: none;
  align-items: center;
  padding-right: 30px;
}
.main-header .nav-links .nav-link a {
  margin: 0.2rem;
  padding: 1rem 0.5rem;
  color: #fff;
  font-weight: 600;
}
.main-header .nav-links .nav-link a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.main-header .menu-icon {
  position: relative;
  padding: 26px 10px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.main-header .menu-icon__line {
  display: block;
  position: relative;
  background: #fff;
  height: 2px;
  width: 36px;
  border-radius: 4px;
}
.main-header .menu-icon__line::before, .main-header .menu-icon__line::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  transition: background 0.8s ease;
}
.main-header .menu-icon__line::before {
  transform: translateY(-5px);
}
.main-header .menu-icon__line::after {
  transform: translateY(5px);
}
.main-header .menu-btn {
  display: none;
}
.main-header.scrolled {
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.main-header.scrolled .menu-icon__line, .main-header.scrolled .menu-icon__line::before, .main-header.scrolled .menu-icon__line::after {
  background: white;
}

/* ///// fine menu ////// */



/* ////////////   inizio Frontpage   ///////////////*/

.sezione-iniziale {
  min-width: 100%;
  height: 700px;
  background-image: url("../img/sfondo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}


.sezione-iniziale h1 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  width: 50%; /* Need a specific value to work */
  text-align: center;
}

.creazioni {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

.creazioni h3 {
  font-weight: 200;
  font-size: 54px;
  text-align: center;
  margin-bottom: 100px;
}

.creazioni .contenitore-creazioni {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.creazioni .contenitore-creazioni .testo-creazione {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.creazioni .contenitore-creazioni .testo-creazione h2 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  width: 60%;
}

.creazioni .contenitore-creazioni .testo-creazione .link-creazioni:link,
.creazioni .contenitore-creazioni .testo-creazione .link-creazioni:visited {
  display: block;
  text-decoration: none;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.creazioni .contenitore-creazioni .testo-creazione .link-creazioni:hover {
  background-color: #bebebe;
}


.creazioni .contenitore-creazioni .immagine-creazione {
  width: 50%;
  height: 400px;
  background-image: url("../img/mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#banco {
  background-image: url("../img/banco.jpg");
}

#tavolo {
  background-image: url("../img/tavolo.jpg");
}

#usato {
  background-image: url("../img/usato2.jpg");
}



.contattaci-home {
  width: 100%;
  height: auto;
  padding: 100px 0 0 0;
}

.contattaci-home h3 {
  text-align: center;
  font-weight: 200;
  font-size: 54px;
  margin-bottom: 100px;
}

.contattaci-home .subcontattaci-home {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  flex-direction: row;
}

.contattaci-home .subcontattaci-home .sx-contattaci {
  width: 50%;
  height: 600px;
  background-image: url("../img/dettaglio-tavolo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contattaci-home .subcontattaci-home .dx-contattaci {
  width: 50%;
  height: auto;
  background-color: #dedede;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contattaci-home .subcontattaci-home .dx-contattaci h2 {
  font-size: 28px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

.contattaci-home .subcontattaci-home .dx-contattaci .btn-preventivo {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  width: auto;
  height: 30px;
  padding: 15px;
  background-color: #000;
  line-height: 30px;
  color: #fff;
}

footer {
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 200px 0;
}

footer .sub-footer {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
}

footer .sub-footer .dati-contatto {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 300px;
  border-bottom: 1px solid #ffff;
}

footer .sub-footer .dati-contatto .logo-footer img {
  display: block;
  width: 100px;
  height: 100px;
}

footer .sub-footer .dati-contatto .numeri-contatti {
  width: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: initial;
}

footer .sub-footer .dati-contatto .numeri-contatti p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

footer .sub-footer .dati-contatto .facebook img {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

footer #dati-fiscali {
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

/* ////////////   fine Frontpage   ///////////////*/


/* ////////////   inizio pagina prodotto   ///////////////*/

/*/////Questo per le frecce della gallery prodotto////*/
.lSAction>a {
  z-index: 1!important;
}

.blocco-sopra-prodotto {
  width: 100%;
  height: 120px;
  background-image: url("../img/sfondo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.prodotto {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 100px 0;
}

.prodotto .gallery {
  width: 50%;
}

.prodotto .vrmedia-gallery{
  height: auto;
}
.prodotto .vrmedia-gallery img {
  object-fit:cover;width:100%
}
.prodotto .vrmedia-gallery .lSGallery{
  display:inline-flex;
}
.prodotto .vrmedia-gallery .lSGallery li{
  border-radius:12px; !important
}
.prodotto .vrmedia-gallery .lSGallery li.active{
  border:1px solid #242423;
}

.prodotto .descrizione-prodotto {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.prodotto .descrizione-prodotto .sub-descrizione-prodotto {
  width: 80%;
  margin-left: 50px;
}

.prodotto .descrizione-prodotto .sub-descrizione-prodotto h1 {
  margin-bottom: 30px;
}

.prodotto .descrizione-prodotto .sub-descrizione-prodotto .prezzo {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 40px;
}

.prodotto .descrizione-prodotto .sub-descrizione-prodotto p {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 30px;
}

.prodotto .descrizione-prodotto .sub-descrizione-prodotto .btn-prodotto-preventivo:link,
.prodotto .descrizione-prodotto .sub-descrizione-prodotto .btn-prodotto-preventivo:visited {
  text-decoration: none;
  width: auto;
  height: auto;
  padding: 10px;
  background-color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.prodotto .descrizione-prodotto .sub-descrizione-prodotto .btn-prodotto-preventivo:hover {
  background-color: #DEDEDE;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li {
  height: 100px;
}

.seguici-social:link,.seguici-social:visited {
  text-decoration: none;
  width: 100%;
  height: auto;
  background-color: #3b5998;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30%;
  background-image: url("../img/sfondo-collage-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.seguici-social p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.seguici-social span {
  font-weight: 800;
  font-size: 30px;
}

.seguici-social img {
  display: block;
  width: 50px;
  height: 50px;
}



  /* ////////////   fine pagina singolo prodotto   ///////////////*/


/* ////////////  pagina chi siamo   ///////////////*/
.section {
  width: 100%;
  height: auto;
}

.section .sub-section {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
}

.section .sub-section h1 {
  text-align: center;
  font-size: 54px;
  margin-bottom: 30px;
  font-weight: 200;
}

.section .sub-section p {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}
/* ////////////  fine pagina chi siamo   ///////////////*/











/* ///////////////////////////////////////////*/
/* ////////////   Responsive   ///////////////*/
/* ///////////////////////////////////////////*/


/* ///////// responsive del menu /////// */
@media screen and (max-width: 767px) {
  .main-header .menu-icon {
    display: block;
  }
  .main-header .menu-icon__line {
    animation: closedMid 0.8s backwards;
    animation-direction: reverse;
  }
  .main-header .menu-icon__line::before {
    animation: closedTop 0.8s backwards;
    animation-direction: reverse;
  }
  .main-header .menu-icon__line::after {
    animation: closedBtm 0.8s backwards;
    animation-direction: reverse;
  }
  .main-header .nav-links {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    font-size: 2rem;
    color: #fff;
    background: #272727;
    transition: opacity 0.8s 0.5s, clip-path 1s 0.5s;
    clip-path: circle(200px at top right);
  }
  .main-header .nav-links .nav-link {
    opacity: 0;
    transform: translateX(100%);
    width: 100%;
    text-align: center;
  }
  .main-header .nav-links .nav-link a {
    display: block;
    padding: 2rem 0;
  }
  .main-header .menu-btn:checked ~ .nav-links {
    opacity: 1;
    clip-path: circle(100% at center);
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.175, 0.085, 0.32, 1.275);
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(1) {
    transition-delay: 0.7s;
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(2) {
    transition-delay: 0.8s;
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(3) {
    transition-delay: 0.9s;
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(4) {
    transition-delay: 1s;
  }
  .main-header .menu-btn:checked ~ .menu-icon {
    border-radius: 50%;
    animation: pulse 1s;
  }
  .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line {
    background: #fff;
    animation: openMid 0.8s forwards;
  }
  .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line::before {
    background: white;
    animation: openTop 0.8s forwards;
  }
  .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line::after {
    background: white;
    animation: openBtm 0.8s forwards;
  }
}
@keyframes pulse {
  from {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
  }
}
@keyframes openTop {
  0% {
    transform: translateY(-5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
@keyframes closedTop {
  0% {
    transform: translateY(-5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
@keyframes openMid {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes closedMid {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes openBtm {
  0% {
    transform: translateY(5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
@keyframes closedBtm {
  0% {
    transform: translateY(5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
/* ///////// fine responsive del menu /////// */


/* ////////////   Tablet   ///////////////*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  header {
    position: absolute;
  }

  header .logo img {
    width: 80px;
    height: 80px;
  }

  .sezione-iniziale {
   min-width: 100%;
    height: 720px;
  }

  .creazioni .contenitore-creazioni {
    width: 700px;
  }

  .creazioni .contenitore-creazioni .immagine-creazione {
    height: 300px;
  }

  footer .sub-footer {
    width: 700px;
  }

  /* ///////// pagina singolo prodotto tablet //////// */
  .prodotto {
    width: 700px;
    flex-direction: column;
  }

  .prodotto .gallery {
    width: 100%;
    margin-bottom: 40px;
  }

  .prodotto .descrizione-prodotto {
    width: 100%;
  }

  /* ////////////  pagina chi siamo   ///////////////*/
  .section .sub-section {
    width: 700px;
  }

}


/* ////////////   Telefono   ///////////////*/


@media only screen and (max-width: 767px) {

  header {
    position: absolute;
  }

  header .logo img {
    width: 80px;
    height: 80px;
  }

  .sezione-iniziale {
    width: 300px;
    height: 500px;
  }

  .sezione-iniziale h1 {
    font-size: 30px;
    top: 40%;
    width: 80%;
  }

  .creazioni {
    padding: 40px 0;
    min-width: 300px;
  }

  .creazioni h3 {
    margin-bottom: 40px;
    font-size: 30px;
    text-align: center;
  }

  .creazioni .contenitore-creazioni .testo-creazione {
    padding: 20px 0 40px;
  }

  .creazioni .contenitore-creazioni .testo-creazione h2 {
    font-size: 18px;
    width: 90%;
  }

  .creazioni .contenitore-creazioni {
    width: 300px;
    flex-direction: column-reverse;
  }

  .creazioni .contenitore-creazioni .testo-creazione {
    width: 100%;
  }

  .creazioni .contenitore-creazioni .immagine-creazione {
    width: 100%;
    height: 200px;
  }

  .creazioni .contenitore-invertito {
    flex-direction: column;
  }

  .contattaci-home {
    padding-top: 40px;
  }

  .contattaci-home h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .contattaci-home .subcontattaci-home {
    flex-direction: column-reverse;
  }

  .contattaci-home .subcontattaci-home .sx-contattaci {
    width: 100%;
    height: 300px;
  }

  .contattaci-home .subcontattaci-home .dx-contattaci {
    width: 100%;
    height: 300px;
  }

  footer .sub-footer {
    width: 300px;
  }

  /* ///////// pagina singolo prodotto telefono //////// */
  .prodotto {
    width: 100%;
    flex-direction: column;
  }

  .prodotto .gallery {
    width: 100%;
    margin-bottom: 40px;
  }

  .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li {
    height: 70px;
  }

  .prodotto .descrizione-prodotto {
    width: 100%;
  }

  /* ////////////  pagina chi siamo   ///////////////*/
  .section .sub-section {
    width: 300px;
  }

  .section .sub-section h1 {
    font-size: 30px;
  }


}


















