body {
    font-family: "Manrope", sans-serif;
}

.nav-link {
    color: #000;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.btn-join {
    background-color: #f1f1f1;
    color: #000;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.375rem 1rem;
    border: none;
    box-shadow: 0px 0px 0px 1px var(--Opacity-Neutral-Darkest-5, rgba(3, 9, 13, 0.05)) inset, 0px -2px 1px 0px var(--Opacity-Neutral-Darkest-5, rgba(3, 9, 13, 0.05)) inset, 0px 1px 2px 0px var(--Opacity-Neutral-Darkest-5, rgba(3, 9, 13, 0.05));
}

.btn-learn {
    background-color: #004AAD;
    color: white;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.375rem 1rem;
    border: none;
    margin-left: 10px;
    box-shadow: 0px 32px 24px 0px rgba(255, 255, 255, 0.05) inset, 0px 2px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 1px var(--Opacity-Neutral-Darkest-15, rgba(3, 9, 13, 0.15)) inset, 0px -2px 1px 0px rgba(0, 0, 0, 0.20) inset, 0px 1px 2px 0px var(--Opacity-Neutral-Darkest-5, rgba(3, 9, 13, 0.05));
}

.navbar-nav .nav-item .dropdown-toggle::after {
    margin-left: 0.5rem;
}

.navbar {
    padding: 1rem;
}

.navbar-brand {
    font-family: 'Cursive', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
}

.navbar-brand img{
    max-height: 50px;
}

.hero-section {
    height: 80vh;
    background: url('../images/hero.png') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* dark overlay */
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section .btn{
    border-radius: 999px;
    box-shadow: 0px 0px 0px 1px var(--Opacity-Neutral-Darkest-5, rgba(3, 9, 13, 0.05)) inset, 0px -2px 1px 0px var(--Opacity-Neutral-Darkest-5, rgba(3, 9, 13, 0.05)) inset, 0px 1px 2px 0px var(--Opacity-Neutral-Darkest-5, rgba(3, 9, 13, 0.05)) !important;
}

.qBox{
    margin: 15px 0px;
    border: 1px solid #ccc;
}

.support{
    margin: 40px 0px;
}

.support i{
    font-size: 30px;
    margin-bottom: 15px;
}

.support img {
    width: 38px;margin-bottom: 15px;
}

.support p {
    margin-bottom: 10px;
}

.mobileFooter a {
    color: #212529;
    margin: 0px 15px;
    text-decoration: underline !important;
}

.list-unstyled li a{
    text-decoration: none;
    color: #000;
}

.navbar-nav li{
    margin: 0px 10px;
}

.shadowStyle{
    box-shadow: 0px 32px 24px 0px rgba(255, 255, 255, 0.05) inset, 0px 2px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 1px var(--Opacity-Neutral-Darkest-15, rgba(3, 9, 13, 0.15)) inset, 0px -2px 1px 0px rgba(0, 0, 0, 0.20) inset, 0px 1px 2px 0px var(--Opacity-Neutral-Darkest-5, rgba(3, 9, 13, 0.05));
}

@media (max-width: 767.98px) {
  .mobileFooter a {
    display: block;
    margin: 15px 0px;
    text-decoration: underline !important;
  }
  .list-unstyled{
    margin: 15px 0px;
  }
}
