@charset "utf-8";
/* CSS Document */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');


/* Reset.css */

/* Box-sizing reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Remove default list styling */
ul, ol {
    list-style: none;
}

/* Remove default margins and paddings */
body, h1, h2, h3, p, blockquote, pre, dl, dd, ul, ol, figure {
    margin: 0;
    padding: 0;
}

/* Reset headings and links */
h1, h2, h3, a {
    color: inherit;
    text-decoration: none;
}

/* Reset images */
img {
    max-width: 100%;
    height: auto;
}

/* Remove underlines for links */
a {
    text-decoration: none;
}

.form-control::placeholder{
	color: #8A9CB2;
}
.form-control::-ms-input-placeholder{
	color: #8A9CB2;
}

/*Heading Styles*/
h1{
	font: 700 3rem/3.4rem "Cairo", sans-serif;
	color: #fff;
	margin: 10px 0;
}
h2{
	font: 700 2rem/2.6rem "Cairo", sans-serif;
	color: #3E474E;
	margin: 20px 0;
}
h3{
	font: 700 1.7rem/2.4rem "Cairo", sans-serif;
	color: #3E474E;
	margin: 20px 0;
}
h4{
	font: 1.2rem "Cairo", sans-serif;
	color: #FFC000;
}
h5{
	font: 700 1.2rem "Cairo", sans-serif;
	margin: 0;
}
h6{
	font: 400 1.3rem "Cairo", sans-serif;
	color: #FFF;
	margin: 10px 0;
}

p{
	font: 1rem "Cairo", sans-serif;
	color: #3E474E;
	margin-bottom: 16px;
}

body{
	background: #fff;
	font: 14px "Cairo", sans-serif;
	color: #3E474E;
	padding: 35px;
}
.container{
	max-width: 1232px;
	padding: 0 20px;
}
.wrapper{
	width: 100%;
	max-width: 1400px;
	margin: 53px auto 0 auto;
}
.btn-primary{
	font: 700 16px "Cairo", sans-serif;
	color: #FFF;
	min-width: 150px;
	padding: 15px 30px;
	border-radius: 50px;
	background: rgb(133,190,65);
	background: linear-gradient(124deg, rgba(133,190,65,1) 0%, rgba(53,125,192,1) 100%);
	border: none;
	text-align: center;
    transition: 1s;
    background-size: 300px;  
}
.btn-primary:hover{
	background-position:-100px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .20);
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
	background: #fff;
}

.navbar-nav .nav-link {
	font: 700 16px "Cairo", sans-serif;
	color: #3E474E;
	padding: 10px 16px !important;
}
.language{
	font: 700 16px "Cairo", sans-serif;
	color: #357DC0;
	padding: 10px 16px !important;
}

.banner-section{
	height: 85vh;
	background: rgb(133,190,65);
	background: linear-gradient(124deg, rgba(133,190,65,1) 0%, rgba(53,125,192,1) 100%);
	border-radius: 24px;
}
.banner-content{
	position: absolute;
	max-width: 480px;
	margin-right: 60px;
	z-index: 9;
	top: 50%;
	margin-top: -170px;
}
.banner-content h6{
	margin: 40px 0px;
}
.banner-img{
	width: 50%;
	text-align: right;
}
.banner-img img{
	width: 100%;
}
.google-paly-button, .app-store-button{
	width: 180px;
	height: 60px;
	background: url("../img/google-paly.svg") no-repeat;
	display: block;
	background-size: contain;
	float: right;
	border-radius: 10px;
	transition: 1s !important;
}
.app-store-button{
	background: url("../img/app-store.svg") no-repeat;
	margin-right: 24px;
}
.google-paly-button:hover, .app-store-button:hover{
	box-shadow: 0 0 50px rgba(0, 0, 0, .50);
}
.banner-section .btn-primary{
	position: absolute;
	left: 50%;
	top: 55%;
	margin-left: -100px;
}

.about-section{
	padding: 100px 0;
}

.heading{
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}
.heading h5{
	color: #3072AF;
	background: rgb(50, 117, 180, 0.2);
	border-radius: 30px;
	padding: 6px 30px;
	display: inline;
}
.how-section{
	padding: 120px 0;
	background: rgb(133,190,65);
	background: linear-gradient(124deg, rgba(133,190,65,1) 0%, rgba(53,125,192,1) 100%);
	border-radius: 24px 24px 0 0;
}
.how-section .heading h2{
	color: #FFF;
}
.owl-carousel .item .steps img{
	display: inline-block;
}
.steps{
	text-align: center;
}
.steps figure img{
	max-width: 90%;
	box-shadow: 0 0 30px rgba(0, 0, 0, .20);
	border-radius: 20px;
}
.steps h3{
	font: 700 1.2rem/1.6rem "Cairo", sans-serif;
	color: #FFF;
	margin-bottom: 10px;
}
.steps p{
	font: .9rem "Cairo", sans-serif;
	color: #FFF;
	max-width: 90%;
	margin: 0 auto;
}


