* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --primary-color: #4891ff;
  --light-color: #f4f4f6;
  --dark-color: #111;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  overflow-x: hidden;
}


.spacing-container{
  height: 10px;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
  color: #000;
}

img {
  max-width: 100%;
}

/* Navbar */
.navbar {
  background: #fff;
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 100;
  /*transition: background 0.3s ease-in-out;*/
}


.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .main-menu ul {
  display: flex;
}

.navbar ul li a {
  padding: 10px 20px;
  display: block;
  font-weight: 600;
  transition: 0.5s;
}

.navbar ul li a:hover {
  color: var(--primary-color);
}

.navbar ul li a i {
  margin-right: 10px;
}

.navbar ul li:last-child a {
  margin-left: 10px;
}

/* Hero */
.hero {
  margin-bottom: 0px;
  padding-top: 50px;
}

.hero .container {
  background: url('images/screen1.png') no-repeat;
  background-size: 280px  365px ;
  background-position:  bottom ;
  height: 550px;
}


.hero .hero-content {
  width: 70%;
  padding-bottom: 0px;
}

.hero .hero-text {
  width: 70%;
  margin-bottom: 20px;
  font-weight: 600;
  color: grey
}

/* Video */
.video {
  padding: 10px 0 40px;
}

.video-text{
  font-weight: 600;

}

.video .video-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  
}


.video .video-preview {
  margin-bottom: 20px;
  border-radius: 20px;
}

Canvas * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --primary-color: #4891ff;
  --light-color: #f4f4f6;
  --dark-color: #111;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  font-weight: 400;
  color: #000;
}


img {
  max-width: 100%;
}

/* Testimonials */
.testimonials {
  padding: 40px 0;
}

.testimonials .testimonials-heading {
  width: 700px;
  margin: 0 auto 40px auto;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 colonne fisse su desktop */
  gap: 20px;
  padding: 0px;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: center;
}

/* Responsive Scaling */
/* Correzione per la responsività */
@media (max-width: 1600px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
    /* 3 colonne su schermi medio-grandi */
  }
}

@media (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 colonne su tablet */
  }
}

@media (max-width: 400px) {
  .testimonials-grid {
    grid-template-columns: 2fr;
    /* 1 colonna su mobile */
    justify-content: center;
    padding: 0 20px;
    /* Aggiunge padding per centrare meglio */
  }
  .hero{
    padding-top: 80px;
  }

  .btn {
    display: none;
    padding: 10px 20px;
    width: 40%;
  }

  .btn-small {
    display: inline-block;
    padding: 13px 20px;
    background: var(--light-color);
    color: #333;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    transition: 0.5s;
    padding: 10px 20px;
    width: 40%;
  }
}


.testimonials .card {
  width: 100%;

  margin: auto;
}

.testimonials .card p:nth-child(2) {
  margin-top: 10px;
  font-weight: regular;
  padding: 0;
}

/* Pricing */
.pricing .pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.pricing .pricing-card-subheading {

  margin-bottom: 30px;
}

