/*section1*/
.AI-1{
	margin-top:75px;
}
.ul-img{
	list-style:none;
	display:flex;
}
.ul-img > li:last-child {
    font-size: 14px;
    color: white;
    background-color: rgb(181, 51, 209);
    display: flex;
    align-items: center;
    justify-content: center;
}
.AI1-content{

	background-color:#f6b6ff21;
}
.card, .equal-img {
   /* height: 200px;  */
   width: 108%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
   /* border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}

.AI1-heading{
	font-size: 44px;
	font-weight:bold;
	color:rgb(181,51,209);
    margin: 15px 0 20px;
    /*letter-spacing: -2px;*/
}
.AI1-txt{
	font-size: 14px;
   /* line-height: 28px;*/
    margin-bottom: 51px;
}
.AI-badge{
background: #FF487E;
	font-size: 14px;
    font-weight: 500;
    margin-top: -3px;
    padding: 4px 7px 3px;
}
.AI1-btn {
    background-color: rgb(181,51,209);
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
}
.AI1-btn:hover{     
    border: 1px solid rgb(181,51,209) ;
	color: rgb(181, 51, 209) ;
    background-color: transparent ;
}
/*.rating{
	list-style:none;
	display:flex;
}
.rating li{
	 background: rgb(181, 51, 209); 
	color: white; 
	padding: 2px 5px;
	border-radius: 5px;
	margin-right: 2px;
}
*/
/*.circle-card { 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	border-radius: 50%;
	height: 150px; 
	width: 150px; 
	background: white; 
	color: #1C1C1E; 
	font-weight: bold; 
}*/
.card{
	  height: 200px;
    width: 100%;  
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.card img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
}
.review-short{
	line-height: 1;
    font-size: 26px;
    font-weight: bold;
    margin-left: 15px;
}
.review-info1{
	font-size: 18px;
    margin-left: 185px;
}

.images .circle-img{
    margin-right: -10px;
	/*border:2px solid white;*/
}
.circle-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
    object-fit: cover;
}

.card.bg-danger > div {
    border: 1px solid black;
    padding: 5px;
    margin: 8px 0;
    border-radius: 20px;
    text-align: left;
}
.card-1{
	background-color:#FB7929;
	border-radius: 0px 20px 0px 100px;
	height: 230px;
}
.card-2{
	width:225px;
    background-color:#f44380;
	padding: 115px 42px;
	border-radius: 0px 100px 0px 20px;

}

