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

header.header {
  background: #5030b6;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* Style The Dropdown Button */
.dropbtn {
  background-color: #5030b6;
  color: white;
  padding: 10px 16px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #5030b6;
}

a.header__link {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  font-size: 12px;
}

.header__button {
  background: #fff;
  color: #5030b6;
  border: none;
  padding: auto;
  margin-left: 20px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 50px;
  cursor: pointer;
  width: 70px;
  height: 30px;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}

.divider {
  width: 100%;
  height: 1px;
  background: grey;
  margin-top: 30px;
  opacity: 30%;
}

.block__button {
  background: #5030b6;
  color: #fff;
  border: none;
  padding: 8px 25px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  width: 150px;
  height: 40px;
  text-decoration: none;
}

img.header__image {
  display: none;
}

section.main__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 100vh;
}

p.main__description {
  font-size: 16px;
  margin: 10px 0 30px 0;
  width: 90%;
  text-align: center;
  color: #6c6c6c;
}

p.main__description_2 {
  text-align: center;
  color: #6c6c6c;
  width: 100%;
  font-size: 18px;
  margin-top: 0;
}

h1.main__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

img.main__image {
  width: 90%;
  height: auto;
}

img.product__image {
  width: 90%;
  height: auto;
}

.arrow {
  text-align: center;
  opacity: 80%;
}

.discover__section {
  width: 100%;
  background-color: #5030b6;
  text-align: center;
  height: 20vh;
  margin-top: 10vh;
}

.discover__text {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  width: 40%;
  padding-top: 3vh;
  margin: auto;
  line-height: 62px;
}

.bulk__section {
  background: #f3f5ff;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 17%; /* Adjust as needed */
}

.bulk__text {
  width: 40%;
}

h2.bulk__header {
  font-size: 36px;
  color: #5030b6;
  margin-bottom: 30px;
}

p.bulk__description {
  font-size: 16px;
  margin-bottom: 30px;
  color: #6f7cb2;
  line-height: 26px;
}

.bulk__list {
  font-size: 16px;
  color: #223238;
  line-height: 26px;
}

ul {
  list-style-image: url("../images/icons/list-check.svg");
  padding-left: 32px;
  margin-bottom: 30px;
}

li {
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 10px;
}

.details__section {
  background: #ffffff;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 17%; /* Adjust as needed */
}

.export__section {
  background: #ffffff;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 17%; /* Adjust as needed */
}

img.bubble__img {
  display: block;
  width: 100%;
  z-index: 2;
}

.explore__section {
  text-align: center;
}

.explore__title {
  font-size: 36px;
  font-weight: 600;
  margin: 30px 0;
  padding: 0 30%;
}

.explore__grid {
  margin-top: 50px;
  padding: 0 17%;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three columns */
  grid-template-rows: repeat(2, 1fr); /* Two rows */
  gap: 20px; /* Adjust as needed */
}

.element__title {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
}

.element__description {
  font-size: 16px;
  color: #091133;
  line-height: 26px;
}

.unlock__section {
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f3f5ff;
}

footer {
  background: #5030b6;
  color: #fff;
  padding: 50px 17%;
}

