/*
Theme Name: Drezyny v2
Theme URI: https://weboski.pl/
Author: Weboski
Author URI: https://weboski.pl
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
Text Domain: drezyny
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--color1: #fed16e;
	--color2: #f08372;
	--textcolor: #2c2e35;
	--altfont: "Dela Gothic One", sans-serif;
}



body {	
	font-family: "Cascadia Mono", sans-serif;
	font-size: 26px;
	color: #2c2e35;
	line-height: 1.25em;
	margin: 0 0;
	padding: 0 0;
	overflow-x: hidden;
}
.main-h1,
.gopher {
	font-family: var(--altfont);
	font-weight: 400;
	font-style: italic;
}
.main-h1 {
	
}
.main-h2 h2 {
	font-size: 20px !important;
	color: #FFF;
	font-weight: 400;
	font-family: "Cascadia Mono", sans-serif;
	text-transform: initial;
	font-style: normal;
}
.bg-line {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
}
@media (max-width: 992px) {
	.bg-line {
		max-width: 100%;
	}
}
#logo_lkd {
	width: 300px;
	height: 200px;
}
#logo_lkd .st0 {
	fill: #FFF;
}
@media (max-width: 992px) { 
	#logo_lkd {
		width: 180px;
		height: 100px;
	}
}
a {
	color: inherit;
	text-decoration: none;
	transition: all .25s ease;
}
h1, h2, h3 {
	text-transform: uppercase;
}
h2 {
	font-family: var(--altfont);
	font-style: italic;
	font-weight: 400 !important;
}
.elementor-section.elementor-section-boxed > .elementor-container,
.container {
	max-width: 1000px !important;
	margin: 0 auto;
}
header .elementor-container {
	position: relative;
	z-index: 10;
}
a.logo {
	transition: all .25s ease;
	position: relative;
}
a.logo svg {
	position: relative;
	z-index: 5;
}
a.logo:before {
    background-color: #f08372;
    content: "";
    position: absolute;
    width: 80%;
    height: 90%;
    z-index: 3;
    top: 5%;
    left: 10%;
    border-radius: 100%;
}
a.logo:hover {
	transform: scale(1.1);
}

h2.elementor-heading-title {
    font-weight: 400;
    font-size: 40px;
}
.slider h2.elementor-heading-title {
    background-color: var(--color1);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 7px;
    font-weight: 300;
    font-size: 60px;
    line-height: 57px;
}
.elementor-button {
    background-color: var(--color2) !important;
    color: #FFF;
    font-size: 20px !important;
    font-weight: 600;
    transition: all .25s ease;
    padding: 15px 50px !important;
    border-radius: 10px !important;
}
.elementor-button:hover {
	background-color: var(--textcolor) !important;	
}
a.elementor-button#full-btn {
    display: block !important;
    width: 100%;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    padding: 20px 20px;
    transform: translateY(-50px);
}
a.elementor-button#full-btn:hover {
	background-color: var(--color1);
	color: var(--textcolor);
}
header.elementor-section.elementor-section-boxed {
    padding: 30px 0;
}
nav.nawigacja {
    width: calc(100% - 200px);
    margin-left: 100px;
}
nav.nawigacja ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0 0;
    padding: 0 0;
	font-size: 18px;
	font-weight: 500;
}
nav.nawigacja ul li:not(:last-of-type) a {
	transition: all .25s ease;
}
nav.nawigacja ul li:not(:last-of-type) a:hover {
	opacity: .5;
}
.btn,
nav.nawigacja ul li:last-of-type a {
    background-color: var(--color1);
    color: #000;
    display: inline-block;
    font-family: var(--altfont);
    padding: 20px 40px;
    border-radius: 0px;
    font-weight: 400;
    font-style: italic;
    line-height: 1em;
    font-size: 20px;
    text-transform: uppercase;
}

.btn:hover,
nav.nawigacja ul li:last-of-type a:hover {
	background-color: var(--textcolor);
	color: var(--color1);
}
form.wpcf7-form.init {
    max-width: 900px;
    margin: 0 auto;
}
.wpcf7-form-control {
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    border: 1px #cdcdcd solid;
    width: 100%;
    font-family: Inter,Arial;
}


.slider-section {
    position: relative;
}
.right-line {
    position: absolute;
	right: 0;
	transform: translate(530px, -560px);
}

.icons-wrap {
	position: relative;	
}
.icons-wrap:before {
    background-color: #f08372;
    width: 2000px;
    height: 250%;
    position: absolute;
    border-radius: 100%;
    content: "";
    transform: skewX(-3deg) translateX(-50%) rotate(90deg);
    left: 50%;
    bottom: -90%;
}
@media (max-width: 992px) { 
	.icons-wrap:before {
		max-width: 100%;
		transform: initial;
		left: 0;
		bottom: initial;
		top: 100px;
		border-radius: 70px;
	}
}

.icons-wrap .small-wrapper {
    width: 670px !important;
    max-width: 700px !important;
	padding: 25px 15px 50px
}

.elementor-section .elementor-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.icons h4 {
    display: block;
    margin: 15px auto;
    max-width: 220px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.5px;
    padding: 10px;
    line-height: 30px;
}
.circle-images {
	margin-bottom: 50px !important;
}
.circle-images img.swiper-slide-image {
    border-radius: 50%;
    width: 90%;
    height: 300px;
	object-fit: cover;
}
footer.site-footer {
    background-color: var(--color2);
    margin: 0 0 20px 0;
    padding: 20px;
}
footer.site-footer nav {
	text-align: right;
}
footer.site-footer nav ul {
	display: flex;
	list-style: none;
	margin: 0 0;
	padding: 0 0;
	justify-content: flex-end;
}
footer.site-footer nav ul li {
	position: relative;
}
footer.site-footer nav ul a {
	color: #FFF;
	display: block;
	padding: 5px 15px;
	margin: 0 20px;
	font-size: 18px;
}
footer.site-footer nav ul li:not(:last-of-type):after {
    content: "/";
    display: inline-block;
    position: absolute;
    top: 8px;
    color: #FFF;
}

.site-info {
	font-size: 11px;
	text-align: center;
}



@media (max-width: 992px) {
	body {
		font-size: 20px;
	}
	header .elementor-container {
		display: block;
	}
	header .elementor-container a.custom-logo-link {
		flex: 0 0 100%;
		text-align: center;
	}
	header .elementor-container a.custom-logo-link img {
		
	}
	.right-line {
		display: none;
	}
	nav.nawigacja {
		width: 100%;
		margin-top: 15px;
		margin-left: 0px;
		margin-bottom: 5px;
	}
	nav.nawigacja li a {
		font-size: 16px;
	}
	nav.nawigacja ul {
		justify-content: space-evenly;
	}
	nav.nawigacja ul li:last-of-type a {
		padding: 5px 20px 8px;
		font-size: 16px;
		position: absolute;
		top: 30px;
		right: 10px;
	}
	h2.elementor-heading-title {
		font-weight: 400;
		font-size: 30px;
	}
	.slider h2.elementor-heading-title {
		padding: 5px 10px;
		font-weight: 300;
		font-size: 30px;
		line-height: 30px;
		margin: 0px 0 0;
	}
	.bar-under {
		height: 50px;
	}
}