.progress-circle {
    width: 200px;
    height: 200px;
    background: conic-gradient(
    rgb(181, 51, 209) var(--progress, 0%),
    #e9ecef var(--progress, 0%) );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.progress-circle::before {
    content: "";
    width: 160px;
    height: 160px;
    background: white;
    border-radius: 50%;
    position: absolute;
}
.progress-content {
    position: relative;
    text-align: center;
}
.progress-text {
    font-size: 2rem;
    font-weight: bold;
}
.progress-description {
    font-size: 12px;
    max-width:120px;
}

.card-2-item {
    display: flex;
    align-items: center;
}

.card-2-item .text {
    border: 1px solid white;
    border-radius: 50px;
    padding: 8px 10px;
    color:white;
    white-space: nowrap;
	cursor: pointer;
	font-size:12px;
}


.card-2-item .plus-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
	color:white;
    cursor: pointer;
}
.progress-card{
	background-image:url(/documents/d/guest/ai-bg);
	display:flex;
	flex:column;
	align-items:center;
	justify-content:center;
	   /* margin-left: 5px;*/
    margin-top: -16px;
    height: 248px;
	border-radius:0px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.card-info{
	display:flex;
	flex:wrap;
}
@media(max-width:729px){
	.AI-1 {
        margin-top: 30px;
    }
	.AI1-heading {
	    font-size:20px;
	}
	.AI1-txt{
        font-size:14px;
        margin-bottom:0px;
	}
	.AI1-btn {
		font-size: 14px;
        margin-top: 10px;
	}
	.card-info{
		margin-top:20px;
	}
	.card-1{
		font-size: 10px;
		   /* width: 148px;*/
	}
	.equal-img{
		height: 230px;
       /* width: 148px;*/
    
    }
	.progress-circle{
		width: 100px;
        height: 100px;
	}
	.progress-circle::before{
		width: 85px;
        height: 85px;
	}
	.progress-card{
		height: 230px;
   /* width: 148px;*/
		margin-left:10px;
	}
	.progress-text{
		font-size:10px;
	}
	.card-2{
		width: 157px;
		padding: 106px 40px;
		border-radius: 0px 80px 0px 20px;
	}
	.progress-description{
		font-size:8px;
	}
	.card-2-item .plus-icon{
		width:20px;
		height:20px;
	}
	.card-2-item .text{
		font-size:10px;
		padding: 7px 7px;
	}
	.Ai-card{
		padding:0px;
	}
}

/*section2*/
.AI-2{
	margin-top:75px;
}
.AI2-heading{
	font-size: 44px;
    font-weight: bold;
    margin: 15px 0 20px;
}
.review-info{
	margin-top:30px;
}
.review-ul{
	list-style: none;
    display: flex;
    color: #f5c518;
    gap: 4px;
    margin-bottom: 4px;
}
.review-txt{
	font-size: 16px;
    margin-top: 4px;
    margin-left: 25px;
}
.review-section img{
	height: 40px;
    margin-bottom: -25px;
}
.AI-txt{
	font-size: 14px;
   margin: 14px 0 34px 0;
}
      /* .AI2-heading span {
            color: rgb(181, 51, 209);
            text-decoration: underline;
        }*/
    
.review-section {
    color: #333;
    margin-top: 20px;
}
.info-card {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    display: flex;
    margin-left:-70px;
    align-items: center;
    gap: 10px;
    min-width: 180px;
}
.info-card h5 {
    font-weight:bold;
    font-size: 20px;
    margin: 0;
}
.info-card-primary h5 {
    font-size:20px;
	font-weight:bold;
}
.info-card .small-text {
    color: #555;
    font-size: 0.9rem;
}
.image-container {
    position: relative;
    max-width: 450px;
    margin: auto;
}
.AIimg2{
	max-width: 100%;
    height: auto;
    width: 480px;
    border-radius: 20px;
	margin-left: -39px;
}
.icon1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #47B16A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}
.wallet-icon{
	background-color:#fbc02d;
}
.AI-btn {
    background-color: rgb(181,51,209);
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
}

.AI-btn:hover{
    border: 1px solid rgb(181,51,209) ;
	color: rgb(181, 51, 209) ;
    background-color: transparent ;
}
.color-bg-wrapper {
    position: relative;
    display: inline-block;
    max-width: 450px;
    margin: auto;
}

.color-bg {
 
	background: url('/documents/d/guest/ai2-img-jpg') no-repeat center center;
    background-size: cover; 
    border-radius: 16px;
    position: absolute;
    top: -38px;
    left: 90px;
    right: 20px;
    bottom: 20px;
    z-index: 0;
    width: 465px;
    height: 527px;
	filter:blur(5px);
}


.image-container {
    position: relative;
    z-index: 1;
}
/*.percent-card{
	background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
}*/
 .info-card1 {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px; 
    margin-right: -50px;
    align-items: center;
    gap: 10px;
}

@media(max-width:729px){
	.AI-2{
		margin-top:50px;
	}
	.AI2-heading{
		font-size:20px;
	/* max-width: 280px;*/
	}
	.AI-txt{
		font-size:14px;
		margin:0px;
	}
	.AI-btn{
	    font-size: 14px;
        margin-top: 12px;
	}
	.review-txt{
		font-size:14px;
	}
	.review-section img{
		margin-bottom: -4px;
		height: 30px;
	}
	.AIimg2{
		margin-left:0px;
	}
	.color-bg{
		height:365px;
	}
	.review-ul{
		font-size:10px;
	}
	.info-card{
		margin-left:0px;
		padding:10px 10px;
	}
	.info-card1{
		margin-right:0px;
		padding:10px 10px;
	}
	.icon1{
		width:30px;
		height:30px;
		font-size:10px;
	}
	.info-card .small-text{
		font-size:14px;
	}
	.info-card h5, .info-card-primary h5{
		font-size:14px;
	}
}

/*section3*/

.AI-3{
	margin-top:75px;
}
.AI3-p{
	margin-top:10px;
	font-size:14px;
}
/*  .AI3-ul i {
    width: 100px; 
    height: 50px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }*/
.AI3-ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
 /* .img-circle img {
    width: 60%; 
    height: 60%;
    object-fit: cover;
  }

.AI3-heading{
 font-weight: bold;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}*/
/*.imgAI {
    width: 100%; 
    max-width: 400px; 
    height: auto;
    margin: 0 auto;
}*/
.imgAI img {
    width:550px;
    height: auto;
}
.AI3-row{
	align-items:center;
	margin-top:60px;
}
.AI3-content{
	text-align:left;
}
.AI3-txt{
	font-weight:bold;
	font-size:20px;
}
.AI-p{
	font-size:14px;
}
.AI3-ul{
	list-style:none;
	margin-bottom:-30px;
}
.AI3-heading{
	font-size: 44px;
    font-weight: bold;
    max-width: 910px;
    margin-left: 85px;
}
/* Icon Background */
.icon-bg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

/* Icon Color */
.icon-bg i {
    color: rgb(181,51,209);
    font-size: 24px;
}

/* Text Alignment */
.icon-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #333;
	font-weight:bold;
}
.icon-text:hover{
	color:rgb(181,51,209);
}
@media(max-width:729px){
	.icon-content{
		margin-top: 40px;
		padding: 0px;

	}
	.AI3-txt{
		font-size:14px;
	}
	.AI-p{
		font-size:12px;
	}
	.img-circle{
		width: 140px;
        height: 50px;
        border-radius: 60%;
	}
	.AI3-heading{
		margin-left:0px;
		font-size:20px;
	}
	.AI3-row{
		margin-top:0px;
	}
	.AI3-ul{
		padding:0px;
		margin-left: 12px;
	}
	.icon-bg{
		width: 40px;
        height: 40px;
	}
	.icon-bg i{
		font-size: 15px;
	}
	.icon-text{
		font-size:14px;
	}
	.AI-3{
		margin-top:60px;
	}

}
/*section4*/
.AI4-container{
	margin-top:75px;
}
.AI4-txt{
	color:rgb(181,51,209);
	/*font-size:20px;*/
	margin-top: -20px;
}

