@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@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');

* {
    box-sizing: border-box;
    outline: none;
	padding: 0;
	margin: 0;
}

.navigation-small {
	background: rgb(13, 12, 20);
	display: none;
	justify-content: space-between;
	align-items: center;
	padding: 10px 40px 10px 40px;
}

.navigation { 
	background: rgb(13, 12, 20);
}

.navigation-wrapper {
	max-width: 1440px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 40px 10px 40px;
}

.navigation-wrapper > * {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 50px;
}

.navigation-small .navigation-link ,
.navigation-wrapper .navigation-link {
	display: block;
	color: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0%;
	text-align: left;
	text-decoration: none;
}

.navigation-wrapper .navigation-close {
	display: none;
}

.navigation-small .navigation-logo ,
.navigation-wrapper .navigation-logo {
	line-height: 0;
}

.navigation-small .navigation-logo img ,
.navigation-wrapper .navigation-logo img {
	width: 50px;
	height: 50px;
    filter: invert(1);
}

.footer {
	background: rgb(13, 12, 20);
}

.footer-wrapper {
	max-width: 1440px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 135px;
	padding: 34px 76px 42px 76px;
}

.footer-wrapper > * {
	flex: 1;
}

.footer .footer-logo {
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 70px;
	margin-bottom: 70px;
    filter: invert(1);
}

.footer .contact-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1px;
}

.footer .contact-wrapper .title {
	color: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 195%;
	letter-spacing: 0%;
	text-align: left;
}

.footer .contact-wrapper .contact-link {
	color: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 195%;
	letter-spacing: 0%;
	text-align: left;
	text-decoration: none;
}

.footer .customer-portal-wrapper {
	text-align: center;
}

.footer .customer-portal-wrapper .title {
	color: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 195%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 25px;
}

@media screen and (max-width: 992px) {

	
	.navigation-small {
		display: flex;
	}

	.navigation {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	.navigation-wrapper {
		flex-direction: column;
		overflow-y: auto;
	}

	.navigation-wrapper > * {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	
	.navigation-wrapper > *:nth-child(1) {
		gap: 20px;
        margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.navigation-small .navigation-open {
		display: flex;
	}

	.navigation-wrapper .navigation-close {
		display: flex;
		align-self: flex-start;
	}

	.navigation-small .navigation-open svg ,
	.navigation-wrapper .navigation-close svg {
        width: 30px;
        height: 30px;
	}
	
	.footer .footer-wrapper {
		flex-direction: column-reverse;
	}

	.footer .footer-logo {
		margin-right: 0;
	}
}

/* Home */

.header { 
	background: url("../images/header.png");
	background-repeat: no-repeat;
    background-size: 100% 100%;
	min-height: 660px;
}

.header-wrapper {
	max-width: 1440px;
	margin: auto;
	padding: 0 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 110px;
}

.header .title {
	color: rgb(13, 12, 20);
	font-family: "Nunito Sans";
	font-size: 57px;
	font-weight: 700;
	line-height: 78px;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom: 16px;
}

.header .subtitle {
	color: rgb(13, 12, 20);
	font-family: "Nunito Sans";
	margin-bottom: 16px;
}

.header .subtitle-1 {
	color: rgb(0, 0, 0);
	font-family: "Nunito Sans";
	font-size: 36px;
	font-weight: 400;
	line-height: 49px;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom: 16px;
}

.header .subtitle-2 {
	color: rgb(0, 0, 0);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom: 48px;
}

.header .img-apps {
	display: block;
	width: 100%;
	height: auto;
	max-width: 530px;
	max-height: 350px;
}


.section { 
	margin-bottom: 125px;
}

.section-wrapper {
	max-width: 1440px;
	margin: auto;
	padding: 0 32px;
}

.section .title {
	color: rgb(41, 36, 78);
	font-family: Poppins;
	font-size: 32px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: 0%;
	text-align: left;
	position: relative;
	padding-left: calc(16px + 12px);
	margin-bottom: 6px;
}

.section .title::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 100%;
	border-radius: 90px;
	background: rgb(255, 188, 4);
	left: 0;
	top: 0;
}

.section .subtitle {
	color: rgba(38, 39, 41, 0.65);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: left;
	padding-left: calc(16px + 12px);
}

.section-discover .boxes-wrapper {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	gap: 32px;
}

.section-discover .box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
	padding: 52px 16px;
	box-sizing: border-box;
	border: 1.5px solid rgb(208, 207, 210);
	border-radius: 24px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}
.section-discover .box-img {
	display: block;
	width: 80px;
	height: 80px;
}

.section-discover .box-text {
	color: rgb(41, 36, 78);
	font-family: "Nunito Sans";
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: 0%;
	text-align: center;
}

.section-product {
	background: url("../images/midcontent-up.png");
	background-repeat: no-repeat;
    background-size: 100% 100%;
	margin-bottom: 0;
	padding-bottom: 120px;
}

.section-product .split {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

.section-product .split > *:nth-child(1) {
	flex: 3;
}

.section-product .split > *:nth-child(2) {
	flex: 2;
}

.section-product .description {
	margin-top: 30px;
	margin-bottom: 60px;
	color: rgb(0, 0, 0);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: left;
	max-width: 700px;
}

.section-product .img-kiosk {
	display: block;
	width: 100%;
	height: auto;
	max-width: 470px;
	max-height: 410px;
	border-radius: 55px;
	margin-left: auto;
}

.section-services {
	background: url("../images/midcontent-down.png");
	background-repeat: no-repeat;
    background-size: 100% 100%;
	margin-bottom: 0;
	padding-bottom: 70px;
}

.section-services .boxes-wrapper {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	gap: 32px;
}

.section-services .box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 48px;
	padding: 56px 36px 48px 36px;
	border-radius: 50px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
	background: rgb(255, 255, 255);
}

.section-services .box-img {
	display: block;
	width: 80px;
	height: 80px;
}

.section-services .box-title {
	color: rgb(13, 12, 20);
	font-family: Poppins;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: center;
}

.section-services .box-text {
	color: rgb(13, 12, 20);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
}

.section-support {
	background: url("../images/mountain-head.png");
	background-repeat: no-repeat;
    background-size: 100% 100%;
	margin-bottom: 0;
	padding-bottom: 70px;
}

.section-support .list {
	margin-top: 60px;
}

.section-support .list-item {
	padding: 0 75px;
}

.section-support .list-item:not(:last-child) {
	margin-bottom: 30px;
}

.section-support .list-title {
	color: rgb(0, 0, 0);	
	font-family: Poppins;
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: left;
	padding-left: calc(16px + 12px);
	position: relative;
}

.section-support .list-title::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgb(255, 188, 4);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.section-support .list-text {
	color: rgb(0, 0, 0);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: left;
	margin-top: 6px;
}

.section-notification {
	background: url("../images/mountain-bottom.png"), rgb(13, 12, 20);
	background-repeat: no-repeat;
    background-size: 100% 103%;
	margin-bottom: 0;
	padding: 95px 0 160px;
}

.section-notification .notification-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px 58px 24px 72px;
	border: 1px solid rgb(255, 188, 4);
	border-radius: 16px;
	backdrop-filter: blur(42px);
	background: rgba(255, 255, 255, 0.1);
}

