html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0px;
  background-color: #040404;
  background-image: url('/src/images/new_background.png');
  background-size: cover;
  box-sizing: border-box;
}

.error {
  color: yellow;
  display: none;
  margin-bottom: 30px;
}

.error.active {
  display: block;
}

.red-font {
  color: #AB2834;
}

.bolder-font {
  font-weight: 700;
}
.italic-font {
  font-style: italic;
}

.nunito-font {
  font-family: "Nunito", sans-serif;
}

.outfit-font {
  font-family: "Outfit", sans-serif;
}

.show {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.hidden {
  opacity: 0;
}

.cta-button {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 20px;
  width: 664px;
  height: 70px;
  margin-top: 70px;
  background-color: #00A61B;
  border: none;
  color: white;
  border-radius: 0 0.6em 0% 0.6em;
  cursor: pointer;
  text-transform: uppercase;
}

.cta-button:disabled {
  background-color: grey;
}

.cta-button:hover {
  background-color: #3fe85c;
  transition: 0.6s;
}

.cta-button:hover:disabled {
  background-color: grey;
}

.header {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  background-color: rgba(9, 9, 9, 0.9);
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 80px;
  box-shadow: 0 5px 15px rgba(171, 40, 52, 0.3);
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header a {
  text-decoration: none;
  color: white;
}

.header-logo {
  margin-left: 30px;
  width: 73px;
  height: 64px;
  background-image: url('/src/images/logo_header73x64.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.header-menu {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.header-menu li {
  margin-right: 30px;
  cursor: pointer;
}

.header-menu ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}

/* Seção do Hero Banner */

.hero-banner {
  display: flex;
  color: white;
  max-width: 100%;
  box-sizing: border-box;
  height: fit-content;
  flex-direction: column;
  flex-wrap: wrap;
}

.top-hero-banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5%;
}

.bottom-hero-banner {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.arrow-see-more {
  width: 86px;
  height: 17px;
  background: url('/src/images/seta_see_more.png') no-repeat center center;
  background-size: contain;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.header-image-side {
  flex: 1;
  margin-left: 15%;
  min-width: 300px;
  display: flex;
  align-items: center;
}

.header-text-side {
  flex: 1;
  min-width: 300px;
  margin-right: 15%;
  display: flex;
  text-align: right;
  flex-direction: column;
  height: 1200px;
  padding-left: 30px;
  height: 100%;
  margin-bottom: 30px;
}

.title-mobile {
  display: none;
}

.titles {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 45px;
  text-transform: uppercase;
  color: white;
}

.hero-banner-title {
  margin-top: 150px;
}

.bigger-font{
  font-size: 45px;
}

.smaller-font {
  font-size: 30px;
}

.header-body-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.header-text-side * {
  width: 100%;
}

.ed-image-upperbody {
  background-image: url('/src/images/Edyan\ Busto.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 900px;
  width: 100%;
}

/* seção problematização */

.problematization-sect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.problematization-sect-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  flex-wrap: wrap;
}

.problematization-sect-content img {
  min-width: 300px;
  width: 30%;
  border-radius: 0 0.6em 0% 0.6em;
}

.problematization-sect-content .text-side {
  min-width: 50%;
  width: 300px;
  color: white;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
}

.problematization-sect-content .text-side,
.problematization-sect-content img  {
  margin-inline: 10px;
}

/* seção whoami */

.whoami-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.whoami-title {
  margin-top: 60px;
  margin-bottom: 20px;
}

.whoami-content-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: center;
  align-items: center;
}

.whoami-text {
  display: flex;
  align-items: center;
  text-align: left;
  width: 40%;
  min-width: 300px;
  color: white;
  padding: 10px;
  font-weight: 10;
  font-size: 18px;
}

.whoami-picture {
  width: 30%;
  height: 500px;
  min-width: 300px;
  color: red;
  background-image: url('/src/images/about_me/about_me.png');
  background-position: bottom center;
  background-size:contain;
  background-repeat: no-repeat;
  border-radius: 0 0.8em 0% 0.8em;
}

/* Seção impacto no seu treinamento */

.training-impact-sec {
  display: flex;
  flex-direction: column;
  height: fit-content;
  color: white;
  padding: 0;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.training-impact-title {
  text-align: center;
  align-items: center;
  margin: 0;
  margin-bottom: 60px;
}

.training-impact-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  padding-inline: 10%;
  height: fit-content;
}

.impact-card {
  display: flex;
  flex-direction: column;
  height: 329px;
  width: 275px;
  border: 3px solid #AB2834;
  border-radius: 0 1em 0% 1em;
  margin: 10px 10px;
}

.training-impact-card-title {
  height: 30%;
  border-radius: 0 0.8em 0% 0.8em;
  background-color: #AB2834;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.6);
}

.first-impact-card .training-impact-card-title {
  background-image: url('/src/images/eficacia.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.second-impact-card .training-impact-card-title {
  background-image: url('/src/images/motivacao.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.third-impact-card .training-impact-card-title {
  background-image: url('/src/images/cards/suporte.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.fourth-impact-card .training-impact-card-title {
  background-image: url('/src/images/cards/comunidade.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.fifth-impact-card .training-impact-card-title {
  background-image: url('/src/images/cards/transfo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.training-impact-card-content {
  display: flex;
  flex-direction: column;
  height: 70%;
  justify-content: center;
}

.training-impact-card-content-image {
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fourth-impact-card .training-impact-card-content-image img {
  width: 64px;
}

.training-impact-card-content-image img {
  margin-top: 20px;
}


.training-impact-card-text {
  font-family: "Nunito", sans-serif;
  font-weight: 200;
  font-size: 20px;
  height: 60%;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  text-align: center;
}

/* Seção mude sua vida */

.change-your-life-sec {
  display: flex;
  margin-top: 60px;
  color: white;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.change-your-life-title {
  margin: 0;
  margin-bottom: 25px;
}

.change-your-life-cards-div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.change-your-life-cards-div-separators {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.change-your-life-card {
  display: flex;
  flex-direction: column;
  width: 587px;
  height: 438px;
  margin: 35px 15px;
  border: 3px solid #AB2834;
  border-radius: 0 1em 0% 1em;
}

.change-your-life-card-sec-1 {
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.change-your-life-image-1 {
  width: 289px;
  height: 201px;
}


.change-your-life-card-sec-2 {
  display: flex;
  justify-content: center;
  height: 10%;
}

.change-your-life-card-title {
  font-size: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 600;
}

.change-your-life-card-sec-3 {
  height: 30%;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.change-your-life-text {
  margin-inline: 30px;
}

/* Seção timeline */

.timeline-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 25px;
}

.timeline-cta-text {
  margin: 0 auto;
  max-width: 700px;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
}

.timeline-title {
  color: white;
  margin: 0;
  margin-bottom: 30px;
}

.timeline-circle-div {
  display: flex;
  justify-content: center;
}

.timeline-outside-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 30px 0;
  background-color: #ab28332d;
}

.timeline-inside-circle {
  width: 65%;
  height: 65%;
  border-radius: 50%;
  background-image: url('/src/images/inside\ circle.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.timeline-circle-mark {
  position: static;
  left: 46.5%;
  top: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
  border: 1px solid green;
}

.timeline-circle-mark-outside {
  display: flex;
  position: absolute;
  top: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #330b0f;
  transform: translate(50%, -50%);
}

.timeline-left .timeline-circle-mark-outside {
  right: 0;
}

.timeline-right .timeline-circle-mark-outside {
  right: 100%;
}

.timeline-content {
  display: flex;
  flex-direction: column;
  height: fit-content;
  margin-bottom: 40px;
}

.timeline-separation-column {
  position: absolute;
  left: 50%;
  width: 2px;
  border: 1px solid rgba(42, 42, 42, 0.671);
  height: 1740px;
  box-sizing: border-box;
}

.timeline-text {
  height: 435px;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.timeline-text p,
.timeline-text h3 {
  width: 60%;
}

.timeline-text h3 {
  word-wrap: break-word;
  font-size: 40px;
}

.timeline-text p {
  font-size: 25px;
  font-weight: 300;
}

.timeline-text.timeline-left p,
.timeline-text.timeline-left h3 {
  margin-left: 30%;
}

.timeline-text.timeline-right p,
.timeline-text.timeline-right h3 {
  margin-right: 30%;
}

.timeline-left {
  text-align: left;
}

.timeline-right {
  display: flex;
  text-align: right;
  align-self: flex-end;
  align-items: end;
}

.timeline-titles {
  text-transform: uppercase;
  font-size: 16px;
}

.timeline-title-mobile {
  display: none;
}


/* seção pilares para sua evoluçao */

.pillars-to-your-evolution-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.pillars-to-your-evolution-title {
  margin: 0;
  margin-top: 60px;
  margin-bottom: 18px;
}

.three-pillars-image {
  width: 216px;
  height: 107px;
}

.pillars-to-your-evolution-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}

.pillars-to-your-evolution-card {
  display: flex;
  flex-direction: column;
  width: 408px;
  height: 396px;
  border-radius: 0 1em 0% 1em;
  background-color: #AB2834;
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.6);
  margin: 35px 10px;
}

.pillars-to-your-evolution-card-title-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  background-image: url('/src/images/inside_pillar.png');
  background-position: center center;
  background-size: 124px 140px;
  background-repeat: no-repeat;
}

.pillars-to-your-evolution-card-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.pillars-to-your-evolution-card-content {
  display: flex;
  text-align: center;
  height: 50%;
  color: white;
  font-size: 24px;
  padding: 10px 30px;
  font-weight: 200;
}

/* Seção carrossel */

.slider-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 80px;
}

.slider-content {
  width: 600%;
  height: auto;
  display: flex;
}

.slider-content input {
  display: none;
}

.slide-box {
  width: 100vw;
  height: auto;
  position: relative;
  text-align: center;
  transition: 1s;
  box-sizing: border-box;
}

.slide-box img {
  width: 50%;
  border-radius: 0 0.8em 0 0.8em;
}

.nav-manual,
.nav-auto {
  position: absolute;
  width: 100%;
  margin-top: 30%;
  display: flex;
  justify-content: center;
}

.nav-manual .manual-btn,
.nav-auto div {
  border: 1px solid #AB2834;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}

.nav-manual .manual-btn:not(:last-child),
.nav-auto div:not(:last-child) {
  margin-right: 10px;
}

.nav-manual .manual-btn:hover {
  background-color: #AB2834;
}

#radio1:checked~.nav-auto .auto-btn1,
#radio2:checked~.nav-auto .auto-btn2,
#radio3:checked~.nav-auto .auto-btn3,
#radio4:checked~.nav-auto .auto-btn4,
#radio5:checked~.nav-auto .auto-btn5,
#radio6:checked~.nav-auto .auto-btn6 {
  background-color: #AB2834;
}

#radio1:checked~.first {
  margin-left: 0%;
}

#radio2:checked~.first {
  margin-left: -16.66%;
}

#radio3:checked~.first {
  margin-left: -33.32%;
}

#radio4:checked~.first {
  margin-left: -49.98%;
}

#radio5:checked~.first {
  margin-left: -66.64%;
}

#radio6:checked~.first {
  margin-left: -83.3%;
}

.limited-offer-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 120px;
  color: white;
  padding: 10px;
}

.limited-offer-sec p {
  max-width: 500px;
  padding: 20px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 300;
}

.limited-offer-sec .titles {
  font-size: 25px;
  max-width: 400px;
  margin: 0 auto;
}
/* Video Slider Seção */
.training-video-slider-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 30px;
}

