.row .col-lg-4 {
    padding: 8px;
}

.card {
    border-radius: 17px;
    display: flex;
    align-items: self-end;
    flex-direction: unset;
    padding: 18px 18px 0 18px;
    overflow: hidden;
    transition: all 0.2s ease-out;
    /* border: 1px solid rgba(204, 204, 204, 0) !important; */
    position: relative;
    max-width: 400px;
    height: 230px;
    max-height: 230px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(325deg, rgba(255, 255, 255, 1) 0%, rgba(62, 58, 67, 0) 100%);
    opacity: .4;
}

.card a {
    text-decoration: unset;

    z-index: 10;
  
}

 .card:hover {
    position: relative;
    /* top: -1px;
    border: 1px solid rgba(204, 204, 204, 0.75) !important;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2); */
}

.text-box {
    width: 100%;
    overflow: hidden;
    max-width: 55%;
    position: absolute;
    margin-bottom:5px;
    margin-top: -5px;
    
}

.text-box .icon_box {
    position: absolute;
    bottom: 14px;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
}

.text-box .icon_box i {
    min-width: 24px;
}

.text-box .icon_box i img {
    width: 16px;
}

.text-box .icon_box i img.ionic {
    width: 20px;
}

 .text-box h2 {
    margin: 0;
    color: #000;
    font-size: 1.0rem;
    /* opacity: .6; */
}

.text-box h3 {
    margin: 0;
    color: #000;
    font-size: .75rem;
    font-weight: 300;
    /* opacity: .6; */
    line-height: 20px;
}

.card .img_box {
    min-width: 100px;
    margin-left: auto;
    overflow: hidden;
    transition: all .5s;
    min-height: 92px;
    max-width: 128px;
    display: flex;
    align-items: flex-end;
    border-radius: 10px 10px 0 0;
    /* background-color: #f5f5f5a1; */
    background-image: url(../images/mockup.png);
    background-size: contain;
    background-position: bottom;
}


/* .products .tab-content .tab-pane .card .img_box img {
    animation: fadeInUp .5s both 0.1s;
} */

.card:hover .img_box {
    /* box-shadow: -25px 18px 37px -10px rgba(158, 158, 158, 0.27); */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: 10px 10px 18px -3px rgba(117, 117, 117, 0.75);
    transform: scale(1.098);
}



.menuButton:hover {
    box-shadow: 0 5px 10px -1px rgb(0 0 0 / 20%);
}

.menuButton i {
    color: var(--white);
    font-size: 1.5rem;
    position: relative;
    top: 2px;
}

.categoryMenu {
    position: fixed;
margin-top: -40px;
  left: 0;
    width: 100%;
    min-height: calc(100vh - 0px);
    max-height: calc(100vh - 0px);
    /* background: rgb(167 167 167 / 30%); */
    background: rgb(0 0 0 / 35%);
    backdrop-filter: blur(21px);
    z-index: 99999;
    transition: all .3s ease-out;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .categoryMenu {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
}


/* slightly transparent fallback for Firefox (not supporting backdrop-filter) */

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .categoryMenu {
        background-color: rgb(88, 88, 88);
    }
}

.dark_theme .categoryMenu {
    background: rgb(167 167 167 / 30%);
}


/* .right_row_header .owl-carousel .owl-next,
.right_row_header .owl-carousel .owl-prev {
    position: absolute;
    top: 11px;
    left: 0;
    margin: 0;
    min-width: 30px;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    align-self: center;
    font-size: 1.5rem;
    color: var(--white);
    background: rgba(0, 0, 0, 0.212);
    backdrop-filter: blur(3px);
    opacity: 1;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.right_row_header .owl-carousel .owl-next .nav-btn,
.right_row_header .owl-carousel .owl-prev .nav-btn {
    display: block;
    margin: auto;
    height: 30px;
    overflow: hidden;
}

.right_row_header .owl-carousel .owl-next .nav-btn i,
.right_row_header .owl-carousel .owl-prev .nav-btn i {
    height: 23px;
    overflow: hidden;
    width: 30px;
    text-align: center;
} */

