.hero-section {
  background: url("../img/home-banner-2.png?v=1.0");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  color: #121b50;
  position: relative;
  z-index: 1;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.hero-section .text-shadow-banner{
  text-shadow: 1px 1px 4px rgb(0 0 0 / 50%);
}
.hero-section .img-text-valuemax{
  height: 36px;
}
.hero-section .pic-text-valuemax{
  height: 51px;
}

.mask {
  background: url("../img/motor.png?v=1.0");
  background-attachment: fixed;
  background-size: cover;
}

/* slick */
.card-about-slider { 
  display: none; 
}
.card-about-slider.slick-initialized { 
  display: block; 
}
/* end slick */

.home-content-section {
  position: relative;
  background: #f8f3e6;
}

.home-content-section .card-about-slider{
  height: 100%;
}


.home-content-section .card-about {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 300px;
  border-radius: 10px;
  border: 2px solid #c48e31;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  height: 100%;
  /* transition: background .7s ease-out; */
}
.home-content-section .card-about-1{
  background-image: url("../img/bg-jewelry.jpg");
}
.home-content-section .card-about-2{
  background-image: url("../img/bg-gadai-emas.jpg");
}
.home-content-section .card-about-3{
  background-image: url("../img/bg-branded.jpg");
}
.home-content-section .card-about-4{
  background-image: url("../img/bg-kendaraan.jpg");
}
.home-content-section .card-about-slider .slick-prev{
  left: 20px;
  z-index: 1;
}
.home-content-section .card-about-slider .slick-next{
  right: 20px;
  z-index: 1;
}
.home-content-section .card-about-slider .slick-list{
  height: 100%;
  display: flex;
}
.home-content-section .card-about-slider .slick-track{
  display: flex;
}
.home-content-section .card-about-slider .slick-track .slick-slide{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  outline: none;
}
.home-content-section .card-about-slider .about-read-more{
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  outline: none;
  text-decoration: underline;
}

.home-content-section .card-harga-emas {
  border: 2px solid #c48e31;
  color: white;
  border-radius: 10px;
  background: url("../img/bg-harga-emas.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  height: 100%;
  min-height: 150px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-content-section .card-harga-emas .card-emas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.home-content-section .card-harga-emas .card-emas-header .harga-emas-daily {
  display: flex;
  align-items: center;
}

.home-content-section .card-harga-emas .caret-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 9px 0 9px;
  border-color: #e92d2d transparent transparent transparent;
}

.home-content-section .card-harga-emas .caret-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #33cc33 transparent;
}

.home-content-section .table-harga-emas {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-style: hidden;
  margin-bottom: 30px;
}

.home-content-section .table-harga-emas thead tr td {
  background: #f0b650;
  padding: 11px 0 5px 0;
  line-height: 1;
}

.home-content-section .table-harga-emas thead tr td:first-of-type {
  border-top-left-radius: 10px;
}
.home-content-section .table-harga-emas thead tr td:last-of-type {
  border-top-right-radius: 10px;
}

.home-content-section .table-harga-emas tbody tr td {
  background: white;
  padding: 11px 0 5px 0;
  line-height: 1;
  border: 1px solid #e4eaff;
  color: #141e53;
}

.home-content-section .table-harga-emas tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 10px;
}
.home-content-section .table-harga-emas tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 10px;
}

.home-content-section .bottom-banner {
  background: url("../img/banner-bottom-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 15px;
  border: 2px solid #c48e31;
  border-radius: 10px;
}
.home-content-section .information-item-img img{
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

#hargaemas{
  min-height: 160px;  
  border-radius: 10px;
}
#hargaemas iframe{
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 160px;
  background: white;
}
#hargaemas table{
  font-family: "Nexa Regular";
}

.pulse-container {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%);
}

.pulse-bubble {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f0b650;
}

.pulse-bubble-1 {
    animation: pulse .4s ease 0s infinite alternate;
}
.pulse-bubble-2 {
    animation: pulse .4s ease .2s infinite alternate;
}
.pulse-bubble-3 {
    animation: pulse .4s ease .4s infinite alternate;
}

@font-face {
  font-family: 'Cinzel-Bold';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel Bold'), local('Cinzel-Bold'), url(/assets/fonts/Cinzel/Cinzel-Bold.ttf) format('ttf');
  font-display: swap;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .25;
    transform: scale(.75);
  }
}
@media (max-width: 991px){
  .pulse-container {
    top: 50%;
  }
}

@media (max-width: 768px) {
  .card-harga-emas {
    margin-top: 20px;
  }
  .home-content-section .information-item-img img{
    height: auto;
  }
}
