:root {
    --main-green: #62BF9F;
    --main-blue: #26ADE2;
    --secondary-dark: #258BC3;

}

a {
    text-decoration: none;
    color: #212529;
}

body {
    font-family: "Heebo", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    background-color: #FFFEF7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {

    font-weight: 600;
    line-height: 1.5;
    color: #212529;
}

a:hover {
    color: var(--main-green, #62BF9F);
}

#navbar {
    transition: background-color 0.3s ease;
}

.navbar a:hover {
    color: var(--main-green, #62BF9F) !important;
}

#main-section {
    margin-bottom: 90px;
    height: 100vh;
    overflow-x: hidden;
    position: relative;
}

.main-content-container {
    height: 100vh;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.black-layer {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(33, 37, 41, .65);
}

.category-title {
    color: var(--main-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;

}

.main-content {
    position: relative;
    z-index: 2;
}

.main-content h1 {
    background: linear-gradient(97deg, #62BF9F 9.82%, #26ADE2 122.59%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.main-content p {
    color: var(--PUTIH, #FFFEF7);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.72px;
}

.btn-cns {
    border-radius: 5px;
    background: var(--MAIN-GRADIENT, linear-gradient(97deg, #62BF9F 9.82%, #26ADE2 122.59%));
    color: white;
    transition: all 0.3s ease;
}

.btn-cns:hover {

    border: 1px solid var(--secondary-dark, #258BC3);
    background: transparent !important;
    color: var(--secondary-dark);
}

#spotlight {
    margin-bottom: 40px;
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 900;
    background: -webkit-linear-gradient(135deg, #62BF9F, #26ADE2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title p {
    font-size: 18px;
    font-weight: 400;
}

.card-link {
    text-decoration: none;
}

.card-link {
    text-decoration: none;
}

.card-news-center {
    text-align: center;
    margin-bottom: 40px;
}

.card-news-center img {
    width: 100%;
    margin-bottom: 10px;
}

.card-news-center .category-title {
    font-weight: 700;
    color: var(--main-green);
}

.card-news-center h3 {
    font-weight: 700;
    font-size: 20px;
}


.card-news-left,
.card-featured {
    text-align: left;
    margin-bottom: 40px;
}

.card-news-left img,
.card-featured img {
    width: 100%;
    margin-bottom: 10px;
}

.card-news-left .category-title,
.card-featured .category-title {
    font-weight: 700;
    color: var(--main-green);
}

.card-news-left h3,
.card-featured h3 {
    font-weight: 700;
    font-size: 20px;
}

.card-news-left p,
.card-featured p {
    color: #293133;
}

.section-container {
    margin-bottom: 20px;
}

.event-date {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-green);
}

.event-date {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-green);
}

.location-event {
    color: var(--main-blue) !important;
}

.subscribe {
    background-color: #F9F7F0;
    padding: 20px 0;
}

.subscribe h3 {
    font-weight: 300;
}

#footer {
    background: #212529;
    padding-top: 60px;
    padding-bottom: 20px;
    color: white;
}

#footer h4 {
    font-size: 18px;
    font-weight: 800;
    color: white;
}

#footer a {
    color: white;
    text-decoration: none;
}

#logo-img-full,
#logo-img-small {
    transition: opacity 0.3s ease-in-out;
}

.scrolled {
    background-color: white !important;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.scrolled .navbar-nav .nav-link {
    color: #212529;
}

.scrolled .navbar-nav .nav-link.active {
    color: var(--main-blue);
}

.sub-nav {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

.breadcrumb {
    font-weight: 700;
}

.breadcrumb-item.active {
    color: var(--main-blue);
}

header h1 {
    font-size: 60px;
    background: var(--MAIN-GRADIENT, linear-gradient(97deg, #62BF9F 9.82%, #26ADE2 122.59%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 1.2;
}

.header-img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.events-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--main-blue);
}

/* custom toggler mobile */
.navbar-toggler {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: white;
    border: 1px solid var(--main-green);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggler .toggle-bar,
.menu-toggler .toggle-bar {
    display: block;
    position: relative;
    width: 24px;
    height: 1px;
    background-color: var(--main-green);
    line-height: inherit;
    bottom: 8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggler .toggle-bar::before,
.menu-toggler .toggle-bar::before {
    position: absolute;
    content: "";
    bottom: -7px;
    right: 0;
    width: 15px;
    height: 1px;
    background-color: var(--main-green);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggler .toggle-bar::after,
.menu-toggler .toggle-bar::after {
    position: absolute;
    content: "";
    bottom: -14px;
    right: 0;
    width: 10px;
    height: 1px;
    background-color: var(--main-green);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggler:hover,
.menu-toggler:hover {
    background-color: var(--main-green);
}

.navbar-toggler:hover .toggle-bar,
.menu-toggler:hover .toggle-bar {
    background-color: white;
}

.navbar-toggler:hover .toggle-bar::before,
.menu-toggler:hover .toggle-bar::before {
    background-color: white;
    width: 100%;
}

.navbar-toggler:hover .toggle-bar::after,
.menu-toggler:hover .toggle-bar::after {
    background-color: white;
    width: 100%;
}

/* end custom toggler mobile */
