
.popupBox {
  position: fixed;
  bottom: 9px;
}

.popupBox__content {
  position: relative;
  width:350px;
  height: auto;
  background: #ffffff;
  display: flex;
  margin-bottom: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* .popupBox__img {
  margin: 10px;
  position: relative;
  width: 110px;
  height: 100px;
  display: flex;
}
.popupBox__img img{
  width: 100%;
} */

.popupBox__img::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
}

.popupBox__img img {
  position: relative;
  max-width:auto;
  z-index: 1;
  --s: 15px;  /* size of the frame */
  --b: 2px;   /* border thickness */
  --w: 200px; /* width of the image */
  --c: #7B3B3B;
}

.popupBox__contentTwo {
  position: relative;
  display: flex;
  margin: 13px;
}

.popupBox__title {
  color: #000;
  font-size:14px;
}

.popupBox__titleTwo {
  font-size:20px;
  color: #887fff;
}

.popupBox__titleTwo span {
  color: #333;
  font-size:9px;
}

.popupBox__description {
  font-size:15px;
  color: #000;
}

.popupBox__isi{
    font-size:15px;
}

.popupBox__btn {
  color: #FF6600;
  margin: 14px;
  float: left;
  border-radius: 1px solid #b7730e;
  font-size: 14px;
}

/* CSS */
.button-89 {
  color: #FF6600;
  text-align: center;
  float: right;
  border-radius: 1px solid #000;
  font-size: 12px;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
 
}

.button-89:active {
  background: var(--color);
  color: #fff;
}
.close {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #f3f3f3 url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-close-512.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .popupBox__content {
    position: relative;
    width:auto;
    height:auto;
    background: #fff;
  }
  .popupBox__img {
    height: 90px;
    width: 90px;
  }
  .popupBox__contentTwo {
    position: relative;
    display: flex;
    margin: 10px;
  }

  .popupBox__title {
    color: #000;
    font-size:20px;
  }

  .popupBox__titleTwo {
    font-size:24px;
    color: #FF6600;
  }

  .popupBox__titleTwo span {
    color: #333;
    font-size:12px;
  }

  .popupBox__description {
    font-size:5px;
    color: #000;
  }

  .popupBox__btn {
    color: #000;
    float:right;
    border-radius: 2px solid #000;
    text-align: center;
  }
  /* .popupBox__img::before {
    background: #fff;
  } */
  .close {
    top: -40px;
    right: -10px;
    background: #fff url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-close-512.png);
    background-repeat: no-repeat;
    background-size: 15px;
    float: left;
    background-position: center;
  }
}
.credit a{
  text-decoration: none;
  color: #887fff;
}
.credit {

}