.spinner_box {
    background: var(--white);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
    opacity: 1 !important;
    padding: 24px 49px;
    border-radius: 10px;
    box-shadow: 0 10px 10px 10px rgb(0 0 0 / 10%);
    display: block;
    font-size: 17px;
    color: var(--text-black);
    font-weight: 500;
    width: fit-content;
    z-index: 99;
}

.spinner_box .spinner-border {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
}

.categoryMenu {
    padding: 0 20px;
}

.categoryMenu.active {
    left: 0;
}

.categoryMenu .MenuHeader h2 {
    margin: 0;
    color: #d3d6d7;
    font-size: 1.2rem;
    font-weight: bold;
}

.categoryMenu .MenuHeader h2 span {
    color: var(--white);
    min-width: fit-content;
    cursor: pointer;
    font-size: 1.1rem;
}

.categoryMenu h2.header_text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    /* color: var(--text-light); */
    color: #fff;
    font-size: 21px;
    text-align: right;
    width: fit-content;
    margin: 0;
    padding-left: 16px;
    position: relative;
    top: 71px;
}

.categoryMenu i.zmdi-close-circle {
    font-size: 1.7rem;
    color: var(--white);
    display: block;
    margin: 0 auto;
    position: relative;
    width: fit-content;
    cursor: pointer;
    position: relative;
    top: 69px;
    margin-left: 10px;
    height: fit-content;
}

.categoryMenu .list-group {
    max-height: calc(70vh - 40px);
    overflow: hidden;
    margin-top: 60px;
    overflow-y: auto;
    padding-right: 15px !important;
}

.categoryMenu .list-group .row {
    margin: 0 -10px!important;
}

.categoryMenu .list-group .row .col-12 {
    padding: 0 10px;
}

.dark_theme .categoryMenu h2.header_text {
    color: var(--text-light);
}


/* SCROLLBAR */


/* Let's get this party started */

.categoryMenu .list-group::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.categoryMenu .list-group::-webkit-scrollbar-track {
    background: rgb(170, 170, 170);
    border: 4px solid transparent;
    background-clip: content-box;
    /* THIS IS IMPORTANT */
}


/* Handle */

.categoryMenu .list-group::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 15px;
    height: 20px;
}

.categoryMenu .list-group .list-group-item {
    background: transparent !important;
    border: 0;
    padding: 0;
    width: 100%;
    position: relative;
    padding: 0 14px 20px 21px;
    margin-bottom: 10px;
    transition: all .5s;
    max-height: calc(100% - 0px);
    overflow: hidden;
}


/* .categoryMenu .list-group .list-group-item:hover{
    transform: scale(1.0);
} */

.categoryMenu .list-group .list-group-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    background: rgba(255, 255, 255, 0.021);
    backdrop-filter: blur(1px);
    border-radius: 10px;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .categoryMenu .list-group .list-group-item::before {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
}


/* slightly transparent fallback for Firefox (not supporting backdrop-filter) */

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .categoryMenu .list-group .list-group-item::before {
        background-color: rgb(153, 153, 153);
    }
}

.categoryMenu .list-group .list-group-item .img_box {
    width: 110px;
    min-width: 110px;
    min-height: 110px;
    text-align: center;
    max-height: 110px;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: flex-end;
    margin-right: -10px !important;
    -webkit-animation: categoryMenuImg 2s both alternate infinite;
    animation: categoryMenuImg 2s both alternate infinite;
}

.categoryMenu .list-group .list-group-item .img_box img {
    display: block;
    margin: 0 auto;
    max-height: 110px;
    /* animation: techstack_1 1s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite; */
}

.categoryMenu .list-group .col-12:nth-child(16) .img_box,
.categoryMenu .list-group .col-12:nth-child(9) .img_box,
.categoryMenu .list-group .col-12:nth-child(8) .img_box,
.categoryMenu .list-group .col-12:nth-child(1) .img_box {
    -webkit-animation: categoryMenuImg 1s both alternate infinite;
    animation: categoryMenuImg 1s both alternate infinite;
}

