h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}
/* ================================About 1================================ */
.top {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 50px;
  height: 80vh;
  align-items: center;
}
.top1,
.top2 {
  width: 50%;
  padding: 10px 50px;
}
.top3 {
  display: inline-flex;
  width: 100%;
  height: 80vh;
  padding: 50px;
  justify-content: center;
}
.top img {
  width: 100%;
}
.top p {
  font-size: 16px;
}
/* ================================Coin 1================================ */
.coin {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 50px;
  background: linear-gradient(90deg, #c41c1c 50%, #fff 50%);
}
.coin1 {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 50px;
}
.coin1 h1 {
  font-size: 110px;
  margin: 30px 0px;
}
.hush {
  margin-top: 55%;
  opacity: 0;
  display: flex;
  flex-direction: row;
}
.cy {
  margin-top: 0;
  opacity: 0;
  display: flex;
  flex-direction: row;
}
.coin2 {
  display: flex;
  width: 50%;
  padding: 50px;
  justify-content: center;
}
img#app1img {
  position: relative;
  width: 0;
  top: auto;
}
/* ================================Story 1================================ */
.story {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 50px;
  height: 80vh;
  align-items: center;
  margin-top: 20;
}
.story1 {
  width: 40%;
  padding: 10px 30px;
}
.story2 {
  width: 60%;
  padding: 10px 50px;
}
.story1 img {
  width: 70%;
}
.story2 h2 {
  font-size: 24px;
  color: #c41c1c;
}
.story2 p {
  font-size: 18px;
}
/* ================================Loot 1================================ */
.loot {
  color: #000;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px;
  align-items: center;
  background-color: #c41c1c;
}
.loot1 {
  animation: 1s ease-out 0s 1 slideInFromLeft;
  width: 50%;
  padding: 50px;
  text-align: center;
}
.loot1 h1 {
  font-size: 30px;
  text-align: center;
}
.loot2 {
  display: flex;
  width: 50%;
  text-align: -webkit-center;
}
.loot2 img {
  width: 75%;
}
.loot1 a {
  margin-top: 50px;
  transition: all 0.3s;
  display: inline-flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px;
  background-color: #fff;
}
.loot1 a:hover {
  transition: all 0.3s;
  box-shadow: 0px 0px 2px #fff, 0 0 20px #fff, 0 0 5px #c41c1c;
}
/* ================================Organ 1================================ */
.organ {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px;
  height: auto;
  align-items: center;
}
/* ================================Bottom 1================================ */
.bottom {
  color: #000;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px;
  align-items: center;
  margin-top: 20;
  background-color: #ffffff;
}
.bottom a {
  margin-top: 50px;
  transition: all 0.3s;
  display: inline-flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px;
  background-color: #c41c1c;
}
.bottom a:hover {
  transition: all 0.3s;
  color: #fff;
  box-shadow: 1px 1px 2px #c41c1c, 0 0 35px #c41c1c, 0 0 5px #212428;
}
/* ================================loot1================================ */
.lootmember {
  display: flex;
  flex-direction: row;
  padding: 20px 40px;
  justify-content: center;
}
.lootmember img {
  object-fit: cover;
  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 {
  font-size: 20px;
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-bottom: 2px solid #c41c1c;
}
.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: 22px;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.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;
}
