@charset "utf-8";
/* CSS Document */
/*---------- Google Fonts ----------*/
body {
	font-family: "Hellix";
	background: #F6F6F6;
	/* overflow-x: hidden; */
}

.overflowSection {
	overflow: hidden;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.btn {
	font-family: "Hellix-SemiBold";
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	padding: 16px 18px;
	background: #18A412;
	border: none;
	border-radius: 7px;
	color: #FFFFFF;
	margin-right: 5px;
}

.btn:hover {
	background: #010101;
	color: #ffffff;
}

.btn-border {
	color: #134E55;
	background: transparent;
	border: 2px solid #134E55;
}

.btn-border:hover {
	color: #fff;
	background: #24303f;
	border: 2px solid #24303f;
}

.btn-link {
	font-family: "Hellix-SemiBold";
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #010101;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.btn-link img {
	margin-left: 20px;
	margin-top: 3px;
}

.btn-link:hover {
	color: #18A412;
}


.form-group {
	margin: 0 0 13px;
}

p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #737373;
}


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.main-title {
	font-family: "Hellix-Bold";
	font-size: 54px;
	line-height: 64.81px;
	color: #000000;
}

.main-title span {
	color: #18A412;
}

.main-title * {
	color: inherit;
	line-height: inherit;
	font-size: inherit;
	margin: 0;
	font-family: inherit;
}

.section-title {
	font-family: "Hellix-Bold";
	font-weight: 700;
	font-size: 40px;
	line-height: 48.01px;
	color: #010101;
	padding: 0 0 21px;
}

.section-title * {
	color: inherit;
	line-height: inherit;
	font-size: inherit;
	margin: 0;
	font-family: inherit;
}

.section-title span {
	font-family: "Hellix-Medium";
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 5px;
	text-align: center;
	color: #18A412;
	display: block;
	padding: 0 0 10px;
	text-transform: uppercase;
}


.header {
	padding: 32px 0;
	background: #F6F6F6;

}

