* {
    box-sizing: border-box;
}

body {
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    margin: 0 0 0 0 !important;
}

@font-face {
    font-family: "digitaltmedium";
    src: url("digitalt-webfont.woff2") format("woff2"),
        url("digitalt-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}
.card {
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}
.card-header {
    background-image: url("../img/bg3.jpg") !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0px 250px;
    color: #fff;
    font-size: 20px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
        sans-serif;
}
.table {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.bg-videos {
    background-image: url("../img/bg3.jpg") !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 10px 150px;
}
#latar {
    background-image: url("../img/bg3.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 98vh;
    z-index: -1;
}
.logo {
    width: 133px;
    position: relative;
    top: 4px;
    left: 40px;
}

.yogyakarta {
    position: absolute;
    height: 48px;
    right: 0;
    top: 0;
}
.yogyakarta img {
    height: 60px;
    position: relative;
    right: -14px;
}
.bg-nav-custom {
    background-color: #cab460e0 !important;
    width: 101%;
}
.tgl-jam {
    position: absolute;
    top: 10px;
    right: 7px;
    line-height: 23px;
    z-index: 1000;
}
div.jam > div {
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    color: green;
}
#hariini {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: chocolate;
}
.banner {
    overflow: hidden;
    white-space: no-wrap;
    width: 80%;
    float: left;
}
.banner-slide {
    animation: slide 80s infinite linear;
}
.banner-slide > img {
    height: 200px;
    margin-left: 15px;
}
.info {
    width: 20%;
}
thead tr th {
    color: green !important;
    font-size: 14px !important;
}
tbody tr td {
    color: black !important;
    font-size: 14px !important;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-80%);
    }
}

#slider{
    background:#292734!important;
    height:263px!important;
}
.scroll-container{
    width: 74%;
    position:absolute;
    margin-top:10px;
}
.scroll-primary{
    display: flex;
    justify-content: center;
    animation: scroll-horizontal 20s linear infinite;
}
.scroll-secondary{
    animation: scroll-horizontal 20s linear infinite;
    animation-delay: 10s;
}
.scroll-primary img{
    width:32%;
    margin:3px;
    border-radius: 10px;
}
.scroll-primary, .scroll-secondary{
    width:100%;
    overflow: hidden;
    position:absolute;
    margin-left:30px;
}
@keyframes scroll-horizontal{
    0%{
        left:100%;
    }
    100%{
        left:-100%;
    }
}

ul.mitra li img {
    -webkit-box-reflect: below 3px
        linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.175));
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 66px;
    background-color: #917625;
    z-index: 1000;
}
.footer-img {
    position: fixed;
    left: 10px;
    bottom: 2px;
    height: 104px;
}

.bubble {
    position: relative;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 16px;
    background: #fff;
    border-radius: 40px;
    padding: 20px;
    text-align: center;
    color: #000;
}

.bubble-bottom-left:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 24px solid #fff;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    border-bottom: 20px solid transparent;
    top: 32px;
    left: -23px;
    transform: rotate(70deg);
}
.blockquote {
    font-size: 13px !important;
}
.blockquote-footer {
    margin-top: 0.4rem !important;
}
.blockquote > :last-child {
    margin-bottom: -23px !important;
}
.logo-marquee {
    height: 100px;
    width: auto;
    margin: 0 20px;
}
.newsticker {
    font-size: 34px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    color: #fff;
}
.newsticker img {
    height: 30px;
    width: auto;
    position: relative;
    left: 3px;
    top: 3px;
}
/* Css Admin */
.dropdown-menu:after {
   background: transparent!important;
   border-style: none!important;
}
.app-header{
    background: #296c10!important;
}


/* efek tulisan tahun baru 2025 */
.newyear{
    width: 600px;
    position: absolute;
    top: 8px;
    left: 260px;
    z-index: 2;
}
  /* Kontainer untuk kembang api */
  #firework-container {
    position: absolute;
    top: 30px;
    left: 800px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }
