@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style-type: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; /* Funciona no Chrome */
  -moz-osx-font-smoothing: grayscale; /* Funciona no Firefox em macOS */
}

html {
  scroll-behavior: smooth;
}

body {
  background: #08020e;
  min-height: 100vh;
}

main {
  max-width: 1100px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  color: white;
  font-weight: 700;
}

h1 {
  font-weight: bold;
  font-size: 36px;
}

h2 {
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
  max-width: 571px;
  margin: 0 auto;
}

p {
  font-size: 16px;
  color: #8d8099;
  text-align: center;
}

header {
  background-color: rgba(23, 20, 26, 0);
  border-radius: 0px 0px 16px 16px;
  width: 100vw;
  border: 1px solid rgba(202, 180, 229, 0.1);
  display: flex;
  padding: 0 32px;

  position: fixed;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  z-index: 100;

  margin: 0 auto;
  transition: background-color 0.3s ease; /* Transição suave da cor de fundo */
}

header.scrolled {
  background-color: rgba(23, 20, 26, 1); /* Cor mais escura quando rolado */
}

header > img {
  width: 132px;
  height: 30px;
  margin: 20px;
}

header > div > img {
  margin: 20px;
}

button {
  cursor: pointer;
}

.drawer {
  display: none;
  position: fixed;
  z-index: 9999;
  background: linear-gradient(180deg, #08020e 0%, #2b1742 100%, #5c12c3 100%);
  width: 100vw;
  height: 100vh;
  padding: 30px;
}

.drawer div {
  display: flex;
  justify-content: space-between;
}

.drawer a {
  display: block;
  width: 100%;
  color: white;
  margin: 32px 0;
  font-size: 18px;
}

.drawer button {
  width: 100%;
  margin-bottom: 20px;
}

.login-button {
  background: linear-gradient(
    5.84deg,
    rgba(255, 255, 255, 0.1) 5.6%,
    rgba(153, 153, 153, 0.1) 96.37%
  );
  color: white;
  border-radius: 8px;
  padding: 9px 20px 9px 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.register-button {
  background: linear-gradient(209.06deg, #58cc02 4.74%, #3b8a01 110.98%);
  color: white;
  border-radius: 8px;
  padding: 9px 20px 9px 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger-icon {
  display: block;
}

.header-form-buttons {
  display: none;
}

.header-buttons {
  display: none;
}

.badge-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #d3adff26 0%, #d7b5ff0d 100%);
  padding: 4px 12px;
  border-radius: 200px;
  color: #a782d3;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* HERO SECTION */

#hero-section {
  padding-top: 70px;
  padding: 100px 24px 0 24px;
}

#hero-section h1 {
  max-width: 571px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 39.6px;
  position: relative;
}

#hero-section > div {
  margin-top: 40px;
}

.line {
  position: absolute;
  left: -10px;
  bottom: 70px;
}

#hero-section > div > p {
  max-width: 383px;
  margin-bottom: 40px;
  text-align: left;
}

.hero-image {
  max-width: 420px;
  max-height: 636px;
  width: 100%;
  height: 100%;
}

.button-cta {
  background: linear-gradient(90deg, #3b8a01 0%, #58cc02 100%);
  color: white;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  border-radius: 12px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 8px 0;
  filter: drop-shadow(-5px 1px 27px rgba(170, 252, 109, 0.4));
  cursor: pointer;
  transition: opacity 500ms;
}

.button-cta:hover {
  opacity: 0.7;
}

.button-cta-outlined {
  background: linear-gradient(
    180deg,
    rgba(88, 204, 2, 0) 20%,
    rgba(88, 204, 2, 0.4) 100%
  );
  color: white;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  border-radius: 12px;
  height: 56px;
  border: 1px solid #58cc02;
  margin: 8px 0;
  filter: drop-shadow(-5px 1px 27px rgba(170, 252, 109, 0.4));
}

.button-cta-outlined:hover {
  opacity: 0.7;
}

.flex {
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.list {
  display: flex;
}

.avatar:not(:first-child) {
  width: 36px;
  height: 36px;
}

.avatar:not(:first-child) {
  margin-left: -10px;
}

.star {
  width: 15px;
  height: 15px;
}

/* TECHS SECTION */

#techs-section {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 70px 24px 0 24px;
}

#techs-section > p {
  max-width: 440px;
  margin: 12px auto;
}

.tech-list {
  display: none;
}

