@font-face {
  font-family: 'Effra Heavy';
  src: url('../fonts/Effra/Effra-Heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background: url('../img/bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1d1d1d !important;
  color: white !important;
}

section {
  padding: 60px 0px
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800 !important;
  font-style: italic;
  text-transform: uppercase;
  font-size: calc(1.5rem + 1.8vw) !important;
}

a {
  text-decoration: none !important;
}

p,
ul {
  font-size: 22px;
}

ul {
  line-height: 2rem;
}

video {
  width: 100% !important;
  height: auto !important;
}

.text-yellow {
  color: #ffc107 !important;
}

.bebas {
  font-family: "Bebas Neue", sans-serif !important;
}


.effra {
  font-family: 'Effra Heavy', sans-serif !important;
}

.montserrat {
  font-family: 'Montserrat', sans-serif !important;
}

.btn {
  font-family: 'Effra Heavy', sans-serif !important;
  font-size: 24px !important;
  padding: 10px 50px !important;
  transition: transform 0.3s ease-in-out !important;
  animation: pulse 1s infinite alternate;
}

.btn:hover {
  transform: scale(1.08);
  animation-play-state: paused;
}

.z-index-2 {
  position: relative;
  z-index: 2 !important;
}

/*HERO*/
#hero {
  background: linear-gradient(to top, #1f1f1f00, transparent), url('../img/bg-hero.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

#hero h1 {
  background-color: #ffbd0691;
  transform: skewX(346deg);
  border-radius: 8px;
}

#hero h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.video-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container video,
.video-container img {
  background-color: #000000;
  border-radius: 15px !important;
  border: 2px solid #ffc107e0 !important;
  box-shadow: 0px 0px 15px #ffc107c9 !important;
  overflow: hidden !important;
}

.play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #ffc1071f;
  border: none;
  border-radius: 50%;
  color: #ffc107;
  font-size: 44px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffc107e0 !important;
  box-shadow: 0px 0px 15px #ffc107c9 !important;
  transition: transform 0.3s ease-in-out !important;
  animation: playPulse 0.8s infinite alternate;
}

.play-button:hover {
  transform: scale(1.4);
  animation-play-state: paused;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.04);
  }
}

@keyframes playPulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/*END HERO*/

/*BONUS*/
.img-bonus {
  position: absolute;
  display: flex;
  justify-content: space-between;
  margin-top: -130px !important;
}

.img-bonus>img {
  margin: 0px 100px;
  cursor: pointer;
  transition: 0.3s ease-in-out !important;
}

.img-bonus>.pig-bonus {
  filter: grayscale(1);
  transition: 0.3s ease-in-out !important;
  width: 328px;
  height: 479px;
}

.img-bonus>.pig-bonus:hover {
  transform: scale(1.02);
  filter: grayscale(0);
}

