/* 
Theme Name: Turulo
Theme URI: koncept404.pl
Author: Adrian Turulski
Author URI: turulo.pl/
Description: Motyw firmowy
Version: 1.0 
*/

/*-----------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');




html{
	scroll-behavior: smooth;
	margin-top: 0 !important;
	overflow-x: hidden;
}


/*-----------------------------------------------------------
	Fonts
-------------------------------------------------------------*/

@media (max-width: 991px) {
	iframe {
		width: 100%;
	}
}

*,
*::before,
*::after {
  box-sizing: border-box;
}



h1,
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: abacaxi-latin-variable, sans-serif;
	color: #1A1A1A;
	margin: 0;
	line-height: 1.3;
}


h1 {
	/*F:27-50;*/
}

h2 {
	/*F:27-40;*/
}

h3 {
	/*F:20-30;*/
	font-weight: 400;
}

h4 {
	/*F:18-25;*/
}

h5 {
	/*F:16-20;*/
}


body {
    /* F:14-16; */
    color: #000;
    font-family: abacaxi-latin-variable, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.32px;
}


body p {
    margin: 0;
}

a {
	color: #1A1A1A;
	text-decoration: none;
	transition: all 0.3s;
}




/*-----------------------------------------------------------
	HEADER
-------------------------------------------------------------*/



.header-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #FE3344;
}

.header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    height: 4.81vw;
}


.header .menu-desktop .menu {
	display: inline-flex;
	gap: 20px;
	justify-content: flex-start;
    list-style: none;
}


.header .col-center {
    display: grid;
    justify-content: center;
}

.header .custom-logo {
    max-height: 40px;
    height: auto;
}


.header .col-right {
    display: grid;
    grid-auto-flow: column;
    justify-content: end;
    gap: 40px;
}


  


/*-----------------------------------------------------------
Overlay menu
-------------------------------------------------------------*/






/*---------------------------------------------
	Page header
---------------------------------------------*/

/*---------------------------------------------
	SLIDER
---------------------------------------------*/

/*-----------------------------------------------------------
	Home Content wrapper
-------------------------------------------------------------*/

/*-----------------------------------------------------------
	Content wrapper
-------------------------------------------------------------*/


/* ----------------------------------------------------------
BUTTON SECTION
-------------------------------------------------------------*/

.button-section {
    display: flex;
}

.button-section a {
	/* P:15-25 25-30; */
    /* F:14-17; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    border-radius: 81px;
    border: 1px solid #000;
}

/*-----------------------------------------------------------
	SECTION COMMON
-------------------------------------------------------------*/


.section {
    width: 100%;
	padding: 0;
	z-index: 1;
} 

.section-width {
	/* Pl:20-40; */  
	/* Pr:20-40; */  
}  
 

#section-1.section {
    /* P:40-80; */
}

#section-1.section .section-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
    /* G:20-50; */
}

/* Lewa kolumna */

#section-1.section .col-left .text-editor {
	/* M:0-20; */
}

#section-1.section .col-left .button-section {
	/* Mt:20-40; */
}

#section-1.section .col-left .button-section a {
	/* P:10-25; */
	padding: 10px 20px;
	border: 1px solid #000;
	border-radius: 30px;
	text-decoration: none;
}

/* Prawa kolumna */

#section-1.section .col-right .slider {
	/* W:280-487; */
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

#section-1.section .slider .swiper-wrapper {
	width: 100%;
}

#section-1.section .slider .item {
	text-align: center;
}

#section-1.section .slider .image-wrapper {
	/* W:280-487; */
	/* H:318-553; */
	width: 100%;
}

#section-1.section .slider .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#section-1.section .slider .podpis {
	/* Mt:15-25; */
}

#section-1.section .slider .dopisek {
	/* Mt:5-15; */
}






/* Sekcja 2 */

#section-2.section .section-content {
    /* G:30-40; */
    display: grid;
    grid-template-columns: auto 1fr;
}

#section-2.section .col-left {
    /* W:280-874; */
    display: grid;
}

#section-2.section .support-wrapper {
    /* G:10-10; */
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

#section-2.section .col-left .text-editor {
    /* Mt:30-40; */
}

#section-2.section .col-right {
    /* G:20-20; */
    display: grid;
    justify-content: flex-end;
	align-content: end;
}

#section-2.section .posts {
    /* G:30-40; */
    display: grid;
    grid-template-columns: 1fr 1fr;
}


/* Sekcja 3 */

#section-3.section .section-content {
    /* W:280-878; */
    /* H:177-274; */
    /* G:30-50; */
    display: grid;
}


/* Sekcja 4 */

#section-4.section {
    /* Mb:60-80; */
}

#section-4.section .section-content {
    /* G:60-28; */
    display: grid;
    position: relative;
}

#section-4.section .support-wrapper {
    /* G:15-15; */
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    
}

#section-4.section .columns {
    /* G:28-60; */
	/* Mt:30-40; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#section-4.section .col {
	display: grid;
}


#section-4.section .col .nazwa {
    /* Mb:20-23; */
}


#section-4.section .col .text-editor {
    /* Mb:45-40; */
}


#section-4.section .col .button-section {
    align-self: flex-start;
}


/* Sekcja 5 */

#section-5.section .section-width {
    /* Pt:80-165; */
    /* Pb:80-165; */
    /* Pl:20-298; */
    /* Pr:20-298; */
}


#section-5.section .section-content {
    display: grid;
    /* G:35-50; */
    place-items: center;
}


/* Sekcja 6 */

#section-6.section .section-width {
    /* Pt:60-80; */
    /* Pb:50-100; */
}

