body {
    padding-top: 70px;  
}

.Feature .card-title{
    transition: inherit;
    font-style: normal;
    font-weight: 700; 
    letter-spacing: 0em;
    font-size: 33px;
}

.Feature .card img{
    border-radius: 20px
}
.navbar-nav .nav-item .nav-link.active {
}
.clear{
    clear: both;
}
.carousel-caption {
    bottom: 25%;
    width: 35%;            
}
.carousel-caption h5{
    color: #000;
    font-size: 40px;
}

    
 a.nav-link {
    font-weight: bold;
}
.navbar{
        box-shadow: 0px 0px 11px 1px;
}
@media (max-width: 992px) {
     .carousel-caption {
        bottom: 20%;             
    }
 }
.carousel-caption p{
    color: #000;
    font-size: 25px;
}

@media (max-width: 380px) {
     .carousel-caption {
        bottom: -20%;             
    }
    .carousel-caption h5{ 
        font-size: 15px;
    } 
    .carousel-caption p{
        color: #000;
        font-size: 10px;
    }
  }

  .Feature{
    background: white;
  }

  .Feature .container {
    max-width: 1140px;
    margin: auto;
    padding-top: 5%;;
}

.Feature h1 {
    font-weight: bold;
}

.Feature .card-title {
    font-size: 24px;
    font-weight: bold;
}

.Feature .card-text {
    font-size: 18px;
}

.Feature .feature-image {
    max-width: 20%;
    height: auto;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .Feature .feature-image {
        max-width: 50%;
    }
}

  .fixed-background {
    background-image: url('assets/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.Feature .card{
    background: transparent;
    border: transparent;
}

.Feature h1{
    padding: 30px 0;
}

.news .card{
    color:#000;
}

footer ul {
    list-style-type: none;
    font-size: 20px;
    font-weight: bold;
    margin-left: 0;
    padding: 0;
    line-height: 50px;
}

footer {
    background-color: #f8f9fa;
    padding: 20px 0;
}

footer .row {
    align-items: center;
}

footer img {
    max-height: 50px;
    margin: 10px;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    text-decoration: none;
    color: #000;
}

footer .subscribe h5 {
    margin-bottom: 10px;
}

footer .subscribe form {
    display: flex;
}

footer .subscribe input[type="email"] {
    flex: 1;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
}

footer .subscribe button {
    padding: 5px 10px;
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

footer .textDownload {
    margin-bottom: 10px;
    font-weight: bold;
}

footer .text-end img {
    height: 20px;
    margin-left: 10px;
}


.textDownload{
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: bold;
}

.vision-mission {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.vision-mission h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.vision-mission .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.vision-mission .text {
    width: 100%;
    max-width: 600px;
    text-align: left;
    margin-bottom: 20px;
}

.vision-mission .text h2 {
    font-size: 24px;
    margin-top: 0;
}

.vision-mission .text ul {
    list-style: none;
    padding: 0;
}

.vision-mission .text ul li {
    margin-bottom: 10px;
}

.vision-mission .image {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.vision-mission .image img {
    max-width: 100%;
    border-radius: 10px;
}
.fixed-background {
    background-image: url('bg.jpg');
    background-size: cover; /* Untuk memastikan gambar mengisi seluruh area latar belakang */
    background-position: center; /* Menyusun gambar di tengah latar belakang */
    color: white; /* Untuk memastikan teks terbaca dengan baik di latar belakang gambar */
}