.box {
  padding: 16px;
  border-radius: 16px;
  width: 100%;
  height: 250px;
  border: 1px solid rgba(167, 130, 211, 0.3);
  margin-bottom: 24px;

  transition: background-color 2s ease-in-out;
  cursor: pointer;
}

.box-green.active {
  background: linear-gradient(
    180deg,
    rgba(88, 204, 2, 0) 20%,
    rgba(209, 255, 168, 0.1) 100%
  );

  border: 1px solid rgba(168, 254, 104, 0.3);
}

.box-purple.active {
  background: linear-gradient(
    180deg,
    rgba(88, 204, 2, 0) 20%,
    rgba(167, 130, 211, 0.15) 100%
  );
  border: 1px solid rgba(167, 130, 211, 0.6);
}

.box-orange.active {
  background: linear-gradient(
    180deg,
    rgba(88, 204, 2, 0) 20%,
    rgba(249, 199, 126, 0.15) 100%
  );
  border: 1px solid rgba(249, 199, 126, 0.4);
}

.box svg {
  border-radius: 50%;
  padding: 8px;
  width: 32px;
  height: 32px;
}

.box-green svg {
  border: 1px solid #a8fe68;
  fill: #a8fe68;
}

.box-green svg rect,
.box-green svg path {
  fill: #a8fe68;
}

.box-purple svg {
  border: 1px solid #a782d3;
  fill: #a782d3;
}

.box-orange svg {
  border: 1px solid #f9c77e;
  fill: #f9c77e;
}

.box-green.active p,
.box-purple.active p,
.box-orange.active p {
  color: white;
}

.box-green.active svg {
  background-color: #a8fe68;
}

.box-green.active svg rect,
.box-green.active svg path {
  fill: #214d01;
}

.box-purple.active svg {
  background-color: #a782d3;
  fill: #2b1742;
}

.box-purple.active svg path {
  fill: #2b1742;
}

.box-orange.active svg {
  background-color: #f9c77e;
}

.box-orange.active svg path {
  fill: #563404;
}

.box h3 {
  font-size: 18px;
  margin: 12px 0;
}

.box p {
  color: #8d8099;
  text-align: left;
  font-size: 16px;
}

.techs-image {
  max-width: 351px;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 16px 16px 0 0;
}

#practice-img {
  max-width: 351px;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 16px 16px 0 0;
}

#techs-section > img {
  border-radius: 20px 20px 0 0;
}

/* TOOLS SECTION */

#tools-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 70px 24px 70px 24px;
}

#tools-section > button {
  display: block;
  max-width: 258px;
  margin: 0 auto;
}

.tool > div {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 250px;
  background: linear-gradient(
    180deg,
    rgba(88, 204, 2, 0) 00%,
    rgba(206, 168, 251, 0.2) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.tools-wrapper {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tool img {
  max-width: 250px;
  height: 200px;
  width: 100%;
  align-self: flex-end;
}

.tool h3,
.tool p {
  text-align: left;
}

.tool h3 {
  color: white;
  margin-top: 32px;
  margin-bottom: 12px;
}

/* TOOLS SECTION */

#practice-section {
  margin-left: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px 0 0 16px;
  padding: 70px 24px 0 24px;
}

.practice-wrapper {
  margin-top: 50px;
}

.practice-image {
  border-radius: 16px;
}

/* COURSE SECTION */

#course-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 70px 24px 70px 24px;
}

.course-wrapper {
  margin-top: 40px;
  gap: 20px;
}

#course-section > button {
  display: block;
  max-width: 258px;
  margin: 0 auto;
}

.item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 20%,
    rgba(167, 130, 211, 0.15) 100%
  );

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px;
  padding-bottom: 0;
  margin: 20px 0;
}

.item > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.box-image {
  display: none;
}

.item .icon {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 8px;
  margin-bottom: 20px;
}

.item-green {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 20%,
    rgba(209, 255, 168, 0.1) 100%
  );
}

.item .icon-green {
  border: 1px solid #a8fe68;
}

.item .icon-purple {
  border: 1px solid #a782d3;
}

.item-purple {
  padding-bottom: 30px;
}

.item-orange {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 20%,
    rgba(249, 199, 126, 0.15) 100%
  );
  padding-bottom: 30px;
}

.item .icon-orange {
  border: 1px solid #f9c77e;
}

.item .image {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
}

.item > p {
  text-align: center;
  margin: 12px 0 20px 0;
  font-size: 16px;
}

/* CONVERSATION SECTION */

#conversation-section {
  padding: 70px 24px 70px 24px;
}

