*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* <!--------------------- data filter css  ---------------- */

.gallery{
width: 100%;
display: block;
padding: 50px 0;
}
.gallery .gallery-filter{
padding: 0 15px;
width: 100%;
text-align: center;
margin-bottom: 40px;
}
.gallery .gallery-filter .filter-item{
color: #020202;
font-size: 17px;
border: 2px solid #ecebeb7d;
text-transform: uppercase;
display: inline-block;
border-radius: px;
margin-right: 8px;
cursor: pointer;
padding: 8px 20px 8px 20px;
line-height: 1.2;
transition: all 0.3s ease;
}
.gallery .gallery-filter .filter-item.active{
color: white;
border-color :rgba(80, 87, 234, 1);
background: rgba(80, 87, 234, 1);
}
@media(max-width: 491px){
.gallery .gallery-item{
width: 50%;
}
}
@media(max-width: 667px){
.gallery .gallery-item{
width: 100%;
}
.gallery .gallery-filter .filter-item{
margin-bottom: 10px;
}
}
.gallery .gallery-item.hide{
display: none;
}
.gallery .gallery-item.show{
animation: fadeIn 0.5s ease;
}
@keyframes fadeIn{
0%{
opacity: 0;
}
100%{
opacity: 1;
}
}
.gallery .gallery-item{
/* width: calc(100% / 6); */
padding: 15px;
}
.gallery .gallery-item-inner img{
width: 100%;
/* border: 3px solid #d4dad9; */
}
.rounded-t-brand {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}
.border {
    border-width: 1px;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}
.overflow-hidden {
    overflow: hidden;
}
.relative {
    position: relative;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.pt-2 {
    padding-top: 0.5rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.mt-2 {
    margin-top: 0.5rem;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.bg-\[\#5453ea\] {
    --tw-bg-opacity: 1;
    background-color: rgb(84 83 234/var(--tw-bg-opacity));
}
.rounded-r-md {
    border-bottom-right-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.span{
    color: rgb(84, 83, 234, 1);
}
.left-0 {
    left: 0;
}

.bottom-4 {
    bottom: 1rem;
}
.absolute {
    position: absolute;
}
.gap-2 {
    gap: 0.5rem;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex-row {
    flex-direction: row;
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
}
.font-semibold {
    font-weight: 600;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.font-basier {
    font-family: Basier Circle,sans;
}
.font-medium {
    font-weight: 500;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.flex-1 {
    flex: 1 1 0%;
}
/* .text-primary {
    --tw-text-opacity: 1;
    color: rgb(80 87 234/var(--tw-text-opacity));
} */

.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.gap-1 {
    gap: 0.25rem;
}