.offers-link,
.subHeadLine,
button#toggleAudio {
  text-transform: uppercase
}

.offers-card,
.sola,
.text-overlay {
  text-align: center
}

@font-face {
  font-family: Clbd;
  src: url('./fonts/Geometria-Light.woff2') format('woff2'), url('./fonts/Geometria-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal
}

@font-face {
  font-family: Clbd;
  src: url('./fonts/CLBD.woff2') format('woff2'), url('./fonts/CLBD.woff') format('woff');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Clbd;
  src: url('./fonts/CLBOLF.woff2') format('woff2'), url('./fonts/CLBOLF.woff') format('woff');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Clbd;
  src: url('./fonts/CLBK.woff2') format('woff2'), url('./fonts/CLBK.woff') format('woff');
  font-weight: 700;
  font-style: normal
}

body {
  padding: 0;
  margin: 0;
  font-family: Clbd
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 70vh;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.best-offer::after,
.text-overlay,
button#toggleAudio {
  position: absolute;
  left: 50%
}

.card-video {
  width: 50%;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  height: 65vh;
  object-fit: cover;
  z-index: 1
}

.text-overlay {
  bottom: 0;
  transform: translate(-50%, 0);
  color: #000000;
  padding: 100px 5px 20px 5px;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.subHeadLine {
  line-height: 210%
}

.headLine,
.subHeadLine {
  background-size: 16px 100%, 16px 100%, calc(100% - 32px) 100%;
  background-position: left, right, center;
  background-repeat: no-repeat;
  display: inline;
  font-size: 22px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  margin: 0;
  color: #000;
}

button#toggleAudio {
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  border: none;
  cursor: pointer;
  background-color: #fff;
  font-size: 18px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: fit-content;
  animation: 2s infinite pulseAnimation;
  filter: drop-shadow(1px 1px 10px black);
  z-index: 3;
}

@keyframes pulseAnimation {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
  }

  100% {
    box-shadow: 0 0 0 20px rgba(188, 188, 188, 0)
  }
}

button#toggleAudio img {
  max-width: 25px
}

.foo p,
button#toggleAudio p {
  margin: 0
}

@media (max-width:768px) {
  .text-overlay {
    background: linear-gradient(to top, #ffffff 70%, transparent)
  }

  .headLine,
  .subHeadLine span {
    font-size: 22px;
    text-transform: uppercase
  }

  .subHeadLine {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 150%;
  }
}

.offers,
.offers-card {
  background-position: center;
  background-repeat: no-repeat
}

.offers {
  padding: 4rem 0;
  background-size: cover
}

.offers-group {
  display: flex;
  justify-content: space-evenly;
  align-items: inherit
}

.bg-other {
  background-image: url(./img/bg-other.webp) !important;
  filter: none !important
}

.offers-card {
  background-image: url(./img/BG.webp);
  background-size: 110%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  width: 100%;
  justify-content: inherit;
  border: 3px solid #b38d13
}

.best-offer {
  position: relative;
  border-color: red !important
}

.best-offer::after {
  content: "MELHOR OFERTA";
  width: 70%;
  padding: 5px 10px;
  background-color: red;
  color: #fff;
  font-size: 22px;
  text-align: center;
  top: -3%;
  transform: translateX(-50%);
  text-shadow: 1px 1px 2px #000;
  letter-spacing: 3px
}

.offers-card>.offers-title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 130%;
  font-weight: 200
}

.offers-card>.offers-title>span {
  font-size: 28px;
  font-weight: bolder
}

.offers-img {
  width: 100%;
  display: flex;
  margin: 0 auto;
  max-width: 280px
}

.offers-img-offer {
  max-width: 170px
}

.offers-img-offertree {
  max-width: 130px
}

.price p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 120%
}

.offers-price {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: center
}

.price {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-top: 2rem
}

.offers-price>span {
  font-size: 70px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -5px
}

.offers-link {
  color: #fff;
  font-size: 24px;
  padding: 3px 30px;
  background: linear-gradient(180deg, #78be13 40%, #6bac0f 55%);
  border-radius: 22px;
  margin-top: 1rem;
  animation: 2s ease-out infinite zoom-in-zoom-out;
  box-shadow: (2px 4px 6px #000);
  text-decoration: none
}

.gifs,
.sola {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 2px solid #fff
}

.static {
  animation: none
}

.offers-shipping {
  display: flex;
  align-items: end;
  gap: 5px;
  margin-top: 2rem
}

.offers-shipping img {
  max-width: 22px
}

.offers-shipping p {
  margin: 0;
  color: #fff;
  line-height: 100%;
  font-weight: 100
}

.gifs {
  padding: 2rem 0;
}

.gifs-title {
  color: #000;
  font-size: 30px;
  font-weight: bolder;
  line-height: 130%
}

.card-gif-video {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0
}

.card-video-title {
  font-size: 26px;
  margin-top: .5rem;
  line-height: 110%
}

.wrap-icon {
  margin: 3rem 0 0
}

.display-sola {
  display: flex;
  align-items: inherit
}

.sola {
  background-image: url(./img/bg-sola.webp);
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 550px
}

.sola-subtitle,
.sola-title {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px
}

.sola-subtitle {
  font-weight: 100
}

.sola-clean {
  flex: 1 0 20%;
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center
}

.foo {
  padding: .5rem 0
}

.foo p a {
  text-decoration: none;
  color: #cba87a
}

.foo p a:hover {
  color: #f6c98f
}

@media (max-width:1000px) {
  .hero {
    height: 100vh
  }

  .card-video {
    height: 94vh;
    width: 100%;
    border: none
  }

  .offers {
    padding: 2rem 0
  }

  .offers-group {
    flex-wrap: wrap;
    gap: 2rem
  }

  .best-offer-primary::after {
    top: -3.5% !important
  }

  .display-sola {
    flex-direction: column
  }

  .sola-clean {
    height: 300px;
    flex: auto
  }
}