.section-notification .notification-title {
	color: rgb(0, 0, 0);
	font-family: Poppins;
	font-size: 28px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom: 15px;
}

.section-notification .notification-text {
	color: rgb(0, 0, 0);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
}

@media screen and (max-width: 992px) {
	
	.header {
		background-size: cover;
	}

	.header-wrapper {
		flex-direction: column-reverse;
		justify-content: flex-end;
		gap: 70px;
    	padding-top: 70px;
    	min-height: 1100px;
	}

	.section-discover .boxes-wrapper {
		flex-direction: column-reverse;
	}

	.section-discover .box {
		width: 100%;
	}

	.section-product {
    	background-size: cover;
	}

	.section-product .split {
		flex-direction: column-reverse;
	}

	.section-product .split > * {
		width: 100%;
	}
	
	.section-services {
    	background-size: cover;
	}

	.section-services .boxes-wrapper {
		flex-direction: column-reverse;
	}

	.section-services .box {
		width: 100%;
	}
	
	.section-support {
    	background-size: cover;
	}

	.section-notification {
    	background-size: cover;
	}

	.section-notification .notification-wrapper {
		flex-direction: column;
		gap: 40px;
	}

	.section-support .list-item {
		padding: 0 32px;
	}
}

/* Page */

.page {
	background: #F5F5F5;
}

.page-wrapper {
	max-width: 1300px;
	margin: auto;
	padding: 60px 32px;
}

.page-title {
	color: rgb(13, 12, 20);
	font-family: Nunito Sans;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: 0%;
	text-align: left;
	position: relative;
	padding-left: calc(25px + 12px);
}

.page-title::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 100%;
	border-radius: 90px;
	background: rgb(255, 188, 4);
	left: 0;
	top: 0;
}

.page-text1 {
	margin: 25px 0;
	color: rgb(13, 12, 20);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: left;
}

.page-text2 {
	color: rgb(0, 0, 0);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: left;
	padding: 0 calc(25px + 12px);
	margin-top: 40px;
}

/* Components */

.btn {
	font-family: Poppins;
	display: inline-flex;
	border: none;
	justify-content: center;
	align-items: center;
	width: fit-content;
	min-width: 230px;
	min-height: 59px;
	padding: 16px 48px 16px 48px;
	border-radius: 180px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	cursor: pointer;
}

.btn.btn-1 {
	color: rgb(255, 255, 255);
	background: rgb(13, 12, 20);
}

.btn.btn-2 {
	color: rgb(255, 255, 255);
	background: rgb(72, 77, 78);
}

.btn.btn-3 {
	color: rgb(13, 12, 20);
	background: rgb(255, 255, 255);
}

.form-entry {
	display: block;
	width: 100%;
}

.form-entry:not(:last-child) {
	margin-bottom: 16px;
}

