
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(img/corakBb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.navbar {
    background-color: rgb(38, 70, 83);
    overflow: hidden;
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    position: fixed; 
    top: 0px; 
    left: 0;
    width: 100%; 
    z-index: 1000;
}

.navbar img {
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.navbar a {
    float: left;
    display: block;
    color: rgb(233, 196, 107);
    text-align: center;
    padding:5px;
    text-decoration: none;
    margin-top: 8px;
    margin-left: 190px;
}

.navbar a:hover {
    background-color: rgb(233, 196, 107);
    color: black;
    border-radius: 10px;
   
}

.navbar img:hover {
    cursor: pointer;
}

.kanan {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;         /* ambil ruang penuh */
    padding: 0;     /* padding atas & bawah sahaja */
    text-align: center;
}


span {
  color: rgb(233, 196, 107);
  padding-top: 13px;
  
}

.navbar2 {
    background-color: rgb(233, 196, 107, 0.5);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; 
    padding: 10px 20px;
    height: 60px;
    position: fixed; 
    top: 30px;
    left: 0;
    width: 100%; 
    z-index: 1000;
}

.navbar2 a {
    float: left;
    display: block;
    color: rgb(38, 70, 83);
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    margin: 15px;
}

.navbar2 a:hover {
    background-color: rgb(38, 70, 83);
    color: rgb(233, 196, 107);
    border-radius: 10px;
}

.card-body {
    text-align: center;
}

.daftar {
    background-color: red;
    color: white;
    padding: 10px;
    border-radius: 10px;
    font-size: large;
    margin-right: 10px;
    border: none;
    cursor: pointer;

    /* Outglow effect */
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.6), 0 0 20px rgba(255, 255, 0, 0.6);
    /*transition: box-shadow 0.3s ease, transform 0.3s ease;*/
    animation: sos-glow 2s infinite linear;
}

@keyframes sos-glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 255, 0, 0.6), 0 0 20px rgba(255, 255, 0, 0.4);
    }
    25% {
        box-shadow: 10px 0 15px rgba(255, 255, 0, 0.6), 15px 5px 30px rgba(255, 255, 0, 0.4);
    }
    50% {
        box-shadow: 0 10px 15px rgba(255, 255, 0, 0.6), -10px 15px 30px rgba(255, 255, 0, 0.4);
    }
    75% {
        box-shadow: -10px 0 15px rgba(255, 255, 0, 0.6), -15px -5px 30px rgba(255, 255, 0, 0.4);
    }
    100% {
        box-shadow: 0 0 10px rgba(255, 255, 0, 0.6), 0 0 20px rgba(255, 255, 0, 0.4);
    }
}

.daftar:hover {
    cursor: pointer;
    color: red ;
    background-color:rgb(233, 196, 107, 0.8) ;
}