.training-video-slider-box {
  display: flex;
  justify-content: center;
  width: 100%;
}

.training-video-iframe {
  max-width: 1061px;
  min-height: 597px ;
  border: none;
  border-radius: 0 1em 0% 1em;
}

.training-video-slider-navigation{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.video-navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  margin-block: 0;
  padding: 0;
  justify-content: center;
}

.video-navigation li {
  margin-inline: 10px;
  margin-bottom: 10px;
}

.video-navigation li {
  display: flex;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.5s;
}


.video-navigation li:hover {
  opacity: 1;
}

.video-navigation img {
  width: 140px;
  transition: 0.5s;
  border-radius: 0 1em 0% 1em;
}

.video-navigation img:hover {
  width: 160px;
}

.guarantee-assured {
  color: white;
  margin: 0 auto;
  max-width: 500px;
  padding: 20px;
}

/* Seção o que é oferecido*/

.what-is-offered-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.what-is-offered-title {
  margin: 0;
  margin-top: 25px;
  margin-bottom: 60px;
  margin-inline: 30px;
}

.what-is-offered-card-div {
  display: flex;
  justify-content: center;
}

.what-is-offered-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1023px;
  min-height: 632px;
  border: 3px solid #AB2834;
  border-radius: 0 1em 0% 1em;
  justify-content: center;
  align-items: center;
}

