h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}
/* ================================About================================ */
.head {
  display: flex;
  flex-direction: row;
  padding: 20px 50px;
  justify-content: space-between;
  align-items: center;
}
.head2 {
  display: inline-flex;
  flex-direction: row;
  width: 40%;
}
.head select {
  font-family: "Poppins", sans-serif !important;
  padding: 10px;
  border-radius: 15px;
  margin: 0 2px;
  width: 50%;
  color: #fff;
  border-style: none;
  background-color: #565c64;
}
/* ================================loot1================================ */
.loot {
  display: flex;
  flex-direction: row;
  padding: 20px 40px;
  justify-content: center;
}
.loot img {
  width: 100%;
}
.lootcard1,
.lootcard2,
.lootcard3,
.lootcard4 {
  width: 22%;
  transition: all 0.3s;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  background-color: #26292d;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0);
}
.lootcard1:hover,
.lootcard2:hover,
.lootcard3:hover,
.lootcard4:hover {
  cursor: pointer;
  transform: scale(1.02);
  transition: all 0.3s;
  box-shadow: 1px 1px 2px #c41c1c, 0 0 35px #c41c1c, 0 0 5px #212428;
}
.lootcard1 img,
.lootcard2 img,
.lootcard3 img,
.lootcard4 img {
  border-radius: 10px 10px 0px 0px;
}
.ctop {
  color: #c41c1c;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ctop p {
  margin: 5px 0px;
  font-size: 16px;
}
.ctop a {
  font-size: 16px;
  text-decoration: none;
}
.ctop a:hover {
  transition: all 0.3s;
  color: #bd6969;
}
.cbottom {
  font-size: 16px;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #c41c1c;
}
.cbottom p {
  margin: 0 0 5px 0;
}
.like {
  font-size: 20px;
  padding: 0 10px 10px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
