  @import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');
 
 html,body {
    margin: 0;
    background:#090916;
    overflow-x: hidden;

}

  .nav ul {
    position: absolute;
    top: 55%;
    left: 15%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 6;
    text-align: center;
    transform: translateY(-50%);
    list-style: none;
    list-style-type: none;
}
.menu-secondary-container ul {
    position: absolute;
    top: 55%;
    left: -22%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 6;
    text-align: center;
    transform: translateY(-50%);
    list-style: none;
    list-style-type: none;
}
.menu-secondary-container ul li {
    margin-top: 0;
    margin-bottom: 0;
}

video#vid {
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    background-size: cover;
    margin: 0 auto;
   }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: fixed;
  left: -9999px;
}
.menu-icon:checked + label,
.menu-icon:not(:checked) + label{
  position: fixed;
  top: 63px;
  right: 75px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10000;
}
.menu-icon:checked + label:before,
.menu-icon:not(:checked) + label:before{
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  z-index: 20;
  top: 0;
  left: 0;
  border-top: 2px solid #ececee;
  border-bottom: 2px solid #ececee;
  transition: border-width 100ms 1500ms ease, 
              top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), 
              background-color 200ms ease,
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after,
.menu-icon:not(:checked) + label:after{
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  z-index: 20;
  top: 10px;
  right: 4px;
  background-color: #ececee;
  margin-top: -1px;
  transition: width 100ms 1750ms ease, 
              right 100ms 1750ms ease,
              margin-top 100ms ease, 
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:before{
  top: 10px;
  transform: rotate(45deg);
  height: 2px;
  background-color: #ececee;
  border-width: 0;
  transition: border-width 100ms 340ms ease, 
              top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), 
              background-color 200ms 500ms ease,
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after{
  width: 30px;
  margin-top: 0;
  right: 0;
  transform: rotate(-45deg);
  transition: width 100ms ease,
              right 100ms ease,  
              margin-top 100ms 500ms ease, 
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav{
  position: fixed;
  top: 33px;
  right: 50px;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 8px 30px 0 rgba(0,0,0,0.3);
  background-color: #353746;
  animation: border-transform 7s linear infinite;
  transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),  
              right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 1100ms ease,
              width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
              height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}

.menu-icon:checked ~ .nav {
  animation-play-state: paused;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 200%;
  height: 200%;
  transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),  
              right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 700ms ease,
              width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
              height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav ul {
    position: absolute;
    top: 55%;
    left: -15%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 6;
    text-align: center;
    transform: translateY(-50%);
    list-style: none;
    list-style-type: none;

}
.nav ul li{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  text-align: center;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 250ms linear;
}
.nav ul li:nth-child(1){
  transition-delay: 200ms;
}
.nav ul li:nth-child(2){
  transition-delay: 150ms;
}
.nav ul li:nth-child(3){
  transition-delay: 100ms;
}
.nav ul li:nth-child(4){
  transition-delay: 50ms;
}
.nav ul li a{
  font-family: 'Goldman', sans-serif;
  font-size: 9vh;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  display: inline-block;
  position: relative;
  color: #ececee;
  transition: all 250ms linear;
}
.nav ul li a:hover{
  text-decoration: none;
  color: #fff;
}
.nav ul li a:after{
  display: block;
  position: absolute;
  top: 50%;
  content: '';
  height: 2vh;
  margin-top: -1vh;
  width: 0;
  left: 0;
  background-color: #003afb;
  opacity: 0.8;
  transition: width 250ms linear;
}
.nav ul li a:hover:after{
  width: 100%;
}


.menu-icon:checked ~ .nav  ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease,
              transform 250ms ease;
}
.menu-icon:checked ~ .nav ul li:nth-child(1){
  transition-delay: 1400ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(2){
  transition-delay: 1480ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(3){
  transition-delay: 1560ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(4){
  transition-delay: 1640ms;
}



.logo {
	position: absolute;
	top: 50px;
	left: 50px;
	display: block;
	z-index: 11;
	transition: all 250ms linear;
}
.logo img {
    height: auto;
    width: 20%;
    display: block;
}



@media screen and (max-width: 991px) {
  .menu-icon:checked + label,
  .menu-icon:not(:checked) + label{
    right: 55px;
  }
  .logo {
    left: 30px;
  }
  .nav{
    right: 30px;
  }

  .nav ul li a{
    font-size: 8vh;
  }
}

.nav {
    position: fixed;
    top: 33px;
    right: 50px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow: hidden;
    box-shadow: 0 8px 30px 0 rgba(0,0,0,0.3);
    background-color: transparent;
    animation: border-transform 7s linear infinite;
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
    background-image: url(https://thisisrey3rocco.com/wp-content/uploads/2023/11/sfondo-senza-diamante.png);

}


.nav ul#menu-primary {
  position: absolute;
      top: 55%;
      left: 35%;
      display: block;
      width: 50%;
      padding: 0;
      margin: 0;
      z-index: 99999999999999;
      text-align: center;
      transform: translateY(-50%);
      list-style: none;
      list-style-type: none;
    }

    .nav ul#menu-secondary{
      position: absolute;
      top: 55%;
      left: 1.7%;
      width: 50%;
      padding: 0;
      margin: 0;
      z-index: 999999999999999;
      text-align: center;
      transform: translateY(-50%);
      list-style: none;
      list-style-type: none;
  }

  ul#menu-secondary li a {
    font-size: 25pt;
}
section.scroll {
  display: block;
  max-width: 52px;
  position: absolute;
  width: 55px;
  height: auto;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  z-index: 8800;
}
#scroll-down {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: opacity 0.5s;
  width: 100%;
}