.what-is-offered-card-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 296px;
  height: 274px;
  margin: 50px 30px;
  margin-inline: 10px;
  color: white;

}

.what-is-offered-card-image {
  height: 80px;
  width: 80px;
}

.what-is-offered-card-items p {
  width: 80%;
  font-weight: 200;
  margin-top: 30px;
  font-size: 20px;
}

/* Seção contador */
.final-counter-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
  color: white;
}

.counter {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.counter-component-container {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

.counter-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100px;
  width: 100px;
  background: linear-gradient(to bottom, #AB2834, #000000); /* Gradiente de cima para baixo */
  border-radius: 0.6em;
}

.counter-component h1 {
  font-size: 40px;
  margin: 0;
  font-weight: 800;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5);
}

.counter-text-cta {
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

/* Seção come a sua jornada */

.start-your-transformation-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.start-your-transformation-title {
  margin: 0;
  margin-top: 60px;
  margin-bottom: 20px;
}

.start-your-transformation-intermediate-text {
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 20px;
  margin-inline: 30px;
}

.start-your-transformation-content-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: end;
  padding: 0;
}

.start-your-transformation-card {
  width: 350px;
  height: 455px;
  border: 3px solid #AB2834;
  border-radius: 0 1.2em 0% 1.2em;
  margin: 10px 10px 10px 10px;
}

.start-your-transformation-card.popular {
  margin: 0;
  border-radius: 0 0 0% 1.2em;
  border: 3px solid white;
}

.recommended-plan {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 10px 10px 10px 10px;
}

.most-popular {
  display: flex;
  justify-content: center;
  height: 70px;
  background-color: white;
  border-radius: 0 0.6em 0% 0;
  align-items: center;
  color: #AB2834;
  font-size: 30px;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.294);
}

