:root {
    --main-color: #4e5e30;
    --main-color-light: #bbcc9b;
    --main-color-darker: color-mix(in srgb, var(--main-color), #000 15%);
    --main-color-ligher: color-mix(in srgb, var(--main-color), #fff 15%);
    --clr-bg-header: #4e5e30;
    --clr-btn: #4e5e30;
    --clr-dropdown: #4e5e30;
    --clr-nav-hover: #4e5e30;
    --clr-dropdown-hov: #4e5e30;
    --clr-dropdown-link-hov: #4e5e30;
    --clr-light: #fafafa;
}

@font-face {
    font-family: "Rubik";
    src: url("/public/assets/fonts/Rubik/40453.otf") format("otf");
    font-style: normal;
    font-weight: normal;
}

.font-rubik {
    font-family: "Rubik", sans-serif !important;
}

.font-nunito {
    font-family: "Nunito", sans-serif !important;
}

.font-bolder {
    font-weight: 900 !important;
}

a {
    text-decoration: none !important;
}

.img-responsive {
    object-fit: cover;
    position: absolute;
}

.text-light-brown {
    color: #787878 !important;
}

.overflow-hide {
    overflow: hidden;
}

.bg-main-color {
    background-color: var(--main-color);
}

.bg-main-color-light {
    background-color: var(--main-color-light);
}

.btn-main-color {
    background-color: var(--main-color);
    border: 1px solid var(--main-color) !important;
    color: #fff;
}

.btn-main-color:hover {
    background-color: var(--main-color-darker);
    color: #fff;
}

.btn-main-color-outline {
    background-color: transparent;
    border: 1px solid var(--main-color) !important;
    color: var(--main-color);
}

.btn-main-color-outline:hover {
    background-color: var(--main-color);
    color: white;
}

.main-text-color {
    color: #999999 !important;
}

.main-text-green,
.main-text-green > * {
    color: var(--main-color) !important;
}

.fs-12 * {
    font-size: 12pt !important;
}

.overflow-x-clip {
    overflow-x: clip;
}

.background-shape-1 {
    border-radius: 50% 50% 0 25%;
    width: 200%;
    height: 900px;
    background-color: #bbcc9b;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: auto;
    rotate: -20deg;
}

.w-berita {
    width: 100%;
}

.h-berita-card {
    height: 600px;
}

.round-lg {
    border-radius: 20px;
}

.hr-sparate {
    border: 1px solid;
}

.l-w-100 {
    width: 100%;
}

.no-border tr,
.no-border td {
    border: 0 !important;
}

.l-w-md-25 {
    /* width: 25% !important; */
}

/* Jika Tampilan diatas 748px alias desktop */
@media only screen and (min-width: 748px) {
    .h-md-100 {
        height: 100%;
    }

    .l-w-100 {
        /* width: 100%; */
    }

    .l-w-md-25 {
        width: 25% !important;
    }

    .w-berita {
        width: 50% !important;
    }

    .h-berita-card {
        height: 400px;
    }

    .background-shape-1 {
        border-radius: 50% 50% 0 0;
        width: 200%;
        height: 800px;
        background-color: #bbcc9b;
        position: absolute;
        z-index: -1;
        left: -20%;
        right: auto;
        rotate: 0deg;
    }
}

/* .card-horizontal {
	display: flex;
	flex: 1 1 auto;
} */

/* Start Profile Card 5 */
.profile-card-5 {
    margin-top: 20px;
}
.profile-card-5 .btn {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 20px;
}
.profile-card-5 .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
}
.profile-card-5 .card-img-block img {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
    object-fit: cover;
    height: 18rem;
}
.profile-card-5 h5 {
    color: #4e5e30;
    font-weight: 600;
}
.profile-card-5 p {
    font-size: 14px;
    font-weight: 300;
}
.profile-card-5 .btn-primary {
    background-color: #4e5e30;
    border-color: #4e5e30;
}
/* End Profile Card 5 */

/* Start Carousel Prestasi */
.carousel-prestasi-cell {
    width: 100%; /* full width */
    height: 400px;
    margin-right: 10px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    /* background: #000; */
}

.card-prestasi-1 {
    border-top-right-radius: 10px 10px !important;
    border-top-left-radius: 50px 50px !important;
    border-bottom-left-radius: 5px 5px !important;
    border-bottom-right-radius: 50px 50px !important;
    box-shadow: 2px 2px 15px 2px #ccc;
    height: 100%;
    width: 90%;
    flex-direction: row-reverse !important;
}

.card-prestasi-img {
    position: relative;
    height: 100%;
    width: 50%;
}

.btn-prestasi {
    position: absolute;
    top: auto;
    left: auto;
    border-radius: 25px !important;
    right: -2rem;
    bottom: 10%;
    /* background-color: var(--main-color); */
    /* color: white; */
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.5);
}

