@charset "UTF-8";
/*- Copyright (c) 2023  -*/

/********************************************************************************************* 
1. body start
*********************************************************************************************/



:root {
	--transition: all 0.3s ease-in-out;
	--fontPlus: "Plus Jakarta Sans", sans-serif;
	--primaryColor: #06b873;

	--lightYellow-color: #fbb400;

	--gradient-color2: #FF2966;
	--gradient-color1: #FFFF00;


	--darkColor-heading: #313942;
	--darkColor-subheading: #313942;
	--color-text: #0D151C;
	--whiteColor-text: #ffffff;


	--darkbg-color: #141414;
	--heading-color: #080f16;
	--dark-bg: #050A0F;

	--darkBlue-color: #1874ff;
	--lightBlue-color: #d7d9e8;

	--darkGreen-color: #00d047;
	--lightGreen-color: #d0e5d7;
	--lightLime-color: #33E906;

	--darkRed-color: #ff4218;
	--lightRed-color: #cf9fa5;

	--darkPurple-color: #9342FF;
	--lightPurple-color: #ded6e8;

	--darkPink-color: #ff18e8;
	--lightPink-color: #e7cfda;

	--darkCream-color: #fffbf2;
	--lightCream-color: #ffffff;

	--darkCyan-color: #04D2EE;
	--lightCyan-color: #04D2EE;

	--darkMaroon-color: #800000;
	--lightMaroon-color: #800000;

	--darkWarning-color: #ffa318;
	--lightWarning-color: #e8ddcf;

	--darkDef-color: #06aace;
	--darkDef-color: #06AACE;


	--gradient-common: linear-gradient(358.48deg, var(--gradient-color2) -16.48%, var(--gradient-color1)121.9%);
	/* background: linear-gradient(358.48deg, rgba(255, 41, 102, 0.05) -16.48%, rgba(255, 255, 0, 0.05) 121.9%); */
}

html,
body {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #778aab;
	font-family: var(--fontPlus);
	font-weight: 400;
	background-color: var(--body-color);
	line-height: 1.8em;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* -webkit-touch-callout: none; */
}

p {
	color: var(--darkColor-heading);
	font-size: 18px;


}

img {
	max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--fontPlus);
	color: var(--darkColor-heading);
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: var(--fontPlus);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--darkColor-heading);
	font-family: var(--fontPlus);

}

button,
input,
select,
textarea {
	font-family: inherit;
	font-family: var(--fontPlus);
}

img,
svg {
	vertical-align: middle;
}

label,
input,
button {
	font-family: var(--fontPlus);
}

.hide {
	display: none;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: center;
}

svg path {
	transition: var(--transition);
}

.moto_pages_p50 {
	padding: 100px 0;
}


#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: var(--primaryColor);
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 50px;
}

/* moto color  */

.motoai_clrred {
	color: var(--darkRed-color) !important;
}

.motoai_bgred {
	background-color: var(--darkRed-color) !important;
}

.motoai_clrgreen {
	color: var(--darkGreen-color) !important;
}

.motoai_bggreen {
	background-color: var(--darkGreen-color) !important;
}

.motoai_clrblue {
	color: var(--darkBlue-color) !important;
}

.motoai_bgblue {
	background-color: var(--darkBlue-color) !important;
}

.motoai_clrpink {
	color: var(--darkPink-color) !important;
}

.motoai_bgpink {
	background-color: var(--darkPink-color) !important;
}

.motoai_clrpurple {
	color: var(--darkPurple-color) !important;
}

.motoai_bgpurple {
	background-color: var(--darkPurple-color) !important;
}

.motoai_clrwarning {
	color: var(--darkWarning-color) !important;
}

.motoai_bgwarning {
	background-color: var(--darkWarning-color) !important;
}

.motoai_clrdef {
	color: var(--darkDef-color) !important;
}

.motoai_bgdef {
	background-color: var(--darkDef-color) !important;
}

/* moto color end */

.sp_container {
	max-width: 1170px;
	margin: 0 auto;
}

/* ====  Button Style Css === */
.motoai_btn {
	padding: 0 20px;
	min-width: 150px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
	z-index: 1;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background: var(--primaryColor);
	color: var(--whiteColor-text);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.4px;
}

