


@font-face {
    font-family: 'proxima_nova_altblack';
    src: url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Black-webfont.eot');
    src: url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Black-webfont.woff2') format('woff2'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Black-webfont.woff') format('woff'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Black-webfont.ttf') format('truetype'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Black-webfont.svg#proxima_nova_altblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_altbold';
    src: url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Bold-webfont.eot');
    src: url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Bold-webfont.woff2') format('woff2'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Bold-webfont.woff') format('woff'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Bold-webfont.ttf') format('truetype'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Bold-webfont.svg#proxima_nova_altbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Proxima Nova';
    src: url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Regular-webfont.eot');
    src: url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Regular-webfont.woff2') format('woff2'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Regular-webfont.woff') format('woff'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf') format('truetype'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Alt Regular-webfont.svg#proxima_nova_altregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 4, 2015 */



@font-face {
    font-family: 'proxima_nova_scosfthin';
    src: url('Proxima-Nova-Web/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot');
    src: url('Proxima-Nova-Web/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff2') format('woff2'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff') format('woff'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova ScOsf Thin-webfont.ttf') format('truetype'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova ScOsf Thin-webfont.svg#proxima_nova_scosfthin') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Semibold-webfont.eot');
    src: url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Semibold-webfont.woff2') format('woff2'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Semibold-webfont.woff') format('woff'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Semibold-webfont.ttf') format('truetype'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Semibold-webfont.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_ltthin';
    src: url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Thin-webfont.eot');
    src: url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Thin-webfont.woff2') format('woff2'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Thin-webfont.woff') format('woff'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Thin-webfont.ttf') format('truetype'),
         url('Proxima-Nova-Web/Mark Simonson - Proxima Nova Thin-webfont.svg#proxima_nova_ltthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	box-sizing: border-box;
	touch-action: manipulation;
	-webkit-touch-callout: none; /* Per evitare il menu di copia su iOS */
	-webkit-user-select: none; /* Disabilita la selezione del testo su iOS */
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; /* Disabilita la selezione del testo su altri browser */
}

body::-webkit-scrollbar {
display:none;
}

@keyframes liquidDistort {
					0%, 100% {
							transform: scale(1) skew(0deg);
							filter: blur(0px);
					}
					25% {
							transform: scale(1.02) skew(7deg);
							filter: blur(2px);
					}
					50% {
							transform: scale(0.98) skew(-5deg);
							filter: blur(3px);
					}
					75% {
							transform: scale(1.02) skew(5deg);
							filter: blur(1px);
					}
			}

.logo-liquido {
	 animation: liquidDistort 5s;
	 font-size: 6rem;
	 text-align: center;
	 padding-bottom:35px;
}

.no-scroll {
    overflow:hidden;
}

html, body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}

html {
		scroll-snap-type: mandatory;
	scroll-snap-type: y mandatory;
	scroll-snap-points-y: repeat(100vh);
	overflow: scroll;
	height: 100%;
	position: fixed;
	 margin-bottom: env(safe-area-inset-bottom);
}

body {
	background-color: #000;
	color: #fff;
 /*font-family: "Roboto", sans-serif;*/
font-family: "Montserrat", sans-serif;
 letter-spacing: 0.05rem;
	scroll-snap-type: mandatory;
	scroll-snap-points-y: repeat(100vh);
	position: fixed;
	scroll-snap-type: y mandatory;
overflow: scroll;
	height: 100%;
	width: 100%;
	 margin-bottom: env(safe-area-inset-bottom);
}

/* html {
height: 100%;
scroll-snap-type: mandatory;
	scroll-snap-points-y: repeat(100vh);
	scroll-snap-type: y mandatory;
}*/

#loading-screen .boccette {
	align-items: center;
}

#loading-screen .boccette svg {
	opacity: 1;
	width: 400px;
	position: relative;
}


.circle {
  position: fixed;
  top: -30px;
  left: -30px;
  width: 50px;
  height: 50px;
  border: 1px solid white;
  border-radius: 50%;
  mix-blend-mode: difference;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out, width 0.3s ease-out, height 0.3s ease-out;
  z-index: 9999;
}


ul.privacy {

	margin:0;
	padding:0;
	background-color: black;
	position: fixed;
	bottom:0;
	z-index: 9998;
	left: 0;
	color: white;
	width: 100%;
	text-align: center;
}

ul.privacy li {
	line-height: 20px;
	font-size: 0.65rem;
	text-align: center;

	display: inline-block;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
		padding-left: 2rem;
}

ul.privacy li a {
  color: white;
  text-decoration: none;
}

ul.privacy li a:visited {
  color:white;
}

.s-zero {

  text-align: center; /* Centra il testo */

}

.s-zero img {
  width: 100%;

}

.s-zero p {
  position: absolute;
  bottom: 10rem;
  color: #202020;
  font-size: 1.25rem;
  text-align: center;
  line-height: 2rem;
  left: 50%;
  transform: translate(-50%);
}

.immagine-prima {
  padding-left: 20rem;
  padding-right: 20rem;
}

section a {
	color: white;
		text-decoration: none;
}

section a:hover {
	color:white;
	text-decoration: none;
}

.no-scroll {
					overflow: hidden;
					height: 100vh;
			}