.img-prestasi {
    border-top-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 50px 50px;
    object-fit: cover;
    position: absolute;
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.5);
    top: -1rem;
    right: -2rem;
    height: 75%;
    width: 100%;
}

.carousel-prestasi {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    position: relative;
    min-height: 70vh;
}

.prestasi-text {
    box-shadow: inset 0px -100px 60px -60px #fff;
}

.prestasi-text-desc > p {
    font-size: 11pt;
}

.truncate-3-line {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.truncate-2-line {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.text-event > * {
    font-size: 12pt !important;
    color: var(--main-color);
}

@media only screen and (min-width: 748px) {
    .carousel-prestasi {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        position: absolute !important;
        height: 80%;
        overflow: visible;
    }
    .carousel-prestasi-cell {
        width: 100%; /* full width */
        height: 100%;
        margin-right: 10px;
        padding-top: 0;
        padding-bottom: 3rem;
        /* background: #000; */
    }
}
/* End Carousel Prestasi */

/* Start Icon Social Media */
/* Wrapper */
.icon-button {
    background-color: transparent;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3.6rem;
}

/* Circle */
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}
.icon-button:hover span {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    margin: -1.8rem;
}
.twitter span {
    background-color: #4099ff;
}
.facebook span {
    background-color: #3b5998;
}
.linkedin span {
    background-color: #0077b5;
}
.instagram span {
    background-color: #bc2a8d;
}
.tiktok span {
    background-color: #333;
}
.phone span {
    background-color: #4099ff;
}
.envelope span {
    background-color: #ff0d0d;
}
.google-plus span {
    background-color: #ff0d0d;
}
.youtube span {
    background-color: #ff0d0d;
}

/* Icons */
.icon-button i {
    background: none;
    color: white;
    height: 3.6rem;
    left: 0;
    line-height: 3.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
}
.icon-button .fa-twitter {
    color: var(--main-color);
}
.icon-button .fa-envelope {
    color: var(--main-color);
}
.icon-button .fa-facebook,
.icon-button .fa-phone {
    color: var(--main-color);
}
.icon-button .fa-linkedin {
    color: var(--main-color);
}
.icon-button .fa-instagram {
    color: var(--main-color);
}
.icon-button .fa-tiktok {
    color: var(--main-color);
}
.icon-button .fa-google-plus-g {
    color: var(--main-color);
}
.icon-button .fa-youtube {
    color: var(--main-color);
}
.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-linkedin,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-tiktok,
.icon-button:hover .fa-phone,
.icon-button:hover .fa-envelope,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-google-plus-g,
.icon-button:hover .fa-github {
    color: white;
}
/* End Icon Social Media */

/* Start Navbar */

.site-header:not(.animated) .l-nav-links a {
    color: white !important;
}

.site-header .l-nav-links a,
.site-header .l-nav-links .l-dropdown-link a {
    color: #999999 !important;
}

.site-header .l-nav-links .l-dropdown-link:hover a {
    color: #ffffff !important;
    opacity: 1 !important;
}

.l-dropdown ul,
.l-nav-links ul {
    list-style: disc outside none !important;
    margin-top: 0;
    margin-left: 0;
}

.l-dropdown li,
.l-nav-links li {
    list-style: none !important;
}

.l-dropdown ul li::before,
.l-nav-links ul li::before {
    content: unset !important;
}

.l-dropdown ul li,
.l-nav-links ul li {
    content: unset !important;
    margin-bottom: 0;
}

.l-dropdown ul li:hover {
    background-color: var(--clr-dropdown-hov);
    /* background-color: #999999; */
}
.l-nav-btn {
    flex: 3;
    display: flex;
}

.l-nav-links {
    flex: 2;
}

.l-nav-links > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-nav-link {
    position: relative;
}

.l-nav-link > a {
    line-height: 3rem;
    color: var(--clr-light);
    padding: 0 0.8rem;
    letter-spacing: 1px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
}

.l-nav-link > a > i {
    margin-left: 0.2rem;
}

.l-nav-link:hover > a {
    transform: scale(1.1);
}

.l-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}

.l-dropdown ul {
    position: relative;
}

.l-dropdown-link > a {
    display: flex;
    background-color: var(--clr-light);
    color: var(--clr-dropdown);
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.l-dropdown-link:hover > a {
    background-color: var(--clr-dropdown);
    /* background-color: #999999; */
    /* color: var(--clr-light); */
    color: #ffffff;
}

.l-dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid var(--clr-light);
}

.l-dropdown-link i {
    transform: rotate(-90deg);
}

