@charset "UTF-8";
/*!
Theme Name: Agencja InMarketing
Author: Rafał Baraniecki
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: akademia-inmarketing

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Agencja InMarketing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* SECTION HERO */

.courses-hero {
	background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
	display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.courses-hero .hero-content-wrapper {
	justify-content: flex-start;
}

.courses-hero .hero-content-wrapper .hero-content {
	max-width: 60%;
}

.courses-hero .hero-content-wrapper .hero-content h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.courses-hero .hero-content-wrapper .hero-content h1 span {
	font-size: 26px;
	font-weight: 600;
	width: 100%;
	display: block;
}

.courses-hero .hero-content-wrapper .hero-content h4 {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	color: var(--inm-black);
	margin-bottom: 20px;
}

.courses-hero .hero-content-wrapper .hero-content h4 img {
	margin-top: -3px;
	padding-right: 5px;
}

.courses-hero .hero-content-wrapper .hero-content h4 a {
	color: #545454;
}

.courses-hero .hero-content-wrapper .hero-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 30px;
	max-width: 700px;
}

.courses-hero .hero-content-wrapper .hero-content p strong {
	font-weight: 400;
	color: var(--inm-light-blue);
}

.courses-hero .hero-content-wrapper .hero-content .btn-secondary.btn-courses {
	padding: 10px 16px;
	margin-left: 20px;
}

.hero-subtext {
	padding: 60px 0 30px;
}

.hero-subtext .hero-subtext__wrapper {
	text-align: center;
}

.hero-subtext .hero-subtext__wrapper p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}

@media (max-width: 1200px) {
	.courses-hero .hero-content-wrapper .hero-content .btn-primary.btn-courses {
		margin: 0 0 20px;
	}
	.courses-hero .hero-content-wrapper .hero-content .btn-primary.btn-courses,
	.courses-hero .hero-content-wrapper .hero-content .btn-secondary.btn-courses {
		max-width: 300px;
		display: block;
	}
	.courses-hero .hero-content-wrapper .hero-content .btn-secondary.btn-courses {
		margin: 0;
	}
}

@media (max-width: 1080px) {
	.courses-hero {
		height: auto;
		padding: 136px 10px 0;
		background-image: none !important;
	}
	.courses-hero .hero-content-wrapper {
		justify-content: center;
	}
	.courses-hero .hero-content-wrapper .hero-content {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.courses-hero {
		height: auto;
	}
}

/* END SECTION HERO */

/* SECTION ICONS */

.fc-icons {
	padding: 60px 0 30px;
}

.fc-icons .fc-icons-content-wrapper {
	max-width: 600px;
	margin: auto;
}

.fc-icons .fc-icons-content-wrapper .fc-icons-content h2 {
	font-size: 35px;
	line-height: 1.3;
	font-weight: 600;
	margin: 0 0 20px;
	text-align: center;
}

.fc-icons .fc-icons-content-wrapper .fc-icons-content ul {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

.fc-icons .fc-icons-boxes-wrapper {
	margin: 20px 0 0;
	justify-content: center;
	row-gap: 20px;
}

.fc-icons .fc-icons-boxes-wrapper .boxes-content {
	padding: 30px 10px;
	border-radius: 20px;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
	text-align: center;
	height: 100%;
}

.fc-icons .fc-icons-boxes-wrapper .boxes-content h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--inm-light-blue);
	margin: 0 0 30px;
}

.fc-icons .fc-icons-boxes-wrapper .boxes-content img {
	max-height: 45px;
	margin: 0 0 20px;
}

.fc-icons .fc-icons-boxes-wrapper .boxes-content p {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
}

.fc-icons .fc-icons-button-wrapper {
	margin: 60px 0 0;
}

/* END SECTION ICONS */

/* SECTION TEXT IMAGE */

.fc-text-img {
	padding: 60px 0 30px;
	max-width: 1080px;
  	margin: auto;
}

