
.tema{
    color: var(--judul);
    font-weight: bold;
    font-size: var(--h9);
}
  .gedein:hover{
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1.08);
    transform: scale(1.04);
  }
  .button_shopee {
    background-color: #ee4d2d;
    color: var(--white);
    padding: .3rem .4rem ;
    width: 100%;
    font-size: var(--h4-font-size);
    border-radius: 4px 0 0 4px;
    text-decoration: none;
}
  .button_lynk {
    background-color: #459A86;
    color: var(--white);
    padding: .3rem .4rem ;
    width: 100%;
    font-size: var(--h4-font-size);
    border-radius: 4px 0 0 4px;
    text-decoration: none;
}
  .button_kontak {
    background-color: #124AD1;
    color: var(--white);
    padding: .3rem .4rem ;
    width: 100%;
    font-size: var(--h4-font-size);
    border-radius: 4px 0 0 4px;
    text-decoration: none;
}
.button_tiktok {
  background-color: #121212;
  color: var(--white);
  padding: .3rem .4rem ;
  width: 100%;
  font-size: var(--h4-font-size);
  border-radius: 0 4px 4px 0;
  text-decoration: none;
}
.button_tiktok:hover,.button_lynk:hover,
.button_shopee:hover,.button_kontak:hover {
color: var(--white);
opacity: 80%;
}
.bg-icon-color{
  background-color: var(--white);
  padding: 1px;
  margin: 0px;
  border-radius: 8px;
}
.button_flex{
    display: inline-flex;
  }
  .button_order:hover .tombol_icon{
    transform: translateX(.8rem);
    transition: .3s;
  }
  .luaran {
	background-color: var(--pink);
    padding: .6rem 1.5rem;
    font-size: var(--h4-font-size);
    border-radius: 8px;
    text-decoration: none;
}
.luaran::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0;
}

.luaran .gradient:hover {
	color: white;
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.6);
	transform: translateY(-5px);
}


/* pesan */
.btn-first {
	background: var(--pink);
	transform: perspective(1px) translateZ(0);
	color: var(--white) !important;
	transition: 0.2s;
}

.btn-first::before {
    /* border-radius: 8px; */
	background: var(--blur);
	clip-path: inset(0 100% 0 0);
	opacity: 1;
	transition: 0.4s;
}

.btn-first:hover::before {
	clip-path: inset(0 0 0 0);
    border-radius: 8px;
}

.btn-first:hover {
    color: var(--black) !important;
}
.inner1 {
	background-color: var(--pink);
  padding: .3rem .4rem ;
  width: 100%;
  font-size: var(--h4-font-size);
  text-decoration: none;
}
.inner1::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0;
}
.inner1 .gradient:hover {
	color: white;
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.6);
	transform: translateY(-5px);
}
.input-search{
    border-radius: 8px;
    border: 1.5px dashed var(--pink);
  padding-left: 35px;
  background: url("../images/logo_icon.png") no-repeat;
  background-size: 30px;
}
.page-item.disabled .page-link {
    color: var(--black-white);
    pointer-events: none;
    background-color: var(--body-color);
    border-color: #dee2e6;
}
.page-item .page-link {
    color: var(--black-white);
    background-color: var(--body-color);
    border-color: #dee2e6;
}