.img-bonus>.excel-bonus {
  width: 400px;
  height: auto;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

/*FIM BONUS*/

/*LUCAS*/
.lucas-bio b {
  color: #ffc107 !important;
}

.lucas-img {
  position: relative;
  width: 100%;
  /* Adicionei para garantir que o container ocupe todo o espaço disponível */
}

.lucas-img img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.lucas-img img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0.8;
  z-index: -1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.lucas-img:hover img:nth-child(2) {
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0.9;
}

/*FIM LUCAS*/

/*PRICING*/
.pricing>span {
  color: #ffc107;
}

.price h1 {
  font-size: calc(2.5rem + 2.8vw) !important;
}

.price h3 {
  font-size: calc(2.3rem + 2.6vw);
}

/*PRICING*/

/*ROAD PARALLAX*/
.left-road {
  background: linear-gradient(to right, #1f1f1f00, transparent), url('../img/bg-lucas.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*END ROAD PARALLAX*/

/*WHATS*/
.bg-whats {
  background: url('../img/bg-whats.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/*FIM WHATS*/

/*7 Dias*/
.bg-sete-dias {
  background: linear-gradient(to right, #1f1f1f00, transparent), url('../img/bg-sete-dias.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*FIM 7 Dias*/

/*FOOTER*/
#footer {
  backdrop-filter: blur(2px) !important;
  -webkit-box-shadow: 0px -4px 35px 4px rgba(255, 193, 7, 0.4);
  -moz-box-shadow: 0px -4px 35px 4px rgba(255, 193, 7, 0.4);
  box-shadow: 0px -4px 35px 4px rgba(255, 193, 7, 0.4);
}

.social-networks a {
  font-size: 34px;
  text-decoration: none;
  color: white;
  border-radius: 30px;
  margin: 0px 10px;
  transition: 0.3s ease-in-out !important;
}

.social-networks a:hover {
  color: #ffc107;
}

/*END FOOTER*/

/* Estilizando a barra de rolagem */
::-webkit-scrollbar {
  width: 8px;
  background-color: #00000000;
}

::-webkit-scrollbar-thumb {
  background-color: #ffc107;
  border-radius: 6px;
}

/*CUSTOM CARDS*/
.card-container {
  width: 100%;
  height: 350px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 15px 20px rgba(235, 200, 44, 0.212) !important;
  overflow: hidden;
  margin-bottom: 36px;
}

.card {
  width: 100% !important;
  height: 100% !important;
  border-radius: inherit !important;
  --bs-card-bg: #131313a4 !important;
}

.card .front-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.card .front-content p {
  font-size: 32px;
  font-weight: 700;
  opacity: 1;
  background: linear-gradient(-45deg, #ffc107 0%, #ff9100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.card .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: linear-gradient(-45deg, #ffc107 0%, #ff9100 100%);
  color: #e8e8e8;
  padding: 20px;
  line-height: 1.5;
  border-radius: 5px;
  pointer-events: none;
  transform: translateX(-96%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card .content .heading {
  font-size: 26px;
  font-weight: 700;
}


.card .content p {
  font-size: 18px;
}

.card:hover {
  cursor: pointer;
}

.card:hover .content {
  transform: translateY(0);
}

.card:hover .front-content {
  transform: translateX(-30%);
}

.card:hover .front-content p {
  opacity: 0;
}

/*FIM CUSTOM CARDS*/

/*CUSTOM ACCORDION*/
.accordion {
  color: white !important;
}

.accordion p {
  color: white !important;
}

.accordion-item {
  background-color: #ffffff00 !important;
  border: none !important;
}

.accordion-button {
  background-color: #ffffff00 !important;
  color: white !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg) !important;
}

.accordion-button:not(.collapsed) {
  color: #ffc107 !important;
  background-color: #ffc1078e !important;
  border-radius: 20px !important;
  box-shadow: inset 0 -1px 0 rgb(253 113 13 / 25%) !important;
}

.accordion-button:focus {
  z-index: 3 !important;
  border-color: #ffc1078e !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem #ffc1078e !important;
}

/*FIM CUSTOM ACCORDION*/

/*TOAST*/
.toast {
  background-color: #ffa402 !important;
  box-shadow: 0px 0px 15px #f3cf1871 !important;
  border: none !important;
}

.toast-header {
  font-size: 16px !important;
  color: #ffa402 !important;
  background: #302f2f !important;
}

.toast .btn-close {
  filter: invert(1) !important;
}

/*FIM TOAST*/


@media(max-width: 1399px) {
  .img-bonus {
    margin-top: -72px !important;
  }

  .img-bonus>img {
    margin: 0px 62px;
  }

  .img-bonus>.excel-bonus {
    width: 300px;
    height: auto;
  }

}

@media(max-width: 1199px) {
  .img-bonus {
    margin-top: -92px !important;
  }

  .img-bonus>img {
    margin: 0px 44px;
  }

  .img-bonus>.excel-bonus {
    width: 262px;
  }

  .img-bonus>.pig-bonus {
    width: 228px;
    height: 362px;
  }

  .price h1 {
    font-size: calc(1.5rem + 3.8vw) !important;
  }

  .price h3 {
    font-size: calc(2.3rem + 1.6vw);
  }
}

@media (max-width: 991px) {
  body {
    background: url('../img/bg-mobile.webp');
  }

  h1 {
    font-size: calc(1.5rem + 4.8vw) !important;
  }

  .left-road {
    background: linear-gradient(to right, #1f1f1f00, transparent), url('../img/bg-lucas-mobile.webp');
    /* overflow-x: hidden !important; */
  }

  .bonus {
    background: linear-gradient(to right, #1f1f1f00, transparent), url('../img/bg-bonus-mobile.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  .img-bonus {
    display: none;
  }

  .card .content .heading {
    font-size: 20px;
    font-weight: 700;
  }


  .card .content p {
    font-size: 16px;
  }

  .price h1 {
    font-size: calc(2.5rem + 4.8vw) !important;
  }

  .price h3 {
    font-size: calc(2.3rem + 3.6vw);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card-container {
    height: 450px;
    margin-bottom: 28px;
  }
}