@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #212428;
  font-family: Poppins, sans-serif !important;
}
h1 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: rgba(33, 36, 40, 0.2);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(117, 19, 19);
}
button#toppy {
  display: none;
  background-color: #c41c1c;
  position: fixed;
  bottom: 18px;
  right: 10px;
  font-size: 20px;
  border-style: none;
  border-radius: 100px;
  cursor: pointer;
  padding: 15px;
}
.pc {
  display: none;
  position: fixed;
  height: 100%;
  background: #c41c1c;
  z-index: 100;
  align-items: center;
  justify-content: center;
  padding: 100px;
  text-align: center;
}
/* ================================Header================================ */
.header {
  font-size: 17px;
  display: flex;
  position: absolute;
  width: -webkit-fill-available;
  align-items: center;
  padding: 20px;
  z-index: 1;
  font-weight: 500;
  top: 0;
}
.header .headerleft {
  display: flex;
  width: 40%;
  align-items: center;
  padding: 0px 15px 0px 15px;
}
.header .headerright {
  text-align: end;
  width: 60%;
}
.header .headerright a {
  text-decoration: none;
  padding: 10px;
  color: #fff;
}
.header .headerright a:hover {
  transition: all 0.3s;
  color: #c41c1c;
}
input#homesearch {
  transition: all ease-in 0.3s;
  color: #fff;
  width: 40vh;
  font-size: 15px;
  margin-left: 20px;
  border-radius: 30px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.103);
  border-style: none;
}
input#homesearch:focus {
  padding: 10px;
  transition: all ease-in 0.3s;
  width: 60vh;
  outline: none;
}
a#wallet {
  background-color: #c41c1c;
  border-radius: 20px;
}
a#wallet:hover {
  color: #212428;
  background-color: #fff;
}

/* ================================Home================================ */
.main {
  z-index: 1;
  width: 100%;
  height: 200vh;
  color: #fff;
}
.backdrop {
  width: 100%;
}
.backdrop img {
  z-index: 0;
  position: relative;
  width: 100%;
  height: auto;
}
.backmain {
  display: flex;
  padding: 2%;
  height: 85%;
  top: 10%;
  position: absolute;
  width: -webkit-fill-available;
  flex-direction: row;
  align-items: flex-start;
}
.backleft {
  padding: 15px 90px;
  width: 50%;
}
.backleft p {
  color: #a2b0c0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.backleft h1 {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: bolder;
  margin: 0;
}
.backleft button {
  transition: all 0.5s;
  font-family: Poppins, sans-serif;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  width: 30%;
  font-weight: bold;
  background-color: #c41c1c;
  border-radius: 10px;
  border-style: none;
  cursor: pointer;
}
.backleft button:hover {
  color: #c41c1c;
  background-color: #fff;
  transition: all 0.5s;
  width: 99%;
}
.backright {
  position: relative;
  display: flex;
  width: 50%;
  padding: 0px 50px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
img#backright:hover {
  transform: scale(0.95);
  transition: all 0.3s;
  box-shadow: 1px 1px 2px #c41c1c, 0 0 35px #c41c1c, 0 0 5px #212428;
}
img#backright {
  transition: all 0.3s;
  border-radius: 10px;
  height: auto;
}

/* ================================Top Box================================ */
.top {
  position: relative;
  display: flex;
  flex-direction: column;
}
.top .topbox1 {
  display: flex;
  padding: 10px 80px;
}
.top .box1,
.top .box2,
.top .box3,
.top .box4 {
  border-radius: 10px;
  display: flex;
  padding: 20px 10px;
  margin-right: 30px;
  background-color: #26292d;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0);
}
.top .box1:hover,
.top .box2:hover,
.top .box3:hover,
.top .box4:hover {
  transform: scale(1.02);
  transition: all 0.3s;
  box-shadow: 1px 1px 2px #c41c1c, 0 0 35px #c41c1c, 0 0 5px #212428;
}
.top .topbox2 {
  margin-top: 10px;
  display: flex;
  padding: 10px 80px;
}
/* ================================Middle Box================================ */
.middle {
  margin-top: 50px;
  position: relative;
  display: flex;
  padding: 10px 80px;
  flex-direction: column;
}
.slider {
  display: flex;
  width: -webkit-fill-available;
}
.slider .card {
  flex: 1;
  margin: 40px 10px;
  background: #26292d;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  height: 100%;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0);
}
.slider .card:hover {
  transform: scale(1.02);
  transition: all 0.3s;
  box-shadow: 1px 1px 2px #c41c1c, 0 0 35px #c41c1c, 0 0 5px #212428;
}
.slider .card .img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.slider .card .content {
  height: 10vh;
  padding: 10px 20px;
}
.card .content .title {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.card .content .sub-title {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #c41c1c;
}
/* ================================Bottom Box================================ */
.bottom {
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.bottom .bottomall {
  padding: 10px 80px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.bottom .bottomall .btn1,
.btn2,
.btn3 {
  padding: 50px;
  width: 33%;
  height: 25rem;
  margin: 0 10px;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0);
}
.bottom .bottomall h2 {
  font-weight: 600;
}
.bottom .bottomall img {
  width: 20%;
  height: auto;
}
/* ================================Footer================================ */
.footer {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  width: 100%;
  height: 70vh;
  bottom: 0%;
  background-color: #282b30;
}
.footer h3 {
  font-size: 20px;
  margin: 10px 0px;
  font-weight: 500;
}
.footer a {
  transition: all 0.3s;
  text-decoration: none;
  margin: 10px 0px;
  font-weight: 500;
}
.footer a:hover {
  transition: all 0.3s;
  color: #c41c1c;
}
.footer .foot1 {
  display: flex;
  flex-direction: column;
  padding: 50px;
  width: 25%;
}
.footer .foot2 {
  display: flex;
  flex-direction: column;
  padding: 50px;
  width: 25%;
}
.footer .foot3 {
  display: flex;
  flex-direction: column;
  padding: 50px;
  width: 25%;
}
.footer .foot4 {
  display: flex;
  flex-direction: column;
  padding: 50px;
  width: 25%;
}