a, button, input, select {
	pointer-events: auto;
}

.lil-gui {
	z-index: -99 !important; /* TODO Solve this in HTML */
	position: fixed;
	user-select: none; /* Per la maggior parte dei browser */
 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
 -moz-user-select: none; /* Per Firefox */
 -ms-user-select: none; /* Per Internet Explorer e Edge */
}

#custom-cursor {
    position: absolute;
    pointer-events: none; /* Evita che il cursore personalizzato interferisca con gli eventi */
    background-color: rgba(0, 0, 0, 0.5); /* Sfondo semi-trasparente */
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;

    transform: translate(-50%, -50%); /* Centra il cursore rispetto alla posizione del mouse */
    z-index: 999999; /* Assicurati che sia sopra gli altri elementi */
}

.logo-intro {
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2rem;
}


.testo-intro {
	color: #202020;
	width: 400px;
	font-size: 1rem;
	margin:0;
	padding:0;
	text-align:center;
}

#loading-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
	/*	background: linear-gradient(235deg, #949494, #cccccc, #898989);
		background-size: 600% 600%; */

		-webkit-animation: AnimationName 30s ease infinite;
		-moz-animation: AnimationName 30s ease infinite;
		animation: AnimationName 30s ease infinite;
    color: #202020;
		background-color: white;
    transition: display 1s ease; /* Transizione di 1 secondo su display */
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		 transition: opacity 1.2s ease-out; /* Definisce la transizione */
}

#loading-screen svg {
	position: absolute;
	width: 800px;
	opacity: 0.05;
	z-index: -1;
	overflow: visible;
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 87%}
    50%{background-position:100% 14%}
    100%{background-position:0% 87%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 87%}
    50%{background-position:100% 14%}
    100%{background-position:0% 87%}
}
@keyframes AnimationName {
    0%{background-position:0% 87%}
    50%{background-position:100% 14%}
    100%{background-position:0% 87%}
}


.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease; /* Fade-out in 0.5s */
    z-index: -1; /* Porta gli elementi dietro agli altri contenuti */
}

/* Specifica durata fade-out per #loading-screen */
#loading-screen.fade-out {
    transition: opacity 1s ease; /* Fade-out in 1s */
}

/* Definisci l'animazione di fade-out */
.fade-out-screen {
    opacity: 0;

}

.hidden {
    visibility: hidden;
    display: none; /* Assicurati che l'elemento sia completamente nascosto */
}


#progress-bar-container {
	width: 300px;
	background-color: #ccc;
	height: 2px;
	z-index: 999999;
	position: fixed;
	top: 50%;
	margin-top: 0px;
	left: 50%;
	transform: translateX(-50%);

}

#progress-bar {
    width: 0%;
    height: 2px;
    background-color: #222;
			z-index: 999999;
}

#notSupported {
	width: 50%;
	margin: auto;
	background-color: #f00;
	margin-top: 20px;
	padding: 10px;
}

.fade-in {
    opacity: 1;
}

.caricatore {
	font-size: 2rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

#immergiti {
    width: 100%;
		margin-top: 0px;
    top: 0;
    left: 0;
    scroll-behavior: none;
    display: none;  /* Nascosto inizialmente */
    align-items: center;
    justify-content: center;
		flex-direction: column;
    transition: opacity 1s ease-in-out;
   /* Invisibile inizialmente */
}

.fade-out {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-out-intro {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}



#bottone-immergimi {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
	box-shadow: 0px;
	border: 1px solid rgba(0,0,0,0.3);
		color: #202020;
	transition: 1s ease-in;
	border-radius: 5px;
	box-sizing: border-box;

}

#bottone-immergimi:hover {

	border: 1px solid #202020;
	color: #202020;
	cursor: pointer;
		box-sizing: border-box;
}

*:focus {
	outline: none;
}

#music-toggle {
  color: lightgrey;
  cursor: pointer;
  font-size: 1.5rem;
  position: fixed;
  left: 2rem;
  width: 25px;
  height: 25px;
  bottom: 2.5rem;
	z-index: 9999;
}


 #music-toggle svg {
   width: 100%;
   height: 100%;
 }

.music-bar {
  margin-top: 20px;
  margin-left: 10px
  overflow: hidden;
  width: 50px;
  height: 50px;
  cursor:pointer;
}

.bar {
  fill: #fff; /* Colore iniziale delle barre */
}


.prima-sezione-n {
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 9997;
  background-color: #dedede;
  position: absolute;
  display: flex;
          align-items: center;
          justify-content: center;
}

.prima-sezione-n h3 {
  position: absolute;
  bottom: 4rem;
  text-align: center;
  color: #222;
}

.sei-fragranze div{
width: 100px;
height: 200px;
border: 1px solid #222;
display: inline-block;;
}

