body,
html {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
}

button,
.button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  border-radius: 10px !important;
}

.hero {
  background: linear-gradient(180deg, rgb(17, 24, 39) 0%, rgb(7, 13, 22) 100%)
    no-repeat center center/cover !important;
}

.title {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1rem;
}

.subtitle {
  color: #ddd;
  max-width: 600px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.b-why-battly-section {
  padding: 3rem 10rem;
}

.b-text-1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.why-battly-container {
  display: flex;
  gap: 20px;
  width: 80%;
  justify-content: center;
  flex-direction: column;
}

.why-battly-container-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.why-battly-container-left-first,
.why-battly-container-left-second {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.why-battly-container-left-second {
  margin-top: 20px;
}

.image-container {
  width: 600px;
  height: 320px;
  margin-bottom: -5px;
  border-radius: 10px;
}

.contenedor-contenido {
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(72, 62, 94, 0.35) 0px 49px 64px -20px;
  background-color: #070d16 !important;
  width: 100%;
  cursor: pointer;
}

.why-battly-container-left-second .contenedor-contenido {
  width: 30%;
}

.container-selected {
  background: linear-gradient(90deg, #66d1ff 0%, #2e83ec 100%);
  box-shadow: #48b7e7 0px 20px 34px -20px;
  transition: box-shadow 1.5s linear, background 1.5s linear;

  & div,
  p,
  li {
    color: #070d16;
  }
}

.titulo {
  font-size: 20px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 700;
  transition: color 0.2s linear;
}

.descripcion {
  font-size: 14px;
  color: #c0c0c0;
  font-family: "Poppins";
  font-weight: 700;
  transition: color 0.2s linear;
}

@media (max-width: 768px) {
  .why-battly-container-left-first,
  .why-battly-container-left-second {
    flex-direction: column;
    gap: 10px;
  }

  .why-battly-container-left-second .contenedor-contenido {
    width: 100%;
  }

  .image-container {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .contenedor-contenido {
    padding: 15px;
  }

  .titulo {
    font-size: 18px;
  }

  .descripcion {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .why-battly-container {
    width: 100%;
  }

  .why-battly-container-left-first,
  .why-battly-container-left-second {
    gap: 5px;
  }

  .contenedor-contenido {
    padding: 10px;
  }

  .titulo {
    font-size: 16px;
  }

  .descripcion {
    font-size: 12px;
  }
}

.subapartado {
  margin-top: 10px;
  list-style-type: none;
  color: #c0c0c0;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 14px;
}

.subapartado i {
  margin-right: 5px;
}

.b-opinions {
  padding: 3rem 10rem;
  display: flex;
  gap: 20px;
}

.b-opinions-first-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 33%;
}

.b-opinions-second-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transform: translateY(-10%);
  width: 33%;
}

.b-opinions-third-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 33%;
}

.b-opinion {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  background-color: #070d16;
  padding: 1rem;
  border-radius: 15px;
  box-shadow: rgba(72, 62, 94, 0.35) 0px 49px 64px -20px;
}

.b-opinion-profile {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.b-opinion-profile-picture {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.b-opinion-profile-data {
  display: flex;
  flex-direction: column;
}

.b-opinion-profile-name {
  font-size: 1.25rem;
  font-weight: 700;
}

.b-opinion-profile-usertype {
  font-size: 1rem;
  font-weight: 500;
}

.b-opinion-text {
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .hero .columns {
    flex-direction: column;
  }

  .hero-image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }

  .b-why-battly-section {
    padding: 2rem 5rem;
  }

  .b-opinions {
    padding: 2rem 1rem;
    flex-direction: column;
  }

  .b-opinions-first-column,
  .b-opinions-second-column,
  .b-opinions-third-column {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .b-why-battly-section {
    padding: 1rem;
  }

  .nav-links {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .b-opinions {
    padding: 1rem;
  }

  .hero .title {
    font-size: 2rem;
  }

  .hero .subtitle {
    font-size: 1rem;
  }

  .footer-container {
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
  }

  .footer-section {
    margin: 0;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .b-is-responsive-title {
    font-size: 2.5rem !important;
  }

  .b-is-responsive-subtitle {
    font-size: 1rem !important;
    margin-bottom: 10px !important;
  }

  .b-is-responsive-buttons {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .b-compatibility-text {
    font-size: 0.7rem !important;
  }

  .b-is-responsive-buttons a {
    font-size: 0.9rem;
  }

  .b-opinions-second-column {
    transform: translateY(0%);
  }

  .hero-body {
    padding-top: 24px;
  }

  .b-download-battly-now {
    width: auto !important;
  }
}

#comparisions-section {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  width: 100%;
  overflow-x: auto;
}

#comparisions-section table {
  width: 75%;
  text-align: start;
  margin: 20px auto;
  border: 1px solid #3b3f51;
  border-collapse: separate;
  border-radius: 10px;
  overflow: hidden;
}

#comparisions-section p {
  text-align: center !important;
  margin: 0 auto;
  font-size: 1.25rem;
  min-width: 75% !important;
}

.table-container h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.table-container p {
  font-size: 14px;
  color: #b0b4bc;
  margin-bottom: 20px;
}

th,
td {
  padding: 15px;
  text-align: left;
}

th {
  background-color: #3b3f51;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
}

td {
  background-color: transparent;
  border-bottom: 1px solid #444b57;
  font-size: 14px;
  color: #ffffff;
}

td:first-child {
  border-right: 1px solid #3b3f51;
}

.highlight {
  background-color: #66d1ff;
  font-weight: bold;
  color: #000;
}

.hero.is-fullheight {
  min-height: 85vh !important;
}
