buhtml {
  scroll-behavior: smooth
}

body {
	font-family: 'Montserrat', sans-serif;
	color: black;
}

p {
    margin: 0px;
}

a {
	text-decoration: none
}

ul {
	margin: 0px
}

section {
	padding: 50px 0px 50px 0px
}

.button {
	max-width: 250px;
	padding: 10px 10px 10px 10px;
	border-radius: 50px 50px 50px 50px;
	font-weight: 500
}

.button-dark {
	background-color: white;
	color: #007bff;
	font-weight: 700;
    font-size: 20px
}

.button-light {
	background-color: #007bff;
	color: white
}

.light-background {
	background-color: #eee;
}

.heading-dark {
	color: white;
}

.heading-dark span {
    color: #007bff;
}

.heading-light {
	color: black
}

.heading-light span {
    color: #007bff;
}

.spacing-small {
    padding: 0px 0px 25px 0px;
}

.spacing-medium {
    padding: 0px 0px 50px 0px;
}

.spacing-large {
	padding: 0px 0px 100px 0px;
}

header {
	min-height: 500px;
	background-color: transparent;
	background-image: linear-gradient( 160deg, black 27%, #007bff 100%);
	border-bottom-left-radius: 50% 10%;
	border-bottom-right-radius: 50% 10%;
	color: white;
}

header .content {
	padding: 150px 0px 150px 0px;
}

.page-header {
	min-height: 200px;
	background-color: transparent;
	background-image: linear-gradient( 160deg, black 27%, #007bff 100%);
	border-bottom-left-radius: 50% 10%;
	border-bottom-right-radius: 50% 10%;
	color: white;
}

.page-content p {
    margin: 20px;
}

.feature-list-icon {
	background-color: transparent;
	background-image: linear-gradient( 130deg, black 0%, #007bff 88%);
	border-radius: 50%;
	height: 60px;
	width: 60px;
	font-size: 20px;
	padding: 15px 20px 15px 20px;
	color: white;
}

.highlight-item i {
	color: #007bff
}

.pricing-table {
	border: 1px solid #eee;
	padding: 30px;
	border-radius: 30px;
	transition: .5s;
	margin-bottom: 20px;
}

.popular {
	position: relative;
}

.popular:before {
	position: absolute;
	background: #007bff;
	padding: 5px 10px;
	width: auto;
	top: 35px;
	right: -15px;
	z-index: 2;
	color: white;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	content: "Popular";
}

.pricing-table:hover {
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}

.price del {
    color: darkgrey
}

.price {
    color: #007bff
}

.price small {
    color: black
}

.pricing-table ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pricing-table li i {
	color: #007bff;
}

.pricing-button {
	background: white;
	padding: 10px 60px 10px 60px;
	margin: 20px;
	border-radius: 50px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	color: #007bff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	transition: .3s;
}

.pricing-button:hover {
	color: white;
	background: #007bff;
}

.testimonial {
    position: relative;
    background-color: #eee;
    margin: 20px;
    padding: 20px;
    border-radius: 10px
}

.testimonial-text {
	font-style: italic;
	margin-bottom: 20px;
}

.testimonial-star-rating {
	padding: 0;
	margin: 0;
}

.testimonial-star-rating li {
	list-style: none;
	display: inline-block;
}

.testimonial-star-rating li i {
	color: #007bff;
}

.testimonial-user {
	display: inline-block;
	margin-right: 5px;
}

.testimonial-company {
	display: inline-block;
	font-weight: lighter;
}

.testimonial-quote {
	position: absolute;
	top: 5%;
	right: 5%;
}

.testimonial-quote::after {
	color: #00000020;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 200%;
	font-weight: 900;
}

.why-item {
	padding: 46px 0px 46px 0px
}

.cta {
	background-image: linear-gradient( 160deg, #007bff 27%, black 100%)
}

.footer {
	background-color: black;
	color: white
}

.footer ul {
	display: flex;
	list-style: none;
	justify-content: center;
}

.footer a {
	text-decoration: none;
	color: white;
	padding: 0 10px
}

@media (max-width: 921px) {
	.footer ul {
		display: grid;
		padding: 0
	}
}