.logo-header {
  padding: 15px;
  width: 100%;
  img {
    width: 120px;
  }
}
header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0);
  height: 75px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;

  .container-header {
    width: 1440px;
    max-width: 100%;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  img {
    padding: 10px;
    width: 200px;
  }
  ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
  }
  li {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  a {
    color: #fff;
  }
}
.container-swiper {
  position: relative;
  /* height: auto; */
  background: #000;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;

  .swiper {
    width: 100%;
    height: 100vh;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
  }
}
.home {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 100;
  min-height: 100vh;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;

  .hero-content {
    margin: 0 auto;
    max-width: 1350px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px;
  }
  h1 {
    font-family: "Bodoni Moda", serif;
    font-weight: 600;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1), 0px 0px 40px rgba(0, 0, 0, 0.8),
      0px 0px 60px rgba(0, 0, 0, 0.6);
    font-size: 62px;
  }
  em {
    font-weight: 600;
  }
  p {
    font-family: "Montserrat", sans-serif;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1), 0px 0px 40px rgba(0, 0, 0, 0.8),
      0px 0px 60px rgba(0, 0, 0, 0.6);
    font-size: 19px;
    max-width: 700px;
  }
  a {
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
    font-size: 15px;
    background-color: #fff;
    padding: 15px 20px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    transition: 0.3s ease-in-out;
  }
  a:hover {
    background-color: #000000;
    color: rgb(255, 255, 255);
  }
}
.service {
  font-family: "Montserrat", sans-serif;
  padding: 80px 30px 100px;
  margin: 0 0 30px;
  width: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;

  .service-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    h1 {
      font-weight: 400;
      font-size: 50px;
    }
    p {
      font-size: 17px;
    }
  }

  .title-slide {
    display: flex;
    flex-direction: column;
    gap: 5px;
    p {
      font-size: 15px;
    }
  }
  .container-swiper2 {
    position: relative;
    margin: 0 auto;
    height: 40vh;
    max-width: 1320px;
    width: 100%;
    background: #ffffff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;

    .swiper {
      overflow: hidden;
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      font-family: "Montserrat", sans-serif;
      padding: 30px;
      text-align: start;
      font-size: 18px;
      background: #000000;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: start;
      border: solid 3px black;
      border-radius: 5px;
    }
    .dual-cor {
      color: black;
      background-color: #f9fafb;
      border: solid 1px black;
    }
    a{
      margin-top: 7px;
      font-family: "Montserrat", sans-serif;
      background-color: black;
      color: #fff;
      padding: 10px 15px;
      border: solid 1px black;
    }
    .dual-cor-button {
      border: solid 1px rgb(255, 255, 255);
    }
  }
}
.calendar {
  /* height: 100%; */
  width: 100%;
  background-color: #f1f1f1;

  .container-calendar {
    padding: 100px 0;
    margin: 0 auto;
    max-width: 1440px;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  .group-card {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    max-width: 100%;
    padding: 0 15px;
    gap: 30px;
  }
  .title-calendar {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 15px;

    h1 {
      font-size: 45px;
      font-weight: 400;
    }
    p {
      font-size: 17px;
      font-weight: 400;
    }
  }
  .card-calendar {
    background-color: #f9fafb;
    width: 450px;
    max-width: 100%;
    min-width: 338px;
    min-height: 450px;
    max-width: 100%;
    min-width: 338px;
    min-height: 450px;
    padding: 30px 30px;
    display: flex;
    gap: 120px;
    flex-direction: column;
    /* align-items: end; */
    justify-content: space-between;
    border-radius: 5px;

    .card-title {
      text-align: start;

      h2 {
        font-family: "Bodoni Moda", serif;
        font-size: 55px;
        font-weight: 500;
      }
      p {
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        color: #3a3a3a;
        font-weight: 400;
      }
    }
    .card-details {
      text-align: end;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end;
      gap: 12px;

      p {
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        color: #3a3a3a;
        font-weight: 400;
      }
      a {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        background-color: #000;
        font-size: 15px;
        padding: 8px 15px;
        border: solid 1px #fff;
        transition: 0.3s ease-in-out;
      }
      a:hover {
        background-color: #fff;
        color: #000;
        border: solid 1px black;
      }
    }
  }
}
.products {
  font-family: "Montserrat", sans-serif;
  padding: 80px 30px 100px;
  margin: 0 0 30px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;

  .title-products {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 15px;

    h1 {
      font-size: 45px;
      font-weight: 400;
    }
    p {
      font-size: 17px;
      font-weight: 400;
    }
  }

  .container-swiper4 {
    position: relative;
    margin: 0 auto;
    /* min-height: 470px !important; */
    max-width: 1350px;
    width: 100%;
    background: #ffffff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    margin: 0;
    padding: 0;

    .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      gap: 60px;
    }
    .title-slide {
      display: flex;
      flex-direction: column;
      align-items: start;
      text-align: start;
      gap: 5px;
      height: 35%;
      padding: 0 10px;
      p {
        color: #666;
        font-size: 0.9em;
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

      h3 {
        font-size: 1em;
        font-weight: 600;
        color: #333;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .product-category {
        color: #d4a574;
        font-size: 0.85em;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 8px;
        margin-top: 10px;
      }
    }

    .img-container {
      border-radius: 5px;
      height: 100%;
      position: relative;
      img {
        border-radius: 5px;
        width: 100%;
      }

      .volume-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background: white;
        color: #d4a574;
        padding: 8px 16px;
        border-radius: 25px;
        font-weight: bold;
        font-size: 0.9em;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 2;
      }
    }
    .swiper-slide {
      min-height: 470px;
      font-family: "Montserrat", sans-serif;
      padding: 0px 0px 5px;
      font-size: 18px;
      background: #f1f1f1;
      text-align: center;
      display: flex;
      flex-direction: column;
      /* justify-content: space-between; */
      align-items: center;
      border-radius: 5px;
    }
  }
}
.container-swiper-3 {
  position: relative;
  background: #000;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;

  .swiper {
    width: 100%;
    height: 70vh;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
  }
}
/* FOOTER */

footer {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  padding: 80px 60px 40px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);

  .footer-content {
    max-width: 1920px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
    margin-bottom: 50px;
  }

  .footer-section {
    h3 {
      font-size: 18px;
      font-weight: 600;
      color: #333;
      margin-bottom: 20px;
    }

    p,
    ul li {
      color: #888;
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 8px;
    }

    ul {
      list-style: none;

      li {
        margin-bottom: 12px;
      }
    }
    .nord-dev{
      font-size: 18px ;

      a{
        font-weight: 700;
        color: rgb(224, 149, 36);
      }
    }
  }

  .brand-section {
    img {
      width: 100px;
      margin-bottom: 15px;
    }

    h2 {
      font-size: 24px;
      font-weight: 600;
      color: #333;
      margin-bottom: 15px;
    }

    p {
      color: #888;
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 20px;
    }
  }

  .social-icons {
    display: flex;
    gap: 15px;

    a {
      width: 35px;
      height: 35px;
      background-color: #333;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-decoration: none;
      font-size: 22px;
      transition: background-color 0.3s;

      &:hover {
        background-color: #555;
      }
    }
  }

  .copyright {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
}