#scroll-down:hover {
  opacity: 0.7;
}
section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
}
#scroll-down:hover {
  opacity: 0.7;
}
h3.releases {
  text-shadow: -1px -1px 0 #b5c2cf, 1px -1px 0 #b5c2cf, -1px 1px 0 #b5c2cf, 1px 1px 0 #b5c2cf;
  font-family: 'Goldman', sans-serif;
  text-transform: uppercase;
  margin-top: 5%;
  font-size: 7vh;
}
.card {
  width: 31%;
  color: #ffffffda;
  padding: 1.5rem;
  background-color: transparent;
  pointer-events: auto;
  transform: scale(1);
  opacity: 1;
  transition: all 150ms ease-in-out;
  display: flex;
  flex-direction: column;
  margin: 1%;
  border:none;
}

 .card .card-title {
  position: relative;
}

 .card .card-title::before {
  content: "";
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  box-shadow: inset 0 0 3px #bb86fc;
  background-color: transparent;
  position: absolute;
  right: 0;
}

 .card .date {
  color: #bb86fc;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}

 .card .description {
  font-size: 0.9rem;
}

 .card:nth-child(even) {
  transform: translateY(8px);
}

 .card:nth-child(n) {
  transform: rotate(0deg);
}

 .cards:hover > .card:hover {
  transform: scale(1.15);
  transform: rotate(-5deg);
  z-index: 10;
}

 .cards:hover > .card:not(:hover) {
}

.gallery img {
  width: 100%;
}



.masonry {
  column-count: 4;
  column-gap: 16px;
}

.masonry .mItem {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}

.lightbox-gallery {
  overflow: hidden;
}

@media (max-width: 767px) {
  .lightbox-gallery .photos {
      padding-bottom: 20px;
  }

  .lightbox-gallery .item {
      padding-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .masonry {
      column-count: 3;
  }
}

@media (max-width: 991px) {
  .masonry {
      column-count: 2;
  }
}

@media (max-width: 767px) {
  .masonry {
      column-count: 1;
  }
}

section.newsletter {
  position: relative;
  background-attachment: fixed;
  background-size: 100%;
  background-position: center;
}
img.thisisbg {
  position: absolute;
  right: -700px;
  height: auto;
  width: 70vw;
  transform: translateY(-12%);
  z-index: 0;
  pointer-events: none;
}
   h3.newsletter {
    text-shadow: -1px -1px 0 #b5c2cf, 1px -1px 0 #b5c2cf, -1px 1px 0 #b5c2cf, 1px 1px 0 #b5c2cf;
    font-family: 'Goldman', sans-serif;
    text-transform: uppercase;
    font-size: 7vh;
    margin-top: -10%;
    padding-bottom: 160px;
}
section.gallery {
  width: 100%;
  display: block;
}
.video {
  width: 100%;
  height: auto;
  position: relative;
}

.video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity .8s ease-in-out;
}

.playing .video-layer {
  opacity: 1;
}

.video-layer iframe {
  width: 100%;
  height: 100%; /* Imposta l'altezza al 100% */
}

.video-preview {
  width: 100%;
  height: 100%;
  transition: opacity .8s ease-in-out;
}

.playing .video-preview {
  opacity: 0;
}

.video-preview img {
  width: 100%;
}

.video-preview svg {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 10%;
  display: block;
  margin: auto;
  transform: translate(-50%, -50%);
}
p.footer {
  color: #fff!important;
  font-family: 'Goldman';
}
footer#site-footer {
  border-top: 0.5px solid #ddd;
  padding: 1%;
}
.inline a {
  margin-left: 5%;
  margin-right: 5%;
  color: #fff;
  font-family: 'Goldman';
}

