@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Inter';
    letter-spacing: 0;
}
/* header*/
#overlay {
    font-family: Inter;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Imposta un valore elevato per il banner rimanga sopra le altre elementi */
  }
  .banner-a {
    color: #343434;
    text-decoration: none;
  }
  #banner {
    background-color: #343434;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
  }
  
  #banner p {
    margin: 0;
  }
  
  #banner a {
    color: #0000ff;
    text-decoration: underline;
  }
  
  #accettoBtn {
    background-color: #ffffff;
    margin-top: 15px;
    border-radius: 10px;
    color: #000000;
    font-weight: 700;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
  }
header {
text-align: center;

}
 
.iconsn {
    height: 30px;
}

.birippippippi {
    position: absolute;
    margin-left: 90px;
    margin-top: -35px;
}

/* footer */

footer {
    background-color: rgb(27, 27, 27);
    height: 130px;
    position: absolute;
    margin-top: 40px;
    width: 100%;
}
.footer-li {
    list-style: none;
    display: inline-block;
    text-align: left;
    letter-spacing: 0px;
    font-size: 14px;
}
.footer-ul {
    margin-left: -70px;
}
a {
    color: white;
    text-decoration: none;
}
/* NAV ORIZZONTALE */
.ciaomario {
    margin-left: 20px;
}
.orizzontale {
    display: flex;
    justify-content: center;
    list-style: none;
    background-size: cover;
    border-radius: 20px;
    padding: 10px 15px;
    background-color: #101010;
    width: 550px;
    margin: 0 auto;
  }
  
li {
    padding-left: 30px;
    font-size: 20px;
}
.ali {
    color: white;
    font-weight: 600;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
}

.ali.attivoo{
    background-color: white;
	color: rgb(0, 0, 0);
    border-radius: 20px;
    padding: 10px 30px;
    margin: 0px -20px;
}


body {
    background-color: #000;
    color: white;
    font-family: 'Inter';
	overflow-x: hidden;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
a {
    text-decoration: none;
}
.fotoh {
    height: 150px;
    margin-top: 20px;
}
.titlef {
    margin-top: 5px;
    font-size: 30px;
}

.icons {
    margin-top: 25px;
    margin-bottom: 10px;

    margin-left: -10px;
}

.icn {
    margin-left: 10px;
}

@media (max-width: 660px) {
.icons {
    margin-top: -10px;
    margin-bottom: 10px;
}  
}



/* NAV MOBILE*/



.cd-header{
    position: fixed;
	width:100%;
	top:0;
	left:0;
	z-index:100;
    margin-left: 10px;
} 
.header-wrapper{
    position: relative;
	width: calc(100% - 100px);
	margin-left: 50px;
} 
.logo-wrap {
	position: absolute;
	display:block;
	left:0;
	top: 40px;
	cursor: pointer;
}
.logo-wrap a {
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	transition : all 0.3s ease-out;
}
.logo-wrap a span{ 
	color: #000;
}
.logo-wrap a:hover {
	opacity: 0.9;

}
.nav-but-wrap{ 
	position: relative;
	display: inline-block;
	float: right;
	padding-left: 435px;
	padding-top: 56px;
	transition : all 0.3s ease-out;

    display: none;
}
.menu-icon {
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #FFF;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 16.5px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 16.5px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 30px;
}


.nav {
	position: fixed;
	z-index: 98;

    display: none;

}
.nav:before, .nav:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 102vh;
	background: rgba(20, 21, 26,0.6);
	border-bottom-left-radius: 200%;
	z-index: -1;
	-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	-webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
}
.nav:after {
    background:#000;
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
	position: fixed;
	visibility: hidden;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
	width: 100%;
	text-align: center;

}
.nav__list {
	position: relative;
	padding: 0;
	z-index: 2;
 
}

/* RESPONSIVE NAVBAR: TOGLIE QUELLA ORIZZONTALE E METTE QUELLA MOBILE */
  @media (max-width: 660px) {
        
    .nav-but-wrap{  
        display: block;
    }
    .nav {
        display: block;
    }
    .orizzontale {
       display: none;
    }
  }