.footer__right {
  display: flex;
  justify-content: end;
  align-items: start;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer__logo {
  margin-right: 50px;
}

.footer__features div {
  display: flex;
  flex-direction: column;
  color: white;
  margin-top: 10px;
  margin-right: 50px;
}

.footer__features div a {
  color: lightgray;
  text-decoration: none;
}

.footer__links div {
  display: flex;
  flex-direction: column;
  color: white;
  margin-top: 10px;
}

.footer__links div a {
  color: lightgray;
  text-decoration: none;
}

.contact__section {
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f5ff;
  padding: 0 17%;
}

.contact__form {
  width: 50%;
}

.contact__text {
  text-align: left;
  width: 40%;
}

.contact__input {
  width: 100%;
  padding: 10px 10px;
  height: 40px;
  margin: 5px 0;
  border-radius: 5px;
  border: 1px lightgray solid;
}

.contact__input:focus {
  outline: 1px #5030b6 solid;
}

.contact__textarea {
  width: 100%;
  margin: 5px 0;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px lightgray solid;
}

.contact__textarea:focus {
  outline: 1px #5030b6 solid;
}

.contact__text h2 {
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(0, 57, 128);
  font-size: 36px;
}

.contact__text h3 {
  font-weight: normal;
}

button.submit__button {
  background: #5030b6;
  color: #fff;
  border: none;
  padding: auto;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  cursor: pointer;
  width: 200px;
  height: 40px;
}

/* Desktop styles */
@media (min-width: 768px) {
  header.header {
    padding: 0 330px;
  }

  a.header__link {
    margin: 0 25px;
    font-size: 16px;
  }

  img.header__image {
    width: 148.5px;
  }

  section.main__section {
    padding: 0 330px;
  }

  p.main__description {
    width: 25vw;
  }

  h1.main__title {
    font-size: 54px;
  }

  img.main__image {
    width: 1000px;
    height: 600px;
  }

  .header__button {
    font-size: 16px;
    width: 100px;
  }
}

/* Styles for tablets in portrait mode */
@media (min-width: 768px) {
  header.header {
    padding: 0 40px;
    justify-content: space-between;
  }

  a.header__link {
    margin: 0 15px;
    font-size: 14px;
  }

  .header__button {
    font-size: 14px;
    width: 80px;
  }

  img.header__image {
    width: 120px;
  }

  section.main__section {
    padding: 0 40px;
  }

  p.main__description {
    width: 60%;
    font-size: 18px;
  }

  h1.main__title {
    font-size: 40px;
  }

  img.main__image {
    width: 80%;
    height: auto;
  }
}

.element__title {
  font-size: 20px;
  margin-top: 10px;
}

.element__description {
  font-size: 16px;
  margin-top: 10px;
}

/* Styles for tablets in landscape mode and larger devices */
@media (min-width: 1024px) {
  header.header {
    padding: 0 330px;
  }

  .dropbtn {
    font-size: 16px;
  }

  a.header__link {
    margin: 0 25px;
    font-size: 16px;
  }

  .header__button {
    font-size: 16px;
    width: 100px;
  }

  img.header__image {
    width: 148.5px;
  }

  section.main__section {
    padding: 0 330px;
  }

  p.main__description {
    width: 30vw;
    font-size: 20px;
  }

  h1.main__title {
    font-size: 42px;
  }

  img.header__image {
    display: block;
  }

  img.main__image {
    width: 1000px;
    height: 600px;
  }
}

/* Styles for small screens */
@media (max-width: 480px) {
  .bulk__section {
    display: block !important;
    min-height: 100vh;
    height: 100%;
    max-width: 100vw;
    padding: 0 5%;
  }

  .discover__text {
    font-size: 18px;
    width: 90%;
    padding-top: 70px;
    line-height: 1;
  }

  .details__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    max-width: 100vw;
    background: white;
    padding: 0 5%;
  }

  .export__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    max-width: 100vw;
    background: #f3f5ff;
    padding: 0 5%;
  }

  .bulk__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    max-width: 100%;
    height: max-content;
    margin-bottom: 100px;
    padding-bottom: 30px;
  }

  img.main__image {
    width: 90vw !important;
  }

  img.bubble__img {
    display: none;
  }

  .details__section .bulk__text {
    order: 2;
  }

  .details__section .bulk__img {
    order: 1;
  }

  .block__button {
    background: #5030b6;
    color: #fff;
    border: none;
    padding: auto;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    width: 100px;
    height: 30px;
    text-decoration: none;
  }

  .explore__title {
    font-size: 24px; /* Reduce font size */
    margin: 20px 0; /* Reduce margin */
    padding: 0 10%; /* Reduce padding */
  }

  .explore__grid {
    margin-top: 30px; /* Reduce margin */
    padding: 0 5%; /* Reduce padding */
    grid-template-columns: 1fr; /* One column */
  }

  .element__title {
    font-size: 20px; /* Reduce font size */
    margin: 5px 0; /* Reduce margin */
  }

  .element__description {
    font-size: 14px; /* Reduce font size */
    line-height: 22px; /* Reduce line height */
  }

  /* Styles for small screens */
  @media (max-width: 480px) {
    .unlock__section {
      height: auto;
      padding: 20px;
    }

    .unlock__section h1 {
      font-size: 24px !important;
      margin-bottom: 20px;
      text-align: center;
    }

    .unlock__section h2 {
      font-size: 18px !important;
    }

    footer {
      padding: 20px;
    }

    .footer__top {
      flex-direction: column;
      align-items: start;
    }

    .footer__logo {
      margin-right: 0;
      margin-bottom: 20px;
    }

    .footer__features div,
    .footer__links div {
      margin-right: 0;
    }

    .contact__section {
      flex-direction: column;
      justify-content: center;
      padding: 10px;
    }

    .contact__form,
    .contact__text {
      width: 100%;
    }

    .contact__form {
      margin-top: 20px;
    }

    .contact__input,
    .contact__textarea {
      width: 100%;
    }

    button.submit__button {
      width: 100%;
    }
  }

  .element__title {
    font-size: 18px;
  }

  .element__description {
    font-size: 14px;
  }
}