.start-your-transformation-card-plan {
  height: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.start-your-transformation-card-plan h3 {
  margin: 0;
  color: #AB2834;
  font-size: 38px;
  font-weight: 600;
}

.recommended-plan .start-your-transformation-card-plan h3 {
  color: white;
  text-shadow:
    -1.5px -1.5px 0 #AB2834,
    1.5px -1.5px 0 #AB2834,
    -1.5px 1.5px 0 #AB2834,
    1.5px 1.5px 0 #AB2834;
}

.start-your-transformation-card-splitted-price {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40%;
  border-radius: 0 1.2em 0% 1.2em;
  background-color: #AB2834;
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.6);
}

.popular .start-your-transformation-card-splitted-price {
  color: #AB2834;
  background-color: white;
}

.popular .start-your-transformation-card-splitted-price h3 {
  color: #AB2834;

}

.start-your-transformation-card-splitted-price h3 {
  margin: 0;
  font-weight: 600;
  font-size: 38px;
  text-shadow: 0 4px 4px #0404046e;
}

.start-your-transformation-card-full-price {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25%;
}

.start-your-transformation-card-full-price h3 {
  font-size: 25px;
  font-weight: 200;
  color: #AB2834;
}

.recommended-plan .start-your-transformation-card-full-price h3 {
  color: white;
}

