/* ====== GLOBAL ====== */
body{
  /* navbar height offset */
  padding-top: 76px;
}


.navbar-nav .nav-link{
  margin: 0 .6rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover{
  color: #0d6efd !important;
}

/* ====== HERO SECTION ====== */
#hero{
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-shadow: 0 2px 6px rgba(0,0,0,.6);
}
.bg-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero-content h1{
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
}
.hero-content p{
  font-size: 1.25rem;
}

/* ====== SECTION HEADINGS ====== */
.section-title{
  font-weight: 700;
}

/* ====== TESTIMONIAL ====== */
#testimonials .bi-star-fill{
  color: #ffc107;
}

/* ====== IMG FIT FOR TESTIMONIAL LEFT SIDE ====== */
.object-fit-cover{
  object-fit: cover;
  height: 100%;
}

/* ====== FOOTER ====== */
footer a{
  text-decoration: none;
}
