.carousel-img {
    max-height: 100vh;
}

.carousel-caption {
    border-top: 10px solid #C62E2E;
    background-color: #00000094;
}


/* Navbar CSS */
.logo {
            pointer-events: none; /* Mencegah drag-and-drop gambar */
            user-select: none;    /* Mencegah pemilihan gambar */
        }

.navbar {
    transition: top 0.3s;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.rgba(255, 255, 255, 0.9)0.9)); /* Gradient dengan warna yang memiliki opacity */
    color: rgb(255, 255, 255); /* Mengubah warna font menjadi putih */
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  
    z-index: 1000;
}

.navbar, .nav-link, .dropdown-item, .marquee {
    font-weight: 150; /* Extra light */
    font-family: 'Roboto', sans-serif; /* Pilihan font dari Google Fonts */
}

  .navbar-nav {
    display: flex;
    align-items: center;
  }

  .nav-item {
    margin: 0 10px;
  }

  .nav-link {
    padding: 10px 15px;
  }

  .nav-link.active {
    color: #ff4081;
    border-bottom: 2px solid #ff4081;
  }

  .marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 250px;
    padding: 5px 0;
  }

  .marquee {
    display: inline-block;
    animation: marquee 15s linear infinite;
    font-weight: bold;
    font-size: 14px;
    color: #C62E2E;
    font-style: italic;
  }

  @keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }

  .navbar .dropdown-menu {
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Roboto', sans-serif; 
    display: none; /* Sembunyikan menu dropdown secara default */
  }

  .navbar .dropdown-item:hover {
    background-color: #f0f0f0;
  }

  .navbar-brand img,
  .logo {
    height: 40px;
    width: auto;
    object-fit: contain;
  }

  .custom-navbar {
    background-color: #ffffff;
    opacity: 1;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; /* Pastikan navbar selalu di atas */
}


  /* Responsiveness */
  @media (max-width: 991px) {
    .navbar-nav {
      flex-direction: column;
      text-align: center;
    }
    .nav-item {
      margin: 5px 0;
    }
    .marquee-container {
      display: none;
    }
  }

  /* Tambahkan di dalam tag <style> atau file CSS Anda */
@media (max-width: 768px) {
  .marquee-container {
    display: none;
  }
}

/* Navbar End */
.vh-50 {
    height: 50vh;
}

.primary {
   color: #C62E2E; 
}

.active {
    color: #C62E2E !important;
}

.title-container{
    position: relative;
    padding-bottom: 40px;

}

.title-container h2::after {
    content: "";
    position: absolute;
    display: black;
    width: 50px;
    height: 3px;
    background-color: #C62E2E;
    bottom: 0;
    left: calc(50% - 25px);
    margin-bottom: 20px;
} 


.about-us-title {
    font-size: 50px;
}

.about-us-subtitle {
    font-size: 28px;
}

.card-icon {
    transition: 0.5s ;
}

.card-icon:hover {
    color: #C62E2E;
}

.mansory-sizer,
.mansory-item {
    width: 30%;
}

.brand-image {
    width: 50%;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.5;
}

.brand-image:hover{
    filter: grayscale(0);
    transform: scale(1.2);
}

a {
    color: white;
}

.btn-subscribe{
    background: #C62E2E;
}