.form-entry input ,
.form-entry textarea ,
.form-entry select {
	display: block;
	width: 100%;
	padding: 16px 13px;
	border: 1px solid transparent;
	border-radius: 8px;
	box-shadow: 0px 4px 8px 0px rgba(72, 77, 78, 0.25);
	background: rgb(255, 255, 255);
	color: rgb(13, 12, 20);
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0%;
	text-align: left;
}

.form-entry textarea {
	min-height: 160px;
	resize: none;
}

.form-entry input::placeholder ,
.form-entry textarea::placeholder {
	color: rgb(13, 12, 20);
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0%;
}

.form-entry .is-filled ,
.form-entry input:focus ,
.form-entry textarea:focus ,
.form-entry select:focus {
	border-color: rgb(255, 188, 4);
}

.form-entry .is-error {
	border-color: rgb(255, 4, 4);
}

.modal {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.16);
	z-index: 4;
	padding: 16px;
}

.modal.show {
	display: flex;
}

.modal-wrapper {
	width: fit-content;
	min-width: 480px;
	max-width: 670px;
	padding: 30px 60px;
	border-radius: 8px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	background: rgb(255, 255, 255);
}

.modal-image {
	display: block;
	margin: auto;
	width: 100px;
	height: 100px;
	margin-bottom: 25px;
}

.modal-title {
	color: rgb(0, 0, 0);
	font-family: Nunito Sans;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 50px;
}

.modal-text {
	color: rgb(0, 0, 0);
	font-family: Nunito Sans;
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	padding: 0 16px;
	margin-bottom: 50px;
}

.modal-btn {
	color: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0%;
	text-align: left;
	display: block;
	margin: auto;
}

/* Page Request Demo & Contact us */

.page-request-demo .page-form ,
.page-contact-us .page-form {
	margin-bottom: 40px;
}

.page-request-demo .btn.btn-1 ,
.page-contact-us .btn.btn-1 {
	color: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0%;
	text-align: left;
}

.page-request-demo .split ,
.page-contact-us .split {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.page-request-demo .img-gray-x ,
.page-contact-us .img-gray-x {
	display: block;
	width: 100%;
	height: 90%;
	max-width: 450px;
}

@media screen and (max-width: 992px) {

	.page-request-demo .split > *:nth-child(2) ,
	.page-contact-us .split > *:nth-child(2) {
		display: none;
	}

}

/* Page Services */

.page-services .boxes-wrapper {
	margin-top: 40px;
	margin-bottom: 20px;
}

.page-services .box {
	display: block;
	width: 100%;
	padding: 33px 38px;
	border-radius: 16px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
	background: rgb(255, 255, 255);
}


.page-services .box:not(:last-child) {
	margin-bottom: 32px;
}

.page-services .box-title {
	color: rgb(13, 12, 20);
	font-family: Poppins;
	font-size: 24px;
	font-weight: 500;
	line-height: 191%;
	letter-spacing: 0%;
	text-align: left;
	position: relative;
	padding: 0 calc(30px + 16px);
}

.page-services .box-title::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgb(255, 188, 4);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.page-services .box-title.box-title-img-customize::before {
	background: url("../images/customize.png"), rgb(255, 188, 4);
    background-repeat: no-repeat;
    background-size: contain;
}

.page-services .box-title.box-title-img-marketing::before {
	background: url("../images/marketing.png"), rgb(255, 188, 4);
    background-repeat: no-repeat;
    background-size: contain;
}

.page-services .box-title.box-title-img-global::before {
	background: url("../images/global.png"), rgb(255, 188, 4);
    background-repeat: no-repeat;
    background-size: contain;
}

.page-services .box-text {
	color: rgb(13, 12, 20);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: left;
	margin-top: 15px;
	padding-right: 30px;
}

/* Page Company */

.page-company .img-banner {
	display: block;
	width: 100%;
	height: auto;
	max-height: 480px;
    border-radius: 18px;
}

.page-company .box {
	margin-bottom: 50px;
}

.page-company .page-text3 {
	color: rgb(0, 0, 0);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: left;
	margin-top: 20px;
	padding-left: calc(25px + 12px);
}

/* Page Product */

.page-product {
	background: url("../images/product-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 20px 0 40px;
}

.page-product .split {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.page-product .img-kiosk2 {
	display: block;
	width: 100%;
	height: auto;
	max-width: 380px;
	max-height: 450px;
}

.page-product .title-small{
	color: rgba(38, 39, 41, 0.65);
	font-family: Poppins;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: left;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: calc(25px + 12px);
	margin-bottom: 40px;
}

.page-product .title-small::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 100%;
	border-radius: 90px;
	background: rgb(255, 188, 4);
	left: 0;
	top: 0;
}

.page-product .title-large {
	color: rgb(0, 0, 0);
	font-family: Nunito Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom: 30px;
}

.page-product .description {
	color: rgb(0, 0, 0);
	font-family: Nunito Sans;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0%;
	text-align: left;
	max-width: 600px;
	margin-bottom: 60px;
}

.page-product .btn.btn-1 {
	color: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0%;
	text-align: left;
}

@media screen and (max-width: 992px) {

	.page-product {
		background: #F5F5F5;
	}

	.page-product .split {
		flex-direction: column-reverse;
	}
}