.logo {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.logof {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.logof img {
            border-radius: 25px;
        }

.logokorban {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.logokorbanb {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    text-align: center;
}

.logokorbanc {
  justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.pkorban {
    color: rgb(38, 70, 83);
    font-size: 12px;
}

.testimoni {
    display: flex;
    gap: 20px;
    margin-left: 10%;
    margin-right: 10%;

}
.boxa {
    flex: auto;
    padding: 1px;
    background-color: #f0f0f0;
    border: 3px solid rgb(233, 196, 107);
    text-align: center;
    border-radius: 25px;
}

.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

/* Gambar */
.slides {
    display: none; /* Sembunyikan semua gambar */
    width: 100%; /* Lebar penuh kontena */
}

/* Dot navigasi */
.dot-container {
    text-align: center;
    margin-top: 10px;
}
.dot {
    height: 15px;
    width: 15px;
    margin: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.active {
    background-color: #717171;
}

.logob {
    display: flex;
    gap: 30px;
    padding-top: 100px;
    justify-content: center;
    align-items: center;
    
}

.logoe {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px; 
}

.logoc {
    /* display: flex;
    flex: 1;  */
    padding: 10px;
    /* border: 1px solid #333; 
    background-color: #f0f0f0;  */
    text-align: center;
    /*margin-left: 10vh;*/
}

.logod {
    /* display: flex;
    flex: 1;  */
    padding: 10px;
    /* border: 1px solid #333; 
    background-color: #f0f0f0;  */
    text-align: center;
    /*margin-right: 10vh;*/
}

.carousel-container {
    width: 90%;
    margin: 20px auto;
    overflow: hidden; /* Sembunyikan bahagian yang keluar */
    /* border: 1px solid #ccc; */
    position: relative;
  }

  /* Gaya untuk track slider */
  .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }

  /* Gaya setiap kotak */
  .box {
    flex: 0 0 calc(20% - 10px); /* Lebar setiap kotak: 3 kotak per baris */
    margin-right: 10px;
    padding: 20px;
    padding-left: 50px;
    background-color: #f0f0f0;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 15px;
  }

  /* Gaya untuk butang */
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(233, 196, 107);
    color: rgb(38, 70, 83);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
  }

  .carousel-btn.left {
    left: 1px;
  }

  .carousel-btn.right {
    right: 1px;
  }

  .boxfb {
    display: flex;
    gap: 10px;
  }
  
  .fbb {
    margin-top: 14px;
  }

  .wancorp {
    border-radius: 25px;
    
  }

  .kenaliwancorp {
    padding: 10px;
    background-color: rgb(38, 39, 96);
    color: white;
    border-radius: 15px;
  }

  .kenaliwancorp:hover {
    color: rgb(235, 36, 48);
    cursor: pointer;
  }

  .cara {
    display: flex;
    justify-content: center;
  }

  .stepb {
    padding-left: 50px;
  }

  .stepc {
    margin-top: 15px;
  }

  .image-container {
    position: relative; /* Supaya elemen dalamnya boleh diletakkan di atas gambar */
    width: auto; /* Lebar gambar */
    height: auto; /* Tinggi gambar */
    margin-left: 15%;
  }

  /* Gaya untuk gambar */
  .image-container img {
    width: auto;
    height: 600px;
    display: block;
  }

  /* Gaya untuk butang */
  .image-container .button-overlay {
    position: absolute; /* Meletakkan butang di atas gambar */
    top: 80%; /* Kedudukan di tengah secara vertikal */
    left: 50%; /* Kedudukan di tengah secara horizontal */
    transform: translate(-50%, -50%); /* Pusatkan */
    background-color: rgba(0, 0, 0, 0.6); /* Warna latar belakang dengan kelegapan */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
  }

  /* Gaya hover pada butang */
  .image-container .button-overlay:hover {
    background-color: rgb(38, 70, 83);
    color: red;
  }

  .image-containerb {
    position: relative; /* Supaya elemen dalamnya boleh diletakkan di atas gambar */
    width: auto; /* Lebar gambar */
    height: auto; /* Tinggi gambar */
    margin-right: 15%;
  }

  /* Gaya untuk gambar */
  .image-containerb img {
    width: auto;
    height: 600px;
    display: block;
  }

  /* Gaya untuk butang */
  .image-containerb .button-overlay {
    position: absolute; /* Meletakkan butang di atas gambar */
    top: 80%; /* Kedudukan di tengah secara vertikal */
    left: 50%; /* Kedudukan di tengah secara horizontal */
    transform: translate(-50%, -50%); /* Pusatkan */
    background-color: rgba(0, 0, 0, 0.6); /* Warna latar belakang dengan kelegapan */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
  }

  /* Gaya hover pada butang */
  .image-containerb .button-overlay:hover {
    background-color: rgb(233, 196, 107);
    color: red;
  }

  .peta {
    text-align: center;
  }

  .terma {
    background-color: rgba(255, 255, 255, 0.75);
    margin: 0;
    padding: 20px;
  }

  .terma p {
    margin-left: 15%;
  }

  .penutup {
    display: flex;
    justify-content: space-between; /* Ruang di antara column */
    flex-wrap: wrap; /* Column akan turun ke baris baru jika ruang tidak cukup */
    /* margin-left: 10%;
    margin-right: 10%; */
}
.columna {
    flex: 1 1 20%; /* Lebar column 22% (4 column muat dalam 100% dengan jarak kecil) */
    /* margin-left: 15%; */
    background-color: rgb(233, 196, 107, 0.75);
    /* text-align: center; */
    padding: 20px;
    /* border: 1px solid #ccc; */
    /* box-shadow: 2px 2px 5px rgba(0,0,0,0.1); */
}

.columnaa {
  margin-left: 50%;
  color: rgb(38, 70, 83);
}

.columnaaa {
  display: flex;
  gap: 10px;
}

.columnb {
  flex: 1 1 10%;
  background-color: rgb(233, 196, 107, 0.75);
  padding: 20px;
  color: rgb(38, 70, 83);
  /* border: 1px solid #ccc; */
}

.columnbb {
  margin-left: 25%;
}

.columnb:hover{
  cursor: pointer;
}

.columnc {
  flex: 1 1 15%;
  background-color: rgb(233, 196, 107, 0.75);
  padding: 20px;
  
}

.columncc {
  color: rgb(38, 70, 83);
}

.logopenutup {
  padding-right: 15px;
}


@media screen and (max-width:800px) {
.navbar {
    padding-top: 30px;
    font-size: 10px;
}


  
  .navbar2 {
    padding: 5px;
    height: 30px;
    top: 0px;
    background-color: rgb(233, 196, 107);
  }

  .navbar2 a {
    padding: 5px;
    gap: 5px;
    font-size: 10px;
  }

  .logob {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }

  .logoc {
    margin-left: 10%;
    margin-right: 10%;
  }
  
  .logof {
    display: flex;
    flex-direction: column;
  }
  
  .logof img {
    width: 90%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
        }

    .logokorban {
        text-align: center;
    }

  .logokorban img {
    width: 120%;
    height: auto;
  }

  .logokorban button {
    font-size: 15px;
  }

  .logod {
    margin: 0;
  }

  .logod img {
    width: 100%;
    height: auto;
  }

  .wancorp {
    width: 80%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    
  }

  .testimoni {
    display: flex;
    flex-direction: column;
  }

  .carousel-track {
    display: flex;
    flex-direction: column;
  }
  
  .carousel-btn {
    display: none;
  }

  .image-container {
    margin: 0;
  }

  .image-container img {
    width: 98%;
    height: auto;
  }

  .image-containerb {
    margin: 0;
  }

  .image-containerb img {
    width: 98%;
    height: auto;
  }

  .image-container .button-overlay {
    font-size: 10px;
  }

  .image-containerb .button-overlay {
    font-size: 10px;
  }

  .petaimg {
    width: 98%;
    height: auto;
  }

  .rakanimg {
    width: 100%;
    height: auto;
  }

  .penutup {
    display: flex;
    flex-direction: column;
  }

  .columna {
    display: none;
  }

  .columnbb {
    margin: 0;
  }

  .cara {
    display: flex;
    flex-direction: column;
    
  }

  .stepa {
    width: 80%;
    height: auto;
    align-items: center;
    padding-left: 10%;
    padding-top: 20px;
  }

  .stepb {
    width: 80%;
    height: auto;
    align-items: center;
    padding-left: 10%;
    padding-top: 50px;
  }

  .stepc {
    width: 90%;
    height: auto;
    align-items: center;
    padding-left: 5%;
    padding-top: 50px;
  }

  .peta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .terma p{
    margin-left: 10px;
    margin-right: 10px;
  }

  .logoe {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }

  


}


