:root {
  --color-primary: #227aff;
  --color-subtle: #f1f7ff;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
}
a {
  text-decoration: none;
  color: #000;
}
.btn-round {
  border-radius: 50% !important;
}
.fi {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.color-primary {
  color: var(--color-primary);
}
.color-bg-subtle {
  background-color: var(--color-subtle);
}
.bg-white {
  background-color: #fff;
}
.breadcrumb {
  margin-bottom: 10px;
}
.breadcrumb-item {
  font-size: 14px;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--color-primary);
}
.round-lg {
  border-radius: 50px;
}
.max-w-450 {
  max-width: 450px;
}
.max-w-850 {
  max-width: 850px;
}
.max-w-1000 {
  max-width: 1000px;
}
.header-1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
}
.header-2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}
.header-3 {
  font-size: 32px;
}
.header-4 {
  font-size: 28px;
}
.header-5 {
  font-size: 24px;
}
.header-6 {
  font-size: 18px;
}
.mb-7 {
  margin-bottom: 5rem;
}
.badge-primary {
  display: inline-block;
  border-radius: 50px;
  background-color: var(--color-subtle);
  padding: 7px 20px;
  margin-bottom: 15px;
  font-weight: 600;
  .fas {
    color: var(--color-primary);
    margin-right: 10px;
  }
  &.badge-primary-dark {
    background-color: var(--color-primary);
    color: #fff;
    .fas {
      color: #fff;
    }
  }
}
.badge-secondary {
  display: inline-block;
  border-radius: 50px;
  background-color: #f0f0f0;
  font-weight: 600;
  padding: 4px 15px;
}
.body {
  margin-top: 120px;
}
.table-statistics {
  font-weight: 600;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent, var(--color-primary), transparent) 1 1;
  .col-md-4:not(:last-child) {
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, transparent, var(--color-primary), transparent) 1 1;
  }
}
.rating-label {
  font-weight: 600;
  font-size: 18px;
  background-color: var(--color-subtle);
}
.rating-label.hover,
.rating-label.active {
  background-color: #5196ff;
  color: #fff;
}
.rating-label input[type="radio"] {
  opacity: 0;
  height: 1px;
  width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#review_name,
#review_comment {
  font-size: 1rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
.alert-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 768px) {
  .header-1 {
    font-size: 32px;
  }
  .header-2 {
    font-size: 32px;
  }
  .header-4 {
    font-size: 24px;
  }
  .header-5 {
    font-size: 20px;
  }
  .badge-primary {
    font-size: 14px;
  }
  .table-statistics {
    .col-md-4:not(:last-child) {
      border-right: none;
      border-bottom: 1px solid;
      border-image: linear-gradient(to right, transparent, var(--color-primary), transparent) 1 1;
    }
  }
}
/* form-search-number */
.form-search-number {
  width: 488px;
  max-width: 100%;
  border: solid 1px var(--color-primary);
  border-radius: 50px;
  padding: 4px;
}
.form-search-number .dropdown-menu {
  min-width: 300px;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: rgba(1px, 1px, 3px, 0.6);
}
.form-search-number .input-group > .form-control:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  .form-search-number .input-group > .form-control {
    padding-inline: 0;
    font-size: 0.9rem;
  }
}
/* navbar */
.navbar {
  padding-block: 15px;
  border-bottom: solid 1px #d1d1d1;
  margin-bottom: 40px;
  min-height: 90px;
}
.navbar .navbar-brand {
  width: 20%;
  margin-right: 0;
}
.navbar-nav {
  width: 20%;
  flex-grow: 0;
}
.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  padding: 8px 20px;
}
.navbar-nav .dropdown-toggle::after {
  color: var(--color-primary);
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
@media (max-width: 992px) {
  .navbar {
    min-height: 0;
  }
  .navbar-nav .nav-link {
    padding: 8px 14px;
  }
}
/* pagination */
.pagination .page-link {
  border: none;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .active > .page-link {
  background-color: #d4e5fd;
}
.pagination .disabled > .page-link {
  opacity: 0.5;
}
/* home page */
.home-img-1 {
  top: 15px;
  left: 30px;
}
.home-img-2 {
  top: -30px;
  left: -15px;
}
.home-img-3 {
  bottom: -5px;
  left: 100px;
  border-radius: 15px;
}
.home-img-4 {
  bottom: -40px;
  left: -10px;
}
.home-img-5 {
  bottom: -50px;
  right: 70px;
}
.home-img-6 {
  bottom: 50px;
  right: 20px;
}
.home-box-discover {
  background-color: var(--color-subtle);
}
.home-quote-1 {
  bottom: -30px;
  right: 20px;
}
.home-quote-2 {
  bottom: -30px;
  left: 20px;
}
.home-discover-1 {
  top: -100px;
  left: -60px;
}
.home-discover-2 {
  bottom: -110px;
  left: -20px;
}
.home-discover-3 {
  top: -30px;
  right: 20px;
}
.home-discover-4 {
  top: 80px;
  right: -60px;
}
@media (max-width: 1200px) {
  .home-discover-1,
  .home-discover-2,
  .home-discover-3,
  .home-discover-4 {
    transform: scale(0.6);
  }
}
@media (max-width: 768px) {
  .home-img-2 {
    top: 130px;
    left: -20px;
    transform: scale(0.7);
  }
  .home-img-6 {
    top: 0px;
    right: -20px;
    transform: scale(0.7);
  }
  .home-discover-1 {
    top: -90px;
    left: -10px;
  }
  .home-discover-3 {
    right: -10px;
  }
  .home-discover-4 {
    top: 0;
    right: -10px;
  }
}
/* phone page */
.phone-img-1 {
  top: -40px;
  right: 20%;
}
.phone-lid {
  background-color: var(--color-subtle);
}
.scroll-to-comments-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.phone-table-statistics {
  font-size: 20px;
  font-weight: 600;
  p {
    background-color: var(--color-subtle);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }
  .fas {
    width: 20px;
    margin-right: 5px;
  }
  svg {
    margin-right: 5px;
  }
}
.review-item {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  color: #565656;
  .review-item-name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }
  .review-item-rating {
    border-bottom-left-radius: 8px;
  }
}
.phone-intensity {
  background-color: #f8f8f8;
  p {
    margin-bottom: 0;
  }
}
.phone-intensity-bar {
  height: 16px;
  background: linear-gradient(to right, green, yellow, orange, red);
  border-radius: 8px;
  position: relative;
}
.phone-intensity-bar-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 3px solid white;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .phone-table-statistics {
    font-size: 18px;
    p {
      display: block;
      span:last-child {
        display: block;
        margin-left: 28px;
        margin-top: 5px;
      }
    }
  }
}
/* blog */
.blog-item-image {
  height: 240px;
}
.card-title {
  line-height: 1.4;
}
.blog-entry h2 {
  font-size: 24px;
  font-weight: 600;
}
.blog-toc {
  background-color: var(--color-subtle);
  li {
    color: var(--color-primary);
    font-weight: 600;
  }
  a {
    color: var(--color-primary);
  }
}
.blog-card{
  width: 800px;
  max-width: 100%;
  border: solid 1px #d1d1d1;
  border-radius: 10px;
}
.blog-card-ratings{
  background-color: #f8f8f8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  meter{
    height: 22px;
  }
}
.blog-pros-cons{
  .pros{
    h4{
      color: var(--bs-success);
    }
    li{
      padding-left: 20px;
      position: relative;
      &::before{
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        color: var(--bs-success);
      }
    }
  }
  .cons{
    h4{
      color: var(--bs-danger);
    }
    li{
      padding-left: 20px;
      position: relative;
      &::before{
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        color: var(--bs-danger);
      }
    }
  }
}
@media (max-width: 992px) {
  .blog-item-image {
    height: 200px;
  }
}
/* footer */
.footer-top ul {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 768px) {
  .footer-top {
    text-align: center;
  }
  .footer-top ul {
    flex-direction: column;
    justify-content: center;
  }
}
