/*
Theme Name: Avemtec
Theme URI: https://avemtec.pl/
Author: Avemtec
Author URI: https://avemtec.pl/
Version: 1.0.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: avemtec

*/

body main{
	padding-top: 120px;
}
body.home main,
body main:has(.hero-subpage-section){
	padding-top: 0px!important;
}
h1, h2, h3, h4, h5, h6, p{
	font-family: 'Montserrat';
}
.link-underline {
  display: inline-block;
  position: relative;
}

.link-underline::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #845a6d;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.link-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 99999;
	transition: all .2s ease-in-out;
	padding: 10px 0;
	height: 120px;
}
.header__group{
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: center;
}
img.logo-group__logo{
	max-width: 120px;
}
.menu{
	display: flex;
	gap: 20px;
}
.header__navigation, .header__icons{
	background: #131313;
	border: 1px solid #845A6D;
	border-radius: 50px;
	padding: 15px 30px;
}
.menu a{
	font-family: 'Montserrat';
	text-decoration: none;
	font-weight: 400;
	transition: all .2s ease-in-out;
}
.header__icons a{
	font-family: 'Montserrat';
	text-decoration: none;
	font-weight: 400;
	display: flex;
	gap: 10px;
	align-items: center;
	transition: all .2s ease-in-out;
}
.header__icons a svg{
	width: 20px;
	height: 20px;
}
.header__icons a svg path{
	transition: all .2s ease-in-out;
}
.header__icons a:hover svg path{
	fill: #845A6D;
}
.menu a:hover,
.header__icons a:hover{
	color: #845A6D;
}
.header.fixed{
    background: rgba(89, 89, 89, .5);
    backdrop-filter: blur(20px);
}
.header__hamburger{
	width: 32px;
    height: 32px;
    position: relative;
    z-index: 10;
	display: none;
}

.header__hamburger-line{
	height: 4px;
    background-color: #fff;
    border-radius: 16px;
    display: block;
    position: absolute;
    right: 0;
    transition: all .3s ease-in-out;
	width: 32px;
}
.header__hamburger-line.line-1 {
    top: 5px;
}
.header__hamburger-line.line-2,
.header__hamburger-line.line-4 {
    top: 15px;
}
.header__hamburger-line.line-3 {
    top: 25px;
}
.header__hamburger.opened .line-2 {
	transform: rotate(-225deg);
	background: #845A6D;
}
.header__hamburger.opened .line-4 {
    transform: rotate(225deg);
	background: #845A6D;
}
.header__hamburger.opened .line-1 {
    transform: translateY(-50px);
    opacity: 0;
    pointer-events: none;
}
.header__hamburger.opened .line-3 {
    transform: translateY(50px);
    opacity: 0;
    pointer-events: none;
}
.mobile-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #232323;
    padding: 90px 30px;
    overflow-y: auto;
	text-align: center;
}
.mobile-menu__top{
	display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
}
.header-mobile__navigation .menu{
	flex-direction: column;
	align-items: center;
}
.header-mobile__icons{
	background: #131313;
	border: 1px solid #845A6D;
	border-radius: 50px;
	padding: 15px 30px;
	margin-top: 30px;
	display: inline-block;
}
.header-mobile__icons a{
	font-family: 'Montserrat';
	text-decoration: none;
	font-weight: 400;
	display: flex;
	gap: 10px;
	align-items: center;
	transition: all .2s ease-in-out;
}
.header-mobile__icons a svg{
	width: 20px;
	height: 20px;
}
.header-mobile__icons a svg path{
	transition: all .2s ease-in-out;
}
.header-mobile__icons a:hover svg path{
	fill: #845A6D;
}
.header-mobile__icons a:hover{
	color: #845A6D;
}
#site-title{
	max-width: 185px;
	flex: 1;
}
.footer__main{
	padding: 40px 0;
	background: #232323;
	border-top: 1px solid #d7d7d7;
}
.footer__wrapper{
	display: flex;
	gap: 20px;
}
.footer__wrapper .footer__column{
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer__column.column-1 img{
	max-width: 200px;
}
.footer__text-1{
	font-family: 'Montserrat';
	color: #fff;
}
.footer__text-1 p:last-child{
	margin-bottom: 0px;
}
.footer__phone,
.footer__email{
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat';
	font-weight: 600;
	transition: all .2s ease-in-out;
}
.footer__phone:hover,
.footer__email:hover{
	color: #845a6d;
}
.footer__bottom{
	padding: 20px 0;
	background: #131313;
	border-top: 1px solid #626262;
}
.footer__copyright{
	color: #a4a4a4;
	text-align: center;
	font-size: 12px;
	font-family: 'Montserrat';
}
.footer__column h5{
	font-family: 'Montserrat';
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
.footer__column ul{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer__column ul li a{
	font-family: 'Montserrat';
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
}
.footer__column ul li a:hover{
	color: #845A6D;
}
.footer__cta{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	border-radius: 50px;
	background: #845A6D;
	color: #fff;
	border: 1px solid #845A6D;
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
}
.footer__cta:hover{
	color:  #845A6D;
	background: transparent;
}
.footer__social{
	display: flex;
	gap: 10px;
	align-items: center;
}
.footer__social a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 50%;
	background: transparent;
	width: 50px;
	height: 50px;
}
.footer__social a:hover{
	background: #845A6D;
}
.footer__social img{
	max-width: 30px;
}
.lesson-video video{
	max-width: 100%;
}
.section-title-dark{
	font-size: 38px;
	line-height: 50px;
	font-family: 'Montserrat';
	color: #fff;
	font-weight: 600;
	position: relative;
	padding-top: 10px;
}
.section-title-light{
	font-size: 38px;
	line-height: 50px;
	font-family: 'Montserrat';
	color: #131313;
	font-weight: 600;
	position: relative;
	padding-top: 10px;
}
.section-title-dark::before,
.section-title-light::before{
	content: '';
	position: absolute; 
	top: 0;
	left: 0;
	height: 5px;
	width: 100px;
	background: #845A6D;
}
.button-primary{
	display: inline-block;
	padding: 10px 50px;
	color: #fff;
	border: 1px solid #845A6D;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	background: #845A6D;
	border-radius: 30px;
	text-decoration: none;
}
.button-primary:hover{
	background: transparent; 
	color: #845a6d;
}
.button-secondary{
	display: inline-block;
	padding: 10px 50px;
	color: #845A6D;
	border: 1px solid #845A6D;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	background: transparent;
	border-radius: 30px;
	text-decoration: none;
}
.button-secondary:hover{
	background: #845A6D; 
	color: #fff;
}

@media screen and (max-width: 768px){
	.footer__wrapper{
		flex-direction: column;
	}
	.footer__wrapper .footer__column.column-4{
		align-items: center;
	}
}
@media screen and (max-width: 1024px){
	.header__navigation,
	.header__icons{
		display: none;
	}
	.header__hamburger{
		display: block;
	}
	.lp-archive-courses .course-detail-info::after{
		content: none!important;
	}
}
.course-content .course-instructor-category,
.course-content .meta-item-quiz,
.course-content .meta-item-student,
.meta-item-instructor,
.meta-item-categories,
.course-nav-tab-instructor{
	display: none!important;
}
.course-title{
	line-height: 1em;
	max-width: 80%;
}
.courses-order-by{
	color: #000;
}
.courses-order-by option{
	background: #fff;
}
.course-sidebar-top{
	border-radius: 30px;
	overflow: hidden;
}
.course-summary{
	padding-bottom: 80px;
}
.lp_course-template-default .header,
.learnpress-page .header{
	background: #313131;
}