@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html{width: 100%;height: 100%;margin: 0;padding:0;}
body {
  background: black;
  color: yellow;
  font-family: "Times New Roman", serif;
  font-family: "Courier Prime", monospace;
  margin: 0;
  padding: 60px 30px;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  letter-spacing: -0.05em;
}

p{font-size: 1em;}

.logo {
  width: auto;
  height: 150px;
}

h1 {
  font-size: 48px;
  color: #ff0066;
  text-shadow: 2px 2px #00ffff;
  margin-top: 20px;
  /* animation: blink 1s infinite alternate; */
  margin-bottom: 0;
}

@keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.4;
  }
}

.marquee {
  /* background: #111; */
  color: #0ff;
  font-size: 20px;
  padding: 5px;
  margin: 15px 0;
  /* border: 3px dashed #ff00ff; */
}

marquee {
  font-weight: bold;
  font-size: 24px;
  color: lime;
  /* text-shadow: 2px 2px 0px black; */
  padding: 10px;
  border: 3px dashed yellow;
  width: 560px;
}

.marquee-css {
    overflow: hidden;
    white-space: nowrap;
    width: 560px;           /* stessa larghezza del tuo marquee */
    padding: 10px;
    margin: 15px 0;
    color: lime;
    font-size: 20px;
    border: 3px dashed yellow; /* bordo come il tuo marquee */
    box-sizing: border-box;
}

.marquee-css a {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    /* padding: 10px 0; */
    animation: scroll-left 10s linear infinite; /* aumenta/diminuisci 8s per velocitÃƒÂ  */
}

@keyframes scroll-left {
    0%   { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin: 15px auto;
}

.gallery img {
  /* border: 5px solid #ff00ff; */
  width: auto;
  /* box-shadow: 4px 4px 0 #00ffff; */
  max-height: 300px;
}

.gallery2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin: 20px 0px;
  margin-top: 15px;
}

.gallery2 img {
  /* border: 5px solid #ff00ff; */
  max-width: 600px;
  height: auto;
  /* box-shadow: 4px 4px 0 yellow; */
}

.gallery3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin: 20px 0px;
  margin-top: 15px;
}

.gallery3 img {
  /* border: 5px solid #ff00ff; */
  width: auto;
  /* box-shadow: 4px 4px 0 #00ffff; */
  max-height: 150px;
}

.video {
  margin: 15px 0px;
  /* border: 5px groove #00ff00; */
  padding: 0;
  width: 100%;
}

.video iframe {
  width: 200px;
  height: 200px;
}

.video2 {
  margin: 15px 0px;
  /* border: 5px groove #00ff00; */
  padding: 0;
  width: 100%;
}

.video2 iframe {
  width: 200px;
  height: 300px;
}

footer {
  margin-top: 15px;
  color: yellow;
  margin-bottom: 90px;
  display: inline-block;
  width: 100%;
}

.counter {
  margin-top: 10px;
  font-size: 16px;
  color: #ff00ff;
}

.counter img {
  display: inline-block;
  vertical-align: middle;
  border: 2px inset #00ffcc;
  background: #000;
  padding: 2px;
}

