
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", serif;
	background: #11112A;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
p {
	margin: 0;
}

figure {
	margin: 0;
}

span,
small {
	display: inline-block;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	display: inline-block;
	transition: 0.3s all ease-in-out;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}

button:focus {
	outline: none;
	box-shadow: none !important;
}

input:focus,
textarea:focus {
	outline: none;
	border: none;
}

::selection {
	background: #0D99FF;
	color: #FFFFFF;
}

::-webkit-selection {
    background: #0D99FF;
	color: #FFFFFF;
}

::-moz-selection {
    background: #0D99FF;
	color: #FFFFFF;
}



@media (min-width: 1500px) {
	.container {
		max-width: 1400px;
	}
}


@media (min-width: 1600px) {
	.container {
		max-width: 1500px;
	}
}

@media (min-width: 1700px) {
	.container {
		max-width: 1600px;
	}
}

@media (min-width: 1920px) {
	.container {
		max-width: 1730px;
		margin: 0 auto;
	}
}

.container-fluid {
	max-width: 1670px;
	padding: 0 15px;
	margin: 0 auto;
}

.container {
	padding: 0 20px;
	position: relative;
}


/*--------------------
 Back to Top Button
---------------------*/

.scrollToTopBtn {
  background-color: #FF9800;
  border: none;
  border-radius: 50%;
  color: white;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 0;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease;
}
    
.showBtn {
  opacity: 1;
  transform: translateY(0)
}

/***========================
banner & menu area start here
==========================***/

.main-area {
	background: #13132C;
	position: relative;
	z-index: 1;
	padding: 0px 0px 150px;
	overflow: hidden;
}

.menu-area .navbar {
	padding: 67px 0 0;
}

.navbar-brand img {
	max-width: 310px;
}

.navbar-collapse ul li a {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	background: #FF9500;
	border: 2px solid #FF9500;
	border-radius: 15px;
	text-transform: uppercase; 
	color: #11112B;
	padding: 14px 46px !important;
}

.navbar-collapse ul li a:hover {
	background: #F5A73B;
}


.gradient1-img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.advanced-area {
	margin-top: 216px;
}

.advanced-content h2 {
	font-weight: 700;
	font-size: 90px;
	line-height: 1.5;
	letter-spacing: -2%;
	color: #fff;

}

.advanced-content h2 span {
	color: #FAA220;
}

.advanced-content h5 {
	font-weight: 600;
	font-size: 25px;
	line-height: 1.4;
	color: #FFFFFF;
	margin-bottom: 63px;
	margin-top: 30px;
}

.advanced-content h5 span {
	color: #FAA220;
}