.l-arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: var(--clr-light);
    transform: rotate(45deg);
    cursor: pointer;
    transition: 0.3s;
    z-index: -1;
}

.l-dropdown-link:first-child:hover ~ .l-arrow {
    background-color: var(--clr-dropdown);
}

.l-dropdown-link {
    position: relative;
}

.l-dropdown.second {
    top: 0;
    left: 100%;
    padding-left: 0.8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.l-dropdown.second .l-arrow {
    top: 10px;
    left: -5.5px;
}

.l-nav-link:hover > .l-dropdown,
.l-dropdown-link:hover > .l-dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: var(--clr-light);
    position: relative;
    z-index: 1001;
    transition: 0.5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: var(--clr-light);
    border-radius: 3px;
    transition: 0.5s;
}

.hamburger-menu div:before {
    transform: translateY(-7px);
}

.hamburger-menu div:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 920px) {
    .hamburger-menu-container {
        display: flex;
    }

    #check {
        display: block;
    }

    .l-nav-btn {
        position: fixed;
        height: calc(100vh);
        top: 0;
        padding-top: 3rem;
        left: 0;
        width: 100%;
        /* background-color: #999999; */
        background-color: var(--main-color);
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: 0.65s;
    }

    #check:checked ~ .l-nav-btn {
        transform: translateX(0);
    }

    #check:checked ~ .l-nav-btn .l-nav-link {
        animation: animation 0.5s ease forwards var(--i);
    }

    .l-nav-links {
        flex: initial;
        width: 100%;
    }

    .l-nav-links > ul {
        flex-direction: column;
    }

    .l-nav-link {
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .l-nav-link > a {
        line-height: 1;
        padding: 1.6rem 2rem;
    }

    .l-nav-link:hover > a {
        transform: scale(1);
        background-color: var(--clr-nav-hover);
    }

    .l-dropdown,
    .l-dropdown.second {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: var(--clr-dropdown-hov);
        /* background-color: #999999; */
        display: none;
    }

    .l-nav-link:hover > .l-dropdown,
    .l-dropdown-link:hover > .l-dropdown {
        display: block;
    }

    .l-nav-link:hover > a > i,
    .l-dropdown-link:hover > a > i {
        transform: rotate(360deg);
    }

    .l-dropdown-link > a {
        background-color: transparent;
        color: var(--clr-light);
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .l-dropdown.second .l-dropdown-link > a {
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .l-dropdown.second .l-dropdown.second .l-dropdown-link > a {
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .l-dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
    }

    .l-arrow {
        z-index: 1;
        background-color: var(--clr-btn);
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: 0.5s;
    }

    .l-nav-link:hover .l-arrow {
        background-color: var(--clr-nav-hover);
    }

    .l-dropdown .l-dropdown .l-arrow {
        display: none;
    }

    .l-dropdown-link:hover > a {
        background-color: var(--clr-dropdown-link-hov);
        /* background-color: #999999; */
    }

    .l-dropdown-link:first-child:hover ~ .arrow {
        background-color: var(--clr-nav-hover);
    }

    .l-nav-link > a > i {
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: 0.7s;
    }

    .l-dropdown i {
        font-size: 1rem;
        transition: 0.7s;
    }
}
/* End Navbar */

/* Start Pagination */

.pagination-area {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.pagination-area li::before {
    display: none;
}

.pagination-area li:first-child {
    margin-left: 0;
}

.pagination-area > *:not(:first-child) {
    margin-left: 0.5rem;
}

.pagination-area > input {
    width: 30px;
    padding: 0;
    height: fit-content;
    border-bottom: 1px solid var(--main-color);
}

.pagination-area > input:hover {
    border-bottom: 1px solid var(--main-color-darker);
}

.pagination-area li a {
    border-radius: 1rem;
    position: relative;
    display: block;
    padding: 0 0.5rem;
    height: 2rem;
    min-width: 2rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.63);
    /* margin-left: 0.5rem; */
    color: var(--main-color);
    background-color: #fff;
    border: 1px solid var(--main-color-ligher);
    text-align: center;
}

.pagination-area li a:hover {
    color: #fff;
    background-color: var(--main-color-darker);
}

.pagination-area li a.active {
    background-color: var(--main-color);
    color: #fff;
}

.pagination-area li a:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/* * {
	box-sizing: border-box;
} */
/* 
.main-slider {
	display: flex;
	position: relative;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
}

.slides-container {
	position: relative;
	overflow: hidden;  
	display: flex;
	flex: 1;
}

.slide {
	position: absolute;
	font-size: 90px;
	font-weight: 700;
	color: rgba(255,255,255,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	
	width: calc(100% / 3);
	width: 100%;
}

.slides-inner {
	position: relative;
	height: 100%;
	width: 100%;  
	overflow: hidden;
} */
