a {
    text-decoration: none;
}

.navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar .navbar-nav .nav-item {
    color: var(--white);
    margin-right: 10px;
    margin-left: 10px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--white);
}

#hero {
    min-height: 700px;
    height: 100vh;
    background-color: var(--black);
    background-image: url(../images/carousel.png);
    color: var(--white);
    text-align: center;
}

#hero h1 {
    font-size: 87px;
    font-weight: 900;
    line-height: 76px;
}

#hero p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

#hero-faq {
    height: 419px;
    background-color: var(--black);
    background-image: url(../images/hero-faq.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 75px;
}

#hero-faq h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    color: var(--black);
}

#hero-faq p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: var(--white);
}

#hero-blog {
    height: 419px;
    background-color: var(--secondary-color);
    background-image: url(../images/hero-blog.png);
    background-repeat: no-repeat;
    margin-top: 75px;
}

#hero-blog h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    color: var(--black);
}

#hero-blog p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: var(--black);
}

#hero-dashboard {
    height: 280px;
    background-color: var(--black);
    background-image: url(../images/hero-dashboard.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 75px;
    text-align: center;
}

#hero-dashboard h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    color: var(--white);
}

#hero-dashboard p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: var(--white);
}

.text-primary {
    color: var(--secondary-light) !important;
}

.text-muted {
    color: #B2B2B4 !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
}

.bg-primary-dark {
    background-color: var(--primary-dark) !important;
    color: var(--white) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
    color: var(--black) !important;
}

.bg-secondary-light {
    background-color: var(--secondary-light) !important;
    color: var(--black) !important;
}

.btn-primary {
    background-color: var(--secondary-color);
    border: 1px var(--secondary-color) solid;
}

.btn-primary:hover {
    background-color: var(--secondary-dark);
    border: 1px var(--secondary-dark) solid;
}

.btn-secondary {
    background-color: #36373C;
    border: 1px #36373C solid;
}

.btn-transparent {
    background-color: transparent;
    border: 1px var(--white) solid;
    border-radius: 0px;
    color: var(--white);
    padding: 12px 32px;
}

.btn-transparent:hover {
    background-color: white;
    border: 1px var(--white) solid;
    border-radius: 0px;
    color: var(--black);
}

.badge.text-bg-category {
    background-color: #F5F2FC !important;
    color: var(--secondary-dark) !important;
    border: 1px var(--secondary-dark) solid;
    font-weight: 400;
}

.border-primary {
    border-color: var(--secondary-light) !important;
}

#about .card {
    background-color: var(--primary-dark);
    color: var(--white);
    border: 0px;
    border-radius: 0px;
    height: 100%;
}

#journey .asset-3 {
    background-image: url('../images/asset-home-3.svg');
    background-repeat: no-repeat;
    background-position: center;
}

#journey .card {
    background-color: var(--primary-dark);
    color: var(--white);
    border: 0px;
    height: 100%;
}

#benefit .card {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px var(--secondary-light) solid;
    height: 100%;
    border-radius: 16px;
}

#benefit .card .card-body p {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

#testimoni .card {
    /* width: 360px; */
    min-height: 480px;
    color: var(--white);
    border: 0px;
    border-radius: 0px;
    margin: 0px 16px;
    flex: 0 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#testimoni .card .card-body {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

#testimoni .card .box {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    padding: 24px 20px;
    white-space: normal;
}

#testimoni .card .box .quotes {
    font-style: italic;
    display: none;
}

#testimoni .card:hover .box .quotes {
    display: block;
    backdrop-filter: blur();
}

.overflow-x-scroll {
    width: 100%;
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding: 0px 50px;
}

#mentors .card {
    width: 100%;
    min-height: 480px;
    background-color: transparent;
    color: var(--white);
    border: 0px;
    height: 100%;
    border-radius: 0px;
    flex: 0 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#mentors .card .card-body {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

#mentors .card .box {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0px;
    backdrop-filter: blur(12px);
    padding: 24px 20px;
    white-space: normal;
}

.video-youtube {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#start .card {
    background-color: var(--white);
    color: var(--black);
    border: 0px;
    border-radius: 16px;
}

#start .card .card-body h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}

.faq-start {
    background-color: var(--primary-dark);
    background-image: url('../images/asset-faq-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#faq .accordion .accordion-item {
    background-color: transparent;
    color: var(--white);
    border: 0px;
    border-bottom: 1px var(--white) solid;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
}

#faq .accordion .accordion-button {
    background-color: transparent;
    color: var(--white);
    border-bottom: 0px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 400;
}

#faq .accordion .accordion-button.collapsed {
    background-color: transparent;
    color: var(--white);
    border-bottom: 1px var(--white) solid;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 400;
}

#faq .accordion .accordion-item .accordion-body {
    padding: 20px 36px;
}

#page-blog .nav .nav-link {
    color: #7C7C7F;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    margin: 4px 2px;
}

#page-blog .nav .nav-link.active {
    background-color: #36373C;
    color: var(--white);
}

#page-blog .nav .nav-link:hover {
    background-color: #36373C;
}

#page-blog .card {
    width: 100%;
    padding-top: 50%;
    position: relative;
    border: 0px;
    border-radius: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 24px;
}

#page-blog .card .card-body {
    padding: 24px;
    background: rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    color: var(--white);
}

.page-post {
    margin-top: 75px;
}

.page-post h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    color: var(--white);
}

.page-post p {
    color: #B2B2B4;
}

.page-post .subtitle {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    color: var(--white);
    margin-top: 24px;
}

.page-post .img-content {
    margin: 40px 0px;
}

.page-post .img-content img {
    border-radius: 12px;
    margin-bottom: 8px;
}

.page-post .quotes {
    width: 100%;
    padding: 8px 24px;
    border-left: 2px var(--secondary-color) solid;
    margin: 36px 0px;
}

.page-post .quotes h3 {
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
}

.page-post .quotes span {
    color: #B2B2B4;
    font-size: 16px;
    font-weight: 400;
}

.page-post .card.conclusion {
    border-radius: 16px;
    margin-top: 36px;
    margin-bottom: 14px;
}

#registration {
    margin-top: 75px;
}

#registration label {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}

#registration input {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    height: 52px;
    color: var(--white);
}

#registration textarea {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white);
}

#registration button {
    padding: 12px 18px;
}

#registration .form-error {
    color: #EC4E4E;
    font-size: 14px;
    margin-top: 4px;
}

.dashboard .card {
    background-color: var(--primary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 12px;
    height: 100%;
}

.dashboard .card .card-body {
    padding: 24px;
}

.dashboard .card .card-body h2 {
    font-size: 36px;
    font-weight: 600;
}

.dashboard .card .card-footer {
    border-top: 1px solid var(--secondary-color);
    padding: 24px;
    text-align: end;
}

.dashboard .card .card-footer a {
    text-decoration: none;
    color: var(--white);
}

#amoeba-dashboard input#search-amoeba {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    width: 320px;
}

#amoeba-dashboard .card {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    height: 100%;
}

#amoeba-dashboard .card .card-body {
    padding: 0px;
}

.card .card-body .image-container {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    background-color: var(--secondary-dark) !important;
    color: var(--white);
}

.footer a.title {
    color: var(--white);
    text-decoration: none;
}

.footer li a {
    color: #B2B2B4;
    text-decoration: none;
}