/********** global **********/
body {
	color: #ffffff;
	font-family: "montserrat_bold", helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "montserrat_bold", helvetica, sans-serif;
	padding: 0;
	margin-bottom: 3rem;
}

h1 {
	font-size: 5rem;
	line-height: 5rem;
}

h2 {
	font-size: 4rem;
	line-height: 4rem;
	margin-bottom: 14rem;
}

h3 {
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 3rem;
}

h4 {
	font-size: 2rem;
	line-height: 2rem;
	margin-bottom: 2rem;
}

.font_blue {
	color: #221466;
}

.font_pink {
	color: #eeaadc;
}

hr {
	background-color: #221466;
	width: 100% !important;
	transition: 1s;
	height: 3px;
}

p {
	padding: 0;
	margin: 0 0 3rem 0;
}

.navbar {
	background: transparent;
	font-size: 1.23rem;
	padding: 40px 48px;
	font-family: "blacker pro medium italic", helvetica, sans-serif;
}

.navbar a {
	color: #ffffff;
}

.navbar a:hover,
.navbar a:focus {
	color: #edaadc;
}

.navbar a.active {
	border-bottom: 5px solid #edaadc;
}

.shrink {
	background: #221466;
	padding: 10px 48px;
}

.navbar-expand-md .navbar-nav .nav-link {
	margin: 0 25px 0 25px;
	padding: 0;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

.btn-outline-success {
	border: 3px solid #edaadc;
	border-radius: 25px;
	color: #ffffff;
	padding: 0.375rem 1.5rem;
	font-size: 1.23rem;
	font-family: "blacker pro medium italic", helvetica, sans-serif;
}

.btn-outline-success:hover {
	border: 3px solid #edaadc;
	background: #edaadc;
}

/********** sections **********/
#myCarousel .carousel-item {
	height: calc(100vh + 130px);
}

.carousel-caption h1 {
	font-size: 12rem;
	line-height: 10rem;
	letter-spacing: -0.7rem;
}

.carousel-caption p {
	font-size: 1.5rem;
	line-height: 2.25rem;
	font-family: "blacker pro medium italic", helvetica, sans-serif;
}

.carousel-caption {
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	bottom: 100px;
}

.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}

.carousel-control-next {
	right: 27px;
}

.carousel-control-prev,
.carousel-control-next {
	opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background: none;
	width: 147px;
	height: 100px;
}

.carousel-indicators {
	display: none;
}

#myCarousel2 .carousel-item {
	height: 140vh;
}

#myCarousel2 .carousel-caption-overlay {
	z-index: 10;
	position: absolute;
	bottom: 5rem;
}

#logo_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 260px;
	margin-top: -260px;
	background: url(../im/divider.png) center center no-repeat;
	text-align: center;
}

.section_about {
	width: 100%;
	background: #eeaadc;
	font-size: 2rem;
	line-height: 3rem;
	padding: 10rem 0 15rem 0;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.section_about_carousel {
	background: #221466;
}

/* carousel */
.owl-carousel {
	top: -50px;
}
.owl-carousel .owl-nav {
	overflow: hidden;
	height: 0px;
}

.owl-carousel .item {
	text-align: center;
}
.owl-carousel .nav-btn {
	height: 100px;
	position: absolute;
	width: 147px;
	cursor: pointer;
	top: 50% !important;
	margin-top: -50px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel .prev-slide {
	background: url(nav-icon.png) no-repeat scroll 0 0;
	left: -250px;
}
.owl-carousel .next-slide {
	background: url(nav-icon.png) no-repeat scroll -24px 0px;
	right: -250px;
}
.owl-carousel .prev-slide:hover {
	background-position: 0px -53px;
}
.owl-carousel .next-slide:hover {
	background-position: -24px -53px;
}

.owl-carousel .owl-dots {
	text-align: center;
	padding-top: 15px;
}

.owl-carousel button.owl-dot {
	background: #ffffff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 5px 0 5px;
	opacity: 0.2;
}

.owl-carousel button.active {
	opacity: 1;
}

span.img-text {
	text-decoration: none;
	outline: none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	cursor: pointer;
	width: 100%;
	font-size: 23px;
	display: block;
	text-transform: capitalize;
}
span.img-text:hover {
	color: #2caae1;
}

.bg_banana {
	background: #eeaadc url(../im/bg_banana.png) no-repeat;
	background-size: cover;
}

.bg_raspberry {
	background: #eeaadc url(../im/bg_raspberry.jpg) no-repeat;
	background-size: cover;
}

.section_about a {
	font-size: 1.8rem;
	color: #ffffff;
	font-family: "blacker pro medium italic", helvetica, sans-serif;
}

.section_about a:hover {
	color: #221466;
}

#slogan_overlay {
	position: absolute;
	right: 56px;
	margin-top: -120px;
	text-align: right;
	color: #221466;
	font-size: 5rem;
	line-height: 5rem;
	z-index: 10;
}

#sub_banner {
	width: 100%;
	height: calc(80vh + 130px);
	min-height: 800px;
	background-size: cover !important;
}

#sub_banner h1 {
	font-size: 12rem;
	line-height: 10rem;
	letter-spacing: -0.7rem;
}

#sub_banner p {
	font-size: 1.5rem;
	line-height: 2.25rem;
	font-family: "blacker pro medium italic", helvetica, sans-serif;
}

