/*
Theme Name: MBTheme
Theme URI: https://mbtmedia.pl/
Author: MBT MEDIA SP. Z O.O.
Author URI: https://mbtmedia.pl/
Version: 2.0.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: mbtheme

*/

.section-title-light{
	font-family: 'Figtree';
	font-weight: 800;
	font-style: Extrabold;
	font-size: 52px;
	line-height: 58px;
	color: #ffffff;
	margin-bottom: 30px;
}
.section-text-light{
	font-family: 'Figtree';
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;

}
.section-title-dark{
	font-family: 'Figtree';
	font-weight: 800;
	font-style: Extrabold;
	font-size: 30px;
	line-height: 38px;
	color: #131313;
}
.footer__row{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.footer{
	background: #4B3599;
	padding-top: 18px;
	padding-bottom: 23px;
}
.footer__copyright img{
	height: 25px;
	margin-bottom: 4px;
}
.footer__copyright{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items: flex-end;
}
.footer__info{
	font-family: 'Figtree';
	font-weight: 600;
	font-style: Semibold;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
}
.footer__text{
	font-family: 'Figtree';
	font-weight: 600;
	font-style: Semibold;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
}
.footer__text p{
	line-height: 16px;
}
.footer__text p:last-child{
	margin-bottom: 0px;
}
.footer__text a{
	text-decoration: underline;
}
.footer__text a:hover{
	color: #50DBAF;
}
a{
	transition: all .2s ease-in-out;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 999;
	transition: all .2s ease-in-out;
	padding: 40px 0;
}
.header__group{
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: center;
}
.header__navigation ul{
	display: flex;
	gap: 48px;
}
.header__navigation ul a{
	font-family: 'Figtree';
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
}
.header__navigation ul a:hover{
	color: #50DBAF;
}
.header.fixed{
    background: rgba(89, 89, 89, .5);
    backdrop-filter: blur(20px);
	padding: 20px 0;
}
.header--hidden {
	transform: translateY(-100%);
}
.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: #50DBAF;
}
.header__hamburger.opened .line-4 {
    transform: rotate(225deg);
	background: #50DBAF;
}
.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: linear-gradient(270deg, #7C58FF 0%, #4B3599 100%);
    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__button a{
	font-family: 'Figtree';
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0%;
	height: 50px;
	padding: 0 26px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #50DBAF;
	border: 1px solid #50DBAF;
	color: #ffffff!important;
}
.header__button a:hover{
	color: #50DBAF!important;
	background: transparent;
}
.header-mobile__button a{
	font-family: 'Figtree';
	font-weight: 700;
	font-style: Bold;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0%;
	height: 50px;
	padding: 0 26px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #50DBAF;
	border: 1px solid #50DBAF;
	color: #ffffff!important;
}
.header-mobile__button a:hover{
	color: #50DBAF!important;
	background: transparent;
}
.header-mobile__navigation ul{
	display: flex;
	gap: 20px;
	flex-direction: column;
	padding-bottom: 30px;
}
.header-mobile__navigation ul a{
	font-family: 'Figtree';
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 1024px){
	.header__navigation{
		display: none;
	}
	.header__hamburger{
		display: block;
	}
	.header.fixed{
		padding: 40px 0;
	}
}
@media screen and (max-width: 500px){
	.header__button{
		display: none;
	}
}
.contact-form p{
	margin-bottom: 0px;
	width: 100%;
}
.contact-row{
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.contact-column{
	flex: 1;
}
.contact-form textarea{
	height: 50px;
}
.contact-info, .contact-row:has(.contact-info) p{
	font-family: "Figtree";
	font-weight: 400;
	font-style: Regular;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0%;
	color: #131313;
	flex: 1;
}
.wpcf7-acceptance .wpcf7-list-item{
	margin-left: 0px;
}
.wpcf7-acceptance .wpcf7-list-item label{
	display: flex;
	gap: 7px;
}
.wpcf7-acceptance  label{
	margin-left: 0px;
}
.contact-row:has(textarea) p{
	line-height: 10px;
}
.wpcf7-spinner{
	display: none;
}
input[type=checkbox]{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    margin: 0;
    border: 1px solid #BABABA;
    width: 17px;
    height: 17px;
    display: grid!important;
    place-content: center;
	padding: 0;
	border-radius: 5px;
	max-width: 100%!important;
	margin: 0!important;
}
input[type=checkbox]::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 17px;
    padding-left: 1px;
    color: #4B3599;
    transform: scale(0);
    transition: all .2s ease-in-out;
}
input[type=checkbox]:checked::before{
	transform: scale(1);
}
.contact-info-wrapper{
	margin-top: 5px;
}
.contact-info-wrapper p{
	display: flex;
	gap: 7px;
}
.contact-info-star{
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
}
.wpcf7-list-item-label a{
	color: #131313;
}
.wpcf7-list-item-label a:hover{
	color: #50DBAF;
}
a svg{
	transition: all .2s ease-in-out;
}
.hero__contact .wpcf7-response-output,
#formularz-kontaktowy .wpcf7-response-output {
	display: none !important;
}