body{
    background-color:#080b10;
}
.section{
    background-color: #ebebeb4d;
}
.section-title {
    padding-bottom: 40px;
    text-align: center; /* Center the header text */
}

.section-title h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 35px;
    margin: 0 0 12px;
    border-bottom: 2px solid #A38A00; /* Add a small underline */
    padding-bottom: 5px; /* Adjust the spacing between the text and the underline */
}
.card {
    border-radius: 12px;
    position: relative;
    margin-bottom: 60px;
}
.bounce-top {
	-webkit-animation: bounce-top 0.9s both;
	        animation: bounce-top 0.9s both;
} 
@-webkit-keyframes bounce-top {
    0% {
      -webkit-transform: translateY(-45px);
              transform: translateY(-45px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 1;
    }
    24% {
      opacity: 1;
    }
    40% {
      -webkit-transform: translateY(-24px);
              transform: translateY(-24px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    65% {
      -webkit-transform: translateY(-12px);
              transform: translateY(-12px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    82% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    93% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
  }

.card .thumbnail {
    border: 0 none;
    padding: 0;
    margin: 0;
    min-height: clamp(100px,249px,260px);
    position: relative;
    background: transparent;
}
@media screen and (max-width: 48em) {
    .card .thumbnail{
        min-height: 200px;
    }
}
.card .thumbnail>img {
    border-radius: 5px 5px;
    box-shadow: 0 25px 20px -21px rgba(0,0,0,0.15);
}
.card .thumb-cover {
    padding: 15px 20px;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.45);
    z-index: 3;
    content: "";
    left: 0;
    border-radius: 5px;
}
.card .details {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.36) 62%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.75)), color-stop(62%, rgba(0,0,0,0.36)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.36) 62%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.36) 62%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.36) 62%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.36) 62%, rgba(0,0,0,0) 100%);
    top: 0;
    display: block;
    height: 60px;
    padding: 10px 15px 0;
    position: absolute;
    width: 100%;
    z-index: 1032;
    border-radius: 12px 12px 0 0;
}

.shadow-drop-2-center:hover {
	-webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes shadow-drop-2-center {
    0% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-transform: translateZ(50px);
              transform: translateZ(50px);
      -webkit-box-shadow: 0 0 20px 0px rgba(62, 153, 236, 0.55);
              box-shadow: 0 0 20px 0px rgba(62, 153, 236, 0.55);
    }
  }

.card .authors-container {
    display: inline-block;
    width: 38px;
}
.authors-container .author:nth-child(1) {
    z-index: 100;
}
.authors-container .author {
    float: left;
    position: relative;
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
}
.card .author>.account-photo.account-product-owner {
    border-color: #007bff;
}
.card .authors-container>.author>.account-photo {
    width: 36px;
    height: 36px;
}
.authors-container>.author>.account-photo {
    width: 55px;
    height: 55px;
    border-width: 2px;
}
.authors-container .author:nth-child(2) {
    z-index: 99;
    margin-left: -20px;
}
.account-photo.account-product-owner {
    border-color: rgba(255,149,0,0.55);
}
.account-photo {
    position: relative;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid rgba(0,158,255,0.65);
    border-color: #ccc;
}
.account-photo .mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    border-radius: 50%;
}
.card .thumbnail img {
    width: 100%;
}
.card .numbers {
    color: #FFFFFF;
    float: right;
    margin-top: 6px;
}
.card .numbers .downloads, .card .numbers .comments-icon {
    margin-left: 6px;
    font-size: 15px;
    font-weight: 500;
}
.card:hover .thumb-cover, .card:hover .actions {
    opacity: 1;
}

.hemas-btn{
    font-family: "Poppins", sans-serif;
     border-radius: 5px 5px 5px 5px;
     font-size: 12px;
     font-weight: 600;
     letter-spacing: .5px;
     text-decoration: none;
     padding: 12px 18px;
     position: absolute;
     color: #fff !important;
     line-height: 14px;
     cursor: pointer;
     border-left: 1px;
     margin-top: 12% !important;
     text-transform: uppercase;
     background-color: #a38a00 !important;
     border-color: #a38a00 !important;
 }
 .hemas-btn:hover{
    background-color: #0A0814 !important;
    border-color: #0A0814 !important;
    color: #fff !important;
 }

 .single-product-btn{
    font-family: "Poppins", sans-serif;
     border-radius: 5px 5px 5px 5px;
     font-size: 12px;
     font-weight: 600;
     letter-spacing: .5px;
     text-decoration: none;
     padding: 12px 18px;
     position: absolute;
     color: #fff !important;
     line-height: 14px;
     cursor: pointer;
     border-left: 1px;
     text-transform: uppercase;
     background-color: #a38a00 !important;
     border-color: #a38a00 !important;
 
 }
 .single-product-btn:hover{
    background-color: #0A0814 !important;
    border-color: #0A0814 !important;
    color: #fff !important;
 }

.card .actions {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.card .actions span{
    display: flex;
    position: absolute;
    color: #FFFFFF;
    margin-top: -15px;
    text-align: center;
}

.card-info h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
}
.card-info [class^='circle-'] {
    float: left;
    margin-right: 5px;
}
.card-info p {
    font-size: 14px;
    margin: 0;
    color: #666666;
}
.card-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 0 0 12px 12px;
    background: #000033;
}
.card-info a:not(.btn) {
    color: #434343;
}
.circle-red i {
    color: #FF3B30;
}
.card .time {
    color: #777777;
    font-size: 15px;
    margin-top: 2px;
    text-transform: uppercase;
}
a, a:hover, a:focus, .btn:focus, .btn:hover, .btn:active, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    text-decoration: none;
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}
.card .actions .btn {
    top: 50%;
    position: relative;
    transform: translate(-50% , 50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.btn-neutral.btn-fill {
    color: #666666;
    background-color: white;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-neutral {
    border-color: white;
    color: white;
}
.btn-neutral:not(.btn-fill):hover {
    color: white;
}
.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    opacity: 0.79;
    padding: 9px 18px;
}