﻿    body {
      font-family: 'Arial', sans-serif;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      background: url(https://etichete.digitalsapiens.ro/wp-content/uploads/2020/10/top-hero.png);
            background-size: cover!important;
    background-attachment: fixed!important;
      color: #fff;
    }

    header {
      background: url(https://etichete.digitalsapiens.ro/wp-content/uploads/2020/10/top-hero.png);
            background-size: cover!important;
    background-attachment: fixed!important;
      color: white;
      padding: 1em 0;
      text-align: center;
    }

    nav {
      background-color: #343a40;
      color: #fff;
      text-align: center;
      padding: 1em 0;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width: 60%;
      margin-left: 20%;   
    }

    nav a {
      color: #fff;
      text-decoration: none;
      margin: 0 1em;
      transition: color 0.3s;
        
    }

    nav a:hover {
      color: #8b448a;
    }
     
    

    section {
      padding: 4em 0;
    }
    

  .hero {
      position: relative;
      overflow: hidden;
    }

    .video-background {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -1;
    }

    .hero-content {
      text-align: center;
      color: #343a40;
      position: relative;
      z-index: 1;
      padding: 6em 0;
      font-family: 'Brush Script';
    }

    .hero h2 {
      font-size: 3em;
      margin-bottom: 20px;
    }

    .hero p {
      font-size: 1.2em;
    }

    .gallery img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .credits {
      background-color: #343a40;
      color: #fff;
      padding: 2em 0;
    }

  .credits-content{
      display: flex;
        margin-left: 0%;
        height: auto;
      justify-content:space-evenly;
    }
.reviews-content {
    display: flex;
    margin-left: 5%;
    height: 280px;
    justify-content:space-evenly;
    width: 90%;
    align-content: center;
    margin-top: 2%;
    }


    .review-item {
      flex: 0 0 45%;
      max-width: 45%;
      margin-bottom: 20px;
      text-align: center;
    }

    .credit-item img{
      max-width: 100%;
      border-radius: 50%;
      margin-bottom: 10px;
    }

    .credit-item p,
    .review-item p {
      margin: 0;
    }

    .review-item {
      opacity: 1;
      transform: translateY(20px);
      animation: fadeInUp 2s forwards;
    }

    .review-item .card {
      height: 100%;
        color: #fff;
    }
#card{
     background-color: #8b448a;
}

    .review-item{
      position: relative;
        color: #fff;
        background-color: #8b448a;
    }

    .card-body {
      position: relative;
        color: #fff;
        background-color: #343a40;
    }
    .review-item {
      font-style: italic;
      font-size: 1.2em;
        color: #fff;
    }
    .card-text {
      font-style: italic;
      font-size: 1.2em;
        color: #fff;
    }

    .review-item .card-body::after {
      content: '\201D';
      font-size: 3em;
      position: absolute;
      color: #fff;
      right: 0;
      bottom: 0;
    }
.reviews.container{
    text-align: center;
}

    footer {
      background-color: #343a40;
      color: #fff;
      text-align: center;
      padding: 2em 0;
      position: relative;
      bottom: 0;
      width: 100%;
    }

    footer p {
      margin: 0;
    }
    background-color: #fff;
      border-radius: 10px;
      padding: 40px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      margin-bottom: 20px;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
    }

    .contact-form button {
      background-color: #007bff;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .contact-form button:hover {
      background-color: #0056b3;
    }
#contact{
    text-align: center;
}
#contact-hours{
    font-style: italic;
    margin-top: 2%;
    margin-bottom: 2%;
}
#aboutcv{
    text-align: center;
    margin-left: 22%;
    width: 100%;
}
#aboutcv2{
    text-align: center;
    margin-left: 5%;
    margin-top: 1%;
}
.more-button {
    font-size: 1.2rem;
    padding: 10px 20px;
    background-color: #cd9ac9;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    margin-left: 45%;
    margin-top: 5%;
}

.more-button:hover {
    background-color: #fff;
    color: #8b448a;
}


     @keyframes fadeInUp {
      to {
        opacity: 1;
        transform: translateY(0); }
        }
}
 .container-icon {
            position: fixed;
            top: 50%;
            right: 0;
            display: flex;
            transform: translateY(-50%);
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        .icon-1 {
            margin-top: 80px;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            cursor: pointer;
            position: fixed;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
.icon-2 {
            width: 70px;
            height: 70px;
            margin-top: 160px;
            border-radius: 50%;
            cursor: pointer;
            position: fixed;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
.icon-3 {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            cursor: pointer;
            position: fixed;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .icon:hover {
            transform: scale(1.9);
        }

        .facebook {
            background-color: #1877F2;
            color: white;
        }

        .instagram {
            background-color: #000;
            color: white;
        }

        .tiktok {
            background-color: #E1306C;
            color: white;
        }
.credits-box {
            background-color: #222;
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #fff;
        }

        .credits-box a {
            color: #ff9800;
            text-decoration: none;
        }

        .credits-box a:hover {
            text-decoration: underline;
        }

        .credits-box p {
            margin: 5px 0;
        }

        .social-icons {
            width: 300px;
            display:flex ;
            text-align: center;
            gap: 10px;
            width: 100%;
            
        }

        .social-icons {
            width: 30px;
            height: 30px;
        }

  </style>   
    