@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');

/*@font-face {
    font-family: 'GOTHIC';
    src: url('GOTHIC.TTF') format('truetype');
	font-weight:300;
	font-style:normal;
}

@font-face {
    font-family: 'GOTHICB';
    src: url('GOTHICB.TTF') format('truetype');
	font-weight:bold;
	font-style:normal;
}

@font-face {
    font-family: 'GOTHICB0';
    src: url('GOTHICB0.TTF') format('truetype');
	font-weight:bold;
	font-style:normal;
}

@font-face {
    font-family: 'GOTHICI';
    src: url('GOTHICI.TTF') format('truetype');
	font-weight:300;
	font-style:italic;
}*/

body {
	font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
	
	margin:0px;
	padding:0px;
	overflow: hidden;
	background:#FFFFFF;
	font-weight: 200;
  	font-style: normal;
}

.normal {
	font-family: "Afacad", sans-serif;
	font-weight: 200;
  	font-style: normal;
}

/*b,strong,.bold {
	font-family: 'GOTHICB';
}*/

b,strong,.bold {
	font-weight: 400 !important;
}

a {
	color:inherit !important;
	text-decoration: none !important;
}

.logoimg img {
	width:200px;
}

.topNav {
	position:fixed;
	top:20px;
	right:90px;
	z-index:10;
	transition: 0.3s all;
	background:#FFFFF;
}

.topNav div {
	display:inline-block;
	line-height: 55px;
	margin-right:20px;
	cursor: pointer;
}

.topNav div:hover, .topNav div.active {
	font-weight: bold;
	color:#535C80;
}

.contactus {
	position:fixed;
	top:20px;
	right:0px;
	background:#727FAA;
	width:80px;
	height:55px;
	text-align: center;
	display: flex;
	justify-content: center;
	cursor: pointer;
	z-index:2;
	transition: 0.3s all;
}

.contactus:hover {
	background:#535C80;
	width:150px;
	
}

.contactus:hover + .topNav {
	right:150px;
}

.contactus a {
	text-decoration: none;
	white-space: nowrap;
	transition: 0.3s all;
}

.contactus img {
	transition: 0.3s all;
}

.contactus:hover a:after {
	content: "CONTACT US";
	font-family: "Afacad", sans-serif;
	white-space: nowrap;
	color:#FFFFFF;
	text-align: center;
	font-size:13px;
	margin-left:5px;
}

.contactus:hover img {
	
	transform: scale(0.8);
}

.contactus img, .contactus a {
	height:30px;
	margin:auto;
}
		
.swiper-scrollbar {
	display:none;
}

.swiper {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.mySwiper2 {
	width:100%;
	height:75vh;
}

.mySwiper2 .swiper-slide {
}

.innercontainer {
	font-size:30px;
	padding:30px 70px;
	position: relative;
}

.leftbanner {
	position:absolute;
	top:0px;
	left:0px;
	background:#EC1E24;
	width:30px;
	height:100px;
}

.header {
	font-family: "Afacad", sans-serif;
	font-weight: 500;
	font-size:40px;
	color:#535C80;
	margin-bottom:10px;
	margin-top:10px;
	line-height:40px;
	white-space: nowrap;
}

.maxheader {
	width:100%;
	max-width: 600px;
}

.bodytext {
	font-size:18px;
	color:#535C80;
}

.iconimg img {
	width:55px;
}

.imgcontainer {
	width:100%;
	max-width: 1000px;
	margin:30px auto;
}

.imgcontainer img {
	width:100%;
}

.copyright {
	color:#535C80;
	font-size:12px;
	position:fixed;
	bottom:20px;
	left:40px;
	background:#FFFFFF;
	/*width:100%;*/
	z-index:12;
	padding-top:10px;
}

.copyright a {
	transition:0.3s all;
}

.copyright a:hover, .copyright a.active {
	font-weight: bold;
	color:#535C80;
}

.bottomleftcorner {
	background:#535C80;
	width:15px;
	height:15px;
	position: fixed;
	bottom:0px;
	left:0px;
}

.subcontainer {
	font-size:14px;
	color:#FFFFFF;
	padding:20px;
	border-radius: 10px;
	margin:10px;
	min-height: 220px;
	width:100%;
}

.containerdark {
	background:#535C80;
}

.containerlight {
	background:#727FAA;
}

.containerheader {
	font-size:20px;
	font-family: "Afacad", sans-serif;
	font-weight: 800;
	margin-left:10px;
}

.largefont {
	font-size:50px;
	color:#535C80;
	padding-left:20px;
	line-height: 45px;
}

.subcontainerblank {
	height:220px;
}

.custompill {
	font-size:14px;
	position: fixed;
	top:100px;
	right:100px;
	z-index:999;
}

.custompill2 {
	position: static;
	left:0px;
	margin-top:20px;
	margin-bottom:20px !important;
	font-size:12px;
}


.custompill2 .nav-link {
	height:30px;
	line-height: 10px;
}

.custompill .nav-item, .custompill2 .nav-item {
	border-radius:0px !important;
}

.custompill .nav-link, .custompill2 .nav-link{
	border:thin dashed #535C80;
	border-radius: 0px !important;
	color:#535C80;
	padding-left:30px;
	padding-right:30px;
	background:#FFFFFF;
	transition: 0.2s all;
}

.custompill .nav-link:hover, .custompill2 .nav-link:hover {
	background:#E4E7EF;
}

.custompill .nav-link.active, .custompill2 .nav-link.active {
	font-family: "Afacad", sans-serif;
	border:thin dashed #535C80;
	border-radius: 0px !important;
	background:#EC1E24 !important;
	border:thin solid #EC1E24;
}

.custompill .nav-link.active img {
	filter: brightness(0) invert(1);
}

.privacycontent {
	text-align: justify;
	height:63vh;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right:30px;
	padding-bottom:30px;
}

.privacycontentlong {
	height:76vh;
	margin-top:10px;
}

.mainbutton {
	font-size:20px;
	border-radius:10px;
	border:thin dashed #535C80;
	color:#535C80;
	max-width: 300px;
	padding:10px;
	text-align: center;
	cursor: pointer;
	transition: 0.2s all;
	background:#FFFFFF;
}

.mainbutton img {
	filter: grayscale(0.09) hue-rotate(254deg) url('#purple-warm') saturate(0.9) sepia(0.06) contrast(1.5) brightness(0.5);
	width:40px;
	margin-right:10px;
	transition: 0.2s all;
}

.mainbutton:hover {
	background:#535C80;
	color:#FFFFFF;
}

.mainbutton:hover img {
	filter: brightness(0) invert(1);
}

.mainbutton2 {
	max-width:270px;
	font-size:14px;
	text-align: left;
	background:#535C80;
	color:#FFFFFF;
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

.mainbutton2:hover {
	color:#535C80;
	background:#FFFFFF;
}

.mainbutton2 img {
	filter: brightness(0) invert(1);
}

.mainbutton2:hover img {
	filter: grayscale(0.09) hue-rotate(254deg) url('#purple-warm') saturate(0.9) sepia(0.06) contrast(1.5) brightness(0.5);
}

.maincontainer {
	background-image: url("../images/main_lines.png");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 50% 75%;
}

.subcontainer p {
	display:block;
}

#rba {
	pointer-events:none !important;
}
#tokenize {
	pointer-events:none !important;
}
#proactive {
	pointer-events:none !important;
}
#threedss {
	pointer-events:none !important;
}
#postprocess {
	pointer-events:none !important;
}

.nextbtn {
	width:230px;
	padding:10px;
	margin:auto;
	font-size:20px;
	text-align: center;
	background:#535C80;
	color:#FFFFFF;
	border-radius:10px;
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	 background-color: #EC1E24 !important;
}

.landingicon {
	height:25px;
	vertical-align: middle;
	margin-right:5px;
}

.smallsection {
	height:140px;
	font-size:12px;
	pointer-events:none !important;
}

.smallsection .header {
	font-size:14px;
}

.fpxheader {
	font-size:11px;
	background:#E0E7FC;
	width:130px;
	text-align: center;
	border-radius: 20px;
	padding:3px;
	margin-bottom:10px;
	position: absolute; 
	top:-10px;
	left:10px;
}

.fpximg {
	margin-top:0px;
}

.fpximg img {
	height:45px;
	margin-bottom:10px;
	vertical-align: middle;
}

.btn-purple {
	background:#535C80 !important;
	color:#FFFFFF !important;
	padding-left:30px !important;
	padding-right:30px !important;
}

.contactuscontainer {
	padding:20px;
	font-size:14px; 
	background:#FAFBFF;
	background-image: url("../images/infinpay_bg.png");
	background-size: cover;
	background-position: top;
	height:100vh !important;
	position: absolute;
	top:0px;
	right:0px;
	padding-right:50px;
	padding-left:50px;
	z-index:14;
	width:38%;
}

.landingcontainerinner {
	padding-right:50px !important;
	width:65%;
}

.contactuscontainer .header {
	margin-top:30px;
}

::-webkit-input-placeholder { /* Edge */
	color: #C8CACE !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #C8CACE !important;
}

::placeholder {
	color: #C8CACE !important;
}

.arrowdown {
	display:none;
}

.zeroindex {
	z-index: 0;
}

#cancelbtn {
	display:none;
}



.supportedcontainer {
	display:inline-block;
	border:thin solid #E0E7FC;
	position:relative;
	padding-top:20px;
	padding-left:10px;
	margin-bottom:20px;
	border-radius: 10px;
	text-align: left;
	margin-top:10px;
}

.smallfont {
	font-size:10px;
	font-style: italic;
	display: inline-block;
	height:30px;
	margin-bottom:10px;
	vertical-align: text-top;
	padding-top:8px;
}

.transitionarrow {
	display:inline-block;
	background-image: url("../images/fpxlogo/transition.png");
	background-position: bottom right;
	background-size: 80%;
	background-repeat: no-repeat;
	width:140px;
	height: 40px;
	position: relative;
}

.transitionarrow div {
	width:140px;
	text-align: center;
	font-size:12px;
	position: absolute;
	top:0px;
	left:10px;
	color:#8C919B;
}

@media screen and (max-device-width: 360px) {
	.topNav {
		right:55px !important;
	}
	
	.privacycontent {
		height:50vh !important;
	}
	
	.privacycontentlong {
		height:70vh !important;
	}
}

@media screen and (max-device-width: 393px) {
	.logoimg img {
		width:auto;
		height:60px;
	}
	.topNav div {
		margin-right:10px;
	}
	
	.mainimg img {
		height:50px !important;
	}
	
	.contactus {
		width:50px !important;
	}
	
	.contactus img {
		width:30px;
	}

	.contactus:hover {
		width:50px !important;
	}

	.contactus:hover img {
		transform: scale(1);
	}
	
	.contactus:hover + .topNav {
		right:90px;
	}
	
	.topNav {
		right:60px;
	}
	
	.iconimg img {
		width:40px;
	}
	
	.subcontainer {
		padding:10px;
	}
	
	.subcontainer p {
		font-size:12px;
	}
	
	.bodytext {
		font-size:13px !important;
	}
	
	.privacycontent {
		height:60vh;
		overflow-x: hidden;
	}
	
	.supportedcontainer {
		width:auto;
		padding-left:10px;
		padding-right:10px;
	}
	
	.fpxheader {
		font-size:10px;
		width:100px;
		padding:3px;
		margin-bottom:0px;
	}
	
	.fpximg {
		margin:0px;
	}
}

@media screen and (max-device-width: 412px) {
	.header {
		font-size:20px !important;
		line-height: 20px !important;
	}
	.containerheader {
		font-size:15px;
	}
	
	.privacycontent {
		height:60vh;
		overflow-x: hidden;
	}
	
	.topNav {
		right:80px;
	}
	
	.subcontainer {
		padding:10px;
	}
	
	.privacycontent {
		overflow-x: hidden;
	}
}

@media screen and (max-device-width: 414px) {
	.logoimg img {
		margin-left:10px;
	}
	
	.header {
		font-size:30px;
		white-space: normal;
	}

	.bodytext {
		font-size:15px;
	}
	
	.innercontainer {
		font-size:30px;
		padding-top:20px !important;
		padding:30px 30px;
		position: relative;
	}
	
	.leftbanner {
		position:absolute;
		top:0px;
		left:0px;
		background:#EC1E24;
		width:20px;
		height:80px;
	}
	
	.subcontainer {
		margin:0px;
		margin-bottom:10px;
		min-height: auto;
		width:100%;
	}
	
	.containerdark {
		background:#535C80;
	}

	.containerlight {
		background:#535C80;
	}
	
	.subcontainer p {
		display:none;
	}
	
	.subcontainer img {
		width:20px;
	}

	.containerheader {
		font-family: "Afacad", sans-serif;
		font-weight: 800;
		margin-left:10px;
	}
	
	.aboutusimg img {
		height:200px;
	}
	
	.maincontainer {
		background-image: none;
	}
	
	.mainbutton {
		margin-bottom:10px;
		font-size:16px;
	}
	
	.mainimg img {
		height:100%;
		max-height: 100px;
	}
	
	.maincontainer br {
		display:none;
	}
	
	.custompill {
		top:100px;
		left:20px;
		right:auto;
		width:100%;
	}
	
	.tab-content {
		margin-top:80px;
	}
	
	.mySwiper2 {
		height:50vh;
	}
	
	.mySwiper2 br {
		display:none;
	}
	
	.mobilehide {
		display: none;
	}
	
	#rba {
		pointer-events:visible !important;
	}
	#tokenize {
		pointer-events:visible !important;
	}
	#proactive {
		pointer-events:visible !important;
	}
	#threedss {
		pointer-events:visible !important;
	}
	#postprocess {
		pointer-events:visible !important;
	}
	
	.contactus:hover {
		width:80px;
	}
	.contactus:hover + .topNav {
		right:80px;
	}

	.contactus:hover a:after {
		content: "";
	}

	.contactus:hover img {
		display:block;
	}

	.contactus:hover img {
		transform: scale(1);
	}
	
	.privacycontent {
		padding-right:10px;
		overflow-x:hidden;
	}
	
	.nextbtn {
		font-size:16px;
	}
	
	.mainbutton2 {
		max-width:270px;
		font-size:14px;
		position: static;
		top:200px;
	}
	
	.lightbox {
		max-width: 350px;
		height: auto;
		overflow: scroll;
		right:0;
		margin-left:auto;
		margin-right:auto;
	}
	
	.maincontainer {
		margin-top:0px;
	}
	
	.lightbox {
		max-width: 350px;
		height: auto;
		overflow: scroll;
		right:0;
		margin-left:auto;
		margin-right:auto;
	}

	.lightbox img {
		max-width: none;
		margin-top: 2%;
		overflow-y: visible;
		height: auto;
	} 
	
	.contactuscontainer {
		display:none;
		-webkit-box-shadow: 0 0 50px 0 rgba(83,92,128,0.1);
		box-shadow: 0 0 50px 0 rgba(83,92,128,0.1);
		transition: 0.3s all;
		width:80%;
	}
	
	.fpxheader {
		font-size:10px;
		width:100px;
		padding:3px;
		margin-bottom:0px;
	}
	
	.fpximg {
		margin-top:0px;
	}

	.custompill2 {
		position: static;
		left:0px;
		margin-top:20px;
		margin-bottom:0px !important;
		font-size:11px;
	}
	
	.landingcontainer .tab-content {
		margin-top:20px;
	}
	
	.smallsection {
		height:auto;
		font-size:12px !important;
		pointer-events:visible !important;
	}

	.smallsection .header {
		font-size:14px !important;
		margin-bottom:5px;
	}
	
	.custompill2 .nav-link{
		border:thin dashed #535C80;
		border-radius: 0px !important;
		color:#535C80;
		padding-left:0px;
		padding-right:0px;
		background:#FFFFFF;
		transition: 0.2s all;
		width:100px;
		height:45px;
	}
	
	.smallsectioninfo {
		display:none;
	}
	
	.arrowdown {
		display:inline-block;
		height:13px;
		margin-left:5px;
	}
	
	.copyright {
		background:none;
	}
	#cancelbtn {
		display:inline-block;
	}
	.landingcontainerinner {
		padding-right:0px !important;
		width:100%;
	}
	.fpximg {
		padding-right:0px;
	}
	.fpximg img {
		height:20px;
	}
	.transitionarrow {
		width:100px;
		height: 30px;
	}

	.transitionarrow div {
		width:100px;
		font-size:10px;
		top:0px;
		left:8px;
	}

}