.pricing .pricing-card-price {
  margin-bottom: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.pricing ul {
  text-align: left;
  /* Mantiene la lista allineata a sinistra */
  margin: 30px 0;
  list-style: none;
  padding: 0;
}

/* Contenitore che centra la lista al centro dello schermo */
.center-container {
  display: flex;
  justify-content: center;
  /* Centra orizzontalmente */
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}

/* Lista */
.center-container ul {
  list-style: none;
  padding: 0;
  text-align: left;
  /* Mantiene il testo allineato a sinistra */
}

/* Elementi della lista */
.center-container ul li {
  display: flex;
  align-items: center;
  /* Allinea icona e testo */
  gap: 10px;
  /* Spazio tra icona e testo */
  margin-bottom: 15px;
}

/* Icone */
.center-container ul li i {
  font-size: 18px;
  color: #28a745;
  /* Verde per il check */
}


.pricing ul li {
  display: flex;
  align-items: center;
  /* Allinea le icone verticalmente con il testo */
  gap: 10px;
  /* Spazio tra icona e testo */
  margin-bottom: 20px;
}


.pricing ul li i {
  font-size: 16px;
  color: #28a745;
  /* Colore verde per il check */
}

.pricing .pricing-footer {
  margin: 30px 0;
}

/* FAQ */
.faq {
  padding: 40px 0;
}

.faq .faq-group {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0px;
}
.faq .faq-group.open {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}

.faq .faq-group .faq-group-header {
  padding: 20px 0;
  margin-bottom: 10px;
  position: relative;
}

.faq .faq-group .faq-group-header h4 {
  font-weight: 600;
  width: 95%;
}

.faq .faq-group .faq-group-header i {
  position: absolute;
  right: 0;
  top: 35px;
  font-size: 1.3rem;
  cursor: pointer;
}

.faq .faq-group .faq-answer {
  display: none;
}

.faq .faq-group.open .faq-answer {
  display: block;
  font-weight:500;
  color: #777777;
}

.faq ul.faq-menu {
  max-width: 400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ddd;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.faq ul.faq-menu li {
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}

.faq ul.faq-menu li.active {
  background: var(--primary-color);
  color: #fff;
}

/* Footer */
.footer {
  padding: 40px 0;
}
.footer-links {
  display: flex;
  gap: 20px;
  color: white;
}
@media (max-width: 433px) {
    .footer-links {
      display: flex;
      flex-direction: row;
      gap: 10px;
      
      color: white;
    }
    .footer-text{
      color: rgb(147, 147, 147);
      font-weight: 600;
      font-size: 10px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 4fr;
      align-items: center;
      justify-items: center;
      gap: 5px;
    }
  }
  @media (max-width: 376px) {
    .footer-links {
      display: flex;
      flex-direction: row;
      gap: 6px;
      
      color: white;
    }
    .footer-text{
      color: rgb(147, 147, 147);
      font-weight: 600;
      font-size: 7px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 4fr;
      align-items: center;
      justify-items: center;
      gap: 5px;
    }
  }
.divider{
  border-right: 2px solid rgb(147, 147, 147);
  height: 20px;
}

.footer-text{
  color: rgb(147, 147, 147);
  font-weight: 600;
  font-size: 12px;
}
.footer a {
  color: rgb(147, 147, 147);
  font-weight: 600;
  font-size: 12px;
}

.footer i {
  font-size: 1.5rem;
  margin-right: 10px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 4fr;
  align-items: center;
  justify-items: center;
  gap: 20px;
}

.footer .card {
  margin: 20px 30px 30px 0;
}

.footer input[type='email'] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px 0;

}

/* Utility Classes */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  justify-content: center;
}

.container-sm {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Card ---*/
.card {
  background: #fff;
  color: #000;
  border-radius: 15px;
  padding: 0px;
  padding-bottom: 20px;
  text-align: left;
  justify-content: center;
  z-index: 50;
}
/*GLASSES*/
.glass{
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.18)
}
.glassNavbar{
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.18)
}

.card-title {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
  color: #fff;
}

.card-text {
  font-size: 0.9rem;
  font-weight: 400;
  color: #9a9a9a;
}

/* Buttons */
@media (min-width: 401px) {
  .btn-small{
    display: none;
  }
  .btn {
    display: inline-block;
    padding: 13px 20px;
    background: var(--light-color);
    color: #333;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    transition: 0.5s;
  }
}

.btn:hover {
  opacity: 0.8;
}

.btn-primary {
  background: var(--primary-color);
  color: #fff;
}

.btn-dark {
  background: var(--dark-color);
  color: #fff;
}

.btn-block {
  display: block;
  width: 100%;
}

.key-features-text {
  font-weight: 500;
  color: rgb(151, 149, 149);
}

/* Text Classes */
.text-xxl {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 40px 0 20px;
}

.text-xl {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 40px 0 20px;
}

