*,
::before,
::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  font-family: "Open Sans", Sans-serif;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.w-full {
  width: 100%;
}

.space-between {
  justify-content: space-between;
}

.btn-gradient {
  text-align: center;
  padding: 1rem;
  background-image: linear-gradient(90deg, #12d6df 0%, #9dfbf6 100%);
  border-radius: 25px;
  color: #0f0f12;
  font-weight: 800;
  font-size: 18px;
  margin-top: 1rem;
  width: fit-content;
  padding: 1rem 5rem;
  cursor: pointer;
}

.midia-footer {
  justify-content: flex-end;
  padding-bottom: 13rem;
  position: relative;
}

.section-main {
  padding: 3rem 0 5rem;
  background-image: url(../assets/bg-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top;
}

.banner {
  position: absolute;
  right: 0;
  transform: translateX(20%);
}

.section-main > .container {
  position: relative;
}
.gap-5 {
  gap: .5rem;
}
.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}

.max-40 {
  max-width: 40%;
}
.max-35 {
  max-width: 45%;
}
.max-80 {
  max-width: 80%;
}
.m-auto {
  margin: auto;
}

.copy-1 {
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.copy-3 {
  font-size: 20px;
  color: white;
  font-weight: 300;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}


.bolder {
  font-weight: 800 !important;
}
.-yellow {
  color: #f8dc73;
}

.img-footer {
  width: 850px;
  position: absolute;
  left: -7rem;
  top: -7rem;
}
.items-center {
  align-items: center;
}

.section-footer {
  background-color: #ff892a;
  padding: 2rem 0;
} 

.section-midia {
  background-color: #212150;
  padding: 5rem 0 0;
}

.section-products {
  background-color: #212150;
  padding: 5rem 0;
}

.section-about {
  padding: 5rem 0;
}

.section-motivos {
  padding: 4rem 0 2rem;
}

.brands-container {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 180px;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.headline {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -2px;
}

.align-start {
  align-items: flex-start;
}

.cta-banner {
  background: #a7ff2a;
  border-radius: 3px;
  font-weight: bolder;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  color: black;
}

.watchers {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #9d9bae;
  margin-top: 10px;
}

.headline-1 {
  color: #FFFFFF;
  font-size: 41px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2px;
}

.headline-2 {
  color: #FFC328;
  font-size: 29px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -2.2px;
}

.headline-3 {
  font-size: 29px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -2px;
}

.-gray {
  color: #8f8fa0;
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.-black {
  color: #101014;
}

.-orange {
  color: #ff892a;
}

.button-1 {
  color: black;
  border-radius: 5px;
  background-color: #ff892a;
  font-size: 16px;
  font-weight: 600;
  border: none;
  width: fit-content;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 800;

}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.products img  {
  width: 100%;
}

.products > div {
  min-width: 200px;
}


.scrolling-text-inner {
  animation: var(--direction) var(--marquee-speed) linear infinite;
}

.form {
  background-color: #17173d;
  border-radius: 10px;
  padding: 15px 30px 30px;
  width: 100%;
  margin-top: 2rem;
}
.form-block.btn {
  width: 50%;
}
.section-countdown {
  background-color: black;
  padding: 20px 0;
}
#countdown {
  display: flex;
  gap: .5rem;
}
#countdown > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#countdown > div {
  font-size: 20px;
  font-weight: bold;
  border-radius: 3px;
  padding: 0 3px;
  background-color: #ff892a;
  min-width: 52px;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
#countdown p {
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 400;
}
@media(min-width: 768px) {
  .tag4 {
    margin-top: 30px;
  }
  .products > div {
    max-width: 23%;
  }
}
@media (max-width: 767px) {
  .form-block.btn {
    width: 100%;
  }
  .scrolling-text-inner {
    animation: var(--direction) 10s linear infinite;
  }
  .products {
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    margin: 0 -15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: normal;
    flex-wrap: nowrap;
  }

  .products > div:first-child {
    margin-left: 15px;
  }

  .m-m-auto {
    margin: 0 auto;
  }
  
  .products > div {
    scroll-snap-align: center;
  }
  .container {
    padding: 0 15px;
  }

  .m-flex-col {
    flex-direction: column;
  }
  .m-w-full {
    max-width: 100% !important;
  }
  .m-center {
    align-items: center;
  }
  .m-text-center {
    text-align: center;
  }
  .m-just-center {
    justify-content: center;
  }
  .img-footer {
    top: -5rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-left: 15px;
  }
  .midia-footer {
    padding-bottom: 5rem;
    padding-top: 15rem;
  }
  .m-hide {
    display: none;
  }
  .brands-container {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .about-img {
    max-width: 55%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
  }
  .banner {
    position: relative;
    transform: noe;
    transform: none;
    right: auto;
    max-width: 85%;
  }
  .section-main {
    background-position: left;
    padding-top: 1.5rem;
  }
  .headline {
    font-size: 28px;
    line-height: 34px;
  }
  .copy-3 {
    font-size: 16px;
  }
  .pt-5 {
    padding-top: 5rem !important;
  }
}

.section-11 {
  background-color: #0E1028;
  background-image: url(../assets/bg-1.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 0em 3em 0em;
}



.img-box img {
  max-height: 50px;
}

a svg {
  max-height: 40px;
  max-width: 40px;
}

/* Container styles */
.scrolling-text-container {
  background-color: #ff892a;
  border-radius: 4px;
  overflow: hidden;
}

/* Inner container styles */
.scrolling-text-inner {
  display: flex;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  padding: 2rem 0;
}

/* Text styles */
.scrolling-text {
  display: flex;
  gap: 15px;
}

.scrolling-text-item {
  padding: 0 13px;
  display: flex;
}

.scrolling-text-item > * {
  margin-right: 15px;
}

/* Apply the animation to the text items */


/* Pause the animation when a user hovers over it */
.scrolling-text-container:hover .scrolling-text-inner>div {
  animation-play-state: paused;
}

/* Setting the Animation using Keyframes */
@keyframes scroll-left {
  0% {
      transform: translateX(0%);
  }

  100% {
      transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  0% {
      transform: translateX(-100%);
  }

  100% {
      transform: translateX(0%);
  }
}

.topics-area {
  gap: 20px;
}

.half-lines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.half-line {
  color: black;
  border: 1px solid #ff892a;
  border-radius: 99px;
  width: 100%;
  padding: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  font-size: 13px;
  justify-content: center;
  gap: 50px;
}

.about-line {
  color: black;
  border: 1px solid #ff892a;
  border-radius: 99px;
  width: 100%;
  padding: 8px 30px;
  display: flex;
  align-items: center;
  font-size: 13px;
  justify-content: space-between;
  gap: 40px;
}

.about-line svg, .half-line svg {
  max-width: 18px;
  max-height: 18px;
}