.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
	opacity: 0;
	text-align: center;
	color: #fff;
	overflow: hidden; 
	font-family: 'Inter';
	font-size: 8vh;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 3px;
	-webkit-transform: translate(100px, 0%);
          transform: translate(100px, 0%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
	margin-top: 0;
	margin-bottom: 0;
    margin-right: 30px;

    
    
}
.nav__list-item a{ 
	position: relative;
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	overflow: hidden; 
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 900;
	z-index: 2;
	display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:after{ 
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -2px;
	left: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	background-color: rgb(13, 200, 0);
	z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:hover:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
.nav__list-item a:hover{
	color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a{
	color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
body.nav-active .nav__content {
	visibility: visible;
}
body.nav-active .menu-icon__line {
	background-color: #fff;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
          
}
body.nav-active .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}
body.nav-active .nav:before, body.nav-active .nav:after {
	-webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
	border-radius: 0;
}
body.nav-active .nav:after {
	-webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
          transform: translateX(0%);
	-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}


/* Cards */ 



.allc {
    display: flex;
    margin-left: 20px; margin-right: 20px;
    flex-wrap: wrap;
    justify-content: center; /* Aggiunto per centrare le card */
}
.card {
    height: 357px;
    width: 596px;
    margin-top: 20px;
    border-radius: 20px;
    display: inline-block;
    background-repeat: none;
    background-size: cover;
    background-image: url(/immagini/home/esplora\ il\ negozio.webp);
}

.card-1-img {
    height: 357px;
    margin-top: 0px;
    margin-left: 0px;
}
.card-2-img {
    height: 357px;
    margin-top: 0px;
    margin-left: 0px;
}
.title-card  {
    margin-left: 340px;
    margin-top: -290px;
    margin-bottom: 25px;
}
.card2 .title-card  {
    margin-left: 337px;
    margin-top: -250px;
    margin-bottom: 25px;
}

.title-card-chill {
    font-size: 31px;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 120px;
}

.button-shop-chill {
    text-decoration: none;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    padding: 12px 40px;
    width: 40px;
    border-radius: 10px;
    background-color: aliceblue;
    margin-top: -30px;
    display: block;
    margin: 0 auto;
  }
  
  


.des-card {
    font-weight: 400;
    margin-left: 340px;
    margin-top: -14px;
    font-size: 13px;
    color: #CDCDCD;
    margin-inline-end: 20px;
}

.card2 .button-shop {
    text-decoration: none;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    padding: 12px 20px;
    margin-left: 337px;
    border-radius: 10px;
    background-color: aliceblue;
    margin-top: -30px;
}


.card-2-text {
    height: 330px;
    margin-top: 135px;
    text-align: center;
    margin-left: 0px;
    margin-bottom: -270px;
}

.card2 {
    height: 357px;
    margin-top: 20px;
    margin-left: 30px;
    width: 596px;
    border-radius: 20px;
    background-color: #0E0C0C;
}

.button-shop {
    text-decoration: none;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    padding: 12px 30px;
    margin-left: 250px;
    border-radius: 10px;
    background-color: aliceblue;
    margin-top: -30px;
}

.card3 {
    height: 357px;
    width: 596px;
    margin-top: 20px;
    border-radius: 20px;
    display: inline-block;
    background-color: #0E0C0C;
}

.card-1-img {

}


.container2 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.card4 {
    height: 357px;
    margin-left: 30px;
    width: 596px;
    border-radius: 20px;
    margin-top: 20px;
    background-image: url(/immagini/home/entra\ nel\ flusso.webp);
    background-repeat: none;
    background-size: cover;
}

  @media (max-width: 1250px) {
  
    .card, .card2, .card3, .card4 {
        margin-left: 0;
        width: 630px;
    }
    .des-card {
        font-size: 12px;
       }
       
  }

  @media (max-width: 660px) {
    .container, .container2{
        display: grid;
        place-items: center;
        height: 100vh;
        margin: 0 auto; /* aggiunge il margine automatico per allineare al centro */
    }

    .card, .card2, .card3, .card4 {
        width: 94%;    
        margin: 0 auto; /* aggiunge il margine automatico per allineare al centro */
        margin-bottom: 20px;
    
    }
    .button-shop {
        margin-left: 0;
        margin-top: -15px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .des-card {
        font-size: 11.5px;
       }

       .title-card {
        font-size: 25px;
       }
       .card-2-text { 
        text-align: center;
        margin-left: 0px;
       }
       .card2 .title-card  {
        margin-left: 340px;
        margin-top: -240px;
        margin-bottom: 25px;

    }
    .card2 .button-shop {
        margin-left: 134px;
        margin-top: -15px;
    }
  }




@media (max-width: 539px) {

    .card2 {
        height: 517px;
        margin: 20px auto 0;
        width: 396px;
        border-radius: 20px;
        display: block;
    }

    .card-1-img {
        height: 440px;
        padding-top: 5px;
        display: block;
        margin: 0 auto;
        clip-path: inset(20px 0px 100px 0px round 20px);
        margin-top: -10px;
      }
      
    .title-card  {
        margin-left: 0px;
        text-align: center;
        margin-top: -85px;
    }

    .des-card {
        font-weight: 400;
        margin-top: -10px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 12px;

        color: #CDCDCD;
        text-align: center;
    }
    .card {
        height: 257px;
        margin: 20px auto 0;
        width: 396px;
        border-radius: 20px;
        
    }
    

    .card-2-text {
        height: 330px;
        margin-top: 84px;
        font-size: 25px;
        margin-bottom: -270px;
        margin-left: 1px;
    }
    
    
    .button-shop {
        text-decoration: none;
        font-size: 20px;
        color: rgb(0, 0, 0);
        font-weight: 700;
        padding: 11px 33px;
        margin-left: 0px;
        border-radius: 14px;
    }
    
    .card2 .button-shop {
        text-decoration: none;
        font-size: 20px;
        color: rgb(0, 0, 0);
        font-weight: 700;
        padding: 12px 50px;
        margin-left: 0px;
        border-radius: 10px;
        background-color: aliceblue;
        margin-top: -20px;
    }
    .card2 .title-card  {
        margin-left: 20px;
        margin-top: -85px;
        margin-bottom: 25px;
    }
    .card3 {
        height: 537px;
        margin: 20px auto 0;
        width: 396px;
        border-radius: 20px;
        display: block;
        margin-bottom: 20px;
    }
    
    .card4 {
        height: 257px;
        width: 396px;
        border-radius: 20px;
        background-repeat: none;
        background-size: cover;
        margin: 0 auto 0;
        text-align: ce;
    }

    .button-shop-chill {
        margin-top: -50px;
    }
      
    .title-card-chill {
        margin-top: 80px;
        margin-left: 10px;
        margin-bottom: 70px;
    }
    .allc { 
        margin-left: 0px;
        margin-right: 0px;
    }

}


.ckit {
    margin-left: 20px;
    margin-top: 50px;
    border-radius: 30px;
    height: 400px;
    width: 400px;
    background-color: #101010;

}

.gallery {
    margin-left: 20px;
    margin-top: 50px;
    border-radius: 30px;
    height: 376.7px;
    width: 282.5px;
    background-color: #101010;

}
.imggallery {
    height: 376.7px;
    width: 282.5px;
    border-radius: 30px;

}

@media (max-width: 755px) {
    .ckit {
        margin-left: 0;
    }
    .gallery {
        margin-left: 0;
    }
}
.imgkit {
    height: 200px;
    margin: 0 auto;
    margin-left: 20px;
    margin-top: 60px;   
    margin-bottom: 10px;
}
.namecard {
    margin-top: 5px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.button-card {
    text-decoration: none;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    padding: 12px 50px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: aliceblue;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tnx {
    display: flex;
    justify-content: center;
    align-items: center;
}
.des-card-kit {
    text-align: center;
    margin-top: -18px;
    font-weight: 500;
    color: #808080;
}

.about {
    height: 277px;
    width: 596px;
    margin-top: 20px;
    border-radius: 20px;
    display: inline-block;
    background-repeat: none;
    background-size: cover;
    margin-top: 20px;
    margin-left: 30px;
    width: 596px;
    border-radius: 20px;
    background-color: #0E0C0C;
}
.title-about {
    text-align: center;
    margin-top: 40px;
}
.des-about {
    text-align: center;
    margin-top: 10px;  
    font-weight: 400;
    font-size: 14px;
    margin-left: 50px;
    margin-right: 50px;
}
.contatti {
    text-align: center;
    margin-top: 100px;
    font-size: 12px;
    font-weight: 200;

}

.click {
    margin-top: -35px;
    margin-left: 87px;
}