#conversation-section > button {
  display: block;
  max-width: 258px;
  margin: 0 auto;
  margin-top: 80px;
}

.conversation-item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 20px;
  padding-bottom: 0;
  margin: 20px 0;
}

.conversation-item > div > p {
  text-align: left;
  margin: 12px 0 20px 0;
  font-size: 16px;
}

.conversation-image-desktop {
  display: none;
}

.conversation-image-mobile {
  width: 100%;
  height: 100%;
}

/* CERTIFICATES SECTION */

#certificates-section {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 70px 24px 70px 24px;
}

#certificates-section .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 32px;
  padding-bottom: 0;
  margin: 20px 0;
  height: 180px;
}

#certificates-section .item img {
  border: 1px solid #a782d3;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 8px;
  margin-bottom: 20px;
}

#certificates-section .item h4 {
  font-size: 15px;
  text-align: center;
}

.certificates-wrapper {
  display: none;
}

.certificates {
  width: 100%;
}

/* PRICING SECTION */

#pricing-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 70px 24px 70px 24px;
}

#pricing-section .offering {
  border-radius: 16px;
  padding: 40px 24px;
  margin: 20px 0;
  width: 100%;
  height: 100%;
}

.practice-carrossel {
  display: block;
}

.practice-list {
  display: none;
}

.offering h3 {
  font-size: 22px;
  font-weight: bold;
}

.offering div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.offering ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}

.offering li {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.offering li img {
  width: 18px;
  height: 18px;
}

.offering-englishbay {
  background: linear-gradient(90deg, #ffffff 20%, #e9d6ff 100%);
  color: #2b1742;
  max-height: 505px;
  max-width: 350px;
}

.offering-traditional {
  align-self: center;
  background: linear-gradient(
    180deg,
    rgba(88, 204, 2, 0) 20%,
    rgba(255, 179, 197, 0.1) 100%
  );
  border: 1px solid rgba(255, 179, 197, 0.1);
  color: #8d8099;
}

.offering-englishbay h3,
.offering-englishbay .price {
  color: #733eb1;
}

.offering-englishbay .real-sign,
.offering-englishbay .billing-period {
  color: #a782d3;
}

.offering-traditional h3,
.offering-traditional .price {
  color: #ff809e;
}

.offering-traditional .real-sign,
.offering-traditional .billing-period {
  color: #8d8099;
}

.price {
  font-size: 64px;
  font-weight: bolder;
}

.real-sign {
  font-size: 20px;
  font-weight: bold;
}

.billing-period {
  font-size: 20px;
  font-weight: bold;
}

.button-buy {
  background: linear-gradient(90deg, #48276f 0%, #864bcc 100%);
  color: white;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  border-radius: 12px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 8px 0;
}

/* FEEDBACK SECTION */

#feedback-section {
  padding: 70px 24px 70px 24px;
}

#feedback-section h3 {
  text-align: center;
  margin-bottom: 20px;
}

.feedback-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.feedback {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 20px;
  max-width: 450px;
}

.feedback div h4 {
  margin-top: 10px;
}

.feedback-wrapper {
  display: flex;
  text-align: start;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
  margin-top: 10px;
}

.feedback-stores {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px;
  gap: 40px;
}

.feedback-wrapper > div > p {
  color: white;
  font-size: 12px;
}

.feedbacks-carrossel-desktop {
  display: none;
}

.feedbacks-carrossel-mobile {
  display: block;
}

/* PRICING SECTION */

#download-section {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  position: relative;
  padding: 70px 24px 0px 24px;
}

.galaxy-bay {
  margin-top: 30px;
  width: 100%;
  height: 100%;
  position: relative;
}

#download-section > .download-wrapper > img {
  width: 100%;
}

.download-wrapper > div > h2 {
  text-align: left;
  margin-bottom: 40px;
  font-size: 24px;
}

#download-section > .download-wrapper > div > button {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 10px;
}

footer {
  margin: 0 auto;
  background: #08020e;
}

footer .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.content-wrapper {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: space-between;
  margin: 0 auto;
}

footer div h4 {
  color: #8d809980;
  font-size: 13px;
  font-weight: 700;
  margin: 20px 0;
}

footer div p {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
}

footer .information {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px 16px 0 0;
}