.motoai_btn:hover {
	color: var(--whiteColor-text);
	transform: scale(1.05);
}

.motoai_btn:focus-visible {
	box-shadow: none;
	border: none;
	outline: none;
}

/* ====  Button Style Css End === */


/**common css start**/
.sp_padding_left_0 {
	padding-left: 0px !important;
}

.sp_padding_right_0 {
	padding-right: 0px !important;
}

.sp_padding_top_0 {
	padding-top: 0px !important;
}

.sp_padding_top_10 {
	padding-top: 10px;
}

.sp_padding_top_20 {
	padding-top: 20px;
}

.sp_padding_top_30 {
	padding-top: 30px;
}

.sp_padding_top_40 {
	padding-top: 40px;
}

.sp_padding_top_50 {
	padding-top: 50px;
}

.sp_padding_top_60 {
	padding-top: 60px;
}

.sp_padding_top_70 {
	padding-top: 70px;
}

.sp_padding_top_80 {
	padding-top: 80px;
}

.sp_padding_top_90 {
	padding-top: 90px;
}

.sp_padding_top_100 {
	padding-top: 100px;
}

.sp_padding_bottom_0 {
	padding-bottom: 0px;
}

.sp_padding_bottom_10 {
	padding-bottom: 10px;
}

.sp_padding_bottom_20 {
	padding-bottom: 20px;
}

.sp_padding_bottom_30 {
	padding-bottom: 30px;
}

.sp_padding_bottom_40 {
	padding-bottom: 40px;
}

.sp_padding_bottom_50 {
	padding-bottom: 50px;
}

.sp_padding_bottom_60 {
	padding-bottom: 60px;
}

.sp_padding_bottom_70 {
	padding-bottom: 70px;
}

.sp_padding_bottom_80 {
	padding-bottom: 80px;
}

.sp_padding_bottom_90 {
	padding-bottom: 90px;
}

.sp_padding_bottom_100 {
	padding-bottom: 100px;
}

.sp_bottom_spacer_130 {
	margin-bottom: 130px;
}

.sp_radius {
	border-radius: 100%;
}

/* ====  Heading Css  === */

.motoai_subheading {
	text-align: center;
}

.motoai_heading {
	position: relative;
}

