@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap");
body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}
header {
  background-color: #fff;
  padding: 1% 0;
  color: #ffffff;
  margin: 0;
}
header img {
  box-shadow: none;
  width: 180px;
}
img {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.189);
  border-radius: 1rem;
}
a {
  color: #000 !important;
  text-decoration: none;
}
.reg-btn {
  margin: 2% 0 0 0;
  background-color: #f22c4d;
  width: 80%;
  border: none;
  color: white !important;
  font-weight: 900;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 8px;
}
.hoverimg {
  transition: 0.2s all ease-in-out;
}
.hoverimg:hover {
  transform: scale(1.02);
}
.center {
  display: block;
  width: 100%;
}
.center img {
  width: 40% !important;
  height: 40% !important;
}
h4 {
  margin: 6px;
}
footer {
  text-align: center;
  margin-top: 4%;
  font-size: 15px;
  color: #fff;
  background-color: #201e3d;
  padding: 36px 10px 30px 10px;
}
@media (max-width: 991px) {
  h1.h4 {
    font-size: 18px;
    margin: 20px 0;
  }
  h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header img {
    width: 200px;
  }
  .reg-btn {
    width: 75%;
    padding: 12px 14px;
    font-size: 15px;
    margin-left: auto;
    display: block;
  }
  .center img {
    width: 60% !important;
    height: 60% !important;
  }
}
@media (max-width: 576px) {
  header img {
    width: 100px;
  }
  .center img {
    width: 70% !important;
    height: 70% !important;
  }
  .reg-btn {
    width: 95%;
    padding: 9px 10px;
    font-size: 13px;
  }
  footer p {
    font-size: 14px;
  }
}

img.try:hover {
  transform: unset;
}

.mtx-btn {
  cursor: pointer;
}
