body, html {
    margin: 0;
    padding: 0;
    height: 100%;
      
}
.logo {
    width: 15rem; 
    height: 15rem;
    float: left;
    margin-top: -66px;
}
.navigasi {
   background-color: #2C3E50;
   width: 100%;
   height: 90px;
   color: white;
   border-bottom: 5px solid #F39C12;
   position: fixed;
   z-index: 1000;
}

.menu {
    margin-left: 500px;
    margin-bottom: 10px;
    padding: 15px;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   position: relative;
}

.menu ul li {
list-style: none;
display: inline-block;
margin-top: 8px;
margin-right: 15px;
cursor: default;
text-decoration-line: none;
font-size: 17px;
position: relative; /* Membuat posisi relatif untuk submenu */
display: inline-block;
}
  
.menu ul li:hover {
    color: rgb(192, 163, 60);
    cursor: default;
}


/*SUB MENU*/
.menu > ul > li > .dropdown {
    display: none; /* Menyembunyikan dropdown secara default */
    position: absolute; /* Menempatkan dropdown di bawah menu utama */
    top: 100%; /* Memastikan dropdown muncul di bawah menu utama */
    left: 0; /* Mengatur untuk mulai dari posisimu */
    margin-top: 0px; /* Jarak antara menu utama dan dropdown */
    background-color: white; /* Warna latar dropdown */
    border: 1px solid #ccc; /* Tambahkan border */
    z-index: 10; /* Pastikan dropdown muncul di atas elemen lain */
    width: 150px; /* Atur lebar dropdown sesuai kebutuhan */
}

.menu > ul > li:hover > .dropdown {
    display: block; /* Menampilkan dropdown saat hover */
}

.dropdown {
    padding: 0; /* Menghapus padding default */
    list-style: none; /* Menghapus bullet points pada dropdown */
}

.dropdown li {
    color: black;
    padding: 5px 12px;
    display: block; /* Memastikan item dalam dropdown ditampilkan sebagai block */
    text-align: left;
    cursor: pointer; /* Mengubah kursor saat hover */
}


/*BUTTON LCMS*/
.button h2 {
    font-size: 15px;
    cursor: default;
    letter-spacing: 3px;
}
.button {
    float: right;
    margin-right: 60px;
    margin-top: -50px;
    position: relative;
    background: transparent;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;
    padding: 2px 30px;
    z-index: 1;
    overflow: hidden; 
    transition: color 1s, box-shadow 1s;
}
.button:hover {
    transition-delay: 0s, 1s;
    color: white;
    box-shadow: 
        0 0 10px rgb(255, 255, 255),
        0 0 20px rgb(255, 255, 255),
        0 0 40px rgb(255, 255, 255),
        0 0 80px rgb(255, 255, 255),
        0 0 160px rgb(255, 255, 255);
}
.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 100%;
    background: rgb(0, 0, 0);
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
}
.button:hover::before {
    width: 100%;
}

/*BANNER HALAMAN UTAMA*/
.banner {
    background-image: url(background.jpg);
    background-size: cover;
    background-position: fixed;
    height: 655px;
    padding-top: 100px;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.banner h1 span:before {
    content: '';
    animation: move infinite 8s ease;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    font-size: 50px;
}

@keyframes move {
    0% {
        content: 'WELCOME';
    }
    50% {
        content: 'SEKOLAH KRISTEN KALAM KUDUS SORONG';
    }
    100% {
        content: 'SEMANGAT BELAJAR MENINGKATKAN PRESTASI';
    }
}

/*PESAN DIREKTUR*/
.content {
    background-color: #1A1A3D;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.content-left {
    max-width: 60%;
}
.content-right {
    text-align: center;
}
.content-right img {
    width: 100%;
    border-radius: 10px;
    margin-top: 90px;
}
.title {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}
.underline {
    width: 100px;
    height: 4px;
    background-color: #FF4500;
    margin-bottom: 20px;
    margin: 0 auto 20px auto;
}
.text {
    font-size: 18px;
    line-height: 1.6;
}

.director-name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.director-title {
    font-size: 18px;
}



footer {
    background: #343434;
    padding-top: 40px;
}

.container {
    width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.footer-sosmed {
    text-align: right;
}

.footer {
    width: 33.3%;
}

h3 {
    color: white;
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
}


.footer-content p {
    color: white;
}

.footer-sosmed li {
    display: inline-block;
    text-align: center;
    padding: 5px;
    justify-content: left;
}

.social-icons{
    text-align: center;
    padding: 0;
}
.social-icons li{
    display: inline-block;
    text-align: center;
    padding: 5px;
}
.social-icons i{
    color: white;
    font-size: 25px;
}

.footer-sosmed i {
    color: white;
    font-size: 25px;
    text-align: center;
    padding: 0;
    justify-content: left;
}

i:hover {
     color: rgb(209, 156, 32);
     
}

.bottom-bar {
    background: rgb(42, 48, 141);
    text-align: center;
    padding: 3px 0;
    margin-top: 50px;
}

.bottom-bar p {
   color: rgba(0, 0, 0, 0.5);
   font-size: 16px;
}

.video-container {
    background-image: url(anniversary.jpg);
    background-size: cover;
    background-position: fixed;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%; 
}
.overlay-text {
    font-family: 'Arial', sans-serif;
    position: absolute; 
    top: 20px; 
    left: 50%;
    transform: translateX(-50%); 
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 5px black;
    z-index: 10;
}

iframe {
    margin-top: 150px;
    margin-bottom: 150px;
    position: center;
    border-radius: 20px;
}

h1 {
    font-size: 36px;
    margin-top: 50px;
    text-align: center;
}
.garis {
    width: 800px;
    height: 3px;
    background-color: #3A3A3D;
    margin: 10px auto 30px auto;
}
.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
    gap: 200px;
    margin-bottom: 50px
}
.partner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.partner img {
    width: 180px;
    height: 180px;
}

