html {
  scroll-behavior: smooth;
}
body{
	font-family: system-ui;
	margin: 0;
	padding-top: 70px;
}
/*scroll btn*/
#scroll_top_btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 32px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 2px 12px;
  border-radius: 4px;
}
#scroll_top_btn:hover {
  background-color: #9e9e9e;
}

/*menu*/
.custom_header{
	top: 0;
	position: fixed;
	display: inline-flex;
    padding: 20px 0;
    background: #fff;
    z-index: 1;
    width: 100%;
	height: 50px;
}
.custom_logo{
	width: 40%;
	margin: auto 0;
	padding-left: 5%;
}
.custom_nav{
	width: 60%;
    margin: auto auto auto 20%;
	background: #fff;
}
.custom_nav a{
	text-decoration: none;
    color: #000;
	padding: 14px 16px;
}
.custom_nav a.active {
  background-color: #04AA6D;
  color: white;
}
.custom_nav .icon {
  display: none;
}
@media screen and (max-width: 930px) {
  .custom_nav a {display: none;}
  .custom_nav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 930px) {
  .custom_nav.responsive {
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		width: 35%;
		padding-top: 20px;
	}
  .custom_nav.responsive .icon {
    position: absolute;
    right: 0;
  }
  .custom_nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*banner*/
.banner_wrapper{
	position: relative;
    text-align: center;
    color: #fff;
}
.banner_wrapper h2{
	position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
}
.banner_wrapper h2 span{
	font-size: 28px;
	font-weight: 100;
}
@media only screen and (max-width: 930px) {
  .banner_wrapper h2{
	font-size: 3.8vw;
  }
  .banner_wrapper h2 span{
	font-size: 3vw;
  }
}

/*home*/
.custom_home_about_us{
	margin-top: -5px;
}
.custom_home_about_us h3{
    text-align: center;
	font-size: 32px;
	background: #000;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    padding: 20px 0;
	margin-bottom: 35px;
	border-bottom: 3px solid #9e9e9e;
}
.custom_home_about_us p{
	width: 75%;
    text-align: center;
    margin: auto;
	line-height: 25px;
	margin-bottom: 40px;
}
.about_us_icon img{
	width: 120px;
}
.about_us_icon, .moleq_device{
	display: flex;
	text-align: center;
	width: 75%;
	margin: 35px auto;
}
.about_us_icon a,.moleq_device a{
    text-decoration: none;
	color: #000;
}
.about_us_icon div{
	width: 33.33%;
	margin: 0 50px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.about_us_icon div:hover{
    border-radius: 5px;
    background: #4caf5061;
}
.device_1, .device_2 {
	display: flex;
	width: 50%;
}
.device_1 div, .device_2 div{
	width: 50%;
	margin: auto;
}
.custom_home_product{
	margin: auto;
    width: 45%;
    text-align: center;
}
.custom_home_product h3{
    font-size: 32px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 0;
}
.custom_home_product p{
	margin-bottom: 30px;
}
.moleq_device img{
	width: 130px;
}
@media only screen and (max-width: 930px) {
	.custom_home_about_us h3, .custom_home_product h3 {
		font-size: 3.5vw;
	}
	.custom_home_about_us p, .custom_home_product p {
		font-size: 16px;
	}
	.about_us_icon div{
		margin: 0;
	}
	.about_us_icon img {
		width: 100px;
	}
	.device_1, .device_2 {
		display: block;
	}
	.device_1 div, .device_2 div {
		width: 100%;
	}
}
@media only screen and (max-width: 435px) {
	.about_us_icon, .moleq_device {
		width: 100%;
	}
	.about_us_icon img {
		width: 90px;
	}
	.custom_home_about_us h3, .custom_home_product h3 {
		font-size: 5.5vw;
	}
}

/*about us*/
.about_us_icon_wrapper{
	display: flex;
	text-align: center;
	width: 75%;
	margin: 35px auto;
}
.about_us_icon_wrapper div{
	width: 33.33%;
	padding: 0 8px;
}
.about_us_icon_wrapper img{
	width: 140px;
}
.about_us_text_wrapper{
	width: 75%;
    margin: auto;
}
@media only screen and (max-width: 930px) {
	.about_us_icon_wrapper img {
		width: 100px;
	}
}
@media only screen and (max-width: 435px) {
	.about_us_icon_wrapper {
		width: 100%;
	}
	.about_us_text_wrapper {
		width: 90%;
	}
	.about_us_icon_wrapper div{
		padding: 0;
	}
}

/*solutions*/
.anchor{
	display: block;
	position:absolute;
	top:60%;
	visibility: hidden;
}
.solutions_icon_wrapper{
	display: flex;
	text-align: center;
	width: 75%;
	margin: 35px auto;
}
.solutions_icon_1, .solutions_icon_2{
	width: 50%;
    display: flex;
}
.solutions_icon_1 div, .solutions_icon_2 div{
	width: 50%;
	margin: auto;
}
.solutions_icon_wrapper img{
	width: 160px;
}
.solutions_icon_wrapper a{
	text-decoration: none;
	color: #000;
}
.online_payments_wrapper h3{
	background: #ff9800;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    padding: 25px;
    border-bottom: 3px solid #9e9e9e;
}
.ecommerce_solution{
	display: flex;
	width: 80%;
    margin: auto;
}
.ecommerce_solution img{
	width: 260px;
}
.ecommerce_solution_text{
	padding-left: 10%;
}
.ecommerce_solution_text h5{
	font-size: 24px;
    margin-bottom: 25px;
}
.ecommerce_solution_text p{
	line-height: 25px;
}
.terminals_wrapper h3{
	background: #8bc34a;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    padding: 25px;
    border-bottom: 3px solid #9e9e9e;
}
.terminals{
	display: flex;
    text-align: center;
    width: 75%;
    margin: auto;
}
.terminals div{
	width: 50%;
}
.terminals img{
	width: 200px;
}
.mobile_wrapper h3{
	background: #00bcd4;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    padding: 25px;
    border-bottom: 3px solid #9e9e9e;
}
.mobile{
	text-align: center;
}
.mobile img{
	width: 200px;
}
.all_pos_wrapper h3{
	background: #ffc107;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    padding: 25px;
    border-bottom: 3px solid #9e9e9e;
}
.all_pos{
	text-align: center;
}
.all_pos img{
	width: 200px;
}
@media only screen and (max-width: 930px) {
	.solutions_icon_wrapper img {
		width: 140px;
	}
	.online_payments_wrapper h3, .terminals_wrapper h3,
	.mobile_wrapper h3, .all_pos_wrapper h3{
		font-size: 3vw;
	}
}
@media only screen and (max-width: 740px) {
	.solutions_icon_1, .solutions_icon_2 {
		display: block;
	}
	.solutions_icon_1 div, .solutions_icon_2 div{
		width: 100%;
	}
	.ecommerce_solution{
		display: block;
		text-align: center;
	}
	.ecommerce_solution_text {
		padding-left: 0;
	}
	.online_payments_wrapper h3, .terminals_wrapper h3,
	.mobile_wrapper h3, .all_pos_wrapper h3 {
    font-size: 4vw;
	}
}
@media only screen and (max-width: 550px) {
	.terminals{
		display: block;
	}
	.terminals div {
		width: 100%;
	}
	.solutions_icon_wrapper img {
		width: 120px;
	}
	.solutions_icon_wrapper {
		width: 90%;
	}
	.online_payments_wrapper h3, .terminals_wrapper h3,
	.mobile_wrapper h3, .all_pos_wrapper h3 {
		font-size: 5vw;
	}
}


/*contact us*/
.contact_us_title{
	text-align: center;
    font-size: 28px;
}
.contact_info_wrapper{
	width: 80%;
    margin: auto;
}
.contact_info_wrapper h5{
	font-size: 21px;
    font-weight: 600;
	margin-bottom: 20px;
}
.contact_us_wrapper form{
	display: grid;
    width: 80%;
    margin: auto;
}
form p{
	text-align: center;
    font-size: 32px;
}
.contact_us_wrapper input[type=text], .contact_us_wrapper input[type=number],
 .contact_us_wrapper textarea{
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
	font-family: sans-serif;
}
.contact_us_wrapper input[type=submit] {
  width: 130px;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contact_us_wrapper input[type=submit]:hover {
  background-color: #45a049;
}
input:focus-visible, textarea:focus-visible{
	outline: none;
}
@media only screen and (max-width: 930px) {
	.contact_info_wrapper ,.contact_us_wrapper form{
		width: 80%;
	}
}
@media only screen and (max-width: 435px) {
	.contact_info_wrapper h5 {
		font-size: 18px;
	}
	.contact_info_wrapper p {
		font-size: 14px;
	}
	.contact_us_wrapper input[type=text], .contact_us_wrapper input[type=number], .contact_us_wrapper textarea {
		width: inherit;
	}
}