.navbar {
	padding: 0;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar-nav {
	align-items: center;
}

.navbar-nav .nav-item {
	padding: 0 15px;
}

.navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.navbar-nav .nav-link {
	font-family: "Hellix-Medium";
	font-weight: 500;
	font-size: 16px;
	line-height: 19.2px;
	padding: 0 !important;
	color: #010101;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	font-family: "Hellix-Bold";
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #18A412;
}

.navbar-nav .sign-up .nav-link svg {
	margin-left: 3px;
}

.navbar-nav .sign-up .nav-link {
	font-family: "Hellix-Bold";
	font-size: 18px;
	line-height: 28px;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 33px !important;
	background: #18A412;
	color: #fff;
	box-shadow: 2px 2px 10px 0px #00000026;
}

.navbar-nav .sign-up .nav-link:hover {
	background: #134E55;
	color: #fff;
}

.navbar-nav .sign-up .nav-link:hover svg path {
	stroke: #fff;
}


.main-banner p {
	/* margin: 0; */
}

.main-banner .banner-btn .btn {
	margin-right: 40px;
}

.main-banner .banner-btn {
	display: flex;
	align-items: center;
	padding: 47px 0 0;
}

.main-banner .link img {
	margin-right: 14px;
}

.main-banner .link {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #010101;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.main-banner {
	padding: 120px 0 58px;
}

.main {
	position: relative;
}

.star {
	position: absolute;
	z-index: -1;
}

.star1 {
	top: 40px;
	width: 48px;
	left: 170px;
}

.star2 {
	width: 48px;
	left: 38%;
	bottom: 100px;
}

.streams-sec {
	padding: 0 0 50px;
	position: relative;
}

.streams-img {
	position: relative;
}

.streams-img .circle {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	margin: auto;
}

.whatwe-sec {
	background: #ECECEC;
}

.feature-sec {
	position: relative;
}

.feature-sec .star1 {
	left: 42%;
	top: 20%;
}

.feature-sec .star2 img {
	width: 80px;
}

.feature-sec .star2 {
	left: 42%;
	left: 30%;
	bottom: 50px;
	width: 62px;
}

.feature-sec .star3 {
	right: 60px;
	top: 320px;
}

.feature-sec .star4 {
	right: 16%;
	bottom: 0;
	transform: rotate(25deg);
}

.feature-sec .section-title {
	padding: 0 0 50px;
}

.feature-block h6 {
	font-family: "Hellix-SemiBold";
	color: #010101;
	font-size: 30px;
	line-height: 42px;
	margin: 0 0 16px;

}

.feature-block {
	display: flex;
	padding: 0 0 32px;
}

.feature-block .icon {
	max-width: 33px;
	flex: 0 0 33px;
	margin-right: 24px;
}


.accordion-item {
	border: none;
	box-shadow: none;
	background: transparent;
}


.store-accrodian .card-header {
	background: transparent;
	padding: 0;
	/* border-bottom: 1px solid #cccccc; */
	border: none;
}

.store-accrodian .accordion-button {
	font-family: "Hellix-SemiBold";
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #010101;
	text-decoration: none;
	padding: 13px 16px;
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
	padding-right: 40px;
	white-space: normal;
	border-radius: 10px !important;
	border: none;
	line-height: 1;
	box-shadow: 0px 5px 30px 0px #0000001A;
	background: #ffffff !important;
}

.store-accrodian .accordion-button span {
	color: #45747a;
}

.store-accrodian .card {
	/* border: 0; */
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin: 0 0 10px;
}

.store-accrodian .accordion-body {
	padding: 0;
}

.store-accrodian .accordion-button:after {
	content: "";
	/* float: right; */
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' viewBox='0 0 12 20' fill='none'%3E%3Cpath d='M8.34845 9.28546L9.07826 10L8.34845 10.7145L1.20341 17.7101C1.07627 17.8345 1 17.9876 1 18.2511C1 18.5146 1.07627 18.6677 1.20341 18.7922C1.3321 18.9182 1.49889 19 1.78626 19C2.07363 19 2.24042 18.9182 2.36911 18.7922L10.7966 10.5411L11.4962 11.2556L10.7966 10.5411C10.8883 10.4513 10.9282 10.38 10.9471 10.3296C10.9799 10.2379 11 10.1305 11 10C11 9.89248 10.9802 9.78878 10.9369 9.68223C10.8902 9.56869 10.8399 9.50131 10.7966 9.45894L2.36911 1.20782C2.24041 1.08181 2.07362 1 1.78626 1C1.4989 1 1.33211 1.08181 1.20341 1.20782C1.07627 1.33229 1 1.48536 1 1.74888C1 2.0124 1.07627 2.16547 1.20341 2.28994L8.34845 9.28546Z' fill='%23909090' stroke='%23010101' stroke-width='2'/%3E%3C/svg%3E") no-repeat center;
	width: 12px;
	height: 20px;
	right: 20px;
	position: absolute;
	top: 14px;
	margin: auto;
}

.store-accrodian .accordion-button:not(.collapsed)::after {
	transform: rotate(90deg);
}

.store-accrodian [class*=col-] {
	padding: 0 36px;
}

.store-accrodian .row {
	margin: 0 -36px;
}

.store-accrodian .accordion-body p {
	margin: 10px 18px;
	color: #010101;
}

.store-sec {
	padding: 92px 0 98px;
}

.store-sec .text-block {
	padding: 0 0 35px;
}

.store-list .form-check {
	padding: 24px 16px;
	box-shadow: 0px 5px 30px 0px #0000001A;
	background: #ffffff;
	border-radius: 10px;
	position: relative;
	padding-left: 48px;
	margin-bottom: 10px;
}

.see-all {
	padding: 50px 0 0;
}

.form-check .form-check-label span {
	font-family: "Hellix-Bold";
}

.form-check .form-check-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 19.2px;
	color: #8e8e8e;
	margin: 0;
}

.form-check .form-check-input {
	border: 2px solid #18A412;
	height: 18px;
	width: 18px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translate(0, -50%);
	margin: 0;
}

.form-check-input:checked[type=checkbox] {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23clip0_60_201)'%3E%3Cpath d='M3.87459 10.3313C3.53396 10.3315 3.20728 10.1961 2.96662 9.95501L0.22153 7.21093C-0.0738435 6.91547 -0.0738435 6.43651 0.22153 6.14104C0.516999 5.84567 0.995953 5.84567 1.29142 6.14104L3.87459 8.72422L10.7086 1.89023C11.004 1.59486 11.483 1.59486 11.7785 1.89023C12.0738 2.1857 12.0738 2.66465 11.7785 2.96012L4.78256 9.95501C4.5419 10.1961 4.21523 10.3315 3.87459 10.3313Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_60_201'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") #18A412 no-repeat center center;
	background-size: 12px 12px;

}


.section-title h2 span {
	display: inline-block;
	font-size: inherit;
	padding: 0;
	text-transform: capitalize;
	font-family: "Hellix-Bold";
	letter-spacing: 0;
	line-height: 1;
}

.intelli-row {
	position: relative;
	margin: 0 0 60px;
}


