/*--------------------------------------------------------------



  Template Name: Asbab eCommerce HTML5 Template.

  Description: Asbab is a unique website template designed in HTML with a simple & beautiful look.



---------------------------------------------------------------*/


/* ----------------------------------------------------

	You can put your custom css code here: 

-------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Pattaya&display=swap');


.pattaya {
    font-family: 'Pattaya', sans-serif;
}

marquee a {
    padding: 10px;
    font-weight: 700;
    background-color: #e9bf25
}

marquee a:hover {
    font-weight: 700;
    background-color: #11718e;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.45rem;
}

.card-header {
    padding-left: 0px;
    border-bottom: 1px solid #999;
    margin: 8px;
    background: rgb(204 204 204 / 20%);
    text-align: left;
}



.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-title {
    text-align: center;
    color: #3d3d3d;
}

.card-text {
    text-align: center;
    color: #eeb90d;
}

.card-header-link {
    padding-left: 10px;
    border-bottom: 2px solid #999;
    margin: 10px;
    background: rgb(204 204 204 / 20%);
    text-align: left;
}

 .card .card-header .acdn-title {
  background-color: rgba(240, 240, 240, 0.8);
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
 .card .card-header .acdn-title:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  right: 20px;
  transition: all 0.3s ease 0s;
}
.card .card-header .acdn-title:not(.collapsed) {
  background-color: #0086a8;
  color: #ffffff;
}
.card .card-header .acdn-title:not(.collapsed):after {
  transform: rotate(90deg);
  color: #ffffff;
}

.border-success {
    border-color: #28a745 !important;
}

.border {
    border: 1px solid #dee2e6 !important;
    margin-bottom:10px;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    border-color: #dc3545;
}
