:root {
	--theme-color: #29576c;
	--white: #ffffff;
	--black: #000000;
	--off-white: #f6f6f6;
	--features-bg: #F1F2F4;
}
body {
	color: var(--black);
	/*Example*//*font-family: 'Montserrat', sans-serif;
	*/
	font-family: "Poppins", sans-serif;
	scroll-behavior: smooth;
}
a {
	text-decoration: none;
}
main {
    min-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
}
/* index page Start*/

header nav.navbar{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #88f278;
}
.navbar-brand {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: var(--black);
}
.nav-item {
	margin-left: 40px;
}

.nav-item:first-child {
	margin-left: 0;
}
.navbar .navbar-nav .nav-link {
	padding: 0;
	color: var(--black);
	font-size: 18px;
	line-height: 24px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.navbar-brand img {
	filter: invert(1);
}

/* Navbar Button close Start */
.navbar-toggler span {
	display: block;
	background-color: #4f4f4f;
	height: 3px;
	width: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	left: 0;
	opacity: 1;
	transition: all 0.35s ease-out;
	transform-origin: center left;
}
.header-download-btn a {
	color: var(--white) !important;
}


/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
	margin-top: 0.3em;
}

/**
 * Animate collapse into X.
 */

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	transform: translate(15%, -33%) rotate(45deg);
}

/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}

/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translate(15%, 33%) rotate(-45deg);
}


/**
 * Animate collapse open into hamburger menu
 */

/* Navbar Button close End */

.navbar-light .navbar-toggler:focus-visible,
.navbar-light .navbar-toggler:focus{
	outline: none;
	box-shadow: none;
}

.header-download-btn .nav-link{
	background-color: var(--theme-color);
	color: var(--white);
	border: 1px solid transparent;
	padding: 10px 24px !important;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
.header-download-btn .nav-link:hover {
	opacity: 0.8;
}
.is-scrolled nav.navbar {
	background: #88f278;
	/* border-bottom: 1px solid #4b4b4b; */
	box-shadow: 1px 1px 20px #949494;
	transition: all ease 0.6s;
}
.banner-wrapper{
	padding-top: 100px;
	text-align: center;
}
.banner-heading {
	font-size: 40px;
	line-height: 72px;
	font-weight: 600;
	color: var(--black);
}
.banner-download-btn{
	margin-top: 15px;
	display: inline-block;
	margin-bottom: 70px;
}
.banner-download-btn:hover {
	opacity: 0.8;
}
.banner-mockup-img{
	display: block;
	text-align: center;
	margin: 0 auto;
}
#features {
	padding: 100px 0;
	background-color: var(--features-bg)
}
#features .row {
	row-gap: 60px;
}
.section-heading {
	text-align: center;
}
.section-heading h2{
	font-size: 48px;
	color: var(--black);
	line-height: 58px;
	font-weight: 600;
	margin-bottom: 80px;
}
.features-box {
	text-align: center;
}
.features-box h3{
	font-size: 20px;
	line-height: 30px;
	color: var(--black);
	font-weight: 500;
	margin-top: 26px;
}
.features-box img {
	width: 150px;
}
#download{
	padding: 100px 0;
}
.download-btn-wrapper h2{
	font-size: 40px;
	line-height: 58px;
	font-weight: 600;
	color: var(--black);
	margin-bottom: 40px;
}
.download-btn-wrapper a:hover {
	opacity: 0.8;
}
.download-service-wrapper .box {
	display: flex;
	align-items: center;
	margin-bottom: 36px;
	column-gap: 12px;
}
.download-service-wrapper .box:last-child {
	margin-bottom: 0;
}
.download-service-wrapper .box p {
	font-size: 18px;
	line-height: 24px;
	color: var(--black);
	font-weight: 500;
	margin-bottom: 0;
}
 /* index page End*/


/*Terms and privacy page start*/
.section-head h1 {
	padding-top: 60px;
    font-size: 36px;
    color: #222;
    text-align: left;
	text-align: center;
	margin-bottom: 50px;
}
.entry-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.entry-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.entry-content p ul {
	padding-left: 16px;
}
.entry-content p,
.entry-content li {
    font-size: 16px;
    color: #424141;
    line-height: 30px;
}