.section_about_intro {
	background: #eeaadc;
	padding: 10rem 0 10rem 0;
	font-size: 2rem;
	line-height: 3rem;
	font-family: "montserrat", helvetica, sans-serif;
}

.section_about_intro .padding_image {
	padding-right: 73px;
}

.section_about_intro .padding_text {
	padding-top: 100px;
}

.section_about_details {
	background: url(../im/bg_about.jpg) center bottom no-repeat;
	background-size: cover;
	padding: 285px 0 285px 0;
	font-size: 2rem;
	line-height: 3rem;
	font-family: "montserrat", helvetica, sans-serif;
}

.section_free_details {
	background: url(../im/bg_free_session.jpg) center top no-repeat;
	background-size: cover;
	padding: 285px 0 140px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	font-family: "montserrat", helvetica, sans-serif;
}

footer {
	background: #221466;
	padding: 146px 0 50px 0;
	font-size: 2rem;
	line-height: 3rem;
}

footer .btn-outline-success {
	font-size: 1.5rem;
	border-radius: 100px;
	padding: 0.7rem 2.25rem;
}

footer p {
	margin-bottom: 3rem;
}

footer .contact_info {
	font-size: 1.3rem;
	color: #eeaadc;
	font-family: "montserrat", helvetica, sans-serif;
	line-height: 2rem;
}

footer .contact_info a {
	color: #eeaadc;
	text-decoration: none;
}

footer .social {
	text-align: right;
}

footer .social a {
	margin: 0 0 0 25px;
}

#logo_footer {
	padding: 200px 0 200px 0;
	text-align: center;
}

.section_testimonials {
	background: #221466;
	padding: 50px 0;
}

.card {
	box-shadow: 0px 5px 16px rgba(223, 241, 223, 0.5);
	transition: 0.8s;
	background: #ffffff;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 30px !important;
	color: #221466;
	border: 3px solid #ffffff;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.card-header,
.card-footer {
	border-radius: 10px !important;
	background: transparent;
}

.card-footer {
	width: 100%;
	align-self: flex-end;
	margin-top: auto;
	position: relative;
	z-index: 2;
}

.card-header {
	background: url(../im/quote.png) 50px 30px no-repeat;
}

.card-footer {
	padding: 1rem 0.5rem;
}

.card:after {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	z-index: 9999;
	height: 100%;
	pointer-events: none;
}

.card-title img {
	z-index: 99999 !important;
}

.card .layer {
	position: absolute;
	top: calc(100% - 13px);
	width: 100%;
	height: 100%;
	background: linear-gradient(#eeaadc, #e65c99);
	left: 0;
	z-index: 1;
	transition: 0.5s;
}

.card:hover {
	box-shadow: -5px 50px 100px rgba(223, 241, 223, 0.5);
}

.card:hover hr {
	background-color: #fff;
}

.card:hover .layer {
	top: 0;
}

.card .content {
	position: relative;
	z-index: 2;
}

.card .content .img-1 {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid white !important;
}

.card h4 {
	color: #221466;
}

.section_steps {
	background: #eeaadc;
	padding-top: 150px;
	padding-bottom: -500px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
	position: relative;
	max-width: 1200px;
	max-height: 2500px;
	margin: 0 auto;
	text-align: center;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: "";
	position: absolute;
	width: 585px;
	background-color: white;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -280px;
	background: url(../im/ico_timeline.png) top no-repeat;
}

/* Container around content */
.timeline_container {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 40%;
	color: #221466;
	font-size: 1.2rem;
	line-height: 2rem;
}

/* The circles on the timeline */
.timeline_container::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 75px;
	font-size: 36px;
	right: -17px;
	color: #221466;
	background-color: #eeaadc;
	border: 12px solid #221466;
	top: 160px;
	border-radius: 50%;
	z-index: 1;
}

.step_1 {
	top: 100px;
}

.step_1::after {
	content: "1";
}

.step_2 {
	top: -50px;
}

.step_2::after {
	content: "2";
}

.step_3 {
	top: -250px;
}

.step_3::after {
	content: "3";
}

.step_4 {
	top: -400px;
}

.step_4::after {
	content: "4";
}

.step_5 {
	top: -450px;
}

.step_5::after {
	content: "5";
}

/* Place the container to the left */
.left {
	left: 0;
}

/* Place the container to the right */
.right {
	left: 60%;
}

/* Fix the circle for containers on the right side */
.right::after {
	left: -16px;
}

/* The actual content */
.timeline_content {
	padding: 0;
	background-color: white;
	position: relative;
	border-radius: 50px;
	margin-bottom: 20px;
}

.timeline_content img {
	border-radius: 50px;
}

.pricing_table .pricing:first-child {
	border-radius: 50px 0 0 50px;
	border-right: 2px solid #eeaadc;
}

.pricing_table .pricing:last-child {
	border-radius: 0 50px 50px 0;
	border-left: 2px solid #eeaadc;
}

.pricing {
	padding: 50px;
	background: #221466;
	width: 100%;
}

footer .form-label {
	font-size: 1.5rem;
	margin-bottom: 0;
}

.form-control {
	border-radius: 50px;
	font-size: 1.5rem;
	padding: 0.5rem 2rem;
	background-clip: unset;
}

.valid-feedback,
.invalid-feedback {
	color: #edaadc !important;
}
