/* .hero-section .orbit-top-section {

} */

/* Join Now Section Style  */

.join-now-section {
  border-radius: 20px;
  background: var(
    --new-2,
    linear-gradient(97deg, #6248ff 0%, #d525ff 59.5%, #ffcd57 100%)
  );
}

.elementor-active span.alt-faq-number-custom {
  color: #d525ff;
}

.elementor-4905 .elementor-element.elementor-element-f891943 .elementor-icon,
.elementor-4905 .elementor-element.elementor-element-00461ea .elementor-icon,
.elementor-4905 .elementor-element.elementor-element-54855a9 .elementor-icon {
  font-size: 24px;
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #2e2f34;
  margin-right: 16px;
}

.elementor-4905 .elementor-element.elementor-element-00461ea .elementor-icon {
  background: var(
    --new-2,
    linear-gradient(97deg, #6248ff 0%, #d525ff 59.5%, #ffcd57 100%)
  );
}
/* 
.single-item-box {
    background-color: red;
} */

/* .hero-image {
    max-width: 556px;
    width: auto;
    max-height: 618px;
    height: auto;
} */

#hero-text-btn {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  color: #1b1b1b !important;
  text-transform: uppercase !important;
  font-family: "Inter Tight", sans-serif !important;
  padding: 16px !important;
  border: none !important;
  position: relative;
  z-index: 1;
  width: 188px;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(-135deg, transparent 14px, #ffff 0) bottom left;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  top: 0px;
}
#hero-text-btn:hover {
  color: #1b1b1b !important;
  top: -10px;

}

.elementor-section .elementor-container {
  gap: 96px;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    gap: 10px;
  }
}