.motoai_heading h2 {
	position: absolute;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	color: var(--whiteColor-text);
	display: inline-block;
	padding: 10px 50px;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.motoai_heading {
	position: relative;
	text-align: center;
}

.motoai_heading h2 {
	position: absolute;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	color: var(--whiteColor-text);
	display: inline-block;
	padding: 10px 50px;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* ====  Heading Css End  === */


/** custom heading css**/
.sp_blue_color {
	color: #ff7418;
}

.sp_white_color {
	color: #ffffff !important;
}

.sp_dark_color {
	color: #202020;
}

.sp_demo_wrapper .sp_heading_with_circle {
	font-size: 35px;
	text-transform: capitalize !important;
}

.sp_cyan_color {
	color: #ff7418;
}

.sp_skyblue_color {
	color: #0dadff;
}

.sp_big_heading {
	font-size: 52px;
	font-weight: 900;
	line-height: 62px;
	text-transform: capitalize;
}

.sp_subheading {
	font-size: 26px;
	line-height: 45px;
	font-weight: 900;
}

.sp_font_22 {
	font-size: 22px !important;
	line-height: 36px !important;
}

.sp_font_24 {
	font-size: 24px;
	line-height: 40px;
}

.sp_font_20 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}

.sp_heading_withbg {
	background-color: #fff;
	display: inline-block;
	max-width: 591px;
	width: 100%;
	line-height: 63px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 35px;
}

.sp_up {
	position: relative;
	z-index: 1;
}

.sp_video {
	position: relative;
	padding-bottom: 25%;
	padding-top: 25px;
	height: 0;
	width: 47.5%;
	margin: 0 auto;
	box-shadow: 0 0 120px rgba(0, 0, 0, 0.13);
	border: 5px solid #ffffff;
	border-radius: 3px;
}

.sp_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sp_center_content {
	display: flex;
	align-items: center;
	width: 100%;
}

.sp_blue_bg_img {
	background-color: var(--dark-bg);
}

.sp_highlighted_heading {
	font-size: 28px;
	background-color: #fff;
	display: inline-block;
	color: #0a1a56;
	font-weight: 900;
	padding: 15px 50px;
	text-transform: uppercase;
	border-radius: 8px;
	margin-bottom: 30px;
}

.sp_gradient_box {
	/* background: #0a1a56; */
	border-radius: 30px;
	padding-left: 50px;
	padding-right: 50px;
	/* box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12); */
	display: inline-block;
	max-width: 1010px;
	width: 100%;
}

.sp_gradient_box .sp_heading_with_circle {
	font-size: 35px;
	padding: 0 20px;
	margin-bottom: 20px;
}

.sp_blue_gradient {
	background-image: url('../images/inner_bg.png');
	background-position: center;
	/* background: #0a1a56; */
}

.sp_border-box {
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid;
}

.sp_border_shape {
	border-radius: 30px 0px 30px 0px;
}

.sp_expert_div {
	background: var(--primaryColor);
	color: #fff;
	max-width: 900px;
	margin: auto;
	padding: 10px;
	border-radius: 10px;
}


.sp_background {
	background-position: center;
	background-attachment: fixed;
	position: relative;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 1;
}

/* .sp_background:before,.sp_background:after{
    position:  absolute;
    content:  '';
    background-image: url('../images/bg2_1.png');
    width:  100%;
    top: 0;
    left:  0;
    right:  0;
    height:  265px;
	z-index:-1;
	background-repeat:no-repeat;
} */
.sp_bg_pink {
	background-color: #effff9;
}

.sp_background:after {
	background-image: url('../images/bg2_2.png	');
	height: 242px;
	top: auto;
	bottom: 0;
}

.sp_heading {
	font-size: 32px;
	font-weight: 900;
	line-height: 42px;
	text-align: center;
}

.sp_extrabold {
	font-weight: 800 !important;
}

.sp_fontwight_black {
	font-weight: 900 !important;
}

.sp_image_box img {
	box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
}

.sp_text_box {

	box-shadow: 0px 0px 50px 0px #54515605;
	border-radius: 50px;
	padding: 40px 40px 40px 40px;
	display: inline-block;
	background-color: #ffffff !important;
}

.mt50 {
	margin-top: 40px !important;
}

.sp_section_fullwidth .container-fluid {
	padding-left: 0px;
}

.sp_check_box {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

.sp_check_box h4 {
	display: inline-block;
	position: relative;
	padding-left: 50px;
}

.sp_check_box h4:before {
	content: '';
	background-image: url(../images/check.svg);
	width: 60px;
	height: 40px;
	left: 0;
	top: 0px;
	position: absolute;
	background-repeat: no-repeat;
}

.sp_heading_with_circle.sp_bluehand_circle {
	font-size: 20px;
	padding: 0 18px;
	text-transform: capitalize;
	margin-bottom: 40px;
	font-weight: 500;
}

/* .sp_categories_section {
	padding-top: 100px;
} */

/* sales page banner section */
.motoai_banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	padding: 50px 0 0;
}

.motoai_banner .motiai_logo img {
	width: 250px;
}

.motoai_banner_content {
	/* max-width: 1250px;
	margin: 0 auto; */
	padding: 0 15px;
}

.motoai_banner_content h5 {
	font-size: 22px;
	color: var(--heading-color);
	margin: 50px 0 50px;
	padding: 0;
}

.motoai_banner_content h4 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 50px;
	padding: 15px 50px;
	color: #171F26;
	background: var(--whiteColor-text);
	box-shadow: 0px 4px 50px 0px #07472E33;
	border-radius: 60px;
	border: 1.5px solid #06B873;
	display: inline-block;
}

.motoai_banner_content h6 {}

.sp_big_heading h2 {
	font-size: 62px;
	font-weight: 800;
	color: var(--heading-color);
	margin: 0;
	line-height: 80px;
	padding: 0
}

.sp_big_heading h2 span {
	color: var(--primaryColor);
}

.sp_heading {
	font-size: 55px;
	font-weight: 800;
	color: var(--heading-color);
	line-height: 70px;
	padding: 0;
	margin-bottom: 20px;
}

.sp_sub_heading {
	font-size: 30px;
	font-weight: 500;
	color: var(--heading-color);
	line-height: 60px;
	margin-bottom: 20px;
}