#section-6.section .section-content {
    display: grid;
	grid-template-columns: 1fr;
    /* G:20-75; */
}

#section-6.section .title-wrapper {
    /* Mb:20-23; */
}

#section-6.section .text-editor {
    /* W:280-487; */
    /* Mb:50-75; */
}

#section-6.section .loga {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* G:50-160; */
    width: 100%;
}

#section-6.section .loga .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Sekcja 7 */

#section-7.section .section-width {
    /* Pt:46-200; */
    /* Pb:60-60; */
    /* Pl:20-40; */
    /* Pr:20-426; */
}
 
#section-7.section .title-wrapper {
    max-width: 1600px;
}


/* Sekcja 8 */

#section-8.section {
    /* Mb:60-80; */
}

#section-8.section .image-wrapper,
#section-8.section .image-wrapper img {
    /* H:153-834; */
	/* W:280-1520; */
	width:100%;
}


/* Sekcja 9 */

#section-9.section .section-content {
    /* Mb:60-100; */
}

#section-9.section .osoba {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* G:30-30; */
}


#section-9.section .osoba .item {
    display: grid;
}

#section-9.section .image-wrapper {
    /* H:318-553; */
    /* Mb:15-25; */
}

#section-9.section .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#section-9.section .support-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    /* Mb:20-20; */
    column-gap: 6px;
}


/* Sekcja 10 */

#section-10.section .section-content {
    /* Mb:40-60; */
}

#section-10.section .col-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#section-10.section .support-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

#section-10.section .posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* G:20-30; */
}


/* Sekcja 11 */

#section-11.section .section-content {
    /* Mb:60-100; */
    display: grid;
    /* G:20-30; */
}

#section-11.section .support-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    /* G:10-15; */
}

#section-11.section .title-wrapper {
    /* F:22-32; */
}

#section-11.section .dopisek {
    /* Ml:10-15; */
}

#section-11.section .text-editor {
    max-width: 874px;
    /* Mt:20-30; */
    /* Mb:40-60; */
}

#section-11.section .tabela {
    display: grid;
    /* G:10-10; */
}

#section-11.section .tabela .item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    /* P:10-10 0; */
}


/*-----------------------------------------------------------
	Lightbox
-------------------------------------------------------------*/


#lightbox {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: calc(100% + var(--scrollbar-width));
	height: 100%;
	overflow: auto;
	background-color: white;
}

#lightbox .section-width {
	position: relative;
	height: 100%;
	padding: 1vw 4vw;
}

#lightbox .close {
	position: absolute;
	right: 4vw;
	cursor: pointer;
}

#lightbox .close a {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #F0F0F0;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    font-weight: 600;
    padding-bottom: 2px;
    line-height: 1;
    font-family: abacaxi-latin-variable, sans-serif;
}

#lightbox .count-wrap {
    display: flex;
    justify-content: center;
	display: none;
}


#lightbox .media-wrap {
    display: flex;
    justify-content: center;
    width: 76.00vw;
    height: calc(100% - 11.4vw);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#lightbox .media-wrap img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

#lightbox .details-wrap {
    display: flex;
    justify-content: center;
    max-width: 912px;
    margin: 10px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

#lightbox .description {
    text-align: center;
    margin: 0;
}

#lightbox .arrow-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    width: 92.00vw;
    display: flex;
    justify-content: space-between;
	display: none;
}

#lightbox .arrow {
    cursor: pointer;
}



/*-----------------------------------------------------------
	Footer 
-------------------------------------------------------------*/



.footer-wrapper {
    /* Pt:45-65; */
    /* Pb:80-135; */
    /* Pl:20-40; */
    /* Pr:20-40; */
}

.footer-wrapper .columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


.footer-wrapper .col-left {
    /* W:280-874; */
    /* Mr:0-245; */
}

.footer-wrapper .col-center {
    /* W:187-187; */
    /* Mr:0-200; */
}

.footer-wrapper .col-right {
	display: grid;
	/* W:280-487; */
	/* G:20-20; */
	justify-items: end;
}



/*-----------------------------------------------------------
	Page Loader 
-------------------------------------------------------------*/



/*-----------------------------------------------------------
HAMBURGER
-------------------------------------------------------------*/

.menu-mobile{
	width: 30px;
}

/*-----------------------------------------------------------
HAMBURGER
-------------------------------------------------------------*/

.hamburger {
	padding: 0;
	display: flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; 
}

.hamburger:hover {
	opacity: 1; 
}

.hamburger.is-active:hover {
	opacity: 1; 
}

.hamburger-box {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 23px;
}

.hamburger-inner{
	transition: .5s;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 30px;
	height: 2px;
	position: absolute;
	transition: .2s !important;
	background-color: #707070;
}

.hamburger-inner {
	display: block;
	top: calc(50% - 1px);
	margin: 0 auto;
	lefT: 0;
	right: 0; 
}

.hamburger-inner::before, 
.hamburger-inner::after {
	content: "";
	display: block; 
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
	bottom: -10px; 
}

.hamburger--emphatic .hamburger-inner::after {
	top: 10px;
}


/* Specific */

.hamburger--emphatic.is-active .hamburger-inner, 
.hamburger--emphatic.is-active .hamburger-inner::before, 
.hamburger--emphatic.is-active .hamburger-inner::after {
	background-color: #707070;
}





/*
* Emphatic
*/

.hamburger--emphatic {
	overflow: hidden; 
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in; 
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; 
}

.hamburger--emphatic .hamburger-inner::after {
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; 
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -80px;
	top: -80px;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); 
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -80px;
	top: -80px;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); 
}


   
  
  

   