.faq-section{
	padding: 120px 0;
	background-image: url(../img/businesscode-bg-icon.svg), url(../img/businesscode-faq.svg);
  	background-position: left top, right bottom;
  	background-repeat: no-repeat;
	background-color: #192939;
	border-radius:0 0 24px 24px;
}
.faq-section .heading, .how-section .heading{
	margin-bottom: 80px;
}
.faq-section .heading h5, .how-section .heading h5{
	color: #FFF;
	background: rgb(255, 255, 255, 0.2);
}
.faq-section .heading h2{
	color: #85BE41;
}
.accordion{
	max-width: 1000px;
	margin: 0 auto;
}
.accordion-item{
	background: none;
	border: none;
}
.accordion h3.accordion-header button{
	font: 700 1.2rem "Cairo", sans-serif;
	color: #fff;
}
.accordion h3.accordion-header{
	margin: 0px;
}
.accordion h3.accordion-header .accordion-button{
	background: rgb(53, 125, 192, 0.2);
	border: 1px solid #357DC0;
}
.accordion-body{
	background: rgb(0, 0, 0, 0.2);
	padding: 32px;
}
.accordion-body p{
	color: #fff;
}
.accordion-button:not(.collapsed){
	background: rgb(133, 190, 65, 0.2) !important;
	border: 1px solid #85BE41 !important;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after{
	background-image: url(../img/arrow.svg);
}
.accordion-item:last-of-type .accordion-button.collapsed{
	border-radius: 0 0 24px 24px;
}
.accordion-item:first-of-type .accordion-button{
	border-radius: 24px 24px 0 0;
}


.package-section{
	padding: 80px 0;
}
.package-section .heading h5{
	color: #85BE41;
	background: rgb(133, 190, 65, 0.2);
}
.package-section .heading h6{
	color: #888D91;
}

.owl-carousel .item{
	padding:  1rem;
}
.card{
	overflow: hidden;
	text-align: center;
	background: #EDF6FF;
	border: 1px solid #85BE41;
	transition: 1s;
}
.card-header{
	background: #85BE41;
	border: none;
	transition: 1s;
}
.card-header h4{
	font: 700 1.2rem "Cairo", sans-serif;
	color: #fff;
	margin: .8rem 0;
}
.card-body{
	padding: 2rem 1rem;
}
.card-body Span{
	font: 700 1.5rem "Cairo", sans-serif;
	color: #3E474E;
	padding-bottom: 1rem;
	display: block;
}
.pricing{
	font: 700 1.5rem "Cairo", sans-serif;
	color: #357DC0;
	border-top: 1px solid #8FB9DF;
	padding-top: 1rem;
	margin-top: 2rem;
}
.owl-carousel .item .btn{
	display: block;
	margin: 1rem auto;
	max-width: 200px;
}
.card:hover{
	background: #FFF;
	border: 1px solid #357DC0;
}
.card:hover .card-header{
	background: #357DC0;
}



.cta-section{
	background: rgb(133,190,65);
	background: linear-gradient(124deg, rgba(133,190,65,1) 0%, rgba(53,125,192,1) 100%);
	border-radius: 24px;
	margin: 20px 0 70px 0;
	overflow: hidden;
}
.cta-content{
	max-width: 500px;
	margin-right: 60px;
	padding: 10% 0;
}
.cta-content h2{
	font: 700 2.3rem/3rem "Cairo", sans-serif;
	color: #fff;
	margin-bottom: 30px;
}
.cta-section figure{
	max-width: 40%;
}


footer{
	background: #192939;
	border-radius: 24px;
}
footer .footer-content{
	padding: 80px 0;
}
footer figure.footer-logo{
	width: 160px;
	margin-bottom: 40px;
}
footer figure.footer-logo img{
	width: 100%;
}
footer p{
	font: 1rem "Cairo", sans-serif;
	color: #D7DFE5;
	max-width: 340px;
}
footer h5{
	font: 700 1.5rem "Cairo", sans-serif;
	color: #FFF;
	margin: 30px 0 40px 0;
}
footer a.contact-details{
	font: 1rem "Cairo", sans-serif;
	color: #D7DFE5;
	margin: 7px 0 7px 0;
	display: block;
	transition: 1s;
}
footer a.contact-details span{
	margin-left: 10px;
}
footer a.contact-details:hover{
	color: #FFF;
}
footer a.social-icons{
	margin-left: 22px;
	margin-bottom: 16px;
	opacity: .7;
	transition: 1s;
	display: inline-block;
}
footer a.social-icons:hover{
	margin-right: 22px;
	opacity: 1;
}

