/********** desktops **********/
@media (max-width: 1199px) {
	/********** global **********/
	h2 {
		font-size: 3rem;
		line-height: 3rem;
		margin-bottom: 7rem;
	}

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

	/********** sections **********/
	.carousel-caption h1 {
		font-size: 9rem;
		line-height: 7rem;
	}

	#slogan_overlay {
		right: 32px;
		margin-top: -70px;
		color: #221466;
		font-size: 3rem;
		line-height: 3rem;
	}

	#sub_banner h1 {
		font-size: 9rem;
		line-height: 7rem;
	}
}

/********** laptops **********/
@media (max-width: 991px) {
	/********** global **********/
	.navbar {
		font-size: 1rem;
		padding: 20px;
	}

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

	.btn-outline-success {
		font-size: 1rem;
	}

	/********** sections **********/
	.carousel-caption h1 {
		font-size: 6rem;
		line-height: 5rem;
		letter-spacing: -0.4rem;
	}

	.carousel-control-prev-icon,
	.carousel-control-next-icon {
		padding-top: 35px;
	}

	#myCarousel .carousel-item {
		height: calc(100vh - 150px);
		min-height: 600px;
	}

	#myCarousel2 .carousel-item {
		height: 80vh;
		min-height: 800px;
	}

	#logo_overlay {
		height: 104px;
		margin-top: -104px;
		background: url(../im/divider_mobile.png) center center no-repeat;
	}

	#logo_overlay img {
		width: 104px;
	}

	.section_about {
		font-size: 1.5rem;
		line-height: 2.25rem;
		padding: 9rem 0 12rem 0;
		text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	}

	.section_about a {
		font-size: 1.5rem;
		color: #ffffff;
	}

	#sub_banner {
		height: 60vh;
		min-height: 400px;
		padding: 0 2rem 0 2rem;
	}

	#sub_banner h1 {
		font-size: 6rem;
		line-height: 5rem;
		letter-spacing: -0.4rem;
	}

	#sub_banner p {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	.section_about_intro {
		background: #eeaadc;
		padding: 6rem 2rem 6rem 2rem;
		font-size: 1.3rem;
		line-height: 2rem;
	}

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

	.section_about_intro .padding_text {
		padding-top: 0;
	}

	.section_about_details {
		padding: 8rem 2rem 5rem 2rem;
		font-size: 1.5rem;
		line-height: 2.25rem;
	}

	.section_about_carousel {
		padding: 0 2rem;
	}

	.section_testimonials {
		padding: 1rem 1rem;
		font-size: 0.9rem;
	}

	.section_steps {
		padding: 2rem;
	}

	.pricing {
		padding: 50px 30px;
		background: #221466;
		width: 100%;
		border-radius: 50px !important;
	}

	.pricing_table .pricing:first-child {
		border-right: 0;
	}

	.pricing_table .pricing:last-child {
		border-left: 0;
	}

	.step_1 {
		top: 100px;
	}

	.step_2 {
		top: 100px;
	}

	.step_3 {
		top: 0;
	}

	.step_4 {
		top: 0;
	}
	.step_5 {
		top: -100px;
	}

	footer {
		padding: 100px 2rem 50px 2rem;
		font-size: 1.5rem;
		line-height: 2.25rem;
	}

	footer .btn-outline-success {
		font-size: 1.5rem;
		border-radius: 50px;
		padding: 10px 30px;
	}

	footer p {
		margin-bottom: 3rem;
	}

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

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

	.form-control {
		border-radius: 50px;
		font-size: 1rem;
		padding: 0.4rem 1rem;
		background-clip: unset;
	}
}

/********** tablets **********/
@media (max-width: 767px) {
	/********** global **********/
	body {
		margin-top: 104px;
	}

	.navbar {
		padding: 10px 0;
		background: #221466;
	}

	.navbar a.active {
		color: #edaadc;
		border-bottom: 0;
	}

	.navbar-collapse {
		padding: 10px 0;
	}

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

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

	/********** sections **********/
	.carousel-indicators [data-bs-target] {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		margin: 0 5px 0 5px;
	}

	#myCarousel .carousel-indicators {
		display: flex;
		bottom: 100px;
	}

	.carousel-control-next {
		display: none;
	}

	#myCarousel2 .carousel-indicators {
		display: flex;
		bottom: 20px;
	}

	#slogan_overlay {
		right: 32px;
		margin-top: -70px;
		color: #221466;
		font-size: 3rem;
		line-height: 3rem;
	}

	/* Place the timelime to the left */
	.timeline::after {
		left: 0;
		background: none;
	}

	/* Full-width containers */
	.timeline_container {
		width: 100%;
		padding-left: 50px;
		padding-right: 25px;
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	/* Make sure that all arrows are pointing leftwards */
	.timeline_container::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}

	.timeline_container::after {
		top: 0;
		width: 60px;
		height: 60px;
		border: 5px solid #221466;
		font-size: 24px;
		line-height: 50px;
	}

	.step_1,
	.step_2,
	.step_3,
	.step_4,
	.step_5 {
		top: 0;
	}

	/* Make sure all circles are at the same spot */
	.left::after,
	.right::after {
		left: 15px;
	}

	/* Make all right containers behave like the left ones */
	.right {
		left: 0%;
	}

	.section_free_details {
		padding: 80px 2rem 80px 2rem;
	}

	footer {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	footer .btn-outline-success {
		font-size: 1.2rem;
		border-radius: 50px;
		padding: 10px 30px;
	}

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

/********** mobiles **********/
@media (max-width: 575px) {
	/********** sections **********/
	.carousel-caption {
		bottom: 50px;
	}

	.carousel-caption h1 {
		font-size: 4rem;
		line-height: 3rem;
		letter-spacing: -0.2rem;
	}

	.section_about {
		font-size: 1.2rem;
		line-height: 1.8rem;
		padding: 6rem 2rem 10rem 2rem;
	}

	.section_about a {
		font-size: 1.2rem;
		color: #ffffff;
	}

	#slogan_overlay {
		right: 15px;
		margin-top: -46px;
		color: #221466;
		font-size: 2rem;
		line-height: 2rem;
	}

	#sub_banner h1 {
		font-size: 4rem;
		line-height: 3rem;
		letter-spacing: -0.2rem;
	}

	.section_about_intro .padding_image {
		padding-right: 0;
	}

	.section_about_details {
		background: url(../im/bg_about.jpg) bottom left no-repeat;
		background-size: cover;
	}

	#myCarousel2 .carousel-caption-overlay {
		padding: 0 2rem 0 2rem;
	}

	footer .contact_info {
		font-size: 1.2rem;
		color: #eeaadc;
		font-family: "montserrat", helvetica, sans-serif;
		line-height: 1.8rem;
		padding-bottom: 15px;
	}

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

	footer .social {
		text-align: left;
	}

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

	footer .social img {
		max-width: 48px;
	}
}
