/* Hero */

.bg__hero {
  position: relative
}

.section_hero_container {
  display: flex;
  padding: 12.25px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.section__title--hero {
  font-size: 56px;
  text-align: start;
  width: 100%;
}

.section__title--hero-end {
  font-weight: 600;
  color: var(--orange);
}

.herotext_middle {
  color: var(--orange);
  font-weight: 600;
}

.send-to-front {
  position: absolute;
  z-index: 2;
  padding-right: 35%;
  width: 100%;
  height: 100%;
}

.container-content-hero {
  width: 100%;
  overflow: hidden;
  background-clip: content-box;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(100px);
  padding-left: 0;
  justify-content: flex-start;
}

.video_hero {
  width: 100%;
  /* max-width: 1200px; */
}

.video-player-hero {
  width: 100%;
}

.empresas-component {
  width: 100%;
}

/* Smart software*/

.section-service-SM {
  padding: 40px 20px;
  width: 100%;
}

.section-service-SM__container {
  display: flex;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.section-service-SM__menu {
  flex: 1;
  min-width: 240px;
}

.menu-service-SM {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-service-SM__item {
  display: flex;
  align-items: center;
  padding: 32px;
  margin: 24px 0px 24px 0px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 1.5rem;
  gap: 10px;
  color: var(--black);
}

.menu-service-SM__item:hover {
  background: var(--grey-light3);
  color: var(--gray);
}

.menu-service-SM__item--active {
  background: var(--orange);
  position: relative;
  box-shadow: 0px 6px 8.2px 0px #00000016;
  color: var(--white);
  font-weight: 600;
}

.menu-service-SM__item--active::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid var(--white);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

}

.section-service-SM__content {
  flex: 2;
  min-width: 280px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.card-service {
  align-self: stretch;
}

.card-service-title-contanier {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.icon-card-service-title {
  width: 24px;
  aspect-ratio: 1/1;
  font-size: 24px;
  font-weight: 600;
  color: var(--orange);
}

.card-service-content {
  color: var(--black-100);
  font-family: Saira;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.card-service-subtitle {
  color: hsla(0, 0%, 10%, 0.8);
  font-family: Saira;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

.content__service-SM {
  display: flex;
  gap: 24px;
  flex-direction: row;
}

hr {
  border-color: rgba(4, 21, 28, 0.10);
}

.ctaText {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 16px;
}

.service-SM__titulo {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-SM__intro {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.service-SM__topico {
  margin-bottom: 20px;
  font-size: 1.3rem;
}

.service-SM__topico-titulo {
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 4px;
}

.service-SM__topico-descricao {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.service-SM__cta {
  margin-top: 24px;
}

.service-SM__cta button {
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 15px;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}

.service-SM__cta button:hover {
  background: var(--orange-red);
}

/*Statistics*/

.stats_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.stats_image {
  width: 100%;
}

.stats {
  display: flex;
  margin: 0 auto;
  padding: 0;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  bottom: 0;
  border-radius: 12px 12px 0 0;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  border-left: 1px solid #F3F3F3;
  width: 75%;
  overflow: hidden;
  background: #FFF; 
}

.stats__item {
  flex: 1;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 24px;
  justify-content: center;
  align-items: center;
}

.stats__number {
  color: var(--orange);
  text-align: center;
  font-family: "Exo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: 0.8px;
}

.stats__label {
  font-size: 1rem;
  color: var(--black-100);
}

.stats__divider {
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, #ffffff2d, #ffffff);
}

/*Markets*/

.section_market {
  gap: 56px;
}

.markets__group {
  gap: 5rem;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.markets__group--title {
  color: var(--black);
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  text-align: left;
}

.markets__body {
  flex: 1 1 41%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.markets__body__fintech {
  max-width: 376px;
}

.markets__body__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.markets__group--card-bank {
  flex-direction: column;
  gap: 0;
  position: relative;
}

.markets__body--card-bank {
  flex: 1 1 34% !important;
}

.markets__description {
  color: rgba(0, 0, 0, 0.70);
  font-family: Saira;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.markets__description__igaming {
  letter-spacing: normal;
}

.options-cards {
  display: flex;
  flex-direction: column;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.options-cards:hover {
  transform: scale(1.09);
}

.options-cards__item {
  gap: 16px;
  display: flex;
  flex-direction: row;
}

.options-cards__icon {
  font-size: 24px;
  border-radius: 7px;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  aspect-ratio: 1/1;
  background-color: var(--orange);
}

.options-cards__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.options-cards__title {
  color: var(--black);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; 
}

.options-cards__description {
  font-family: Saira;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

.bg__config {
  width: 500px;
  height: 500px;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  aspect-ratio: 1/1;
}

.cartao__area {
  height: calc(100dvw/2.78);
}

.bg__cartao {
  background-image: url('../img/credit_background_complete.png');
  width: 100dvw;
  height: calc(100dvw/2.78);
  position: absolute;
  bottom: 0;
  max-width: 1440px;
}

.bg__fintech {
  background-image: url('../img/fintec_media.svg');
}

.bg__igaming {
  background-image: url('../img/Igaming.png');
}

/* feedbacks */

.bg__feedback {
  padding-top: 0px !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section_content--feedback {
  gap: 1rem !important;
  margin: 0 !important;
  max-width: 100% !important;
}


.feedback__group {
  gap: 5rem;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.feedback__group--title {
  line-height: 1.2;
  text-align: left;
  font-size: 2rem;
  color: var(--black);
  margin-bottom: 1rem;
}

.feedback__body {
  flex: 1 1 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feedback__body--card-bank {
  flex: 1 1 34% !important;
}

.feedback__description {
  font-size: 1rem;
  color: var(--grey);
  padding-right: 48px;
  margin-bottom: 1.5rem;

}

button.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.slider__container {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.slider__track {
  display: flex;
  align-items: center;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.slider__card {
  position: relative;
  flex: 0 0 336px;
  min-width: 336px;
  margin: 0 12px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 43px 32px;
  transform: scale(0.9);
  transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  opacity: 0.5;
  position: relative;
}

.slider__card_active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--orange);
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 10px; 
}

.slider__card_active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--orange);
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 10px;
}

.slider__card_active .corner-bl,
.slider__card_active .corner-br {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--orange);
}

.slider__card_active .corner-bl {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 10px;
}

.slider__card_active .corner-br {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 10px;
}

.slider__card_active {
  opacity: 1;
  z-index: 10;
}

.slider__text {
  font-family: Saira;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.slider__logo img {
  max-width: 100px;
  margin: 16px auto;
}

.slider__role {
  text-align: center;
  font-weight: 600;
}

.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.nav-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f4f4f4;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.nav-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.dots {
  display: flex;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: var(--orange);
}

@media (width <=1023px) {
  .content__service-SM {
    flex-direction: column !important;
  }

  .section-service-SM {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }

  .section-service-SM__container {
    display: flex;
    gap: 32px;
    width: inherit;
    margin: 0 auto;
    flex-wrap: inherit;
    flex-direction: column;

  }

  .menu-service-SM {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu-service-SM__item {
    display: flex;
    align-items: center;
    padding: 16px 12px;
    margin: 0;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 0.8rem;
    gap: 8px;

  }

  .menu-service-SM__item--active::after {
    content: '';
    display: none;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .section-service-SM__content {
    flex: 2;
    min-width: 280px;
    background: var(--white);
    border-radius: 12px;
    text-align: center;
    padding: 24px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }

  .section-service-SM__menu {
    flex: 0;
    min-width: 240px;
  }


}

@media (min-width: 768px) and (max-width: 820px) {
  .content__service-SM {
    flex-direction: column !important;
  }

  .section-service-SM {
    display: flex;
    flex-direction: column;
  }

  .section-service-SM__container {
    display: flex;
    gap: 32px;
    width: inherit;
    margin: 0 auto;
    flex-wrap: inherit;
    flex-direction: column;

  }

  .menu-service-SM {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu-service-SM__item {
    display: flex;
    align-items: center;
    padding: 16px 12px;
    margin: 0;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 0.8rem;
    gap: 8px;

  }

  .menu-service-SM__item--active::after {
    content: '';
    display: none;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .section-service-SM__content {
    flex: 2;
    min-width: 280px;
    background: var(--white);
    border-radius: 12px;
    text-align: center;
    padding: 24px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }

  .section-service-SM__menu {
    flex: 0;
    min-width: 240px;
  }
}