.sp_heading h2 span {
	color: var(--primaryColor);
}

.motoai_banner_content p {
	font-size: 30px;
	margin: 0;
	font-weight: 800;
	padding: 0;
	color: var(--color-text);
	padding: 20px 0 50px;
}

.sc_head_box2 span {
	color: var(--primaryColor);
}

.sc_head_box2 {
	display: flex;
	align-items: center;
	gap: 30px;
}

.motoai_banner_video {
	border: 10px solid transparent;
	border-radius: 10px;
	max-width: 900px;
	margin: 50px auto 0;
}

.motoai_banner_video iframe {
	border-radius: 10px;
}

.motoai_banner_mb-100 {
	margin-bottom: -120px;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	border-radius: 10px;
	padding: 10px;
}

tbody, td, tfoot, th, thead, tr {
    min-width: 300px;	
}

.sp_payment_item {
	max-width: 790px;
	margin: 50px auto 0;
	padding: 2px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: linear-gradient(358.48deg, rgba(255, 41, 102, 0.5) -16.48%, rgba(255, 255, 0, 0.5) 121.9%), linear-gradient(358.48deg, rgba(255, 41, 102, 0.05) -16.48%, rgba(255, 255, 0, 0.05) 121.9%);
	border-radius: 30px;
}

.sp_payment_row {
	padding: 40px 60px;
	background: #fffbf4;
	border-radius: 30px;
}

.sp_payment_item h2 {
	color: var(--darkColor-heading);
}

.sp_payment_btn {
	margin: 30px 0;
}

.sp_payment_item .motoai_btn {
	font-size: 26px;
	font-weight: 700;
	background-image: var(--gradient-common);
	color: var(--whiteColor-text);
	height: 70px;
	line-height: 70px;
	padding: 0 45px;
	border-radius: 50px;
}

.sp_payment_item p {
	font-size: 14px;
	font-weight: 400;
	color: var(--color-text);
	margin: 20px 0 0;
	padding: 0;
}

.sp_payment_item:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -4px;
	height: 10px;
	background: linear-gradient(8deg, #FF2966 -17.34%, #FFFF00 122.83%);
	border-radius: 30px;
	width: 80%;
	margin: auto;
	z-index: 1;
}

.sp_payment_item::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	height: 10px;
	background: linear-gradient(-8deg, #FF2966 -17.34%, #FFFF00 122.83%);
	border-radius: 30px;
	width: 80%;
	margin: auto;
	z-index: 1;
}


/** table css start**/
.sp_cyan_color {
	color: var(--primaryColor);
}

.sp_table {
	border: none;
	display: inline-table;
	width: 100%;
}

.sp_table tr th {
	text-align: center;
	padding: 17px 20px;
	background-color: var(--primaryColor);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 0 0 0 0;
	width: 50%;
	/* border: 1px solid #d4d4d4; */
}

.brtb2 {
	border-radius: 0 25px 0 0 !important;
}

.brtb1 {
	border-radius: 25px 0 0 0 !important;
}

.sp_table tr td {
	padding: 20px 20px 20px 45px;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	position: relative;
	/* border: 1px solid #d4d4d4; */
	width: 50%;
	vertical-align: top;
	color: var(--darkColor-heading);
	text-align: left;
}

.sp_table tr td:before {
	position: absolute;
	content: '';
	width: 19px;
	height: 19px;
	left: 15px;
	top: 24px;
	background-repeat: no-repeat;
}

.sp_table tr td.sp_money:before {
	background-image: url('../images/check.png');
}

.sp_table tr td.sp_headaches:before {
	background-image: url('../images/cancel.png');
}

/** table css end **/

/* sp_timeMony_section */
.sp_timeMony_section .sp_w_200 {
	font-weight: 500;
}

/* sp get section */
.sp_get_section {
	text-align: center;
}

.sp_get_section h4 {
	font-size: 30px;
	margin: 30px 0;
	text-align: center;
}

/* sp get section end */


/**  faq css start**/
.sp_faq_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sp_faq_list li {
	margin-bottom: 25px;
	padding-left: 40px;
}

.sp_faq_list>li>h2 {
	position: relative;
}

