@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
* {
  font-family: "DM sans", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: whitesmoke;
  color: #333;
  margin: 0;
  padding: 0;
}

.navigation {
  position: fixed;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.navigation-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: whitesmoke;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}

.nav-left {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-left .nav-left__options {
  display: flex;
  gap: 30px;
}

.nav-right {
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav-right__menu-btn {
  display: none;
}

.nav-right__language {
  display: flex;
  gap: 0;
  align-items: center;
}

.nav-right__flag {
  height: 20px;
}

.language {
  font-size: 16px;
  font-weight: 600;
}

.account {
  border: 1px solid black;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}

a {
  font-size: 16px;
  font-weight: 450;
  color: black;
  text-decoration: none;
}

a:hover {
  color: #b0b9d4;
}

.homepage {
  display: flex;
  flex-direction: row;
  padding-top: 90px;
  padding-left: 70px;
  align-items: center;
}

.h-header {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}

.h-header h1 {
  font-size: 40px;
  margin-bottom: 8px;
  padding-left: 50px;
}

.h-header_underline {
  font-size: 20px;
  font-weight: 600;
  padding-left: 50px;
}

.h-list {
  margin-bottom: 10px;
}

.off {
  color: #673de6;
  font-weight: 700;
}

ul {
  list-style: none;
  padding: 16px;
  margin: 24px;
  max-width: 300px;
}

ul li {
  padding: 6px;
}

.precio {
  font-size: 18px;
  color: black;
  padding-left: 50px;
}

.number {
  font-size: 38px;
}

.bttns {
  display: flex;
  flex-direction: row;
}

.principal {
  padding: 1em 2em;
  margin: 0.9em;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  background-color: #673de6;
  color: white;
  width: 220px;
}

.temporizador {
  padding: 1em 2em;
  margin: 0.9em;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  background-color: #e2dbfc;
  color: #333;
  width: 220px;
}

.warranty {
  padding-left: 17px;
}

.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #1f1346;
  color: whitesmoke;
  gap: 40px;
}

.heading {
  text-align: center;
  max-width: 800px;
  margin-bottom: 30px;
}

.title {
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 32px;
}

.cards-container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.card {
  background-color: #2f1c6a;
  border-radius: 16px;
  padding: 32px;
  text-align: left;
  width: 320px;
}

.card i {
  background-color: #673de6;
  padding: 5%;
  border-radius: 8px;
}

.card h3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

footer {
  display: block;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  background-color: whitesmoke;
}

.h-footer-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.bi-bi {
  display: flex;
  gap: 16px;
  font-size: 24px;
}

.image-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-left: 80px;
  padding-right: 80px;
}

.image-group img {
  height: 40px;
  border: 1px solid lightblue;
  border-radius: 6px;
}

.image-group .and-more {
  font-size: 14px;
  font-weight: 700;
  color: #673de6;
}

.legal {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.legal a {
  font-size: 14px;
}

hr {
  width: 88%;
  margin: 20px auto;
  height: 2px;
}

.of-service {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 12px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .nav-left .nav-left__options,
  .nav-right {
    display: none;
  }

  .nav-right__menu-btn {
    display: flex;
  }
  .homepage {
    flex-direction: column;
    align-items: center;
  }
  .cards-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .card {
    width: 550px;
  }

  .h-footer-logo {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .bi-bi {
    gap: 40px;
    font-size: 22px;
    order: -1;
  }

  .image-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
  }

  .image-group img {
    height: 35px;
  }

  .image-group .and-more {
    margin-top: 5px;
    font-size: 14px;
    color: #673de6;
  }

  .legal {
    display: flex;
    flex-direction: row;
    gap: 6px;
    order: -1;
  }

  .legal a {
    font-size: 14px;
  }

  .of-service {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    font-size: 12px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .homepage {
    flex-direction: column;
    align-items: center;
  }
  
  .h-header h1 {
    font-size: 32px;
  }

  .bttns {
    margin-right: 50px;
  }

  .cards-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .card {
    width: 300px;
  }

  .h-footer-logo {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .bi-bi {
    gap: 40px;
    font-size: 22px;
    order: -1;
  }

  .image-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
  }

  .image-group img {
    height: 35px;
  }

  .image-group .and-more {
    margin-top: 5px;
    font-size: 14px;
    color: #673de6;
  }

  .legal {
    display: flex;
    flex-direction: row;
    gap: 6px;
    order: -1;
  }

  .legal a {
    font-size: 14px;
  }

  .of-service {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    font-size: 12px;
    margin-top: 20px;
  }
}

#dropzone-container {
    padding-top: 40px;
    width: 688px;
    max-width: 100%;
}

#dropzone {
    border: 3px dashed #b0b9d4;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    background-color: #f7f8fc;
    height: 451px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#dropzone.drag-over {
    border-color: #673de6;
    background-color: #e2dbfc;
}

.dropzone-instructions, .dropzone-progress, .dropzone-success, .dropzone-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.drop-icon {
    font-size: 6rem;
    color: #673de6;
    margin-bottom: 1rem;
}

.file-input-label {
    color: #673de6;
    font-weight: 700;
    text-decoration: underline;
}

.progress {
    width: 80%;
    margin-top: 1rem;
    height: 2rem;
}

.progress-bar {
    background-color: #673de6;
    font-size: 1rem;
}

.success-icon {
    font-size: 6rem;
    color: #16a34a;
    margin-bottom: 1rem;
}

.error-icon {
    font-size: 6rem;
    color: #dc3545;
    margin-bottom: 1rem;
}

.link-container {
    display: flex;
    width: 80%;
    margin: 1rem 0;
}

.link-container input {
    width: 100%;
    border: 1px solid #dcdce6;
    padding: 0.5rem;
    border-radius: 8px 0 0 8px;
    background-color: #fff;
}

.link-container button {
    border-radius: 0 8px 8px 0;
}

#try-again-btn {
    margin-top: 1rem;
}