@media (min-width: 1536px)
{
.\32xl\:mx-64 {
    margin-left: 7rem;
    margin-right: 7rem;
}
}
.zoom img {   
    object-fit: contain;
    background-color: #e0e0e0;
}

.logomain img {
    max-height: 70px;
}


.customproductdesign{
    overflow: hidden;
    transition:.8s;
    padding: 20px 20px 15px;
    border: 0;
    background: #ffd2d2;
    border-bottom: 0;
    background-size: 2%;
    border-radius: 12px;
}

.customproductdesign .autoheightwidth .absolute p {
    background: #ffc700 !important;
    color: #000 !important;
    padding: 4px 8px;
    height: 19px !IMPORTANT;
    font-weight: 600;
    border-radius: 8px;
}
.c-tab__content .flex.flex-col{}
.customproductdesign .autoheightwidth {
    height: 335px !important;
    transition: .8s;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 15px;
}
.customproductdesign .autoheightwidth:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
}
.customproductdesign .autoheightwidth img{
    height: auto !important;
    transition:.8s;
   display:none;
}
.customproductdesign .autoheightwidth:hover {
    transition: .9s;
    background-size: cover !important;
    background-position: center !important;
}
.heading-stroke
{
    -webkit-text-stroke: 1px #f591b5;
    color: #fffa00;
    font-size: 3rem;
}

@media (max-width: 767px){
.customproductdesign .autoheightwidth {
    height: 180px !important;
    transition: .8s;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center!important;
}
}
.slideshow-container{display:none;}