/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    border-color: #3bb54a !important;
    background: #3bb54a !important;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 20px;
    border-radius: 230px 100px;
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar-dark .navbar-toggler {
    color: #3bb54a !important;
    border-color: #3bb54a !important;
}
.navbar-toggler-icon {
    background-color: #3bb54a; /* Mengubah warna latar belakang menjadi hitam */
    border-radius: 5px; /* Menyesuaikan agar tidak ada sudut melengkung jika diinginkan */
}
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}
.navbar-toggler {
    position: relative;
    right: 20px; /* Atur jarak dari kanan sesuai kebutuhan */
}
.navbar-nav .nav-link {
  color: #111 !important;
  font-weight: 700;
}
.dropend .dropdown-toggle {
  color: salmon;
  /*margin-left: 1em;*/
}
.dropdown-item {
  font-weight: 700;
}
.dropdown-item:hover {
  background-color: #fff;
  color: #111 !important;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  /*.dropend .dropdown-toggle {
    margin-left: 0.5em;
  }*/
}
.navbar-nav.ms-auto .nav-link {
    color: #111 !important; /* Atau sesuaikan warna sesuai kebutuhan */
}

/*** Navbar End ***/

/*** Hero Header ***/
.hero-header {
    /*background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hero-img.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://fireworksbi.com/img/file/UTJPQT09VTVNRE16TVRVM01ETnpNeE5q.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 111px !important;
    }
}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: #e9ecef;
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: var(--bs-secondary);
    
}
/*** featurs End ***/

/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/

/*about us*/
.about-section{
    position:relative;
    padding:80px 0px;
}

.about-section .content-column{
    position:relative;
    margin-bottom:40px;
}

.about-section .content-column .inner-column{
    position:relative;
    padding-top:50px;
    padding-right:60px;
}

.about-section .content-column .text{
    position:relative;
    color:#777777;
    font-size:16px;
    line-height:2em;
    margin-bottom:40px;
}

.about-section .image-column{
    position:relative;
    margin-bottom:50px;
}

.about-section .image-column .inner-column{
    position:relative;
    padding:40px 40px 0px 0px;
    margin-left:50px;
}

.about-section .image-column .inner-column:after{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    left:40px;
    bottom:100px;
    z-index:-1;
    border:2px solid #3bb54a;
}

.about-section .image-column .inner-column .image{
    position:relative;
}

.about-section .image-column .inner-column .image:before{
    position:absolute;
    content:'';
    left:-50px;
    bottom:-50px;
    width:299px;
    height:299px;
    background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
    position:relative;
    width:100%;
    display:block;
}

.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    /*background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;*/
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #3bb54a;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 16px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #3bb54a;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
    color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 40px;
}
.sec-title .title {
    position: relative;
    color: #3bb54a;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}
.dropdown-item {padding: 10px 15px !important;}
.text-center {text-align: center !important;}
.text-shadow {text-shadow: 6px 4px 3px rgba(0, 0, 0, 0.21);}
.text-bold {font-weight: 700;}
.text-hitam {color: #111 !important;}
.text-miring {font-style: italic !important;}
.bg-primary {background-color: #3bb54a !important;}
.bg-2 {background: #f8f8f8 !important;}
.bg-bookstand {background: #f8f8f891 !important;}
.widget-service {border: 1px solid #dddddd; border-radius: 4px; padding: 35px 40px 20px;}
.item-title {font-size: 24px;font-weight: 500;}
.margin-bottom-1 {margin-bottom: 10px !important;}
.margin-bottom-2 {margin-bottom: 20px !important;}
.margin-bottom-3 {margin-bottom: 30px !important;}
.margin-bottom-4 {margin-bottom: 40px !important;}
.margin-bottom-5 {margin-bottom: 50px !important;}
.tengah {float: none; margin: 0 auto;}
.errorfill{border-color: #ea6666 !important;}
@keyframes glowing {
    0% {
        background-color: #35a498;
        box-shadow: 0 0 5px #35a498;
    }
    50% {
        background-color: #032d41;
        box-shadow: 0 0 20px #032d41;
    }
    100% {
        background-color: #35a498;
        box-shadow: 0 0 5px #35a498;
    }
}

.blink2 {
    display: inline-block; /* Change to inline-block for proper padding */
    padding: 15px 30px; /* Increased padding for better button size */
    font-size: 15px;
    background-color: #ffb524 !important; /* Button color */
    color: #fff;
    border-radius: 5px;
    text-decoration: none; /* Remove underline */
    text-align: center; /* Center the text */
    transition: background-color 0.3s ease; /* Smooth transition */
    animation: glowing 1300ms infinite; /* Glowing animation */
}

.blink2:hover {
    background-color: #ff9a00; /* Darker shade on hover */
}

.youtube-thumbnail-link {
    position: relative;
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #000;
    text-decoration: none;
}

.youtube-thumbnail-link img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.youtube-thumbnail-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.16);
    transition: background 0.35s ease;
}

.youtube-thumbnail-link:hover img {
    transform: scale(1.04);
    opacity: 0.92;
}

.youtube-thumbnail-link:hover::after {
    background: rgba(0,0,0,0.08);
}

.youtube-thumbnail-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #3BB54A;
    color: #fff;
    box-shadow: 0 12px 28px rgba(59,181,74,0.38);
}

.youtube-thumbnail-play svg {
    width: 30px;
    height: 30px;
    display: block;
    transform: translateX(2px);
    fill: currentColor;
}

.box-img {
    background: #fff;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.10);
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.10);
    margin-bottom: 15px;
}

.organizer-logo-panel {
    padding: clamp(24px, 4vw, 48px) !important;
    background: #fff !important;
}

.organizer-logo-panel > .row {
    row-gap: 8px;
}

.organizer-logo-panel h4 {
    min-height: 3.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 12px;
    line-height: 1.25;
}

.organizer-logo-panel .row {
    align-items: stretch;
}

.organizer-logo-panel [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.organizer-logo-panel .box-img {
    width: 100%;
    min-height: 150px;
    height: 100%;
    padding: 22px;
    margin-bottom: 0;
    border: 1px solid rgba(59,181,74,0.28);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(59,181,74,0.12);
    position: relative;
    overflow: hidden;
}

.organizer-logo-panel .box-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #3BB54A;
}

.organizer-logo-panel .box-img center,
.organizer-logo-panel .box-img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organizer-logo-panel .box-img img {
    width: auto;
    max-width: 100% !important;
    max-height: 105px !important;
    object-fit: contain;
}

.organizer-logo-panel .col-md-6 > .row {
    flex: 1;
}

@media (max-width: 767.98px) {
    .organizer-logo-panel h4 {
        min-height: auto;
        font-size: 1.1rem !important;
    }

    .organizer-logo-panel .box-img {
        min-height: 132px;
        padding: 18px;
    }

    .organizer-logo-panel .box-img img {
        max-height: 92px !important;
    }
}
html {
  scroll-behavior: smooth;
}

.parallax-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  width: 100%;
  min-height: 35vh;
  position: relative;
  text-align: center;
  flex-direction: column;
}

.parallax-item h2 {
    font-size: 3rem;
    text-transform: uppercase;
    background-color: #000000b3;
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.parallax-item h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
    background-color: #000000b3;
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}

.theme-btn {
  padding: 0.75rem 2rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.btn-style-three {
  background-color: #3498db; /* Warna biru */
  border: 2px solid #3498db;
}

.btn-style-three:hover {
  background-color: #ffffff;
  color: #3498db;
}

.parallax-item:first-child {
  background: url("https://ik.imagekit.io/ufuaasox4ii/1609727440_zmeU65unl.jpg");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .parallax-item h2 {
    font-size: 1.5rem;
  }
  .theme-btn {
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
  }
}
ul.li {margin-left: 1.5em;list-style: none}
ul.li li {padding-bottom: 10px}
ul.li li:before {content: '\f061'; /* Kode untuk icon Font Awesome (fa-arrow-right) */font-family: 'Font Awesome 5 Free'; /* Pastikan menggunakan FontAwesome 5 atau lebih baru */font-weight: 900; /* Menentukan apakah ikon bold atau tidak */float: left;margin-left: -1.5em;color: #35a498}
.news-block-three {position: relative;margin-bottom: 40px;}
.news-block-three .inner-box {position: relative;}
.news-block-three .inner-box .lower-content {position: relative;padding: 25px 25px 20px;border: 2px solid #dddddd;}
.breadcrumb-item+.breadcrumb-item::before {color: #000000 !important;}