footer {
	background-color: #000;
	padding: 20px 0;
}
.footer-wrapper {
	display: flex;
	justify-content: space-between;
}
.footerlink a {
	color: var(--white);
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-right: 38px;
}
.footerlink a:hover {
	opacity: 0.8;
}
.footerlink a:last-child {
	margin-right: 0;
}
footer p {
	color: var(--white);
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}

/*Terms and privacy page end*/
/*contact page start*/

#contact-us-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main.contact-page {
    flex: 1;
}
main.inner {
    padding-top: 100px;
}
.inner-title h1 {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}
#contact-us-page .inner-title h1 {
	margin-bottom: 0;
}
.contact-inner {
    padding: 50px 0;
}
.contact-form .input-group {
    display: flex;
    flex-direction: row;
}
p.half {
    width: 50%;
    display: inline-block;
    padding-right: 16px;
}
.contact-form form input, .contact-form form textarea {
    width: 100%;
}
.contact-form form input, .contact-form form textarea {
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    outline: none;
    font-size: 16px;
    min-height: 42px;
    border-radius: 5px;
}
.contact-form form input[type='submit'] {
	background-color: var(--theme-color);
	color: var(--white);
	border: 1px solid transparent;
	display: inline-block;
	width: auto;
	padding: 10px 24px !important;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	font-weight: 500;
	margin-top: 20px;
}
.contact-form form input[type='submit']:hover {
	opacity: 0.8;
}
input::placeholder,
textarea::placeholder{
	color: #999999;
}
.pr-0{
    padding-right: 0!important;
}
.error {
	color: #ff0000;
	display: block;
	text-align: left;
	margin-top: 5px;
	font-size: 15px;
}
.alert {
	margin-top: 20px;
}

/*contact page end*/

/* dlc registration */
.registration {
	padding-top: 112px;

}
.registration * {
    font-size: 16px;
    line-height: 1.4;
}
.service {
    background: #fefce8;
}
.registration img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
}
.registration {
    max-width: 848px;
}
.registration li {
    padding-bottom: 8px;
}
.registration ul,
.registration ol {
    margin-bottom: 0px;
}
.registration h1 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
}
.registration p {
    /* font-size: 16px; */
    line-height: 1.4;
    color: #4b5563;
}
.service strong {
    font-size: 18px;
}
.service p {
    margin: 5px 0px 0px;
}
.registration h2 {
    font-size: 24px;
    line-height: 1.5;
}
.service-update img {
    margin-top: 5px;
}
.service-update {
    display: flex;
    gap: 15px;
}
.sec-dlc p {
    font-size: 16px;
}
.sec-dlc h3, .register h3 {
    font-size: 20px;
}
.sec-dlc ul li {
    position: relative;
    padding-bottom: 8px;
}
.sec-dlc ul li::before {
    content: "";
    position: absolute;
    background: url(/images/key-components.svg);
    width: 20px;
    height: 20px;
    left: -30px;
    top: 3px;
}
.matter p {
    font-size: 16px;
}
.matter h4 {
    font-weight: 600;
}
.hire-rate ul {
    padding-left: 0px;
}
.campaign ul {
    padding-left: 20px;
}
.campaign ul li {
    list-style: unset;
}
.guidelines ul {
    padding-left: 0px;
}
.box-register {
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.07);
    padding: 16px;
    border-radius: 12px;
}
.register p {
    font-size: 16px;
}
.register ul li, .register ol li {
    list-style: unset;
}
.register ul li::marker {
    font-size: 20px;
}
.register h4 {
    font-size: 18px;
}
.faqs .border-b {
    border-bottom: 1px solid #ededed;
}
.stay-update {
    background: #eff6ff;
    border-radius: 12px;
}
/* dlc registration */