.information p {
  color: #514858;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.social-icons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.swiper-pagination {
  left: 0;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #ffffff4d;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination2 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* Monitores maiores */
@media (min-width: 769px) {
  h2 {
    font-size: 40px;
  }

  h2 {
    margin-bottom: 40px;
  }

  section:not(:first-child) {
    margin-bottom: 50px;
  }

  .hamburger-icon {
    display: none;
  }

  .header-buttons {
    display: flex;
    gap: 32px;
  }

  .line {
    bottom: 50px;
  }

  .header-form-buttons {
    display: flex;
    gap: 12px;
  }

  .header-button {
    background-color: transparent;
    color: rgba(141, 128, 153, 1);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  .login-button img {
    width: 18px;
    height: 18px;
  }

  #hero-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  #hero-section h1 {
    font-size: 56px;
    line-height: 61px;
  }

  .wrapper-buttons {
    display: flex;
    max-width: 324px;
    gap: 16px;
  }

  #techs-section {
    padding: 80px 80px 0 80px;
  }

  #techs-section h2 {
    margin-bottom: 20px;
  }

  .tech-wrapper {
    display: flex;
    margin-top: 80px;
    gap: 80px;
  }

  .tech-carrossel {
    display: none;
  }

  .tech-list {
    display: block;
  }

  .tech-list {
    order: 1;
  }

  .box {
    order: 1;
    width: 450px;
    height: 142px;
  }

  .box > div {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .tools-wrapper {
    flex-direction: row;
    gap: 40px;
  }

  #practice-section {
    padding: 80px 80px 0 80px;
  }

  #practice-section h2 {
    margin-bottom: 20px;
  }

  .practice-carrossel {
    display: none;
  }

  .practice-list {
    display: block;
  }

  .practice-wrapper {
    display: flex;
    gap: 80px;
  }

  .course-wrapper {
    width: 100%;
    display: flex;
    gap: 40px;
  }

  .course-wrapper .item-green {
    max-width: 530px;
  }

  #course-section .course-wrapper:first-child .item .image {
    max-width: 100%;
  }

  .item-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .item-flex .item {
    flex-direction: row !important;
    height: 50%;
    text-align: left;
    gap: 20px;
  }

  .item-flex .item p {
    text-align: left;
    margin-top: 10px;
  }

  .item-flex .item .image {
    width: 250px;
    max-height: 180px;
  }

  .course-wrapper {
    margin-bottom: 80px;
  }

  .course-wrapper > .item > .image {
    width: 268px;
    height: 400px;
  }

  .conversation-item {
    display: flex;
    align-items: center;
    align-items: center;
    height: 240px;
    gap: 90px;
    padding: 40px;
  }

  .item > div {
    display: block;
  }

  .conversation-item h3 {
    font-size: 26px;
    width: 367px;
  }

  .conversation-image-desktop {
    display: block;
    position: absolute;
    bottom: 0;
    left: 100px;
    width: 320px;
    height: 270px;
  }

  .conversation-image-mobile {
    display: none;
  }

  .conversation-item:nth-of-type(1) div {
    order: 2;
  }

  .conversation-item:nth-of-type(1) img {
    order: 1;
  }

  #certificates-section {
    padding: 80px 80px 80px 80px;
  }

  .certificates-carrossel {
    display: none;
  }

  .tool > div {
    max-width: 340px;
    height: 250px;
  }

  .tool {
    width: 340px;
    margin-bottom: 34px;
  }

  .certificates-wrapper {
    display: block;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 24px;
  }

  .items-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
  }

  .pricing-wrapper {
    display: flex;
    justify-content: center;
  }

  .conversation-item > div > p {
    width: 334px;
  }

  .box-image {
    display: block;
    position: absolute;
    right: 180px;
    height: 200px;
    bottom: 0;
  }

  .classes-carrossel {
    height: 200px;
    margin-top: 50px;
  }

  .offering-traditional {
    max-width: 330px;
  }

  .feedback-stores {
    flex-direction: row;
  }

  .feedback-grid {
    width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas para web */
    gap: 40px; /* Espaçamento entre os cards */
  }

  #download-section {
    display: flex;
    padding: 0 80px;
    height: 382px;
    position: relative;
  }

  .download-wrapper {
    display: flex;
    gap: 40px;
  }

  .download-wrapper {
    max-width: 436px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .download-wrapper > div > h2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
  }

  .galaxy-bay {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    margin-top: 0;
  }

  footer .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 64px;
    padding: 30px;
  }

  .footer-flex {
    gap: 32px;
    flex-direction: row;
  }

  .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .information {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .social-icons > img {
    width: 20px;
    height: 20px;
  }

  .feedbacks-carrossel-desktop {
    display: block;
  }

  .feedbacks-carrossel-mobile {
    display: none;
  }

  .content-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
