body {
  scroll-behavior: smooth !important;
}

nav,
#mobile-menu,footer {
  background-color: #181818  !important;
}

#home{
  width: 100%;
  height: 90vh;
  background: linear-gradient(#00000048, #00000094), url("./images/hero-bg-img.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white !important;
}
#home h1{
  background: white;
  color: #41dd58;
  padding: 10px 20px;
}

/* Privacy and Terms Conditions */
.page {
  text-align: justify;
}

.page h3 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}

.page h4 {
  font-size: 25px;
  font-weight: 500;
  text-align: start;
  margin: 10px 0px;
}

.page p {
  font-size: 18px;
  margin-bottom: 10px;
}

.page ul {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 10px;
}

.page ul li {
  margin-bottom: 10px;
}

.page a {
  margin-bottom: 10px;
  color: blue;
}
