.download-button {
  position: relative; /* Ensure the button is relatively positioned */
}

a.download-button:hover {
  background: #f7c513;
}

button.download-button:hover {
  background: #f7c513;
}

nav {
  background: none;
}

.linux-dropdown-wrapper {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
}

.download-button:hover .linux-dropdown-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3px !important;
  width: fit-content;
  top: -100%;
  left: calc(100% - 5px);
  background: linear-gradient(
    180deg,
    rgba(247, 197, 19, 1) 0%,
    rgba(237, 128, 34, 1) 100%
  );
  border: 2px solid #ced4da;
  z-index: 999;
}

.download-link {
  display: block;
  color: #343a40;
  padding: 16px !important;
  margin-top: -28px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
}

.first-link {
  margin-top: 5px;
}

.download-link:hover {
  background-color: #007bff;
  color: #fff;
}

.download-button {
  background: linear-gradient(
    180deg,
    rgba(247, 197, 19, 1) 0%,
    rgba(237, 128, 34, 1) 100%
  );
  box-shadow: 0px 16px 40px 0px #f19b2033;
  border: none;
  white-space: nowrap;
  font-size: 90%;
}

.embedtool {
  position: relative;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
  background: url("../images/movie_poster.jpg") no-repeat;
  background-size: cover;
}

.embedtool iframe,
.embedtool object,
.embedtool embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videoContainer.played::after {
  content: "";
  display: none;
}

.header-home-wrapper {
  background-image: url("../assets/bg/header.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 1;
}

.header-logo {
  bottom: 0;
  height: 90%;
  right: 50%;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  z-index: -1;
}

.orange-gradient-text {
  color: orange;
}

.plum-shadow {
  width: 40px;
  height: 40px;
}

.five-star {
  margin-top: -5px;
  z-index: 999;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.3) !important;
  width: fit-content;
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#downloads {
  align-items: flex-start;
}

.testimonial-star {
  top: -15px;
}

h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.footer-download-button:hover .linux-dropdown-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px !important;
  width: fit-content;
  top: 100%;
  left: 0;
  background-color: orange;
  border: 2px solid #ced4da;
  z-index: 999;
}

.footer-download-button .download-link {
  padding: 17px !important;
  font-size: 11px;
  text-transform: none;
}

@media only screen and (min-width: 30em) {
  .video-player {
    height: 1080px !important;
  }

  .linux-dropdown-wrapper {
    top: 60px;
    left: 0px;
    right: auto;
  }
}

@media screen and (max-width: 769px) {
  h1 {
    font-size: 22px;
    text-align: center !important;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 14px;
    margin-top: 0px !important;
  }

  #downloads {
    align-items: normal;
  }

  p {
    text-align: center;
  }
}

@media screen and (max-width: 426px) {
  .header-home-wrapper {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 376px) {
  .header-home-wrapper {
    padding-bottom: 200px;
  }

  .testimonial-person p {
    font-size: 14px;
  }
}
