@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html {
    font-size: 62.5%;
	scroll-behavior: smooth;
    scroll-padding-top: 8rem;
}

*{
	margin: 0;
	padding: 0;
	list-style: none;
}

.row {
	margin-right: -15px;
  margin-left: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

:root {
	--body-font-family: "Raleway", sans-serif;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

img {
	max-width: 100%;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, a:hover {
	text-decoration: none;
	color: var(--e-global-color-white);
}

.slick-arrow {
	-webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: calc(100% - 100px);
	max-width: 1340px;
}

body {
	font-size: 14px;
	line-height: 160%;
	font-weight: 400;
	position: relative;
	font-family:var(--body-font-family);
	margin: 0;
	padding: 0;
}

a {
	
}

.section {
	position: relative;
	padding: 70px 0;
	clear: both;
	width: 100%;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1, h2 {
	
}

h3, h4 {
	
}



.only_desktop_view {
	display: block;
}

.only_mobile_view {
	display: none;
}

.button a, .button button {
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 10px 20px;
	border-radius: 10px;
	border: none;
	color: #fff;
	background: #000;
	text-transform: capitalize;
}

.button a:focus,
.button button:focus {
	outline: none;
	box-shadow: none;
}

.button a:hover,
.button button:hover {
    background: #393939;
}



.heading {
	margin-bottom: 30px;
	color: #1B1B1B;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}


.heading h2 {
	color: #000;
	/* font-size: 56px; */
    font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
    display: block;
    text-transform: capitalize;
}

.heading h2 span {
	color: #270097;
}














.header {
	width: 100%;
	background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 20px 0;
    transition: all ease-in-out .2s;
}

.header .row {
	justify-content: space-between;
}

.logo {
	width: auto;
}



.menu {
    width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.menu ul li {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
}

.menu ul li a {
	color: #000;
	padding: 8px 0;
	display: inline-block;
	position: relative;
}

.menu ul li a:before {
	width: 100%;
	height: 3px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #270097;
	opacity: 0;
    border-radius: 20px;
}


.menu ul li.active a {
    font-weight: 600;
	color: #000;
}

.menu ul li:hover a {
    color: #000;
}

.menu ul li:hover a:before,
.menu ul li.active a:before {
    opacity: 1;
}

.header_button_list {
    width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 10px;
}


.header_fixed {
    background: #fff;
    box-shadow: 0 0 10px #C2C2C2;
}









.light_bg {
    background: #DDD0FF;
    position: relative;
}

.structure_bg {
    position: relative;
    overflow: hidden;
}

.structure_bg::before,
.structure_bg::after {
    width: 500px;
    height: 500px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url('../images/banner-be.png') no-repeat;
    background-size: cover;
    background-position: left bottom;
}

.structure_bg::after {
    background: url('../images/banner-af.png') no-repeat;
    background-size: cover;
    background-position: right top;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

.structure_bg .container {
    position: relative;
    z-index: 3;
}

.structure_round {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.structure_round::before,
.structure_round::after {
    width: 600px;
    height: 600px;
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
    border-radius: 100%;
    opacity: 0.66;
    background: #F6EAFF;
    box-shadow: 0 4px 174px 100px #F6EAFF;
}

.structure_round::after {
    bottom: 0;
    left: auto;
    top: 0;
    right: 0px;
}





.home_banner {
    width: 100%;
    min-height: 100vh;
    padding-top: 120px; 
}

.home_banner_shadow {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 9;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 48.74%);
}

.banner_left {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: relative;
}


.banner_left h1 {
    color: #000;
    /* font-size: 64px; */
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    position: relative;
}

.banner_left h1 p {
    font-weight: 300;
    margin: 0;
}

.banner_left h1 span {
    color: #270097;
}

.banner_left h1::after {
    width: 200px;
    height: 240px;
    content: "";
    position: absolute;
    right: -150px;
    bottom: 0;
    z-index: 1;
    background: url('../images/banner-shape.png') no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.banner_left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.banner_left ul li {
    width: calc(50% - 10px);
    position: relative;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-left: 25px;
}

.banner_left ul li:before {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #483288;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
}
.banner_left_bottom-content{
    padding-right: 15%;
}
.banner_right {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.banner_right_mobile {
    position: relative;
}

.chat_popup_demo_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.chat_popup_demo {
    max-width: 280px;
    border-radius: 15px;
    background: rgba(33, 13, 105, 0.50);
    backdrop-filter: blur(17px);
    padding: 10px 14px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    position: absolute;
    
}

.chat_popup_demo p {
    margin: 0;
}

.chat_popup_demo:nth-child(1) {
    max-width: 290px;
    left: -47%;
    bottom: 33%;

}

.chat_popup_demo:nth-child(2) {
    background: #89888B;
    left: -47%;
    bottom: 13%;
}

.chat_popup_demo:nth-child(3) {
    left: 0;
    right: 0;
    bottom: 18%;
    margin: auto;
    background: #000;
    max-width: 250px;
    text-align: center;
    line-height: 180%;
}

.chat_popup_demo:nth-child(4) {
    top: 25%;
    right: -20%;
    max-width: 230px;
}




.home_sec2 {

}

.chat_bot_list {

}

.chat_bot_box_wrap {
    margin-top: 25px;
    display: flex;
}

.chat_bot_box {
    border-radius: 20px;
    background: linear-gradient(180deg, #EFE9FF 74.21%, #DCD5FE 100%);
    display: flex;
    flex-wrap: wrap;
}

.chat_bot_box a {
    width: 100%;
    padding: 30px 30px 0;
}

.chat_bot_box_wrap:nth-child(even) .chat_bot_box {
    background: linear-gradient(180deg, #FCFBFC 74.21%, #F9F9F9 100%);
}

.chat_bot_box_content {
    width: 100%;
    color: #474747;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; 
    margin-bottom: 20px;
    display: inline-block;
}

.chat_bot_box_content h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 5px;
}



.home_sec3 {
    background: transparent;
    padding-top: 20px;
}

.home_sec3_wrap {
    position: relative;
    margin: auto;
    z-index: 3;
}

.video_thumbnail {
    width: 100%;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
}

.video_thumbnail img,
.video_thumbnail iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play_button {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play_button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.home_sec4 {
    padding-top: 300px;
    margin-top: -300px;
    padding-bottom: 30px;
}

.home_sec4 h4 {
    text-align: center;
    margin-top: 4rem;
}

.home_sec4 h4 a {
    color: #270097;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



.home_sec5 {

}

.home_sec5::before {
    width: 400px;
    height: 400px;
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 1;
    background: url('../images/connect-top.png') no-repeat;
    background-position: bottom left;
    background-size: cover;
}

.home_sec5 .container {
    position: relative;
    z-index: 2;
}

.home_sec5_left {

}

.home_sec5_left_box {
    border-radius: 20px;
    background: #F5F0FF;
    padding: 30px;
}

.home_sec5_left_box form {
    width: 100%;
}

.home_sec5_left_box form .form-group {
    margin-bottom: 20px;
}

.home_sec5_left_box form .form-group label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    margin-bottom: 10px;
}

.home_sec5_left_box form .form-group .field {
    width: 100%;
}

.home_sec5_left_box form .form-group .field .form-control {
    width: 100%;
    height: 54px;
    border-radius: 10px;
    border: 1px solid #BB9EF9;
    background: #FFF;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.home_sec5_left_box form .form-group .field textarea.form-control {
    height: 160px;
    resize: none;
}

.home_sec5_left_box form .form-group .field .form-control::placeholder {
    color: #A2A2A2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.home_sec5_left_box form .form-group .field .form-control:focus {
    outline: none;
    box-shadow: none !important;
}

.home_sec5_left_box form .form-group .submit_button {
    padding: 15px 40px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    background: #000;
    border: none;
}


.home_sec5_right {
    padding-left: 70px;
}

.ready_image {
    margin-bottom: 30px;
}

.ready_connect {
    width: 100%;
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.ready_connect h2 {
    color: #000;
    font-size: 76px;
    font-style: normal;
    font-weight: 600;
    line-height: 99px;
    margin-bottom: 30px;
}

.ready_connect h2 span {
    color: #270097;
}

.ready_connect h5 {
    color: #464646;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
}

.ready_connect h4 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; 
    margin-bottom: 20px;
}

.ready_connect p {
    margin-bottom: 0;
}

.ready_connect ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 40px;
}

.ready_connect ul li {
    width: auto;
}










.home_sec6 {

}

.testimonial-box {
    margin-bottom: 30px;
}

.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 7px 24px 0 rgba(39, 0, 151, 0.20);
    transition: all 0.3s ease;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.testimonial-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.testimonial-handle {
    color: #5E5E5E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.testimonial-text {
    color: #3F4260;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
}













.footer {
	 width: 100%;
	 background-color: #000;
}
 .footer .footer_top {
	 padding: 45px 15px 60px;
}
 .footer .footer_top .footer_top_box .logo {
	 max-width: 250px;
}
 .footer .footer_top .footer_top_box .logo img {
	 max-height: 40px;
}
 .footer .footer_top .footer_top_box .footer_content {
	 color: #C2C2C2;
	 font-size: 14px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 23px;
	 margin: 20px 0 20px;
}
 .footer .footer_top .footer_top_box ul {
	 display: flex;
	 flex-direction: column;
	 gap: 25px;
}
 .footer .footer_top .footer_top_box ul li {
	 width: 100%;
	 color: #fff;
	 font-size: 14px;
	 font-style: normal;
	 font-weight: 500;
	 line-height: normal;
}
 .footer .footer_top .footer_top_box ul li a {
	 color: #fff;
}
 .footer .footer_top .footer_top_menu {
	 display: flex;
	 align-items: flex-start;
	 justify-content: flex-start;
     gap: 10px;
}
 .footer .footer_top .footer_top_menu ul {
	 width: calc(50% - 5px);
	 display: flex;
	 flex-direction: column;
	 gap: 20px;
}
 .footer .footer_top .footer_top_menu ul li {
	 width: 100%;
	 position: relative;
}
 .footer .footer_top .footer_top_menu ul li a {
	 color: #fff;
	 font-size: 14px;
	 font-weight: 500;
	 line-height: 18px;
	 padding-left: 15px;
}
 .footer .footer_top .footer_top_menu ul li::before {
	 width: 8px;
	 height: 8px;
	 content: "";
	 position: absolute;
	 top: 6px;
	 left: 0;
	 background: url('../images/shape.svg') no-repeat;
}
 .footer .footer_top .footer_newsletter {
	 color: #C2C2C2;
	 font-size: 14px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 20px;
}
 .footer .footer_top .footer_newsletter h3 {
	 color: #fff;
	 font-size: 24px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 23px;
	 margin-bottom: 20px;
}
 .footer .footer_top .footer_newsletter .form {
	 width: 100%;
	 display: flex;
	 align-items: center;
	 gap: 8px;
	 margin-top: 20px;
     position: relative;
}
 .footer .footer_top .footer_newsletter .form .form-control {
	 width: 100%;
	 height: 55px;
	 color: #1a1c1f;
	 font-size: 14px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 23px;
	 padding: 8px 60px 8px 20px;
	 border-radius: 50px;
	 border: 1px solid #000;
	 background: #fff;
}
 .footer .footer_top .footer_newsletter .form .form-control::placeholder {
	 color: #959494;
	 font-size: 14px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 23px;
}
 .footer .footer_top .footer_newsletter .form .form-control:focus {
	 outline: none;
	 box-shadow: none;
}
 .footer .footer_top .footer_newsletter .form button {
	 width: 45px;
	 height: 45px;
	 border-radius: 50px;
	 background: #0a47c9;
	 font-size: 11px;
	 font-style: normal;
	 font-weight: 800;
	 color: #fff;
	 line-height: normal;
	 padding: 12px;
	 border: none;
	 position: absolute;
	 right: 10px;
}
 .footer .footer_top .footer_newsletter .form button a {
	 color: #fff;
}
 .footer .footer_bottom {
	 padding: 20px 15px 25px;
	 border-top: solid 1px #bfbfb7;
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 justify-content: space-between;
}
 .footer .footer_bottom span {
	 color: #fff;
	 font-size: 12px;
	 font-style: normal;
	 font-weight: 500;
	 line-height: 170%;
     opacity: 0.5;
}

 .footer .footer_bottom ul.social {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 gap: 10px;
}
 .footer .footer_bottom ul.social li a {
	 width: 32px;
	 height: 32px;
	 padding: 6px;
	 border-radius: 50%;
	 background: #fff;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 

.floating {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #210D69;
    box-shadow: 0 16px 24px rgba(33, 13, 105, 0.37);
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    animation: zoom-in-zoom-out 2s ease-in-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1); /* Original size at the start */
  }
  50% {
    transform: scale(1.1, 1.1); /* Zoom in to 1.2 times the size at 50% */
  }
  100% {
    transform: scale(1, 1); /* Return to original size at the end */
  }
}

.floating a {
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}