        body {font-family: Noto Sans,sans-serif;background: linear-gradient(45deg, #9f9d99, #45391a, #cfcecd, #000000, #000622);z-index: -1;
        animation: steam 10s linear infinite;background-attachment:fixed};
        
    .column:before,
      .column:after {
        content: '';
        position: absolute;
        right: -3px;
        bottom: -3px;
        background: linear-gradient(45deg, #9f9d99, #45391a, #cfcecd, #000000, #000622);
        background-size: 400%;
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        z-index: -1;
        animation: steam 20s linear infinite;
      }
        @keyframes steam {
        0% {
          background-position: 0 0;
        }
        50% {
          background-position: 400% 0;
        }
        100% {
          background-position: 0 0;
        }
      }
  .column:after {
        filter: blur(50px);
      }
.swiper-banner .swiper-slide img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
    @media (max-width: 768px) { .swiper-banner .swiper-slide img { height: 180px; } }
    @media (max-width: 576px) { .swiper-banner .swiper-slide img { height: 160px; } }
    @media (max-width: 375px) { .swiper-banner .swiper-slide img { height: 140px; } }
.navbar {background:transparent;padding:0px;margin-bottom: 20px !important;}
.navbar-brand {margin:0 auto;}
.pt-5 {padding-top: 2rem!important}
}
*, *:before, *:after {
  box-sizing: inherit;
}
.column {
  float: left;
  width: 15.9%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column { 
    margin:0 auto;
    width:32.933%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.container {
  padding: 0 7px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-weight : 600;
  text-transform:uppercase!important;
}

.button:hover {
  background: linear-gradient(50deg, #ffad08, #bd8a06, #c51313, #710000, #000622);}
}

.botton1 {margin-bottom: 5px; }
.tex12 {padding:3px;text-align:center;}
.button:hover {background-color:#ff1616}
.container a img {width:100%; height:100px;}
.container {position: none;}
.pt-5 {padding-top: 0px;}

#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  background-color:red;
  color: blue;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: 0.3s ease;
}
#scrollTopBtn:hover {
  background-color: #555;
}
#searchInput {
  background-color: white !important;
  color: black !important;
}
.input-group .material-icons {
  font-size: 20px;
  margin: 0px;
}
.pencarian {margin:0px;}