/*.AI4-txt {
  background: radial-gradient(circle, rgba(181, 51, 209, 1) 0%, rgba(229, 177, 233, 1) 44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}*/
.AI4-txt1{
	font-size:44px;
	font-weight:bold;
}
/*.AI4-section{
	 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}*/
.service-tab-navs {
    border: none;
	margin: 20px 0 0;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
}
.service-tab-navs .nav-link {
    display: block;
    width: 100%;
    border: none;
    border: 2px solid #e7e7e7 !important;
    margin: 15px 0 0;
    border-radius: 10px;
    color: var(--color-heading);
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    position: relative;
    z-index: 1;
}
.service-tab-navs .nav-link img {
   /* display: inline-block;
    font-size: 40px;
    position: relative;
    top: 3px;*/
	width: 30px;
}
.service-tab-navs .nav-link.active img {
	filter:invert(1);
}
.service-tab-navs .nav-link.active {
    background: rgb(181,51,209);
   /* border-color: ;*/
    color: white;
}

.service-nav-info {
    padding: 67px 20px;
    background: white;
    margin-right: 50px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
    height: 530px;
}
.service-nav-info:before {
    position: absolute;
    right: -30px;
    bottom: -30px;
    content: "";
    height: 100%;
    width: 100%;
    border-right: 30px solid var(--dark);
    border-bottom: 30px solid var(--dark);
    z-index: -1;
    opacity: .06;
}
.service-box {
         /*   border: 1px solid #ddd;
            border-radius: 8px;*/
    padding: 20px;
    margin-bottom: 15px;       
}
.service-box img{
	width:25%;
}
.AI4-h{
	font-weight:bold;
	margin-top:20px;
	font-size:20px;
}
.AI4-h:hover{
	cursor:pointer;
	color:rgb(181,51,209);
}

/*inside the btn mountain shape
.service-tab-navs .nav-link.active:before {
    height: 50px;
}
.service-tab-navs .nav-link:before {
    left: 100px;
    width: 40px;
    background: #a63131;
}
.service-tab-navs .nav-link.active:after, .service-tab-navs .nav-link.active img:before {
    opacity: 1;
}
.service-tab-navs .nav-link.active:after {
    height: 30px;
}
.service-tab-navs .nav-link:after {
    left: 84px;
    width: 30px;
    background: var(--color-primary);
}
.service-btn {
  display: flex;
  align-items: center;
  background: #f0f0f0;
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s;
}

Active state 
.service-btn.active {
  background: #212121;
  color: white;
  position: relative;
}*/
/* Mountain shape inside the active button */
.service-tab-navs .nav-link.active::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 40px;
    background: #cb70d9fc;
    left: 100px;
   /* clip-path: polygon(50% 0%, 0% 100%, 100% 100%);*/
    opacity: 1;
	bottom:0px;
}

/* Smaller mountain */
.service-tab-navs .nav-link.active::after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background: rgb(218 143 214);
    left: 84px;
    /*clip-path: polygon(50% 0%, 0% 100%, 100% 100%);*/
    opacity: 1;
	bottom:0px;
}

/*
.service-tab-navs .nav-link::before,
.service-tab-navs .nav-link::after {
    opacity: 1;
	
}


.service-tab-navs .nav-link.active {
    position: relative;

}


.service-tab-navs .nav-link.active img::before {
    opacity: 1;
}
*/


/*.service-btn.active::before {
  content: "";
  width: 20px;
  height: 20px;
  background: rgb(218 143 214);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  left: 10px;

}*/


.service-tab-navs .nav-link:after, .service-tab-navs .nav-link:before {
    bottom: -2px;
    content: "";
    height: 0;
    position: absolute;
    z-index: -1;
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    transition: all .35s ease-in-out;
    opacity: 0;
}

@media(max-width:729px){
	.section4-cards{
		margin-top: 50px;
   /* padding: 0px;*/
	}
	.service-nav-info{
		height:400px;
		margin-right: 25px;
		box-shadow: 0px 0px 2px 3px rgb(3 27 78 / 8%);
	}
	.service-box{
		padding:0px!important;
	
	}
	.AI4-txt1{
		font-size:20px;
	}
	.AI4-section{
		padding: 0px;
        margin-left: 12px;
	}
	.service-tab-navs{
		padding:0px;
	}
	.service-tab-navs .nav-link {
		padding:12px 10px;
	}
	.AI4-container{
		margin-top:50px;
	}
	.service-box img{
		width:40px;
	}
	.service-nav-info:before{
		bottom: -17px;
		border-bottom: 15px solid black;
	}
}

	