* {
    margin: 0;
    padding: 0;
}

.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(Images/background.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header img{
    width: 130px;
}

button {
    margin-top: 30px;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: 'Urbanist', sans-serif;
    border: 2px solid #fff;
    padding: 10px 40px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
}

button:hover {
    border: 1px solid #032A37;
    background: #032A37;
    border: 2px solid #fff;
    color: white;
    transition: 1s;
}

nav {
    display: flex;
    padding: 2% 4%;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 125px; 
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul {
    list-style: none;
}

.nav-links ul li {
    display: inline-block;
    padding: 10px 10px;
    position: relative;
}

.nav-links ul li a {
    color: white;
    text-decoration: none;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 13px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #F9D923;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

.nav-links ul li ul.dropdown-menu {
    color: white;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #032a3797;
    padding: 7px;
    border-radius: 10px;
}

.nav-links ul li:hover ul.dropdown-menu {
    display: flex;
}

.title-page {
    width: 65%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.title-page h1 {
    font-size: 90px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
}
.title-page p1 {
    font-size: 20px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    line-height: 1.5;
}

nav .fas{
    display: none;
}

/* ---------------------body------------------ */

.body{
    width: 90%;
    margin: auto;
    padding-top: 0px;
}


.form-button {
    position: fixed;
    bottom: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 1);
    padding: 0.625rem 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    outline: 0;
    transition: all .2s ease;
    text-decoration: none;
    z-index: 1000; /* Untuk memastikan tombol tetap di atas header dan footer */
}

.form-button:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 1);
}

.icon {
    height: 1.5rem;
    width: auto;
}

.texts {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.text-1 {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-2 {
    font-weight: 600;
}

/* ---------------------body-row------------------ */
.row{
    padding: 30px;
}

/* ---------------------latar belakang------------------ */
.colomn-latarbelakang {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    margin: 0 auto;
    background-image: url('Images/latarbelakang.png'); /* Path relatif menuju gambar latar belakang */
    background-size: cover; /* Mengatur gambar agar mengisi area latar belakang */
    background-position: center; /* Mengatur posisi gambar di tengah */
    height: 400px;
    max-width: auto; /* Lebar maksimum kontainer */ /* Menyesuaikan lebar dengan konten */
    margin-left: auto; /* Mengatur margin kiri menjadi auto untuk menengahkan kontainer */
    margin-right: auto; /* Mengatur margin kanan menjadi auto untuk menengahkan kontainer */
}

.penjelasan-latarbelakang {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Mengatur konten ditengahkan secara vertikal */
    align-items: center; /* Mengatur konten ditengahkan secara horizontal */
    text-align: center;
    margin: 20px;
}
p{
    margin-top: 15px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}
h2{
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 32px;
    
}

/* ---------------------filosofi logo------------------ */
.colomn-filosofi {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    margin: 0 auto;
}

.penjelasan-filosofi {
    flex: 1; 
}

* {box-sizing: border-box;}
body {font-family: 'Urbanist', sans-serif;}
.mySlides {
    display: none;
    text-align: center;
}
.imgslide {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position:relative;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mySlides img {
    width: 200px;
    height: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  /* animation-name: fade; */
  animation-duration: 20s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.filosofilogo-keterangan{
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: row;
    align-items: center;
    /* background-color:	rgba(0, 0, 47,0.3); */
    justify-content: space-evenly;
}

.card-filosofilogo-list {
    position: relative; /* Membuat posisi relatif */
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 75, 255, 0); /* Transparent background */
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(1px);
    border-radius: 10px;
    transition: all 0.4s;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.264);
    font-size: 30px;
    font-weight: 900;
    z-index: 20; /* Mengatur z-index ke nilai yang lebih tinggi */
}


.imgslide {
    width: 180px;
    height: auto;
}
  
.card-filosofilogo-list:hover {
    border-radius: 15px;
    cursor: pointer;
    transform: scale(1.2);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.264);
    background: rgb(235, 240, 241);
}
  
.first-content {
    height: auto;
    width: 20px;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border-radius: 15px;
}
  
.card-filosofilogo-list:hover .first-content {
    height: 0px;
    opacity: 0;
}
  
.second-content {
    height: 0%;
    width: 100%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: all 0.4s;
    font-size: 0px;
    transform: rotate(90deg) scale(-1);
    flex-direction: column; /* Menjadikan arah flex container menjadi kolom */
    padding: 10px; /* Menambahkan padding ke dalam */
    margin: 0 10px; /* Menambahkan margin kiri dan kanan */
}
  
.card-filosofilogo-list:hover .second-content {
    opacity: 1;
    height: 100%;
    font-size: 1.8rem;
    transform: rotate(0deg);
}

.second-content h2 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px; /* Memperbarui jarak antara h2 dan p */
}
.second-content p {
    font-family: 'Urbanist', sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    margin-top: 0px; /* Menghapus margin default */
}
.card-filosofilogo-list .first-content img{
    width: 150px; 
}

.card-filosofilogo-list .second-content h2{
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 18px;
    
}
.card-filosofilogo-list .second-content p{
    margin-top: 0px;
    font-family:'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center
}  
/* ---------------------body-filosofi maskot------------------ */
.colomn-filosofimaskot{
    background-image: url('Images/maskotbg.png'); /* Path relatif menuju gambar latar belakang */
    background-size: cover; /* Mengatur gambar agar mengisi area latar belakang */
    background-position: center; /* Mengatur posisi gambar di tengah */
}

.colomn-filosofimaskot h2{
    display: flex;
    justify-content: center; 
     align-items: center;
}


.swiper {
    width: 280px;
    height: 380px; 
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    /* font-size: 22px;
    font-weight: bold;
    color: #fff; */
}

.swiper-slide img {
    max-width: 250px;
    /* max-height: 320px; */
    margin: auto;
}

.swiper-slide:nth-child(1n) {
    background-color: rgb(202, 244, 255);
}

.swiper-slide:nth-child(2n) {
    background-color: rgb(54, 174, 124);
}

.swiper-slide:nth-child(1n) {
    background-color: rgb(241, 190, 72);

}
.isimaskot {
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between; 
    padding-top: 100px;
}

.filosofimaskot p{
text-align: justify
}


.filosofimaskot{
    flex: 1; 
    margin-left: 80px; 
}



/* ---------------------kalimat tagline------------------ */
.colomn-tagline {
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
}

.penjelasan-tagline {
    flex: 1; 
}

h1{
    width: 80%;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
}

/* ---------------------kalimat tagline------------------ */
.colomn-temabesar {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 100px;
    text-align: center;
    margin: 0 auto;
}

.penjelasan-temabesar {
    flex: 1; 
}


/* Footer Section Styles */
.footer {
    background-color: #d7dae0;
    padding: 20px 0;
    min-height: 150px; /* Decreased the minimum height */
    text-align: center;
}

.row-foot {
    margin: 30px 0; /* Decreased the vertical margin */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sponsorship, .partnership {
    margin-top: 20px;
    color: #032A37;
    flex: 1 1 200px;
    max-width: 300px;
    margin: 10px;
}

.sponsorship h2, .partnership h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

/* Image Styles */
.sponsorship img, .partnership img {
    width: 70%; /* Adjusted the image width */
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px; /* Added padding to create space */
    transition: transform 0.3s; /* Transition for hover effect */
}

.sponsorship img:hover, .partnership img:hover {
    transform: scale(1.05); /* Slightly enlarge the image on hover */
}

/* Sponsorship Image Sizes */
.sponsorship img.s {
    max-width: 50px;
}

.sponsorship img.m {
    max-width: 100px;
}

.sponsorship img.l {
    max-width: 150px;
}

.sponsorship img.xl {
    max-width: 200px;
}

.sponsorship img.xxl {
    max-width: 300px;
}

/* Copyright Styles */
p.copyright {
    text-align: center;
    color: #032A37;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 10px;
    margin-top: 20px;
}

@media (max-width: 1199.98px) {
    .title-page h1 {
        font-size: 70px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
    }
    .title-page p1 {
        font-size: 18px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        line-height: 1.5;
    }
    
}

@media (max-width: 991.98px) {
    .title-page h1 {
        font-size: 60px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
    }
    .title-page p1 {
        font-size: 15px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        line-height: 1.5;
    }
    button {
        margin-top: 30px;
        color: #fff;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-family: 'Urbanist', sans-serif;
        border: 2px solid #fff;
        padding: 10px 40px;
        font-size: 15px;
        background: transparent;
        position: relative;
        cursor: pointer;
        border-radius: 20px;
    }
    
    button:hover {
        border: 1px solid #032A37;
        background: #032A37;
        border: 2px solid #fff;
        color: white;
        transition: 1s;
    }
    /* ---------------------body-row------------------ */
    .row{
        padding: 30px;
    }

    /* ---------------------latar belakang------------------ */
    .colomn-latarbelakang {
        display: flex;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        margin: 0 auto;
        background-image: url('Images/latarbelakang.png'); /* Path relatif menuju gambar latar belakang */
        background-size: cover; /* Mengatur gambar agar mengisi area latar belakang */
        background-position: center; /* Mengatur posisi gambar di tengah */
        height: 280px;
        max-width: auto; /* Lebar maksimum kontainer */ /* Menyesuaikan lebar dengan konten */
        margin-left: auto; /* Mengatur margin kiri menjadi auto untuk menengahkan kontainer */
        margin-right: auto; /* Mengatur margin kanan menjadi auto untuk menengahkan kontainer */
    }

    .penjelasan-latarbelakang {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Mengatur konten ditengahkan secara vertikal */
        align-items: center; /* Mengatur konten ditengahkan secara horizontal */
        text-align: center;
        margin: 20px;
    }
    p{
        margin-top: 15px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 15px;
        text-align: center;
    }
    h2{
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 28px;
        
    }
    .colomn-filosofi {
        display: flex;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        margin: 0 auto;
    }
    
    .penjelasan-filosofi {
        flex: 1; 
    }
    
    * {box-sizing: border-box;}
    body {font-family: 'Urbanist', sans-serif;}
    .mySlides {
        display: none;
        text-align: center;
    }
    .imgslide {vertical-align: middle;}
    
    /* Slideshow container */
    .slideshow-container {
      max-width: 1000px;
      position:relative;
      display: flex;
      align-items: center;
      margin: auto;
      justify-content: center;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .mySlides img {
        width: 160px;
        height: auto;
    }
    
    /* Caption text */
    .text {
      color: #f2f2f2;
      font-size: 15px;
      padding: 8px 12px;
      position: absolute;
      bottom: 8px;
      width: 100%;
      text-align: center;
    }
    
    /* Number text (1/3 etc) */
    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }
    
    /* The dots/bullets/indicators */
    .dot {
      height: 10px;
      width: 10px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }
    
    .active {
      background-color: #717171;
    }
    
    /* Fading animation */
    .fade {
      /* animation-name: fade; */
      animation-duration: 20s;
    }
    
    @keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
    }
    
    .filosofilogo-keterangan{
        display: flex;
        padding-top: 40px;
        padding-bottom: 40px;
        flex-direction: row;
        align-items: center;
        /* background-color:	rgba(0, 0, 47,0.3); */
        justify-content: space-evenly;
    }
    
    .card-filosofilogo-list {
        position: relative; /* Membuat posisi relatif */
        width: 160px;
        height: 160px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 75, 255, 0); /* Transparent background */
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(1px);
        border-radius: 10px;
        transition: all 0.4s;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.264);
        font-size: 30px;
        font-weight: 900;
        z-index: 20; /* Mengatur z-index ke nilai yang lebih tinggi */
    }
    
    .imgslide {
        width: 180px;
        height: auto;
    }
      
    .card-filosofilogo-list:hover {
        border-radius: 15px;
        cursor: pointer;
        transform: scale(1.2);
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.264);
        background: rgb(235, 240, 241);
    }
      
    .first-content {
        height: auto;
        width: 10px;
        transition: all 0.4s;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        border-radius: 15px;
    }
      
    .card-filosofilogo-list:hover .first-content {
        height: 0px;
        opacity: 0;
    }
      
    .second-content {
        height: 0%;
        width: 100%;
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        transition: all 0.4s;
        font-size: 0px;
        transform: rotate(90deg) scale(-1);
        flex-direction: column; /* Menjadikan arah flex container menjadi kolom */
        padding: 10px; /* Menambahkan padding ke dalam */
        margin: 0 10px; /* Menambahkan margin kiri dan kanan */
    }
      
    .card-filosofilogo-list:hover .second-content {
        opacity: 1;
        height: 100%;
        font-size: 1.8rem;
        transform: rotate(0deg);
    }
    
    .second-content h2 {
        font-family: 'Urbanist', sans-serif;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        margin-bottom: 5px; /* Memperbarui jarak antara h2 dan p */
    }
    .second-content p {
        font-family: 'Urbanist', sans-serif;
        font-weight: 100;
        font-size: 15px;
        text-align: center;
        margin-top: 0px; /* Menghapus margin default */
    }
    .card-filosofilogo-list .first-content img{
        width: 130px; 
    }
    
    .card-filosofilogo-list .second-content h2{
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 18px;
        
    }
    .card-filosofilogo-list .second-content p{
        margin-top: 0px;
        font-family:'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: center
    }  
    .swiper {
        width: 240px;
        height: 340px; 
    }
    .swiper-slide img {
        max-width: 220px;
        /* max-height: 320px; */
        margin: auto;
    }
    .isimaskot {
        padding-bottom: 100px;
        display: flex;
        justify-content: space-between; 
        padding-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .header {
        min-height: 100vh;
    }
    .header img{
        width: 90px;
    }
    
    .title-page h1 {
        font-size: 35px;
    }
    .nav-links ul li {
        display: block;
    }
    .nav-links {
        position: absolute; 
        background: #032A37;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fas {
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul{
        padding: 30px;
    }
    .title-page p1 {
        font-size: 14px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        line-height: 1.5;
    }
    button {
        margin-top: 30px;
        color: #fff;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-family: 'Urbanist', sans-serif;
        border: 2px solid #fff;
        padding: 10px 40px;
        font-size: 14px;
        background: transparent;
        position: relative;
        cursor: pointer;
        border-radius: 20px;
    }
    
    button:hover {
        border: 1px solid #032A37;
        background: #032A37;
        border: 2px solid #fff;
        color: white;
        transition: 1s;
    }
    h1{
        font-weight: 800;
        font-size: 24px; 
    }

    h2{
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 22px;
        
    }
    p{
        margin-top: 15px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 15px;
        text-align: center;
    }

    .mySlides img {
        width: 130px;
        height: auto;
    }
    .card-filosofilogo-list {
        position: relative; /* Membuat posisi relatif */
        width: 130px;
        height: 130px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 75, 255, 0); /* Transparent background */
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(1px);
        border-radius: 10px;
        transition: all 0.4s;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.264);
        font-size: 30px;
        font-weight: 900;
        z-index: 20; /* Mengatur z-index ke nilai yang lebih tinggi */
    }
    .card-filosofilogo-list .first-content img{
        width: 100px; 
    }
    .colomn-filosofimaskot{
        background-image: none /* Path relatif menuju gambar latar belakang */
    }
    .swiper {
        width: 280px;
        height: 380px; 
    }

