*{
    padding: 0;
    margin: 0;
    

}
body{
    /* background-color: #32324E; */
    background-color: #1e1e1e;

    width: 98%;
}


.disable-ok{
    pointer-events: none;
}



.cabang{
    font-size: 24px;
    color: red;
    font-family: 'Poppins', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 500;    
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 70%;
    border: 1px solid #ddd;
    margin-left: 2vh;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 100px;
  }

th, td{
    
    
    padding: 16px;
    color: #d2d2d2;
    text-align: center;
    
  }
  th, td, a{
      text-decoration: none;
  }

.kolom{
    text-decoration: none;
}
.kolom{
      font-size: 20px;
      font-family: 'Poppins';
  }

  .tabel{
      margin-left: auto;
      margin-right: auto;
  }
  
  tr:nth-child(even) {
    /* background-color: #352d2d; */
    background-color: rgb(90, 2, 2);
  }
ul {
    
    list-style-type: none;
    margin-left: 75%;
    padding: 0;
  }
  
  li {
    font-family: 'Poppins';  
    font-size: 20px;  
    display: inline;
    padding-right: 30px;
    color: #d2d2d2;
      }
li a{
          text-decoration: none;
      }
li a:visited{
    color: #d2d2d2;
}
li a:hover{
    color: red;
}
.HEADING h1 h4{
 margin-top: 30px;  
  
}
h1{
    /* margin-top: 100px; */
    font-size: 50px;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: 700;
    color: white;
}

h2{
    font-size: 32px;
    font-family: 'Poppins', 'Segoe UI' , Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: 600;
    /* color: #d2d2d2; */
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: red;
    
}

h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: 700;
    color: whitesmoke;
}

.logo{
    margin-top: 60px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    

}

.contain-img {
    width: 100%;
    min-height: 50vh;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 10%;
}

img {
    width: 80%;
    height: auto;
}


.container{
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 50px;
}

.gallery{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    grid-gap: 30px;

}

.gallery img{
    width: 80%;

}

hr{
    margin-left: 50px;
    border-top: 1px solid #d2d2d2;
}

.top-price {
    padding-top: 10vh;
    /* padding-bottom: 5vh; */
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }