@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-section-hero {
	background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
	display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

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

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

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

.courses-section-hero .section-hero-content-wrapper .section-hero-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 30px;
}

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

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

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

@media (max-width: 400px) {
	.courses-section-hero .section-hero-content-wrapper .section-hero-content h1 {
		font-size: 32px;
	}
}

/* END SECTION HERO */

/* SECTION ICONS */

.courses-section-icons {
	padding: 90px 0 60px;
}

.courses-section-icons .section-icons-content-wrapper {
	text-align: center;
}

.courses-section-icons .section-icons-content-wrapper .section-icons-content {
	max-width: 900px;
	margin: auto;
}

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

.courses-section-icons .section-icons-content-wrapper .section-icons-content p {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

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

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

.courses-section-icons .section-icons-boxes-wrapper .icons-box-wrapper img {
	max-width: 45px;
	margin: 0 0 10px;
}

.courses-section-icons .section-icons-boxes-wrapper .icons-box-wrapper h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	color: #000;
	margin: 0 0 20px;
}

/* END SECTION ICONS */

/* SECTION TEXT NUMBER */

.courses-section-text-numbers {
	padding: 90px 0 60px;
	max-width: 1080px;
  margin: auto;
}

.courses-section-text-numbers .section-text-numbers-content-wrapper {
	text-align: center;
}

.courses-section-text-numbers .section-text-numbers-content-wrapper .section-text-numbers-content {
	max-width: 900px;
	margin: auto;
}

.courses-section-text-numbers .section-text-numbers-content-wrapper .section-text-numbers-content h2 {
	font-size: 35px;
	line-height: 1.3;
	font-weight: 600;
	margin: 0 0 20px;
}

.courses-section-text-numbers .section-text-numbers-text-wrapper {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.courses-section-text-numbers .section-text-numbers-text-wrapper .section-text-numbers-text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;

}

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

.courses-section-text-numbers .section-text-numbers-numbers-wrapper {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.courses-section-text-numbers .section-text-numbers-numbers-wrapper .section-text-numbers-numbers {
	text-align: center;
}

.courses-section-text-numbers .section-text-numbers-numbers-wrapper .section-text-numbers-numbers h3 {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.3;
}

.courses-section-text-numbers .section-text-numbers-numbers-wrapper .section-text-numbers-numbers h4 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 30px;
}

@media (max-width: 991px) {
	.courses-section-text-numbers .section-text-numbers-text-wrapper .section-text-numbers-text p {
		text-align: center;
	}
}

/* END SECTION TEXT NUMBER */

/* SECTION COURSES */

.courses-section-courses {
	padding: 90px 0 60px;
}

.courses-section-courses .section-courses-content-wrapper {
	text-align: center;
}

.courses-section-courses .section-courses-content-wrapper .section-courses-content {
	max-width: 900px;
	margin: auto;
}

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

.courses-section-courses .section-courses-content-wrapper .section-courses-content p {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

.courses-section-courses .section-courses-table-wrapper {
	margin: 20px 0 0;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table {
	padding: 40px 50px;
  box-shadow: 0px 4px 18px rgb(0 0 0 / 15%);
  border-radius: 20px;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table {
	width: 100%;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table thead {
	height: 70px;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table thead tr {
	border-bottom: 4px solid rgba(217, 217, 217, 0.36);
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table thead tr th {
	color: var(--inm-light-blue);
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr {
	height: 50px;
	border-bottom: 4px solid rgba(217, 217, 217, 0.36);
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td {
	padding: 10px 0;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.button .btn-courses {
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.5px;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.title {
	width: 40%;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.title p,
.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.taxonomies p,
.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.tutors p {
	padding: 0 10px 0 0;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.tutors p {
	max-width: 200px;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.tutors p span {
	display: block;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.title p {
	max-width: 300px;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.taxonomies p span::after,
.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.tutors p span::after {
	content: ' /';
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.taxonomies p span:last-child::after,
.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.tutors p span:last-child::after {
	content: none;
}

.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td p {
	display: table-cell;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 0.5px;
}

@media (max-width: 991px) {
	.courses-section-courses .container {
		max-width: 95%;
	}
}

@media (max-width: 767px) {
	.courses-section-courses .section-courses-table-wrapper .section-courses-table table thead {
		height: 10px;
	}
	.courses-section-courses .section-courses-table-wrapper .section-courses-table thead tr th {
		display: none;
	}
	.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr {
		display: flex;
    flex-wrap: wrap;
    height: auto;
    flex-direction: column;
    text-align: center;
		padding: 20px 0;
	}
	.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td {
		display: flex;
    justify-content: center;
    flex-direction: row;
	}
	.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.title {
		width: 100%;
	}
	.courses-section-courses .section-courses-table-wrapper .section-courses-table table tbody tr td.title p {
		font-size: 20px;
		font-weight: 500;
		max-width: 100%;
	}
}

/* END SECTION COURSES */

/* SECTION TEXT IMAGE */

.courses-section-text-img {
	padding: 90px 0 60px;
}

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

.courses-section-text-img .section-text-content-wrapper .section-text-content h2 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.5;
	margin: 0 0 30px;
}

.courses-section-text-img .section-text-content-wrapper .section-text-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
}

.courses-section-text-img .section-text-content-wrapper .section-text-content .btn-courses {
	max-width: none;
	margin: 20px 0 0;
}

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

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

.courses-section-text-img .section-img-image-wrapper .section-img-image img {
	max-width: 400px;
	width: 100%;
}

@media (max-width: 991px) {
	.courses-section-text-img .section-text-content-wrapper .section-text-content {
		text-align: center;
	}
	.courses-section-text-img .section-img-image-wrapper .section-img-image img {
		padding-top: 30px;
	}
}

/* END SECTION TEXT IMAGE */

/* SECTION TUTORS */

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

.courses-section-tutors .section-tutors-content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 900px;
	text-align: center;
	margin: 0 auto 20px;
}

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

.courses-section-tutors .section-tutors-content-wrapper p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

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

.courses-section-tutors .section-tutors-slider-wrapper {
	margin: 20px 0 0;
}

.courses-section-tutors .section-tutors-slider-wrapper .courses-tutors .slick-list .slick-track {
	display: flex;
}

.courses-section-tutors .section-tutors-slider-wrapper .courses-tutors .slick-list .slick-track .slick-slide {
	height: auto;
}

.courses-section-tutors .section-tutors-slider-wrapper .courses-tutors .slick-list .slick-track .slide {
	padding: 10px;
}

.courses-section-tutors .section-tutors-slider-wrapper .courses-tutors .slick-list .slick-track .slide .slide-content {
	box-shadow: 0px 4px 18px rgb(0 0 0 / 15%);
  border-radius: 20px;
	padding: 20px 20px 60px;
	text-align: center;
	height: 100%;
	position: relative;
}

.courses-section-tutors .section-tutors-slider-wrapper .courses-tutors .slick-list .slick-track .slide .slide-content img {
	max-width: 150px;
	margin: 0 auto 20px;
}

.courses-section-tutors .section-tutors-slider-wrapper .courses-tutors .slick-list .slick-track .slide .slide-content h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 20px;
}

.courses-section-tutors .section-tutors-slider-wrapper .courses-tutors .slick-list .slick-track .slide .slide-content ul {
	text-align: left;
	margin: 0 0 20px;
}

.courses-section-tutors .section-tutors-slider-wrapper .courses-tutors .slick-list .slick-track .slide .slide-content ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 20px;
}

.courses-section-tutors .section-tutors-slider-wrapper .courses-tutors .slick-list .slick-track .slide .slide-content ul li::marker {
	color: var(--inm-light-blue);
}

.courses-section-tutors .section-tutors-slider-wrapper .courses-tutors .slick-list .slick-track .slide .slide-content .btn-courses {
	max-width: none;
  width: 80%;
	position: absolute;
	left: 10%;
	bottom: 20px;
}

.courses-section-tutors .section-tutors-button-wrapper {
	margin: 60px 0 0;
}

/* END SECTION TUTORS */

/* SECTION REVIEWS */

.courses-section-reviews {
	padding: 90px 0 60px;
}

.courses-section-reviews .section-reviews-title-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 900px;
	text-align: center;
	margin: 0 auto 20px;
}

.courses-section-reviews .section-reviews-title-wrapper h2 {
	font-weight: 600;
	font-size: 35px;
	line-height: 1.3;
	margin: 0 0 20px;
}

.courses-section-reviews .section-reviews-content-wrapper {
	margin: 20px 0 0;
}

.courses-section-reviews .section-reviews-content-wrapper .section-reviews .slick-list .slick-track .slide {
	padding: 10px;
}

.courses-section-reviews .section-reviews-content-wrapper .section-reviews .slick-list .slick-track .slide .slide-content {
	box-shadow: 0px 4px 18px rgb(0 0 0 / 15%);
  border-radius: 20px;
	padding: 10px;
}

.courses-section-reviews .section-reviews-content-wrapper .section-reviews .slick-list .slick-track .slide .slide-content .section-reviews-hr {
	width: 120px;
  border-width: 2px;
  color: var(--inm-light-blue);
	opacity: 1;
}

.courses-section-reviews .section-reviews-content-wrapper .section-reviews .slick-list .slick-track .slide .slide-content .section-reviews-hr.top {
	margin: 15px auto 15px 0;
}

.courses-section-reviews .section-reviews-content-wrapper .section-reviews .slick-list .slick-track .slide .slide-content .section-reviews-hr.bottom {
	margin: 5px 0 15px auto;
}

.courses-section-reviews .section-reviews-content-wrapper .section-reviews .slick-list .slick-track .slide .slide-content .review-content-wrapper {
	padding: 60px 20px 30px;
}

.courses-section-reviews .section-reviews-content-wrapper .section-reviews .slick-list .slick-track .slide .slide-content .review-content-wrapper .review-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 10px;
}

.courses-section-reviews .section-reviews-content-wrapper .section-reviews .slick-list .slick-track .slide .slide-content .review-content-wrapper .review-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.courses-section-reviews .section-reviews-content-wrapper .section-reviews .slick-list .slick-track .slide .slide-content .review-content-wrapper .review-text p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
}

.courses-section-reviews .section-reviews-content-wrapper .section-reviews .slick-list .slick-track .slide .slide-content .review-content-wrapper .review-text p strong {
	font-weight: 400;
	color: var(--inm-light-blue);
}

.courses-section-reviews .section-reviews-content-wrapper .section-reviews .slick-list .slick-track .slide .slide-content h3 {
	color: var(--inm-light-blue);
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	text-align: right;
	margin: 0 0 0 0;
}

.courses-section-reviews .section-reviews-content-wrapper .section-reviews .slick-list .slick-track .slide .slide-content h4 {
	color: #767676;
	text-align: right;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}

/* END SECTION REVIEWS */

/* SECTION FAQ */

.courses-section-faqs {
	padding: 30px 0 60px;
}

.courses-section-faqs .section-faqs-content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 900px;
	text-align: center;
	margin: 0 auto 20px;
}

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

.courses-section-faqs .section-faqs-tabs-wrapper {
	max-width: 1200px;
	margin: auto;
}

.courses-section-faqs .section-faqs-tabs-wrapper .accordion {
	--bs-accordion-color: #000;
	--bs-accordion-border-color: #f0f0f0;
	--bs-accordion-border-width: 3px;
	--bs-accordion-btn-color: var(--inm-light-blue);
	--bs-accordion-btn-focus-border-color: #fff;
	--bs-accordion-active-color: #000;
	--bs-accordion-active-bg: #fff;
	--bs-accordion-btn-padding-x: 0;
	--bs-accordion-btn-padding-y: 0;
	--bs-accordion-body-padding-x: 0;
	--bs-accordion-body-padding-y: 20px;
}

.courses-section-faqs .section-faqs-tabs-wrapper .accordion .accordion-item {
	border: none;
	border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.courses-section-faqs .section-faqs-tabs-wrapper .accordion .accordion-item .accordion-header .accordion-button {
	font-size: 18px;
  font-weight: 500;
	color: var(--bs-accordion-active-color);
}

.courses-section-faqs .section-faqs-tabs-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.courses-section-faqs .section-faqs-tabs-wrapper .accordion .accordion-item .accordion-body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

.courses-section-faqs .section-faqs-button-wrapper {
	text-align: center;
	margin: 30px 0 0;
}

.courses-section-faqs .section-faqs-button-wrapper .btn-courses {
	max-width: 200px;
	margin: auto;
}

/* END SECTION FAQ */

/* SECTION CLIENTS */

.courses-section-clients {
	padding: 30px 0 60px;
}

.courses-section-clients .courses-clients-title-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 900px;
	text-align: center;
	margin: 0 auto 20px;
}

.courses-section-clients .courses-clients-title-wrapper h2 {
	font-weight: 600;
	font-size: 35px;
	line-height: 1.3;
	margin: 0 0 20px;
}

/* END SECTION CLIENTS */

/* SECTION CONTACT */

.courses-section-contact {
	padding: 30px 0 60px;
}

.courses-section-contact .form-wrapper .form-text-wrapper p strong {
	font-size: 18px;
	font-weight: 400;
	color: var(--inm-light-blue);
}

/* END SECTION CONTACT */

/* SECTION INFO */

.courses-section-info {
	padding: 0 0 60px;
}

.courses-section-info .section-info-content-wrapper {
	text-align: center;
	max-width: 1024px;
	margin: auto;
	padding: 30px 0 30px;
}

.courses-section-info .section-info-content-wrapper p {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

.courses-section-info .section-info-content-wrapper p strong {
	font-size: 18px;
	font-weight: 400;
	color: var(--inm-light-blue);
}

/* END SECTION INFO */