.btn-to-top {
    position: fixed;
    right: 1rem;
    bottom: -30%;
    background-color: #C62E2E;
    -webkit-box-shadow: 0 8px 12px rgba(39, 69, 190, 0.1);
    box-shadow: 0 8px 12px rgba(39, 69, 190, 0.1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.35rem;
    border-radius: 0.25rem;
    color: white;
    font-size: 1.25rem;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.scrollup{

}
.show-scroll{
    bottom: 8rem;
}

.bg-darker{
    background: #C62E2E;
}

/* .portfolio-filters li {
    transition: 0.5s;
    cursor: pointer;
}

.portfolio-filters .filter-active, 
.breadcumbs {
 background: #C62E2E;
} */

/* portfolio */

/* .portfolio-item {
    padding: 10px;
}

.portfolio-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slick-slide {
    margin: 0 10px;
}

.slick-prev, .slick-next {
    background-color: #000;
    border-radius: 50%;
    padding: 10px;
    z-index: 1;
}

.slick-prev:hover, .slick-next:hover {
    background-color: #555;
} */

/* end portfolio */

.breadcumbs {
    margin-top: 55px;
}

.breadcumbs li + li::before{
    display: inline-block;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    content:"/";
}

.card-img-top {
height: 400px;
object-fit: cover;
}

.img-testimonial {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.testimonial-item .card-body h4 {
    font-size: 18px;
}

.btn-submit {
    background: #C62E2E;
    color: white;
}

@media (max-width: 768px) {
    .mansory-sizer,
    .mansory-item {
    width: 40%;
    }
}
@media (max-width: 576px) {
    .mansory-sizer,
    .mansory-item {
    width: 100%;
    }
}

  /* portfolio animasi */
  .portfolio-item {
    position: relative;
    overflow: hidden; /* Menyembunyikan bagian gambar yang melampaui batas container */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .portfolio-item img {
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  
  .portfolio-item:hover img {
    transform: scale(1.1); /* Memperbesar gambar saat hover */
    filter: brightness(0.8); /* Mengurangi kecerahan gambar saat hover */
  }
  
  .portfolio-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Menambahkan bayangan saat hover */
    transform: scale(1.05); /* Sedikit membesar elemen container saat hover */
  }
  
  .portfolio-item::after {
    content: ''; /* Menambahkan overlay saat hover */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Overlay hitam transparan */
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .portfolio-item:hover::after {
    opacity: 1; /* Menampilkan overlay saat hover */
  }
  /* portfolio animasi and */

/* Styling untuk bingkai foto tim */
.team-card {
    background-color: #f8f8f8; /* Warna latar belakang kartu */
    border: px solid #dee2e6; /* Border */
    border-radius: 5px; /* Radius sudut */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan */
    padding: 0.5rem; /* Padding di dalam kartu */
    text-align: center; /* Teks di tengah */
    max-width: 200px; /* Lebar maksimum kartu */
    width: 100%; /* Lebar penuh kontainer */
}

/* Dewan Komisaris */
.team-img {
    width: 150px; /* Lebar gambar */
    height: 150px; /* Tinggi gambar */
    object-fit: cover; /* Menjaga rasio gambar */
    border-radius: 50%; /* Membuat gambar bulat */  
    margin-bottom: 0.5rem; /* Jarak bawah gambar */
}

/* Styling untuk judul dan teks */
.team-title {
    font-size: 1rem; /* Ukuran font judul */
}

.team-text {
    font-size: 0.875rem; /* Ukuran font deskripsi */
}
/* Visi Misi */
      .container7 {
    max-width: 1000px;
    margin: auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

h1 {
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #C62E2E;
    color: white;
}

tr:hover {
    background-color: #f1f1f1;
}

.detail-btn {
    background-color: #C62E2E;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.detail-btn:hover {
    background-color: #0056b3;
}

.detail {
    margin-top: 10px;
    font-style: italic;
    color: #555;
}
/* End Visi Misi */

/* Mengatur jarak antara kolom */
.col-md-6, .col-md-4 {
    padding: 0.5rem; /* Padding dalam kolom */
}

/* Mengurangi margin bawah pada baris */
.row > .col-12, .row > .col-md-6, .row > .col-md-4 {
    margin-bottom: 1rem; /* Jarak bawah pada kolom */
}

/* Responsif untuk perangkat kecil */
@media (max-width: 768px) {
    .team-card {
        max-width: 100%; /* Lebar penuh untuk perangkat kecil */
    }
}

/* gambar disamping kalkulator */
.img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .credit-calculator {
      max-width: 100%;
      margin: 20px 0;
      border-radius: 20px; /* Membuat sudut kalkulator melengkung */
    }
    
    .row {
      flex-direction: column;
    }
    
    .col-md-6 {
      width: 100%;
    }
  }
  .img-fixed {
    width: 700px; /* Atur lebar gambar sesuai kebutuhan */
    height: 300px; /* Atur tinggi gambar sesuai kebutuhan */
    object-fit: cover; /* Pastikan gambar tidak terdistorsi */
  }

  .img-flex {
    max-width: 100%; /* Memastikan gambar tidak melebihi lebar kolom */
    height: auto; /* Menjaga rasio aspek gambar */
    border-radius: 15px; /* Membuat sudut gambar melengkung */
  }

 
/* end */

/* font teks berjalan */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

.marquee {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    display: inline-block;
    animation: marquee 10s linear infinite;
}
/* end */

        /* Kontainer menu sisi kanan */
        .bootsidemenu-container {
            position: fixed;
            top: 50%;
            transform: translateY(-50%);
            right: -60px; /* Awalnya tersembunyi di luar layar */
            width: 60px;
            height: auto;
            background-color: #C62E2E;
            z-index: 1000;
            transition: right 0.3s ease; /* Efek sliding halus */
            border-top-left-radius: 10px; /* Lengkungan di pojok kiri atas */
            border-bottom-left-radius: 10px; /* Lengkungan di pojok kiri bawah */
            padding: 10px 0;
        }

        /* Item menu */
        .bootsidemenu-item {
            display: block;
            padding: 15px;
            text-align: center;
            border-bottom: 1px solid #ddd;
        }

        .bootsidemenu-item img, 
        .bootsidemenu-item i {
            width: 40px;
            height: auto;
        }

        .bootsidemenu-item:hover {
            background-color: #e0e0e0;
        }

        /* Tombol Toggle Bulat */
        .toggle-menu {
            position: absolute;
            top: 50%;
            left: -40px; /* Tombol ditempatkan di luar kontainer */
            transform: translateY(-50%);
            background-color: #C62E2E;
            border: none;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%; /* Membuat tombol menjadi bulat sempurna */
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        /* Status Menu Terbuka */
        .menu-open {
            right: 0 !important;
        }

        /* Rotasi tombol ketika menu terbuka */
        .menu-open .toggle-menu {
            transform: translateY(-50%) rotate(180deg);
        }

        /* Responsif */
        @media (max-width: 768px) {
            .bootsidemenu-container {
                width: 50px;
                border-top-left-radius: 25px;
                border-bottom-left-radius: 25px;
            }

            .toggle-menu {
                width: 35px;
                height: 35px;
                left: -35px;
            }
        }
        
/* footer */





