* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

.sizedBox {
  padding: 5% 0;
}
.hrs {
  width: 2.5rem;
  border: none;
  border: #000 solid 2px;
}

.navbar {
  transition: 500ms;
  background: linear-gradient(
    0deg,
    rgba(208, 184, 168, 0.5) 0%,
    rgba(208, 184, 168, 0.75) 100%
  );
}

.nav-item {
  font-size: 1.2rem;
  color: #000;
  text-transform: uppercase;
  padding: 0px 10px;
}

.nav-item a {
  color: #fff;
}
.nav-item a:hover {
  color: #ffffffc7;
}

.bgc {
  background: #fff;
}
.bgtc .nav-item a {
  color: #000;
}

.apply-btn {
  color: #000;
  background-color: #d0b8a8;
  border: #fff solid 1px;
  border-radius: 5px;
  padding: 5px 10px;
  transition: 300ms;
  text-decoration: none;
}

.register-btn:hover {
  background-color: #d0b8a8;
  color: #fff;
}

.hero {
  background-image: url("../images/bmi_background.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 2;
}

.hero::after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.hero h1 {
  font-size: 5rem;
  font-weight: 400;
}
.hero p {
  font-size: 1.1rem;
}

.feature {
  padding: 5% 15%;
}

.feature-box {
  text-align: center;
  padding: 4.5%;
}

.feature-box h3 {
  font-size: 1.6rem;
}

.feature-box i {
  color: #d0b8a8;
  background-color: #f0eeed;
  border-radius: 50%;
  font-size: 4rem;
  padding: 2.5rem;
  margin-bottom: 15px;
  transition: 500ms;
}

.feature-box i:hover {
  color: #f0eeed;
  background-color: #d0b8a8;
  font-size: 3.5rem;
}

.events-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.event-number p {
  background: #d0b8a8;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  padding: 5px;
  height: 50px;
  width: 50px;
}

.info-image img {
  width: 100%;
  height: 100%;
}

.info-section {
  padding: 5%;
}

.info-section h2 {
  font-size: 2rem;
  font-weight: bold;
}
.info-box p {
  padding: 0 15%;
  font-size: 1.3rem;
}

.download-section {
  background: #d0b8a8;
}

.download-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.download-section a {
  font-size: 1.5rem;
}

.counter-section {
  margin: 10% 0;
}

.counter-section h3 {
  font-weight: bold;
  font-size: 2rem;
}

.counter-section p {
  font-weight: bold;
  font-size: 3.6rem;
}

.counter-box {
  font-size: 4rem;
}
.counter-box hr {
  width: 190px;
  position: relative;
  top: -14px;
  margin: auto;
  border: none;
  border-top: #000 solid 3px;
}

.footer-section {
  background: #d0b8a8;
}
.footer-section h3 {
  font-size: 2.5rem;
  font-weight: bold;
}

footer {
  background-color: #000;
}
.footer-section .input-group input {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.footer-section .input-group input:focus {
  border-color: #000;
}

.footer-section .input-group input {
  height: 44px;
}

.copy-rights p {
  color: #ada5a5;
  font-size: 1rem;
  padding-top: 15px;
}
.social-media i {
  color: #ada5a5;
  padding: 15px;
  font-size: 1.5rem;
  transition: 500ms;
}

.social-media i:hover {
  color: #ddd4d4;
}

@media (max-width: 575px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero p {
    font-size: 0.9rem;
  }
  .events-section {
    margin: 0 50px;
  }

  .card {
    margin: 0 40px;
  }

  .info-section h2 {
    padding: 30px 0;
    font-size: 1.5rem;
  }
  .info-box p {
    font-size: 1.3rem;
  }

  .download-section h2 {
    font-size: 2rem;
  }

  .download-section a {
    font-size: 1rem;
  }

  .counter-section h3 {
    font-size: 1.2rem;
    padding-bottom: 30px;
  }

  .counter-section p {
    font-size: 2.5rem;
  }

  .counter-box hr {
    width: 120px;
  }

  .footer-section h3 {
    font-size: 2rem;
  }

  footer {
    padding: 10px;
  }
  .copy-rights p {
    text-align: center;
  }
  .social-media i {
    padding-bottom: 10px;
  }
}