.inline {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}
.contentitore {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
    padding-bottom: 100px;
    min-height: 400px;
}

.scrolling-text {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  will-change: transform;
  backface-visibility: hidden;
}
.scrolling-text .scrolling-text-content {
  color: #013afb;
  font-size: 73px;
  white-space: nowrap;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  line-height: 1em;
  margin: 50px 0;
  font-family: 'Goldman';
}
.musiccontent {
  width: 50%;
  color: #ffffffda;
  padding: 1.5rem;
  background-color: transparent;
  pointer-events: auto;
  transform: scale(1);
  opacity: 1;
  transition: all 150ms ease-in-out;
  display: flex;
  flex-direction: column;
  margin: auto;
  border: none;
  display: block;
}
a.link-music {
  margin-left: 2%;
  margin-right: 2%;
  color: #fff;
  font-family: 'Goldman';
  border: 1px solid #013afb;
  padding: 10px;
}
  .musiclink {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 20px;
}
h3.archive {
  text-shadow: -1px -1px 0 #b5c2cf, 1px -1px 0 #b5c2cf, -1px 1px 0 #b5c2cf, 1px 1px 0 #b5c2cf;
  font-family: 'Goldman', sans-serif;
  text-transform: uppercase;
  margin-top: 20%;
  font-size: 7vh;
  text-align: center;
}

.indietro {
    position: absolute;
    top: 170px;
    font-size: 15px;
    z-index: 1;
}
svg.tornaindeitro {
  width: 30px;
  margin: auto;
  display: block;
  height: auto;
}
button.tornareindietro {
  background: transparent;
  border: none;
  display: flex;
  color: #fff;
  font-family: 'Goldman';
}
span.back {
  font-size: 20px;
  margin-left: 3%;
}
.titmusic h1 {
  font-family: 'Goldman';
  text-align: center;
  color: #fff;
  letter-spacing: 1pt;
}
.inlinescrolllink a {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: 'Goldman';
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #003afb;
  padding: 10px;
}
.inlinescrolllink {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
  margin-bottom: 5%;
}
h3.video {
  text-shadow: -1px -1px 0 #b5c2cf, 1px -1px 0 #b5c2cf, -1px 1px 0 #b5c2cf, 1px 1px 0 #b5c2cf;
  font-family: 'Goldman', sans-serif;
  text-transform: uppercase;
  margin-top: 5%;
  font-size: 7vh;
  text-align: center;
}

