* {
    margin:0;
    padding:0;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMKW3F-SZuj7xmS-HYoFIez1MLZPA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMKW3F-SZuj7xmb-HYoFIez1MLZPA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMKW3F-SZuj7xmR-HYoFIez1MLZPA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMKW3F-SZuj7xmf-HYoFIez1MI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
	font-family: "Onest", sans-serif;
	background-color: #060608;
	padding: 0;
}
#topsec {
	padding: 50px 0 0;
	background-image: url('https://i.23robo.info/projects/demon/img/topbg.webp');
	background-size: cover;
	background-position: right top;
  	position:relative;
  	overflow:hidden;
}
.main-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.96px;
	margin-bottom: 26px;
	color: #FFF;
}
.light-txt {
	background: linear-gradient(180deg, #FFF 0%, #999 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#topsec .txt {
	color: #fff;
}
.txt {
	color: #E6D3D3;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.32px;
}
.guest .navbar-default {
	background: transparent;
	border: 0;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	top: 10px;
}
.nav.navbar-nav.navbar-left-block {
	float: unset;
	display: inline-flex;
	margin: 0 0 0 19%;
}
.guest .navbar-default .navbar-nav.navbar-right li a {
	border-radius: 15px;
	background: linear-gradient(270deg, #8D0000 -16.79%, #F00 51.56%, #8D0000 111.6%);
	box-shadow: 0 6px 10.4px 0 rgba(255, 255, 255, 0.25) inset;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	padding: 18px 22px;
  	transition: 0.3s ease-in-out;
}
.guest .navbar-right li a:hover {
	box-shadow: 0 0 20px 1px #000;
	color: #fff;
	text-decoration: none;
	transform: scale(1.05);
	transition: 0.3s ease-in-out;
}
.guest .navbar-default .navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.46);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.32px;
}
.guest .navbar-default .navbar-nav > li.active > a,
.guest .navbar-default .navbar-nav > li.active > a:hover, 
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #fff;
}
.topsec-feature {
	display: grid;
	grid-template-columns: repeat(2,2fr);
	list-style: none;
	padding: 0;
	margin: 26px 0;
}
.topsec-feature li {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.36px;
	margin: 0 0 10px;
}
.delivered {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	border-radius: 12px;
	background: rgba(34, 197, 94, 0.28);
	padding: 14px;
	max-width: 467px;
}
.delivered-left {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 17px;
}
.delivered-dot {
	width: 12px;
	height: 12px;
	display: flex;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.24);
}
.delivered-txt {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}
.green-txt {
	color: #22C55E;
}
.trusted {
	display: flex;
	align-content: center;
	align-items: center;
	margin: 37px 0;
	gap: 15px;
}
.trusted-txt {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}
.login-wrap {
	border-radius: 24px;
	border: 1px solid #191919;
	background: #0C0B0B;
	padding: 28px;
	position: relative;
	z-index: 1;
}
.frm-title {
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
}
.google-btn-wrap {
	position: relative;
	width: max-content;
	margin-left: auto;
}
.google-btn {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.google-btn {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.frm-title-row {
	margin-bottom: 18px;
	display: flex;
	align-content: center;
	align-items: center;
}
.form-group {
	position: relative;
}
.form-control {
	border-radius: 17px;
	border: 1px solid #191919;
	background: #060608;
	height: 58px;
	color: rgba(102, 102, 102, 99);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}
.form-control::placeholder {
	color: rgba(102, 102, 102, 0.44);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}
.input-icon {
	width: 38px;
	height: 38px;
	padding: 1px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}
.input-icon-inner {
	border-radius: 10px;
	background: #DE000D;
	box-shadow: 5px 8px 17.1px 0 #E05A61 inset;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 100%;
}
.input-icon + .form-control {
	padding-left: 55px;
}
.login-frm-action {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 10px;
}
.reset-pswd {
	border-radius: 17px;
	border: 1px solid #191919;
	background: #060608;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 58px;
	height: 58px;
}
.btn.btn-primary {
	border-radius: 15px;
	background: linear-gradient(270deg, #8D0000 -16.79%, #F00 51.56%, #8D0000 111.6%);
	box-shadow: 0 6px 10.4px 0 rgba(255, 255, 255, 0.25) inset;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 22px;
	border: 0;
}
.have-acc {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	width: max-content;
	margin-left: auto;
}
.have-acc a {
	color: #FFF !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}
#topsec::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 70px;
	background-color: #060608;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}
.topsec-img-wrap {
	position: relative;
}
.top-main-row {
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
}
.demon-img {
	max-width: 472px;
}
.abs {
	position: absolute;
}
.demon-img {
	max-width: 472px;
}
.demon-fb {
	top: 60px;
	right: -40px;
}
.demon-insta {
	left: 0;
	top: 210px;
}
.demon-tiktok {
	right: -30px;
	bottom: 20px;
}
.demon-txt {
	border-radius: 44px;
	background: #0C0B0B;
	box-shadow: -5px 11px 23px 0 rgba(0, 0, 0, 0.50);
	display: flex;
	align-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	padding: 12px 22px;
}
.demon-txt1 {
	bottom: 200px;
}
.demon-txt2 {
	right: -120px;
	bottom: 370px;
}
#why {
	padding: 80px 0;
	background-image: url('https://i.23robo.info/projects/demon/img/bg2.webp');
	background-position: right center;
}
.whysocial-list {
	display: grid;
	list-style: none;
	padding: 0;
	margin: 0 0 77px;
	align-content: center;
	align-items: center;
	grid-template-columns: repeat(9,2fr);
}
.whysocial {
	width: 103.08px;
	height: 103.08px;
	border-radius: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
}
.whysocial-fb {
	border: 1px solid #1877F2;
	background: linear-gradient(180deg, #1877F2 0%, #004298 100%);
	box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-yt {
	border: 1px solid #FF0505;
	background: linear-gradient(180deg, #F00 0%, #A70202 100%);
	box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-insta {
	border: 1px solid #F66293;
	background: linear-gradient(221deg, #FBCA2D 1.79%, #F33289 46.65%, #761CCB 91.5%);
	box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-spotify {
	border: 1px solid #00D95F;
	background: linear-gradient(180deg, #00D95F 0%, #007332 100%);
	box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-discord {
	border: 1px solid #5E75F8;
	background: linear-gradient(180deg, #5E75F8 0%, #374592 100%);
	box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-tiktok {
	border: 1px solid #141414;
	background: linear-gradient(180deg, #0C0C0C 0%, #262626 100%);
	box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.29) inset;
}
.whysocial-telegram {
	border: 1px solid #039BE5;
	background: linear-gradient(180deg, #039BE5 0%, #02567F 100%);
	box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-twitch {
	border: 1px solid #7640DE;
	background: linear-gradient(180deg, #7640DE 0%, #402378 100%);
	box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-soundcloud {
	border: 1px solid #FF4C2F;
	background: linear-gradient(180deg, #FF4C2F 0%, #992E1C 100%);
	box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial::after {
	content: '';
	width: 64.139px;
	height: 9.163px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
	opacity: 0.4;
}
.whysocial-fb::after {
	background: radial-gradient(50% 50% at 50% 50%, #1877F2 0%, rgba(24, 119, 242, 0.00) 100%);
}
.whysocial-yt::after {
	background: radial-gradient(50% 50% at 50% 50%, #FF0505 0%, rgba(255, 5, 5, 0.00) 100%);
}
.whysocial-insta::after {
	background: radial-gradient(50% 50% at 50% 50%, #A641FF 0%, rgba(166, 65, 255, 0.00) 100%);
}
.whysocial-spotify::after {
	background: radial-gradient(50% 50% at 50% 50%, #00D95F 0%, rgba(0, 217, 95, 0.00) 100%);
}
.whysocial-discord::after {
	background: radial-gradient(50% 50% at 50% 50%, #5E75F8 0%, rgba(94, 117, 248, 0.00) 100%);
}
.whysocial-tiktok::after {
	background: radial-gradient(50% 50% at 50% 50%, #A5B868 0%, rgba(165, 184, 104, 0.00) 100%);
}
.whysocial-telegram::after {
	background: radial-gradient(50% 50% at 50% 50%, #039BE5 0%, rgba(3, 155, 229, 0.00) 100%);
}
.whysocial-twitch::after {
	background: radial-gradient(50% 50% at 50% 50%, #7640DE 0%, rgba(118, 64, 222, 0.00) 100%);
}
.whysocial-soundcloud::after {
	background: radial-gradient(50% 50% at 50% 50%, #FF4C2F 0%, rgba(255, 76, 47, 0.00) 100%);
}
.title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.8;
	background: linear-gradient(184deg, #FFF 60.11%, #736969 96.94%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 15px;
}
.why-infobox-row {
	margin-top: 49px;
}
#start {
	padding: 80px 0;
	background-image: url('https://i.23robo.info/projects/demon/img/startbg.webp');
	background-position: right bottom;
	background-repeat: no-repeat;
}
#start .btn.btn-primary {
	margin-top: 22px;
}
#start .row {
	display: flex;
	align-content: center;
	align-items: center;
}
.discover-second-row {
	margin-top: 50px;
}
.discoverbox {
	border-radius: 29px;
	border: 1px solid #191919;
	background: #0C0B0B;
	padding: 34px;
	margin-bottom: 30px;
}
#discover {
	padding: 80px 0;
	background-image: url(https://i.23robo.info/projects/demon/img/discoverbg.webp);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.discoverbox-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.22;
	background: linear-gradient(180deg, #FFF 0%, #736969 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 8px;
}
.discoverbox-txt {
	color: #9A9A9A;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 25px;
}
.discoverbox-imgwrap {
	border-radius: 21px;
	background: #040607;
	padding: 20px;
}
.discover-third-row .discoverbox {
	padding: 30px 25px;
}
#best {
	padding: 80px 0;
}
.best-title-row {
	display: flex;
	align-content: center;
	align-items: center;
}
.best-txt-right {
	max-width: 409px;
	margin-left: auto;
}