* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Inter Tight", sans-serif;
    background: #0D060F;
    color: #fff;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
span, 
a, 
strong, 
b, 
label, 
input, 
button, 
textarea, 
select, 
div, 
section {
    font-family: "Inter Tight", sans-serif;
}
.guest {
	background-image: url('https://i.23robo.info/projects/go-dark/img/top_bg.webp');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	padding-bottom: 0 !important;
}
ul {
    padding: 0;
    list-style: none;
}
#top_sec {
	padding: 80px 0;
	position: relative;
}
.span_title {
	border-radius: 16px;
	min-width: 316px;
	min-height: 42px;
    background-image: url('https://i.23robo.info/projects/go-dark/img/box_shadow.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
	overflow: hidden;
}
.main-title {
	color: #FFF;
	font-size: 54px;
	font-style: normal;
	font-weight: 600;
	line-height: 119.714%;
}
.txt {
	color: #A39EA4;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.guest #top_sec form {
	margin-top: 30px;
}
.guest .form-control {
	border-radius: 21px;
	border: 1px solid #3F2447;
	background: #1B0D1F;
	min-height: 66px;
	padding: 12px 65px;
	color: #fff;
}
.form-group {
	position: relative;
}
.inpt_icon {
	position: absolute;
	top: 8px;
	left: 8px;
}
.checkbox__remember label {
	color: #A39EA4;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.checkbox__remember .forgot-password {
	color: #A39EA4;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	bottom: 0;
}
.trust_img {
	padding-top: 15px;
}
.checkbox__remember {
	margin-top: 0;
}
.btn.btn-primary {
	border-radius: 16px;
	background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%);
	box-shadow: 6px 8px 12.3px 0px rgba(255, 255, 255, 0.11) inset;
	border: none;
	min-width: 115px;
	min-height: 48px;
	padding: 14px 30px;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
}
.row.social_icons {
	padding-top: 50px;
	border-bottom: 1px solid #302035;
	padding-bottom: 30px;
}
.social_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.provide_title {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.video-box {
  position: relative;
  overflow: hidden;
  padding: 0 5px;
}
.step_shadow_img {
  position: relative;
  overflow: hidden;
}
.step_shadow_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.step_shadow_img::before {
  content: "";
  position: absolute;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(27, 7, 31, 0.00) 0%, #1B071F 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('https://i.23robo.info/projects/go-dark/img/play_btn.webp') no-repeat center;
  background-size: 100% auto;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.step_txt {
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(7.5px);
	width: 89%;
	min-height: 42px;
	padding: 11px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
#video_sec .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}
#video_sec .modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
}
#video_sec .modal-content iframe {
  width: 100%;
  height: 450px;
}
#video_sec .close-button {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  cursor: pointer;
  line-height: 30px;
}
#why_us {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	background-image: url('https://i.23robo.info/projects/go-dark/img/bracket.webp');
	background-repeat: no-repeat;
	background-position: center;
}
.why_title {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
}
.why_title::before {
	content: '';
	position: absolute;
	background: url('https://i.23robo.info/projects/go-dark/img/why_us_left.webp') no-repeat;
	background-position: left;
	width: 100%;
	height: 100%;
	left: 32%;
	top: 0;
}
.why_title::after {
	content: '';
	position: absolute;
	background: url('https://i.23robo.info/projects/go-dark/img/why_us_right.webp') no-repeat;
	background-position: right;
	width: 100%;
	height: 100%;
	right: 32%;
	top: 0;
}
.title {
	color: #FFF;
	font-size: 54px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.why_box {
	border-radius: 14px;
	background-color: #180C1C;
	padding: 25px;
	min-height: 400px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.why_box1::before {
	content: '';
	position: absolute;
	width: 224.849px;
	height: 110px;
	background: rgba(255, 255, 255, 0.54);
	filter: blur(22.549999237060547px);
	z-index: -1;
	top: -111px;
	left: 0;
	right: 0;
	margin: auto;
}
.why_txt {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.why_desc {
	color: #A39EA4;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.24px;
}
.why_box2 {
	padding: 0;
}
.why_box3 {
	padding: 0;
}
.why_box2 .why_content, 
.why_box3 .why_content {
	padding: 25px;
}
.why_box1 .why_content {
	margin-top: 42px;
}
.why_box3 .why_content {
	margin-top: -32px;
}
.why_box2 .why_content {
	margin-top: -92px;
}
.row.why_box_row {
	margin-top: 30px;
}
.why_bg {
	background-image: url('https://i.23robo.info/projects/go-dark/img/str.webp');
	background-repeat: no-repeat;
	background-size: cover;
}
.why_box1 img {
	position: relative;
	padding-top: 20px;
}
.what_img_wrapper {
	max-width: 660px;
}
.purple_txt::before {
	display: none;
}
.purple_txt::after {
	right: 49%;
}
.purple_txt {
    color: #BF2FD8;
    font-size: 24px;
}
#what_we_do {
	padding: 80px 0;
}
#what_we_do .btn.btn-primary {
	margin-top: 10px;
}
#run_your_social {
	padding: 80px 0;
}
#run_your_social .title {
	font-size: 48px;
}
.btn.btn-secondary {
	background-image: url('https://i.23robo.info/projects/go-dark/img/button_bg.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 14px 30px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.step_right .btn.btn-secondary span svg {
	transform: translateY(3px);
}
.step_right .btn.btn-secondary {
	margin-top: 10px;
}
.run_social_box {
	border-radius: 30px;
	border: 1px solid #302035;
	background: #180C1C;
	padding: 25px;
	margin-bottom: 20px;
}
.run_social_icon li {
	display: flex;
	align-items: center;
	border-radius: 24px;
	background: #25162A;
	box-shadow: 0px 7px 11.8px 0px rgba(0, 0, 0, 0.69);
	margin-bottom: 15px;
	padding: 10px;
	height: 65px;
}
.run_social_icon_img {
	width: 41px;
	height: 41px;
	border-radius: 14px;
	background: #422C4A;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.run_social_txt {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 126.05%;
	letter-spacing: -0.64px;
	margin: 0;
}
.run_social.desc {
	color: #A39EA4;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}
.run_social_icon {
	padding-bottom: 20px;
	padding-top: 10px;
}
.run_img {
	padding-bottom: 20px;
}
.seam_title {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 126.05%;
	letter-spacing: -0.96px;
}
.seam_txt {
	color: #A39EA4;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.row.run_social_row {
	padding-top: 20px;
}
.run_social_box2 {
	padding: 0;
}
.run_social_box2 .run_content {
	padding: 25px;
	margin-top: -170px;
}
.about_section .why_title::after {
	right: 43%;
}
#what_we_do .title {
	font-size: 48px;
}
#what_we_do .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.step_abt_img {
	position: relative;
}
.step_abt_img::before {
	content: '';
	position: absolute;
	width: 406px;
	height: 213px;
	border-radius: 406px;
	background: #BF2FD8;
	filter: blur(199.25px);
	z-index: -1;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
}
#services {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}
.row.tab_wrapper .nav-tabs {
	border: none;
}
.row.tab_wrapper .nav-tabs .nav-item .nav-link {
	border-radius: 23px;
	border: 1px solid #512B5D;
	background: #230B27;
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
	padding: 15px 34px;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	gap: 8px;
}
.row.tab_wrapper .nav-tabs .nav-item.active .nav-link {
	background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%);
	box-shadow: 6px 8px 12.3px 0px rgba(255, 255, 255, 0.11) inset;
}
.tab_content_left {
	border-radius: 35px;
	background: #180C1C;
	border: 1px solid #302035;
	padding: 30px;
	position: relative;
	overflow: hidden;
}
.tab_content_left::before {
	content: '';
	position: absolute;
	width: 622px;
	height: 39px;
	border-radius: 622px;
	background: #BF2FD8;
	filter: blur(81.8499984741211px);
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}
#myTabContent {
	padding-top: 30px;
}
.tab_title {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 126.05%;
}
.tab_txt {
	color: #A39EA4;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tab_content_left .btn.btn-secondary {
	margin-top: 30px;
}
.tab_content_img {
	text-align: center;
	border-radius: 24px;
	border: 1px solid #191919;
	background: #25162A;
	position: relative;
	padding: 30px;
	margin-top: 35px;
}
.tab_content_img img {
	margin: auto;
	padding-bottom: 5px;
}
.tab_content_img .tab_content_txt {
	color: #FFF;
	text-align: center;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.tab_content_img::before {
	content: '';
	position: absolute;
	background-image: url('https://i.23robo.info/projects/go-dark/img/smm_left.webp');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top left;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.tab_content_img::after {
	content: '';
	position: absolute;
	background-image: url('https://i.23robo.info/projects/go-dark/img/smm_right.webp');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top right;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
}
.tab_content_right {
	border-radius: 35px;
	border: 1px solid #302035;
	background: #180C1C;
	padding: 15px;
}
.hero_box {
	border-radius: 26px;
	border: 1px solid #202020;
	background: #25162A;
	margin-top: 20px;
	padding: 25px;
}
.reach_section .row {
	display: block !important;
}
#how_it_works {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.row.step_row {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#how_it_works .col-sm-4 {
	width: 25%;
	margin: auto;
}
.reach_section .title {
	font-size: 40px !important;
}
#how_it_works .why_title {
	color: #BF2FD8;
}
#how_it_works .why_title::before {
	left: 27%;
}
#how_it_works .why_title::after {
	right: 27%;
}
.step_rise_box1::before {
	content: '';
	position: absolute;
	width: 134px;
	height: 232px;
	background-image: url('https://i.23robo.info/projects/go-dark/img/curve01.webp');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100% auto;
	top: 9px;
	right: -110px;
}
.step_rise_box2::before {
	content: '';
	position: absolute;
	width: 134px;
	height: 232px;
	background-image: url('https://i.23robo.info/projects/go-dark/img/curve02.webp');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100% auto;
	top: 9px;
	right: -118px;
}
.row.step_row .btn.btn-primary {
	display: flex;
	align-items: center;
	margin: 50px auto;
	justify-content: center;
	max-width: 533px;
	border-radius: 23px;
}
#testimonials .why_title {
	color: #BF2FD8;
}
#testimonials .why_title::before {
	left: 30%;
}
#testimonials .why_title::after {
	right: 30%;
}
#testimonials {
	overflow: hidden;
	padding: 80px 0;
	position: relative;
	background-image: url('https://i.23robo.info/projects/go-dark/img/hurt.webp');
	background-repeat: no-repeat;
	background-position: top center;
}
#testimonials .txt {
	padding-bottom: 30px;
}
.testimonial_item {
	border-radius: 18px;
	border: 1px solid #302035;
	background: #180C1C;
	box-shadow: 0px -10px 25.1px 0px rgba(255, 255, 255, 0.04) inset;
	padding: 25px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 8px;
	opacity: 0.8;
}
.testimonial_name {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}
.testimonial_txt {
	color: #FFF;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.test_content p {
	color: #A39EA4;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}
.slick_wrapper {
	margin-bottom: 20px;
}
#faq {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}
#faq .why_title {
	color: #BF2FD8;
}
.faq_nav {
	border-radius: 25px;
	border: 1px solid #302035;
	background: #180C1C;
	padding: 10px;
	width: max-content;
	margin: auto;
	margin-bottom: 40px !important;
	margin-top: 10px;
	padding-left: 0;
}
.faq_nav .nav-link {
	background: transparent;
	border: none;
	margin-left: 10px;
	color: #A39EA4;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: 54px;
	padding: 15px;
}
.faq_nav .nav-item.active .nav-link {
	border-radius: 17px;
	background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%);
	box-shadow: 6px 8px 12.3px 0px rgba(255, 255, 255, 0.11) inset;
	color: #fff;
}
.faq-row .panel-title a {
	border-radius: 25px;
	border: 1px solid #302035;
	background: #180C1C;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	align-content: center;
	padding: 18px;
	position: relative;
	text-decoration: none !important;
	overflow: hidden;
}
.faq-row .panel-title a::before {
	content: '';
	position: absolute;
	width: 642px;
	height: 50px;
	border-radius: 642px;
	background: #BF2FD8;
	filter: blur(41.25px);
	bottom: -70px;
	right: -150px;
}
.faq-row .panel-default {
	border-color: transparent;
	background: transparent;
	padding: 0;
}
.faq-row .panel-default .panel-heading {
	background: transparent;
	padding: 0;
	border: none;
}
.faq-row .panel-body {
	border-radius: 19px;
	border: 1px solid #302035 !important;
	background: #180C1C;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}
.faq-row .panel-body::before {
	content: '';
	position: absolute;
	width: 346px;
	height: 100px;
	border-radius: 46px;
	background: linear-gradient(180deg, #BF2FD8 0%, #8E23A0 100%);
	box-shadow: 6px 8px 12.3px 0px rgba(255, 255, 255, 0.11) inset;
	filter: blur(82.75px);
	z-index: 99999;
	right: -50px;
	bottom: -80px;
}
.faq-caret {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	background-color: #311F37;
	border: 1px solid #302035;
	border-radius: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.faq-row .panel-title a[aria-expanded="true"] .faq-caret {
	transform: translateY(-50%) rotateX(-190deg);
}
.faq-icon {
	margin-right: 5px;
}
.faq-icon, .faq-caret {
	line-height: 1;
}
.footer {
	background: #0f071a;
	color: #fff;
	padding: 40px 0;
	border-top: 1px solid #222;
}
.footer a {
	color: #ccc;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
.footer .social-icons i {
	margin-right: 10px;
}
.footer .btn-purple {
	background: #aa00ff;
	color: white;
	border: none;
}
.footer .btn-purple:hover {
	background: #cc33ff;
}
.payment-methods img {
	height: 25px;
	margin-right: 8px;
}
.bottom-text {
	margin-top: 20px;
	font-size: 12px;
	color: #888;
}
.footer_wrapper {
	padding-top: 50px;
	padding-bottom: 30px;
	background: #09020B;
	position: relative;
}
.footer_wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 200px;
	border-radius: 1446px;
	background: #BF2FD8;
	filter: blur(146.25px);
	z-index: -2;
	left: 0;
	right: 0;
	margin: auto;
}
.footer_title {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120.526%;
	letter-spacing: -0.4px;
	position: relative;
	padding-bottom: 10px;
}
.footer_title::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 197px;
	transform: rotate(-90deg);
	flex-shrink: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, #BF2FD8 0%, rgba(191, 47, 216, 0.00) 100%);
	left: 100px;
	top: -62px;
}
.footer_wrapper::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 45px;
	border-radius: 1446px;
	background: #BF2FD8;
	filter: blur(146.25px);
	z-index: 0;
	bottom: 0;
}
.footer_uli {
	display: flex;
	align-items: center;
	gap: 5px;
}
.footer_uli li a {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(180deg, #BF2FD8 0%, #8E23A0 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.quck_uls {
	display: flex;
	align-items: center;
	gap: 8px;
}
.quck_uls li a {
	color: #DAE6F4;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.56px;
	height: 33px;
	padding: 12px;
	text-decoration: none;
}
.quck_uls li a:hover {
	border-radius: 13px;
	background: #BF2FD8;
}
.ready_title {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 111.072%;
	padding-top: 5px;
}
.flex_btn .btn.btn.btn-primary,
.flex_btn .btn.btn-secondary {
	width: 151px;
}
.copy_write .txt {
	color: #9A9A9A;
}
.copy_btn {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
}
.copy_btn li a {
	color: rgba(154, 154, 154, 0.70);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.copy_write .col-sm-6:last-child {
	margin-left: auto;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: end;
}
.copy_write .txt {
	color: #9A9A9A;
	margin: 0;
}
.copy_write {
	border-top: 1px solid rgba(94, 85, 134, 0.32);
	padding-top: 20px;
	margin-top: 40px;
}
.footer_top_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #302035;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.guest .navbar-wrapper .navbar-right li a {
	color: #A39EA4;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color: transparent;
}
.guest .navbar-wrapper .navbar-right li.active a {
	color: #fff;
}
.btn_hero .btn.btn-secondary {
	background-color: transparent !important;
	color: #fff !important;
	margin-right: 10px;
}
.btn_hero .btn.btn-primary {
	color: #fff !important;
}
.navbar-wrapper {
	padding-top: 15px;
}
.footer_logo img {
	max-width: 258px;
}