h1 img {
  height: 60px;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.fire {
  margin-bottom: 15px;
}

.text {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 50%;
}

.text span{color: yellow;}

.text2 {
  color: red;
}

.text3{
  background: aqua;
  color: #ff00ff;
  display: inline-block;
  padding: 5px;
  font-size: 1.4em;
  font-weight: 700;
}

.img_fluid {
  margin-top: 15px;
  margin-bottom: 15px;
}

.img_fluid img {
  width: 50%;
  height: auto;
}

.img_fluid2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.img_fluid2 img {
  width: 15%;
  height: auto;
}

.img_fluid3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.img_fluid3 img {
  width: 30%;
  height: auto;
}

h2 {
  font-size: 24px;
  color: lime;
  text-shadow: 2px 2px 0px black;
  padding: 10px;
  border: 3px dashed yellow;
}

.click-mp3{
  margin: 15px 0px;
}

.marquee img{
  height: 23px;
  width: auto;
  float: left;
  margin-top: 2px;
}

.marquee span{
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
  color: blue;
  /* text-shadow: 2px 2px 0px black; */
  cursor: pointer;
  text-decoration: underline;
  background: #FFF;
}

.video_custom{
  max-width: 200px;
}

.video_custom2{
  max-width: 300px;
}

.video_custom video{
  width: 100%;   /* occupa tutta la larghezza del contenitore */
    height: auto;  /* mantiene proporzioni verticali (3:4) */
    display: block;
}

.video_custom2 video{
  width: 100%;   /* occupa tutta la larghezza del contenitore */
    height: auto;  /* mantiene proporzioni verticali (3:4) */
    display: block;
}


.wrap_animazione{
  width: 100%;
  display: inline-block;
}
.animazione {
  width: 200px;
  height: 150px;
  background-image: url('../images/logo-amore-liquido.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: cambiaFrame 1s steps(3) infinite;
  float: left;
}

@keyframes cambiaFrame {
  0%   { background-image: url('../images/logo-amore-liquido.png'); }
  50%  { background-image: url('../images/logo-amore-liquido2.png'); }
  100%  { background-image: url('../images/logo-amore-liquido3.png'); }
}

.title{
  color: red;
    font-weight: 700;
}

strong{
  color: violet;
  font-weight: 700;
}

.televideo {
background-color: black;
color: yellow;
border: 2px solid #00FF00;
padding: 10px;
width: 600px;
margin-bottom: 15px;
}
.lp{background: #00ff00;color: #ff0000;display: inline-block;font-weight: 700;padding: 5px;font-size: 1.4em;margin-bottom: 0;text-transform: uppercase;}

a{font-weight: 700;background: #FFF;color: blue;}
a:focus, a:visited{color: blue;}

.loghi {margin-top: 15px;}
.loghi a{background: transparent;}
.loghi img{height: 90px;width: auto;margin-right: 30px;}

.click_here a{background: none;text-decoration: none;}

.click_here {
  animation: pulse 2s infinite;
  margin: 0;
  text-align: center;
  width: 50%;
  /* margin-bottom: 30px; */
}

.click_here img {
  width: 100px; /* ingrandito */
  max-width: 90%;
  border: 5px solid #00ff00;
  border-radius: 15px;
  box-shadow: 0 0 20px #00ff00, 0 0 40px #00ff00, 0 0 60px #00ff00;
  transition: transform 0.2s ease-in-out;
}

.click_here img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 30px #ff00ff, 0 0 60px #ff00ff, 0 0 90px #ff00ff;
}

.buy_title {
  font-size: 1.5rem;
  text-align: center;
  color: #ff00ff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 0 0 10px #ff00ff, 0 0 20px #ff00ff, 0 0 40px #ff00ff;
  animation: glowText 2s infinite alternate;
}

#avvia-musica {
  font-size: 1rem;
  font-weight: bold;
  color: #ff00ff;
  background-color: aqua; /* fucsia fluo */
  border: 2px solid #000;    /* bordo nero netto */
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin-bottom: 30px;
}

/* al passaggio del mouse cambia colore sgargiante */
#avvia-musica:hover {
  background-color: #ff00ff; /* azzurro fluo */
  color: aqua;
}

.lingua{position: fixed;right: 15px;top: 15px;}
.lingua a{font-size: 1.2em;}
.belvedere{margin-top: 15px;margin-bottom: 15px;}
.belvedere img{height: 90px;width: auto;}
.lp2{background: yellow;color: violet;}

/* Animazione testo glow */
@keyframes glowText {
  from {
    text-shadow: 0 0 10px #ff00ff, 0 0 20px #ff00ff, 0 0 40px #ff00ff;
  }
  to {
    text-shadow: 0 0 20px #00ffff, 0 0 40px #00ffff, 0 0 80px #00ffff;
    color: #00ffff;
  }
}

/* Animazione pulsante */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

#player{height: 100px !important;width: 30%;margin-top: 30px !important;margin-bottom: 30px;}
#oframeplayer{
  background-color: #000 !important;
}

.video_streaming{width: 40%;}
.video_streaming iframe{width: 100%;height: 320px;}

@media (max-width: 1600px) {

}
@media (max-width: 1500px) {

}
@media (max-width: 1400px) {
  .video_streaming iframe {height: 275px;
}
}
@media (max-width: 1024px) {
    .video iframe {width: 150px;height: 250px;}
   .video2 iframe {width: 150px;height: 250px;}
   .gallery img {max-height: 250px;}
}
@media (max-width: 992px) {
  body{font-size: 18px;}
   .img_fluid img {width: 70%;}
   .img_fluid2 img {width: 25%;}
   .gallery2 img {max-width: 750px;}
   marquee{width: 70%;font-size: 34px;}
   .marquee-css{width: 70%;font-size: 34px;}
   .logo {height: 250px;}
   .marquee span{font-size: 50px;}
   .marquee img {height: 56px;}
   .fire img{width: 72%;}
   .neon img{width: 90%;}
   .colorbar img{width: 90%;}
    .under_construction img{width: 50%;}
   .gallery img{max-height: 300px;}
    .video iframe {width: 200px;height: 200px;}
   .video2 iframe {width: 180px;height: 300px;}
   .img_fluid3 img {width: 50%;}
   .text{padding-right: 25%;}
   .counter img{height: 60px;}
   #player{width: 50% !important;height: 100px !important;font-size: 30px !important;}
   #oframeplayer{font-size: 30px !important;}
   .lingua{position: fixed;right: 30px;top: 30px;}
  .lingua a{font-size: 1.5em;}
  .video_streaming {width: 70%;}
  .video_streaming iframe {height: 375px;}
}
@media (max-width: 767px) {
  
}
@media (max-width: 375px) and (max-height: 600px) {
    
}
@media (max-width: 320px) {
}