	:root {
        --mainColor: 83, 140, 245;
        --secondColor: 103,104,224;
    }
    body {
		display: inline-block;
    	width: 100%;
		/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
		font-family: -apple-system,"BlinkMacSystemFont","Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif;
		font-size: 14px;
		line-height: 1.42857143;
		color: #333;
		background-color: #fff;
	}
	html {
		scroll-behavior: smooth;
	}
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.site_col{
		color:rgba(var(--mainColor))
	}
	.body_wrapper{
		display: inline-block;
    	width: 100%;
		color:#fff;
	}
	.ai_outer{
		display: inline-flex;
		flex-wrap: wrap;
		gap: 35px;
		justify-content: center;
	}
	.aiinhance_item{
		background: #fff;
		width: 45%;
		padding: 20px;
		border-radius: 15px;
		min-height: 110px;
		font-size: 15px;
		line-height: 1.5;  
	}
	.aiinhance_item i{
		width: 50px;
		height: 50px;
		background:  rgba(var(--mainColor), 0.2);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 25px;
		border-radius: 50px;
		color: rgba(var(--mainColor));
	}
	.aiinhance_item .title{
		font-size: 18px;
		line-height: normal;
		margin-bottom: 5px;
		font-weight: 600;
	}
	.container {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	header{
		margin-top: 25px;
	}
	   header img{
			max-width: 259px;	
		}

		.aileft h2{
			margin-top:100px;
			font-size: 58px;
			line-height: 1.1;
			margin-bottom: 20px;
			text-shadow: 0px 0px 5px rgba(var(--mainColor));
		}
		.aileft p{
			font-size: 22px;
			margin-bottom: 15px;
		}
		.aibtn {
			font-size: 15px;
			margin-top: 20px;
			display: inline-flex;
			padding: 14px 30px;
			width: 250px;
			border-radius: 50px;
			font-weight: 600;
			cursor: pointer;
			margin-bottom: 20px;
			background: #fff;
			color: rgba(var(--mainColor));
			position: relative;
			overflow: hidden;
			line-height: 1.5;
			align-items: center;
			justify-content: center;
		}
		
		.aibtn:after {
			position: absolute;
			background:  linear-gradient(90deg, #4246c1 10%, rgb(21 89 213) 50%);
			top: 0;
			bottom: 0;
			color: #fff;
			display: block;
			content: "";
			left: 50%;
			width: 10px;
			transition: all 0.4s ease-in-out;
			visibility: hidden;
			opacity: 0;
		}
		.aibtn span {
			position: relative;
			z-index: 9;
		}
		.aibtn:hover {
			color: #fff;
		}
		.aibtn:hover:after {
			left: 0px;
			width: calc(100% - 0px);
			transition: all 0.4s ease-in-out;
			visibility: visible;
			
			opacity: 1;
		}
	@media (min-width: 1200px) {
		.container {
			width: 1170px;
		}
	}
	.inner_wrapper {
			position: relative;
		    background: linear-gradient(91deg, rgba(var(--mainColor)) 0.78%, rgba(var(--secondColor)) 99.88%);
			min-height: 100vh;
	}
	footer{
		    background: #eee;
			    color: #333;
	}
	.pad_t_40 {
    padding-top: 40px;
}
	.row_hb{
		float:left;
		width:100%;
	}
	.grid_50{
		float:left;
		width:50%;
	}
	.grid_40{
		float:left;
		width:40%;
	}
	.grid_60{
		float:left;
		width:60%;
	}
	.mar_b_25{
		margin-bottom:25px;
	}
    .ai_topbanner{
        margin-bottom: 50px;
    }
	.airight{
		text-align: center;
		position: relative;
		/* padding-top: 40px; */
	}
	.bouncing {
    -webkit-animation: bouncing 1s infinite  alternate;
    animation: bouncing 1s infinite  alternate;
} 
.chatimg{
    position: absolute;
    bottom: 0;
    /* left: 20%; */
}


.aiinhance{
	color: #333;
    position: relative;
    background: #f5f5f5;
    width: 100%;
    display: inline-block;
    top: -100px;
    padding: 50px 60px;
    border-radius: 25px;
}
.ai_agent_block {
	position: relative;
	top: -50px;
    color: #333;
   
}
.ai_agent_block  h2{
	font-size: 35px;
    text-align: center;
    margin-bottom: 35px;
}

.airight .stop-color2 {
    stop-color: #7279ff;
}
.airight .stop-color1 {
    stop-color: rgb(138 160 234);
}
.ai_agent_slider{
    display: inline-flex;
    /* align-items: center; */
    flex-wrap: wrap;
    /* gap: 35px; */
	 gap: 15px;
}
.ai_agent_content{
	width: 100%;
    padding: 20px;
    position: relative;
    z-index: 9;
    min-height: 280px;
    padding-bottom: 0px;
}
.ai_agent_list h4{
    font-size: 25px;
}
.ai_agent_list{
        display: inline-flex;
    /* align-items: center; */
    flex-wrap: wrap;
    /* gap: 35px; */
	gap: 15px;
    /* width: 48%; */
    width: 24%;
    background: linear-gradient(91deg, rgba(var(--mainColor)) 0.78%, rgba(var(--secondColor)) 99.88%);
    overflow: hidden;
    border-radius: 25px;
    color: #fff;
    justify-content: right;
        position: relative;

    
}
.ai_agent_content a{
	    display: inline-block;
    background: #fff;
    color: #333;
    padding: 6px 30px;
    border-radius: 50px;
    margin-top: 15px;
    font-weight: 600;
    border-bottom: 2px solid #cfcfcf;
	position: relative;
	top: 0px;
	transition: all 0.4s ease-in-out;
}
.ai_agent_list:hover .ai_agent_content a{
    position: relative;
	/* top: -5px; */
	transition: all 0.4s ease-in-out;
}
.ai_agent_list svg{
	position: absolute;
    bottom: 0px;
    left: -70px;
    width: 100%;
}
.ai_agent_list img{
	width: 85%;
    position: relative;
    left: -10px;
    z-index: 9;
	bottom: -12px;
    transition: all 0.4s ease-in-out;
}
.ai_agent_hov:hover img{
	bottom:0px;
}
.ai_agent_list h3{
font-size: 25px;
}
.ai_agent_list p{
	font-size: 17px;
}
.cumson{
	display: none;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(3px);
 	position: absolute;
    width: 100%;
    bottom: 0;
    top: 0; 
	left:0;
    align-items: center;
    justify-content: center;
    z-index: 9;
   
    font-size: 19px;
}
.ai_agent_list:hover .cumson{
		display: inline-flex;
}

.ai_agent_list svg .stop-color2{
	    stop-color: #fff;

}
.ai_agent_list svg .stop-color1{
	    stop-color: green;

}
.ai_trav_block h2{
	color:rgba(var(--mainColor));
    text-align: center;
    font-size: 35px;
	margin-bottom: 25px;
}
.ai_trav_block {
	background: #f0f8ff;
    color: #333;
    padding: 40px 15px;
	    position: relative;
}
.ai_trav_left {
	    margin-top: 20px;
	    width: 65%;
		float:left;
}
.ai_trav_content{
	display: inline-block;
    width: 100%;
	margin-bottom: 40px;
	padding: 15px 30px;
    border-radius: 15px;
	color:#fff;
	position: relative;
	overflow: hidden;
}
.ai_trav_content h3{
	    font-size: 20px;
}
.ai_trav_content p{
	font-size: 17px;
    margin-bottom: 10px;
}

.ai_trav_content a{
	display: inline-block;
    background: #fff;
    padding: 6px 40px;
    border-radius: 50px;
	font-weight: 600;
    color: #333;
}
.pad_r_50 {
    padding-right: 50px;
}
.ai_trav_right {
        width: 14%;
		
    float: left;
    position: fixed;
    right: 0;
    bottom: 0;
}
.ai_trav_content:hover .cumson{
	display: flex;
}
.ai_trav_right .ask{
	font-size: 18px;
	cursor: pointer;
    /* text-align: center; */
    float: left;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
    background: linear-gradient(91deg, rgba(var(--mainColor)) 0.78%, rgba(var(--secondColor)) 99.88%);
    padding: 5px 17px;
    border-radius: 10px 10px 0px 10px;
	width: 118px;
}
.asktype{
  width: 90px;

  animation: typing 2s infinite ;
  -webkit-animation: typing 2s infinite ;
  white-space: nowrap;
  overflow: hidden; 
  display: inline-block;
}

@keyframes typing {
  from {
    width: 0
  }
}

.bor_r_1 {
    border-right: 1px solid rgba(var(--mainColor));
}
.ai_trav_right img{
	width:100%;
	float:left;
	cursor: pointer;
}
.line_height_24 {
    line-height: 24px;
}
footer a{
	color:#333;
}
footer a:hover{
	color:rgba(var(--mainColor));
}
	.errorDiv{ width: auto; height: 40px; position: absolute; z-index: 99999999;line-height: 31px;background: none;}
.ErrorMssege{
	width: 100%;
    float: left;
    background: #fff;
    padding: 8px 7px;
    color: #5c7beb;
    font-family: system-ui;
    text-align: center;
    box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.29);
    border-radius: 4px;
    line-height: normal;
    font-weight: 600;
}
.errorArrowN{border-top:10px solid #fff;border-left:9px solid transparent;border-right:9px solid transparent; float:left;margin-left:8px;}
	.login-box {
		width: 50%;
		padding: 15px;
		background: rgba(255, 255, 255, 0.1);
		box-shadow: 0px 0px 15px #00000026;
		border-radius: 12px;
		color: white;
		margin-top: 15px;
		position: relative;
    }
	.pos_relative{
		position: relative;
	}

 

    .login-box input {
        width: 100%;
		padding: 8px 10px;
        border: none;
        border-radius: 8px;
        outline: none;
    }

    .login-box input[type="text"],
    .login-box input[type="password"] {
		background: rgba(0, 0, 0, 0.09);
    	color: white;
    }

    .login-box input::placeholder {
        color: #eee;
    }

    .login-box button {
        width: 100%;
		padding: 8px 10px;
        border: none;
        background: #fff;
        color: #2575fc;
        font-weight: bold;
        border-radius: 8px;
        cursor: pointer;
        transition: 0.3s;
    }

    .login-box button:hover {
        background: #e5e5e5;
    }
@keyframes bouncing {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-20px);}
}
@-webkit-keyframes bouncing {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes bouncing {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@media (max-width: 767px) {
		.container {
			width: 100%;
		}
		header {
			margin-top: 20px;
		}
		header img {
			max-width: 160px;
		}
		.ai_trav_content{
			    padding: 15px 15px;
		}
		.pad_xs_r_0{
			padding-right: 0px;
		}
		.ai_trav_right .ask {
			font-size: 13px;   
			padding: 5px 13px;
			border-radius: 7px 7px 0px 7px;
			position: relative;
			left: -25px;
        	width: 90px;
		}
		.mar_xs_b_15{
			margin-bottom: 15px;
		}
		.ai_trav_block {  		
			padding: 40px 0px;
			padding-bottom: 0px;
		}
		.ai_trav_right {
    		width: 25%;
		}
		.login-box {
			width: 100%;
		}
		.ai_trav_block h2 {  
			font-size: 20px;
			margin-bottom: 10px;
		}
		.ai_trav_left {  
			width: 100%;
		}
		.nomobBor{
			border: none;
		}
        .grid_xs_100 {
            width:100%;
        }
        .aileft {
            width:100%;
            text-align: center;
        }
        .aileft h2 {  
            font-size: 30px;            
			margin-top:50px;
        }
        .aileft p {
        font-size: 17px;
        margin-bottom: 0;
        }
        .aibtn {   
    padding: 10px 20px;
    width: 200px;
        }
        .chatimg {   
           left: 0;
       		 width: 100%;
        }
        .aiinhance {
   
		top: -70px;
        padding: 20px 20px;
        border-radius: 15px;
    }
    .fnt_size_xs_20 {
        font-size: 20px;
    }
    .ai_outer {    
        gap: 15px;
    }
	/* .inner_wrapper{

		height: 100vh;
	} */
    .aiinhance_item {
        width: 100%;
        padding: 15px;
        border-radius: 15px;
        min-height: unset;
        font-size: 14px;
    }
    .aiinhance_item i {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    .aiinhance_item .title {
        font-size: 14px;       
        font-weight: 600;
    }
    .ai_agent_block h2 {
        font-size: 22px;    
        margin-bottom: 20px;
    }
    
    .ai_agent_slider {    
    gap: 20px;
}
    .ai_agent_list {    
    gap: 10px;
    width: 100%;
    }

}