@import url("../../global/fonts.css");

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em;
  width: 100%;
  height: 100%;
  background-color: #0c1015;
  color: #fff;
  font-weight: 300;
  font-family: "Poppins";
  border-top: 3px solid #ffc608;
  transition: all 1.2s ease-in-out;
}

.contentMain {
  display: flex;
  gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em 0 2em;
  text-align: center;
  max-width: min(85%, 78em);
}

.contentFooter {
  display: flex;
  width: 100%;
}

.containerLicense p {
  font-size: .8em;
}

.containerLicense .warning {
  font-size: 1.5em;
  font-weight: 600;
  color: #ff0000;
}

.containerLicense .important {
  font-size: .9em;
  font-weight: 600;
}

.containerLicense .images {
  display: flex;
  gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
} 

.containerLicense .images img {
  width: 250px;
  height: auto;
}

.containerLogo {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  height: 100%;
  font-size: 1em;
}

.containerLogo img {
  width: 11em;
}

.containerLogo > p {
  display: flex;
  width: clamp(15ch, 18vw, 20ch);
}

.containerFooterButtonNavigation,
.containerPaymentsMethods {
  width: 100%;
}

.containerFooterButtonNavigation {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-direction: column;
}

.containerFooterButtonNavigation > p {
  color: #ffffff;
  font-size: 1.125em;
}

.containerFooterButtonNavigation > a {
  color: #f2f1f1;

  text-decoration: none;
  font-size: 1em;
}

.containerPaymentsMethods {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  height: 100%;
}

.containerPaymentsMethods p {
  font-size: 1.125em;
  color: #ffffff;
}

.contentMain p,
.contentMain > a {
  font-weight: 400;
}

.rulesText {
  font-size: 1em;
}

@media (max-width: 1024px) {
  .contentFooter {
    flex-direction: column;
    gap: 2.875em;
    text-align: start;
  }

  .containerLogo,
  .containerFooterButtonNavigation,
  .containerPaymentsMethods {
    width: 100%;
  }

  .containerLicense .images {
    flex-direction: column;
  }
}

.buttonsMobileContentFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  width: 100%;
  color: #fff;
}

.buttonsMobileContentFooter button {
  width: min(85%, 15em);
  background-color: #242c35;
  outline: none;
  border: 1px solid #717171;
  color: #fff;
  border-radius: 8px;
  padding: 0.7em 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5em;
  cursor: pointer;
}

.buttonsMobileContentFooter button:nth-child(1) img {
  width: clamp(5em, 11svw, 15em);
}

.buttonsMobileContentFooter button:nth-child(2) img {
  width: clamp(2em, 3svw, 2.5em);
}

.buttonsMobileContentFooter p {
  line-height: 1.6;
  font-weight: 500;
  white-space: nowrap;
  text-align: start;
}

.buttonsMobileContentFooter button b {
  font-weight: 800;
  font-size: 1.5em;
}

.containerRulesContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  width: 100%;
  padding: 1em 0;
  border-top: 1px solid #212121;
  max-width: min(85%, 78em);
}

.containerRulesContent a {
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .containerRulesContent {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .containerLogo > p {
    text-align: center;
  }
}