.categoryMenu .list-group .col-12:nth-child(15) .img_box,
.categoryMenu .list-group .col-12:nth-child(10) .img_box,
.categoryMenu .list-group .col-12:nth-child(7) .img_box,
.categoryMenu .list-group .col-12:nth-child(2) .img_box {
    -webkit-animation: categoryMenuImg 1.3s both alternate infinite;
    animation: categoryMenuImg 1.3s both alternate infinite;
}

.categoryMenu .list-group .col-12:nth-child(14) .img_box,
.categoryMenu .list-group .col-12:nth-child(11) .img_box,
.categoryMenu .list-group .col-12:nth-child(6) .img_box,
.categoryMenu .list-group .col-12:nth-child(3) .img_box {
    -webkit-animation: categoryMenuImg 1.6s both alternate infinite;
    animation: categoryMenuImg 1.6s both alternate infinite;
}

.categoryMenu .list-group .col-12:nth-child(13) .img_box,
.categoryMenu .list-group .col-12:nth-child(12) .img_box,
.categoryMenu .list-group .col-12:nth-child(5) .img_box,
.categoryMenu .list-group .col-12:nth-child(4) .img_box {
    -webkit-animation: categoryMenuImg 2s both alternate infinite;
    animation: categoryMenuImg 2s both alternate infinite;
}

@keyframes categoryMenuImg {
    0% {
        -webkit-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.categoryMenu.active .list-group .list-group-item .img_box img {
    animation: fadeInUp 1s both 0.1s;
}

.categoryMenu .list-group .list-group-item .item-header {
    padding-bottom: 5px;
    align-items: flex-end;
    position: relative;
    z-index: 99;
}

.categoryMenu .list-group .list-group-item .item-header h5 {
    margin: 0;
    color: var(--white);
    font-size: 1.1rem;
    margin: 0 !important;
    padding-top: 25px;
}

.categoryMenu .list-group .list-group-item .text_box {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 99;
    position: relative;
}

.categoryMenu .list-group .list-group-item .text_box h5 {
    margin: 0;
    color: var(--white);
    font-size: 1.1rem;
    padding-bottom: 5px;
    margin: 0 !important;
    max-width: calc(100% - 110px);
}

.categoryMenu .list-group .list-group-item .text_box p {
    margin: 0;
    color: #dddedf;
    font-size: .75rem;
    font-weight: 400;
    max-width: calc(100% - 0px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 36px;
    max-width: calc(100% - 30px);
}

.categoryMenu h2.header_text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    /* color: var(--text-light); */
    color: #fff;
    font-size: 21px;
    text-align: right;
    width: fit-content;
    margin: 0;
    padding-left: 16px;
    position: relative;
    top: 71px;
}
.demo h2{
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
}
.demo p{
    width: 100%;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.screenshot{
    width: 100%;
    margin-top: 30px;
   

}


.owl-carousel .item {
    width: 236px;
    height: 510px;
    margin-left: 30px;
}
.item img{
    width: 250px;
    height: 505px;  
    margin-left: -2px;
}

.owl-carousel__nav {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.owl-carousel__nav > div {
    background: #aba9a9;
    color: #fff;
    padding: 8px 15px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 20px;
}


.slider-container{
  max-width: 800px;
  height: auto;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.slider{
  display: none;
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade{
  from{
    opacity: 0.5;
  }
  to{
    opacity:1;
  }
}


@media (min-width: 0px) and (max-width: 764px) {
 .bound{
  display: flex;
  flex-wrap: wrap;
 }
 .boxex{
  width: 100%;
  height:254px;
  border: 1px solid rgb(218, 217, 217);
}
.banimg {
    width: 100%;
    height: 300px;
}
.carousel{
  width: 100%;
  height: 300px;

}
#batch{
  width: 100%;
  height: auto;
  margin-top: -50px;
}
}


