@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');

body {
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0;
    background-color: #e5e1de;
	color: #2b2b2b
}

.wrapper {

}
 
h1,h2,h3,h4 {
	color: #fff;
}

.header {
	position: relative;
	width: 100%;
	display: block;
	min-height: 80vh;
	background-image: url(/assets/desktop/img/path.svg);
	background-position: top;
	background-size: cover;
	text-align: center;
	float: left;
	padding-top: 100px;
	overflow-x: hidden;
}
.check-mark {
	background-image: url(/assets/desktop/img/check-mark.svg);	 
    height: 21px;
    width: 21px;
    background-position: center;
    background-size: 100%;
    display: inline-block;	

}
.header h1 {
	font-weight: 800;
	font-size: 90px;
	letter-spacing: -2px;
	padding-top: 35px;
}

.header h1 span {
	font-weight: 400;
}
.header h2 {
	font-weight: 200;
	font-size: 30px;
	letter-spacing: -1px;
}

.header img {
	max-width: 300px;
	width: 100%;
}

#left-orange {
	position: absolute;
	left: -80px;
	top: -80px;
	width: 400px;
}

#right-orange {
	position: absolute;
	right: -80px;
	top: -120px;
	width: 400px;
}

p {
	font-size: 24px;
    padding: 20px;
    line-height: 1.5;
    font-weight: 300;
}

main {
	/* margin-top: -150px; */
    float: left;
    width: 100%;
}

main h1 {
    text-align: center;
    color: #D47429;
	font-weight: 800;
}

.pricing-table-holder {
	padding: 50px 0;
	display: table;
    width: 100%;
}

.priceing-table {border-radius: 1rem;
	background-color: #fff;	
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	min-height: 300px;
	width: 90%;
    margin: 0 auto;  
}

.priceing-table h3 {
    color: #D47429;
    text-align: center;
    padding-top: 40px;
	font-size: 35px;
	font-weight: 800;
}

.priceing-table h3 span{
	font-weight: 300;
}

.priceing-table p {
	text-align: center;
	line-height: 1.5;
}

.price {
	color: #D47429;
	font-weight: 800;
}

.contact-btn {
	background-color: #D47429;	
	text-align: center;
	color: #fff;
	padding: 20px;
	font-size: 25px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: 800;
}

section {
	margin-top: 100px;
	float: left;
	width: 100%;
}

footer {
	background-color: #535657;
	color: #fff;
	float: left;
	width: 100%;
	padding-top: 50px;
}

footer h1{ 
	font-weight: 800;
}	


	.orange-txt {
	color: #D47429;
}

 a, a:hover,a:active{

	color: #D47429;
}

.btn:hover {
	color: #fff;
}

/*** RESPO ***/

@media (max-width: 992px){
	.header{
		min-height: auto;
	}
	.header img{		
		max-width: 380px;
	}

	/* main {
		margin-top: -50px
	} */
}
@media (max-width: 480px){
	.header h1 {
		font-size: 50px;
	}

	.priceing-table {
		width: 100%;
	}

	#left-orange {
		width: 330px;
	}
	#right-orange {
		width: 330px;
	}
}
