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

/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
       url('../fonts/roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
       url('../fonts/roboto/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

        /*.mr-dafoe-regular {
  font-family: "Mr Dafoe", cursive;
  font-weight: 400;
  font-style: normal;
}



.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
*/

        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #fafafa;
        }

        /* Header */
        .header {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            padding: 1rem 0;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 1.5rem;
            color: #2c2c2c;
            text-decoration: none;
            font-family: "Roboto";
            font-weight: 600;
        }

        #lista-header-home{
            display: flex;
            gap: 5vw;
            list-style: none;

        }

        .voci-lista-ordinata{
        }

                .voci-lista-ordinata a{
                                text-decoration: none;
                                            color: black;
                                                        font-family: "Roboto";
            font-weight: 400;
            font-style: normal;
            font-size: 1.2rem;
                }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 2rem;
        }

        .nav-menu a {
            text-decoration: none;
            color: #666;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .nav-menu a:hover {
            color: #d4af37;
        }

          .hero-slider {
            position: relative;
            width: 100%;
            height: 100%;
            min-height: 500px;
            margin-top: 3em;
            overflow: hidden;
            background: #f5f5f5;
        }

        .hero-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #immagine-amo-capri-slide .logo-hero{
            position: inherit;
            width: 100vw;
            object-fit: cover;
        }

        #logo-amo-capri-slide{
            position: inherit;
            width: 100vw;
            object-fit: cover;
            scale: 0.1;
            margin: -20em 0em 0em 55em;
        }

                #logo-mabina-gioielli-slide{
            position: inherit;
            width: 100vw;
            object-fit: cover;
            scale: 0.1;
            margin: -20em 0em 0em 55em;
        }

                        #logo-bronzallure-slide{
            position: inherit;
            width: 100vw;
            object-fit: cover;
            scale: 0.1;
            margin: -20em 0em 0em 55em;
        }

        .hero-slide.active {
            opacity: 1;
        }

        .hero-slide img {
            width: auto;
            background-size: cover;
            height: 100%;
            width: 75%;
            object-position: center;
        }

        /* Indicatori opzionali */
        .hero-indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .indicator.active {
            background: rgba(255, 255, 255, 0.9);
        }

        /* Controlli opzionali */
        .hero-controls {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
        }

        .hero-control {
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 18px;
            transition: background 0.3s ease;
        }

        .hero-control:hover {
            background: rgba(0, 0, 0, 0.7);
        }

        .hero-control.prev {
            left: 20px;
        }

        .hero-control.next {
            right: 20px;
        }

        /* Hero Slider 
     .hero {
            position: relative; Cruciale per posizionare gli elementi al suo interno 
            height: 100vh;  Rende la sezione alta quanto lo schermo 
            overflow: hidden; /* Nasconde ciò che esce dalla sezione 
            display: flex; /* Permette di centrare facilmente il contenuto 
            align-items: center; /* Centra verticalmente il contenuto 
            justify-content: center; /* Centra orizzontalmente il contenuto 
        }

        #video-sfondo{
                position: absolute; /* Posizionamento assoluto per coprire l'intero contenitore 
                top: 0; /* Lo ancora in alto 
                left: 0; /* Lo ancora a sinistra 
                width: 100%; /* Si adatta alla larghezza del contenitore 
                height: 100%; /* Si adatta all'altezza del contenitore 
                object-fit: cover; /* Scala il video per coprire l'area senza deformazioni 
                z-index: 1; /* Lo posiziona sul livello più basso 
        }

       .slider {
            position: relative;
            width: 100%;
            height: 100%;
        }

         .video-overlay {
                    position: absolute; 
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.7); 
                    z-index: 2; /* Deve essere più alto del video (z-index: 1) 
        }

        #testo-hero{
            position: relative; /* Usa relative per stare sopra l'overlay, senza uscire dal flusso 
            z-index: 3; /* Sul livello più alto 
            text-align: center;
            color: white; /* Rendi il testo visibile 
            padding: 0 20px; /* Aggiungi un po' di spazio ai lati 
            margin-top: 45vh;
        }

        #bottone-hero{
            z-index: 3;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin-top: 10vh;
            padding: 10px 30px 10px 30px;
            background: none;
            color: white;
            font-family: Helvetica, sans-serif;
            border: 3px solid white;
            text-align: center;
            max-width: 800px;
            text-decoration: none;
        }  

       .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
        }


        .slide:nth-child(1) {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .slide:nth-child(2) {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        .slide:nth-child(3) {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }

        .slide h1 {
            font-size: 3rem;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .slide p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        }

        .cta-button {
            display: inline-block;
            padding: 15px 30px;
            background: rgba(255, 255, 255, 0.2);
            border: 2px solid white;
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: bold;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .cta-button:hover {
            background: white;
            color: #333;
            transform: translateY(-2px);
        } */

        /* Wrapper per posizionare l'icona */

        .contenitore-ricerca{
            margin-left: 50vw;
        }
            .search-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            }

            .search-wrapper input {
            width: 100%;
            padding: 12px 40px 12px 12px; /* Spazio per l'icona a destra */
            font-size: 16px;
            border: 2px solid #ccc;
            border-radius: 8px;
            transition: border-color 0.3s;
            }

            .search-icon {
            position: absolute;
            right: 12px;
            font-size: 18px;
            color: #888;
            pointer-events: none;
            }


  /*          .box-articolo {
  padding: 20px;
  animation: slideInRight 0.5s ease-out;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.img-articolo {
  width: 100%;
  max-width: 400px;
  margin-bottom: 15px;
  border-radius: 8px;
  animation: slideInDown 0.5s ease-out;
}

@keyframes slideInRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}*/


        /* Main Content */
        .main-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 4rem 2rem;
        }

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            color: #2c2c2c;
        }

        /* Cards Grid */
        .cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-bottom: 4rem;
        }

        .card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .card-image {
            height: 200px;
            background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            color: #d4af37;
        }

               .emoji:hover {
            transform: translateY(-20px);
            transition: 0.4s linear;
            scale: 1.4;
        }

        .card-content {
            padding: 1.5rem;
        }

        .card-title {
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
            color: #2c2c2c;
        }

        .card-description {
            color: #666;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .card-price {
            font-size: 1.1rem;
            font-weight: bold;
            color: #d4af37;
            margin-top: 1rem;
        }

        /* Footer */
        .footer {
            background: #3a3a3a;
            color: white;
            text-align: center;
            padding: 0.5rem 2rem;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer h3 {
            margin-bottom: 1rem;
            color: #d9d9d9;
        }

        .gd-alternato{
            display: none;
        }

                /* Banner Styles (condiviso) */
        .info-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: black;
            color: white;
            padding: 20px;
            box-shadow: 0 -5px 25px rgba(0,0,0,0.3);
            transform: translateY(100%);
            transition: transform 0.4s ease-in-out;
            z-index: 10000;
            backdrop-filter: blur(10px);
        }

        .info-banner.show {
            transform: translateY(0);
        }

        .info-banner.hide {
            transform: translateY(100%);
        }

        .banner-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap;
        }

        .banner-icon {
            font-size: 2em;
            margin-right: 15px;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.05);
                opacity: 0.8;
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        .banner-text {
            flex: 1;
            min-width: 300px;
        }

        .banner-text h3 {
            margin-bottom: 10px;
            font-size: 1.2em;
            font-weight: 600;
            color: #ecf0f1;
        }

        .banner-text p {
            margin-bottom: 10px;
            opacity: 0.9;
            line-height: 1.5;
            font-size: 14px;
        }

        .banner-link {
            color: #3498db;
            text-decoration: underline;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .banner-link:hover {
            color: #2980b9;
        }

        .banner-actions {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .info-btn {
            padding: 12px 24px;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .btn-understand {
            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
            color: white;
            box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);
        }

        .btn-understand:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(46, 204, 113, 0.4);
        }

        .btn-details {
            background: transparent;
            color: white;
            border: 2px solid rgba(255,255,255,0.3);
        }

        .btn-details:hover {
            background: rgba(255,255,255,0.1);
            border-color: rgba(255,255,255,0.5);
        }

                /* Modal Styles (condiviso) */
        .info-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 10001;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .info-modal.show {
            display: flex;
            opacity: 1;
        }

        .modal-content {
            background: white;
            padding: 30px;
            border-radius: 15px;
            max-width: 600px;
            width: 90%;
            max-height: 80vh;
            overflow-y: auto;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            transform: scale(0.7);
            transition: transform 0.3s ease;
        }

        .info-modal.show .modal-content {
            transform: scale(1);
        }

        .modal-header {
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 2px solid #3498db;
        }

        .modal-header h3 {
            color: #2c3e50;
            margin-bottom: 10px;
            font-size: 1.5em;
        }

        .modal-header .subtitle {
            color: #7f8c8d;
            font-size: 14px;
        }

        .info-section {
            margin-bottom: 25px;
        }

        .info-section h4 {
            color: #2c3e50;
            margin-bottom: 12px;
            font-size: 1.1em;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .info-section p {
            color: #5d6d7e;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .info-section ul {
            margin-left: 20px;
            color: #5d6d7e;
        }

        .info-section li {
            margin-bottom: 8px;
            line-height: 1.5;
        }

        .highlight-box {
            background: linear-gradient(135deg, #e8f5e8 0%, #f0f9ff 100%);
            padding: 20px;
            border-radius: 10px;
            border-left: 4px solid #27ae60;
            margin: 20px 0;
        }

        .highlight-box h5 {
            color: #27ae60;
            margin-bottom: 10px;
            font-size: 1em;
        }

        .highlight-box p {
            color: #2c3e50;
            margin: 0;
        }

        .modal-actions {
            display: flex;
            gap: 10px;
            justify-content: flex-end;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

               /* Cookie Banner Styles */
        .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: black;
            color: white;
            padding: 20px;
            box-shadow: 0 -5px 25px rgba(0,0,0,0.3);
            transform: translateY(100%);
            transition: transform 0.4s ease-in-out;
            z-index: 10000;
            backdrop-filter: blur(10px);
        }

        .cookie-banner.show {
            transform: translateY(0);
        }

        .cookie-banner.hide {
            transform: translateY(100%);
        }

        .cookie-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap;
        }

        .cookie-icon {
            font-size: 2em;
            margin-right: 15px;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.05);
                opacity: 0.8;
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        .cookie-text {
            flex: 1;
            min-width: 300px;
        }

        .cookie-text h3 {
            margin-bottom: 10px;
            font-size: 1.2em;
            font-weight: 600;
            color: #ecf0f1;
        }

        .cookie-text p {
            margin-bottom: 10px;
            opacity: 0.9;
            line-height: 1.5;
            font-size: 14px;
        }

        .cookie-link {
            color: #3498db;
            text-decoration: underline;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .cookie-link:hover {
            color: #2980b9;
        }

        .cookie-actions {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .cookie-btn {
            padding: 12px 24px;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .btn-understand {
            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
            color: white;
            box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);
        }

        .btn-understand:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(46, 204, 113, 0.4);
        }

        .btn-info {
            background: transparent;
            color: white;
            border: 2px solid rgba(255,255,255,0.3);
        }

        .btn-info:hover {
            background: rgba(255,255,255,0.1);
            border-color: rgba(255,255,255,0.5);
        }

        /* Cookie Info Modal */
        .cookie-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 10001;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .cookie-modal.show {
            display: flex;
            opacity: 1;
        }

        .modal-content {
            background: white;
            padding: 30px;
            border-radius: 15px;
            max-width: 600px;
            width: 90%;
            max-height: 80vh;
            overflow-y: auto;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            transform: scale(0.7);
            transition: transform 0.3s ease;
        }

        .cookie-modal.show .modal-content {
            transform: scale(1);
        }

        .modal-header {
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 2px solid #3498db;
        }

        .modal-header h3 {
            color: #2c3e50;
            margin-bottom: 10px;
            font-size: 1.5em;
        }

        .modal-header .subtitle {
            color: #7f8c8d;
            font-size: 14px;
        }

        .info-section {
            margin-bottom: 25px;
        }

        .info-section h4 {
            color: #2c3e50;
            margin-bottom: 12px;
            font-size: 1.1em;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .info-section p {
            color: #5d6d7e;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .info-section ul {
            margin-left: 20px;
            color: #5d6d7e;
        }

        .info-section li {
            margin-bottom: 8px;
            line-height: 1.5;
        }

        .highlight-box {
            background: linear-gradient(135deg, #e8f5e8 0%, #f0f9ff 100%);
            padding: 20px;
            border-radius: 10px;
            border-left: 4px solid #27ae60;
            margin: 20px 0;
        }

        .highlight-box h5 {
            color: #27ae60;
            margin-bottom: 10px;
            font-size: 1em;
        }

        .highlight-box p {
            color: #2c3e50;
            margin: 0;
        }

        .modal-actions {
            display: flex;
            gap: 10px;
            justify-content: flex-end;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

        /* Status indicator */
        .cookie-status {
            position: fixed;
            top: 20px;
            right: 20px;
            background: #27ae60;
            color: white;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 14px;
            transform: translateX(100%);
            transition: transform 0.3s ease;
            z-index: 9999;
        }

        .cookie-status.show {
            transform: translateX(0);
        }

        /* Responsive Design */
        @media (max-width: 760px) {
            .nav-menu {
                display: none;
            }

            .slide h1 {
                font-size: 2rem;
            }

            .slide p {
                font-size: 1rem;
            }

            .cards-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .main-content {
                padding: 2rem 1rem;
            }

            .nav-container {
                padding: 0 1rem;
            }
            
            #video-sfondo{
                object-fit: cover;
                margin-top: 40vh;
                transform: scale(4.2);
            }
            #testo-hero{
                width: 90vw;
                height: auto;
              margin-left: 5vw;
            }
            #bottone-hero{
                margin-top: 15vh;
            }
            .logo{
                display: none;
            }
            .gd-alternato{
            display: flex;
            color: #000000;
            text-decoration: none;
            font-family: 'Roboto', Arial, sans-serif;
            font-weight: 700;
        }

        .hero-slider{
            height: 75vh;
        }

            .hero-control {
                width: 40px;
                height: 40px;
                font-size: 14px;
            }
            
            .hero-control.prev {
                left: 10px;
            }
            
            .hero-control.next {
                right: 10px;
            }

        .hero-slide img {
            width: 100vw;
            object-fit: cover;
        }

        
        #logo-amo-capri-slide{
            position: inherit;
            scale: 0.1;
            margin: -20em 0em 0em 15em;
            overflow: visible;
        }

                #logo-mabina-gioielli-slide{
            position: inherit;
            scale: 0.1;
            margin: -20em 0em 0em 15em;
            overflow: visible;

        }

                        #logo-bronzallure-slide{
            position: inherit;
            width: 100vw;
            margin: -20em 0em 0em 15em;
            transform: scale(0.5);
            overflow: visible;
        }

        .footer{
             height: 20vh;
             overflow: hidden;
        }

        .footer-content{
            scale: 0.6;
            margin-top: -2em;
        }

                    .cookie-content {
                flex-direction: column;
                text-align: center;
            }

            .cookie-icon{
                display: none;
            }

            #privacyBanner .banner-icon {
                display: none;
            }

            #privacyBanner .banner-text p{
                display: flex;
                flex-wrap: wrap;
                width: 85vw;
            }

            .cookie-text{
                display: flex;
                flex-wrap: wrap;
                text-align: left;
            }

            #cookieBanner .cookie-text p{
                max-width: 85vw;
            }

            .cookie-actions {
                justify-content: center;
                width: 100%;
            }

            .cookie-btn {
                flex: 1;
                min-width: 120px;
            }

            .modal-content {
                padding: 20px;
                margin: 20px;
            }
        }

        /*iPhone 16 Plus*/
        @media (min-width: 429px) and (max-width: 431px) and (min-height: 931px) and (max-height: 933px) {
        .footer-content{
            scale: 0.6;
            margin-top: -1em;
        }
}

        @media (max-width: 1024px) and (min-width: 760px) {
            .cards-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* Animazioni aggiuntive */
        .card-image {
            position: relative;
            overflow: hidden;
        }

        .card-image::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(212, 175, 55, 0.1), transparent);
            transform: rotate(45deg);
            transition: transform 0.6s ease;
        }

        .card:hover .card-image::before {
            transform: rotate(45deg) translate(50%, 50%);
        }

        /*Tablet*/
        @media (min-width: 768px) and (max-width: 1300px){

            .hero-slider{
                margin-top: 8em;
                background-color: #f5f5f5;
            }

            .footer{
                width: 100vw;
                position: fixed;
                bottom: 0;
            }

                    #logo-amo-capri-slide{
            position: inherit;
            scale: 0.1;
            margin: -20em 0em 0em 25em;
            overflow: visible;
        }

                #logo-mabina-gioielli-slide{
            position: inherit;
            scale: 0.1;
            margin: -20em 0em 0em 25em;
            overflow: visible;

        }

                        #logo-bronzallure-slide{
            position: inherit;
            width: 100vw;
            margin: -20em 0em 0em 25em;
            transform: scale(0.5);
            overflow: visible;
        }
        }