/* CSS Document */
/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%; /* Imposta la dimensione del font di base */
}


/* Rimuovi stili predefiniti per alcuni elementi */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal; /* Rimuove il grassetto predefinito */
}

ul, ol {
    list-style: none; /* Rimuove i punti elenco */
}

a {
    text-decoration: none; /* Rimuove la sottolineatura dai link */
    color: inherit; /* Mantiene il colore del testo ereditato */
}

img {
    max-width: 100%; /* Assicura che le immagini non escano dai loro contenitori */
    height: auto; /* Mantiene le proporzioni delle immagini */
}



html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.container {
    box-sizing: content-box;
}


body {
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: black;
    color: white;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    
}


.title-container {
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 100%; 
}

h1 {
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    font-size: 5em;
    letter-spacing: 1.5px;
    margin: 10px 0 0 0;
    text-align: center;
}

@media only screen and (max-width: 900px) {
h1
{font-size:3.4em;margin-top:5px;/* margin-bottom: 0; */}
}

.transparent-text {
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
}

.invisible-link {
    color: white; 
    text-decoration: none;
}

h2 {
    font-size: 1.3em;
    text-align: center;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media only screen and (max-width: 900px) {
h2
{
font-size:1.0em;
}
}


h3 {
    font-size: 1.0em;
    color: #1dcf92;
    text-align: center;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 900px) {
h3
{
font-size:0.6em;
}
}

h4 {
    font-size: 1.1em;
    text-align: left;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}



#container-main-image
{
    width: 100%;
    border: none;
    float: left;
    padding: 10px;
    background: transparent;
    text-align: center;
}

.image-home
{
    width: 60%;
    max-width:800px;

}

@media only screen and (max-width: 900px) {
.image-home
{
    width: 95%;
    max-width:900px;

}
}

#container-socials-buttons
{
    /* margin-left: 20%; */
    /* max-width: 800px; */
    width: 100%;
    /* float: left; */
    display: inline-block;
    /* margin: auto; */
    /* color: white; */
    /* font-weight: normal; */
    /* border: none; */
    /* float: inline-end; */
    /* padding: 5px 10px; */
    background: transparent;
    text-align:center;
}

.intro-social-button
{
    width:100%;
    color: silver;
    /* clear: both; */
    font-weight: normal;
    border: none;
    /* border-bottom: 1px solid #7c7b7b; */
    float:left;
    padding: 9px 10px;
    background: transparent;
    text-align:center;
    margin-top: 11px;
}
.center-container
{
    display:flex;
    text-align:center;
    width: 80%;
    margin: 0 auto;
    padding-top: 6px;
    max-width: 800px;
    justify-content:center;
    /* flex-wrap: wrap; */
    /* gap:30px; */
    /* border: 1px solid red; */
    border-top: 1px solid #727272;
}
@media only screen and (max-width: 900px) {
.center-container
{
    clear:both;
    /* float: left; */
    display: block;
    width: 95%;
    margin: 0 auto;
    max-width: 273px;
}
}


.generic-social-button
{
    width:100%;
    color: #2d2b2b;
    font-weight: normal;
    border: none;
    float:left;
    padding: 9px 10px;
    background: transparent;
    text-align:center;
}

@media only screen and (max-width: 900px) {
.generic-social-button
{
    clear:both;
    width: 100%;
    max-width:900px;

}
}


#container-privacy
{
    width: 100%;
    color: white;
    font-weight: normal;
    border: none;
    float: left;
    padding: 20px 40px;
    font-size: inherit;
    background: transparent;
    text-align: left;
}

#container-privacy p, #container-privacy li
{

    font-weight: normal;
    font-size:1em;
    margin-bottom:12px;

}
footer {

}

#container-footer 
{
    float: left;
    width: 100%;
    font-weight: normal;
    background-color: #262626;
    color: white;
    text-align: center;
    margin-top: 16px;
    border: none;
    padding: 5px 10px;
}
.footer-contact
{
    width:100%;
    color: white;
    font-size:0.9em;
    font-weight: normal;
    border: none;
    float:left;
    padding: 9px 10px;
    background: transparent;
    line-height:1.6;
    text-align:center;
}

@media only screen and (max-width: 900px) {
.footer-contact
{
    font-size: 1.00em;  
        line-height:1.7;
    }
}

#overlay 
{
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(0 0 0 / 64%);
            z-index: 2;
}

#cookie-banner 
{
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 38%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 589px;
    border-radius: 12px;
    line-height: 2;
    background: #383838;
    color: white;
    text-align: center;
    padding: 34px;
    font-size: 0.9em;
    z-index: 5;
}
@media only screen and (max-width: 900px) {
#cookie-banner
{
    font-size: 1.1em;
        padding: 2%;
        top: 27%;    
    }
}

#accept-all 
{
    background: #338ab6;
    display:inline-block;
    color: white;
    font-weight: bold;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: inherit;
    font-family:Helvetica, sans-serif;
}

.subfooter-container
{
    width: 100%;
    color: white;
    font-weight: normal;
display:inline-block;
margin:auto;
    padding: 20px 40px;
    font-size: inherit;
    background: transparent;
    text-align: center;
}


.subfooter-align
{
display:inline-block;
}

#accept-cookies, #accept-analytics, #close-banner 
{
    background: #338ab6;
        display:inline-block;
    color: white;
    /* font-weight: bold; */
    border: none;
    padding: 5px 10px;
    font-family:Helvetica, sans-serif;
    cursor: pointer;
    font-size: 1.1em;
    background: transparent;
    color: #338ab6;
    padding: 0;
}
@media only screen and (max-width: 900px) {
#accept-cookies, #accept-analytics, #close-banner 
{
 /*   font-size: 1.0.5em;*/
  
    }
}

a.info-link {
    color: #338ab6;
    text-underline-offset: 2px;
    font-family:Helvetica, sans-serif;
}

a.social-link {
    color: silver;
    text-decoration: none;
    font-family:Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid silver;
    display: inline-block;
    width: 155px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border-radius: 18px;
}


a.social-link:visited {

    text-decoration:none;
    cursor:pointer;
}

a.social-link.spotify {
    color: #1dcf92;
    border: 1px solid #1dcf92;
    margin-bottom:10px;
}
a.social-link.apple {
    color: #b91d11;
    border: 1px solid #b91d11;
    margin-bottom:10px;
}
a.social-link.deezer {
    color: #00aace;
    border: 1px solid #00aace;
    margin-bottom:10px;
}
a.social-link.amazon {
    color: rgb(37, 209, 218);
    border: 1px solid rgb(37, 209, 218);
    /* margin-bottom:10px; */
}

@media only screen and (max-width: 900px) {
a.social-link {
       
    }
}


.contact-text
{
    color: white;
    font-weight:normal;
    /* display: inline-block; */
    line-height: 23px;
    /* max-width: 600px; */
    font-size:1.1em;
    text-align: center;
    margin-bottom: 7px;
}

@media only screen and (max-width: 900px) {
    .contact-text {
        font-size: 1.1em !important; 
    }
}

.show-subscription-form {
    color: #338ab6;

    text-underline-offset: 2px;
    font-size:1.2em;
    padding: 5px;
    font-weight:bold;
        border-radius:5px;
    cursor:pointer;

}
@media only screen and (max-width: 900px) {
    ..show-subscription-form {
    /* color:pink; */
    font-size: 1.2em !important;
    }
}


.show-link {
    color: #338ab6;

    text-underline-offset: 2px;
    font-size:1.2em;
    padding: 5px;
    font-weight:bold;
    border-radius:5px;
    cursor:pointer;

}
@media only screen and (max-width: 900px) {
    .show-link {
    /* color:pink; */
    font-size: 1.2em !important;
    }
}


#email
{
    color: white;
    font-weight:normal;
    line-height: 23px;
    font-size:1.3em;
    margin-bottom: 7px;
}
@media only screen and (max-width: 900px) {
    #email
    {
        font-size: 1.3em !important; 
        
    }

}
              
// ALERTS 

.alert alert-success
{
    float: left;
    color: red;

}