@media only screen and (device-width: 414px) and (device-height: 896px) {
	.smallsection .header {
		margin-bottom: 0px !important;
	}
}

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) {
	.maincontainer {
		margin-top:100px !important;
	}
	.maincontainer .header {
		font-size:30px;
	}
	.mainimg img {
		height:150px !important;
	}
	.mySwiper2 {
		height:60vh;
	}
	.header {
		white-space: normal;
	}
	.innercontainer {
		padding-top:90px;
	}
	.mobilehide {
		display:none;
	}
	.mainbutton2 {
		max-width:270px;
		font-size:14px;
		position: static;
		top:200px;
	}
	.containerheader {
		font-size:18px;
		line-height: 20px;
	}
	.lightbox {
		max-width: 600px;
		height: auto;
		overflow: scroll;
		right:0;
		margin-left:auto;
		margin-right:auto;
	}

	.lightbox img {
		max-width: none;
		margin-top: 2%;
		overflow-y: visible;
		height: auto;
	} 
	.contactuscontainer {
		display:none;
		-webkit-box-shadow: 0 0 50px 0 rgba(83,92,128,0.1);
		box-shadow: 0 0 50px 0 rgba(83,92,128,0.1);
		transition: 0.3s all;
	}
	.fpximg img {
		height: 50px;
		margin-bottom:10px;
	}
	#cancelbtn {
		display:inline-block;
	}
	.landingcontainerinner {
		padding-right:0px !important;
		width:100%;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.maincontainer {
		margin-top:100px !important;
	}
	.maincontainer .header {
		font-size:30px;
	}
	.mainimg img {
		height:150px !important;
	}
	.mySwiper2 {
		height:60vh;
	}
	.header {
		white-space: normal;
	}
	.innercontainer {
		padding-top:70px;
	}
	.mobilehide {
		display:none;
	}
	.mainbutton2 {
		max-width:270px;
		font-size:14px;
		position: static;
		top:200px;
	}
	.containerheader {
		font-size:18px;
		line-height: 20px;
	}
	.lightbox {
		max-width: 600px;
		height: auto;
		overflow: scroll;
		right:0;
		margin-left:auto;
		margin-right:auto;
	}

	.lightbox img {
		max-width: none;
		margin-top: 2%;
		overflow-y: visible;
		height: auto;
	} 
	
	.contactuscontainer {
		display:none;
		-webkit-box-shadow: 0 0 50px 0 rgba(83,92,128,0.1);
		box-shadow: 0 0 50px 0 rgba(83,92,128,0.1);
		transition: 0.3s all;
		z-index: 9999 !important;
		position: fixed !important;
		right:0px;
	}
	.fpximg img {
		height: 45px;
		margin-bottom:10px;
	}
	.custompill2 .nav-link{
		border:thin dashed #535C80;
		border-radius: 0px !important;
		color:#535C80;
		padding-left:5px;
		padding-right:5px;
		background:#FFFFFF;
		transition: 0.2s all;
	}
	.smallsection {
		height:120px;
		font-size:13px;
	}
	.custompill {
		font-size:14px;
		position: fixed;
		top:70px;
		right:100px;
		z-index:999;
	}
	.copyright {
		background:none;
	}
	#cancelbtn {
		display:inline-block;
	}
	.landingcontainerinner {
		padding-right:0px !important;
		width:100%;
	}
	
}
		