.fc-text-img .section-reverse {
	flex-direction: row-reverse;
}

.fc-text-img .fc-text-content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fc-text-img .fc-text-content-wrapper h2 {
	font-weight: 600;
	font-size: 35px;
	line-height: 1.3;
	margin: 0 0 30px;
}

.fc-text-img .fc-text-content-wrapper ul,
.fc-text-img .fc-text-content-wrapper p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
}

.fc-text-img .fc-text-content-wrapper ul {
	letter-spacing: 0.03em;
}

.fc-text-img .fc-img-image-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fc-text-img .fc-img-image-wrapper .fc-img-image {
	text-align: center;
}

.fc-text-img .fc-img-image-wrapper .fc-img-image img {
	max-width: 400px;
}

/* END SECTION TEXT IMAGE */

/* SECTION PROGRAM */

.fc-program {
	padding: 60px 0 30px;
}

.fc-program .fc-program-content-wrapper {
	text-align: center;
}

.fc-program .fc-program-content-wrapper h2 {
	font-weight: 600;
	font-size: 35px;
	line-height: 1.3;
	margin: 0 0 20px;
}

.fc-program .fc-program-content-wrapper p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.03em;
}

.fc-program .fc-program-modules-wrapper {
	max-width: 900px;
	margin: 20px auto 0;
}

.fc-program .fc-program-modules-wrapper .module-content {
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	margin: 0 0 50px;
	padding: 30px;
}

.fc-program .fc-program-modules-wrapper .module-content h3 {
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0.03em;
	color: #000;
	margin: 0 0 20px;
}

.fc-program .fc-program-modules-wrapper .module-content h3 strong {
	font-weight: 600;
	color: var(--inm-light-blue);
}

.fc-program .fc-program-modules-wrapper .module-content h3 span {
	font-weight: 500;
	color: #A3A3A3;
}

.fc-program .fc-program-modules-wrapper .module-content ul,
.fc-program .fc-program-modules-wrapper .module-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.03em;
}

/* END SECTION PROGRAM */

/* SECTION TUTORS */

.fc-tutors {
	padding: 60px 0 90px;
}

.fc-tutors .fc-tutors-content-wrapper {
	text-align: center;
}

.fc-tutors .fc-tutors-content-wrapper h2 {
	font-weight: 600;
	font-size: 35px;
	line-height: 1.5;
	margin: 0 0 30px;
}

.fc-tutors .fc-tutors-tutors-wrapper {
	max-width: 900px;
	margin: 20px auto 0;
}

.fc-tutors .fc-tutors-tutors-wrapper .tutor-content {
	display: flex;
  flex-direction: row;
	margin: 0 0 20px;
}

.fc-tutors .fc-tutors-tutors-wrapper .tutor-content .tutor-image-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fc-tutors .fc-tutors-tutors-wrapper .tutor-content .tutor-description-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 0 20px;
}

.fc-tutors .fc-tutors-tutors-wrapper .tutor-content .tutor-description-wrapper h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.4;
	margin: 0 0 20px;
}

.fc-tutors .fc-tutors-tutors-wrapper .tutor-content .tutor-description-wrapper p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.03em;
}

.fc-tutors .fc-tutors-tutors-wrapper .tutor-content .tutor-description-wrapper .btn-tutors {
	align-self: self-end;
  padding: 12px 50px;
  font-size: 16px;
}

@media (max-width: 991px) {
	.fc-tutors .fc-tutors-tutors-wrapper .tutor-content .tutor-image-wrapper {
		max-width: 300px;
    width: 100%;
    margin: auto;
	}
	.fc-tutors .fc-tutors-tutors-wrapper .tutor-content .tutor-description-wrapper {
		text-align: center;
		margin-bottom: 20px;
	}
	.fc-tutors .fc-tutors-tutors-wrapper .tutor-content .tutor-description-wrapper .btn-tutors {
		margin: auto;
	}
}

/* END SECTION TEXT IMAGE */
