* {
	padding:0;
    margin:0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
a,
span {
	font-family: 'Satoshi';
}
.guest .navbar.navbar-default {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 1;
  	padding: 12px 0;
}
.guest #navbar {
	display: flex !important;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
.guest #navbar .navbar-center {
	float: none;
	margin: auto;
}
#topsec {
	background: url('https://i.23robo.info/projects/smmctrl/img/top-wave.webp'), url('https://i.23robo.info/projects/smmctrl/img/topbar.webp'), radial-gradient(101.03% 101.03% at 79.2% 100%, #FDFEC5 0%, #7F07FF 100%);
	padding: 120px 0 0;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right calc(50% - 100px), right bottom;
}
.register-btn {
	border-radius: 28px;
	background-color: #000;
	padding: 1px !important;
	min-width: 110px;
	color: #FFF !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2 !important;
	display: flex !important;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.register-btn-inner {
	background: linear-gradient(to bottom,rgba(255, 255, 255,30%) 0%, rgba(255, 255, 255,0) 100%);
	padding: 1px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 28px;
}
.register-btn-inner2 {
	background: linear-gradient(to bottom,rgba(255, 255, 255,20%) 0%, rgba(255, 255, 255,0) 100%);
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 28px;
	padding: 13px;
}
.register-btn:hover, 
.register-btn:focus {
	background-color: #8C21F9 !important;
}
.guest .navbar-nav > li > a {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0;
	margin: 0 12px;
}
.guest .navbar-nav > li > a:hover, 
.guest .navbar-nav > li.active > a:hover,
.guest .navbar-nav > li.active > a,
.guest .navbar-nav > li > a:focus {
	color: #000;
	background-color: transparent;
}
.trademarks-wrap {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 8px;
	margin-bottom: 20px;
}
.trademark-txt {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}
.main-title {
	color: #FFF;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -1.08px;
	margin-bottom: 24px;
}
#topsec .txt {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}
.login-frm-wrap {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 4px 16px 0 rgba(64, 66, 101, 0.20);
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.20);
  	margin: 24px 0;
}
.form-control {
	border-radius: 42px;
	background-color: #FFF;
	height: 43px;
	border: 0;
	box-shadow: none;
	color: rgba(77, 91, 101, 99);
}
.form-control::placeholder {
	color: rgba(77, 91, 101, 0.35) !important;
}
.form-group {
	position: relative;
}
.inpt-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
}
.inpt-icon + .form-control {
	padding-left: 53px;
}
.inpt-icon::after {
	content: '';
	background-color: #DBDBDB;
	height: 19px;
	width: 1px;
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%);
}
.forgot-password1 {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 12px;
	display: block;
	width: max-content;
}
.have-acc {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 12px;
}
.have-acc a {
	color: #fff;
	font-weight: 600;
}
.topsec-img-wrap {
	position: relative;
}
.topsec-img {
	position: absolute;
	max-width: unset;
	top: 50px;
	right: -80px;
}
.stats-row {
	margin-top: 65px;
	position: relative;
	z-index: 1;
}
.stats-title-box {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.36px;
  	margin-bottom: 77px;
}
.stats-box {
	border-radius: 24px;
	border: 1px solid #FFF;
	background: linear-gradient(270deg, #FFF 0%, #F4DFC9 100%);
	box-shadow: 0 7px 16px 0 rgba(71, 85, 105, 0.15);
	padding: 24px;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
  	margin-bottom: 20px;
}
.stats-box-number {
	display: flex;
	align-content: center;
	align-items: center;
}
.stats-number-icon {
	line-height: 1;
	width: 64px;
	height: 38px;
	border-radius: 22px;
	background: #FF872B;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.stats-number {
	color: #000;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.88px;
	padding-left: 10px;
}
.stats-box2 {
	background: linear-gradient(90deg, #FFBFCA 0%, #FFF 100%);
	box-shadow: 0 7px 16px 0 rgba(71, 85, 105, 0.15);
}
.stats-box3 {
	background: linear-gradient(270deg, #FFF 0%, #E3F4CB 100%);
	box-shadow: 0 7px 16px 0 rgba(71, 85, 105, 0.15);
}
.stats-box2 .stats-number-icon {
	background-color: #FF517C;
}
.stats-box3 .stats-number-icon {
	background-color: #0AC000;
}
.whitebox {
	position: absolute;
	width: 100%;
	height: 140px;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
#providing {
	padding: 80px 0;
}
.providing-title {
	color: #2B2B2B;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.48px;
	margin-bottom: 0;
}
.providing-row {
	border-bottom: 1px solid rgba(71, 85, 105, 0.18);
	padding-bottom: 42px;
	display: flex;
	align-content: center;
	align-items: center;
}
.providing-row .col-sm-4 {
	border-right: 1px solid rgba(71, 85, 105, 0.18);
}
#fetaures {
	padding-bottom: 20px;
}
.titlesub {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.6px;
	background: linear-gradient(90deg, #7F07FF 0.36%, #D579FF 99.64%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 16px;
}
.title {
	color: #2B2B2B;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.96px;
	margin-bottom: 20px;
}
.txt {
	color: #4D5B65;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
.fetaures-box {
	border-radius: 27px;
	background: linear-gradient(192deg, #EEEAFF 18.59%, rgba(255, 255, 255, 0.00) 94.31%);
	padding: 30px;
	margin-bottom: 20px;
  	transition: 0.3s linear;
}
.fetaures-box-icon {
	width: 74px;
	height: 74px;
	border-radius: 20px;
	background: linear-gradient(180deg, #7350FF 0%, #CABDFF 100%);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-bottom: 32px;
}
.fetaures-box-title {
	color: #2B2B2B;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 26px;
}
.fetaures-box-txt {
	color: #475569;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.32px;
	margin-bottom: 39px;
}
.fetaures-box-btn {
	color: #7350FF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none !important;
}
.fetaures-box-btn-icon {
	width: 14px;
	height: 14px;
	display: inline-flex;
	align-items: center;
	align-content: center;
	background-color: #7350FF;
	border-radius: 14px;
	justify-content: center;
	margin-left: 7px;
}
.fetaures-box-row {
	margin-top: 30px;
}
.fetaures-box2 {
	background: linear-gradient(192deg, #E4FFE5 18.59%, rgba(255, 255, 255, 0.00) 94.31%);
}
.fetaures-box2 .fetaures-box-icon {
	background: linear-gradient(180deg, #00AC06 0%, #AEEFB0 100%);
}
.fetaures-box2 .fetaures-box-btn {
	color: #00AC06;
}
.fetaures-box2 .fetaures-box-btn-icon {
	background-color: #00AC06;
}
.fetaures-box3 {
	background: linear-gradient(192deg, #FFF0E5 18.59%, rgba(255, 255, 255, 0.00) 94.31%);
}
.fetaures-box3 .fetaures-box-icon {
	background: linear-gradient(180deg, #FF872B 0%, #FFDDC3 100%);
}
.fetaures-box3 .fetaures-box-btn {
	color: #FF872B;
}
.fetaures-box3 .fetaures-box-btn-icon {
	background-color: #FF872B;
}
.fetaures-box:hover {
	box-shadow: 12px 12px 20px 0 rgba(89, 80, 128, 0.07);
	transition: 0.3s linear;
	cursor: pointer;
}
.benefits-img-wrap {
	position: relative;
}
.benefits-img-wrap::before {
	content: '';
	background-image: url('https://i.23robo.info/projects/smmctrl/img/benefits-lines.webp');
	width: 217px;
	height: 213px;
	position: absolute;
	left: -70px;
	top: 40px;
	z-index: 0;
}
.benefits-img {
	position: relative;
	z-index: 1;
}
.benefits-img-wrap::after {
	content: '';
	width: 339px;
	height: 339px;
	border-radius: 339px;
	background: rgba(140, 33, 249, 0.49);
	filter: blur(127.9000015258789px);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 0;
}
.btn-wrap {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 13px;
}
.how-btn {
	border-radius: 111px;
	background-color: #FFF;
	box-shadow: 0 6px 16px 0 rgba(77, 91, 101, 0.20);
	display: flex;
	align-items: center;
	align-content: center;
	padding: 5px;
	text-decoration: none !important;
}
.how-btn-icon {
	border-radius: 111px;
	background: #0AC000;
	box-shadow: 0 4px 8.6px 0 rgba(157, 157, 157, 0.13);
	width: 65px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 12px;
}
.how-btn-txt {
	color: #2B2B2B;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 19px;
}
.deliver-box-wrap {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(71, 85, 105, 0.18);
	border-bottom: 1px solid rgba(71, 85, 105, 0.18);
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.deliver-box-wrap {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(71, 85, 105, 0.18);
	border-bottom: 1px solid rgba(71, 85, 105, 0.18);
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.deliver-box.deliver-box-left {
	flex: 0 0 40%;
	max-width: 40%;
}
.deliver-box-title {
	color: #2B2B2B;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4;
}
.deliver-box-txt {
	color: #475569;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}
#multiples {
	padding: 80px 0;
}
.multiplebox {
	border-radius: 24px;
	background-color: #FFF;
	border: 1px solid #F0F0F0;
	position: relative;
	padding: 30px;
	margin-bottom: 25px;
  	overflow: hidden;
}
.multiplebox1 .multiplebox-title, 
.multiplebox1 .multiplebox-txt,
.multiplebox1 .multiplebox-img1 {
	text-align: center;
  	position: relative;
  	z-index: 1;
}
.multiplebox-title {
	color: #2B2B2B;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 14px;
}
.multiplebox-txt {
	color: #475569;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.56px;
}
.multiplebox-img1 {
	margin-top: 20px;
}
.multiplebox1 {
	padding-bottom: 0;
	overflow: hidden;
}
.multiplebox1::before,
.multiplebox1::after {
	width: 225px;
	height: 144px;
	background-color: #7F07FF;
	filter: blur(81.3499984741211px);
	position: absolute;
	bottom: 0;
	content: '';
	z-index: 0;
}
.multiplebox1::before {
	left: 0;
}
.multiplebox1::after {
	right: 0;
}
.multiplebox-icon {
	width: 65px;
	height: 65px;
	border-radius: 14px;
	background-color: #8C21F9;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.multiplebox2 {
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	padding-right: 0;
	padding-bottom: 0;
	overflow: hidden;
}
.multiplebox2-left {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	padding-right: 55px;
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
}
.multiplebox2-right {
	flex: 0 0 50%;
	max-width: 50%;
  	position: relative;
    z-index: 1;
}
.multiplebox2::after {
	content: '';
	width: 344px;
	height: 344px;
	border-radius: 344px;
	background-color: rgba(213, 121, 255, 0.45);
	filter: blur(91.05000305175781px);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.multiplebox-img3 {
	position: absolute;
	right: 6px;
	bottom: 19px;
	max-width: unset;
  	z-index: 1;
}
.multiplebox3 {
	padding-bottom: 100px;
}
.multiplebox3::after {
	content: '';
	background-color: #D579FF;
	filter: blur(70.19999694824219px);
	width: 159px;
	height: 159px;
	position: absolute;
	right: 0;
	bottom: -78px;
	z-index: 0;
}
.multiplebox-title,
.multiplebox-txt {
	position: relative;
	z-index: 1;
}
.multiplebox4 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	border: 0;
	padding: 60px 30px;
	background: url('https://i.23robo.info/projects/smmctrl/img/send-multiple-bg.webp'), radial-gradient(103.31% 103.3% at 18.12% 0%, #FDFEC5 0%, #7F07FF 100%);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.multiplebox4-left,
.multiplebox4-right {
	flex: 0 0 50%;
	max-width: 50%;
}
.multiplebox-img4 {
	display: block;
	margin: auto;
}
.multiplebox4 .multiplebox-title {
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 23px;
}
.multiplebox4 .multiplebox-txt {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.56px;
	margin: 0;
}
.multiplebox4-btn {
	border-radius: 111px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.10);
	color: #FFF !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 12px 26px;
	display: block;
	width: max-content;
	margin-top: 33px;
	text-decoration: none;
}
.multiplebox2-left-top {
	margin-bottom: 65px;
}
.howbox {
	border-radius: 14px;
	background-color: #FFF;
	box-shadow: 0 4px 4px 0 rgba(3, 50, 60, 0.12);
	padding: 27px 20px;
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 23px;
}
.howbox-num {
	border-radius: 14px;
	background: linear-gradient(180deg, #7350FF 0%, #CABDFF 100%);
	width: 60px;
	height: 60px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: -0.48px;
	flex: 0 0 60px;
	max-width: 60px;
}
.howbox-content {
	padding-left: 12px;
}
.howbox-title {
	color: #2B2B2B;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.32px;
	margin-bottom: 8px;
}
.howbox-txt {
	color: #475569;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.28px;
	margin: 0;
}
.howbox3 .howbox-num {
	background: linear-gradient(180deg, #FF872B 0%, #FFDDC3 100%);
}
.howbox2 .howbox-num {
	background: linear-gradient(180deg, #00AC06 0%, #AEEFB0 100%);
}
#how .row {
	padding: 80px 0;
	border-radius: 24px;
	background: rgba(127, 7, 255, 0.04);
	position: relative;
	overflow: hidden;
}
#how .row::after {
	content: '';
	position: absolute;
	border-radius: 123px;
	background: #8C21F9;
	filter: blur(167.8000030517578px);
	width: 192px;
	height: 169px;
	bottom: -155px;
	left: 60px;
	z-index: 0;
}
#how .row::before {
	content: '';
	width: 305px;
	height: 158px;
	border-radius: 123px;
	background-color: #8C21F9;
	filter: blur(167.8000030517578px);
	position: absolute;
	right: 100px;
	top: -80px;
	z-index: 0;
}
#how .row .col-sm-6 {
	position: relative;
	z-index: 1;
}
#support {
	padding: 80px 0;
}
.response {
	display: flex;
	align-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 20px 0 35px 0;
}
.response li {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.response-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.96px;
	background: linear-gradient(110deg, #7F07FF 36.48%, #FDFEC5 111.83%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.response-txt {
	color: #475569;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.56px;
}
.response li + li {
	padding-left: 30px;
	border-left: 1px solid rgba(71, 85, 105, 0.18);
}
#support .row {
	display: flex;
	align-content: center;
	align-items: center;
}
.btn.btn-primary {
	padding: 1px;
	border: 0;
	display: flex;
	align-content: center;
	align-items: center;
	min-width: 160px;
	justify-content: center;
	border-radius: 111px;
	background: linear-gradient(313deg, #DBDBDB 9.34%, rgba(219, 219, 219, 0.00) 45.17%), linear-gradient(175deg, #DBDBDB 3.63%, transparent 39.47%);
}
.btn-primary-inner {
	border-radius: 111px;
	background: #8C21F9;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 14px;
	position: relative;
  	overflow: hidden;
}
#topsec .btn.btn-primary {
	min-width: 100%;
}
.btn-primary-inner::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	border-radius: 0;
	box-shadow: 0 0 20px 0 rgba(255,255,255,40%), inset 0 0 20px 0 rgba(255,255,255,40%);
}
.guaranteed-list-icon {
	background: rgba(255, 255, 255, 0.15);
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 34px;
}
.guaranteed-list {
	display: flex;
	align-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	gap: 15px;
}
.guaranteed-list li {
	display: flex;
	align-items: center;
	align-content: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	gap: 10px;
}
.btn.btn-primary.btn-primary-icon .btn-primary-inner {
	background: url('https://i.23robo.info/projects/smmctrl/img/btn-arrow.webp'), #8C21F9;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	padding-right: 31px;
}
#support .btn.btn-primary {
	max-width: 162px;
}
.customer-box {
	border-radius: 20px;
	background-color: #FFF;
	overflow: hidden;
	margin-bottom: 15px;
	transition: transform 0.5s;
  	box-shadow: 9px 8px 26.9px 0 rgba(87, 76, 98, 0.10);
}
.customer-box-head {
	position: relative;
}
.customer-box-head-icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	border-radius: 73.5px;
	background: rgba(255, 255, 255, 0.10);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	width: 52px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.customer-box-ftr {
	padding: 15px;
	display: flex;
	align-items: center;
	align-content: center;
	gap: 10px;
}
.customer-box-ftr-title {
	color: #171A55;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.72px;
	margin: 0;
}
.customer-box-ftr-txt {
	color: #666D80;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.56px;
	margin: 0;
}
.customer-box-img {
    transition: transform 0.5s;
}

.customer-box:hover .customer-box-img {
	transform: rotateY(180deg);
}
.customer-box-row {
	margin-top: 30px;
}
.beforeafter {
	display: block;
	margin: 55px auto 0;
}
#result {
	padding: 80px 0;
	background-image: url('https://i.23robo.info/projects/smmctrl/img/result-bg.webp');
	background-position: top center;
  background-repeat: no-repeat;
}
.row.instant-row {
	border-radius: 18px;
	background: url('https://i.23robo.info/projects/smmctrl/img/instant-row-bg.webp'), radial-gradient(101.03% 101.03% at 79.2% 100%, #FDFEC5 0%, #7F07FF 100%);
	margin-top: 100px;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.instant-row .titlesub, .instant-row .title {
	-webkit-text-fill-color: #fff;
}
.instant-btn {
	display: flex;
	align-items: center;
	align-content: center;
	border-radius: 111px;
	background: #FFF;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.10);
	padding: 12px 20px;
	width: max-content;
	gap: 10px;
	color: #000;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none !important;
	margin: 30px auto 0;
}
.people-slide-content {
	border-radius: 14px 14px 14px 0;
	background: #FFF;
	filter: drop-shadow(0 11px 72.8px rgba(102, 109, 128, 0.09));
	padding: 35px;
	position: relative;
}
.people-slide-content::after {
	content: '';
	background-image: url('https://i.23robo.info/projects/smmctrl/img/people-slide-triangle.webp');
	width: 30px;
	height: 41px;
	position: absolute;
	bottom: -41px;
	left: 0;
}
.people-slide-txt {
	color: #4D5B65;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.42px;
	margin-bottom: 10px;
}
.people-slide-ftr.customer-box-ftr {
	padding: 15px 15px 15px 25px;
}
.people-slider .slick-slide {
	margin: 15px;
}
.people-slider .slick-list {
	overflow: visible;
}
#people {
	padding: 80px 0;
	overflow: hidden;
}
.people-slide-nav {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
}
.people-title-row {
	display: flex;
	align-content: center;
	align-items: center;
}
.people-slide-nav .slick-arrow {
	background-color: #851BF2;
	width: 50px;
	height: 50px;
	border: 0;
	border-radius: 50px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 0;
	margin: 0 5px;
}
#faqs {
	padding: 80px 0;
}
.faqs-title-row {
	display: flex;
	position: relative;
	border-radius: 24px;
	background: #FAF5FF;
	padding: 40px;
	overflow: hidden;
}
.faqs-title-row::after {
	content: '';
	width: 439px;
	height: 227px;
	border-radius: 123px;
	background: #8C21F9;
	filter: blur(167.8000030517578px);
	position: absolute;
	right: -50px;
	top: -200px;
  	z-index: 0;
}
.faqs-title-row::before {
	content: '';
	width: 383px;
	height: 198px;
	border-radius: 123px;
	background: #8C21F9;
	filter: blur(167.8000030517578px);
  	position: absolute;
	left: -50px;
	bottom: -178px;
	z-index: 0;
}
.faqs .panel.panel-default {
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
.faqs .panel.panel-default .panel-heading {
	padding: 0;
	border: 0;
	background-color: transparent;
}
.faqs .panel.panel-default .panel-heading a {
	border-radius: 18px;
	background-color: #FFF;
	display: flex;
	align-content: center;
	align-items: center;
	padding: 18px;
	color: #2B2B2B;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.32px;
	text-decoration: none !important;
    position: relative;
    gap: 10px;
}
.faqs-title-row * {
	position: relative;
	z-index: 1;
}
.faqs .panel.panel-default .panel-heading a span {
	width: 28px;
	height: 28px;
	background-color: #8C21F9;
	display: flex;
	align-content: center;
	justify-content: center;
	border-radius: 10px;
}
.faqs .panel.panel-default .panel-heading a span::after {
	content: '+';
	line-height: 27px;
	color: #fff;
	font-size: 20px;
}
.faqs .panel.panel-default .panel-heading a[aria-expanded="true"] span::after {
	content: '-';
	line-height: 23px;
  	color: #7F07FF;
}
.faqs .panel.panel-default .panel-body {
	border: 0;
	border-radius: 14px;
	background-color: #FFF;
	padding: 25px;
	margin: 10px 0 0 0;
	color: #475569;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: -0.56px;
}
.faqs .panel.panel-default .panel-heading a[aria-expanded="true"] {
	border-radius: 18px;
	background: radial-gradient(101.03% 101.03% at 79.2% 100%, #FDFEC5 0%, #7F07FF 100%);
	color: #fff;
}
.faqs .panel.panel-default .panel-heading a[aria-expanded="true"] span {
	background: #fff;
}
.faqs-title-left {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}
.confuse-box {
	border-radius: 18px;
	background-color: #FFF;
	padding: 40px;
  	position: relative;
}
.confuse-title {
	color: #2B2B2B;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.48px;
}
.confuse-txt {
	color: #8C21F9;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.32px;
}
.confuse-btn {
	border-radius: 26.5px;
	background: #8C21F9;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.32px;
	padding: 12px 15px;
	display: block;
	width: 150px;
	text-align: center;
	margin-top: 20px;
}
.confuse-box::after {
	content: '';
	background-image: url('https://i.23robo.info/projects/smmctrl/img/confuse-img.webp');
	width: 176px;
	height: 171px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#rising {
	background: url('https://i.23robo.info/projects/smmctrl/img/rising-bg.webp'), radial-gradient(65.11% 149.85% at 60.97% 125.97%, #FDFEC5 0%, #7F07FF 100%);
	padding: 70px 0 70px;
	position: relative;
	margin-top: 70px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.rising-title-wrap {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 30px;
}
.rising-title-wrap .title {
	color: #fff;
	margin: 0;
}
#rising .row {
	display: flex;
}
.rising-img {
	position: absolute;
	max-width: unset;
	right: 0;
	bottom: -70px;
}
body {
	padding-bottom: 0;
}