.maschera {
	width: 150%;
	height: 150%;
	background-image: url("maschera-avau.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	position: fixed;
	top:-25%;
	left:-25%;
	display: none;
}

.img-founders {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 0px;
	margin-top: 0px;
	font-size: 0.8rem;
	font-weight: 700;
	text-align: center;
}

.img-founders img {
	width:100%;
	position: relative;
}

.logo {
	position: fixed;
	z-index: 999997;
	top: 1.5rem;
	left: 2rem;
}

.logo img {
	width: 50px;
}

.logo-testo {
	position: fixed;
	font-size:1.7rem;
	color: white;
	z-index:9997;
	top:2rem;
	left: 50%;
	transform: translateX(-50%);
}

.logo-testo img {
	width: 90px;
}

section {
  scroll-snap-align: start; /* Allinea la sezione allo snap */
	display:flex;
	align-items: center;
  width: 100%;
  height: 100dvh;
  position: relative;
  z-index: 2;
	color: white;
	-webkit-touch-callout: none; /* Disabilita il menu contestuale su Safari */
-webkit-tap-highlight-color: transparent; /* Rimuove l'effetto di evidenziazione su touch devices */
outline: none; /* Rimuove il contorno blu */
-webkit-user-select: none;  /* Chrome all / Safari all */
-moz-user-select: none;     /* Firefox all */
-ms-user-select: none;      /* IE 10+ */
user-select: none;          /* Likely future */
}

section h2 {
	font-size: 1.8rem;
	line-height: 1.8rem;
	user-select: none; /* Per la maggior parte dei browser */
 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
 -moz-user-select: none; /* Per Firefox */
 -ms-user-select: none; /* Per Internet Explorer e Edge */
 font-family: "Montserrat", sans-serif;
}

section p {
	font-size: 0.9rem;
	line-height: 1.25rem;
	user-select: none; /* Per la maggior parte dei browser */
 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
 -moz-user-select: none; /* Per Firefox */
 -ms-user-select: none; /* Per Internet Explorer e Edge */
}


		canvas {
			position: fixed;
 margin-bottom: env(safe-area-inset-bottom);
			width:100%;
  height: 100dvh;
overflow: hidden;
display: flex;
			object-fit:contain !important;
			z-index: 0;
			top:0;
			left: 0;

		}

		.reveal-text {
	    visibility: hidden;
	    text-align: center; /* Allinea il testo centralmente */
      letter-spacing: .3px;
	}

	.line {
	    display: inline-block; /* Imposta le linee come blocchi in linea per supportare l'allineamento centrale */
	    width: 100%; /* Assicura che occupino tutta la larghezza */
			overflow: hidden;
	}

	.words {
	    display: inline-block; /* Parole come blocchi in linea per consentire l'allineamento */
	}



		.contenuto-t {
			color: white;
		/*
			background-color: rgba(255,255,255,0.3);
			backdrop-filter: blur(10px);
			-webkit-backdrop-filter: blur(10px);
		*/
			position: absolute;
			bottom: 5rem;
			left: 50%;
			transform: translateX(-50%);
			padding: 0rem;
			max-width: 650px;
			text-align: left;
		}

		.primo-testo {
			opacity:0;
			transition: 1s;
		}

		.primo-testo.fade-in {
			opacity:1;
		}

		.button-read {
      border:1px solid white;
      border-radius:6px;
      padding:7px;
      margin-left: 50%;
      transform: translate(-50%);
      width: 200px;
			text-align: center;
			-webkit-user-select: none; /* Disabilita la selezione del testo su iOS */
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
      transition:0.4s;
			}

      .menu-overlay .button-read {
        margin-left: 0;
        transform: translate(0%);
      }

      .menu-overlay .button-read:hover a{
      border:0px;
      text-decoration: none;
      }

      .button-read:hover {
        background-color:white;
      }

      .button-read:hover a {
        color: #202020;
      }

		.cursore {
			height: 150px;
			width: 150px;
			border-radius: 150px;
			border: 1px solid rgba(255,255,255,0.5);
			mix-blend-mode: difference;
			position: absolute;
  pointer-events: none; /* Evita che interferisca con il clic */
	z-index: 999999;
	line-height: 150px;
	text-align: center;
	font-size: 0.9rem;
	 transition: transform 0.1s ease;
	 display:none;
		}

		.cursore p {
			line-height: 150px;
			margin:0;
			padding:0;
		}

		.s-uno .contenuto-t {
			color: #fff;
		}

		.s-due .contenuto-t {
			color:#fff;
		}

		.s-tre .contenuto-t {
			color:#fff;
		}

		.s-quattro .contenuto-t {
			color:#fff;
		}

		.s-cinque .contenuto-t {
			color:#fff;
		}

		.s-sei .contenuto-t {
			color:#fff;
		}

		.s-sette {
			background: rgb(255,255,255,0.8);
			backdrop-filter: blur(15px) saturate(0);
		  -webkit-backdrop-filter: blur(15px) saturate(0);
			display: flex;
			justify-content: center;
			flex-direction: column;
			text-align: justify;
			overflow: hidden;
		}



@-webkit-keyframes AnimationName {
    0%{background-position:0% 62%}
    50%{background-position:100% 39%}
    100%{background-position:0% 62%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 62%}
    50%{background-position:100% 39%}
    100%{background-position:0% 62%}
}
@keyframes AnimationName {
    0%{background-position:0% 62%}
    50%{background-position:100% 39%}
    100%{background-position:0% 62%}
}

		.s-sette::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    pointer-events: none; /* Impedisce all'ombra di interferire con il contenuto */
    z-index: 10; /* Porta l'ombra sopra il contenuto */
}

		.contenuto-sette {
			color: black;
			font-size: 1.4rem;
			line-height: 1.8rem;
display: grid;
grid-template-columns: 1fr [content-start] 1fr [content-end] 1fr;
			margin: 0 auto;
			height: auto;
			padding-top: 5rem;
			padding-bottom: 5rem;
			overflow-y: scroll; /* Permette lo scroll verticale solo all'interno del contenuto */
	-webkit-overflow-scrolling: touch; /* Migliora lo scrolling su dispositivi mobili */
	scrollbar-width: none; /* Nasconde la scrollbar su Firefox */
	filter: saturate(1)!important;
		}

		.contenuto-sette > * {
			grid-column:content;
		}

		.contenuto-sette img {
			width: 100%;
			filter: saturate(1)!important;
		}

		.contenuto-sette::-webkit-scrollbar {
    display: none; /* Nasconde la scrollbar su WebKit (Chrome, Safari) */
}

		.sfumatura {
			width: 100%;
			height: 80px;
			position: absolute;
			top:0;
			left:0;
			background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 85%, rgba(255,255,255,1) 100%);
		}

		.contenuto-sette h3 {
			font-size: 0.9rem;
	text-align: justify;
	font-style:italic;
	font-weight:normal;
	margin-bottom: 30px;
		}

		.contenuto-sette a {
			line-height: 50px;
			font-size: 1.2rem;
			color: black;
			text-decoration:underline;
			transition: 0.5s;
			margin-bottom:20px;
		}

		.contenuto-sette a:hover {
			color: black;
			text-decoration:none;
		}

		.contenuto-t p {
			font-size: 0.85rem;
			line-height: 0.95rem;
		}


		@media all and ( max-width: 640px ) {
			.lil-gui.root {
				right: auto;
				top: auto;
				max-height: 50%;
				max-width: 80%;
				bottom: 0;
				left: 0;
				user-select: none; /* Per la maggior parte dei browser */
			 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
			 -moz-user-select: none; /* Per Firefox */
			 -ms-user-select: none; /* Per Internet Explorer e Edge */
			}
		}


		.scroll-indicator-container {
			padding:0;
			margin:0;
	    position: fixed;
	    top: 50%;
	    right: 1rem;
	    transform: translateY(-50%);
	    padding: 0px; /* Spaziatura interna */
	    z-index: 1000;
			font-family: "Chakra Petch", sans-serif;
 font-weight: 500;
	    text-align: center; /* Allinea il testo al centro */
			user-select: none; /* Per la maggior parte dei browser */
		 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
		 -moz-user-select: none; /* Per Firefox */
		 -ms-user-select: none; /* Per Internet Explorer e Edge */
	}

	.scroll-indicator {
	    font-size: 1rem; /* Dimensione del font */
			padding:0;
			margin:0;
	    color: #fff; /* Colore del testo */
	    font-weight: bold; /* Grassetto per il testo */
			user-select: none; /* Per la maggior parte dei browser */
		 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
		 -moz-user-select: none; /* Per Firefox */
		 -ms-user-select: none; /* Per Internet Explorer e Edge */
	}

	.apice {
	    font-size: 0.9rem; /* Dimensione del font per il numero apice */
	    vertical-align: super; /* Posiziona il testo come apice */
			user-select: none; /* Per la maggior parte dei browser */
		 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
		 -moz-user-select: none; /* Per Firefox */
		 -ms-user-select: none; /* Per Internet Explorer e Edge */
		 padding:0;
		 margin:0;
	}

	.pedice {
	    font-size: 0.9rem; /* Dimensione del font per il numero pedice */
	    vertical-align: sub; /* Posiziona il testo come pedice */
			user-select: none; /* Per la maggior parte dei browser */
		 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
		 -moz-user-select: none; /* Per Firefox */
		 -ms-user-select: none; /* Per Internet Explorer e Edge */
		 padding:0;
		 margin:0;
	}