.copyright{
	font: 1rem "Cairo", sans-serif;
	width: 100%;
	float: left;
	padding: 20px 10px;
	color: #D7DFE5;
	background: #33485D;
	text-align: center;
	border-radius: 16px;
	margin-bottom: 40px;
}




/**** Media Queries ****/
@media (max-width: 1290px) {
	header{
		padding: 0 40px;
	}
}
@media (max-width: 1100px) {
	.banner-content{
		text-shadow:  2px 2px 10px rgba(0, 0, 0, .50);
	}
}
@media (max-width: 990px) {
	.language{
		float: left;
	}
	.banner-img{
		width: 80%;
	}
	.banner-content{
		z-index: 9;
		top: 10%;
		margin-top: 0;
	}
	.cta-section{
		padding-bottom: 300px;
		text-align: center;
	}
	.cta-content{
		max-width: 100%;
		margin-right: 0;
		padding: 8%;
		margin-bottom: 10%;
	}
	.download-buttons{
		position: absolute;
		width: 385px;
		left: 50%;
		margin-left: -193px;
	}
	.cta-section figure{
		max-width: 400px;
		width: 100%;
		right: 50%;
		margin-right: -200px;
	}
	footer .footer-content{
		padding: 80px 40px;
	}
	footer a.social-icons{
		margin-left: 13px;
	}
}
@media (max-width: 780px) {
	.about-section{
		text-align: center;
	}
	.about-section figure img{
		max-width: 400px;
		width: 100%;
	}
	.cta-content{
		margin-bottom: 15%;
	}
	footer h5 {
	    margin: 40px 0 20px 0;
	}
}
@media (max-width: 580px) {
	h1{
		font: 700 2.5rem/3.3rem "Cairo", sans-serif;
	}
	h2{
		font: 700 1.7rem/2.3rem "Cairo", sans-serif;
	}
	h3{
		font: 700 1.5rem/2.3rem "Cairo", sans-serif;
	}
	.banner-content{
		max-width: 80%;
		margin-right: 10%;
	}
	.google-paly-button, .app-store-button{
		width: 145px;
		height: 48px;
		background-size: contain;
	}
	.steps figure img{
		max-width: 300px;
	}
	.cta-content h2{
		font: 700 1.6rem/2.4rem "Cairo", sans-serif;
	}
	.download-buttons{
		width: 315px;
		margin-left: -158px;
	}
}
@media (max-width: 480px) {
	h1{
		font: 700 2rem/2.8rem "Cairo", sans-serif;
	}
	body {
	    padding: 20px;
	}
	.wrapper {
	    margin: 68px auto 0 auto;
	}
	header {
        padding: 0 8px;
    }
    .banner-content{
		max-width: 84%;
		margin-right: 8%;
	}
    .app-store-button {
	    margin-right: 16px;
	}
	.cta-content{
		margin-bottom: 25%;
	}
	.cta-content a.google-paly-button, .cta-content a.app-store-button{
		margin-right: 0;
		float: none;
	}
	.download-buttons{
		width: 145px;
		margin-left: -72px;
	}
	.cta-content a.app-store-button{
		margin-top: 10px;
	}
	.cta-section figure{
		right: 0;
		margin-right: 0;
	}
}
@media (max-width: 410px) {
	h2{
		font: 700 1.5rem/2.2rem "Cairo", sans-serif;
	}
	h3{
		font: 700 1.3rem/1.9rem "Cairo", sans-serif;
	}
	h5 {
	    font: 700 1rem "Cairo", sans-serif;
	}
	h6 {
	    font: 400 1rem/1.7rem "Cairo", sans-serif;
	}
	.banner-content h6 {
	    margin: 20px 0px;
	}
	.google-paly-button, .app-store-button{
		float: none;
	}
	.app-store-button {
        margin-right: 0px;
        margin-top: 16px;
    }
    .about-section, .how-section {
	    padding: 70px 0;
	}
	.faq-section .heading, .how-section .heading {
	    margin-bottom: 40px;
	}
	.accordion h3.accordion-header button {
	    font: 700 1rem "Cairo", sans-serif;
	}
	.accordion-body {
	    padding: 24px;
	}
	.accordion-body p {
	    font-size: .9rem;
	}
	.cta-content h2 {
        font: 700 1.4rem/2.2rem "Cairo", sans-serif;
    }
    footer .footer-content {
        padding: 60px 20px;
    }
    footer h5 {
	    font-size: 1.3rem;
	}
	.copyright {
    	font-size: .8rem;

    }
	.wrapper {
	    margin: 56px auto 0 auto;
	}
    .navbar-brand{
    	width: 120px;
    }
}