.text-lg {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: normal;
  margin: 30px 0 20px;
}

.text-md {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: normal;
  margin: 20px 0 10px;
}

.text-sm {
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: normal;
  margin: 10px 0 5px;
}

.text-center {
  text-align: center;
}

/* Background */
.bg-primary {
  background: var(--primary-color);
  color: #fff;
}

.bg-blue {
  background: var(--primary-color);
  color: #4891ff;
}

.bg-light {
  background: var(--light-color);
  color: #333;
}

.bg-dark {
  background: var(--dark-color);
  color: #fff;
}

.bg-black {
  background: #000;
  color: #fff;
}
.bg-footer {
  background: #000;
}

/* Hamburger Button */
.hamburger-button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
}

.hamburger-button .hamburger-line {
  width: 30px;
  height: 3px;
  background: #333;
  margin: 6px 0;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 250px;
  height: 100%;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu ul {
  margin-top: 100px;
  color: #000;
  padding-right: 10px;
}

.mobile-menu ul li {
  margin: 10px 0;
}

.mobile-menu ul li a {
  font-size: 20px;
  transition: 0.3s;
}

/* Media Queries */
@media (max-width: 960px) {
  .text-xxl {
    font-size: 2.5rem;
  }




}

.key-features {
  padding: 40px 0;
}

@media (max-width: 350px) {
  .card {
    background: #fff;
    color: #000;
    border-radius: 15px;
    padding: 0px;
    padding-bottom: 20px;
    text-align: left;
    justify-content: center;
    max-width: 10rem;
    ;
    /* Imposta una larghezza massima più piccola */
    margin: auto;
    /* Centra la card orizzontalmente */
  }
}

@media (max-width: 670px) {
  .navbar .main-menu {
    display: none;
  }

  .navbar .hamburger-button {
    display: block;
  }

  .key-features {
    padding: 40px 0;
  }

  .container {
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
  }

  .card {
    background: #fff;
    color: #000;
    border-radius: 15px;
    padding: 0px;
    padding-bottom: 20px;
    text-align: left;
    justify-content: center;
    max-width: 19rem;
    ;
    /* Imposta una larghezza massima più piccola */
    margin: auto;
    /* Centra la card orizzontalmente */
  }
  .glass{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.18)
  
  
  }

  .text-center {
    text-align: center;
  }

  .center-container {
    display: flex;
    flex-direction: column;
    /* Dispone gli elementi in colonna */
    align-items: center;
    /* Centra gli elementi */
    gap: 20px;
    /* Spazio tra ogni feature */
    width: 100%;
    /* Larghezza del contenitore */
    height: 50;
    padding-left: 20px;
  }

  .feature-column {
    width: 100%;
    /* Occupa tutta la larghezza */
    max-width: 600px;
    /* Larghezza massima per mantenere leggibilità */
    padding: 15px;
    background: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .hero .container {
    background: url('images/screen1.png') no-repeat;
    background-size: 280px 365px;
    background-position: bottom;
    height: 570px;
  }

  .hero .hero-content,
  .hero .hero-text {
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
  }

  .hero .hero-buttons .btn {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }

  .testimonials .testimonials-heading {
    max-width: 100%;
    text-align: center;
    color: #fff;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .testimonials .pricing .pricing-grid,

  /* Text */
  .text-xl {
    font-size: 1.9rem;
  }

  .text-lg {
    font-size: 1.5rem;
  }

  .text-md {
    font-size: 1.1rem;
  }
}

@media (max-width: 500px) {
  .text-xxl {
    font-size: 2rem;
  }
}

.scroller {
  max-width: 800px;
  padding-top: 20px;
  margin: 0 auto;
  justify-content: center;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 1rem;
  font-size: 0.9rem;
  color: white;
  font-weight: 500;
  background: rgba(48, 48, 48, 0.531);
  border-radius: 3rem;
  box-shadow: 0 0.5rem 1rem -0.25rem rgba(130, 130, 130, 0.025);
}