.scroll-to-change {
	text-align: left;
	position: fixed;
	margin: 0;
	padding: 0;
	bottom: 2rem;

	transform: translateX(-50%);
	left: 50%;
	z-index: 99997;
	animation: blink 1.5s infinite;

	user-select: none; /* Per la maggior parte dei browser */
 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
 -moz-user-select: none; /* Per Firefox */
 -ms-user-select: none; /* Per Internet Explorer e Edge */
}

.scroll-to-change p {
	margin: 0;
	padding: 0;
		font-size: 0.8rem;
	user-select: none; /* Per la maggior parte dei browser */
 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
 -moz-user-select: none; /* Per Firefox */
 -ms-user-select: none; /* Per Internet Explorer e Edge */
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

.hold-no {
	position: fixed;
	left: 70px;
	color: white;
	width: 200px;
	font-size: 0.8rem;
	line-height:20px;
	z-index: 9997;
	animation: blink 1.5s infinite;

}

.hold {
	position: fixed;
	bottom: 17rem;
	left: 50%;
	transform: translateX(-50%);
	color: transparent;
	font-size: 0.8rem;
	line-height:20px;
	z-index: 9997;
	animation: blink 1.5s infinite;
	display:none;
}

.no-desktop {
	display: none;
}

.hold svg {
	width: 20px;
}

.hold svg {
	width: 20px;
}

.descrizione-profumo {
	padding: 20px;
	width:100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
		text-align: left;
}

.descrizione-profumo h2 {
	font-size: 1.8rem;
		text-align: left;
}

.descrizione-profumo p {
	font-size: 0.9rem;
	line-height: 1.2rem;
	text-align: left;
}

.immagine-profumo {
	aspect-ratio: 1 / 1;
	padding: 20px;
	height: 100%;
		box-sizing: border-box;
}

.immagine-profumo img {
	height:100%;
	transition: 0.75s;
	opacity:1;
}

/* MENU PROFUMI */

.menu-icona {
	z-index: 99999;
	position: absolute;
	top: 50%;
	padding-left: 3rem;
}



.menu {
  position: fixed;
  right: 2rem;
	top: 2rem;
  height: 20px;
  width: 20px;
	z-index: 99999;
}

.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}