.intell-block.main-block {
	padding: 50px;
	margin: 0;
	height: 100%;
}

.intell-block {
	position: relative;
	border: 0.5px solid #CDCDCD;
	z-index: 9;
	backdrop-filter: blur(151.38999938964844px);
	border-radius: 25px;
	text-align: center;
	padding: 43px 65px;
	margin: 0 0 20px;
	background: linear-gradient(142.13deg, rgba(255, 255, 255, 0.28) 1.8%, rgba(255, 255, 255, 0.31) 99.75%);
	min-height: 222px;
}

.intell-block.black_bg{
	background: #000;
}

.intell-block:last-child {
	margin: 0;
}

.intell-block:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	border-radius: 25px;
	display: block;
	z-index: -1;
	box-shadow: -1px -1px 2px 0px #0000000D;
}

.intell-block:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: 25px;
	content: "";
	display: block;
	z-index: -1;
	box-shadow: 1px 1px 2px 0px #0000000D;
}

.intell-block h3 {
	font-family: "Hellix-SemiBold";
	font-size: 30px;
	line-height: 42px;
	margin: 0 0 18px;
	color: #010101;
}

.intell-block.black_bg h3 {
	color: #fff;
}

.intell-block h3 span {
	color: #18A412;
}

.intell-block p {
	font-size: 18px;
	line-height: 21.6px;
	color: #010101;
}
.intell-block.black_bg p {
	color: #fff;
}

.intell-block.main-block p {
	max-width: 100%;
}

.intelligence-sec {
	position: relative;
	z-index: 99;
}

.intelligence-sec .circle {
	background: linear-gradient(180deg, rgba(0, 188, 242, 0.1) 0%, rgba(162, 229, 255, 0.1) 100%);
	width: 691px;
	height: 691px;
	position: absolute;
	filter: blur(200px);
	border-radius: 50%;
	z-index: -1;
}

.intelligence-sec .circle1 {
	right: 0;
	top: 0;
}

.intelligence-sec .circle2 {
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.intelligence-sec .circle3 {
	right: 0;
	bottom: 0;
}

.text-content-page .main-block {
	margin: 0 0 30px;
	height: auto;
}

.commerse-inner .streams-img {
	z-index: 9;
	margin-top: -96px;
	margin-bottom: -85px;
}

.commerse-inner .star7 {
	left: 55%;
	top: 30px;
}

.commerse-inner .star6 {
	left: 34%;
	bottom: 100px;
}

.commerse-inner .section-title,
.intell-block.black_bg .section-title {
	color: #FFFFFF;
}

.commerse-inner .section-title span {
	color: #00BCF2;
	font-family: "Hellix-Bold";
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 0;

}

.commerse-inner p {
	font-weight: 400;
	font-size: 18px;
	line-height: 21.6px;
	margin: 0 0 32px;
	color: #FFFFFF;
}

.commerse-inner .com-text {
	padding: 123px 68px;
	padding-right: 0;
	padding-bottom: 100px;
}

.commerse-sec {
	padding: 0 0 101px;
}

.commerse-inner {
	border-radius: 8px;
	background: #000000;
	position: relative;
	z-index: 9;
}


@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.ai_bubble img{
	max-height:60px;
}
.ai_bubble{
	animation: bounce2 2s ease infinite;
    background: #0db709;
    color: #ffffff; 
    right: 26px;
    bottom: 30px;
    padding: 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 22px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    position: fixed;
    z-index: 99999;
    text-align: center;
    text-decoration: none;
    cursor: pointer;	
}


/* Flex layout for promo block */
.promo-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	text-align: left !important;
	padding: 40px;
  }
  
  .promo-text {
	flex: 1 1 50%;
	padding-right: 30px;
  }
  
  .promo-image {
	flex: 1 1 16%;
	text-align: center;
  }
  
  .promo-image img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
  }
  
  /* Buttons */
  .btn-wrap {
	margin: 20px 0;
  }
  
  .btn.green-btn {
	background-color: #18A412;
	color: white;
	padding: 12px 20px;
	border-radius: 5px;
	text-decoration: none;
	margin-right: 10px;
	display: inline-block;
	font-weight: bold;
  }
  
  /* Override global center alignment */
  .intell-block {
	text-align: unset;
  }
  
  @media screen and (max-width: 768px) {
	.promo-flex {
	  flex-direction: column;
	  text-align: center !important;
	  padding: 30px 20px;
	}
  
	.promo-text {
	  padding-right: 0;
	}
  
	.btn.green-btn {
	  display: block;
	  margin: 10px auto;
	}
  }