@media (max-width: 575.98px) {
        .header {
            min-height: 100vh;
        }
        .header img{
            width: 90px;
        }
        .title-page h1 {
            font-size: 25px;
        }
        .nav-links ul li {
            display: block;
        }
        .nav-links {
            position: absolute; 
            background: #032A37;
            height: 100vh;
            width: 200px;
            top: 0;
            right: -200px;
            text-align: left;
            z-index: 2;
            transition: 1s;
        }
        nav .fas {
            display: block;
            color: white;
            margin: 10px;
            font-size: 22px;
            cursor: pointer;
        }
    
        .nav-links ul{
            padding: 30px;
        }
        .form-button {
            position: fixed;
            bottom: 20px; /* Adjust as needed */
            right: 200px; /* Adjust as needed */
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #000;
            border-radius: 9999px;
            background-color: rgba(0, 0, 0, 1);
            padding: 0.625rem 1.5rem;
            text-align: center;
            color: rgba(255, 255, 255, 1);
            outline: 0;
            transition: all .2s ease;
            text-decoration: none;
            z-index: 1000; /* Untuk memastikan tombol tetap di atas header dan footer */
        }
        
        .form-button:hover {
            background-color: transparent;
            color: rgba(0, 0, 0, 1);
        }
        .title-page p1 {
            font-size: 10px;
            font-family: 'Urbanist', sans-serif;
            font-weight: 600;
            line-height: 1.5;
        }
        button {
            margin-top: 30px;
            color: #fff;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            font-family: 'Urbanist', sans-serif;
            border: 2px solid #fff;
            padding: 10px 40px;
            font-size: 7px;
            background: transparent;
            position: relative;
            cursor: pointer;
            border-radius: 20px;
        }
        
        button:hover {
            border: 1px solid #032A37;
            background: #032A37;
            border: 2px solid #fff;
            color: white;
            transition: 1s;
        }
        .colomn-latarbelakang {
            display: flex;
            flex-direction: column;
            padding-top: 40px;
            padding-bottom: 40px;
            text-align: center;
            margin: 0 auto;
        }
        
        .penjelasan-latarbelakang {
            flex: 1; 
        }
        h2{
            font-family: 'Urbanist', sans-serif;
            font-weight: 800;
            font-size: 24px;
            
        }
        p{
            margin-top: 15px;
            font-family: 'Urbanist', sans-serif;
            font-weight: 500;
            font-size: 15px;
            text-align: center;
        }
    
        .mySlides img {
              width: 90px;
              height: auto;
        }
    

        .filosofilogo-list{
            /*margin: 70px 20px 70px 20px;/* Atas, kanan, bawah, kiri */
            height: auto;
            width:250px;
            display: flex;
            flex-direction: column;
            align-items: center;
            border:1px solid gray;
            background: rgba(255, 75, 255, 0);
            box-shadow: 0 8px 40px 0 rgba(45, 57, 231, 0);
            backdrop-filter: blur( 0px );
            -webkit-backdrop-filter: blur( 1px );
            border-radius: 10px;
            border: 1px solid rgba( 255, 255, 255, 0.2 );
        }
        
        .card-filosofilogo-list {
            position: relative; /* Membuat posisi relatif */
            width: 80px;
            height: 80px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255, 255, 255, 0.2);
            background: rgba(255, 75, 255, 0); /* Transparent background */
            backdrop-filter: blur(0px);
            -webkit-backdrop-filter: blur(1px);
            border-radius: 10px;
            transition: all 0.4s;
            box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.264);
            font-size: 30px;
            font-weight: 900;
            z-index: 20; /* Mengatur z-index ke nilai yang lebih tinggi */
        }
    
        .card-filosofilogo-list .first-content img{
            width: 60px; 
            margin-bottom: 30px;
        }
    
        .card-filosofilogo-list .second-content h2{
            font-family: 'Urbanist', sans-serif;
            font-weight: 800;
            font-size: 15px;
            
        }
        .card-filosofilogo-list .second-content p{
            font-family:'Urbanist', sans-serif;
            font-weight: 500;
            font-size: 10px;
            text-align: center
        }  
        
        .imgslide {
            margin-top: 50px;
            width: 150px;
            height: auto;
        }
    
        .swiper {
            width: 120px;
            height: auto;
            
        }
    
        .swiper-slide img {
            max-width: 100px;
            max-height: 200px;
            margin: auto;
        }

        .isimaskot {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100vh; /* Mengisi tinggi layar penuh */
        }
    
        .colomn-filosofimaskot {
            display: flex;
            align-items: center;
            flex-direction: column;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        
        .colomn-filosofimaskot img {
            width: 210px; 
            height: auto;
            border-radius: 5%; 
            overflow: hidden;
        }
        .card-filosofilogo-list .second-content h2{
            font-family: 'Urbanist', sans-serif;
            font-weight: 800;
            font-size: 15px;
            
        }
        .card-filosofilogo-list .second-content p{
            margin-top: 0px;
            font-family:'Urbanist', sans-serif;
            font-weight: 500;
            font-size: 12px;
            text-align: center
        }  
    
        
        .filosofimaskot {
            display: flex; /* Add flexbox display */
            flex-direction: column; /* Stack items vertically */
            justify-content: center; /* Center align vertically */
            align-items: center; /* Center align horizontally */
            margin-top: 20px;
            margin-left: 0px; /* Adjust margin as needed */
        }
    
        
        .filosofimaskot p{
            margin-top: 15px;
            font-family: 'Urbanist', sans-serif;
            font-weight: 500;
            font-size: 15px;
            text-align: justify
        }

        .colomn-tagline {
            padding-bottom: 30px;
            display: flex;
            flex-direction: column;
            padding-top: 10px;
            text-align: center;
            margin: 0 auto;
        }
        h1{
            font-weight: 800;
            font-size: 18px; 
        }
        .footer {
            background-color: #d7dae0;
            padding: 20px 0;
            min-height: 150px; /* Decreased the minimum height */
            text-align: center;
        }
        
        .row-foot {
            margin: 30px 0; /* Decreased the vertical margin */
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .sponsorship, .partnership {
            margin-top: 20px;
            color: #032A37;
            flex: 1 1 200px;
            max-width: 300px;
            margin: 10px;
        }
        
        .sponsorship h2, .partnership h2 {
            font-size: 1.5em;
            margin-bottom: 10px;
        }
        
        /* Image Styles */
        .sponsorship img, .partnership img {
            width: 60%; /* Adjusted the image width */
            height: auto;
            display: block;
            margin: 0 auto;
            padding: 10px; /* Added padding to create space */
            transition: transform 0.3s; /* Transition for hover effect */
        }
        
        .sponsorship img:hover, .partnership img:hover {
            transform: scale(1.05); /* Slightly enlarge the image on hover */
        }
        
        /* Sponsorship Image Sizes */
        .sponsorship img.s {
            max-width: 50px;
        }
        
        .sponsorship img.m {
            max-width: 100px;
        }
        
        .sponsorship img.l {
            max-width: 150px;
        }
        
        .sponsorship img.xl {
            max-width: 200px;
        }
        
        .sponsorship img.xxl {
            max-width: 300px;
        }
        
        /* Copyright Styles */
        p.copyright {
            text-align: center;
            color: #032A37;
            font-family: 'Urbanist', sans-serif;
            font-weight: 600;
            font-size: 10px;
            margin-top: 20px;
        }
    }
}
@media (max-width: 450px) {
    .header {
        min-height: 100vh;
    }
    .header img{
        width: 90px;
    }
    .title-page h1 {
        font-size: 25px;
    }
    .nav-links ul li {
        display: block;
    }
    .nav-links {
        position: absolute; 
        background: #032A37;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fas {
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul{
        padding: 30px;
    }

    .body{
        width: 100%;
        margin: auto;
        padding-top: 0px;
    }
    .form-button {
        position: fixed;
        bottom: 20px; /* Adjust as needed */
        right: 200px; /* Adjust as needed */
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #000;
        border-radius: 9999px;
        background-color: rgba(0, 0, 0, 1);
        padding: 0.625rem 1.5rem;
        text-align: center;
        color: rgba(255, 255, 255, 1);
        outline: 0;
        transition: all .2s ease;
        text-decoration: none;
        z-index: 1000; /* Untuk memastikan tombol tetap di atas header dan footer */
    }
    
    .form-button:hover {
        background-color: transparent;
        color: rgba(0, 0, 0, 1);
    }
    .title-page p1 {
        font-size: 0px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        line-height: 1.5;
    }
    button {
        margin-top: 30px;
        color: #fff;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-family: 'Urbanist', sans-serif;
        border: 2px solid #fff;
        padding: 10px 40px;
        font-size: 7px;
        background: transparent;
        position: relative;
        cursor: pointer;
        border-radius: 20px;
    }
    
    button:hover {
        border: 1px solid #032A37;
        background: #032A37;
        border: 2px solid #fff;
        color: white;
        transition: 1s;
    }
    .colomn-latarbelakang {
        display: flex;
        flex-direction: column;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
        background-image: none;
        margin: 0 auto;
    }
    
    .penjelasan-latarbelakang {
        flex: 1; 
        margin: 0px;
    }
    h2{
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 24px;
        text-align: center;
        
    }
    p{
        margin-top: 15px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 10px;
        text-align: justify;
    }

    .mySlides img {
          width: 90px;
          height: auto;
    }


    .filosofilogo-list{
        /*margin: 70px 20px 70px 20px;/* Atas, kanan, bawah, kiri */
        height: auto;
        width:250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border:1px solid gray;
        background: rgba(255, 75, 255, 0);
        box-shadow: 0 8px 40px 0 rgba(45, 57, 231, 0);
        backdrop-filter: blur( 0px );
        -webkit-backdrop-filter: blur( 1px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.2 );
    }
    
    .card-filosofilogo-list {
        position: relative; /* Membuat posisi relatif */
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 75, 255, 0); /* Transparent background */
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(1px);
        border-radius: 10px;
        transition: all 0.4s;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.264);
        font-size: 30px;
        font-weight: 900;
        z-index: 20; /* Mengatur z-index ke nilai yang lebih tinggi */
    }

    .card-filosofilogo-list .first-content img{
        width: 40px; 
    }

    .card-filosofilogo-list .second-content h2{
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 6px;
        
    }
    .card-filosofilogo-list .second-content p{
        font-family:'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 4px;
        text-align: center
    }  
    
    .imgslide {
        margin-top: 50px;
        width: 150px;
        height: auto;
    }

    .swiper {
        width: 120px;
        height: auto;
        
    }

    .swiper-slide img {
        max-width: 100px;
        max-height: 200px;
        margin: auto;
    }

    .isimaskot {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto; /* Mengisi tinggi layar penuh */
    }

    .colomn-filosofimaskot {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .colomn-filosofimaskot img {
        width: 210px; 
        height: auto;
        border-radius: 5%; 
        overflow: hidden;
    }
    .card-filosofilogo-list .second-content h2{
        font-family: 'Urbanist', sans-serif;
        font-weight: 800;
        font-size: 15px;
        
    }
    .card-filosofilogo-list .second-content p{
        margin-top: 0px;
        font-family:'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: center
    }  
    
    .filosofimaskot {
        display: flex; /* Add flexbox display */
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center align vertically */
        align-items: center; /* Center align horizontally */
        margin-top: 0px;
        margin-left: 0px; /* Adjust margin as needed */
    }

    
    .filosofimaskot p{
        margin-top: 20px;
        font-family: 'Urbanist', sans-serif;
        font-weight: 500;
        font-size: 10px;
        text-align: justify
    }

    .colomn-tagline {
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        padding-top: 0px;
        text-align: center;
        margin: 0 auto;
    }
    h1{
        font-weight: 800;
        font-size: 18px; 
    }
    .footer {
        background-color: #d7dae0;
        padding: 20px 0;
        min-height: 150px; /* Decreased the minimum height */
        text-align: center;
    }
    
    .row-foot {
        margin: 30px 0; /* Decreased the vertical margin */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .sponsorship, .partnership {
        margin-top: 20px;
        color: #032A37;
        flex: 1 1 200px;
        max-width: 300px;
        margin: 10px;
    }
    
    .sponsorship h2, .partnership h2 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    
    /* Image Styles */
    .sponsorship img, .partnership img {
        width: 60%; /* Adjusted the image width */
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 10px; /* Added padding to create space */
        transition: transform 0.3s; /* Transition for hover effect */
    }
    
    .sponsorship img:hover, .partnership img:hover {
        transform: scale(1.05); /* Slightly enlarge the image on hover */
    }
    
    /* Sponsorship Image Sizes */
    .sponsorship img.s {
        max-width: 50px;
    }
    
    .sponsorship img.m {
        max-width: 100px;
    }
    
    .sponsorship img.l {
        max-width: 150px;
    }
    
    .sponsorship img.xl {
        max-width: 200px;
    }
    
    .sponsorship img.xxl {
        max-width: 300px;
    }
    
    /* Copyright Styles */
    p.copyright {
        text-align: center;
        color: #032A37;
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        font-size: 10px;
        margin-top: 20px;
    }
}
