/* main-header-css */

/* content */

.content {
  /* width: 1200px; */
  /* margin: auto; */
  padding-top: 65px;
  /* background-image: url(/assets/img/background-image.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(250, 250, 250);
}
.product-heading {
  display: flex;
  justify-content: center;
  display: flex;
  color: rgba(0, 0, 0, 0.6);
}
.product-heading > h2 {
  font-size: 20px;
  border: 1px solid #6c5ce7;
  width: 246px;
  padding: 10px 0;
  margin: 20px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 35px;
}

.product-container {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-around; */
  /* margin: 0 20px; */
}
.product {
  display: flex;
  justify-content: center;
  /* max-width: 19%; */
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 10px 15px 20px;
}
.product a {
  text-decoration: unset;
}
.product:hover {
  /* border: 2px solid #6c5ce7; */
  box-shadow: 0 0 7px rgba(167, 55, 207, 0.5);
}

.product__image {
  /* border-top-left-radius: 15px;
  border-top-right-radius: 15px; */
  width: 100%;
  max-width: 300px;
}
.product:hover .product__image {
  transform: scale(104%);
  transition: 0.3s linear;
}
.product-text {
  margin-top: 15px;
  text-align: center;
}
.product__name,
.product__type,
.product__price {
  text-align: center;
  line-height: 1.3;
}

.product__name {
  color: #000;
}

.product:hover .product__name {
  color: hsl(199, 78%, 43%);
  transition: 0.3s linear;
}
.product__type {
  color: #666;
  font-size: 14px;
}

.product__price {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

/* footer */
.footer {
  background-color: #464646;
  width: 100%;
}
.footer-container {
  display: flex;
  justify-content: center;
  padding: 48px 0;
}

.footer-content {
  width: 312.5px;
  padding: 0 15px;
}

.footer-content__heading {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  margin-bottom: 8px;
}
.footer-content__link,
.footer-content__info {
  color: #919294;
  font-size: 14px;
  line-height: 35px;
  display: block;
}
.footer-content__link {
  text-decoration: unset;
}
.footer-content__link:hover {
  text-decoration: underline;
  transition: ease 0.3s;
}
.footer-content__info {
}
.footer-icon {
  margin-top: 10px;
  display: flex;
  justify-items: flex-start;
}

.footer-icon a {
  margin: 0 8px 0 16px;
}
.footer-icon a:first-child {
  margin-left: 0;
}
.footer-icon a:hover i {
  color: #000;
  transition: ease 0.3s;
}
.footer-icon i {
  font-size: 32px;
  color: #919294;
}
/* .btn {
  position: absolute;
  top: 170px;
  left: 50px;
  width: 150px;
  height: 40px;
  overflow: hidden;
  z-index: 0;
  border-radius: 20px;
}
.btn__bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);
  z-index: -1;
  transition: all 0.3s ease;
}
.btn__item {
  display: block;
  width: 150px;
  line-height: 40px;
  text-align: center;
  text-decoration: unset;
  z-index: 2;
  color: #fff;
  font-size: 20px;
}
.btn:hover .btn__bgc {
  left: -100%;
} */