@media (max-width: 1200px){
	.section-head h1 {
	    font-size: 24px;
	}
	.entry-content h2 {
	    font-size: 22px;
	}
	.entry-content h3 {
	    font-size: 20px;
	}
	.banner-heading {
		font-size: 38px;
		line-height: 62px;
	}
	.banner-wrapper {
		padding-top: 70px;
	}
	.navbar-brand {
		font-size: 25px;
	}
	.section-heading h2 {
		font-size: 34px;
		line-height: 44px;
	}
	#features {
		padding: 70px 0;
	}
	.features-box h3 {
		font-size: 19px;
		line-height: 30px;
	}
	.features-box img {
		max-width: 150px;
		margin: 0 auto;
	}
	.download-btn-wrapper h2 {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 40px;
	}
	#download {
		padding: 70px 0;
	}
	.download-service-wrapper .box {
		margin-bottom: 28px;
		column-gap: 16px;
	}
	.footerlink a {
		margin-right: 20px;
	}
		.banner-heading br {
			display: none;
		}
}
@media (max-width: 992px){
	nav{
		background-color: var(--white);
	}
	.section-head h1 {
		font-size: 22px;
		padding-top: 50px;
		margin-bottom: 30px;
	}
	.entry-content h2 {
	    font-size: 20px;
	}
	.entry-content h3 {
	    font-size: 18px;
	}
	.navbar-nav{
		margin-top: 10px;
		row-gap: 15px;
	}
	.header-download-btn .nav-link {
		padding: 8px 24px !important;
	}
	.nav-item {
		margin-left: 0;
	}
	.banner-wrapper {
		padding-top: 50px;
	}
	.banner-heading {
		font-size: 30px;
		line-height: 48px;
	}
	.banner-download-btn {
		margin-bottom: 40px;
	}
	#features {
		padding: 50px 0;
	}
	.section-heading h2 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 35px;
	}
	.features-box h3 {
		font-size: 18px;
		line-height: 28px;
	}
	#download {
		padding: 50px 0;
	}
	.download-btn-wrapper{
		text-align: center;
		margin-bottom: 40px;
	}
	.download-btn-wrapper h2 {
		font-size: 30px;
		line-height: 41px;
		margin-bottom: 20px;
	}
	.download-service-wrapper{
		max-width: 500px;
		margin: 0 auto;
	}
	.footer-wrapper {
		justify-content: center;
		flex-direction: column;
		align-items: center;
		row-gap: 15px;
	}
	footer p {
		font-size: 13px;
	}
	#contact-us-page .inner-title h1{
		font-size: 30px;
		line-height: 40px;
	}
	main.inner {
		padding-top: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	


}
@media (max-width: 767px){
	.section-head h1 {
		font-size: 20px;
		margin-bottom: 20px;
		padding-top: 40px;
	}
	.entry-content h2 {
	    font-size: 18px;
	}
	.entry-content h3 {
	    font-size: 16px;
	}
	.entry-content p,
.entry-content li {
	    font-size: 15px;
	}
	.navbar-brand {
		font-size: 19px;
		margin-right: 0;
	}
	.navbar .navbar-nav .nav-link {
		font-size: 16px;
	}
	.banner-heading {
		font-size: 28px;
		line-height: 38px;
	}
	.banner-download-btn img {
		max-width: 160px;
	}
	#features {
		padding: 40px 0;
	}
	.section-heading h2 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 25px;
	}
	.features-box img {
		max-width: 120px;
	}
	.features-box h3 {
		font-size: 16px;
		line-height: 26px;
		margin-top: 18px;
	}
	#features .row {
		row-gap: 20px;
	}
	#download {
		padding: 40px 0;
	}
	.download-btn-wrapper h2 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.download-btn-wrapper {
		margin-bottom: 30px;
	}
	.download-btn-wrapper a img {
		max-width: 160px;
	}
	.download-service-wrapper .box p {
		font-size: 16px;
		line-height: 24px;
	}
	.footer-wrapper {
		row-gap: 10px;
	}
	#contact-us-page .inner-title h1 {
		font-size: 28px;
		line-height: 28px;
	}
	.navbar-brand img {
		max-width: 80%;
	}
	.registration h1 {
        font-size: 30px;
    }
	.registration {
		padding-top: 90px;
	}
} 
