/* CATATAN DEVELOPER /*  

    #0e7f79 = warna hijau tua
    #dff8fe = warna hijau muda 
    #333 = warna hendak hitam
    #031730 = warna biru donker 

/* ALL */

html {
    font-family: Garamond, serif, Georgia, 'Times New Roman', Times, serif;
    scroll-behavior: smooth;
}



/* BODY */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}



/* NAVBAR */

.navigation {
    background-color: #0e7f79;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem 0;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s;
}

.nav-links a:hover {
    background-color: #dff8fe;
    color: black;
    border-radius: 4px;
}

.progress-container {
    height: 3px;
    background: #ccc;
}

.progress-bar {
    height: 3px;
    background-color: #0e7f79;
    width: 0%;
}



/* TO THE TOP BUTTON */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: #0e7f79;
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 6px;
    cursor: pointer;
}

#myBtn:hover {
    background-color: #333;
}



/* WELCOMING SECTION */

.welcoming {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
}

@media screen and (min-width: 800px) {
    .welcoming {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background-color: #333;
        margin: 2.5rem 0 0 0;
    }

    .title {
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .title h1 {
        text-align: left;
        color: white;
        font-size: 2rem;
        margin: 0;
        padding: 1rem;
    }
    
    .title h2 {
        text-align: left;
        font-size: 1.25rem;
        color: white !important;
        margin: 0;
        padding: 1rem;
    }
}

/* HEADER SECTION */
.header img {
    width: 100%;
    height: auto;
}

/* TITLE SECTION */
.title {
    text-align: center;
    padding-bottom: 1rem;
}

.title h1 {
    font-size: calc(1.5rem + 5vw);
    margin: 0;
}

.title h2 {
    font-size: 1.5rem;
    color: #333;
    margin: 0;
}



/* DESC SECTION */

.desc {
    margin: 0;
}

.desc p {
    padding: 12px;
    margin: 0;
    text-align: center;
}



/* MEMBER SECTION*/
.member { 
    padding: 1rem;
    text-align: center;
    background-color: #DFF8FE;
}

#memberTitle {
    font-size: 1.5rem;
    color: black;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

* {box-sizing:border-box}

.slideshow-container {
  max-width: 300px;
  min-height: 454px;
  position: relative;
  margin: auto;
  background-color: #333;
}

.slideshow-container img {
    max-width: 300px;
    min-height: 454px;
}

/* semuanya disembunyiin, dimunculin 1 1*/
.mySlides {
  display: none;
  pointer-events: none;
  
}

/* Next & previous btn */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* next btn taruh kanan */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* btn hover*/
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* text nama siswa */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 32px;
  width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.8);
}

/* Number text (1/34) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: 'Courier New', Courier, monospace;
}

/* 5 btn yg bawah */
.dot {
  cursor: pointer;
  margin: 0.1rem;
  padding: 6px 12px;
  background-color: #bbb;
  border-radius: 6px;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}

/* fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



/* GALLERY SECTION*/

.gallery {
    text-align: center;
    padding: 1rem;
}

#galleryTitle {
    font-size: 2rem;
    color: black;
    margin: 1rem;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.gallery-container img { 
    height: 12rem;
    width: auto;
    max-width: 100%;
    padding: 6px;
    border-radius: 8px;
    transition: transform 0.3s;
}

.gallery-container img:hover {
    transform: scale(1.02);
}



/* LINKING */

.linking {
    text-align: center;
    padding: 1rem;
    background-color: #0e7f79;
}

#stuffTitle {
    font-size: 2rem;
    color: white;
}

.link-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.link-items a {
    text-decoration: none;
    color: #333;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    transition: transform 0.3s;
}

.link-items a:hover {
    transform: scale(1.05);
}

.link-items img {
    max-width: 100%;
    max-height: 140px;
    border-radius: 4px;
    margin-bottom: 8px;
}



/* SOCIAL MEDIA SIGN */

.socmed_icon {
    background-color: #dff8fe;
    text-align: center;
    padding: 2rem;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

#socmed_sign {
    font-size: 2rem;
    color: #0e7f79;
    margin: 0;
}

.social-icons a {
    color: #333;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 1rem;
}

.social-icons a svg {
    padding: 6px;
    height: 60px;
    width: auto;
}

.socmed_icon a:hover {
    transform: scale(1.05);
    transition: 0.3s;
    color: black;
}

#icon_instagram:hover {
    fill: url(#instagram_gradient);
}

#icon_youtube:hover {
    fill: #cd201f;
}

#icon_discord:hover {
    fill: #5765EC;
}

#icon_spotify svg:hover {
    fill: #1db954;
    border-radius: 20%;
    background-color: black;
}



/* FILLER SECTION */

.filler {
    text-align: center;
    background-color: white;
    padding: 1rem;
}

.filler h2 {
    margin: 0;
}

.filler-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 1rem;
}

.filler-container img {
    width: 100%;
    max-width: 146px;
    height: auto;
    border-radius: 3px;
    transition: transform 0.3s;
}

.filler-container img:hover {
    transform: scale(1.05);
}


/* FOOTER SECTION*/

.footer {
    background-color: #0e7f79;
    color: white;
    text-align: center;
    padding-top: 1rem;
}

.footer p {
    margin: 0.5rem 0;
}

.footer #foot_bottom {
    background-color: black;
    color: rgba(255, 255, 255, 0.233);
    font-family: 'Courier New', Courier, monospace;
    font-size: smaller;
    margin: 0;
    padding: 12px;
}
