body {
    background: #EDFAFF;
    font-family: 'Poppins', sans-serif;
}


.fixed-top-2 {
    margin-top: 40px;
}


.row-pertama{
    padding-bottom: 50px;
}

.thumbnail-move{
    position: relative;
    overflow: hidden;
}

.imagess{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    transition: transform .5s ease;
}

.image-card{
    float: left;
    width:  500px;
    height: 350px;
    background-size: cover;
    padding-bottom: 12px;
}

.image-card-sm{
    float: left;
    width:  500px;
    height: 275px;
    background-size: cover;
    padding-bottom: 12px;
}

.image-card-xs{
    float: left;
    width:  240px;
    height: 150px;
    background-size: cover;
    padding-bottom: 12px;
}


.hiddenss{
    transition: .5s ease;
    position: absolute;
    top: 70%;
    left: 35%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;

}

.thumbnail-move:hover .imagess {
    opacity: 0.3;
    transform: scale(1.5);
}

.textss{
    color: white;
    text-align: left;
    margin-top: 10px;
}

.card-highlight{
    padding: 10px;
}

.label-blue{
    background: #2c79e8;
    padding: 5px;
    margin-left: 5px;
}



.buttonss{
    padding: 15px 30px;
    margin: 10px;
    display: inline-block;
    color: #000;
    background: #ffce54;
    text-decoration: none;
}

.buttonss:hover{
    text-decoration: none;
    color: #000;
}

/*===================*/
/* BOUNCE OUT
/*===================*/

.contents{
    font-size: 1em !important;
}

li a button{
    font-weight: 500;
    font-size: 16px;
}


.card{
    border-radius: 1%;
}
.sam {
    position: relative;
}

.image-again {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle-again {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.text-again {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.sam:hover .image-again {
    opacity: 0.3;
}

.sam:hover .middle-again {
    opacity: 1;
}

.in-lines2 {
    color: #3a3e40;
    margin-bottom: 42px;
}

.title-line {
    height: 30px;
    text-align: center;
    margin-bottom: 72px;
}
.glider{

}

.img-banner{
    width: 640px;
    height: 460px;
    object-fit: cover;
}

.row{
    margin-bottom: 10px;
}

.news-more2{
    margin-top: 24px;
}
.news-more2 p{
    padding: 10px;
    float: right;
    border-radius: 32px;
    border: 1px solid #2c79e8;
    font-size: 12pt;
    color: #2c79e8;
    transition: background, color 0.75s;
}
.news-more2 a {
    text-decoration: none;
}

.news-more2 p:hover {
    color: white;
    background: #2c79e8;
}

.news-d{
    font-size: 9pt;
    color: black;
}
.card-download{
    padding:5px;
    border: 1px solid #2c79e8;
    border-radius: 32px;
    transition: 0.25s;
}

.card-download:hover{
    background: #2c79e8;
    color: white;
}

.card-gallery{
    padding: 30px;
    font-size: 11pt;
}


.aplikasi{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 14px;
    background: white;
    border-radius: 8px;
}

.list-news2{
    position: static;
    margin-top: 10px;
    transition: background 0.25s;

}

.list-news2:hover{
    background: #e0dfe3;
    border-left: 3px solid #ffce54;
}

.list-news2 p{
    color: #45474a;
    transition: margin-left 0.25s;
}

.list-news2:hover p{
    margin-left: 10px;
    color: #2c79e8;
}

.list-news2 a{
    text-decoration: none; /* No underlines on the link */
    /* Fix to make div clickable in IE */
}

.apps-grid{
    margin-top: 40px;
}

.footer{
    padding: 30px;
    height: auto;
    background: #001878;
    color: white;
}

.ul-footer{
    margin-top: 12px;
    list-style: none;
}

.chatboxx{
    position: fixed;
    bottom: 10%;
    left: 83%;
    height: 72px;
    width: 72px;
    padding: 8px;
    border-radius: 14px;
    background: #2c79e8;
    border: 1px solid white;
}

.chatboxx2{
    height: 72px;
    width: 72px;
    padding: 8px;
    border-radius: 14px;
    background: #2c79e8;
    border: 1px solid white;
}


iframe {
    overflow: scroll;
    width: 1349px;
    height: 500px;
    border: 1px solid black;
}

.bounce-out-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.bounce-out-on-hover:hover, .bounce-out-on-hover:focus, .bounce-out-on-hover:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.twitter-embed{
    max-height: 100px;
}

.chat-column{
    background: #e0e0e0;
    height: 300px;
    overflow-y:scroll;
}

.chat-contact{
    overflow: scroll;
}

.chat-contact a{
    text-decoration: none;
    color: #0a0e14;
}

.chat-box{

}

.chat-kiri{
    background: #e3e3c7;
    padding: 10px;
    border-radius: 10px;
}

.chat-kanan{
    background: #0f74a8;
    padding: 10px;
    border-radius: 10px;
    color: white;
}

.title-disdik{

}

.container-search{
    position: relative;
}
.container-search img{
    opacity: 50%;
}
.text-search{
    position: absolute;
    top: 10%;
}

.act-btn{
    background:#0f74a8;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    transition: ease all 0.3s;
    position: fixed;
    right: 30px;
    bottom:30px;
}
.act-btn:hover{background: #6d9cbe;}

.act-btn2{
    background:green;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    transition: ease all 0.3s;
    position: fixed;
    right: 30px;
    bottom:84px;
}
.act-btn2:hover{background: #6d9cbe;}

/*new layout */

.navbar {
    background: #003399; /* Transparent navbar */
}

.navbar .nav-link,
.navbar-brand {
    color: white !important;
}

.navbar .nav-link:hover {
    color: #FFCC00 !important; /* Lighten on hover */
}


.inline-image {
    display: inline-block;
    margin-right: 10px; /* Space between images */
}

.icon-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px; /* Circle size */
    height: 42px; /* Circle size */
    background-color: #FFCC00; /* Background color (Twitter blue) */
    border-radius: 50%; /* Make it a circle */
    margin: 5px; /* Add spacing between icons */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover animation */
    cursor: pointer; /* Pointer cursor on hover */
    color: black;
}

.icon-wrapper:hover {
    transform: translateY(-10px); /* Bounce out effect */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Add shadow for pop effect */
    background-color: #3FBFF0;
    color: white;
}

.icon-wrapper i {
    font-size: 24px; /* Icon size */
}

.link-atas{
    text-decoration: none;
    color: white;
}

.nav-ul-pos{
    margin-left: 90px;
}

.logo-atas {
    margin-right: 20px;
    height: 64px;
    width: auto;
}

.header-atas{
    height: 48px;
    color: white;
}

.navbar-nav li{
    font-size: 12pt;
}

.ul-atas{
    font-size: 9pt;
    margin-bottom: 30px;
}

/* merubah warna background dropdown */
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #FFCC00;
    color: #003399;
}

/* merubah warna hover */
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: #FFCC00;
    color: #3FBFF0;
}

.dropdown-item{
    color: black;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

nav a {
    outline: none;
    color: #1e5877;
    text-decoration: none;
}

a:hover, a:focus {
    color: #528cb3;
}


@media (min-width: 768px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}













