
   
   <div class="ai-wrapper">
   
        <style>
            
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500&display=swap');


*{
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.ai-wrapper{
    width: 100%;   
}

@media screen and (min-width: 80em){
    .container {
        max-width: 1140px;
    }
    .ai-product-box{
        padding: 16px;
    }
}

@media screen and (min-width: 64em) and (max-width: 79.9em){
    .container {
        max-width: 960px;
    }
}
@media screen and (min-width: 992px) and (max-width:1023.999px){
    .container{
        max-width: 960px;
    }
}

@media screen and (min-width: 48em) and (max-width: 63.9em){
    .container {
        max-width: 720px;
    }
}
@media screen and (min-width: 35.5em) and (max-width:47.9em){
    .container {
        max-width: 540px;
    }
}

body{
    font-size: 18px;
    line-height: 29px;
    color: #061A38;
    font-family: 'Lato', sans-serif;
    /* font-family: 'Poppins', sans-serif; */
}


.text-green{
    color: #8DB654;
}
.text-blue{
    color: #2491EF;
}

.text-font-poppins{
    font-family: 'Poppins',sans-serif;
}
.text-font-lato{
    font-family: 'Lato',sans-serif;
}
.ai-banner{
    background: #DBFFFE;
    min-height: auto;
    padding: 60px 0px;
    text-align: center;
    position: relative;
    /* margin-block-end: 300px; */
}
.ai-banner h1{
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
    max-width: 75%;
    margin: 0 auto 40px;
}

.ai-banner p{
	margin: 0px auto 0px;/* margin: 0px auto 200px;*/
    color: #616161;
    max-width: 93%;
}


.ai-desc-div{
    margin-block-end: 100px;
}
.banner-img{
    /* position: absolute; */
    /* left: 0;
    bottom: calc(-50% + 32px);
    right: 0; */

    text-align: center;
    position: relative;
    margin-block-start: -287px;
    /* top: calc(-50% - 32px); */
}
.banner-img img{
    max-width: 870px;
    max-height: 574px;
}
.ai-desc-div p{
    margin-block-start: 35px;
    margin-bottom: 0;
}


/* AI Section */

.ai-section.has-mb{
    margin-block-end: 50px;
}

.ai-search-div{
    max-width: 80%;
    margin-inline: auto;
    text-align: center;
    margin-block-end: 45px;
}

.search-input-div{
    max-width: 100%;
	margin-inline:auto;
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    height: 45px;
    display: flex;
    border-radius: 6px;
    margin-block-end: 35px;
	align-items:center;
	margin-left :55px;
}

.search-input-div .search-input {
    border: 0;
    width: 100% !important;
    background: transparent;
    padding-inline-start: 20px;
    color: #B5B5B5;
    font-weight: 500;   
}

.search-input-div .home-button{
	width: 45px;
    border: none;
    background: linear-gradient(102.27deg, #007B96 0%, #A6D16E 98.13%);
    height: 40px;
    /* margin: 6px; */
    border-radius: 4px;
    /* color: #fff; */
    transition: all .5s ease-in-out !important;
    cursor: pointer;
    position: absolute;
    left: -55px;
    display: flex;
    /* vertical-align: middle; */
    align-items: center;
    justify-content: center;
}

}


.search-input::placeholder{
    color: #B5B5B5;
}
.search-input:focus,button:focus{
    outline: none;
}

.search-btn{
    border: none;
    background: linear-gradient(102.27deg, #007B96 0%, #A6D16E 98.13%);
    width: 116px;
    height:40px;
    margin: 6px;
    border-radius: 4px;
    color: #fff;
    transition: all .5s ease-in-out !important;
    cursor: pointer;
}
.search-btn:hover{
    background: linear-gradient(102.27deg, #A6D16E 0%,#007B96 98.13%);
}

.section-main-heading{
    font-size: 48px;
    line-height: 72px;
    font-weight: 700;
    color: #DFDFDF;
    margin-block-end: 1rem;
}

.search-filters{
    max-width: 550px;
    display: flex;
    grid-column-gap: 15px;
    justify-content: space-between;
    margin-inline: auto;
    position: relative;
}
.filters-icon-div {
    position: absolute;
    left: -90px;
    top: 50%;
    translate: 0 -50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #A8A7AA;
}

.filters-icon-div svg {
    width: 35px;
}
.search-select{
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    position: relative;
}
.search-select:not(:last-child){
    /* margin-inline-end: 15px; */
}
.search-select ul{
    position: absolute;
    /* width: 100%; */
    bottom: auto;
    left: 0;
    right: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0e0e0;
    display: none;
    /* padding: 10px; */
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    z-index: 2;
}
.search-select ul.active{
    display: block;
}
.search-select ul li{
    list-style-type: none;
    /* padding: 10px; */
    cursor: pointer;
    text-align: start;
}
.search-select ul li a{
    padding: 10px;
}
.search-select ul li:hover,.search-select ul li.active{
    background: linear-gradient(102.27deg, #007B96 0%, #A6D16E 98.13%);
    color: #fff;
}
.search-select ul li:not(:last-child){
    margin-block-end: 3px;
}
.select-button{
    width: 168px;
    height: 40px;
    padding: 7px 16px;
    border: 0px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    align-items: center;
    cursor: pointer;
}

.select-button:disabled{
    cursor: auto;
}

.clear-filter{
    position: absolute;
    right: -80px;
    top: 50%;
    translate: 0 -50%;
    background: transparent;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2491EF;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    display: none;
}
.clear-filter.active{
    visibility: visible;
    display: block;
    opacity: 1;
}

.select-button span{
    max-width: calc(100% - 17px);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.select-button svg{
    transition: all .5s ease-in-out !important;
}
.search-select:has(.ai-custom-popup.active) .select-button svg{
    transform: rotate(-180deg);
}
.container{
    margin-inline: auto;
}

div.filtercount-p{
	position:relative;
}

.filtercount-p{
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #A8A7AA;
    margin-block-end: 10px;
}

/* Top 5 Products CSS */

.ai-filters-results-div{
    /* margin-block-end: 100px; */
}
.top5-products-div{
    display: flex;
    margin-block-end: 35px;
    gap: 30px;
}
.top5-product-box{
    flex: 0 0 calc(20% - 24px);
    max-width: calc(20% - 24px);
    border: 1px solid #E2E2E2;
    border-radius: 12px;
    position: relative;
    /* transition: box-shadow .3s ease-in-out; */
    cursor: pointer;
}

.top5-product-box .product-img img{
    max-width: 100%;
    width: 100%;
    max-height: 160px;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
}
.top5-circle{
    position: absolute;
    width: 50px;
    height: 50px;
    right: -25px;
    top: -25px;
    background: #061A38;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
}
.top5-circle span{
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    margin-block-start: 2px;
}

.product-title-div{
    padding: 12px;
}
.title-ele{
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-block-end: 5px;
}
.title-ele svg{
    width: 13px;
    height: 13px;
    margin-inline-start: 3px;
    vertical-align: middle;
}

.et-desc{
    color: #A8A7AA;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.tags-likes-div{
    display: flex;
    justify-content: space-between;
    margin-block: .5rem 0;
}
.tags-likes-div ul{
    display: flex;
    /* grid-column-gap: 10px; */
    gap: 5px;
    flex-wrap: wrap;
}
.tags-likes-div ul li{
    list-style-type: none;
    width: 30px;
    height: 18px;
    font-weight: 400;
    line-height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 2px 4px;

	background: #D9EDFF;
    font-size: 11px;
    color: #061A38;
}

.like-p{
    margin: 0px;
    font-size: 14px;
    line-height: 1;
    color: #A8A7AA;
    display: flex;
    align-items: center;
}
.like-p svg{
    margin-inline-start: 2px;
    width: 16px;
}

.view-product-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 34px;
    background: #FAFAFA;
    border-radius: 0px 0px 12px 12px;
    border: none;
    padding: 10px;
    cursor: pointer;
    color: #A8A7AA;
    font-size: 12px;
    line-height: 14px;
    outline: none;
}

.grbn-exclusive{
    position: absolute;
    left: -15px;
    top: 130px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    width: auto;
    height: 26px;
    /* left: 0px; */
    /* top: 150px; */
    background: linear-gradient(90deg, #007B96 0%, #A6D16E 100%);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding-inline: 10px;
    transition: all .5s ease-in-out;
}

.top5-product-box:hover{
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.top5-product-box:hover .grbn-exclusive{
    /* animation: exAnim 5s ease-in-out infinite alternate; */
    left: 0px;
}

.ai-product-div{
    display: flex;
    margin-block-end: 20px;
    flex-wrap: wrap;
    gap: 25px 20px;
}
.has-first-task-div{
	gap:25px 30px;
}

.ai-product-div .first-task-div{
	flex:0 0 calc(25% - 22.5px);
}
.ai-product-box{
    /* background: #FFFFFF; */
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex: 0 0 calc(25% - 15px);
    align-items: center;
    cursor: pointer;
    /* flex-wrap: wrap; */
}
.ai-product-box[data-boxtype="latest-box"]{
	flex-wrap:wrap;
	padding-bottom:0px;
}
.ai-product-box[data-boxtype="latest-box"] .ai-product-img{
	max-width:48px;
}
.ai-product-box[data-boxtype="latest-box"] .ai-product-content{
    max-width:calc(48px + 12.5px));
}
.ai-product-img{
    margin-inline-end: .5rem;
    flex: 0 0 calc(48px);
}
.ai-product-img img{
    width: 48px;
    height: 48px;
}
.ai-product-content{
    flex: 0 0 calc(100% - calc(48px + 12.5px));
}
.ai-licence {
    position: absolute;
    top: -11px;
    left: 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    padding: 4px 5px;
    background: #fff;
    width: 36px;
    height: 18px;
    border-radius: 2px;
}
.ai-product-div .tags-likes-div{
    margin-block-end: 0px;
}

.ai-product-box:not(.show-more):hover{
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-color:transparent;
}
.after-hover,.ai-product-box:hover .before-hover{
    display: none;
}

.ai-product-box:hover .after-hover{
    display: inline-flex;
}

.show-more.ai-product-box{
    border-color:transparent;
    flex-direction: column;
    text-align: center;
    cursor: auto;
    justify-content: center;
}
.show-more.ai-product-box p{
    margin-block-end: .5rem;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
.ai-more-btn{
    color: #2491EF;
    font-size: 12px;
    line-height: 12px;
    text-decoration: underline;
    font-weight: 500;
}

@keyframes exAnim{
    0%{
        background: linear-gradient(90deg, #007B96 0%, #A6D16E 100%);
    }
    25%{
        background: linear-gradient(180deg, #007B96 0%, #A6D16E 100%);
    }
    50%{
        background: linear-gradient(270deg, #007B96 0%, #A6D16E 100%);
    }
    100%{
        background: linear-gradient(0deg, #007B96 0%, #A6D16E 100%);
    }
}
.text-center{
    text-align: center;
}

.ai-inner-section{
    padding: 35px 0px;
}

.inner-section-header{
    margin-block-end: 50px;
    position: relative;
}

.inner-header{
    font-size: 30px;
    line-height: 45px;
    font-weight: 800;
    margin-block-end: 45px;
}
.inner-section-header p{
    color: #616161;
}

.inner-header.has-share{
    position: relative;

}

.inner-header.has-share > span{
	max-width:calc(100% - 45px);
	display:block;
}

.share-btn{
	/* display:none !important; */
    border: none;
    background: transparent;
    max-width: 50px;
    max-height: 50px;
	width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    cursor: pointer; 
    display: flex;
    align-items: center;
	justify-content:end;
	background:url('https://www.grabon.in/indulge/wp-content/uploads/2023/02/share.png');
	background-size: 30px 30px;
}

.share-btn svg{
    width: 30px;
    height: 30px;
}
.inner-header.has-share span.ai-header-span{
    max-width: calc(100% - 45px);
    display: flex;
}

.ai-section.has-bg{
    background: #fafafa;
}
.share-div{
    position: absolute;
    right: 0;
    top: 45px;
    width: 204px;
    height: 134px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

.share-div.active{
    visibility: visible;
    opacity: 1;
}
.share-div ul{
    display: flex;
    max-width: 100%;
    gap: 0 10px;
    margin-block-end: 10px;
}
.share-div li{
    list-style-type: none;

}
.share-div li a{
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    /* background:  rgba(55, 113, 165, 0.1); */
    align-items: center;
    justify-content: center;
}
.share-div li svg{
    width: 20px;
    height: 20px;
}

.share-div li a:hover{
    background:  rgba(55, 113, 165, 0.1);
}

.ai-copy-link{
    display: inline-flex;
    color: #2491EF;
    font-size: 16px;
    line-height: 12px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.ai-copy-link span{
    display: inline-flex;
    margin-inline-end: 10px;
    text-decoration: underline;
    text-transform: capitalize;
}
.ai-copy-link svg{
    width: 18px;
    height: 18px;
}

@media only screen and (max-width:991px){
    .clear-filter{
        position: static;
        margin-block-start: 10px;
        text-align: left;
    }
    .inner-header{
        font-size: 24px;
        line-height: 32px;
    }
    .ai-section.has-mb{
        margin-block-end: 50px;
    }
    .ai-inner-section{
        padding: 40px 0px;
    }
    .container{
        padding-inline: 24px;
    }
    .ai-banner{
        padding: 40px 0px;
        min-height: auto;
        margin-block-end: 20px;
    }
    .ai-banner h1{
        font-size: 24px;
        line-height: 36px;
        max-width: 95%;
        margin-block-end: 16px;
    }
    .ai-banner p{
        margin-block-end: 0px;
        max-width: 96%;
    }
    .banner-img{
        bottom: calc(-50% + 70px);
    }
    .banner-img img{
        max-width: 95% !important;
    }
    body{
        font-size: 16px;
        line-height: 24px;
    }

    .ai-desc-div{
        margin-block-end: 45px;
        text-align: center;
    }
    .mb-text-center{
        text-align: center;
    }
    .ai-search-div{
        max-width: 100%;
    }
    .search-filters{
        max-width: 100%;
        flex-direction: column;
		padding-block-start:25px;
		margin-block-start:25px;
    }
	.filters-icon-div {
		left:0;
		top:0;
	}
    .search-select:not(:last-child){
        margin-inline-end: 0px;
        margin-block-end: 15px;
    }
    .select-button{
        /* max-width: 30%; */
        width: 100%;
        margin-block-end: 0px;
    }
    .section-main-heading{
        font-size: 32px;
        line-height: 48px;
    }

    .ai-search-div{
        margin-block-end: 30px;
    }
    .search-input-div{
        margin-block-end: 15px;
        box-shadow:none;
        flex-direction: column;
        height: auto;
    }
	/* .search-input-div .home-button{
		position: static;
	} */

    .search-input {
        width: 100%;
        background: #fff;
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
        height: 55px;
        display: flex;
        border-radius: 6px;
        padding-inline: 20px;
    }
    .search-btn{
        width: 100%;
        height: 55px;
        margin-inline: 0px;
    }
    .filtercount-p{
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin-block-end: 35px;
    }

    .ai-filters-results-div{
        /* margin-block-end: 50px; */
    }
    .top5-products-div{
        flex-direction: column;
        gap: 35px;
        /* align-items: center; */
        justify-content: center;
        margin-block-end: 30px;
        max-width: 450px;
        margin-inline: auto;
    }
    .top5-product-box{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ai-product-div{
        max-width: 95%;
        margin-inline: auto;
    }
    .ai-product-box,.ai-product-div .first-task-div{
        flex: 0 0 100%;
    }
}


@media only screen and (max-width:576px){
    .top5-products-div{
        max-width: 70%;
    }
}
     


@media only screen and (min-width:992px){
    .search-select ul{
        right:-100%;
        bottom:auto;
        top:calc(100% + 2px);
    }
}


/* Drop down list heading */

    .search-select ul < span{
		padding: 10px;
		display: block;
		text-align: start;
	}
	
.search-select ul li:hover, .search-select ul li.active {
    color: #000;
    background: #f5f5f5;
}

.search-select ul li a{
    color:#000;display: block;

}	
.top5-licence{
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
}

.top5-product-box{
	padding-block-end:40px;
}
.view-product-btn{
	bottom: 0;
    position: absolute;
}

.ai-section.has-bg{
    background:transparent;
}
.ai-section.has-bg:nth-child(odd).ai-section.has-bg:nth-child(odd).ai-licence {
    background:#fafafa;
}

.ai-section.has-bg:nth-child(odd) .view-product-btn{
	background:#fff;
}


.tags-likes-div ul{
	flex: 0 0 calc(100% - 42px);
    word-break: break-all;
}

.ai-licence{
	width:auto;
}
.tags-likes-div ul li{
	width: auto;
    height: auto;
}

.ai-product-img img {
    border-radius: 12px;
    border: 1px solid #E2E2E2;
}

	 
.td-pb-row [class*="td-pb-span"] {width:100%}
	.search-select ul > span{
        display: block;
        margin: 10px;
        text-align: start;
        cursor: auto;
}
.search-select ul {
    max-height: 200px;
    overflow-y: scroll;
}
.select-button span{
    text-align:start;
} 
.search-select ul li:first-child{
    display:none;
}	 
.search-input-div{
    position: relative;
}
.search-results-dropdown{
    position: absolute;
    width: 100%;
    bottom: auto;
    top: calc(100% + 2px);
    left: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    z-index: 23;
    max-height: 300px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    display: none;
}
.search-results-dropdown.active{
    display: block;
    opacity: 1;
    visibility: visible;
}

.search-results-dropdown ul li{
    list-style-type: none;
    padding: 10px;
    cursor: pointer;
    text-align: start;
}

.search-results-dropdown ul li:hover{
    color: #000;
    background: #f5f5f5;
}	 
.ai-more-btn{cursor:pointer}
.ai-wrapper:not(:first-child) {
    display: none;
}
.top100-circle{
    position: absolute;
    width: 45px;
    height: 45px;
    right: -22.5px;
    top: -22.5px;
    background: #061A38;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;


	
}
.top5-circle span{
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-block-start: 2px;
}

.s2{
text-align: center;
padding-bottom: 20px;
}

.s3{
margin-block-end: 5px;
}


.ai-copy-link[data-text="copied"]{
    text-decoration: none;
    cursor: auto;
}
.mb-0{
    margin-bottom: 0px !important;
}





.ai-section-category .ai-product-div a {
    flex: 0 0 calc(calc(100% / 3) - 13.5px);
    color: inherit;
	height:100%;
}

.ai-section-category .ai-product-div a, .ai-product-box, .top5-product-box{
	transition: all .35s ease-in-out;
}

.ai-product-img2 {
    margin-inline-end: 0.5rem;
    flex: 0 0 calc(100px);
    max-width: 100px;
	font-size:14px;
	line-height:17px;
}

.ai-product-content2 {
    flex: 0 0 calc(100% - calc(100px + 12.5px));
	font-size:14px;
	line-height:17px;
}

.ai-product-content2 p:nth-child(2) {
    font-weight: 600;
	display: block;
    margin-block-end: 5px;
}

.ai-section-category .ai-product-div a:hover, .ai-product-box:hover, .top5-product-box:hover {
    transform: translateY(-5px);
}
.ai-product-content2 p:last-child{
	color:#A8A7AA;
	font-size:12px;
}

@media only screen and (max-width:991px){
	.ai-section-category .ai-product-div a {
		flex: 0 0 100% !important;
	}
}

.ai-section-category .ai-product-div a {
    flex: 0 0 calc(calc(100% / 3) - 13.5px);
    color: inherit;
	height:100%;
}

.ai-section-category .ai-product-div a, .ai-product-box, .top5-product-box{
	transition: all .35s ease-in-out;
}




html,body{
    scroll-behavior: smooth;
}
a.ai-scroll-up {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
}
a.ai-scroll-up.active{
    visibility:visible;
    opacity:1;
}



.top100-circle::before {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    background: rgba(0, 123, 150, 0.05);
    z-index: -1;
    border-radius: 0 8px;
}

.first-task-div .title-ele {
    max-width: calc(100% - 40px);
    word-break: break-all;
}


.top100-circle span {
    margin-inline-start: 3px;
}



.top100-circle {
    right: 0;
    top: 0;
    width: 50px;
    height: 25px;
    border-radius: 0 8px;
    background: linear-gradient(90deg, #007B96 0%, #A6D16E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex-direction: row;
    box-shadow: none;
    font-weight: 600;
}

.filtercount-p[data-alt="new-h2-header"]{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.filtercount-p[data-alt="new-h2-header"]:not([data-place="top100"]){
	margin-block: 10px 45px;
}
.filtercount-p[data-alt="new-h2-header"] .inner-header{
	line-height: 1.2;
	margin-block: 0;
}

.filtercount-p[data-alt="new-h2-header"] .inner-header > span{
	max-width:100%;
}

.new-share-ul{
	display: flex;
    align-items: center;
}
.new-share-ul p {
    margin-block-end: 0px;
    font-size: 18px;
    margin-inline-end: 10px;
}
ul.new-share-ul li:not(:last-child) {
    margin-inline-end: 6px;
}
ul.new-share-ul li a {
    display: flex;
	transition:transform .35s ease-in-out;
}
ul.new-share-ul li a:hover{
	transform:translateY(-5px);
}
ul.new-share-ul li svg {
    width: 35px;
    height: 35px;
	
}
.copied-notify{
	padding: 5px 8px;
    background: #061A38;
	color:#fff;
    box-shadow: 0px 0px 160px 35px rgb(0 0 0 / 50%);
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    border-radius: 2px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    translate: -50% calc(100% + 10px);
    z-index: 3333;
	visibility:hidden;
	opacity:0;
	transition:all .35s ease-in-out;
}
.copied-notify.active{
	translate: -50% 0;
	visibility:visible;
	opacity:1;
	animation:bounceIn 1s ease-in-out 1 alternate;
	animation-delay:.4s;
}


@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media only screen and (max-width:991px){
	.filtercount-p[data-alt="new-h2-header"]{
		flex-direction: column;
	}
	.new-share-ul{
		margin-block-start:10px;
	}
	.new-share-ul p{
		font-size:16px; 	
	}
	ul.new-share-ul li svg {
		width: 26px;
		height: 26px;
	}


}

.res-desc {
    flex: 0 0 110%;
    margin-inline: -12px;
    padding: 12px 12px 12px 12px;
    width: 100%;
    background: #fafafa;
    margin-block-start: 12px;
    color: #A8A7AA;
    font-size: 12px;
    line-height: 18px;
    border-radius: 0 0 8px 8px;
}

	 </style>
        <div class="ai-banner">
            <div class="container">
                <div class="ai-banner-row">
                    <h1 class="text-font-poppins">
                    
                    The World’s Best & Largest Directory Of <span class="text-green">AI Tools</span>

                    
                    </h1>
                    
                      <!-- <p> Discover, <span class="text-green">Collect</span> and Explore
                        Extraordinary Generative <span class="text-blue">AI Tools</span></p>-->
                    <p>
                        Browse 3000+ AI Tools In 80+ Categories & Find The Perfect Tools That Suit Your Needs To Work Smarter
                    </p>
                </div>
            </div>
        </div>

         <!-- <div class="ai-desc-div">
            <div class="container">
              <div class="banner-img">
                    <img src="https://www.grabon.in/indulge/wp-content/uploads/2023/02/Extraordinary-Generative-AI-Tools.png" alt="Banner Image">
                </div>
                <p>The world’s largest directory of AI Tools, including generative AI tools provides an unprecedented resource, enabling users to easily browse over 1000 AI tools in 50 plus categories. Explore these options without wasting precious time or energy sifting through overwhelming information overload. Take control of the industrial revolution like never before with some of the cutting-edge technological advances the internet has produced. Get powered up and work smarter by browsing through our Directory of AI Tools today!</p>
            </div>
        </div>-->

        <div class="ai-section has-mb" data-id="0" id="first-section">
            <div class="container">
                <div class="ai-search-div">
                    <p class="section-main-heading text-font-poppins">Search Starts From Here</p>
                    <div class="search-input-div">
						<button class="home-button">
							<svg width="33" height="29" viewBox="0 0 33 29" fill="none" xmlns="http://www.w3.org/2000/svg">
								<path d="M32.5593 14.4726C32.5593 15.4581 31.7224 16.23 30.7739 16.23V16.23C29.7891 16.23 28.992 17.0307 28.9964 18.0154L29.0275 25.0004C29.0275 25.1482 29.0164 25.2961 28.9996 25.4439V26.3253C28.9996 27.5352 28.0009 28.5152 26.7678 28.5152H25.8751V28.5152C25.7524 28.5152 25.6295 28.5147 25.5068 28.5151C25.4901 28.5152 25.4734 28.5152 25.4566 28.5152H23.6433H22.3042C21.0712 28.5152 20.0724 27.5352 20.0724 26.3253V25.0114V21.5076C20.0724 20.5386 19.2746 19.7557 18.287 19.7557H14.7161C13.7285 19.7557 12.9307 20.5386 12.9307 21.5076V25.0114V26.3253C12.9307 27.5352 11.9319 28.5152 10.6989 28.5152H9.3598H7.57995C7.56323 28.5152 7.54652 28.5149 7.52981 28.5146C7.39588 28.5114 7.26197 28.5152 7.12801 28.5152V28.5152H6.23529C5.00222 28.5152 4.00349 27.5352 4.00349 26.3253V20.1937C4.00349 20.1444 4.00349 20.0897 4.00907 20.0404V18.021C4.00907 17.0319 3.20721 16.23 2.21805 16.23V16.23C1.21375 16.23 0.432617 15.4636 0.432617 14.4726C0.432617 13.9799 0.600002 13.5419 0.990566 13.1587L15.2964 0.922837C15.6869 0.53961 16.1333 0.484863 16.5239 0.484863C16.9144 0.484863 17.3608 0.594357 17.6956 0.86809L31.9456 13.1587C32.3919 13.5419 32.6151 13.9799 32.5593 14.4726Z" fill="white"/>
							</svg>
						</button>
                        <input type="text" id="search-box" class="search-input" placeholder="Search by Topics, Tasks and Job Roles" />
                        <button type="button" class="search-btn">Search</button>
						
                        <div class="search-results-dropdown">
                            <ul class="search-results-ul">
                                <li class="search-results-li">Task 1</li>
                                <li class="search-results-li">Task 2</li>
                                <li class="search-results-li">Task 3</li>
                            </ul>
                        </div>
						
                    </div><input type="hidden" id="sizevalue" name="sizevalue">
                    <div class="search-filters">
						<div class="filters-icon-div">
							<svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg">
								<path d="M0.159765 0.971235C0.4305 0.377467 1.00479 0 1.6406 0H19.3614C19.9972 0 20.5715 0.377467 20.8423 0.971235C21.113 1.565 21.031 2.2648 20.629 2.77374L13.1263 12.2528V17.6434C13.1263 18.1566 12.8474 18.6273 12.4003 18.8564C11.9531 19.0854 11.424 19.0387 11.0261 18.7291L8.40077 16.6934C8.0685 16.4389 7.87571 16.036 7.87571 15.6076V12.2528L0.368969 2.7695C-0.0289287 2.2648 -0.115072 1.56076 0.159765 0.971235Z" fill="#A8A7AA"/>
							</svg>
							Filters                                
						</div>
                        <div class="search-select" id="topic-select">
                            <button class="select-button openpopup">
                                <span>Topic/Context</span>
                                <svg width="12" height="8" viewBox="0 0 12 8" fill="none"
                                    xmlns="http://www.w3.org/2000/svg">
                                    <path d="M1 1L6 6L11 1" stroke="#A5A5A5" stroke-width="1.5"
                                        stroke-linecap="round" />
                                </svg>
                            </button>
                            <ul name="categoryId" id="categoryId" class="categoryId ai-custom-popup">
							<li data-value="Topic/Context">Select Category</li><li data-value='1'  ><a href='#prompt-generators' rel='nofollow'>Prompt Generators</a></li><li data-value='2'  ><a href='#chatgpt-chrome-extensions' rel='nofollow'>ChatGPT Chrome Extensions</a></li><li data-value='3'  ><a href='#ai-search-engines' rel='nofollow'>AI Search Engines</a></li><li data-value='8'  ><a href='#education' rel='nofollow'>Education</a></li><li data-value='9'  ><a href='#ecommerce' rel='nofollow'>eCommerce</a></li><li data-value='12'  ><a href='#digital-marketing' rel='nofollow'>Digital Marketing</a></li><li data-value='14'  ><a href='#email-marketing' rel='nofollow'>Email Marketing</a></li><li data-value='15'  ><a href='#seo' rel='nofollow'>SEO</a></li><li data-value='17'  ><a href='#social-media' rel='nofollow'>Social Media</a></li><li data-value='23'  ><a href='#sales' rel='nofollow'>Sales</a></li><li data-value='30'  ><a href='#productivity' rel='nofollow'>Productivity</a></li><li data-value='31'  ><a href='#business' rel='nofollow'>Business</a></li><li data-value='39'  ><a href='#designing' rel='nofollow'>Designing</a></li><li data-value='44'  ><a href='#dev-tools' rel='nofollow'>Dev Tools</a></li><li data-value='47'  ><a href='#fun-tools' rel='nofollow'>Fun Tools</a></li><li data-value='48'  ><a href='#gift-ideas' rel='nofollow'>Gift Ideas</a></li><li data-value='49'  ><a href='#finance' rel='nofollow'>Finance</a></li><li data-value='53'  ><a href='#marketing' rel='nofollow'>Marketing</a></li><li data-value='54'  ><a href='#music' rel='nofollow'>Music</a></li><li data-value='56'  ><a href='#recruitment' rel='nofollow'>Recruitment</a></li><li data-value='62'  ><a href='#transcriber' rel='nofollow'>Transcriber</a></li><li data-value='67'  ><a href='#api' rel='nofollow'>API</a></li><li data-value='71'  ><a href='#gaming' rel='nofollow'>Gaming</a></li><li data-value='72'  ><a href='#healthcare' rel='nofollow'>Healthcare</a></li><li data-value='73'  ><a href='#ml-platforms' rel='nofollow'>ML Platforms</a></li><li data-value='74'  ><a href='#real-estate' rel='nofollow'>Real Estate</a></li><li data-value='75'  ><a href='#religious' rel='nofollow'>Religious</a></li><li data-value='76'  ><a href='#others' rel='nofollow'>Others</a></li><li data-value='77'  ><a href='#ml-platforms' rel='nofollow'>ML Platforms</a></li><li data-value='78'  ><a href='#real-estate' rel='nofollow'>Real Estate</a></li><li data-value='79'  ><a href='#religious' rel='nofollow'>Religious</a></li><li data-value='80'  ><a href='#others' rel='nofollow'>Others</a></li> 
                            </ul>
                        </div>
                        <div class="search-select" id="task-select">
                            <button class="select-button openpopup">
                                <span>Task/Action</span>
                                <svg width="12" height="8" viewBox="0 0 12 8" fill="none"
                                    xmlns="http://www.w3.org/2000/svg">
                                    <path d="M1 1L6 6L11 1" stroke="#A5A5A5" stroke-width="1.5"
                                        stroke-linecap="round" />
                                </svg>
                            </button>
                            <ul name="categoryId" id="categoryId" class="categoryId ai-custom-popup" >
							<li data-value="Task/Action">Select Category</li><li data-value='4'  ><a href='#ai-content-detector' rel='nofollow'>AI Content Detector</a></li><li data-value='5'  ><a href='#audio-editing' rel='nofollow'>Audio Editing</a></li><li data-value='6'  ><a href='#image-editing' rel='nofollow'>Image Editing</a></li><li data-value='7'  ><a href='#presentation-makers' rel='nofollow'>Presentation Makers</a></li><li data-value='10'  ><a href='#meme-generation' rel='nofollow'>Meme Generation</a></li><li data-value='11'  ><a href='#drawing/painting' rel='nofollow'>Drawing/Painting</a></li><li data-value='16'  ><a href='#script-writing' rel='nofollow'>Script Writing</a></li><li data-value='18'  ><a href='#story-generation' rel='nofollow'>Story Generation</a></li><li data-value='20'  ><a href='#tweet-generation' rel='nofollow'>Tweet Generation</a></li><li data-value='22'  ><a href='#spreadsheets' rel='nofollow'>Spreadsheets</a></li><li data-value='24'  ><a href='#resume-writing' rel='nofollow'>Resume Writing</a></li><li data-value='25'  ><a href='#hashtag-generation' rel='nofollow'>Hashtag Generation</a></li><li data-value='26'  ><a href='#grammar-check' rel='nofollow'>Grammar Check</a></li><li data-value='27'  ><a href='#blog-content' rel='nofollow'>Blog Content</a></li><li data-value='28'  ><a href='#video-editing' rel='nofollow'>Video Editing</a></li><li data-value='29'  ><a href='#blog-to-video' rel='nofollow'>Blog To Video</a></li><li data-value='32'  ><a href='#paraphrase' rel='nofollow'>Paraphrase</a></li><li data-value='33'  ><a href='#name-generators' rel='nofollow'>Name Generators</a></li><li data-value='34'  ><a href='#market-research' rel='nofollow'>Market Research</a></li><li data-value='35'  ><a href='#logo-generator' rel='nofollow'>Logo Generator</a></li><li data-value='36'  ><a href='#lead-generation' rel='nofollow'>Lead Generation</a></li><li data-value='38'  ><a href='#product-descriptions' rel='nofollow'>Product Descriptions</a></li><li data-value='40'  ><a href='#data-analytics' rel='nofollow'>Data Analytics</a></li><li data-value='41'  ><a href='#website-builder' rel='nofollow'>Website Builder</a></li><li data-value='43'  ><a href='#copy-writing' rel='nofollow'>Copy Writing</a></li><li data-value='45'  ><a href='#ad-campaigns' rel='nofollow'>Ad Campaigns</a></li><li data-value='46'  ><a href='#animation' rel='nofollow'>Animation</a></li><li data-value='55'  ><a href='#testing-automation' rel='nofollow'>Testing Automation</a></li><li data-value='57'  ><a href='#slogan-generator' rel='nofollow'>Slogan Generator</a></li><li data-value='58'  ><a href='#stock-trading' rel='nofollow'>Stock Trading</a></li><li data-value='59'  ><a href='#summarizer' rel='nofollow'>Summarizer</a></li><li data-value='61'  ><a href='#text-to-speech' rel='nofollow'>Text To Speech</a></li><li data-value='63'  ><a href='#text-to-video' rel='nofollow'>Text To Video</a></li><li data-value='64'  ><a href='#website-content' rel='nofollow'>Website Content</a></li><li data-value='65'  ><a href='#virtual-companions' rel='nofollow'>Virtual Companions</a></li><li data-value='68'  ><a href='#avatars' rel='nofollow'>Avatars</a></li> 
                            </ul>
                        </div>
                        <div class="search-select" id="job-select">
                            <button class="select-button openpopup">
                                <span>Job Role</span>
                                <svg width="12" height="8" viewBox="0 0 12 8" fill="none"
                                    xmlns="http://www.w3.org/2000/svg">
                                    <path d="M1 1L6 6L11 1" stroke="#A5A5A5" stroke-width="1.5"
                                        stroke-linecap="round" />
                                </svg>
                            </button>
                            <ul name="categoryId" id="categoryId" class="categoryId ai-custom-popup">
							<li data-value="Job Role">Select Category</li><li data-value='13'  ><a href='#customer-support-executive' rel='nofollow'>Customer Support Executive</a></li><li data-value='19'  ><a href='#students' rel='nofollow'>Students</a></li><li data-value='21'  ><a href='#ui/ux-designers' rel='nofollow'>UI/UX Designers</a></li><li data-value='37'  ><a href='#influencers' rel='nofollow'>Influencers</a></li><li data-value='42'  ><a href='#cx-professionals-' rel='nofollow'>CX Professionals </a></li><li data-value='50'  ><a href='#hr' rel='nofollow'>HR</a></li><li data-value='51'  ><a href='#journalists' rel='nofollow'>Journalists</a></li><li data-value='52'  ><a href='#lawyers' rel='nofollow'>Lawyers</a></li><li data-value='60'  ><a href='#teachers' rel='nofollow'>Teachers</a></li><li data-value='66'  ><a href='#architects' rel='nofollow'>Architects</a></li><li data-value='69'  ><a href='#fashion' rel='nofollow'>Fashion</a></li><li data-value='70'  ><a href='#film-makers' rel='nofollow'>Film Makers</a></li> 
                            </ul>
                        </div>
                        <button class="clear-filter" type="button">Clear Filter</button>
                        <!-- <select class="search-select" id="task-select">
                            <option>Task 1</option>
                            <option>Task 2</option>
                            <option>Task 3</option>
                        </select>
                        <select class="search-select" id="job-select">
                            <option>Job 1</option>
                            <option>Job 2</option>
                            <option>Job 3</option>
                        </select>    -->
                    </div>

                </div>
				<div id="jsonresult">
					
					<p class="filtercount-p"><span id="countcategories"></span></p> 
					<div class="filtercount-p" data-alt="new-h2-header" data-place="top100">
						<h2 class="inner-header has-share mb-0"><span>Top 100 Trending AI Tools</span></h2>
						<ul class="new-share-ul">
							<p>Share : </p>
							<li>
								<a href="http://www.linkedin.com/shareArticle?mini=true&url=https://www.grabon.in/indulge/ai-tools/" target="_blank" rel="nofollow" onClick="childevent(event,0)">
									<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
										<rect width="48" height="48" rx="24" fill="#3771A5"/>
										<path d="M18.2168 34.4998H13.8752V20.4795H18.2168V34.4998ZM16.0436 18.567C14.6554 18.567 13.5293 17.4138 13.5293 16.0217C13.5293 15.3529 13.7942 14.7116 14.2657 14.2387C14.7373 13.7659 15.3768 13.5002 16.0436 13.5002C16.7105 13.5002 17.35 13.7659 17.8215 14.2387C18.2931 14.7116 18.558 15.3529 18.558 16.0217C18.558 17.4138 17.4315 18.567 16.0436 18.567ZM34.4658 34.4998H30.1336V27.6748C30.1336 26.0482 30.1009 23.9623 27.8763 23.9623C25.6191 23.9623 25.2732 25.7295 25.2732 27.5576V34.4998H20.9363V20.4795H25.1002V22.392H25.161C25.7406 21.2904 27.1565 20.1279 29.2688 20.1279C33.6627 20.1279 34.4705 23.0295 34.4705 26.7982V34.4998H34.4658Z" fill="white"/>
									</svg>
								</a>
							</li>
							<li>
								<a href="https://www.facebook.com/sharer.php?u=https://www.grabon.in/indulge/ai-tools/" target="_blank" rel="nofollow"  onClick="childevent(event,1)">
									<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
										<rect width="48" height="48" rx="24" fill="#3B4F8A"/>
										<path d="M29.5188 25.5L30.1776 21.1566H26.0589V18.338C26.0589 17.1497 26.6343 15.9914 28.4789 15.9914H30.3513V12.2934C30.3513 12.2934 28.6521 12 27.0276 12C23.6358 12 21.4187 14.0803 21.4187 17.8463V21.1566H17.6484V25.5H21.4187V36H26.0589V25.5H29.5188Z" fill="white"/>
									</svg>

								</a>                                           
							</li>
							<li>
								<a href="https://twitter.com/intent/tweet?url=https://www.grabon.in/indulge/ai-tools/" target="_blank" rel="nofollow"  onClick="childevent(event,2)">
									<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
										<rect width="48" height="48" rx="24" fill="#4D9FE6"/>
										<path d="M33.533 19.1118C33.5482 19.3249 33.5482 19.5382 33.5482 19.7514C33.5482 26.2539 28.599 33.7463 19.5533 33.7463C16.7665 33.7463 14.1777 32.9391 12 31.5382C12.396 31.5838 12.7766 31.5991 13.1878 31.5991C15.4873 31.5991 17.604 30.8224 19.2944 29.4976C17.132 29.4519 15.3198 28.0356 14.6954 26.0864C15 26.132 15.3045 26.1625 15.6244 26.1625C16.066 26.1625 16.5076 26.1016 16.9188 25.995C14.665 25.5381 12.9746 23.5585 12.9746 21.1676V21.1067C13.6294 21.4722 14.3909 21.7006 15.1979 21.731C13.873 20.8478 13.005 19.3402 13.005 17.6346C13.005 16.7209 13.2487 15.8833 13.6751 15.1524C16.0964 18.1371 19.736 20.0863 23.8172 20.2996C23.7411 19.9341 23.6954 19.5534 23.6954 19.1727C23.6954 16.462 25.8883 14.2539 28.6141 14.2539C30.0304 14.2539 31.3095 14.8478 32.208 15.8072C33.3197 15.594 34.3857 15.1828 35.3299 14.6194C34.9643 15.7615 34.1877 16.7209 33.1674 17.33C34.1573 17.2235 35.1167 16.9493 35.9999 16.5686C35.33 17.5432 34.4924 18.4112 33.533 19.1118Z" fill="white"/>
									</svg>
								</a>                                         
							</li>
							<li>
								<a class="ai-copy-link" rel="nofollow" onClick="iframeCopyFun(event,2)">
									<svg width="48" height="48" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
										<rect width="50" height="50" rx="25" fill="#061A38"/>
										<g clip-path="url(#clip0_393_5348)">
										<path d="M27.5026 16.0421C26.9182 15.8699 26.3098 16.2179 26.1414 16.8156L21.7414 32.5656C21.5729 33.1632 21.9132 33.7855 22.4976 33.9578C23.082 34.13 23.6904 33.782 23.8589 33.1843L28.2589 17.4343C28.4273 16.8367 28.087 16.2144 27.5026 16.0421ZM30.2732 20.2644C29.8436 20.7039 29.8436 21.4175 30.2732 21.857L33.3429 25L30.2698 28.1429C29.8401 28.5824 29.8401 29.296 30.2698 29.7355C30.6995 30.175 31.3973 30.175 31.827 29.7355L35.677 25.798C36.1067 25.3585 36.1067 24.6449 35.677 24.2054L31.827 20.2679C31.3973 19.8285 30.6995 19.8285 30.2698 20.2679L30.2732 20.2644ZM19.7304 20.2644C19.3007 19.8249 18.6029 19.8249 18.1732 20.2644L14.3232 24.2019C13.8936 24.6414 13.8936 25.355 14.3232 25.7945L18.1732 29.732C18.6029 30.1714 19.3007 30.1714 19.7304 29.732C20.1601 29.2925 20.1601 28.5789 19.7304 28.1394L16.6573 25L19.7304 21.857C20.1601 21.4175 20.1601 20.7039 19.7304 20.2644Z" fill="white"/>
										</g>
										<defs>
										<clipPath id="clip0_393_5348">
										<rect width="22" height="18" fill="white" transform="translate(14 16)"/>
										</clipPath>
										</defs>
									</svg>
								</a>
							</li>
						</ul>
					</div>
					<!-- <button class="share-btn custom-btn openpopup" type="button" onClick="sharebtnfun(event)"></button> -->
					<!-- <div class="share-div ai-custom-popup "> -->
						<!-- <ul> -->
							<!-- <li> -->
								<!-- <a href="http://www.linkedin.com/shareArticle?mini=true&url=https://www.grabon.in/indulge/ai-tools/" target="_blank" rel="nofollow"  onClick="childevent(event,0)"> -->
									<!-- <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"> -->
										<!-- <path d="M5.21675 21.4998H0.8752V7.47946H5.21675V21.4998ZM3.04364 5.56696C1.65535 5.56696 0.529297 4.41384 0.529297 3.02165C0.529297 2.35293 0.7942 1.7116 1.26573 1.23875C1.73726 0.765891 2.3768 0.500244 3.04364 0.500244C3.71049 0.500244 4.35002 0.765891 4.82155 1.23875C5.29308 1.7116 5.55798 2.35293 5.55798 3.02165C5.55798 4.41384 4.43146 5.56696 3.04364 5.56696ZM21.4658 21.4998H17.1336V14.6748C17.1336 13.0482 17.1009 10.9623 14.8763 10.9623C12.6191 10.9623 12.2732 12.7295 12.2732 14.5576V21.4998H7.9363V7.47946H12.1002V9.39196H12.161C12.7406 8.2904 14.1565 7.1279 16.2688 7.1279C20.6627 7.1279 21.4705 10.0295 21.4705 13.7982V21.4998H21.4658Z" fill="#3771A5"></path> -->
									<!-- </svg>  -->
								<!-- </a>                                            -->
							<!-- </li> -->
							<!-- <li> -->
								<!-- <a href="https://www.facebook.com/sharer.php?u=https://www.grabon.in/indulge/ai-tools/" target="_blank" rel="nofollow"  onClick="childevent(event,1)"> -->
									<!-- <svg width="14" height="24" viewBox="0 0 14 24" fill="none" xmlns="http://www.w3.org/2000/svg"> -->
										<!-- <path d="M12.5188 13.5L13.1776 9.15656H9.05894V6.33797C9.05894 5.14969 9.63428 3.99141 11.4789 3.99141H13.3513V0.293438C13.3513 0.293438 11.6521 0 10.0276 0C6.63575 0 4.41871 2.08031 4.41871 5.84625V9.15656H0.648438V13.5H4.41871V24H9.05894V13.5H12.5188Z" fill="#3B4F8A"></path> -->
									<!-- </svg>  -->
								<!-- </a>                                            -->
							<!-- </li> -->
							<!-- <li> -->
								<!-- <a href="https://twitter.com/intent/tweet?url=https://www.grabon.in/indulge/ai-tools/" target="_blank" rel="nofollow"  onClick="childevent(event,2)"> -->
									<!-- <svg width="24" height="20" viewBox="0 0 24 20" fill="none" xmlns="http://www.w3.org/2000/svg"> -->
										<!-- <path d="M21.533 5.11169C21.5482 5.32488 21.5482 5.53811 21.5482 5.7513C21.5482 12.2538 16.599 19.7462 7.5533 19.7462C4.76648 19.7462 2.17767 18.9391 0 17.5381C0.395953 17.5838 0.776625 17.599 1.18781 17.599C3.48727 17.599 5.60405 16.8224 7.29441 15.4975C5.13197 15.4518 3.31978 14.0356 2.69541 12.0863C3 12.132 3.30455 12.1624 3.62437 12.1624C4.06598 12.1624 4.50764 12.1015 4.91878 11.995C2.66498 11.5381 0.974578 9.55839 0.974578 7.16753V7.10664C1.62937 7.47213 2.39086 7.70055 3.19791 7.73097C1.87303 6.8477 1.00505 5.34011 1.00505 3.63452C1.00505 2.72083 1.24866 1.88327 1.67508 1.1523C4.09641 4.13706 7.73602 6.08627 11.8172 6.2995C11.7411 5.93402 11.6954 5.55335 11.6954 5.17263C11.6954 2.46194 13.8883 0.253845 16.6141 0.253845C18.0304 0.253845 19.3095 0.847752 20.208 1.80714C21.3197 1.59395 22.3857 1.18277 23.3299 0.61933C22.9643 1.76149 22.1877 2.72088 21.1674 3.32997C22.1573 3.22342 23.1167 2.94925 23.9999 2.56858C23.33 3.54316 22.4924 4.41114 21.533 5.11169Z" fill="#4D9FE6"></path> -->
									<!-- </svg>    -->
								<!-- </a>                                          -->
							<!-- </li> -->
						<!-- </ul> -->
						<!-- <a class="ai-copy-link" rel="nofollow" onClick="iframeCopyFun(event,2)"> -->
							<!-- <span>Copy link</span> -->
							<!-- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> -->
								<!-- <path d="M17.6689 2.48309L15.5156 0.329766C15.3064 0.118512 15.0181 0 14.7193 0H8.96773C7.72496 0 6.71773 1.00758 6.71773 2.25L6.71842 11.25C6.74937 12.4945 7.75836 13.5 8.99938 13.5H15.7494C16.9869 13.5 17.9994 12.4875 17.9994 11.25V3.27832C17.9994 2.9802 17.8798 2.69402 17.6689 2.48309ZM16.3119 11.25C16.3119 11.5606 16.06 11.8125 15.7494 11.8125H8.96773C8.65702 11.8125 8.40523 11.5606 8.40523 11.25V2.25457C8.40523 1.94393 8.65709 1.69207 8.96773 1.69207H13.4677L13.4994 3.375C13.4994 3.99621 14.0032 4.5 14.6244 4.5H16.2802V11.25H16.3119ZM9.56188 15.75C9.56188 16.0606 9.31002 16.3125 8.99938 16.3125H2.21773C1.90702 16.3125 1.65523 16.0606 1.65523 15.75L1.68617 6.75352C1.68617 6.44288 1.93803 6.19102 2.24867 6.19102H5.62437V4.5H2.24902C1.00625 4.5 -0.000976562 5.50723 -0.000976562 6.75L-0.000632031 15.75C-0.000554687 16.991 1.00695 18 2.24938 18H8.99938C10.2369 18 11.2494 16.9875 11.2494 15.75V14.625H9.59352L9.56188 15.75Z" fill="#2491EF"></path> -->
							<!-- </svg>                                         -->
						<!-- </a> -->
					<!-- </div> -->
				
	
					
					
					
		
					<!-- AI Filters Results Div -->
					<div class="ai-filters-results-div">
                    
						<div class="top5-products-div" id="resultfive"></div>



						<div class="ai-product-div has-first-task-div" id="resultone">
							<div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3263" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/writegenius.jpg" alt="WriteGenius"  title="WriteGenius logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3263" target="_blank" rel="nofollow">
				<h3 class="title-ele">WriteGenius
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@WriteGenius
				</p>
				<div class="tags-likes-div">
				<ul><li>Blog Content</li></ul>
					<p class="like-p">
						<span id="3263" class="dfload">181</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3168" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/default-logo.png" alt="Dall E 2"  title="Dall E 2 logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3168" target="_blank" rel="nofollow">
				<h3 class="title-ele">Dall E 2
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Dall E 2
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToImage</li></ul>
					<p class="like-p">
						<span id="3168" class="dfload">202</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3169" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/musenet.jpg" alt="OpenAI MuseNet"  title="OpenAI MuseNet logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3169" target="_blank" rel="nofollow">
				<h3 class="title-ele">OpenAI MuseNet
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@OpenAI
				</p>
				<div class="tags-likes-div">
				<ul><li>Music</li></ul>
					<p class="like-p">
						<span id="3169" class="dfload">89</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="288" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/chatgpt.jpg" alt="ChatGPT"  title="ChatGPT logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="288" target="_blank" rel="nofollow">
				<h3 class="title-ele">ChatGPT
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@OpenAI
				</p>
				<div class="tags-likes-div">
				<ul><li>AISearchEngines</li></ul>
					<p class="like-p">
						<span id="288" class="dfload">320</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3171" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/Bing.png" alt="Bing Image Creator"  title="Bing Image Creator logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3171" target="_blank" rel="nofollow">
				<h3 class="title-ele">Bing Image Creator
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Microsoft
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToImage</li></ul>
					<p class="like-p">
						<span id="3171" class="dfload">47</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="761" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/github-copilot.jpg" alt="GitHub Copilot"  title="GitHub Copilot logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="761" target="_blank" rel="nofollow">
				<h3 class="title-ele">GitHub Copilot
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Microsoft
				</p>
				<div class="tags-likes-div">
				<ul><li>DevTools</li></ul>
					<p class="like-p">
						<span id="761" class="dfload">82</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3232" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/deeplwrite.jpg" alt="DeepL Write"  title="DeepL Write logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3232" target="_blank" rel="nofollow">
				<h3 class="title-ele">DeepL Write
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@DeepL
				</p>
				<div class="tags-likes-div">
				<ul><li>AIWriters</li></ul>
					<p class="like-p">
						<span id="3232" class="dfload">88</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="512" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/deepl.jpg" alt="DeepL"  title="DeepL logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="512" target="_blank" rel="nofollow">
				<h3 class="title-ele">DeepL
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@DeepL SE
				</p>
				<div class="tags-likes-div">
				<ul><li>Productivity</li></ul>
					<p class="like-p">
						<span id="512" class="dfload">103</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1251" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/notion-ai.jpg" alt="Notion AI"  title="Notion AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1251" target="_blank" rel="nofollow">
				<h3 class="title-ele">Notion AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Notion AI Pty Ltd
				</p>
				<div class="tags-likes-div">
				<ul><li>AIWriters</li></ul>
					<p class="like-p">
						<span id="1251" class="dfload">187</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3233" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/duolingo.jpg" alt="Duolingo"  title="Duolingo logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3233" target="_blank" rel="nofollow">
				<h3 class="title-ele">Duolingo
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Duolingo
				</p>
				<div class="tags-likes-div">
				<ul><li>Education</li></ul>
					<p class="like-p">
						<span id="3233" class="dfload">26</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1483" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/quillbot.jpg" alt="Quillbot"  title="Quillbot logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1483" target="_blank" rel="nofollow">
				<h3 class="title-ele">Quillbot
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Course Hero
				</p>
				<div class="tags-likes-div">
				<ul><li>AIWriters</li></ul>
					<p class="like-p">
						<span id="1483" class="dfload">121</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="800" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/grammarly.jpg" alt="Grammarly"  title="Grammarly logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="800" target="_blank" rel="nofollow">
				<h3 class="title-ele">Grammarly
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Grammarly
				</p>
				<div class="tags-likes-div">
				<ul><li>GrammarCheck</li></ul>
					<p class="like-p">
						<span id="800" class="dfload">102</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1517" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/remove-bg.jpg" alt="Remove bg"  title="Remove bg logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1517" target="_blank" rel="nofollow">
				<h3 class="title-ele">Remove bg
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Remove.bg
				</p>
				<div class="tags-likes-div">
				<ul><li>UI/UXDesigners</li></ul>
					<p class="like-p">
						<span id="1517" class="dfload">122</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3270" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/imagineanything.jpg" alt="Imagine Anything"  title="Imagine Anything logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3270" target="_blank" rel="nofollow">
				<h3 class="title-ele">Imagine Anything
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Imagine Anything Limited
				</p>
				<div class="tags-likes-div">
				<ul><li>#ImageEditing</li></ul>
					<p class="like-p">
						<span id="3270" class="dfload">48</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1167" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/midjourney.jpg" alt="MidJourney"  title="MidJourney logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1167" target="_blank" rel="nofollow">
				<h3 class="title-ele">MidJourney
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@MidJourney
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToImage</li></ul>
					<p class="like-p">
						<span id="1167" class="dfload">103</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="854" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/hugging-face.jpg" alt="Hugging Face"  title="Hugging Face logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="854" target="_blank" rel="nofollow">
				<h3 class="title-ele">Hugging Face
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Hugging Face
				</p>
				<div class="tags-likes-div">
				<ul><li>PromptGenerators</li></ul>
					<p class="like-p">
						<span id="854" class="dfload">76</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3234" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/mailchimp.jpg" alt="Mailchimp"  title="Mailchimp logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3234" target="_blank" rel="nofollow">
				<h3 class="title-ele">Mailchimp
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Mailchimp
				</p>
				<div class="tags-likes-div">
				<ul><li>EmailMarketing</li></ul>
					<p class="like-p">
						<span id="3234" class="dfload">104</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1351" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/perplexity-ai.jpg" alt="Perplexity AI"  title="Perplexity AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1351" target="_blank" rel="nofollow">
				<h3 class="title-ele">Perplexity AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Percipient.ai Inc.
				</p>
				<div class="tags-likes-div">
				<ul><li>AISearchEngines</li></ul>
					<p class="like-p">
						<span id="1351" class="dfload">87</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="2117" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/you.jpg" alt="You"  title="You logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="2117" target="_blank" rel="nofollow">
				<h3 class="title-ele">You
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@You
				</p>
				<div class="tags-likes-div">
				<ul><li>AISearchEngines</li></ul>
					<p class="like-p">
						<span id="2117" class="dfload">190</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3235" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/constantcontact.jpg" alt="Constant Contact"  title="Constant Contact logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3235" target="_blank" rel="nofollow">
				<h3 class="title-ele">Constant Contact
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Constant Contact
				</p>
				<div class="tags-likes-div">
				<ul><li>DigitalMarketing</li></ul>
					<p class="like-p">
						<span id="3235" class="dfload">123</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3236" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/fotor.jpg" alt="Fotor"  title="Fotor logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3236" target="_blank" rel="nofollow">
				<h3 class="title-ele">Fotor
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Everimaging
				</p>
				<div class="tags-likes-div">
				<ul><li>ImageEditing</li></ul>
					<p class="like-p">
						<span id="3236" class="dfload">135</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1035" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/leonardo-ai.jpg" alt="Leonardo AI"  title="Leonardo AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1035" target="_blank" rel="nofollow">
				<h3 class="title-ele">Leonardo AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Leonardo.Ai
				</p>
				<div class="tags-likes-div">
				<ul><li>Gaming</li></ul>
					<p class="like-p">
						<span id="1035" class="dfload">40</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1528" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/replit.jpg" alt="Replit"  title="Replit logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1528" target="_blank" rel="nofollow">
				<h3 class="title-ele">Replit
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Replit, Inc.
				</p>
				<div class="tags-likes-div">
				<ul><li>DevTools</li></ul>
					<p class="like-p">
						<span id="1528" class="dfload">87</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="2375" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/pixlr.jpg" alt="Pixlr"  title="Pixlr logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="2375" target="_blank" rel="nofollow">
				<h3 class="title-ele">Pixlr
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Inmagine Group
				</p>
				<div class="tags-likes-div">
				<ul><li>ImageEditing</li></ul>
					<p class="like-p">
						<span id="2375" class="dfload">24</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="515" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/deep-nostalgia.jpg" alt="Deep Nostalgia "  title="Deep Nostalgia  logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="515" target="_blank" rel="nofollow">
				<h3 class="title-ele">Deep Nostalgia 
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@My Heritage
				</p>
				<div class="tags-likes-div">
				<ul><li>ImageEditing</li></ul>
					<p class="like-p">
						<span id="515" class="dfload">63</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3237" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/aweber.jpg" alt="Aweber"  title="Aweber logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3237" target="_blank" rel="nofollow">
				<h3 class="title-ele">Aweber
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Aweber
				</p>
				<div class="tags-likes-div">
				<ul><li>EmailMarketing</li></ul>
					<p class="like-p">
						<span id="3237" class="dfload">63</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3238" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/picwish.jpg" alt="Pic wish"  title="Pic wish logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3238" target="_blank" rel="nofollow">
				<h3 class="title-ele">Pic wish
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Pic wish
				</p>
				<div class="tags-likes-div">
				<ul><li>ImageEditing</li></ul>
					<p class="like-p">
						<span id="3238" class="dfload">45</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1977" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/veed-io.jpg" alt="Veed IO"  title="Veed IO logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1977" target="_blank" rel="nofollow">
				<h3 class="title-ele">Veed IO
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Veed.io
				</p>
				<div class="tags-likes-div">
				<ul><li>SocialMedia</li></ul>
					<p class="like-p">
						<span id="1977" class="dfload">85</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="883" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/img2prompt.jpg" alt="Img2prompt"  title="Img2prompt logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="883" target="_blank" rel="nofollow">
				<h3 class="title-ele">Img2prompt
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Img2prompt
				</p>
				<div class="tags-likes-div">
				<ul><li>PromptGenerators</li></ul>
					<p class="like-p">
						<span id="883" class="dfload">90</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3239" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/chatsonic.jpg" alt="Chatsonic"  title="Chatsonic logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3239" target="_blank" rel="nofollow">
				<h3 class="title-ele">Chatsonic
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@WriteSonic
				</p>
				<div class="tags-likes-div">
				<ul><li>AIWriters</li></ul>
					<p class="like-p">
						<span id="3239" class="dfload">145</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="2097" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/writesonic.jpg" alt="Writesonic"  title="Writesonic logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="2097" target="_blank" rel="nofollow">
				<h3 class="title-ele">Writesonic
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@WriteSonic
				</p>
				<div class="tags-likes-div">
				<ul><li>CopyWriting</li></ul>
					<p class="like-p">
						<span id="2097" class="dfload">86</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1236" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/nightcafe.jpg" alt="NightCafe"  title="NightCafe logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1236" target="_blank" rel="nofollow">
				<h3 class="title-ele">NightCafe
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@NightCafe
				</p>
				<div class="tags-likes-div">
				<ul><li>FunTools</li></ul>
					<p class="like-p">
						<span id="1236" class="dfload">85</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1020" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/languagetool.jpg" alt="LanguageTool"  title="LanguageTool logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1020" target="_blank" rel="nofollow">
				<h3 class="title-ele">LanguageTool
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Language Tool
				</p>
				<div class="tags-likes-div">
				<ul><li>Paraphrase</li></ul>
					<p class="like-p">
						<span id="1020" class="dfload">90</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3240" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/clipchamp.jpg" alt="Clipchamp"  title="Clipchamp logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3240" target="_blank" rel="nofollow">
				<h3 class="title-ele">Clipchamp
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Microsoft
				</p>
				<div class="tags-likes-div">
				<ul><li>VideoEditing</li></ul>
					<p class="like-p">
						<span id="3240" class="dfload">56</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="2070" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/wordtune.jpg" alt="Wordtune"  title="Wordtune logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="2070" target="_blank" rel="nofollow">
				<h3 class="title-ele">Wordtune
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@AI21 Labs
				</p>
				<div class="tags-likes-div">
				<ul><li>AIWriters</li></ul>
					<p class="like-p">
						<span id="2070" class="dfload">139</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3241" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/elevenlabs.jpg" alt="ElevenLabs"  title="ElevenLabs logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3241" target="_blank" rel="nofollow">
				<h3 class="title-ele">ElevenLabs
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@ElevenLabs
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToSpeech</li></ul>
					<p class="like-p">
						<span id="3241" class="dfload">52</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3242" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/smallseotools.jpg" alt="SmallSEO Tools"  title="SmallSEO Tools logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3242" target="_blank" rel="nofollow">
				<h3 class="title-ele">SmallSEO Tools
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@SmallSEO Tools
				</p>
				<div class="tags-likes-div">
				<ul><li>Free</li></ul>
					<p class="like-p">
						<span id="3242" class="dfload">23</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1710" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/speechify-com.jpg" alt="Speechify"  title="Speechify logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1710" target="_blank" rel="nofollow">
				<h3 class="title-ele">Speechify
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Speechify,Inc.
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToSpeech</li></ul>
					<p class="like-p">
						<span id="1710" class="dfload">132</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1738" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/stable-diffusion.jpg" alt="Stable Diffusion"  title="Stable Diffusion logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1738" target="_blank" rel="nofollow">
				<h3 class="title-ele">Stable Diffusion
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Stable AI Ltd
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToImage</li></ul>
					<p class="like-p">
						<span id="1738" class="dfload">81</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="404" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/copy-ai.jpg" alt="Copy AI"  title="Copy AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="404" target="_blank" rel="nofollow">
				<h3 class="title-ele">Copy AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Copy AI
				</p>
				<div class="tags-likes-div">
				<ul><li>BlogContent</li></ul>
					<p class="like-p">
						<span id="404" class="dfload">151</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="847" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/hotpot-ai.jpg" alt="Hotpot AI"  title="Hotpot AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="847" target="_blank" rel="nofollow">
				<h3 class="title-ele">Hotpot AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Panabee
				</p>
				<div class="tags-likes-div">
				<ul><li>Marketing</li></ul>
					<p class="like-p">
						<span id="847" class="dfload">72</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1043" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/lexica.jpg" alt="Lexica"  title="Lexica logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1043" target="_blank" rel="nofollow">
				<h3 class="title-ele">Lexica
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@LEXICA SAS
				</p>
				<div class="tags-likes-div">
				<ul><li>AISearchEngines</li></ul>
					<p class="like-p">
						<span id="1043" class="dfload">97</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="939" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/jasper-ai.jpg" alt="Jasper AI"  title="Jasper AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="939" target="_blank" rel="nofollow">
				<h3 class="title-ele">Jasper AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Jasper (Jarvis AI)
				</p>
				<div class="tags-likes-div">
				<ul><li>BlogContent</li></ul>
					<p class="like-p">
						<span id="939" class="dfload">148</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="956" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/jasper-art.jpg" alt="Jasper Art"  title="Jasper Art logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="956" target="_blank" rel="nofollow">
				<h3 class="title-ele">Jasper Art
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Jasper Technologies Inc
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToImage</li></ul>
					<p class="like-p">
						<span id="956" class="dfload">105</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="2289" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/d-id.jpg" alt="D-ID"  title="D-ID logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="2289" target="_blank" rel="nofollow">
				<h3 class="title-ele">D-ID
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@D-ID
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToVideo</li></ul>
					<p class="like-p">
						<span id="2289" class="dfload">49</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence"></div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="2284" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/getresponse.jpg" alt="GetResponse"  title="GetResponse logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="2284" target="_blank" rel="nofollow">
				<h3 class="title-ele">GetResponse
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@GetResponse
				</p>
				<div class="tags-likes-div">
				<ul><li>WebsiteBuilder</li></ul>
					<p class="like-p">
						<span id="2284" class="dfload">65</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence"></div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="2084" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/writer.jpg" alt="Writer"  title="Writer logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="2084" target="_blank" rel="nofollow">
				<h3 class="title-ele">Writer
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Writer
				</p>
				<div class="tags-likes-div">
				<ul><li>AIWriters</li></ul>
					<p class="like-p">
						<span id="2084" class="dfload">51</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1079" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/looka.jpg" alt="Looka"  title="Looka logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1079" target="_blank" rel="nofollow">
				<h3 class="title-ele">Looka
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Looka
				</p>
				<div class="tags-likes-div">
				<ul><li>LogoGenerator</li></ul>
					<p class="like-p">
						<span id="1079" class="dfload">131</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1235" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/nickfinder.jpg" alt="Nickfinder"  title="Nickfinder logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1235" target="_blank" rel="nofollow">
				<h3 class="title-ele">Nickfinder
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Nickfinder
				</p>
				<div class="tags-likes-div">
				<ul><li>NameGenerators</li></ul>
					<p class="like-p">
						<span id="1235" class="dfload">86</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3243" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/kapwing.jpg" alt="KapWing"  title="KapWing logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3243" target="_blank" rel="nofollow">
				<h3 class="title-ele">KapWing
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@KapWing
				</p>
				<div class="tags-likes-div">
				<ul><li>VideoEditing</li></ul>
					<p class="like-p">
						<span id="3243" class="dfload">114</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1569" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/rytr.jpg" alt="RYTR"  title="RYTR logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1569" target="_blank" rel="nofollow">
				<h3 class="title-ele">RYTR
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Copysmith, Inc.
				</p>
				<div class="tags-likes-div">
				<ul><li>BlogContent</li></ul>
					<p class="like-p">
						<span id="1569" class="dfload">49</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1257" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/novel-ai.jpg" alt="Novel AI"  title="Novel AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1257" target="_blank" rel="nofollow">
				<h3 class="title-ele">Novel AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Anlatan
				</p>
				<div class="tags-likes-div">
				<ul><li>StoryGeneration</li></ul>
					<p class="like-p">
						<span id="1257" class="dfload">102</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1405" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/playground-ai.jpg" alt="Playground AI"  title="Playground AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1405" target="_blank" rel="nofollow">
				<h3 class="title-ele">Playground AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Playground.ai LLC
				</p>
				<div class="tags-likes-div">
				<ul><li>AISearchEngines</li></ul>
					<p class="like-p">
						<span id="1405" class="dfload">71</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1161" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/merlin.jpg" alt="Merlin"  title="Merlin logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1161" target="_blank" rel="nofollow">
				<h3 class="title-ele">Merlin
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Merlin Entertainments
				</p>
				<div class="tags-likes-div">
				<ul><li>Business</li></ul>
					<p class="like-p">
						<span id="1161" class="dfload">87</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="418" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/copyleaks.jpg" alt="Copyleaks"  title="Copyleaks logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="418" target="_blank" rel="nofollow">
				<h3 class="title-ele">Copyleaks
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Copyleaks
				</p>
				<div class="tags-likes-div">
				<ul><li>AIContentDetector</li></ul>
					<p class="like-p">
						<span id="418" class="dfload">119</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3244" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/default-logo.png" alt="Fliki AI"  title="Fliki AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3244" target="_blank" rel="nofollow">
				<h3 class="title-ele">Fliki AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Fliki AI
				</p>
				<div class="tags-likes-div">
				<ul><li>SocialMedia</li></ul>
					<p class="like-p">
						<span id="3244" class="dfload">36</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1199" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/murf.jpg" alt="Murf"  title="Murf logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1199" target="_blank" rel="nofollow">
				<h3 class="title-ele">Murf
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@MURF.AI
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToSpeech</li></ul>
					<p class="like-p">
						<span id="1199" class="dfload">125</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="915" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/invideo.jpg" alt="InVideo"  title="InVideo logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="915" target="_blank" rel="nofollow">
				<h3 class="title-ele">InVideo
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Abstrakt Video Private Limited
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToVideos</li></ul>
					<p class="like-p">
						<span id="915" class="dfload">39</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="2504" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/befunky.jpg" alt="Befunky"  title="Befunky logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="2504" target="_blank" rel="nofollow">
				<h3 class="title-ele">Befunky
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@BeFunky Inc.
				</p>
				<div class="tags-likes-div">
				<ul><li>Image Editing</li></ul>
					<p class="like-p">
						<span id="2504" class="dfload">9</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1332" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/paraphraser-io.jpg" alt="Paraphraser IO"  title="Paraphraser IO logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1332" target="_blank" rel="nofollow">
				<h3 class="title-ele">Paraphraser IO
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Paraphraser IO
				</p>
				<div class="tags-likes-div">
				<ul><li>Paraphrase</li></ul>
					<p class="like-p">
						<span id="1332" class="dfload">96</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3245" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/media.jpg" alt="Media"  title="Media logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3245" target="_blank" rel="nofollow">
				<h3 class="title-ele">Media
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Media
				</p>
				<div class="tags-likes-div">
				<ul><li>ImageEditing</li></ul>
					<p class="like-p">
						<span id="3245" class="dfload">48</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="686" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/fakeyou-com.jpg" alt="FakeYou"  title="FakeYou logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="686" target="_blank" rel="nofollow">
				<h3 class="title-ele">FakeYou
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@FakeYou
				</p>
				<div class="tags-likes-div">
				<ul><li>FunTools</li></ul>
					<p class="like-p">
						<span id="686" class="dfload">35</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1796" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/synthesia.jpg" alt="Synthesia IO"  title="Synthesia IO logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1796" target="_blank" rel="nofollow">
				<h3 class="title-ele">Synthesia IO
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Synthesia
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToVideos</li></ul>
					<p class="like-p">
						<span id="1796" class="dfload">146</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1734" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/stability-ai.jpg" alt="Stability AI"  title="Stability AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1734" target="_blank" rel="nofollow">
				<h3 class="title-ele">Stability AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Stability AI LTD
				</p>
				<div class="tags-likes-div">
				<ul><li>Marketing</li></ul>
					<p class="like-p">
						<span id="1734" class="dfload">83</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1652" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/simplified.jpg" alt="Simplified"  title="Simplified logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1652" target="_blank" rel="nofollow">
				<h3 class="title-ele">Simplified
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@TLDR Technologies
				</p>
				<div class="tags-likes-div">
				<ul><li>ScriptWriting</li></ul>
					<p class="like-p">
						<span id="1652" class="dfload">73</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1971" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/vanceai.jpg" alt="VanceAI"  title="VanceAI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1971" target="_blank" rel="nofollow">
				<h3 class="title-ele">VanceAI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@VanceAI Technology
				</p>
				<div class="tags-likes-div">
				<ul><li>ImageEditing</li></ul>
					<p class="like-p">
						<span id="1971" class="dfload">87</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3246" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/flexclip.jpg" alt="Flex Clip"  title="Flex Clip logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3246" target="_blank" rel="nofollow">
				<h3 class="title-ele">Flex Clip
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Flex Clip
				</p>
				<div class="tags-likes-div">
				<ul><li>VideoEditing</li></ul>
					<p class="like-p">
						<span id="3246" class="dfload">63</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1374" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/pictory.jpg" alt="Pictory AI"  title="Pictory AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1374" target="_blank" rel="nofollow">
				<h3 class="title-ele">Pictory AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Pictory
				</p>
				<div class="tags-likes-div">
				<ul><li>BlogToVideo</li></ul>
					<p class="like-p">
						<span id="1374" class="dfload">79</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1104" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/mage.jpg" alt="Mage"  title="Mage logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1104" target="_blank" rel="nofollow">
				<h3 class="title-ele">Mage
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Mage Technologies Inc
				</p>
				<div class="tags-likes-div">
				<ul><li>AISearchEngines</li></ul>
					<p class="like-p">
						<span id="1104" class="dfload">34</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="559" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/dream-by-wombo.jpg" alt="Dream by Wombo"  title="Dream by Wombo logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="559" target="_blank" rel="nofollow">
				<h3 class="title-ele">Dream by Wombo
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Dream by Wombo
				</p>
				<div class="tags-likes-div">
				<ul><li>FunTools</li></ul>
					<p class="like-p">
						<span id="559" class="dfload">81</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="207" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/beta-tome-app.jpg" alt="Tome"  title="Tome logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="207" target="_blank" rel="nofollow">
				<h3 class="title-ele">Tome
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Magical Tome, Inc
				</p>
				<div class="tags-likes-div">
				<ul><li>PresentationMakers</li></ul>
					<p class="like-p">
						<span id="207" class="dfload">131</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="195" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/beautiful-ai.jpg" alt="Beautiful AI"  title="Beautiful AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="195" target="_blank" rel="nofollow">
				<h3 class="title-ele">Beautiful AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Beautiful.ai
				</p>
				<div class="tags-likes-div">
				<ul><li>PresentationMakers</li></ul>
					<p class="like-p">
						<span id="195" class="dfload">123</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1529" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/reply-io.jpg" alt="Reply IO"  title="Reply IO logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1529" target="_blank" rel="nofollow">
				<h3 class="title-ele">Reply IO
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Reply.io
				</p>
				<div class="tags-likes-div">
				<ul><li>EmailMarketing</li></ul>
					<p class="like-p">
						<span id="1529" class="dfload">84</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1645" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/shortlyai.jpg" alt="Shortly AI"  title="Shortly AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1645" target="_blank" rel="nofollow">
				<h3 class="title-ele">Shortly AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@ShortlyAI
				</p>
				<div class="tags-likes-div">
				<ul><li>Paraphrase</li></ul>
					<p class="like-p">
						<span id="1645" class="dfload">87</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1266" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/ocoya.jpg" alt="ocoya"  title="ocoya logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1266" target="_blank" rel="nofollow">
				<h3 class="title-ele">ocoya
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Wise Guys SaaS Milan
				</p>
				<div class="tags-likes-div">
				<ul><li>SocialMedia</li></ul>
					<p class="like-p">
						<span id="1266" class="dfload">44</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="745" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/getgenie.jpg" alt="GetGenie"  title="GetGenie logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="745" target="_blank" rel="nofollow">
				<h3 class="title-ele">GetGenie
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@GetGenie internet technologies
				</p>
				<div class="tags-likes-div">
				<ul><li>BlogContent</li></ul>
					<p class="like-p">
						<span id="745" class="dfload">91</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="864" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/hypotenuse-ai.jpg" alt="Hypotenuse ai"  title="Hypotenuse ai logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="864" target="_blank" rel="nofollow">
				<h3 class="title-ele">Hypotenuse ai
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Hypotenuse AI
				</p>
				<div class="tags-likes-div">
				<ul><li>BlogContent</li></ul>
					<p class="like-p">
						<span id="864" class="dfload">144</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3247" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/ellieal.jpg" alt="EllieAl"  title="EllieAl logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3247" target="_blank" rel="nofollow">
				<h3 class="title-ele">EllieAl
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@EllieAl
				</p>
				<div class="tags-likes-div">
				<ul><li>EmailMarketing</li></ul>
					<p class="like-p">
						<span id="3247" class="dfload">54</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1255" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/nova-ai.jpg" alt="Nova AI"  title="Nova AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1255" target="_blank" rel="nofollow">
				<h3 class="title-ele">Nova AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Nova Labs, Inc
				</p>
				<div class="tags-likes-div">
				<ul><li>SocialMedia</li></ul>
					<p class="like-p">
						<span id="1255" class="dfload">42</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="879" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/imagenai.jpg" alt="ImagenAI"  title="ImagenAI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="879" target="_blank" rel="nofollow">
				<h3 class="title-ele">ImagenAI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Imagen
				</p>
				<div class="tags-likes-div">
				<ul><li>ImageEditing</li></ul>
					<p class="like-p">
						<span id="879" class="dfload">46</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1536" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/resume-io.jpg" alt="Resume IO"  title="Resume IO logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1536" target="_blank" rel="nofollow">
				<h3 class="title-ele">Resume IO
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Talent Inc.
				</p>
				<div class="tags-likes-div">
				<ul><li>ResumeWriting</li></ul>
					<p class="like-p">
						<span id="1536" class="dfload">76</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1667" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/sketchpro-ai.jpg" alt="SketchPro AI"  title="SketchPro AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1667" target="_blank" rel="nofollow">
				<h3 class="title-ele">SketchPro AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@SketchPro AI
				</p>
				<div class="tags-likes-div">
				<ul><li>Drawing/Painting</li></ul>
					<p class="like-p">
						<span id="1667" class="dfload">62</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="111" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/anyword.jpg" alt="Anyword"  title="Anyword logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="111" target="_blank" rel="nofollow">
				<h3 class="title-ele">Anyword
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Anyword
				</p>
				<div class="tags-likes-div">
				<ul><li>CopyWriting</li></ul>
					<p class="like-p">
						<span id="111" class="dfload">84</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="2617" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/deepbrain.jpg" alt="Deepbrain AI "  title="Deepbrain AI  logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="2617" target="_blank" rel="nofollow">
				<h3 class="title-ele">Deepbrain AI 
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Deepbrain AI 
				</p>
				<div class="tags-likes-div">
				<ul><li>HR</li></ul>
					<p class="like-p">
						<span id="2617" class="dfload">8</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1788" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/surferseo.jpg" alt="SurferSEO"  title="SurferSEO logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1788" target="_blank" rel="nofollow">
				<h3 class="title-ele">SurferSEO
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Surfer
				</p>
				<div class="tags-likes-div">
				<ul><li>SEO</li></ul>
					<p class="like-p">
						<span id="1788" class="dfload">201</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="2198" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/evoto-ai.jpg" alt="Evoto AI"  title="Evoto AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="2198" target="_blank" rel="nofollow">
				<h3 class="title-ele">Evoto AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Evoto AI
				</p>
				<div class="tags-likes-div">
				<ul><li>ImageEditing</li></ul>
					<p class="like-p">
						<span id="2198" class="dfload">30</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="626" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/easy-peasy-ai.jpg" alt="Easy-peasy AI"  title="Easy-peasy AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="626" target="_blank" rel="nofollow">
				<h3 class="title-ele">Easy-peasy AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Easy-peasy.ai 
				</p>
				<div class="tags-likes-div">
				<ul><li>BlogContent</li></ul>
					<p class="like-p">
						<span id="626" class="dfload">100</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1519" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/rephrase-ai.jpg" alt="Rephrase AI"  title="Rephrase AI logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1519" target="_blank" rel="nofollow">
				<h3 class="title-ele">Rephrase AI
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Rephrase.ai
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToVideo</li></ul>
					<p class="like-p">
						<span id="1519" class="dfload">157</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1287" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/opus.jpg" alt="Opus"  title="Opus logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1287" target="_blank" rel="nofollow">
				<h3 class="title-ele">Opus
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Opus
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToVideo</li></ul>
					<p class="like-p">
						<span id="1287" class="dfload">103</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1317" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/papercup.jpg" alt="Papercup"  title="Papercup logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1317" target="_blank" rel="nofollow">
				<h3 class="title-ele">Papercup
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Papercup
				</p>
				<div class="tags-likes-div">
				<ul><li>AudioEditing</li></ul>
					<p class="like-p">
						<span id="1317" class="dfload">77</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1185" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/moonbeam.jpg" alt="Moonbeam"  title="Moonbeam logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1185" target="_blank" rel="nofollow">
				<h3 class="title-ele">Moonbeam
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Full Moon Features
				</p>
				<div class="tags-likes-div">
				<ul><li>BlogContent</li></ul>
					<p class="like-p">
						<span id="1185" class="dfload">73</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1714" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/spinbot.jpg" alt="Spinbot"  title="Spinbot logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1714" target="_blank" rel="nofollow">
				<h3 class="title-ele">Spinbot
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Spinbot
				</p>
				<div class="tags-likes-div">
				<ul><li>Paraphrase</li></ul>
					<p class="like-p">
						<span id="1714" class="dfload">88</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="127" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/app-pebblely-com.jpg" alt="Pebblely"  title="Pebblely logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="127" target="_blank" rel="nofollow">
				<h3 class="title-ele">Pebblely
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Pebblely
				</p>
				<div class="tags-likes-div">
				<ul><li>ImageEditing</li></ul>
					<p class="like-p">
						<span id="127" class="dfload">36</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="774" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/go-charlie.jpg" alt="Go Charlie"  title="Go Charlie logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="774" target="_blank" rel="nofollow">
				<h3 class="title-ele">Go Charlie
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Go Charlie
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToImage</li></ul>
					<p class="like-p">
						<span id="774" class="dfload">95</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3248" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/photo.jpg" alt="Pho.to"  title="Pho.to logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3248" target="_blank" rel="nofollow">
				<h3 class="title-ele">Pho.to
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Pho.to
				</p>
				<div class="tags-likes-div">
				<ul><li>ImageEditing</li></ul>
					<p class="like-p">
						<span id="3248" class="dfload">62</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="1101" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/lyne-ai.jpg" alt="Lyne ai"  title="Lyne ai logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="1101" target="_blank" rel="nofollow">
				<h3 class="title-ele">Lyne ai
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@LYNE
				</p>
				<div class="tags-likes-div">
				<ul><li>Sales</li></ul>
					<p class="like-p">
						<span id="1101" class="dfload">45</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Paid</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3249" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/dreamily.jpg" alt="Dreamily"  title="Dreamily logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3249" target="_blank" rel="nofollow">
				<h3 class="title-ele">Dreamily
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Dreamily
				</p>
				<div class="tags-likes-div">
				<ul><li>StoryGeneration</li></ul>
					<p class="like-p">
						<span id="3249" class="dfload">63</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3231" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/photofunia.jpg" alt="Photofunia"  title="Photofunia logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3231" target="_blank" rel="nofollow">
				<h3 class="title-ele">Photofunia
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Photofunia
				</p>
				<div class="tags-likes-div">
				<ul><li>ImageEditing</li></ul>
					<p class="like-p">
						<span id="3231" class="dfload">28</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="3230" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/writholo.jpg" alt="Writeholo"  title="Writeholo logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="3230" target="_blank" rel="nofollow">
				<h3 class="title-ele">Writeholo
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Writheolo
				</p>
				<div class="tags-likes-div">
				<ul><li>AIWriters</li></ul>
					<p class="like-p">
						<span id="3230" class="dfload">36</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Free</div>
		</div><div class="ai-product-box first-task-div">
            <div class="top100-circle">
                                Top <span>100</span>
                            </div>
			<div class="ai-product-img">
			<a data-id="46" target="_blank" rel="nofollow"><img loading="lazy" src="/indulge/ai-uploads/airbrush-ai.jpg" alt="Airbrush"  title="Airbrush logo" /></a>
			</div>
			<div class="ai-product-content">
				<a data-id="46" target="_blank" rel="nofollow">
				<h3 class="title-ele">Airbrush
					<span>
						<svg class="before-hover" width="13" height="13" viewBox="0 0 13 13" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<g clip-path="url(#clip0_1_5324)">
							<path
									d="M6.5 13C10.0902 13 13 10.0902 13 6.5C13 2.90977 10.0902 0 6.5 0C2.90977 0 0 2.90977 0 6.5C0 10.0902 2.90977 13 6.5 13ZM9.36914 5.30664L6.11914 8.55664C5.88047 8.79531 5.49453 8.79531 5.2584 8.55664L3.6334 6.93164C3.39473 6.69297 3.39473 6.30703 3.6334 6.0709C3.87207 5.83477 4.25801 5.83223 4.49414 6.0709L5.6875 7.26426L8.50586 4.44336C8.74453 4.20469 9.13047 4.20469 9.3666 4.44336C9.60273 4.68203 9.60527 5.06797 9.3666 5.3041L9.36914 5.30664Z"
									fill="#88B84A" />
							</g>
							<defs>
								<clipPath id="clip0_1_5324">
									<rect width="13" height="13" fill="white" />
								</clipPath>
							</defs>
						</svg>
						<svg class="after-hover" width="16" height="16" viewBox="0 0 16 16" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M10 0C9.44687 0 9 0.446875 9 1C9 1.55313 9.44687 2 10 2H12.5844L6.29375 8.29375C5.90312 8.68437 5.90312 9.31875 6.29375 9.70938C6.68437 10.1 7.31875 10.1 7.70937 9.70938L14 3.41563V6C14 6.55313 14.4469 7 15 7C15.5531 7 16 6.55313 16 6V1C16 0.446875 15.5531 0 15 0H10ZM2.5 1C1.11875 1 0 2.11875 0 3.5V13.5C0 14.8813 1.11875 16 2.5 16H12.5C13.8813 16 15 14.8813 15 13.5V10C15 9.44687 14.5531 9 14 9C13.4469 9 13 9.44687 13 10V13.5C13 13.775 12.775 14 12.5 14H2.5C2.225 14 2 13.775 2 13.5V3.5C2 3.225 2.225 3 2.5 3H6C6.55313 3 7 2.55313 7 2C7 1.44687 6.55313 1 6 1H2.5Z"
								fill="#2491EF" />
						</svg>

					</span>
				</h3></a>
				<p class="et-desc">
					@Airbrush
				</p>
				<div class="tags-likes-div">
				<ul><li>TextToImage</li></ul>
					<p class="like-p">
						<span id="46" class="dfload">94</span>
						<svg width="16" height="14" viewBox="0 0 16 14" fill="none"
							xmlns="http://www.w3.org/2000/svg">
							<path
								d="M1.4875 8.38749L7.13438 13.6594C7.36875 13.8781 7.67812 14 8 14C8.32187 14 8.63125 13.8781 8.86563 13.6594L14.5125 8.38749C15.4625 7.50311 16 6.26248 16 4.96561V4.78436C16 2.59998 14.4219 0.737484 12.2688 0.378109C10.8438 0.140609 9.39375 0.606234 8.375 1.62498L8 1.99998L7.625 1.62498C6.60625 0.606234 5.15625 0.140609 3.73125 0.378109C1.57812 0.737484 0 2.59998 0 4.78436V4.96561C0 6.26248 0.5375 7.50311 1.4875 8.38749Z"
								fill="#F9535D" />
						</svg>
					</p>
				</div>
			</div>
			<div class="ai-licence">Freemium</div>
		</div>
							

							<div style="display:none" id="resultMores"></div>
							<!-- 


							<div class="ai-product-box show-more">
                            
								<p>Explore all 980+<br>
									AI tools from directory</p>
								<a href="#" class="ai-more-btn" rel="nofollow">Explore in Directory</a>
							</div>
							-->
						</div>
					</div>
				</div>
            </div>
        </div>
		

		<div id="jsonnewoneresult">
			<div class="container">
				<div class="filtercount-p" data-alt="new-h2-header" data-place="top100">
					<h2 class="inner-header has-share mb-0"><span>Added Today(29-04-2026)</span></h2>
					<ul class="new-share-ul">
						<p>Share : </p>
						<li>
							<a href="http://www.linkedin.com/shareArticle?mini=true&url=https://www.grabon.in/indulge/ai-tools/" target="_blank" rel="nofollow" onClick="childevent(event,0)">
								<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
									<rect width="48" height="48" rx="24" fill="#3771A5"/>
									<path d="M18.2168 34.4998H13.8752V20.4795H18.2168V34.4998ZM16.0436 18.567C14.6554 18.567 13.5293 17.4138 13.5293 16.0217C13.5293 15.3529 13.7942 14.7116 14.2657 14.2387C14.7373 13.7659 15.3768 13.5002 16.0436 13.5002C16.7105 13.5002 17.35 13.7659 17.8215 14.2387C18.2931 14.7116 18.558 15.3529 18.558 16.0217C18.558 17.4138 17.4315 18.567 16.0436 18.567ZM34.4658 34.4998H30.1336V27.6748C30.1336 26.0482 30.1009 23.9623 27.8763 23.9623C25.6191 23.9623 25.2732 25.7295 25.2732 27.5576V34.4998H20.9363V20.4795H25.1002V22.392H25.161C25.7406 21.2904 27.1565 20.1279 29.2688 20.1279C33.6627 20.1279 34.4705 23.0295 34.4705 26.7982V34.4998H34.4658Z" fill="white"/>
								</svg>
							</a>
						</li>
						<li>
							<a href="https://www.facebook.com/sharer.php?u=https://www.grabon.in/indulge/ai-tools/" target="_blank" rel="nofollow"  onClick="childevent(event,1)">
								<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
									<rect width="48" height="48" rx="24" fill="#3B4F8A"/>
									<path d="M29.5188 25.5L30.1776 21.1566H26.0589V18.338C26.0589 17.1497 26.6343 15.9914 28.4789 15.9914H30.3513V12.2934C30.3513 12.2934 28.6521 12 27.0276 12C23.6358 12 21.4187 14.0803 21.4187 17.8463V21.1566H17.6484V25.5H21.4187V36H26.0589V25.5H29.5188Z" fill="white"/>
								</svg>

							</a>                                           
						</li>
						<li>
							<a href="https://twitter.com/intent/tweet?url=https://www.grabon.in/indulge/ai-tools/" target="_blank" rel="nofollow"  onClick="childevent(event,2)">
								<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
									<rect width="48" height="48" rx="24" fill="#4D9FE6"/>
									<path d="M33.533 19.1118C33.5482 19.3249 33.5482 19.5382 33.5482 19.7514C33.5482 26.2539 28.599 33.7463 19.5533 33.7463C16.7665 33.7463 14.1777 32.9391 12 31.5382C12.396 31.5838 12.7766 31.5991 13.1878 31.5991C15.4873 31.5991 17.604 30.8224 19.2944 29.4976C17.132 29.4519 15.3198 28.0356 14.6954 26.0864C15 26.132 15.3045 26.1625 15.6244 26.1625C16.066 26.1625 16.5076 26.1016 16.9188 25.995C14.665 25.5381 12.9746 23.5585 12.9746 21.1676V21.1067C13.6294 21.4722 14.3909 21.7006 15.1979 21.731C13.873 20.8478 13.005 19.3402 13.005 17.6346C13.005 16.7209 13.2487 15.8833 13.6751 15.1524C16.0964 18.1371 19.736 20.0863 23.8172 20.2996C23.7411 19.9341 23.6954 19.5534 23.6954 19.1727C23.6954 16.462 25.8883 14.2539 28.6141 14.2539C30.0304 14.2539 31.3095 14.8478 32.208 15.8072C33.3197 15.594 34.3857 15.1828 35.3299 14.6194C34.9643 15.7615 34.1877 16.7209 33.1674 17.33C34.1573 17.2235 35.1167 16.9493 35.9999 16.5686C35.33 17.5432 34.4924 18.4112 33.533 19.1118Z" fill="white"/>
								</svg>
							</a>                                         
						</li>
						<li>
							<a class="ai-copy-link" rel="nofollow" onClick="iframeCopyFun(event,2)">
								<svg width="48" height="48" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
									<rect width="50" height="50" rx="25" fill="#061A38"/>
									<g clip-path="url(#clip0_393_5348)">
									<path d="M27.5026 16.0421C26.9182 15.8699 26.3098 16.2179 26.1414 16.8156L21.7414 32.5656C21.5729 33.1632 21.9132 33.7855 22.4976 33.9578C23.082 34.13 23.6904 33.782 23.8589 33.1843L28.2589 17.4343C28.4273 16.8367 28.087 16.2144 27.5026 16.0421ZM30.2732 20.2644C29.8436 20.7039 29.8436 21.4175 30.2732 21.857L33.3429 25L30.2698 28.1429C29.8401 28.5824 29.8401 29.296 30.2698 29.7355C30.6995 30.175 31.3973 30.175 31.827 29.7355L35.677 25.798C36.1067 25.3585 36.1067 24.6449 35.677 24.2054L31.827 20.2679C31.3973 19.8285 30.6995 19.8285 30.2698 20.2679L30.2732 20.2644ZM19.7304 20.2644C19.3007 19.8249 18.6029 19.8249 18.1732 20.2644L14.3232 24.2019C13.8936 24.6414 13.8936 25.355 14.3232 25.7945L18.1732 29.732C18.6029 30.1714 19.3007 30.1714 19.7304 29.732C20.1601 29.2925 20.1601 28.5789 19.7304 28.1394L16.6573 25L19.7304 21.857C20.1601 21.4175 20.1601 20.7039 19.7304 20.2644Z" fill="white"/>
									</g>
									<defs>
									<clipPath id="clip0_393_5348">
									<rect width="22" height="18" fill="white" transform="translate(14 16)"/>
									</clipPath>
									</defs>
								</svg>
							</a>
						</li>
					</ul>
				</div>
				<!-- AI Filters Results Div -->
				<div class="ai-filters-results-div">
				
					<div class="top5-products-div" id="resultfive"></div>
					<div class="ai-product-div has-first-task-div" id="resultone">
												<div style="display:none" id="resultMores"></div>
					</div>
				</div>
			</div>
		</div>
		<div id="jsonnewresult" style="padding-top:20px">
			<div class="container">
					<div class="filtercount-p" data-alt="new-h2-header" data-place="top100">
						<h2 class="inner-header has-share mb-0"><span>Added Recently</span></h2>
						<ul class="new-share-ul">
							<p>Share : </p>
							<li>
								<a href="http://www.linkedin.com/shareArticle?mini=true&url=https://www.grabon.in/indulge/ai-tools/" target="_blank" rel="nofollow" onClick="childevent(event,0)">
									<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
										<rect width="48" height="48" rx="24" fill="#3771A5"/>
										<path d="M18.2168 34.4998H13.8752V20.4795H18.2168V34.4998ZM16.0436 18.567C14.6554 18.567 13.5293 17.4138 13.5293 16.0217C13.5293 15.3529 13.7942 14.7116 14.2657 14.2387C14.7373 13.7659 15.3768 13.5002 16.0436 13.5002C16.7105 13.5002 17.35 13.7659 17.8215 14.2387C18.2931 14.7116 18.558 15.3529 18.558 16.0217C18.558 17.4138 17.4315 18.567 16.0436 18.567ZM34.4658 34.4998H30.1336V27.6748C30.1336 26.0482 30.1009 23.9623 27.8763 23.9623C25.6191 23.9623 25.2732 25.7295 25.2732 27.5576V34.4998H20.9363V20.4795H25.1002V22.392H25.161C25.7406 21.2904 27.1565 20.1279 29.2688 20.1279C33.6627 20.1279 34.4705 23.0295 34.4705 26.7982V34.4998H34.4658Z" fill="white"/>
									</svg>
								</a>
							</li>
							<li>
								<a href="https://www.facebook.com/sharer.php?u=https://www.grabon.in/indulge/ai-tools/" target="_blank" rel="nofollow"  onClick="childevent(event,1)">
									<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
										<rect width="48" height="48" rx="24" fill="#3B4F8A"/>
										<path d="M29.5188 25.5L30.1776 21.1566H26.0589V18.338C26.0589 17.1497 26.6343 15.9914 28.4789 15.9914H30.3513V12.2934C30.3513 12.2934 28.6521 12 27.0276 12C23.6358 12 21.4187 14.0803 21.4187 17.8463V21.1566H17.6484V25.5H21.4187V36H26.0589V25.5H29.5188Z" fill="white"/>
									</svg>

								</a>                                           
							</li>
							<li>
								<a href="https://twitter.com/intent/tweet?url=https://www.grabon.in/indulge/ai-tools/" target="_blank" rel="nofollow"  onClick="childevent(event,2)">
									<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
										<rect width="48" height="48" rx="24" fill="#4D9FE6"/>
										<path d="M33.533 19.1118C33.5482 19.3249 33.5482 19.5382 33.5482 19.7514C33.5482 26.2539 28.599 33.7463 19.5533 33.7463C16.7665 33.7463 14.1777 32.9391 12 31.5382C12.396 31.5838 12.7766 31.5991 13.1878 31.5991C15.4873 31.5991 17.604 30.8224 19.2944 29.4976C17.132 29.4519 15.3198 28.0356 14.6954 26.0864C15 26.132 15.3045 26.1625 15.6244 26.1625C16.066 26.1625 16.5076 26.1016 16.9188 25.995C14.665 25.5381 12.9746 23.5585 12.9746 21.1676V21.1067C13.6294 21.4722 14.3909 21.7006 15.1979 21.731C13.873 20.8478 13.005 19.3402 13.005 17.6346C13.005 16.7209 13.2487 15.8833 13.6751 15.1524C16.0964 18.1371 19.736 20.0863 23.8172 20.2996C23.7411 19.9341 23.6954 19.5534 23.6954 19.1727C23.6954 16.462 25.8883 14.2539 28.6141 14.2539C30.0304 14.2539 31.3095 14.8478 32.208 15.8072C33.3197 15.594 34.3857 15.1828 35.3299 14.6194C34.9643 15.7615 34.1877 16.7209 33.1674 17.33C34.1573 17.2235 35.1167 16.9493 35.9999 16.5686C35.33 17.5432 34.4924 18.4112 33.533 19.1118Z" fill="white"/>
									</svg>
								</a>                                         
							</li>
							<li>
								<a class="ai-copy-link" rel="nofollow" onClick="iframeCopyFun(event,2)">
									<svg width="48" height="48" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
										<rect width="50" height="50" rx="25" fill="#061A38"/>
										<g clip-path="url(#clip0_393_5348)">
										<path d="M27.5026 16.0421C26.9182 15.8699 26.3098 16.2179 26.1414 16.8156L21.7414 32.5656C21.5729 33.1632 21.9132 33.7855 22.4976 33.9578C23.082 34.13 23.6904 33.782 23.8589 33.1843L28.2589 17.4343C28.4273 16.8367 28.087 16.2144 27.5026 16.0421ZM30.2732 20.2644C29.8436 20.7039 29.8436 21.4175 30.2732 21.857L33.3429 25L30.2698 28.1429C29.8401 28.5824 29.8401 29.296 30.2698 29.7355C30.6995 30.175 31.3973 30.175 31.827 29.7355L35.677 25.798C36.1067 25.3585 36.1067 24.6449 35.677 24.2054L31.827 20.2679C31.3973 19.8285 30.6995 19.8285 30.2698 20.2679L30.2732 20.2644ZM19.7304 20.2644C19.3007 19.8249 18.6029 19.8249 18.1732 20.2644L14.3232 24.2019C13.8936 24.6414 13.8936 25.355 14.3232 25.7945L18.1732 29.732C18.6029 30.1714 19.3007 30.1714 19.7304 29.732C20.1601 29.2925 20.1601 28.5789 19.7304 28.1394L16.6573 25L19.7304 21.857C20.1601 21.4175 20.1601 20.7039 19.7304 20.2644Z" fill="white"/>
										</g>
										<defs>
										<clipPath id="clip0_393_5348">
										<rect width="22" height="18" fill="white" transform="translate(14 16)"/>
										</clipPath>
										</defs>
									</svg>
								</a>
							</li>
						</ul>
					</div>
					<!-- AI Filters Results Div -->
					<div class="ai-filters-results-div">
                    	<div class="top5-products-div" id="resultfive"></div>
						<div class="ai-product-div has-first-task-div" id="resultone">
														<div style="display:none" id="resultMores"></div>
					</div>
				</div>
			</div>

		</div>







		<div class="ai-section has-bg ai-section-category" data-id="0">
		<div class="container">
       <h2 class="section-main-heading text-font-poppins s2">Generative AI Tools Directory</h2>
       						
	   <p class="filtercount-p s3"> 3057 found based on Topics, Tasks and Job Roles</p>
</div>
</div>
<div class="ai-section has-bg ai-section-category">
	<div class="container">
		<div class="ai-inner-section"> 
			<div class="ai-filters-results-div">
				<div class="ai-product-div">
									<a href="#prompt-generators" rel="nofollow"><div class="ai-product-box2" data-id="1">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/prompt-generators.jpg" alt="Prompt Generators"  title="Prompt Generators logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Prompt Generators</p>
							<p>160 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#chatgpt-chrome-extensions" rel="nofollow"><div class="ai-product-box2" data-id="2">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/chat-gpt-chrome-extensions.jpg" alt="ChatGPT Chrome Extensions"  title="ChatGPT Chrome Extensions logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> ChatGPT Chrome Extensions</p>
							<p>85 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#ai-search-engines" rel="nofollow"><div class="ai-product-box2" data-id="3">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/ai-seach-engines.jpg" alt="AI Search Engines"  title="AI Search Engines logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> AI Search Engines</p>
							<p>75 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#ai-content-detector" rel="nofollow"><div class="ai-product-box2" data-id="4">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/ai-content-detector.jpg" alt="AI Content Detector"  title="AI Content Detector logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> AI Content Detector</p>
							<p>10 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#audio-editing" rel="nofollow"><div class="ai-product-box2" data-id="5">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/audio-editing.jpg" alt="Audio Editing"  title="Audio Editing logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Audio Editing</p>
							<p>42 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#image-editing" rel="nofollow"><div class="ai-product-box2" data-id="6">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/image-editing.jpg" alt="Image Editing"  title="Image Editing logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Image Editing</p>
							<p>13 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#presentation-makers" rel="nofollow"><div class="ai-product-box2" data-id="7">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/presentation-makers.jpg" alt="Presentation Makers"  title="Presentation Makers logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Presentation Makers</p>
							<p>57 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#education" rel="nofollow"><div class="ai-product-box2" data-id="8">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/education.jpg" alt="Education"  title="Education logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Education</p>
							<p>9 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#ecommerce" rel="nofollow"><div class="ai-product-box2" data-id="9">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/ecommerce.jpg" alt="eCommerce"  title="eCommerce logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> eCommerce</p>
							<p>30 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#meme-generation" rel="nofollow"><div class="ai-product-box2" data-id="10">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/meme-generation.jpg" alt="Meme Generation"  title="Meme Generation logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Meme Generation</p>
							<p>113 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#drawing/painting" rel="nofollow"><div class="ai-product-box2" data-id="11">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/drawing-painting.jpg" alt="Drawing/Painting"  title="Drawing/Painting logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Drawing/Painting</p>
							<p>18 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#digital-marketing" rel="nofollow"><div class="ai-product-box2" data-id="12">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/digital-marketer.jpg" alt="Digital Marketing"  title="Digital Marketing logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Digital Marketing</p>
							<p>120 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#customer-support-executive" rel="nofollow"><div class="ai-product-box2" data-id="13">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/customer-support-executive.jpg" alt="Customer Support Executive"  title="Customer Support Executive logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Customer Support Executive</p>
							<p>59 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#email-marketing" rel="nofollow"><div class="ai-product-box2" data-id="14">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/email-marketer.jpg" alt="Email Marketing"  title="Email Marketing logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Email Marketing</p>
							<p>5 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#seo" rel="nofollow"><div class="ai-product-box2" data-id="15">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/seo.jpg" alt="SEO"  title="SEO logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> SEO</p>
							<p>19 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#script-writing" rel="nofollow"><div class="ai-product-box2" data-id="16">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/script-writing.jpg" alt="Script Writing"  title="Script Writing logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Script Writing</p>
							<p>47 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#social-media" rel="nofollow"><div class="ai-product-box2" data-id="17">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/social-media.jpg" alt="Social Media"  title="Social Media logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Social Media</p>
							<p>28 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#story-generation" rel="nofollow"><div class="ai-product-box2" data-id="18">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/story-generators.jpg" alt="Story Generation"  title="Story Generation logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Story Generation</p>
							<p>75 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#students" rel="nofollow"><div class="ai-product-box2" data-id="19">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/students.jpg" alt="Students"  title="Students logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Students</p>
							<p>98 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#tweet-generation" rel="nofollow"><div class="ai-product-box2" data-id="20">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/tweet-generation.jpg" alt="Tweet Generation"  title="Tweet Generation logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Tweet Generation</p>
							<p>14 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#ui/ux-designers" rel="nofollow"><div class="ai-product-box2" data-id="21">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/ui-ux-designers.jpg" alt="UI/UX Designers"  title="UI/UX Designers logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> UI/UX Designers</p>
							<p>120 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#spreadsheets" rel="nofollow"><div class="ai-product-box2" data-id="22">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/spreadsheets.jpg" alt="Spreadsheets"  title="Spreadsheets logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Spreadsheets</p>
							<p>29 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#sales" rel="nofollow"><div class="ai-product-box2" data-id="23">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/sales.jpg" alt="Sales"  title="Sales logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Sales</p>
							<p>52 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#resume-writing" rel="nofollow"><div class="ai-product-box2" data-id="24">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/resume-writing.jpg" alt="Resume Writing"  title="Resume Writing logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Resume Writing</p>
							<p>6 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#hashtag-generation" rel="nofollow"><div class="ai-product-box2" data-id="25">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/hashtag-generation.jpg" alt="Hashtag Generation"  title="Hashtag Generation logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Hashtag Generation</p>
							<p>9 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#grammar-check" rel="nofollow"><div class="ai-product-box2" data-id="26">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/grammar-check.jpg" alt="Grammar Check"  title="Grammar Check logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Grammar Check</p>
							<p>31 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#blog-content" rel="nofollow"><div class="ai-product-box2" data-id="27">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/blogs-articles.jpg" alt="Blog Content"  title="Blog Content logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Blog Content</p>
							<p>64 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#video-editing" rel="nofollow"><div class="ai-product-box2" data-id="28">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/video-editing.jpg" alt="Video Editing"  title="Video Editing logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Video Editing</p>
							<p>16 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#blog-to-video" rel="nofollow"><div class="ai-product-box2" data-id="29">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/blog-to-video.jpg" alt="Blog To Video"  title="Blog To Video logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Blog To Video</p>
							<p>5 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#productivity" rel="nofollow"><div class="ai-product-box2" data-id="30">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/productivity.jpg" alt="Productivity"  title="Productivity logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Productivity</p>
							<p>8 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#business" rel="nofollow"><div class="ai-product-box2" data-id="31">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/business-startups.jpg" alt="Business"  title="Business logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Business</p>
							<p>21 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#paraphrase" rel="nofollow"><div class="ai-product-box2" data-id="32">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/paraphrase.jpg" alt="Paraphrase"  title="Paraphrase logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Paraphrase</p>
							<p>51 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#name-generators" rel="nofollow"><div class="ai-product-box2" data-id="33">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/name-generators.jpg" alt="Name Generators"  title="Name Generators logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Name Generators</p>
							<p>8 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#market-research" rel="nofollow"><div class="ai-product-box2" data-id="34">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/market-research.jpg" alt="Market Research"  title="Market Research logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Market Research</p>
							<p>161 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#logo-generator" rel="nofollow"><div class="ai-product-box2" data-id="35">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/logo-maker-generator.jpg" alt="Logo Generator"  title="Logo Generator logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Logo Generator</p>
							<p>95 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#lead-generation" rel="nofollow"><div class="ai-product-box2" data-id="36">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/lead-generation.jpg" alt="Lead Generation"  title="Lead Generation logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Lead Generation</p>
							<p>33 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#influencers" rel="nofollow"><div class="ai-product-box2" data-id="37">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/content-creators-influencers.jpg" alt="Influencers"  title="Influencers logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Influencers</p>
							<p>9 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#product-descriptions" rel="nofollow"><div class="ai-product-box2" data-id="38">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/product-descriptions.jpg" alt="Product Descriptions"  title="Product Descriptions logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Product Descriptions</p>
							<p>23 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#designing" rel="nofollow"><div class="ai-product-box2" data-id="39">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/designing.jpg" alt="Designing"  title="Designing logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Designing</p>
							<p>13 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#data-analytics" rel="nofollow"><div class="ai-product-box2" data-id="40">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/data-analytics.jpg" alt="Data Analytics"  title="Data Analytics logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Data Analytics</p>
							<p>6 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#website-builder" rel="nofollow"><div class="ai-product-box2" data-id="41">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/website-builder.jpg" alt="Website Builder"  title="Website Builder logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Website Builder</p>
							<p>44 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#cx-professionals-" rel="nofollow"><div class="ai-product-box2" data-id="42">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/cx-professionals.jpg" alt="CX Professionals "  title="CX Professionals  logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> CX Professionals </p>
							<p>15 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#copy-writing" rel="nofollow"><div class="ai-product-box2" data-id="43">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/copy-writing.jpg" alt="Copy Writing"  title="Copy Writing logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Copy Writing</p>
							<p>128 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#dev-tools" rel="nofollow"><div class="ai-product-box2" data-id="44">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/code-generators.jpg" alt="Dev Tools"  title="Dev Tools logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Dev Tools</p>
							<p>20 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#ad-campaigns" rel="nofollow"><div class="ai-product-box2" data-id="45">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/ad-campaigns.jpg" alt="Ad Campaigns"  title="Ad Campaigns logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Ad Campaigns</p>
							<p>19 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#animation" rel="nofollow"><div class="ai-product-box2" data-id="46">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/animation.jpg" alt="Animation"  title="Animation logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Animation</p>
							<p>18 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#fun-tools" rel="nofollow"><div class="ai-product-box2" data-id="47">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/fun-tools.jpg" alt="Fun Tools"  title="Fun Tools logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Fun Tools</p>
							<p>69 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#gift-ideas" rel="nofollow"><div class="ai-product-box2" data-id="48">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/gift-ideas.jpg" alt="Gift Ideas"  title="Gift Ideas logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Gift Ideas</p>
							<p>170 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#finance" rel="nofollow"><div class="ai-product-box2" data-id="49">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/finance.jpg" alt="Finance"  title="Finance logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Finance</p>
							<p>13 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#hr" rel="nofollow"><div class="ai-product-box2" data-id="50">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/hr.jpg" alt="HR"  title="HR logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> HR</p>
							<p>45 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#journalists" rel="nofollow"><div class="ai-product-box2" data-id="51">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/journalists.jpg" alt="Journalists"  title="Journalists logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Journalists</p>
							<p>134 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#lawyers" rel="nofollow"><div class="ai-product-box2" data-id="52">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/lawyers.jpg" alt="Lawyers"  title="Lawyers logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Lawyers</p>
							<p>11 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#marketing" rel="nofollow"><div class="ai-product-box2" data-id="53">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/marketers.jpg" alt="Marketing"  title="Marketing logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Marketing</p>
							<p>16 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#music" rel="nofollow"><div class="ai-product-box2" data-id="54">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/music.jpg" alt="Music"  title="Music logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Music</p>
							<p>60 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#testing-automation" rel="nofollow"><div class="ai-product-box2" data-id="55">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/testing-automation.jpg" alt="Testing Automation"  title="Testing Automation logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Testing Automation</p>
							<p>12 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#recruitment" rel="nofollow"><div class="ai-product-box2" data-id="56">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/recruitment.jpg" alt="Recruitment"  title="Recruitment logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Recruitment</p>
							<p>15 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#slogan-generator" rel="nofollow"><div class="ai-product-box2" data-id="57">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/slogan-tagline-generator.jpg" alt="Slogan Generator"  title="Slogan Generator logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Slogan Generator</p>
							<p>71 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#stock-trading" rel="nofollow"><div class="ai-product-box2" data-id="58">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/stock-trading.jpg" alt="Stock Trading"  title="Stock Trading logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Stock Trading</p>
							<p>65 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#summarizer" rel="nofollow"><div class="ai-product-box2" data-id="59">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/summarizer.jpg" alt="Summarizer"  title="Summarizer logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Summarizer</p>
							<p>6 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#teachers" rel="nofollow"><div class="ai-product-box2" data-id="60">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/teachers-professors.jpg" alt="Teachers"  title="Teachers logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Teachers</p>
							<p>18 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#text-to-speech" rel="nofollow"><div class="ai-product-box2" data-id="61">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/text-to-speech.jpg" alt="Text To Speech"  title="Text To Speech logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Text To Speech</p>
							<p>5 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#transcriber" rel="nofollow"><div class="ai-product-box2" data-id="62">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/transcriber.jpg" alt="Transcriber"  title="Transcriber logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Transcriber</p>
							<p>6 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#text-to-video" rel="nofollow"><div class="ai-product-box2" data-id="63">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/text-to-videos-conversion.jpg" alt="Text To Video"  title="Text To Video logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Text To Video</p>
							<p>48 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#website-content" rel="nofollow"><div class="ai-product-box2" data-id="64">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/copy-writing.jpg" alt="Website Content"  title="Website Content logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Website Content</p>
							<p>32 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#virtual-companions" rel="nofollow"><div class="ai-product-box2" data-id="65">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/virtual-companions.jpg" alt="Virtual Companions"  title="Virtual Companions logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Virtual Companions</p>
							<p>51 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#architects" rel="nofollow"><div class="ai-product-box2" data-id="66">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/architects.jpg" alt="Architects"  title="Architects logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Architects</p>
							<p>42 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#api" rel="nofollow"><div class="ai-product-box2" data-id="67">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/api.jpg" alt="API"  title="API logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> API</p>
							<p>40 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#avatars" rel="nofollow"><div class="ai-product-box2" data-id="68">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/avatars.jpg" alt="Avatars"  title="Avatars logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Avatars</p>
							<p>14 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#fashion" rel="nofollow"><div class="ai-product-box2" data-id="69">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/fashion-designers.jpg" alt="Fashion"  title="Fashion logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Fashion</p>
							<p>17 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#film-makers" rel="nofollow"><div class="ai-product-box2" data-id="70">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/film-makers.jpg" alt="Film Makers"  title="Film Makers logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Film Makers</p>
							<p>9 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#gaming" rel="nofollow"><div class="ai-product-box2" data-id="71">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/gaming.jpg" alt="Gaming"  title="Gaming logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Gaming</p>
							<p>11 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#healthcare" rel="nofollow"><div class="ai-product-box2" data-id="72">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/healthcare.jpg" alt="Healthcare"  title="Healthcare logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Healthcare</p>
							<p>46 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#ml-platforms" rel="nofollow"><div class="ai-product-box2" data-id="73">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/ml-platforms.jpg" alt="ML Platforms"  title="ML Platforms logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> ML Platforms</p>
							<p>7 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#real-estate" rel="nofollow"><div class="ai-product-box2" data-id="74">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/real-estate.jpg" alt="Real Estate"  title="Real Estate logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Real Estate</p>
							<p>10 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#religious" rel="nofollow"><div class="ai-product-box2" data-id="75">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/religious.jpg" alt="Religious"  title="Religious logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Religious</p>
							<p>20 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#others" rel="nofollow"><div class="ai-product-box2" data-id="76">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/others.jpg" alt="Others"  title="Others logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Others</p>
							<p>27 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#ml-platforms" rel="nofollow"><div class="ai-product-box2" data-id="77">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/ml-platforms.jpg" alt="ML Platforms"  title="ML Platforms logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> ML Platforms</p>
							<p>8 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#real-estate" rel="nofollow"><div class="ai-product-box2" data-id="78">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/real-estate.jpg" alt="Real Estate"  title="Real Estate logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Real Estate</p>
							<p>18 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#religious" rel="nofollow"><div class="ai-product-box2" data-id="79">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/religious.jpg" alt="Religious"  title="Religious logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Religious</p>
							<p>7 Tools Available</p>
						</div>
					</div>
				</a>
									<a href="#others" rel="nofollow"><div class="ai-product-box2" data-id="80">
						<div class="ai-product-img2"> 
							<img loading="lazy" src="/indulge/ai-categories/others.jpg" alt="Others"  title="Others logo">
						</div>
						<div class="ai-product-content2">
							<p class="et-desc"></p>
							<p> Others</p>
							<p>92 Tools Available</p>
						</div>
					</div>
				</a>
				
					

				</div>
			</div>
		</div>

	</div>
</div>




<style>
@media screen and (min-width: 80em){
    .ai-product-box2{
        padding: 16px;
    }
}
.ai-product-box2{
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex: 0 0 calc(50% - 15px);
    align-items: center;
    cursor: pointer;
}
.ai-product-img2{
    margin-inline-end: .5rem;
    flex: 0 0 calc(100px);
}
.ai-product-img2 img{
    width: 100px;
    height: 100px;
}
.ai-product-content2{
    flex: 0 0 calc(100% - calc(100px + 12.5px));
}

</style>
        
<a class="ai-scroll-up" href="#first-section" rel="nofollow">
	<img src="https://www.grabon.in/indulge/wp-content/uploads/2023/02/go-to-top.png" alt="Go To Top">
</a>

<div class="embeded-section">
	<div class="container">
		<p class="text-font-poppins inner-header mb-0 mt-0">
			Embed it on your website    </p>
		<div class="ai-ms-overvEmbed">
				<span contenteditable="true" class="iframe-text">
					&lt;iframe src="https://www.grabon.in/indulge/ai-tools/" style="width: 100%; height:
						500px;border: none;"&gt; &lt;iframe&gt; &lt;br&gt; &lt;p&gt;Presented by &lt;a href="https://www.grabon.in/"
						target="_blank" title="GrabOn"&gt;GrabOn&lt;/a&gt; &lt;/p&gt;
					</span>

				</span>
				<a rel="nofollow" href="javascript:void(0)" class="ai-ms-btn" onClick="iframeCopyFun(event,1)">
					<span>Copy Code</span>
				</a>
		</div>
	</div>
</div>
<style>#jsonnewoneresult {display:none;}</style><style>
	.embeded-section{
    /* background: #fafafa; */
    padding: 0px 0px 50px;
	}
	.mt-0{margin-top:0 !important}

	.ai-ms-overvEmbed{
		display: flex;
		border-radius: 5px;
		padding: 24px;
		margin-top: 10px;
		background-color: grey;
		min-height: 100px;
		align-items: center;
		justify-content: space-between;
	}

	.ai-ms-overvEmbed span.iframe-text{
		color: #fff;
		padding: 10px 10px;
		flex: 0 0 calc(100% - calc(150px + 10px));
	}

	.ai-ms-btn{
		border: none;
		background: rgba(255,255,255,0.9);
		box-shadow: none;
		width: 120px;
		height: 40px;
		margin: 6px;
		border-radius: 4px;
		color: #8DB654;
		transition: all .5s ease-in-out !important;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		position: relative;
	}   
	.ai-ms-btn span{
		background: linear-gradient(90deg, #007B96 0%, #A6D16E 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		flex-direction: row;
	}
	.ai-ms-btn[data-text="copied"]{
		cursor: auto;
	}
	.ai-ms-btn > *{
		pointer-events:none;
	}
	.ai-ms-overvEmbed span{
		color: #fff;
	}
	@media only screen and (max-width:991px){
		.embeded-section{
			padding: 0px 0px 30px;
		}
		.ai-ms-overvEmbed{
			flex-direction: column;
			align-items: flex-start;
			padding: 15px !important;
		}

		.ai-ms-overvEmbed span.iframe-text{
			flex: 0 0 100% !important;
			display: block;
			padding: 10px 0px;
		}
	}
	.ai-disclaimer{
		background: #DBFFFE;
		padding: 15px;
		border-radius: 6px;
		margin-block-end:35px;
	}
	.ai-ms-btn {
   	 font-weight: bold;
	}
	.power-content-div{
		padding: 10px 0px;
		margin: 0 0px 31px 0px;
		text-align:justify;
	}
    .power-content-div p{
    font-size:16px;
    }
	.power-content-div p:not(:last-child){
		margin-block-end:15px;
	}  

     table#couponslist, th, td {
    border: 1px solid #dddeed;
    padding: 20px 15px;text-align:center;
}
	
</style>


<div class="container">
	<div class="ai-disclaimer">
		<p class="text-font-poppins inner-header mb-0 mt-0 ">Disclaimer</p>
		<div>
				
			<span>We understand that our list of AI Tools is up to date and as accurate as we perceive it, however, this could be subjective and vary depending on individual opinions. We want to ensure you are aware of the possibility of human error, or any other circumstances that may arise. If there are any suggestions or queries, please write to us at <a href="mailto:indulge@grabon.in">indulge@grabon.in</a></span>
				
		</div>
	</div>
</div>
<div class="container">
	<div>
		<h2 class="text-font-poppins inner-header mb-0 mt-0 ">Time To Unlock The Power Of AI With GrabOn</h2>
		<div class="power-content-div">
		<p>GrabOn’s world-leading directory of AI tools is an invaluable resource for developers and businesses looking to utilize artificial intelligence in their operations. It boasts more than 3,000 different AI tools across 80 diverse categories, making it the best and largest repository of its kind on the web.</p>

		<p>Generative AI tools are among the most popular options offered by GrabOn. Image generators allow people to create visuals with minimal effort, while video generators make it possible to create stunning videos that rival anything crafted by a professional studio. Writing assistants provide automated assistance with writing tasks, while chatbots provide a convenient way to communicate with customers in real-time. Development tools help streamline development processes, making it easy for businesses to successfully implement AI solutions without needing a large team of dedicated professionals.</p>

		<p>In addition to these generative AI tools, GrabOn offers a comprehensive range of other applications for use in all aspects of business operations. Business owners can use natural language processing (NLP) tools to automate customer service inquiries, machine learning algorithms for predictive analytics, and more. For researchers, GrabOn also offers sentiment analysis modules and text summarization suites which can be useful for collecting data from texts or surveys.</p>

		<p>The versatility of GrabOn's directory makes it ideal for organizations that need quick access and support when developing industry-specific AI solutions. With its detailed categorization system featuring job functions and task types, companies can quickly discover the right toolset fit for their specific needs without having to search through hundreds of unorganized listings.</p> 

		<p>To ensure quality assurance is maintained at all times, GrabOn has established a team of experts who regularly review the directory's content and user feedback to ensure only top-of-the-line technology is included in its collection of tools. The site also provides an opportunity where users can submit the name of new tools or categories that they would like to see listed in the directory via email. This helps keep GrabOn’s directory as up-to-date as possible - ensuring only the latest technologies are available for users seeking the best AI solutions for their specific needs.</p>


<table class="table table-bordered">
	<tbody>
		<tr>
			<td class="question">More than</td>
			<td class="answer"><span class="ner-13 ner-m">3500 AI Tools</span></td>
		</tr>
		<tr>
			<td class="question"><span class="ner-16 ner-m">Top 100 AI Tools </span></td>
			<td class="answer">To Choose From</td>
		</tr>
		<tr>
			<td class="question">Top 5 AI Tools</td>
			<td class="answer"><span class="ner-13 ner-m">For Each Category</span></td>
		</tr>
		<tr>
			<td class="question">More than</td>
			<td class="answer"><span class="ner-10 ner-m">80 Categories</span></td>
		</tr>
	</tbody>
</table>
<h2>Save on AI & Productivity Tools</h2>
<p>Looking to save on tools that complement AI workflows? Explore exclusive discounts on popular design, marketing, hosting, and productivity platforms frequently used alongside AI tools.</p>

<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;">

	<a href="https://www.grabon.in/gamma-app-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   Gamma App Coupons
	</a>

	<a href="https://www.grabon.in/quillbot-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   QuillBot Coupons
	</a>

	<a href="https://www.grabon.in/heygen-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   HeyGen Coupons
	</a>

	<a href="https://www.grabon.in/vidiq-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   vidIQ Coupons
	</a>

	<a href="https://www.grabon.in/elevenlabs-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   ElevenLabs Coupons
	</a>

	<a href="https://www.grabon.in/leonardo-ai-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   Leonardo AI Coupons
	</a>

	<a href="https://www.grabon.in/tubebuddy-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   TubeBuddy Coupons
	</a>

	<a href="https://www.grabon.in/creatify-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   Creatify Coupons
	</a>

	<a href="https://www.grabon.in/chartprime-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   ChartPrime Coupons
	</a>

	<a href="https://www.grabon.in/wati-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   WATI Coupons
	</a>

	<a href="https://www.grabon.in/apollo-io-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   Apollo.io Coupons
	</a>

	<a href="https://www.grabon.in/movavi-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   Movavi Coupons
	</a>

	<a href="https://www.grabon.in/rank-math-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   Rank Math Coupons
	</a>

	<a href="https://www.grabon.in/synthesia-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   Synthesia Coupons
	</a>

	<a href="https://www.grabon.in/phantombuster-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   PhantomBuster Coupons
	</a>

	<a href="https://www.grabon.in/aragonai-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   Aragon AI Coupons
	</a>

	<a href="https://www.grabon.in/pictory-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   Pictory Coupons
	</a>

	<a href="https://www.grabon.in/getimg-ai-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   GetImg AI Coupons
	</a>

	<a href="https://www.grabon.in/jungle-scout-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   Jungle Scout Coupons
	</a>


	<a href="https://www.grabon.in/godaddy-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;">
	   GoDaddy Coupons
	</a>
	
	<a href="https://www.grabon.in/google-workspace-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;text-align:left;">
	   Google Workspace Coupons
	</a>
	<a href="https://www.grabon.in/lovable-ai-coupons/" target="-blank"
	   style="display:block;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#111;text-decoration:none;text-align:left;">
	   Lovable Coupons
	</a>

</div>

		</div>
	</div>
</div>
<div class="copied-notify">Link Copied</div>	
<script type="text/javascript" >
            

/* Filters Js */


let searchSelect1 = document.querySelectorAll('.search-select');
let clearfilter = document.querySelector('.clear-filter');

searchSelect1.forEach((ele,eleIndex)=>{
    let selectbtn = ele.querySelector('.select-button');
    let filteroptions = ele.querySelector('ul');
    selectbtn.addEventListener('click',(e)=>{
		e.stopPropagation();
        searchSelect1.forEach((bm,index) => {
            if(bm.querySelector('.select-button').classList.contains('active') && eleIndex != index){
                bm.querySelector('.select-button').classList.remove('active');
                bm.querySelector('ul').classList.remove('active');
            }
        })
        selectbtn.classList.toggle('active');
        filteroptions.classList.toggle('active');
    });

    let filterinneroptions = filteroptions.querySelectorAll('li')
    filterinneroptions.forEach((filter,filterIndex)=>{
        filter.addEventListener("click",()=>{

            searchSelect1.forEach((bm,index) => {
                if(eleIndex != index){
                    bm.querySelector('.select-button').setAttribute('disabled',"true");
                }
            })
            filterinneroptions.forEach((filterinside,index) => {
                if(filterinside.classList.contains('active') && filterIndex != index){
                    filterinside.classList.remove('active');
                }
            });
            selectbtn.querySelector('span').innerHTML = filter.innerText;
            filter.classList.add('active');
            selectbtn.classList.toggle('active');
            filteroptions.classList.toggle('active');
            clearfilter.classList.add('active');
        })
    })
})

let filters = {
    0:'Topic/Context',
    1:'Task/Action',
    2:'Job Role'
}


clearfilter.addEventListener('click',()=>{
    searchSelect1.forEach((bm,index) => {
        bm.querySelector('.select-button').removeAttribute('disabled');
        bm.querySelectorAll('li').forEach((filterinside,index) => {
            filterinside.classList.remove('active');
        });
        bm.querySelector('.select-button span').innerHTML = filters[index];
    })
    

    clearfilter.classList.remove('active');
})

	function sharebtnfun(e){
		e.stopPropagation();
		if(e.target.parentElement.parentElement.querySelector('.share-div').classList.contains('active')){
			e.target.parentElement.parentElement.querySelector('.share-div').classList.remove('active')
		}else{
			e.target.parentElement.parentElement.querySelector('.share-div').classList.add('active')
		}
	}


        </script>

    </div>




	
	<script type="text/javascript" >


jQuery(document).ready(function(){
	

	jQuery(".categoryId li").on("click", "a", function(e){
		e.preventDefault();
		var st=jQuery(this).html();
		var his = jQuery(this).parent();
		//his.addClass("select").siblings().removeClass("select");
		jQuery("#sizevalue").val(his.data("value"));
		jQuery('.search-select button').each(function(){
			var gt=jQuery(this).parent('div').find('ul>li:first').data("value");
			
			jQuery(this).find('span').text(gt);
		})
		jQuery(this).parents('.search-select').find('ul').removeClass('active');
		jQuery(this).parents('.search-select').find('button span').text(st);//.removeClass("select");
	});

	

	
});
  </script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js" ></script>
<script type="text/javascript" >
$(document).ready(function(){

	//onload for categories

	var myhash = $(location).attr('hash');
    
	if(myhash!="" && myhash!="#first-section"){
		$('html, body').animate({scrollTop:240}, 'slow');		
		myhash=myhash.replaceAll('-',' ');
        myhash=myhash.replace('#','');
	    $('#categoryId li a').each(function(){
			var test=$(this).text();
            //console.log(myhash+"---------------"+$(this).text());
            test=test.toLowerCase();
            if(myhash==test)
			{
				$('.search-input').val('');
				var id=$(this).parent('li').data('value');

				if(id>0){
				var urls1='';
				urls1="admin.php?page=Aitools_GrabOn&&flag=3&com="+id;

				$.ajax({
					url : urls1,
					type: "GET",
					dataType: 'html',
					success: function(response, textStatus, jqXHR)
					{
						$('#sizevalue').val(id);
						setTimeout(mynewfunction,1500);
						$('#jsonresult').html('');
						$('#jsonresult').html(response);                    
					}
				})
				}				
				return false;
			}
		});
	}
	
	
	let scrollup = document.querySelector('.ai-scroll-up');

	window.addEventListener('scroll',()=>{
		if(window.scrollY > 500){
			scrollup.classList.add('active')
		}
		else{
			scrollup.classList.remove('active')
		}
	})


	if($('.ai-wrapper').length>1){
		$('.ai-wrapper:last').remove();
	}
	var df=$('.categoryId:first').find('li:nth-child(2)').data("value");
	var dfnum=$('.categoryId:first').find('li:nth-child(2)').text();
	//$('.search-select:first').find('button span').text(dfnum);
	$('#sizevalue').val(df);
	
	$('.ai-more-btn').on('click',function(){
		$('.search-input').val('');
		var ik=$(this).parents('.ai-section').attr('data-id');
		
		if(ik==0){
			var urls1='';
			var cy=$(this).parents('.ai-section').find('.ai-product-box').length;
			
			urls1="admin.php?page=Aitools_GrabOn&&flag=2&com="+ik+"&item_start="+cy;
			
			$.ajax({
					url : urls1,
					type: "GET",
					dataType: 'html',
					success: function(response, textStatus, jqXHR)
					{
						
						$('#resultMores').before(response);                    
					}
			})
		}
		if(ik>0){
			
			
			var urls1='';
			var cy=$(this).parents('.ai-section').find('.ai-product-box').length;
			
			urls1="admin.php?page=Aitools_GrabOn&&flag=1&com="+ik+"&item_start="+cy;
			$(this).parents('.ai-section').find('.show-more').hide();
			$.ajax({
					url : urls1,
					type: "GET",
					dataType: 'html',
					success: function(response, textStatus, jqXHR)
					{
						//console.log(response);//.ai-product-div
						$('#resultMore'+ik).before(response); 
						console.log($('#resultMore').length); 
						                 
					}
			})
		}	
		$('.ai-product-div').each(function(){
			if($(this).find('.ai-product-box').length==1){
				$(this).find('.show-more').hide();
			}
		})
	})
	$('#categoryId li a').on('click',function(){
		
		$('.search-input').val('');
		var id=$(this).parent('li').data('value');
		console.log('connected'+id);
		if(id>0){
			var urls1='';
			urls1="admin.php?page=Aitools_GrabOn&flag=3&com="+id;
			$(location).attr('hash',$(this).attr('href'));
			$.ajax({
					url : urls1,
					type: "GET",
					dataType: 'html',
					success: function(response, textStatus, jqXHR)
					{
						$('#jsonresult').html('');
						$('#jsonresult').html(response);                    
					}
			})
		}
		$('.ai-product-div').each(function(){
			if($(this).find('.ai-product-box').length==1){
				$(this).find('.show-more').hide();
			}
		})
			
	})
	function mynewfunction(){
		$('.categoryId li').each(function(){
			$(this).closest('div').find('button').prop('disabled', true);
		});
		$('.categoryId li').each(function(){
		if($('#sizevalue').val()==$(this).data('value')){
				$(this).closest('div').find('button').prop('disabled', false);
				$(this).closest('div').find('button span').text($(this).text());
			}
		});
		$('.clear-filter').addClass('active');
	}
	$('.search-btn').on('click',function(){
		var id=$('.search-input').val();
		//$('.clear-filter').trigger('click');
		$('.search-select #categoryId li a').each(function(){
			//console.log($(this).text()+'------'+id.trim());
			var texts=$(this).text();
			if(texts.trim()==id.trim()){
				$(this).click();
				setTimeout(mynewfunction,1500);
				return false;
			}
		});
		
		$('.ai-product-div').each(function(){
			if($(this).find('.ai-product-box').length==1){
				$(this).find('.show-more').hide();
			}
		})
			
	})

	$('.ai-product-div').each(function(){
		if($(this).find('.ai-product-box').length==1){
			$(this).find('.show-more').hide();
		}
	})
	

	$("#search-box").keyup(function(e) {

		let searchtext = e.target.value;
		let searchdropdown = document.querySelector('.search-results-dropdown');

		if(searchtext == '' && searchtext.length <= 0){
			searchdropdown.classList.remove('active');
		}
		$('.search-select #categoryId').each(function(){
			$(this).removeClass('active');
		})
		$.ajax({
			type: "POST",
			url: 'admin.php?page=Aitools_GrabOn&&flag=5',
			data: 'keyword=' + $(this).val(),
			dataType: 'html',
			success: function(data) {
				if(data){
					$(".search-results-dropdown").addClass('active');
				}
				$(".search-results-dropdown").html(data);
				//$("#search-box").css("background", "#FFF");
			}
		});
	});


	
	
	$('.ai-product-box2').on('click',function(){
		$('html, body').animate({scrollTop:240}, 'slow');		
		$('.clear-filter').trigger('click');
		$('.search-input').val('');
		

		var id=$(this).data('id');
		$('.search-select #categoryId li').each(function(){
			if($(this).data('value')==id){
				$(this).click();
				console.log('Your are comming here....');
				return false;
			}
		})
		if(id!=""){
			var urls1='';
			urls1="admin.php?page=Aitools_GrabOn&&flag=3&com='"+id+"'";
			
			jQuery.ajax({
					url : urls1,
					type: "GET",
					dataType: 'html',
					success: function(response, textStatus, jqXHR)
					{
						$('#jsonresult').html('');
						$('#jsonresult').html(response);    
						
					}
			})
		}
		
			
	})
	$('#jsonresult,#jsonnewresult,#jsonnewoneresult').unbind().on('click','.like-p',function(){
		var ids=$(this).find('span').attr('id');
		var urls1='';
		console.log("length:"+$(this).find('.dfload').length);
			if($(this).find('.dfload').length==1){
				urls1="admin.php?page=Aitools_GrabOn&&flag=7&com="+$(this).find('span').attr('id')+"&rank="+$(this).find('span').text();
				$(this).find('.dfload').text('');
				
				$.ajax({
						url : urls1,
						type: "GET",
						dataType: 'html',
						success: function(response, textStatus, jqXHR)
						{	
							$('.dfload').each(function(){
								if($(this).attr('id')==ids){
									$(this).text(response);	
								}	

							})
						}
				})
			
			}else{
				urls1="admin.php?page=Aitools_GrabOn&&flag=8&com="+$(this).find('span').attr('id')+"&rank="+$(this).find('span').text();
				$.ajax({
						url : urls1,
						type: "GET",
						dataType: 'html',
						success: function(response, textStatus, jqXHR)
						{	
							$('#jsonresult span').each(function(){
								if($(this).attr('id')==ids ){
									$(this).text(response);	
								}	

							})
						}
				})
			
			}
	})
	var dfdiv=$('#jsonresult').html();
	$('.clear-filter').on('click',function(){
		$('#jsonresult').html(dfdiv);
	})	
	$('.search-input-div').on('click',function(){
		$('.clear-filter').trigger('click');
		if($('#search-box').val()!=""){
			$('#search-box').val('');
		}
	})	
	
	$('#jsonresult,#jsonnewresult,#jsonnewoneresult').on('click','a',function(event){
		event.preventDefault();
		if($(this).data('id')>0){
			var urls1='';
			urls1="admin.php?page=Aitools_GrabOn&&flag=9&id='"+$(this).data('id')+"'";
			
			jQuery.ajax({
					url : urls1,
					type: "GET",
					dataType: 'html',
					success: function(response, textStatus, jqXHR)
					{
						//window.location.href=  response;
						window.open(response, '_blank');
						
					}
			})
		}
	})	


function copyLinkFun(e){
	e.preventDefault();
	e.stopPropagation();
	if(btn.getAttribute('data-text') == "copied"){
		return;
	}
	e.target.setAttribute('data-text','copied');
	navigator.clipboard.writeText('https://www.grabon.in/indulge/ai-tools/');
	e.target.innerHTML = 'Copied the URL';
}



})


/* close popup */

function closePopup(){
    let custompopup = document.querySelectorAll('.ai-custom-popup');
    let openpopup = document.querySelectorAll('.openpopup');
    custompopup.forEach((popup)=>{
        popup.classList.remove('active');
    })
    openpopup.forEach((popup)=>{
        popup.classList.remove('active');
    })
}

/* Click Elsewhere */

let doc = document.querySelector('html');
doc.addEventListener('click',(event)=>{
    if(event.target.closest('.ai-custom-popup') == null && !event.target.classList.contains('openpopup') && document.querySelector('.ai-custom-popup.active') != null){
        closePopup()
    }
})

//To select a country name
function selectName(val) {
	$("#search-box").val(val);
	$(".search-results-dropdown").removeClass('active');
	$('.search-btn').click();
}
function childevent(e,type){
	e.preventDefault();
	e.stopPropagation();
    let url="";
    if(type==0){
    url="http://www.linkedin.com/shareArticle?mini=true&url=https://www.grabon.in/indulge/ai-tools/";
    }
    if(type==1){
    url="https://www.facebook.com/sharer.php?u=https://www.grabon.in/indulge/ai-tools/";
    }
    if(type==2){
    url="https://twitter.com/intent/tweet?url=https://www.grabon.in/indulge/ai-tools/";
    }
    window.open(url,"_blank");

}
function iframeCopyFun(e,type){
	e.preventDefault();
	e.stopPropagation();
	if(e.target.getAttribute('data-text') == "copied"){
		return;
	}
	e.target.setAttribute('data-text','copied');
	let ihtml = `
	<iframe src="https://www.grabon.in/indulge/ai-tools/" style="width: 100%; height:
	500px;border: none;"> <iframe> <br> <p>Presented by <a href="https://www.grabon.in/"
	target="_blank" title="GrabOn">GrabOn</a> </p>
	`;
	if(type ==2){
		ihtml="https://www.grabon.in/indulge/ai-tools/"
	}
	navigator.clipboard.writeText(ihtml);
	let copynotify = document.querySelector('.copied-notify');
	if(copynotify != null){
		copynotify.classList.add('active');
		setTimeout(()=>{
			copynotify.classList.remove('active');
		},5000)
	}
	if(type == 1){
		e.target.innerHTML = 'Copied';
	}
	
}
</script>
{"id":36590,"date":"2024-04-16T15:07:01","date_gmt":"2024-04-16T09:37:01","guid":{"rendered":"https:\/\/www.grabon.in\/indulge\/?page_id=36590"},"modified":"2026-03-25T14:53:46","modified_gmt":"2026-03-25T09:23:46","slug":"ai-tools","status":"publish","type":"page","link":"https:\/\/www.grabon.in\/indulge\/ai-tools\/","title":{"rendered":"AI Tools Directory &#8211; List Of Top AI Platforms In The World"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":42,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>AI Tools Directory - List Of Top AI Platforms In The World - GrabOn&#039;s Indulge - Online Shopping Tips, Buying Guide, Savings<\/title>\r\n<meta name=\"description\" content=\"Explore 3000+ AI tools in the world\u2019s largest AI directory on GrabOn. Find, compare &amp; save on top AI platforms for productivity, marketing, and more.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.grabon.in\/indulge\/ai-tools\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"AI Tools Directory - List Of Top AI Platforms In The World - GrabOn&#039;s Indulge - Online Shopping Tips, Buying Guide, Savings\" \/>\r\n<meta property=\"og:description\" content=\"Explore 3000+ AI tools in the world\u2019s largest AI directory on GrabOn. Find, compare &amp; save on top AI platforms for productivity, marketing, and more.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.grabon.in\/indulge\/ai-tools\/\" \/>\r\n<meta property=\"og:site_name\" content=\"GrabOn&#039;s Indulge - Online Shopping Tips, Buying Guide, Savings\" \/>\r\n<meta property=\"article:modified_time\" content=\"2026-03-25T09:23:46+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/cdn.grabon.in\/gograbon\/indulge\/wp-content\/uploads\/2019\/03\/GrabON-Logo.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"150\" \/>\r\n\t<meta property=\"og:image:height\" content=\"68\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.grabon.in\/indulge\/ai-tools\/\",\"url\":\"https:\/\/www.grabon.in\/indulge\/ai-tools\/\",\"name\":\"AI Tools Directory - List Of Top AI Platforms In The World - GrabOn&#039;s Indulge - Online Shopping Tips, Buying Guide, Savings\",\"isPartOf\":{\"@id\":\"https:\/\/www.grabon.in\/indulge\/#website\"},\"datePublished\":\"2024-04-16T09:37:01+00:00\",\"dateModified\":\"2026-03-25T09:23:46+00:00\",\"description\":\"Explore 3000+ AI tools in the world\u2019s largest AI directory on GrabOn. Find, compare & save on top AI platforms for productivity, marketing, and more.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.grabon.in\/indulge\/ai-tools\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.grabon.in\/indulge\/ai-tools\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.grabon.in\/indulge\/ai-tools\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.grabon.in\/indulge\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI Tools Directory &#8211; List Of Top AI Platforms In The World\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.grabon.in\/indulge\/#website\",\"url\":\"https:\/\/www.grabon.in\/indulge\/\",\"name\":\"GrabOn&#039;s Indulge - Online Shopping Tips, Buying Guide, Savings\",\"description\":\"Discover top deals, latest trends &amp; expert insights on GrabOn&#039;s blog. Your ultimate destination for savings and shopping tips! \ud83d\udecd\ufe0f\ud83d\udca1\",\"publisher\":{\"@id\":\"https:\/\/www.grabon.in\/indulge\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.grabon.in\/indulge\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.grabon.in\/indulge\/#organization\",\"name\":\"GrabOn\",\"url\":\"https:\/\/www.grabon.in\/indulge\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.grabon.in\/indulge\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.grabon.in\/indulge\/wp-content\/uploads\/2018\/12\/favicon4.png\",\"contentUrl\":\"https:\/\/www.grabon.in\/indulge\/wp-content\/uploads\/2018\/12\/favicon4.png\",\"width\":48,\"height\":48,\"caption\":\"GrabOn\"},\"image\":{\"@id\":\"https:\/\/www.grabon.in\/indulge\/#\/schema\/logo\/image\/\"}}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AI Tools Directory - List Of Top AI Platforms In The World - GrabOn&#039;s Indulge - Online Shopping Tips, Buying Guide, Savings","description":"Explore 3000+ AI tools in the world\u2019s largest AI directory on GrabOn. Find, compare & save on top AI platforms for productivity, marketing, and more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.grabon.in\/indulge\/ai-tools\/","og_locale":"en_US","og_type":"article","og_title":"AI Tools Directory - List Of Top AI Platforms In The World - GrabOn&#039;s Indulge - Online Shopping Tips, Buying Guide, Savings","og_description":"Explore 3000+ AI tools in the world\u2019s largest AI directory on GrabOn. Find, compare & save on top AI platforms for productivity, marketing, and more.","og_url":"https:\/\/www.grabon.in\/indulge\/ai-tools\/","og_site_name":"GrabOn&#039;s Indulge - Online Shopping Tips, Buying Guide, Savings","article_modified_time":"2026-03-25T09:23:46+00:00","og_image":[{"width":150,"height":68,"url":"https:\/\/cdn.grabon.in\/gograbon\/indulge\/wp-content\/uploads\/2019\/03\/GrabON-Logo.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.grabon.in\/indulge\/ai-tools\/","url":"https:\/\/www.grabon.in\/indulge\/ai-tools\/","name":"AI Tools Directory - List Of Top AI Platforms In The World - GrabOn&#039;s Indulge - Online Shopping Tips, Buying Guide, Savings","isPartOf":{"@id":"https:\/\/www.grabon.in\/indulge\/#website"},"datePublished":"2024-04-16T09:37:01+00:00","dateModified":"2026-03-25T09:23:46+00:00","description":"Explore 3000+ AI tools in the world\u2019s largest AI directory on GrabOn. Find, compare & save on top AI platforms for productivity, marketing, and more.","breadcrumb":{"@id":"https:\/\/www.grabon.in\/indulge\/ai-tools\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.grabon.in\/indulge\/ai-tools\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.grabon.in\/indulge\/ai-tools\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.grabon.in\/indulge\/"},{"@type":"ListItem","position":2,"name":"AI Tools Directory &#8211; List Of Top AI Platforms In The World"}]},{"@type":"WebSite","@id":"https:\/\/www.grabon.in\/indulge\/#website","url":"https:\/\/www.grabon.in\/indulge\/","name":"GrabOn&#039;s Indulge - Online Shopping Tips, Buying Guide, Savings","description":"Discover top deals, latest trends &amp; expert insights on GrabOn&#039;s blog. Your ultimate destination for savings and shopping tips! \ud83d\udecd\ufe0f\ud83d\udca1","publisher":{"@id":"https:\/\/www.grabon.in\/indulge\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.grabon.in\/indulge\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.grabon.in\/indulge\/#organization","name":"GrabOn","url":"https:\/\/www.grabon.in\/indulge\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.grabon.in\/indulge\/#\/schema\/logo\/image\/","url":"https:\/\/www.grabon.in\/indulge\/wp-content\/uploads\/2018\/12\/favicon4.png","contentUrl":"https:\/\/www.grabon.in\/indulge\/wp-content\/uploads\/2018\/12\/favicon4.png","width":48,"height":48,"caption":"GrabOn"},"image":{"@id":"https:\/\/www.grabon.in\/indulge\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.grabon.in\/indulge\/wp-json\/wp\/v2\/pages\/36590"}],"collection":[{"href":"https:\/\/www.grabon.in\/indulge\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.grabon.in\/indulge\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.grabon.in\/indulge\/wp-json\/wp\/v2\/users\/42"}],"replies":[{"embeddable":true,"href":"https:\/\/www.grabon.in\/indulge\/wp-json\/wp\/v2\/comments?post=36590"}],"version-history":[{"count":3,"href":"https:\/\/www.grabon.in\/indulge\/wp-json\/wp\/v2\/pages\/36590\/revisions"}],"predecessor-version":[{"id":36593,"href":"https:\/\/www.grabon.in\/indulge\/wp-json\/wp\/v2\/pages\/36590\/revisions\/36593"}],"wp:attachment":[{"href":"https:\/\/www.grabon.in\/indulge\/wp-json\/wp\/v2\/media?parent=36590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}