* {
    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: 180px 0 0;
	background-image: url('https://i.23robo.info/projects/demon/img/topbg.webp');
	background-size: cover;
	background-position: right top;
	min-height: 100vh;
  	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;
}
.txt {
	color: #FFF;
	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;
}
.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;
}