.hamburger-icon {
  position: absolute;
  width: 30px; /* Aumenta un po' la larghezza per migliore visibilità */
  height: 20px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.menu.open .hamburger-icon {
  display: block;
}

.hamburger-bar {
  background-color: #fff;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;
}

.hamburger-bar-1 {
  top: 25%; /* Posiziona la prima barra in alto */
  transform: rotate(0deg);
}

.hamburger-bar-2 {
  top: 75%; /* Posiziona la seconda barra in basso */
  transform: rotate(0deg);
}

.menu.open .hamburger-bar {
  background-color: #202020;
}

.menu.open .hamburger-bar-1 {
  top: 50%; /* Porta la prima barra al centro */
  transform: rotate(45deg); /* Ruota la prima barra per formare una croce */
}

.menu.open .hamburger-bar-2 {
  top: 50%; /* Porta la seconda barra al centro */
  transform: rotate(-45deg); /* Ruota la seconda barra per formare una croce */
}



.menu-overlay {
  background-color: rgba(255,255,255,0.5);

backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
/*background: linear-gradient(235deg, #949494, #cccccc, #898989);
	background-size: 600% 600%;*/

	-webkit-animation: AnimationName 30s ease infinite;
	-moz-animation: AnimationName 30s ease infinite;
	animation: AnimationName 30s ease infinite;
  color: #202020;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
  transition: opacity 0.6s ease-in-out;
  z-index: 99998;
  opacity: 0;
  visibility: hidden; /* Inizialmente nascosto */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
}

.menu.open {

}


nav {
    position: relative;
		padding-top: 10rem;
		height: 100%;
		width: 100%;
		overflow-y: scroll;

}

nav::-webkit-scrollbar {
  width: 10px;
	background-color: transparent;
	border-radius: 0px;
}

nav::-webkit-scrollbar-track {
	width: 10px;
	border-radius: 0px;
}

nav::-webkit-scrollbar-thumb {
	width: 10px;
	background-color: white;
	border-radius: 0px;
}

nav h3 {
	margin-bottom: 5rem;
}

.menu-overlay ul {
    list-style: none;
		margin:0;
    position: relative;
		display: grid;
grid-template-columns: repeat(1, 1fr);
	box-sizing: border-box;
	margin-bottom: 10rem;
	padding-left: 10rem;
	padding-right: 10rem;
}

.menu-overlay ul.one {

}

.menu-overlay ul li {
	display:flex;
      padding:0;
      position: relative;
      opacity: 1;
      margin: 0;
			border-left: 1px solid rgba(0,0,0,0);
	border-right: 1px solid rgba(0,0,0,0);
			height: 25vh;
			box-sizing: border-box;
			color: #202020;
			transition: all .55s ease-in-out;
			background-color: white;
			font-size: 0.8rem;
				border-radius: 5px;
}

.menu-overlay ul li:last-child {

}

.linea {
  height: 1px;
	width: calc( 100% - 7px );
  background-color: rgba(0,0,0,0);
	border-radius: 5px;
	z-index: 999999;
  margin: 0 0px 0;
	margin-left:3.5px;
	margin-right: 3.5px;
	margin-bottom: 0px;
}

.menu-overlay ul li:hover .linea {
	background-color: #202020;
}

.menu-overlay ul li:hover {
		/*background-color: rgba(255,255,255,0.2);*/
		color: #202020;
		background-color:rgba(240,240,240,1);
			box-sizing: border-box;
}

.menu-overlay ul li:hover .immagine-profumo img{
		opacity:1;
}

.menu-overlay ul li.sx {
	padding:0;
	position: relative;
	opacity: 1;
	margin: 0;
border-bottom: 1px solid rgba(255,255,255,0.5);
border-left: 1px solid rgba(255,255,255,0.5);
border-right: 1px solid rgba(255,255,255,0.5);
	height: 30vh;
	border-left: 0px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
}

.menu-overlay ul li .button-read {
	color: #202020;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: left;
		opacity: 1;
		transition: 0.5s;
	}

.menu-overlay ul li:hover .button-read {
		opacity:1;
		text-decoration: none;
    border:0px solid white;
		}

.menu-overlay a {
      display: block;
      position: relative;
      color: #202020;
      text-decoration: none;
      overflow: hidden;
}

.menu-overlay a.nav-links:hover {
  background-color:#ffffff;
  color: #000000;
  transition: 0.6s;
}

.display-inline {
    display: inline-block;
    margin: 0 10px 0 10px;
}

@media screen and (max-width: 1280px) {
  .hold {
    position: fixed;
    bottom: 14rem;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 0.8rem;
    line-height:20px;
    z-index: 9997;
    animation: blink 1.5s infinite;
    display:block;
      visibility:visible;
  }

  section h2 {
  	font-size: 1.7rem;
  	line-height: 1.6rem;
  	user-select: none; /* Per la maggior parte dei browser */
   -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
   -moz-user-select: none; /* Per Firefox */
   -ms-user-select: none; /* Per Internet Explorer e Edge */
   font-family: "Montserrat", sans-serif;
  }

  .button-read {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    -webkit-user-select: none; /* Disabilita la selezione del testo su iOS */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }

  .contenuto-t {
    color: white;
  /*
    background-color: rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  */
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem;
    max-width: 550px;
    text-align: left;
  }

  .scroll-to-change {
  	text-align: left;
  	position: fixed;
  	margin: 0;
  	padding: 0;
  	bottom: 2rem;

  	transform: translateX(-50%);
  	left: 50%;
  	z-index: 99997;
  	animation: blink 1.5s infinite;

  	user-select: none; /* Per la maggior parte dei browser */
   -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
   -moz-user-select: none; /* Per Firefox */
   -ms-user-select: none; /* Per Internet Explorer e Edge */
  }

  .menu-overlay ul {
      list-style: none;
  		margin:0;
      position: relative;
  		display: grid;
  grid-template-columns: repeat(1, 1fr);
  	box-sizing: border-box;
  	margin-bottom: 10rem;
  	padding-left: 7rem;
  	padding-right: 7rem;
  }

}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .hold {
    position: fixed;
    bottom: 18rem;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 0.8rem;
    line-height:20px;
    z-index: 9997;
    animation: blink 1.5s infinite;
    display:block;
      visibility:visible;
  }

  .contenuto-t {
    color: white;
  /*
    background-color: rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  */
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem;
    max-width: 550px;
    text-align: left;
  }


    .scroll-to-change {
    	text-align: left;
    	position: fixed;
    	margin: 0;
    	padding: 0;
    	bottom: 2.5rem;

    	transform: translateX(-50%);
    	left: 50%;
    	z-index: 99997;
    	animation: blink 1.5s infinite;

    	user-select: none; /* Per la maggior parte dei browser */
     -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
     -moz-user-select: none; /* Per Firefox */
     -ms-user-select: none; /* Per Internet Explorer e Edge */
    }

    .menu-overlay ul {
        list-style: none;
        margin:0;
        position: relative;
        display: grid;
    grid-template-columns: repeat(1, 1fr);
      box-sizing: border-box;
      margin-bottom: 10rem;
      padding-left: 3rem;
      padding-right: 3rem;
    }

    .menu-overlay ul li {
    	display:flex;
          padding:0;
          position: relative;
          opacity: 1;
          margin: 0;
    			border-left: 1px solid rgba(0,0,0,0);
    	border-right: 1px solid rgba(0,0,0,0);
    			height: 26vh;
    			box-sizing: border-box;
    			color: #202020;
    			transition: all .55s ease-in-out;

    			font-size: 0.8rem;
    				border-radius: 5px;
    }


}

