@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;display=swap");

body {
  font-family: "Inter", sans-serif;
}

/*css3 design scrollbar*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {      
  background: #aaaaaa;    
}

::-webkit-scrollbar-thumb {
  background: #c2a206;
}

.container {
  max-width: 768px;
}

.container.shome {
  background: #080808;
  border-radius: 6px;
  margin-top: 110px !important;
}

/* bg / background */
.bg-yo {
  background-color: #000 !important;
  border-bottom: 1px solid #ffd621;
}

.bg-dark-yo {
  background-color: #080808;
}

.bg-gradient-dark {
  background-color: #000;
  background-size: cover;
  color: white;
}

.bg-gradient-white {
  background-color: #1d2327;
  background-image: linear-gradient(180deg, #f4f4f4 10%, #f4f4f4 100%);
  background-size: cover;
}

footer.sticky-footer {
  padding: 1rem 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.btn:hover {
  color: #000000;
  background: #ffd621;
  text-decoration: none;
}

.badge {
  color: #000;
}

.bg-gradient-red {
  background-color: #1d2327;
  background-image: linear-gradient(180deg, #253995 10%, #254395 100%);
  background-size: cover;
}

.bg-daftar {
  /* background: #f56402; */
  background-image: linear-gradient(90deg, #4d3a04 0%, #ffd621 51%, #4d3a04 100%);
  color: #ffffff;
}

.bg-black {
  background: black;
}

.bg-blue-be {
  background-color: #f56402;
  background-image: -webkit-linear-gradient(180deg, #4d3a04 0%, #ffd621 51%, #4d3a04 100%);
  border-bottom: 1px solid #ffd621;
}

.bg-blue-icon {
  color: #ffffff;
}

.bg-blue-badge {
  background-color: #ffd621;
  color: #ffffff;
}

/* img box */
.img-box {
  background: black;
  border: 1px solid #ffd621;
}

.img-box a img {
  height: 190px;
  width: 100%;
}

/* pagination */
ul.page-numbers {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  vertical-align: middle;
  width: 46px;
}

ul.page-numbers li>a,
ul.page-numbers li>span {
  background-color: #3d3d3d;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  height: 46px;
  line-height: 46px;
  margin: 0;
  outline: 0 none;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  -webkit-transition: color 0.3s ease-in-out 0s,
    background-color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s,
    background-color 0.3s ease-in-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  width: 46px;
  font-size: 15px;
  font-weight: 400;
}

h5 {
  font-weight: 700;
}

h1.f-24 {
  font-size: 24px;
  font-weight: 800;
}

h5.f-18 {
  font-size: 18px;
  font-weight: 600;
}

p.p-left {
  text-align: left;
}

.page-item.active .page-link {
  background : #ffd000 !important;
  border : 1px solid #ffd000 !important;
  color : #000000 !important;
}

.page-item .page-link {
border-radius: 0 !important;
}

.lazy {
filter: blur(10px);
transition: filter 0.3s ease-in-out;
}
.lazy.loaded {
filter: blur(0);
}