body {
  font-family: Montserrat, sans-serif;
}

.btn {
  filter: blur(0px);
  font-size: 17px;
}

.navbar {
  font-size: 17px;
  border-bottom: 1px solid #dfe3e7 ;
  background: rgba(241,242,244,0.5);
  filter: blur(0px);
  backdrop-filter: blur(30px);
}

.btn-navbar {
}

.hero-content {
  background: #ffffff;
}

@media (min-width: 768px) {
  .hero-content {
    background: transparent;
    height: 500px;
  }
}

.hero-heading {
  font-family: 'DM Serif Display', serif;
}

@media (min-width: 768px) {
  .hero-heading {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (min-width: 1200px) {
  .hero-heading {
    font-size: 120px;
    line-height: 120px;
    color: var(--bs-black);
  }
}

@media (min-width: 1200px) {
  .hero-content {
    height: 600px;
  }
}

