video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.shadow-lg {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-primary {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: 20px;
  background-size: cover;
  height: 158px;
}

.title {
  color: #ffffff;
  font-weight: 400;
  font-size: 72px;
  line-height: 60px;
  font-family: "Lavanderia-Sturdy";
}

.subtitle {
  color: #ffffff;
  font-weight: 400;
  font-size: 30px;
  line-height: 10px;
  font-family: "Lavanderia-Sturdy";
}

/*******************
Feature 6
*******************/
.wrap-feature6-box {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.wrap-feature6-box .card-body {
  padding: 30px;
}
.wrap-feature6-box .card-body .linking {
  color: #ffffff;
}
.wrap-feature6-box .card-body .linking:hover {
  color: #263238;
}
.wrap-feature6-box .card-body p {
  opacity: 0.8;
}
.wrap-feature6-box:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
