/**
 * Theme Name: Super Car
 * Template:   nextawards
 */

.header {
  position: fixed;
  background-color: rgb(255, 255, 255, 0.3) !important; /* Colore nero semi-trasparente */
  color: #fff; /* Colore del testo bianco */
  animation: header-animation 2s 1 ease-in-out;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@keyframes header-animation{
  0% {transform: translateX(-100%);}
  100% {transform: translateX(0%);}
}

@media (max-width: 768px) {
  .gb-container-64916da9 {
    padding:  3rem 20px !important;
  }

  .gb-container-cd17cb15 {
      padding: 3rem 20px !important;
  }

  .gb-container-937cf856 {
      padding: 3rem 20px !important;
  }

  .gb-container-d2f84e81 {
      padding: 3rem 20px !important;
  }
}

.circle {
  clip-path: circle(50%);
}