* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
}
h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 3.5rem;
	line-height: 1.5;
}
h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 3.5rem;
	line-height: 1.5;
}
h3 {
	font-family: "Montserrat", sans-serif;
}
p {
	color: #8f8f8f;
}

#title {
	height: 36rem;
	background-color: #ff4c68;
}
.heading-dog {
	margin-bottom: 3rem;
}
.container-fluid {
	padding: 3% 15% 7%;
}
.rotate-image {
	-webkit-transform: rotate(34deg);
	-moz-transform: rotate(34deg);
	-ms-transform: rotate(34deg);
	-o-transform: rotate(34deg);
	transform: rotate(34deg);
	height: 70%;
	position: absolute;
	right: 30%;
}

/* Navbar  */
.navbar-brand {
	font-family: "Ubuntu", sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
}
.navbar {
	margin-top: 2rem;
	padding: 0 0 4.5rem;
}
.nav-item {
	padding: 0 18px;
}
.nav-link {
	font-size: 1.2rem;
	font-family: "Montserrat-Light";
}

/* features  */
#features {
	padding: 5% 15%;
	background-color: white;
	position: relative;
	z-index: 1;
}
.feature-box {
	text-align: center;
	padding: 0;
}
.fas,
.fab {
	padding-bottom: 1rem;
}
.icon {
	color: #ef8172;
}

.icon:hover {
	color: #ff4c68;
	cursor: pointer;
}

/* Carousel Section  */
.carousel-item {
	padding: 5% 20% 3% 20%;
	text-align: center;
}

#testimonials {
	background-color: #ff4c68;
	color: white;
	z-index: 1;
	padding: 2rem 0;
}

.testimonials-image {
	width: 20%;
	border-radius: 100%;
	padding: 3%;
}

.testimonal-text {
	font-size: 2rem;
	line-height: 1.5;
}

/* Pricing Section  */

section.pricing {
	background: #fff;
}

.pricing .card {
	border: none;
	transition: all 0.2s;
	border-style: solid;
	border-width: 0.5px;
	border-color: darkgray;
}

.pricing .card-title {
	margin: 0.5rem 0;
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
}

.pricing .card-price {
	font-size: 2.5rem;
	margin: 0;
}

.pricing .card-price .period {
	font-size: 0.8rem;
}

.pricing ul li {
	margin-bottom: 1rem;
}

.pricing .text-muted {
	opacity: 0.7;
}

.pricing .btn {
	font-size: 80%;
	font-weight: bold;
	padding: 1rem 4rem;
	opacity: 0.7;
	transition: all 0.2s;
	width: fit-content;
	margin: 0 auto;
}
.card {
	width: auto;
	text-align: center;
}

/* Footer Section */
.footer {
	background-color: #ff4c68;
	color: white;
	padding: 3% 15% 4% 15%;
	text-align: center;
}
.footer-button {
	padding: 0.5rem;
	border-radius: 10%;
	border: none;
}
#footer {
	background-color: #ff4c68;
	text-align: center;
}
.fa-ul {
	margin-left: 0;
}
.footer-cp-text {
	margin-bottom: 0px;
	padding-bottom: 1rem;
	color: #fff;
}
.footer-text {
	padding-bottom: 2rem;
}
.download-button {
	margin: 0% 3% 0% 0;
}

/* Breakpoints CSS  */

@media only screen and (max-width: 500px) {
	.rotate-image {
		position: static;
		transform: rotate(0);
		padding-top: 3rem;
	}
	#title {
		text-align: center;
		height: 55rem;
	}
}

@media only screen and (max-width: 800px) {
	.footer {
		background-color: #ff4c68;
		color: white;
		padding: 10% 15% 4% 15%;
		text-align: center;
	}
	.download-button {
		margin: 5% 3% 5% 0;
	}
	.head-button {
		padding: 0;
	}
}