@media screen and (min-width: 835px) and (max-width: 1025px) {
  .immagine-prima {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .circle {
    display:none;
        visibility:hidden;
  }
}


@media screen and (max-width: 835px) {
  .immagine-prima {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .circle {
    display:none;
        visibility:hidden;
  }
}


	@media screen and (max-width: 767px) {
		html {
			 max-height: -webkit-fill-available;
			 height: 100%;
			position: fixed;
			width: 100%;
			overflow-y: scroll;

		}

		body {
			 max-height: -webkit-fill-available;
			 height: 100%;
			position: fixed;
			width: 100%;
			overflow-y: scroll;

		}

    .immagine-prima {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

		section{
			 max-height: -webkit-fill-available;
			 max-height: 100dvh;
    max-height: -moz-available;          /* WebKit-based browsers will ignore this. */
    max-height: fill-available
			 -webkit-touch-callout: none; /* Disabilita il menu contestuale su Safari */
-webkit-tap-highlight-color: transparent; /* Rimuove l'effetto di evidenziazione su touch devices */
outline: none; /* Rimuove il contorno blu */
		}

		.circle {
			display:none;
					visibility:hidden;
		}

		.hold-no{
			position: fixed;
			left: 70px;
			color: white;
			font-size: 0.8rem;
			line-height:20px;
			z-index: 9997;
			animation: blink 1.5s infinite;
				visibility:hidden;
		}

		.hold {
			position: fixed;
			bottom: 12rem;
			left: 50%;
			transform: translateX(-50%);
			color: white;
			font-size: 0.8rem;
			line-height:20px;
			z-index: 9997;
			animation: blink 1.5s infinite;
			display:block;
				visibility:visible;
		}

		.no-desktop {
			display: block;
		}

		.scroll-to-change {
			text-align: center;
			position: fixed;
			margin: 0;
			padding: 0;
			left: 0.5rem;

			z-index: 9999;
			animation: blink 1.5s infinite;
			writing-mode:vertical-rl;
			user-select: none; /* Per la maggior parte dei browser */
		 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
		 -moz-user-select: none; /* Per Firefox */
		 -ms-user-select: none; /* Per Internet Explorer e Edge */
		 top: 50%;
		 transform:translateY(-50%);
		}

		.scroll-to-change p {
			margin: 0;
			padding: 0;
			font-size: 0.85rem;
			user-select: none; /* Per la maggior parte dei browser */
		 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
		 -moz-user-select: none; /* Per Firefox */
		 -ms-user-select: none; /* Per Internet Explorer e Edge */
		}

		#music-toggle {
		  cursor: pointer;
		  font-size: 1.5rem;
		  position: fixed;
		  left: 5vw;
		  bottom: 2rem;
			z-index: 9999;
		}

		ul.privacy li {
			line-height: 20px;
			font-size: 0.65rem;
			text-align: right;

			display: inline-block;
			text-decoration: none;
			list-style-type: none;
			margin: 0;
			padding: 0;
				padding-right: 0.7rem;
		}

		.logo {
			position: fixed;
			z-index: 999997;
			top: 1rem;
			left: 1rem;
		}

		.logo-testo {
			position: fixed;
			font-size:1.7rem;

			color: white;
			z-index:9997;
			top:1rem;
			left: 50%;
			transform: translateX(-50%);
		}

		.logo-testo svg {
width: 55px;
height: auto;
		}

		#loading-screen svg {
			position: absolute;
			width: 300px;
			opacity: 0.1;
			z-index: -1;
			overflow: visible;
		}

		.logo svg {
			width: 35px!important;
		}

		.menu {
		  position: fixed;
		  right: 2rem;
			top: 1rem;
		  height: 20px;
		  width: 20px;
			z-index: 99999;
		}

		.testo-intro {
			color: #202020;
			width: 85vw;
			font-size: 1rem;
			margin:0;
			padding:0;
			text-align:center;
		}

		.contenuto-sette {
			color: black;
			font-size: 1.4rem;
			line-height: 1.5rem;
			display: grid;
			grid-template-columns: 1rem [content-start] 1fr [content-end] 1rem;
			font-weight: 200;

		}

		.contenuto-t {
			color: white;
		/*
			background-color: rgba(255,255,255,0.3);
			backdrop-filter: blur(10px);
			-webkit-backdrop-filter: blur(10px);
		*/
			position: absolute;
			bottom: 2rem;
			left: 4vw;
			transform: translateX(0%);
			padding:0rem;
			height: auto;
			border-radius: 0px;
			max-width: 92vw;
			width: 92vw;
			text-align: left;
		}

		.contenuto-t p {
			font-size: 0.75rem;
			line-height: 0.85rem;
		}

		.scroll-indicator-container {
			margin:0;
		    position: fixed;
		    top: 50%;
				font-size:0.7rem!important;
		    transform: translateY(-50%);
		    right: 1rem!important;
		    height: auto; /* Altezza del contenitore */
		    width: auto;
		    /* background-color: rgba(0, 0, 0, 0.2); Opacità leggermente ridotta */
		    border-radius: 0px;
				padding:0;
		    z-index: 1000;
		    transition: opacity 0.3s ease;
		    overflow: hidden; /* Per evitare che l'indicatore esca dal contenitore */
		}

		nav {
		    position: relative;
				padding-top: 10rem;
				height: 100%;
				width: 100%;
				overflow-y: scroll;
		}

		nav h3 {
			padding-left: 2rem;
			padding-right: 2rem;
		}

		.menu-overlay ul {
		    list-style: none;
				margin:0;
		    position: relative;
				display: grid;
		grid-template-columns: repeat(1, 1fr);
			box-sizing: border-box;
			margin-bottom: 10rem;
			padding-left: 1rem;
			padding-right: 1rem;
		}

		.menu-overlay ul li {
			display:grid;
      grid-template-columns: 2fr 1fr;
		      padding:0;
		      position: relative;
		      opacity: 1;
		      margin: 0;
					border-left: 1px solid rgba(0,0,0,0);
			border-right: 1px solid rgba(0,0,0,0);
			border-radius: 5px;
			justify-content: center;
			height: auto;
					box-sizing: border-box;
					color: #202020;
					transition: all .55s ease-in-out;
		}

		.menu-overlay ul li .button-read {
			color: #202020;
				padding-top: 5px;
				padding-bottom: 5px;
				text-align: left;
				opacity: 1;
				text-decoration: underline;
				transition: 0.5s;
			}

		.menu-overlay ul li:hover {

				color: #202020;
					box-sizing: border-box;
		}

		.menu-overlay ul li h2{
			font-size: 1.2rem;
		}

    .descrizione-profumo {
    	width:auto;
    	display: flex;
    	justify-content: center;
    	flex-direction: column;
    		text-align: justify;
        font-size: 0.85rem;
    }

		.immagine-profumo {
      display:flex;
			aspect-ratio:auto;
			padding: 10px;
			height: auto;
			width: auto;
				box-sizing: border-box;
				padding-left: 10px;
				padding-right: 10px;
        	justify-content: center;
          align-items: center;

		}

		.immagine-profumo img {
			height:auto;
			width:100%;
			transition: 0.75s;
			opacity:1;
		}

		section h2 {
			font-size: 1.4rem;
			line-height: 1.4rem;
			user-select: none; /* Per la maggior parte dei browser */
		 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
		 -moz-user-select: none; /* Per Firefox */
		 -ms-user-select: none; /* Per Internet Explorer e Edge */
		}

		section p {
			font-size: 0.8rem;
			user-select: none; /* Per la maggior parte dei browser */
		 -webkit-user-select: none; /* Per Safari e browser basati su WebKit */
		 -moz-user-select: none; /* Per Firefox */
		 -ms-user-select: none; /* Per Internet Explorer e Edge */
		}

		canvas {
			position: fixed;
 margin-bottom: env(safe-area-inset-bottom);
			width:100%;
height: 100vh;
overflow: hidden;
display: flex;
			object-fit:contain !important;
			top:0;
			left: 0;
		}

	}

	/* Imposta le transizioni e le opacità iniziali */
#progress-bar-container, .logo-intro, .immergiti, #bottone-immergimi {
    transition: opacity 1s ease;
}

.testo-intro {
	  transition: opacity 1s ease;
		opacity:0;
}

#progress-bar-container.fade-out, .logo-intro.fade-out {
    opacity: 0;
}

.immergiti {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.plus {
  position: relative;
  width: 30px;   /* Larghezza della linea orizzontale */
  height: 2px;   /* Altezza della linea orizzontale */
  background: #fff;
  margin-top: 15px; /* Centrare verticalmente */
  margin-left: 15px; /* Centrare orizzontalmente */
	border: 1px solid white;
}

.plus:before {
  content: "";
  position: absolute;
  width: 2px;  /* Larghezza della linea verticale */
  height: 30px; /* Altezza della linea verticale */
  background: #fff;
  top: -14px;   /* Centrare verticalmente */
  left: 14px;   /* Centrare orizzontalmente */
}


.half-right {
  transform: rotate(135deg);
	right: 20px;
}




/* modali */
.modal {
    display: none; /* Nascondi la modal inizialmente */
		align-items:center;
		justify-content: center;
    position: fixed;
    z-index:999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
		background-color: rgba(120,120,120,0.5);
    backdrop-filter: blur(51px);
		-webkit-backdrop-filter: blur(51px);
    opacity: 0; /* Opacità iniziale */
    transition: opacity 1s ease; /* Transizione per l'opacità */
}

.modal.show {
    display: block; /* Mostra la modal */
    opacity: 1; /* Imposta l'opacità a 1 per il fade-in */
}

.modal-content {
    margin: 12rem;
		display: flex;
		align-items:center;
		justify-content: center;
		display:grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 70px;

}

.testo-modal {
	text-align: justify;
	font-size: 0.9rem;
}

.modal a {
	color:white;
}

.modal a:hover {
	color:white;
}

.close {
    color: #bbb;
    float: right;
    font-size: 2rem;
    font-weight: bold;
		position: absolute;
		right:2rem;
		top:2rem;

}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.fronte-retro {
	width: 100%;
	height: auto;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
}

.fronte-retro img {
	width: 100%;
}


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

    .modal {
        display: none; /* Nascondi la modal inizialmente */
        align-items:start;
        justify-content: center;
        position: fixed;
        z-index:999999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(120,120,120,0.5);
        backdrop-filter: blur(51px);
        -webkit-backdrop-filter: blur(51px);
        opacity: 0; /* Opacità iniziale */
        transition: opacity 1s ease; /* Transizione per l'opacità */
    }


		.modal-content {
		    margin: 2rem;
				padding-top: 3rem;
				display: flex;
				align-items: center;
				justify-content: normal;
        overflow: hidden;
				display:grid;
				grid-template-columns: repeat(1, 1fr);
				column-gap: 70px;

		}



		.close {
		    color: #bbb!important;
		    float: right;
		    font-size: 2rem;
		    font-weight: bold;
				/* position: relative;
				margin-top: 50px;
				left: 0rem;
				top:0rem; */
        right:2rem;
        top:2rem;

		}

	}

  @media screen and (max-width: 767px) {
    .close {
        color: #bbb!important;
        float: right;
        font-size: 2rem;
        font-weight: bold;
        /* position: relative;
        margin-top: 50px;
        left: 0rem;
        top:0rem; */
        right:2rem;
        top:2rem;

    }

    .modal {
        display: none; /* Nascondi la modal inizialmente */
    		align-items:start;
    		justify-content: center;
        position: fixed;
        z-index:999999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
    		background-color: rgba(120,120,120,0.5);
        backdrop-filter: blur(51px);
    		-webkit-backdrop-filter: blur(51px);
        opacity: 0; /* Opacità iniziale */
        transition: opacity 1s ease; /* Transizione per l'opacità */
    }

    .modal-content {
        margin: 2rem;
        padding-top: 0rem;
        display: flex;
        align-items: center;
        justify-content: normal;
        overflow: hidden;
        display:grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 70px;

    }

  }

	a.buy-now {
		border:1px solid white;
		padding:10px;
		text-decoration: none;
		transition: 0.4s;
	}

	a.buy-now:hover {
		background-color: white;
		color: black;
	}
