/* Vinay Gola UI Developer 26-05-2025  vkgola9@gamil.com */
/* This Sheet For Custom Work */



.highlight {
  
    text-transform: capitalize;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #2d3c3c 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 17px;
}


@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.i-ab-addon1 {margin-bottom: 50px;}
.i-ab-addon1 figure{height: 40vmax;width: 50vmax;margin: auto;}
.i-ab-addon1 figure img{object-fit: contain;transform: none !important;}
@media (max-width: 992px ) {
    .i-ab-addon1 figure {height: 60vmax;width: 100%;}
}