@import url("https://fonts.googleapis.com/css2?family=New+Amsterdam&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.nav-link {
  transition: 0.2s ease-in;
}
.nav-link:hover {
  background: #cd5c5c;
  padding: 0.2em;
  border-radius: 0.2em;
  text-transform: uppercase;
}
.white:hover {
  color: white !important;
}
.page-one .top .my-edit:hover {
  background: #cd5c5c;
  text-transform: capitalize;
  transition: 0.5s;
  border-radius: 0.3em;
}
.page-one .top .my-icon {
  font-size: 2.5em !important;
}

.page-one .mid {
  background: url(images/products-background.jpg) rgba(0, 0, 0, 0.5);
  color: white;

  background-size: cover;

  margin-top: 4.5em;
  height: 58vh;

  background-size: cover;
}
.page-one .mid h1 {
  font-size: 3rem;
  word-spacing: 0.2em;
  font-weight: 700;
  font-style: normal;
}
.page-one .mid p {
  font-weight: 300;
}

.page-two .top h1 {
  font-weight: 700;
}

.page-two .mid .icon,
.page-three .mid .icon,
.page-four .mid .icon,
.page-two .mid span,
.page-three .mid span,
.page-four .mid span {
  color: #a9a9a9;
  font-size: 1.5em;
}

.page-two .mid span,
.page-three .mid span,
.page-four .mid span {
  font-weight: 600;
}

.page-two .mid .card,
.page-three .mid .card,
.page-four .mid .card {
  outline-color: white;
  outline-style: outset;
}

.page-two .mid .card h5,
.page-three .mid .card h5,
.page-four .mid .card h5 {
  margin-top: 1em;
}

.page-two .mid .card:hover,
.page-three .mid .card:hover,
.page-four .mid .card:hover {
  background-color: #212529;
  color: white;
  transform: scale(1.1);
  transition: 0.4s;
  padding-top: 0.4em;
}

.page-two .color:hover,
.page-three .color:hover,
.page-four .color:hover {
  color: #cd5c5c;
  cursor: pointer;
}

.page-two .mid,
.page-three .mid,
.page-four .mid {
  gap: 4.5em !important;
}

.page-five .last section i {
  font-size: 5.5em !important;
}
.page-five .last section a {
  text-decoration: none;
  color: white;
  font-weight: 300;
}
.page-five .last section a:hover {
  color: #cd5c5c;
}
.page-five .last section .edit {
  font-size: 3em !important;
}
.page-five .last section .edit:hover {
  color: #cd5c5c !important;
  cursor: pointer;
}
.page-five .mid {
  width: 100%;
}
.page-five .mid hr {
  width: 90%;
  height: 3px;
  background-color: white;
}
.page-five .mid .copy .media .face .book:hover,
.page-five .mid .copy .media .face .twi:hover,
.page-five .mid .copy .media .face .what:hover,
.page-five .mid .copy .media .face .you:hover {
  cursor: pointer;
}

.page-five .mid .copy .media .face .book:hover {
  color: blue !important;
}

.page-five .mid .copy .media .face .twi:hover {
  color: #1da1f2 !important;
}

.page-five .mid .copy .media .face .what:hover {
  color: #089282 !important;
}

.page-five .mid .copy .media .face .you:hover {
  color: #ff0000 !important;
}

.page-five .mid .copy .media .time {
  background: black;
  color: #cd5c5c;
  padding: 0.5em;
  border-radius: 0.4em;
  border: white solid 5px;
}

.myedit {
  display: block !important;
  text-align: center !important;
}

@media screen and (max-width: 992px) {
}
@media screen and (max-width: 640px) {
  .page-one .mid {
    background-position: center;
  }
}