.start-your-transformation-bottom-text {
  display: flex;
  justify-content: center;
  color: white;
  text-align: left;
  padding: 30px 0;
}

.start-your-transformation-bottom-text p {
  width: 500px;
  font-weight: 200;
  margin: 0 20px;
  font-size: 20px;
}

.start-your-transformation-cta-button {
  display: flex;
  justify-content: center;
}

.start-your-transformation-cta-button button {
  width: 500px;
  margin: 0 20px;
}

#cta-button-plans {
  text-transform: uppercase;
}

/* seçao formulario */

.contact-form-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.contact-form-title {
  margin: 0;
  margin-top: 60px;
  margin-bottom: 20px;
}

.contact-form-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

.contact-form-container {
  max-width: 500px;
  border-radius: 0 1.2em 0 1.2em;
  background-color: #AB2834;
  margin: 0 40px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
}

.inside-contact-form-title {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-inline: 30px;
  font-weight: 600;
}

.contact-form label {
  color: white;
  font-weight: 200;
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-form input,
.contact-form select {
  margin-bottom: 30px;
  width: 80%;
  text-align: center;
  height: 40px;
  border-radius: 0 0.6em 0 0.6em;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0;
  border: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.174);
}

.contact-form .cta-button {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  height: 50px;
}


/* seção de duvidas */

.doubts-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.frequent-doubts-title-div {
  display: flex;
  justify-content: center;
}

.frequent-doubts-title {
  width: 90%;
  max-width: 700px;
  padding: 0;
}

.doubts-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.doubts-answer-div {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: white;
  margin-bottom: 20px;
}

.doubt-card {
  display: flex;
  height: 80px;
  width: 80%;
  max-width: 900px;
  background-color: #AB2834;
  border-radius: 0 0.6em 0% 0.6em;
  justify-content: space-between;
  align-items: center;
  padding-inline: 30px;
}

.doubt-card.active {
  border-radius: 0 0.6em 0 0;
}

.frequent-doubts-arrow-down {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
  cursor: pointer;
}

.frequent-doubts-arrow-down.rotate {
  transform: rotate(0)
}

.answer-card {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  width: 80%;
  max-width: 900px;
  padding-inline: 30px;
  background-color: #AB2834;
  border-radius: 0 0em 0% 0.6em;
  font-weight: 100;
  transition: opacity 0.5s ease, max-height 0.5s ease, padding 0.5s ease;
}

.answer-card.active {
  display: flex;
  max-height: fit-content;
  opacity: 1;
  transition: opacity 0.5s ease, max-height 0.5s ease, padding 0.5s ease;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-top: 100px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 200;
  color: white;
  background-color: rgb(9, 9, 9);
  box-shadow: 0 -5px 15px rgba(171, 40, 52, 0.3);
  text-align: center;
}

section {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1000px) {

  body {
    background-size: contain;
  }

  .top-hero-banner {
    margin-top: 10%;
  }

  .header-image-side {
    margin-left: 5%;
    justify-content: center;
  }

  .header-text-side {
    margin-right: 5%;

  }

  .timeline-text h3 {
    font-size: 25px;
  }

  .timeline-text p {
    font-size: 20px;
  }

  .timeline-text.timeline-left p,
  .timeline-text.timeline-left h3 {
    margin-left: 20%;
  }

  .timeline-text.timeline-right p,
  .timeline-text.timeline-right h3 {
    margin-right: 20%;
  }

  .timeline-title-mobile {
    display: block;
  }

  .timeline-title-web {
    display: none;
  }


  .slide-box img {
    width: 90%;
    border-radius: 0 0.8em 0 0.8em;
  }

  .nav-manual,
  .nav-auto {
    margin-top: 55%;
  }

  .what-is-offered-card {
    width: 80%;
  }
}