.get-zone a {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #11112B;
	background: linear-gradient(90deg, #FF9800 27.1%, #FFBB56 100%);
	padding: 17px 45px;
	border-radius: 15px;
	text-transform: uppercase;
}

.link-area {
	display: flex;
}

.get-zone {
	margin-right: 30px;
	background: linear-gradient(90deg, #FFB752 0%, #FFFFFF 100%);
	border-radius: 15px;
	padding: 2px;
	display: inline-block;
}

.get-zone a:hover {
	background: linear-gradient(90deg, #FFBB56 27.1%, #FF9800 100%);
	transition: 0.5s ease all;
}

.work-zone a {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	padding: 17px 29px;
	border: 2px solid;
	border-radius: 15px;
}

.work-zone a:hover {
	background: #FF9800;
	transition: 0.3s ease all;
	color: #11112B;
	border: 2px solid #fff;
}

.work-zone a img {
	width: 24px;
	margin-left: 10px;
}

.advanced-content p {
	font-weight: 300;
	font-style: italic;
	font-size: 15px;
	line-height: 1.3;
	color: #FAA220;
	margin-top: 5px;
}

.sap-img1 img {
	max-width: 376px;
	position: absolute;
	left: 38%;
	top: 176px;
	width: 20%;
}

.advanced-right {
	position: relative;
}

.advanced-image img {
	width: 127%;
	margin-left: -118px;
}

.bluetooth-area {
	max-width: 180px;
	position: absolute;
	right: 0;
	bottom: 160px;
}

.bluetooth-area p {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	color: #FFFFFF;
	background: #D9D9D933;
	border: 1px solid #FFFFFF42;
	backdrop-filter: blur(25px);
	border-radius: 17px;
	margin-bottom: 11px;
	padding: 10px 10px;
}

.bluetooth-area p img {
	width: 32px;
	margin-right: 8px;
}

.last-img img {
	width: 78%;
	position: absolute;
	bottom: 100px;
	z-index: -1;
	right: 0;
}


/***========================
	fedex-area start here
==========================***/

.fedex-area {
	background: #35354A;
	backdrop-filter: blur(40px);
	padding: 19px 0px;
}

.fedex-main ul li {
	display: inline-block;
	margin-right: 226px;
}

.extra {
	margin-right: 108px !important;
}

.fedex-main ul li p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	color: #000000;
}

.fedex-main ul li img {
	width: 100%;
}

/***========================
	time-area start here
==========================***/

.time-area {
	background: #11112A;
	padding: 144px 0px;
	position: relative;
}

.time-content h2  {
	font-weight: 700;
	font-size: 80px;
	line-height: 1.5;
	letter-spacing: -2%;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}

.time-content h2 span {
	color: #FAA220;
	display: inline;
}

.time-content p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #D9D9D9;
}

.time-content p span {
	font-weight: 600;
	color: #FAA220;
}


.time-left {
	position: relative;
	z-index: 1;
}

.sap-img3 img {
	width: 158px !important;
	position: absolute;
	top: -67px;
	left: 550px;
	z-index: -1;
}

.time-left img {
	width: 100%;
}

.time-bluetooth {
	position: absolute;
	top: 0;
	right: 0;
}

.responsive-sap img {
	position: absolute;
	top: 76px;
	left: 0;
	z-index: -1;
}

.time-right {
	margin-top: 86px;
}
.time-right ul li {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}

.time-right ul li span img {
	width: 100%;
}

.time-right ul li p {
	font-weight: 300;
	font-size: 30px;
	line-height: 1.4;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 25px;
	margin-top: 0;
	text-align: left;
	font-style: normal;
	margin-bottom: 0;
}

.time-right h3 {
	font-weight: 600;
	font-size: 50px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 37px;
	margin-top: 57px;
}

.time-right h3 span {
	color: #FF9500;
}

.time-right p {
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
	line-height: 1.3;
	color: #FAA220;
	/*! margin-top: 9px; */
}

/***========================
	trust-area start here
==========================***/

.trust-area {
	background: #D5D9E5;
	padding: 120px 0px 177px;
	position: relative;
	overflow: hidden;
}

.trust-sap img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.trust-content h2 {
	font-weight: 600;
	font-size: 80px;
	line-height: 1.5;
	text-align: center;
	color: #11112B;
	margin-bottom: 149px;
}

.trust-content h2 span {
	font-weight: 800;
}

.trust-top {
	position: relative;
}

.trust-main {
	max-width: 1120px;
	background: #FFFFFF7A;
	backdrop-filter: blur(25px);
	padding: 40px 52px 34px;
	border-radius: 58px;
}

.trust-flex {
	display: flex;
	justify-content: space-between;
}

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

.tf-inner img {
	width: 42px;
	margin-bottom: 20px;
}

.tf-inner h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #11112BA1;
	margin-bottom: 20px;
}

.Secure-zone {
	margin-top: 60px;
}

.Secure-zone h3 {
	font-weight: 500;
	font-size: 45px;
	line-height: 1.3;
	color: #11112B;
	margin-bottom: 30px;
}

.Secure-zone h3 span {
	font-weight: 700;
}

.secure-tag a {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #11112B 0%, #060614 100%);
	border: 2px solid #FF9500;
	padding: 17px 88px;
	border-radius: 15px;
}

.secure-tag a:hover {
	color: #11112b;
	background: linear-gradient(90deg, #FF9800 27.1%, #FFBB56 100%);
}

.Secure-zone h6 {
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	text-align: left;
	margin-top: 12px;
}

.trust-image img {
	position: absolute;
	bottom: -160px;
	right: -108px;
}

/***========================
	works-area start here
==========================***/

.works-area {
	background: #11112A;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
}

.map-img img {
	/*! width: 814px; */
	position: absolute;
	top: 0;
	right: 0;
}

.works-content h2 {
	font-weight: 700;
	font-size: 80px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 150px;
}

.works-content h2 span {
	color: #FF9500;
}

.works-flex {
	max-width: 1500px;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
}

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

.prepare-zone span {
	width: 90px;
	height: 95px;
	border: 4px solid #FFFFFF;
	border-radius: 15px;
	background: #11112A;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.prepare-zone img {
	width: 64px;
	margin: auto;
	padding: 13px;
}

.prepare-zone h3 {
	font-weight: 700;
	font-size: 56px;
	line-height: 1.4;
	color: #8888C1;
	margin-top: 36px;
	margin-bottom: 9px;
}

.prepare-zone h4 {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 18px;
}

.prepare-zone p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}

.works-line {
	width: 77%;
	height: 4px;
	background: #fff;
	position: absolute;
	top: 45px;
	left: 12%;
	z-index: -1;
}

/***========================
	join-area start here
==========================***/

