/*------------------------------------Products index------------------------------------*/
.productsCategory__wrapper {
  padding: 10rem 0;
}

.productInex__option,
.quickAccess__link,
.productInfo__option {
  margin: 2rem 0;
  color: var(--color-secondary-dark);
  line-height: 32px;
}

.home__introduction h1 {
  line-height: normal;
}

.productInex__option::before,
.access__links td::before,
.quickAccess__link::before,
.productInfo__option::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 0.25rem;
  background: var(--color-primary);
  margin-left: 1rem;
}

/*------------------------------------Categorys------------------------------------*/
.productsCategory__title {
  margin: 10rem 0;
}

.categoryPost__img {
  background: linear-gradient(135deg, #ffffff 0%, #eaeaea 100%);
  box-shadow:
    -4px 4px 8px rgba(221, 221, 221, 0.2),
    4px -4px 8px rgba(221, 221, 221, 0.2),
    -4px -4px 8px rgba(255, 255, 255, 0.9),
    4px 4px 10px rgba(221, 221, 221, 0.9),
    inset 1px 1px 2px rgba(255, 255, 255, 0.3),
    inset -1px -1px 2px rgba(221, 221, 221, 0.5);
  padding: 1rem;
  border-radius: 100%;
  max-width: 155px;
  margin: auto;
}

.categoryPost__img img {
  border-radius: 100%;
}

.categoryPost__title {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

/*------------------------------------ Contact Us and Footer ------------------------------------*/
.socialMedia__links a {
  background: linear-gradient(135deg, #ffffff 0%, #f2f2f2 100%);
  box-shadow:
    -6px 6px 12px rgba(224, 224, 224, 0.2),
    6px -6px 12px rgba(224, 224, 224, 0.2),
    -6px -6px 12px rgba(255, 255, 255, 0.9),
    6px 6px 15px rgba(224, 224, 224, 0.9),
    inset 1px 1px 2px rgba(255, 255, 255, 0.3),
    inset -1px -1px 2px rgba(224, 224, 224, 0.5);
  padding: 2rem;
  border-radius: 50%;
  color: var(--socialMedia-icon);
}

.socialMedia__links a li {
  color: var(--socialMedia-icon);
  font-size: 2.3rem;
}

.bi-aparat {
  background: url(../images/aparat-icon.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.access__wrapper {
  margin-top: 6rem;
  padding-bottom: 6rem;
}

.access__links {
  width: 90%;
  border-left: 1px solid rgba(143, 143, 143, 0.15);
}

.access__links tbody {
  line-height: 5rem;
}

.access__links a:hover,
.quickAccess__link a:hover {
  color: var(--color-primary);
  font-weight: bold;
  transition: var(--transition);
}

.socialMedia__links a:hover {
  scale: 1.5;
  rotate: 10deg;
  transition: var(--transition);
}

/*------------------------------------Responsive small 768px------------------------------------*/
@media screen and (max-width: 768px) {
  .home__introduction {
    margin-top: 2rem !important;
  }

  .product__introduction h1 {
    font-size: 2.5rem;
  }

  .productsCategory__title {
    margin: 6rem 0 2rem 0;
  }

  .socialMedia__links li a {
    font-size: 1.6rem;
  }

  .access__wrapper {
    margin: 0;
  }

  .access__links {
    width: 100%;
    border-left: 0;
    border-top: 1px solid rgba(143, 143, 143, 0.15) !important;
  }

  .categoryPost__title {
    font-size: 1.2rem;
  }

  .productsCategory__wrapper {
    padding: 8rem 0;
  }
}