@media screen and (min-width: 450px) and (max-width: 750px) {

  body {
    background-size: contain;
  }

  .header {
    height: 60px;
  }

  .header-menu {
    display: none;
  }

  .header-logo {
    width: 50px;
    height: 44px;
    background-position: center center;
  }

  .hero-banner {
    justify-content: center;
    height: fit-content;
  }

  .header-image-side {
    justify-content: center;
    text-align: center;
    max-width: 100%;
    margin: 0;
    height: 530px;
    margin-top: 30px;
    flex-wrap: wrap;
    margin-top: 20%;
  }

  .header-text-side {
    margin: 0;
    margin-bottom: 30px;
    height: 530px;
    padding: 0 20px;
  }

  .top-hero-banner {
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .ed-image-upperbody {
    background-image: url('/src/images/Edyan Busto.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
  }

  .hero-banner-title {
    margin: 0;
    text-align: left;
    /* font-size: 35px; */
    height: fit-content;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title-desktop {
    display: none;
  }

  .title-mobile {
    display: block;
    text-align: center;
  }

  .cta-button {
    margin-top: 20px;
    height: 70px;

  }

  .header-body-text {
    text-align: left;
  }

  .timeline-text h3 {
    font-size: 20px;
  }

  .timeline-text p {
    font-size: 19px;
  }

  .timeline-text.timeline-left p,
  .timeline-text.timeline-left h3 {
    margin-left: 15%;
  }

  .timeline-text.timeline-right p,
  .timeline-text.timeline-right h3 {
    margin-right: 15%;
  }

  .timeline-title-mobile {
    display: block;
  }

  .timeline-title-web {
    display: none;
  }

  .slide-box img {
    width: 90%;
    border-radius: 0 0.8em 0 0.8em;
  }

  .nav-manual,
  .nav-auto {
    margin-top: 55%;
  }


  .what-is-offered-card {
    width: 60%;
  }

}

@media screen and (max-width: 449px) {

  body {
    background-size: contain;
  }

  section>.titles {
    font-size: 40px;
  }

  .header {
    height: 70px;
    justify-content: center;
  }

  .header-menu {
    display: none;
  }

  .header-logo {
    width: 50px;
    height: 44px;
    background-position: center center;
    margin: 0;
  }

  .hero-banner {
    justify-content: center;
    height: fit-content;
  }

  .header-image-side {
    justify-content: center;
    text-align: center;
    max-width: 100%;
    margin: 0;
    height: 530px;
    margin-top: 30px;
    flex-wrap: wrap;
    margin-top: 20%;
  }

  .header-text-side {
    margin: 0;
    margin-bottom: 30px;
    height: 530px;
    padding: 0 20px;
  }

  .top-hero-banner {
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .ed-image-upperbody {
    background-image: url('/src/images/Busto\ mobile.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
  }

  .hero-banner-title {
    margin: 0;
    text-align: left;
    font-size: 35px;
    height: fit-content;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title-desktop {
    display: none;
  }

  .title-mobile {
    display: block;
    text-align: left;
    margin-inline: 20px;
  }

  .cta-button {
    margin-top: 20px;
    height: 70px;
  }

  .header-body-text {
    text-align: left;
  }

  .timeline-text h3 {
    font-size: 20px;
  }

  .timeline-text p {
    font-size: 19px;
  }

  .timeline-text.timeline-left p,
  .timeline-text.timeline-left h3 {
    margin-left: 10%;
  }

  .timeline-text.timeline-right p,
  .timeline-text.timeline-right h3 {
    margin-right: 10%;
  }

  .timeline-title-mobile {
    display: block;
  }

  .timeline-title-web {
    display: none;
  }

  .slide-box img {
    width: 90%;
    border-radius: 0 0.8em 0 0.8em;
  }

  .nav-manual,
  .nav-auto {
    margin-top: 55%;
  }


  .what-is-offered-card {
    width: 60%;
    padding-bottom: 50px;
  }

  .what-is-offered-card-items {
    align-items: center;
    height: fit-content;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .what-is-offered-card-items * {
    margin-inline: 0;
  }
}