@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow-x: hidden;
}

nav {
  background: white;
}

nav ul li a {
  font-weight: 600 !important;
}

nav ul li a:hover {
  border-bottom: 4px solid #006766;
}

.btn-login {
  background-color: #BD211B !important;
  padding: 10px 30px !important;
  color: white !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  margin-right: 15px !important;
}

.btn-signup {
  background-color: #006766 !important;
  padding: 10px 30px !important;
  color: white !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
}

.hero-section {
  position: relative;
}

.banner-text {
  position: absolute;
  top: 45%;
  left: 5%;
  color: white;
}

.btn-green {
  background-color: #006766 !important;
  color: white !important;
  padding: 10px 30px !important;
  border-radius: 30px !important;
  text-decoration: none !important;
}

.btn-green:hover {
  background-color: #fff !important;
  color: #006766 !important;
  box-shadow: 0 0 15px 5px #00000010;
}

.text-green {
  color: #006766;
}

.footer {
  position: relative;
  background: url('../images/footer.png') !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  color: white !important;
  margin-top: 5vh;
}

.social_links img {
  margin-right: 10px;
}

.links a {
  color: white !important;
  text-decoration: none !important;
  margin-right: 5%;
}

.btn-red {
  background-color: #BD211B !important;
  padding: 10px 30px !important;
  color: white !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  margin-right: 15px !important;
}

.btn-white {
  background-color: transparent !important;
  padding: 10px 30px !important;
  color: white !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  margin-right: 15px !important;
  border: 1px solid #fff;
}

.btn-white:hover {
  background-color: white !important;
  color: black !important;
  border: 1px solid #fff;
}

.footer .wapp {
  position: absolute;
  right: 2%;
  top: -7%;
}

.login-page {
  background: url('../../images/MVP  Flavors - Log in.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form {
  background-color: #006766;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 6px 9px 10px 5px #00000020;
  color: white;
}

.splash {
  height: 100vh;
  background: url('../images/splash.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-splash {
  position: absolute;
  bottom: 0;
}

.skip-btn {
  position: absolute;
  bottom: 0;
  right: 2%;
  margin-bottom: 3vh;
}

.active > .page-link,
.page-link.active {
  background: #006766;
  border: none;
}

@media screen and (max-width: 968px) {
  .splash .btns a {
    width: 100%;
    margin-bottom: 10px;
  }
}

.header-btn {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background: white !important;
  color: black !important;
}

.table-def th {
  background-color: #006766 !important;
  color: white !important;
}

.form-def input,
.form-def textarea,
.form-def select {
  margin-bottom: 10px;
}

.header {
  position: relative;
  min-height: 10vh;
  background: linear-gradient(to right, #006766 25%, #017674 25%);
  padding: 0px !important;
}

.left-side {
  min-height: 10vh;
  border-top-right-radius: 10px;
}

#faq details {
  background-color: red !important;
  box-shadow: 0 0 10px 10px #00000010;
  border-radius: 10px;
}
.left-side {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: white;
}
.right-side {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.card {
  position: relative;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  height: 30vh;
  background: #000;
  color: #fff;
}
.card-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: top center;
  filter: brightness(0.7);
}
.card-gradient {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60%;
  background: linear-gradient(transparent, rgba(0,0,0,0.9));
}
.card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  z-index: 2;
}
.btn-rounded {
  border-radius: 50px;
}
.card-title, .card-text {
  margin-bottom: 0.25rem;
}
.badge-status {
  font-size: 0.85rem;
 margin-bottom: 5px;
 max-width: fit-content;
}
