body {
  background-color: rgb(0, 0, 0);
  background-image: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.section-container-download {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px;
}

.section-container {
  padding-top: 150px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 99;
  position: relative;
}

.item-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  margin: 0px 150px;
  transition: background-color 0.8s ease, transform 0.8s ease;
  border: 3px solid transparent;
  border-radius: 20px;
}

.item-download:hover {
  background-color: #000000;
  transform: scale(1.20);
  border: 2px solid #ffffff;
}

.item-download.hovered {
  background-color: #000000 !important;
  transform: scale(1.20) ;
  border: 2px solid #ffffff ;
}

/* .item-download:focus {
  background-color: #000000;
  transform: scale(1.20);
  border: 2px solid #ffffff;
} */


.item-download img {
  transition: transform 0.3s ease;
}


.margin-text {
  margin: 2;
}

.margin-text a,
.text-container a {
  text-decoration: none;
  color: #ffffff;
}

.margin-text a:hover,
.text-container a:hover {
  color: #3008e2;
}

.elementor-shape-bottom {
  bottom: -1px;
}

.elementor-shape[data-negative="false"],
.elementor-shape[data-negative="true"] {
  transform: rotate(180deg);
}

.elementor-shape-fill {
  fill: #4175fc;
  width: 100%;
  height: 100%;
}

.elementor-shape {
  overflow: hidden;
  position: fixed;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.font-download {
  font-size: 3rem;
  color: #ffffff;
  margin-top: 5px;
}

@media (max-width: 375px) {
  .section-container {
    padding-top: 0px;
    gap: 20px;
    padding-bottom: 0px;
    z-index: 99;
  }
  .section-container-download {
    padding-top: 0px;
  }
  .item-download {
    padding-bottom: 0px;
  }
  .font-download {
    margin-top: 5px;
    margin-bottom: 6px;
  }
  .elementor-shape svg {
    width: calc(180% + 1.3px);
    height: 100%;
  }
  .elementor-shape[data-negative="false"],
  .elementor-shape[data-negative="true"] {
    transform: rotate(180deg);
  }
  .elementor-shape {
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
  }
  .size-svg {
    width: 110%;
    height: auto;
    display: block;
    bottom: -8px;
    left: -10px;
    transform: scale(2, 3);
  }
}

/* xr */
@media (min-width: 376px) and (max-width: 430px) {
  .section-container {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 99;
    gap: 40px;
  }
  .elementor-shape {
    overflow: hidden;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
  }
  .elementor-shape svg {
    width: calc(180% + 1.3px);
    height: 100%;
  }
  .elementor-shape[data-negative="false"],
  .elementor-shape[data-negative="true"] {
    transform: rotate(180deg);
  }

  .footer {
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .elementor-shape {
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
  }
  .size-svg {
    width: 110%;
    height: auto;
    display: block;
    bottom: -8px;
    left: -10px;
    transform: scale(2, 3);
  }
}

@media (min-width: 431px) and (max-width: 769px) {
  .section-container {
    padding-top: 0px;
    gap: 40px;
    padding-bottom: 0px;
  }
  .elementor-shape svg {
    width: calc(180% + 1.3px);
    height: 100%;
  }
  .elementor-shape[data-negative="false"],
  .elementor-shape[data-negative="true"] {
    transform: rotate(180deg);
  }
  .elementor-shape {
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
  }
  .size-svg {
    width: 110%;
    height: auto;
    display: block;
    bottom: -8px;
    left: -10px;
    transform: scale(2, 3);
  }
}

@media (min-width: 769px) and (max-width: 820px) {
  .section-container {
    gap: 20px;
    padding: 10px;
    padding-bottom: 0px;
  }
  .elementor-shape svg {
    width: calc(150% + 1.3px);
    height: 60%;
  }
  .elementor-shape[data-negative="false"],
  .elementor-shape[data-negative="true"] {
    transform: rotate(180deg);
  }
}

@media (min-width: 821px) and (max-width: 955px) {
  .section-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-container-download {
    padding-top: 0px;
  }
  .elementor-shape svg {
    width: calc(150% + 1.3px);
    height: 100%;
  }
  .elementor-shape {
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
  }

  .footer {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .size-svg {
    width: 110%;
    height: auto;
    display: block;
    bottom: -8px;
    left: -10px;
    transform: scale(2, 3);
  }
}

@media (min-width: 956px) and (max-width: 1034px) {
  .section-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .elementor-shape svg {
    width: calc(150% + 1.3px);
    height: 60%;
  }
  .elementor-shape {
    overflow: hidden;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
  }

  .footer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
  }
}

@media (min-width: 1034px) and (max-width: 1181px) {
  .section-container {
    padding-top: 0px;
  }
}