.join-area {
	position: relative;
	background: linear-gradient(90deg, #11112B 0%, rgba(17, 17, 43, 0.534) 66.1%, rgba(17, 17, 43, 0) 100%);
}

.join-area:before {
	content: '';
	width: 70%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(90deg, #11112B 0%, rgba(17, 17, 43, 0.534) 66.1%, rgba(17, 17, 43, 0) 100%);
}

.join-area .container {
	position: initial;
}

.join-image img {
	width: 100%;
}

.join-left {
	max-width: 652px;
	background: #D9D9D91A;
	backdrop-filter: blur(25px);
	padding: 18px 135px 38px 44px;
	position: absolute;
	top: 295px;
	left: 130px;
	border-radius: 33px;
}

.join-left h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 1.5;
	color: #FFFFFF;
	margin-bottom: 66px;
}

.join-left h2 span {
	font-weight: 700;
	color: #FF9500;
	display: inline;
}

.join-left p {
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
	line-height: 1.3;
	color: #FAA220;
	margin-top: 9px;
}

.jl-img img {
	/*! width: 161px; */
	position: absolute;
	top: 212px;
	right: 12px;
}


.join-area .early-zone {
  margin-right: 0px;
  display: inline-block;
}

.join-area .early-zone a {
  /*! width: 100%; */
  padding: 17px 58px;
}

/***========================
	freequen-area start here
==========================***/

.freequen-area {
	background: #11112A;
	padding: 170px 0px;
	z-index: 9;
}

.freequen-ctn h2 {
	font-weight: 700;
	font-size: 80px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 68px;
}

.freequen-ctn h2 span {
	color: #FAA220;
}

.freequen-left {

}

.freequen-left-maim {
	margin-bottom: 50px;
}

.flm-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.flm-flex h3 {
	font-weight: 600;
	font-size: 40px;
	line-height: 1.5;
	color: #FF9500;
}

.flm-flex h4 {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.5;
	color: #8888C1;
}

.freequen-left-maim p {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.5;
	color: #fff;

}

.freequen-line {
	background: #fff;
	height: 3px;
	margin-top: 30px;
}

.freequen-left-maim ul li {
	display: flex;
}

.freequen-left-maim ul li span {
	font-weight: 400;
	font-size: 30px;
	line-height: 56.12px;
	color: #FFFFFFCC;
}

.freequen-foter p {
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
	line-height: 1.3;
	color: #FAA220;
	margin-top: 9px;
}

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

.freequen-foter {
	max-width: 461px;
	text-align: center;
}

.vip-zone {
	margin-top: 44px;
	display: inline-block;
	width: 100%;
}

.vip-zone a {
	width: 100%;
}


/***========================
	among-area start here
==========================***/

.among-area {
	background: #11112A;
	padding: 140px 0px; 
	position: relative;
	z-index: 1;
}

.among-sap2 img {
	width: 1044px;
	position: absolute;
	top: -30px;
	right: 14px;
	z-index: -1;
}

.among-sap img {
	width: 1045px;
	position: absolute;
	top: 56px;
	left: 28px;
	z-index: -1;
}

.among-content h2 {
	font-weight: 500;
	font-size: 64px;
	line-height: 1.5;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 83px;
}

.among-content h2 span {
	color: #FF9500;
}

.form-area {
	max-width: 996px;
	background: linear-gradient(360deg, #11112A 0%, #16163C 100%);
	border: 1px solid #666666;
	/*border-image-source: linear-gradient(180deg, #8888C1 0%, #666666 100%);*/
	padding: 20px 70px 32px;
	margin: 0 auto;

	position: relative;
	border-radius: 20px;
}

.among-img img {
	width: 40px;
	position: absolute;
	top: 20px;
	left: 25px;
}

.form-area h5 {
	font-weight: 400;
	font-size: 24px;
	line-height: 68px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 27px;
}

.form-right {
	padding-left: 45px;
	padding-top: 13px;
}

.form-right ul li {
	display: flex;
	margin-bottom: 28px;
	align-items: center;
}

.form-right ul li img {
	width: 30px;
}

.form-right ul li p {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	color: #FFFFFF;
	margin-left: 13px;
}

.among-zone {
	margin-top: 47px;
	width: 100%;
}

.among-zone a {
	width: 100%;
	position: relative;
}

.among-zone input {
	width: 100%;
	border: none;
	padding: 19px 0;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
	color: #11112B;
	background: linear-gradient(90deg, #FF9800 27.1%, #FFBB56 100%);
}

.among-zone input:hover {
  background: linear-gradient(90deg, #FFBB56 27.1%, #FF9800 100%);
  transition: 0.5s ease all;
}

.among-mark {
	/*! position: relative; */
}

.among-mark img {
	position: absolute;
	left: 0;
	bottom: 52%;
	width: 100%;
	z-index: -1;
}



/***========================
	footer-area start here
==========================***/

.footer-area {
	background: #11112A;
	padding: 0px 0px 25px;
	position: relative;
	z-index: 1;
}

.footer-image img {
	width: 100%;
}

.footer-image p {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	color: #ffffff99;
}

.foorer-image2 img {
 	position: absolute;
 	top: 74px;
 	left: 44px;
 	z-index: -1;
}



/*subscribe form */


.mc-field-group input {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #fff;
	padding: 17px 15px;
	width: 100%;
	border: 1px solid #a7a7a7;
	border-radius: 19px;
	margin-bottom: 17px;
	background: #11112B;
	max-width: 395px;
}

::placeholder {
	color: #7e7e7e;	
}

#mc_embed_shell .response {	
	font-size: 16px;
	font-weight: 600;
}

#mce-success-response {
	color: green;
}

#mce-error-response {
	color: red;
}

