h1.booking{
  text-shadow: -1px -1px 0 #b5c2cf, 1px -1px 0 #b5c2cf, -1px 1px 0 #b5c2cf, 1px 1px 0 #b5c2cf;
    font-family: 'Goldman', sans-serif;
    text-transform: uppercase;
    font-size: 7vh;
    text-align: center;
    color: #000;
  }

  #msform {
    width: 400px;
    margin: AUTO;
    text-align: center;
    position: relative;
    margin-top: 10%;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 10%;
  
  /*stacking fieldsets above each other*/
  position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  padding-left: 0;
  font-family: 'Goldman';
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
  #msform input, #msform textarea, #msform select {
    width: 100%!important;
    height: 40px!important;
    color: #333!important;
    background: #fff!important;
    font-family: 'Goldman'!important;
    font-size: 15px!important;
    padding-left: 10px!important;
    border-radius: 0!important;
    border: 0.5px solid #ccc!important;
}
#progressbar li.active:before, #progressbar li.active:after {
  background: #013afb!important;
  color: white!important;
}
#msform .action-button {
  width: 100px!important;
  background: #013afa!important;
  font-weight: 100!important;
  color: white!important;
  border: 0 none!important;
  border-radius: 1px!important;
  cursor: pointer!important;
  padding: 8px!important;
  margin: 10px 5px!important;
  text-decoration: none!important;
  font-size: 17px!important;
}
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
  font-family: 'Goldman';
}
.fs-subtitle {
  font-weight: normal;
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  font-family: 'Goldman';
}
#msform .action-button {
  background: #013afa!important;
  font-weight: 100!important;
  color: white!important;
  border: 0 none!important;
  border-radius: 1px!important;
  cursor: pointer!important;
  padding: 8px!important;
  margin: 10px 5px!important;
  text-decoration: none!important;
  font-size: 17px!important;
  display: inline-block;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
  min-width: 10px;
  width: 100px;
}
#msform textarea {
  min-height: 140px;
  margin-top: 10%;
}
h3.biography {
  text-shadow: -1px -1px 0 #b5c2cf, 1px -1px 0 #b5c2cf, -1px 1px 0 #b5c2cf, 1px 1px 0 #b5c2cf;
  font-family: 'Goldman', sans-serif;
  text-transform: uppercase;
  margin-top: 10%;
  font-size: 7vh;
  text-align: center;
  margin-bottom: 5%;
}

article P {
  font-family: 'Goldman';
  text-align: center;
  line-height: 60pt;
}
article {
  background: radial-gradient( hsl(0deg 0% 100%), hsl(226.32deg 99.21% 49.41%) ) fixed;
  background: conic-gradient( hsl(0deg 0% 100%), hsl(226.32deg 99.21% 49.41%), hsl(0deg 0% 100%) ) fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center!important;
}

.nav ul li {
  transition: opacity 87.5ms ease, transform 62.5ms ease;
  transition-delay: calc(50ms + 12.5ms * (n - 1));
}

#msform fieldset {
  /* ... il tuo stile esistente ... */
  position: relative; /* Cambiato da absolute a relative */
  margin-left: 0; /* Aggiunto per iniziare senza margine a sinistra */
}
.wpcf7-spinner {
  visibility: hidden!important;
  display: none!important;
  }
  #msform > fieldset:nth-child(5) > div.next.action-button {
    padding: 0!important;
    margin: 0!important;
    height: 40px!important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit {
  background: #92c52c!important;
  color: white!important;
  border: 0 none!important;
  border-radius: 1px!important;
  cursor: pointer!important;
  padding: inherit;
  text-decoration: none!important;
  font-size: 15px!important;
  display: inline-block;
  width: 100px!important;
  height: 41.5px!important;
  padding-left: 0!Important;
  font-weight: 100!important;
}
.gallery img {
  max-width: 100%!important;
  width: 100%!important;
  height: auto!important;
}
.masonry .mItem a img {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
  height: auto!important;
}
.video-preview img {
  width: 100%;
  height: auto!important;
}