h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}
/* ================================top================================ */
.top {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 50px;
  height: 100vh;
  align-items: center;
  background: linear-gradient(
      -45deg,
      rgb(238, 119, 82),
      rgb(231, 60, 126),
      rgb(35, 166, 213),
      rgb(35, 213, 171)
    )
    0% 0% / 400% 400%;
  animation: 15s ease 0s infinite normal none running gradient;
}
.top1 {
  animation: 1s ease-out 0s 1 slideInFromLeft;
  width: 50%;
}
.top2 {
  padding: 50px;
  display: flex;
  width: 50%;
}
.top2 img {
  width: 100%;
}
button#start,
button#start2,
button#start4,
button#start3 {
  position: relative;
  transition: all 0.5s;
  font-family: Poppins, sans-serif;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  width: 30%;
  font-weight: bold;
  background-color: #c41c1c;
  border-radius: 10px;
  border-style: none;
  cursor: pointer;
}
button#start5 {
  position: relative;
  transition: all 0.5s;
  font-family: Poppins, sans-serif;
  color: #212428;
  padding: 10px;
  font-size: 20px;
  width: 30%;
  font-weight: bold;
  background-color: #fff;
  border-radius: 10px;
  border-style: none;
  cursor: pointer;
}
button#start:hover,
button#start2:hover,
button#start4:hover,
button#start3:hover {
  color: #fff;
  background-color: rgb(22, 169, 56);
  transition: all 0.5s;
  width: 99%;
}
button#start5:hover {
  color: #fff;
  background-color: rgb(32, 43, 49);
  transition: all 0.5s;
  box-shadow: 0px 0px 2px #fff, 0 0 20px #fff, 0 0 5px #c41c1c;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ================================proof================================ */
.proof {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 50px;
  height: 100vh;
  align-items: center;
}
.proof1 {
  padding: 5px;
  display: flex;
  width: 45%;
  flex-direction: column;
}
.proof2 {
  text-align: end;
  width: 55%;
}
.proof2 a {
  color: #000;
  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;
}
.proof2 a:hover {
  transition: all 0.3s;
  color: #c41c1c;
  box-shadow: 1px 1px 2px #c41c1c, 0 0 35px #c41c1c, 0 0 5px #212428;
}
/* ================================proof2================================ */
.proof22 {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 50px;
  height: 100vh;
  align-items: center;
}
.proof21 {
  width: 60%;
}
.proof222 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 5px;
}
.proof21 a {
  color: #000;
  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;
}
.proof21 a:hover {
  transition: all 0.3s;
  color: #c41c1c;
  box-shadow: 1px 1px 2px #c41c1c, 0 0 35px #c41c1c, 0 0 5px #212428;
}
/* ================================reason================================ */
.reason {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 50px;
  height: 100vh;
  align-items: center;
}
.reason1 {
  padding: 20px;
  display: flex;
  width: 45%;
  flex-direction: column;
}
.reason2 {
  text-align: end;
  width: 55%;
}
/* ================================report================================ */
.report {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 100px;
  height: 100vh;
  align-items: center;
  background: #c41c1c;
}
/* ================================ready================================ */
.ready {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 100px;
  height: 100vh;
  align-items: center;
  background-image: url(/public/img/homebanner.png);
}