.sp_faq_list>li>h2:before {
	content: '';
	background-image: url(../images/faq_icons.png);
	width: 21px;
	height: 18px;
	left: -40px;
	top: 5px;
	position: absolute;
}

.sp_list_with_white_arrow.sp_faq_list>li>h2:before {
	background-image: url('../images/white_arrow.png');
	width: 18px;
	height: 18px;
	left: -35px;
}

.sp_background.sp_faq_wrapper:after {
	display: none;
}


/* sp_twoway_traffic_wrapper */
.sp_twoway_traffic_wrapper tr td {
	font-size: 16px;
}

/* sp_twoway_traffic_wrapper end */




/* footer */

.sc_footer_wrapper ul {
	padding: 0;
	margin: 0;
	list-style-type: none !important;
}

.pb50 {
	padding-bottom: 50px;
}

.sp_footer_menu {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #313942;
}

.sp_footer_menu ul {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.sp_footer_menu ul li {
	list-style: none;
	display: inline-block;
	padding: 0px 20px 0px 0px;
	width: auto;
	position: relative;
	color: #ffffff;
}

.sp_footer_menu ul li:after {
	position: absolute;
	content: "|";
	top: 0;
	right: 5px;
}

.sp_footer_menu ul li:last-child:after {
	display: none;
}

.sp_footer_menu ul li a {
	text-transform: capitalize;
	font-size: 20px;
	color: #ffffff;
}

/* footer end */
/* sp copy right section  */
.sp_copyright_section p {
	margin: 0;
}

/* sp copy right section end  */
.page_space_wr {
	padding: 100px 0;

}

.sp_including_section tr td {
	font-size: 17px;
}

.sp_get_section img {
	width: 800px;
	height: auto;
}

td.sp_money.sp_dark_clr span {
	color: #6ac259;
	font-weight: 600;
	background: #6ac2591c;
	padding: 6px 15px;
	border-radius: 50px;
}

.sp_tab_le {
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #80D8B4;
	padding: 5px;
}


/* Footer css start */
.sc_footer_wrapper {
	background-color: var(--dark-bg);
}

.sc_placehold_logo {
	display: block;
	margin: auto;
	position: relative;
	transform: scale(0.8);
}

.sc_footer_top>a {
	display: inline-block;
	position: relative;
	top: -70px;
}

.sc_footer_top a svg {
	display: block;
	max-width: 309px;
	height: auto;
	object-fit: contain;
}

.sc_footer_top>p {
	color: #e4fff59e;
	max-width: 900px;
	width: 100%;
	margin: auto;
	margin-top: -45px;
}

.sc_footer_top ul {
	gap: 15px;
}

.sc_footer_top .sc_footer_p_maxW {
	max-width: 100%;
	margin-top: 0px;
}

.pb30 {
	padding-bottom: 30px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.pt60 {
	padding-top: 60px;
}

.sc_footer_top ul li a {
	width: 50px;
	height: 50px;
	background: linear-gradient(106.04deg, #053120 -5.5%, #080F16 38.02%);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.sc_footer_top ul li a:hover {
	box-shadow: 0 0 30px 0 rgb(58 187 132 / 80%);
}

.sc_footer_top ul li a::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 6px;
	transition: all 0.3s;
	z-index: -1;
	border: 1px solid transparent;
	background: linear-gradient(216.74deg, #080F16 29.72%, #06B873 88.24%)border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.sc_footer_copyright {
	position: relative;
	z-index: 1;
}

.sc_footer_copyright::before {
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(270deg, rgba(6, 184, 115, 0) 0%, rgba(6, 184, 115, 0.3) 50%, rgba(6, 184, 115, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.sc_footer_copyright p {
	color: #e4fff59e;
}

.sc_footer_copyright p a {
	color: #e4fff59e;
	text-decoration: underline;
}

.sc_footer_legal_pages {
	/* max-width: 710px; */
	width: 100%;
	margin: auto;
	gap: 40px;
}

.sc_footer_legal_pages a {
	font-size: 16px;
	font-weight: 300;
	color: #e4fff59e;
	text-decoration: underline;
	transition: all 0.3s;
}

.sc_footer_legal_pages a:hover {
	color: var(--primaryColor);
}

/* Footer css end */


.sc_common_heading {
	max-width: 850px;
	width: 100%;
	margin: auto;
}

.sc_common_heading .sc_top_heading {
	font-size: 100px;
	font-weight: 800;
	background: linear-gradient(180deg, #c8ffea2b 0%, rgba(200, 255, 234, 0) 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	transform: scale(0.6);
	will-change: transform, opacity;
	line-height: normal;
}

.sc_common_heading .sc_gredient_heading {
	font-size: 54px;
	font-weight: 800;
	background: linear-gradient(180deg, #FFFFFF 0%, #C8FFEA 40.24%, #FFFFFF 59.81%, #C8FFEA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.sc_common_heading .sc_sub_heading {
	max-width: 600px;
	width: 100%;
	margin: auto;
	color: #e4fff59e;
}


/* dark */

.sc_box_admin_black {
	background: url(../images/inner_bg.png) no-repeat top center;
	background-size: cover;
	max-width: 1200px;
	padding: 40px;
	/* background: #0a1a56; */
}

.sc_box_admin_black .sp_table tr td {
	color: var(--whiteColor-text) !important;
}

.mt60 {
	margin-top: 60px;
}

.sc_br_table {
	border-right: 1px solid #06b8732e;
}

.sc_bb_table {
	border-bottom: 1px solid #06b8732e;
}


.sp_money2 {
	position: relative;
}

.sp_money2::after {
	content: '→';
	position: absolute;
	right: 100px;
	color: var(--primaryColor);
	font-size: 28px;
	transition: transform 0.3s;
}

/* Optional: Add hover effect */
.sp_money2:hover::after {
	transform: translateX(5px);
}


@media screen and (max-width: 927px) {
	.sp_money2::after {
		display: none;
	}

	.sc_box_admin_black {
		margin-top: 40px !important;
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.motoai_banner_content h4 {
		font-size: 16px;
		margin: 25px 0 15px;
		padding: 12px 20px;
		border-radius: 20px;
	}

	.sp_tab_le {
		overflow-x: auto;
		max-width: 100% !important;
	}

	.sp_table tr td:before {
		left: 10px;
	}

	.sp_table tr td {
		padding: 10px 10px 10px 40px;
		font-size: 14px;
	}

	.sp_big_heading h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.sp_big_heading {
		margin-top: 0px !important;
	}

	.motoai_banner_content h5 {
		margin: 30px 0 20px;
	}

	.motoai_banner_content p {
		font-size: 18px;
		line-height: 35px;
		padding: 0 0 40px;
	}



	.sp_payment_row {
		padding: 30px 30px;
	}

	.sp_payment_item .motoai_btn {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
	}

	.sp_categories_section .sp_cat_font {
		font-size: 18px !important;
	}

	.sp_mony_section h4 {
		font-size: 18px !important;
	}

	.sp_get_section h4 {
		font-size: 22px;
	}

	.sp_get_section .sp_get_text {
		font-size: 18px !important;
		line-height: 35px !important;
	}

	.sp_payment_item h2 {
		font-size: 22px;
	}

	.sp_payment_item p {
		font-size: 13px;
	}

	.sp_padding_bottom_80 {
		padding-bottom: 40px;
	}

	.sp_padding_top_80 {
		padding-top: 40px;
	}

	.sp_heading {
		font-size: 30px;
		line-height: 35px;
	}

	.sp_sub_heading {
		font-size: 24px;
		line-height: 40px;
	}

	.sp_gradient_box {
		padding-left: 25px;
		padding-right: 25px;
	}

	.sp_font_20 {
		font-size: 15px;
	}

	.sp_padding_top_50 {
    padding-top: 20px;
}

	.sp_font_24 {
		font-size: 16px;
		line-height: 20px;
	}

	.sp_padding_bottom_50 {
		padding-bottom: 30px;
	}

	.sp_text_box {
		padding: 25px;
		border-radius: 15px;
	}

	.sp_table tr th {
		padding: 15px;
		font-size: 16px;
	}

	.sp_font_22 {
		font-size: 16px !important;

	}

	.sp_footer_menu ul li a {
		font-size: 14px;
	}

	.sp_padding_bottom_20 {
		padding-bottom: 10px;
	}

	.sp_copyright_section p {
		font-size: 14px !important;
	}

	.sp_payment_section {
		padding: 100px 0 50px;
	}


}


/* media css end */