* {
  padding:0;
  margin:0;
}
@keyframes redtxt {
  from {
    background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  to {
    background: linear-gradient(90deg, #EC1B5B 0%, #F43837 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
body,
a,
p,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit";
}
.guest {
	background: #000;
	padding: 75px 0 0 0;
	position: relative;
}
.guest .navbar {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
	top: 0;
	padding-top: 15px;
}
.guest .navbar-nav > li > a {
	color: #FFF !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 12px;
	background-color: transparent !important;
}
.navbar-collapse.collapse {
	display: flex !important;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	min-height: 50px;
}
.navbar-collapse::before,
.navbar-collapse::after {
	display: none;
}
.guest .navbar-nav {
	display: flex;
	align-content: center;
	align-items: center;
}
.guest .navbar-nav > li > a.mode-btn {
	border-radius: 100px;
	border: 1px solid #A7A7A7;
	background-color: #D1D1D1 !important;
	min-width: 100px;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	line-height: 1;
	padding: 4px;
}
#topsec {
	background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/topbg.png');
	background-size: cover;
	background-position: bottom center;
	padding: 80px 0;
}
.title-badge {
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background-color: rgba(255, 255, 255, 0.15);
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	padding: 7px 28px;
	margin-bottom: 20px;
}
.title-badge.title-badge-center {
	margin: 0 auto 20px;
	display: block;
	width: max-content;
}
.main-title {
	text-align: center;
	font-size: 55px;
	font-weight: 700;
	line-height: 1.4;
	color: #FFF;
	margin-bottom: 45px;
}
.redtxt {
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: redtxt 3s linear infinite;
}
.twofactor-txt {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 28px;
}
.login-frm {
	max-width: 806px;
	margin: 0 auto;
}
.form-group {
	position: relative;
}
.guest .form-control {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	height: 53px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
.guest .form-control::placeholder { 
	color: rgba(255, 255, 255, 0.50);
}
.inpt-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	line-height: 1;
}
.inpt-icon + .form-control {
	padding-left: 55px;
}
.forgot-password {
	position: unset;
	margin-left: auto;
	width: max-content;
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}
.btn.btn-primary {
	border-radius: 8px;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	padding: 17px;
	border: 0;
}
.login-frm .btn.btn-primary {
	min-width: 487px;
	margin: 0 auto 15px;
	display: block;
}
.haveacc {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.haveacc a {
	font-weight: 700;
	color: #fff !important;
	text-decoration: none !important;
}
#social {
	background: rgba(255, 255, 255, 0.12);
	padding: 24px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.social-logos {
	display: flex;
	list-style: none;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 0;
	padding: 0;
}
#trusted {
	padding: 160px 0 120px;
}
#trusted .row {
	display: flex;
	align-content: center;
	align-items: center;
}
.title {
	color: #FFF;
	font-size: 54.5px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 16px;
}
.txt {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
.trusted-left-col {
	position: relative;
}
.trusted-circle-img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.trusted-box {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	display: flex;
	align-content: center;
	align-items: center;
	transform: rotate(-8deg);
	justify-content: center;
	width: max-content;
	padding: 15px 45px;
	margin: 0 auto 20px;
	cursor: pointer;
	transition: 0.3s linear;
}
.trusted-box-icon {
	border-radius: 8px;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.trusted-box-icon svg {
	transform: rotateZ(8deg);
}
.trusted-box-content {
	padding-left: 15px;
}
.trusted-box-title {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
.trusted-box-txt {
	color: #FFF;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
.trusted-box:nth-child(2n+1) {
	transform: rotate(0deg);
	padding: 15px 80px;
	margin-bottom: 23px;
}
.trusted-box:nth-child(2n+1) + .trusted-box {
	transform: rotate(8deg);
}
.trusted-box:hover {
	transform: rotateZ(0deg);
	padding: 15px 80px;
	transition: 0.3s linear;
	box-shadow: 0 0 15px 0 rgba(255,255,255,25%);
}
.trusted-box:nth-child(2n+1):hover {
  transform: rotateZ(8deg);
}
.trusted-box:nth-child(2n+1) + .trusted-box:hover {
	transform: rotate(-8deg);
}
.top-services-box {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	padding: 20px;
	margin: 0 8px;
	min-height: 350px;
}
.top-services-box-icon {
	border-radius: 8px;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	width: 51px;
	height: 51px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
}
.top-services-box .title {
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
}
.top-services-box .title a {
	color: #fff !important;
	text-decoration: none !important;
}
.top-service-txt {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}
.top-services-box:hover {
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	min-height: 370px;
	padding-top: 40px;
}
.top-services-box:hover .top-services-box-icon {
	background: #fff;
}
.top-services-box:hover .top-services-box-icon svg path {
	fill: #F02A48;
}
.boxes-slider1 {
	margin-top: 50px;
}
.boxes-slider1 .slick-track {
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
}
#delivered {
	padding: 80px 0 120px;
}
.titlesub {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}
.featured-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 53px 0 0 0;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
.featured-list li {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	flex: 0 0 15.66%;
	max-width: 15.66%;
	min-height: 171px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 12px;
}