/**********BANNER SECTION*************/
.agentPage{
    padding: 240px 0px 150px;
}

.agentPage .hero-bg{
    left:0PX;
    width: auto;
    background-size: auto;    
}
.dflex {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 90%;
    margin: 0 0 0 auto;
    gap: 40px;    
}
.col_left {
    width: 47%;
}
.col_left h1{
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    width: auto;   
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(3px);    
}
.col_right {
    width: 53%;
    padding: 15px 0px 15px 15px;
    background-size: 100% 100%;
    background: rgb(16 12 45);
    border: 1px solid #74737a4d;
    /* border-image-source: linear-gradient(123.9deg, #58537C 4.7%, #37325B 95.3%); */
    /* background-clip: border-box; */
    border-radius: 10px;
    box-shadow: 0px 8px 42px #00000063;
}
.col_right video.tm-mb-40 {
    border: 2px solid #ffffff80;
    height: 566px;
    width: auto;
}
.demo-col h2{
    font-size: 16px;
    font-weight: 600;
}
.demo-col p{
    font-size: 14px;
    font-weight: bold;
    color: rgba(131, 136, 143, 1);;
}
.demo-item.active p{
    color: rgba(203, 213, 228, 1);
}
.demo-col{
    position: relative;
    padding-bottom: 40px;    
}
.demo-item {
  cursor: pointer;
  padding: 10px 0;
  transition: color 0.3s;
}
.demo-item h3{
    margin-bottom: 0px;
}    
.video-display video {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
}
.demo-video{
    display: none;
    border-radius: 18px;
    height: 527px;   
}
.demo-video.active{
    display: block;
}
.progress-bar-container {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
background: linear-gradient(287deg, #FF00E5 -43.97%, #FF8801 109.57%), #03F;
    box-shadow: 0px 1px 3px 0px rgba(25, 33, 61, 0.10);  width: 0%;
  transition: width 0.1s linear;
}

.video-wrapper {
  position: relative;
}
.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  background-image: url('../images/play-icon.png'); /* Update path if needed */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-wrapper.active .custom-play-btn{opacity:1;}
.video-wrapper.playing .custom-play-btn {
  opacity: 1;
  content: "||";
 /*pointer-events: none;*/
}


/*********AGENTIC WORKFLOW**********/
.gallery_cate{
    padding-top: 270px;
}
.agentic_category .test-slider .slide-content{
    PADDING-BOTTOM: 70PX;
}
.agentic_category .sec_title {
    width: 650px;
    margin: 0 auto 140px auto;
}
.agentic_category .sec_title h2 {
    font-size: 36px;
    font-weight: 700;
}
.agentic_category .arrL {
    right: -40px;
}
.agentic_category .arrR {
    left: -40px;
}

/********GALLREY Agent*************/
.category-filter {
    background: rgba(36, 29, 90, 1);
    height: 56px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-radius: 80px;  
    padding: 0 60px 0px 7px;
   
}
.category-filter a.active,
.category-filter .enabled a,
.category-filter a.default {
    background: linear-gradient(103.12deg, #77B4F8 -4.01%, #6C45FB 101.91%);
    border-radius: 50px;
    color: #fff;
}
.category-filter a{
	display: block;
     padding: 14px 10px;
     font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: rgba(187, 180, 242, 1);   
    text-align: center;
	white-space: nowrap;    
}

.category-filter .slick-next {
    background-image: url(../images/slide-list.png);
    width: 36px !important;
    height: 36px;
    background-color: transparent;
    border: 0px;
    font-size: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
    position: absolute;
    right: 7px;   
}
.category-filter .slick-prev {
    background-image: url(../images/slide-list.png);
    width: 36px !important;
    height: 36px;
    background-color: transparent;
    border: 0px;
    font-size: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
    position: absolute;
    left: 7px;
    transform: rotate(180deg);
}
.pindex {
    background: linear-gradient(155.63deg, rgba(21, 15, 57, 0.75) 0%, rgba(36, 26, 93, 0.75) 84.41%);
    margin: 70px 15px 15px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
	
}
.explore_btn {
    margin: 30px 25px 50px;
    position: relative;
    z-index: 99;    
    background: rgba(51, 19, 44, 0.27);
}
.pcontent p{
    color: #fff;
    font-size: 14.55px;
    line-height: 22px;
}
.ptitle, .cate_title, .pcontent{
    padding: 0px 25px;
    position: relative;
    z-index: 99;
}
.pimage {
    text-align: right;
    position: relative;
    z-index: 9;    
}

.pimage img {
	max-width:100%;
	height:auto;
}
.pindex:before {
    content: "";
    width: 337px;
    height: 241px;
    background: linear-gradient(180deg, rgba(77, 54, 154, 1), transparent);
    position: absolute;
    right: -110px;
    /* backdrop-filter: blur(121.25px); */
    filter: blur(12px);
    z-index: -9;
    opacity: 0.9;
    border-radius: 100%;
}
.pindex a{
    text-decoration: none;
}
.pindex:after{
    content: "";
    background-image: url(../images/gradient_shadow.png);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top -25px left 30px;
    background-size: cover;
}
.cate_title{
    background: rgba(45, 57, 93, 0.55);
    padding: 12px !important;
    width: auto;
    display: inline-block;
    margin-left: 25px;
    border-radius: 8px;   
}
.cate_title p{
    margin: 0;
    text-decoration: none;
    color: #ffffffad;
    font-size: 16px;   
}
.ptitle h2, .pcontent h2 {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
.pcontent h3 {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.pcontent li {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
	line-height:20px;
    font-weight: normal;
}
.explore_btn a{
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 87%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
/********Start First Agent*************/
.first_agent .container {
	position: relative;
	z-index:20;
}

.first_agent .gradient-button-wrapper .button-text{
    font-size: 14px;
    font-weight: 700;
}
.first_agent .gradient-button-wrapper{
    width: 120px;
}
.first_agent .gradient-border-button{
    height: 33px;
}
.first_agent .get-started-btn{
    width: 138px;
}
.first_agent .header-buttons {
	position: relative;
	z-index:20;
    justify-content: center;
    gap: 16px;
    margin-bottom: 100px;
    margin-top: -15px;    
}

.agent-swiper{
    margin: 0 auto;
    padding: 22REM 1rem 10REM;
    margin-top: -18rem;
}

img.agent_ellipse {
position: absolute;
    width: 100VW;
    top: 8rem;
    /* object-fit: contain; */
    object-position: top;
    height: 515px;
    MARGIN: 0 AUTO;
    LEFT: 0;
    RIGHT: 0;
}
.subtitle2 p {
    font-weight: 600;
}
span.gradient-border-button-agent {
    left: -3px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    background-clip: border-box;
    padding: 4PX 4PX;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: block;
    position: absolute;
    background: linear-gradient(155.63deg, rgba(38, 31, 85, 0.4) 0%, rgba(46, 41, 78, 0.4) 84.41%);
    /* padding: 10px; */
    top: -3px;
}
.agent-img{
width: -webkit-fill-available;
    border-radius: 10px;
    padding: 12px 12px;
    background-color: #4539994d;
    MARGIN: 0PX 2PX;
    POSITION: RELATIVE;
    LEFT: -2PX;
    TOP: 0PX;
}
.agent-swiper .swiper-slide{
     transform: scale(0.7) !important;   
    filter: blur(1px);
    opacity: 0.7; 
}
.agent-swiper .swiper-slide.swiper-slide-active{
     transform: scale(1.28) !important;  
    filter: blur(0px);
    opacity: 1; 
}
.agent-swiper .swiper-pagination-bullet{
    bottom: 15px;
}

#ai-gallery-results {
	position: relative;
	width:100%;
	overflow: hidden;
	min-height:500px;
}

.aiGallery {
	position: absolute;
	left:-4000px;
	top: 0;
	width:100%;
	
}

.aiGallery.active-sl,
.aiGallery.default {
	display: block;
	left:0;
}

.category-filter.ai-filter .slick-prev {
	display: none !important;
}
.category-filter.active .slick-prev {
	display: block !important;
}