/* 
// LPROJEKT CTE-Theme //
// CSS Style //
*/

/* PRIMARY COLOR (green): #b0db24 */
/* SECONDRY COLOR (gray): #8e9190 */

/* Main Styles */
html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 10px;
    overflow-x: hidden;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #0e0e0e;
    background-color: #fff;
}
body.open-menu {
    overflow-y: hidden;
}
.lp-container-fluid {
    width: 100%;
    height: auto;
}
section.lp-container-fluid {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.lp-row {
    padding-left: 1rem;
    padding-right: 1rem;
}
h2 {
    font-size: 2.6rem;
    font-weight: 400;
}
h3 {
	font-size: 1.8rem;
	font-weight: 400;
}
p {
    font-size: 1.8rem;
    font-weight: 400;
}
ol li,
ul li {
    font-size: 1.8rem;
}
.policy-list {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.policy-list li {
	padding-bottom: 1.5rem;
	font-size: 1.6rem;
}
.policy-list li ul li {
	padding-top: .8rem;
	padding-bottom: 0;
}
hr {
    color: rgba(199, 199, 199, .3);
    width: 80%;
    text-align: center;
}
span.span-icon {
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
span.span-icon.phone-icon {
    height: 22px;
    width: 22px;
    background-image: url("../img/icons/phone.svg");
    margin-right: 10px;
}
span.span-icon.mail-icon {
    height: 18px;
    width: 24px;
    background-image: url("../img/icons/mail.svg");
    margin-right: 10px;
}
span.span-icon.address-icon {
    height: 24px;
    width: 24px;
    background-image: url("../img/icons/address.svg");
    margin-right: 10px;
}
span.span-icon.nip-icon {
    height: 18px;
    width: 39px;
    background-image: url("../img/icons/nip.svg");
    margin-right: 2px;
}
span.span-icon.facebook-icon {
    height: 24px;
    width: 24px;
    background-image: url("../img/icons/facebook.svg");
    margin-right: 10px;
}
span.span-icon.phone-icon-white {
    height: 25px;
    width: 25px;
    background-image: url("../img/icons/phone_white.svg");
    margin-right: 10px;
}

/* Header */
header {
    background-color: #fff;
    position: relative;
    z-index: 2000;
}
header.header-m {
    display: block;
    height: auto;
    -webkit-box-shadow: 0px 8px 14px -12px rgba(53, 66, 209, 1);
    -moz-box-shadow: 0px 8px 14px -12px rgba(53, 66, 209, 1);
    box-shadow: 0px 8px 14px -12px rgba(53, 66, 209, 1);
}
header.header-d {
    display: none;
    height: auto;
    -webkit-box-shadow: 0px 8px 14px -12px rgba(53, 66, 209, 1);
    -moz-box-shadow: 0px 8px 14px -12px rgba(53, 66, 209, 1);
    box-shadow: 0px 8px 14px -12px rgba(53, 66, 209, 1);
}
header.header-m .main-header {
    position: relative;
    height: 70px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
}
.main-header a.navbar-brand img {
    height: 50px;
    width: auto;
}
.main-header button {
    height: 28px;
    width: 32px;
    background-image: url("../img/icons/open_menu.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    margin-right: 10px;
    cursor: pointer;
}
body.open-menu .main-header button {
    height: 28px;
    width: 28px;
    background-image: url("../img/icons/close_menu.svg");
}

header.header-m .nav-header {
    height: 0;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
body.open-menu header.header-m .nav-header {
    height: calc(100vh - 70px);
    transition: all 0.5s ease-in-out;
}
.nav-header .menu-row {
    height: 100%;
    display: none;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
body.open-menu .nav-header .menu-row {
    display: block;
    transition: all 0.5s ease-in-out;
}

.nav-header .menu-row .main-nav {
    height: 60%;
}
.nav-header .menu-menu-glowne-container {
    height: 100%;
}
.nav-header .menu-row .main-nav ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    align-content: space-evenly;
    justify-items: center;
}
.nav-header .menu-row a {
    font-size: 2rem;
    text-decoration: none;
    color: #000;
}
.nav-header .menu-row li a {
    text-transform: uppercase;
    font-weight: 500;
}

.nav-header .menu-row .contact-nav {
    height: 30%;
    display: grid;
    align-content: space-evenly;
    justify-items: center;
}
/*.nav-header .menu-row .shape-row {*/
/*    height: 10%;*/
/*    position: relative;*/
/*    background-color: #8e9190;*/
/*}*/
span.span-shape.shape-1 {
    display: block;
    opacity: 0;
    height: 100px;
    width: 250px;
    position: absolute;
    background-image: url("../img/shapes/shape_1.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    right: 0;
    animation: shape1_out 1s ease 0s 1 normal forwards;
}
body.open-menu span.span-shape.shape-1 {
    bottom: -200px;
    opacity: 0;
    animation: shape1_in 1s ease .8s 1 normal forwards;
}
@keyframes shape1_in {
    0% {
        bottom: -200px;
        opacity: 0;
    }
    100% {
        bottom: 0;
        opacity: 1;
    }
}
@keyframes shape1_out {
    0% {
        bottom: 0;
    }
    100% {
        bottom: -200px;
    }
}

/* CONTENT */

.page-content {
    width: 100%;
}

/* SLIDER Section */
section.slider-container {
    width: 100%;
    height: 60vh;
    min-height: 500px;
    background-color: #fff;
    position: relative;
}
.slider-container .slide-item {
    width: 100%;
    height: 100%;
    background-position: 35% center;
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    align-items: center;
    justify-items: center;
    opacity: 0;
}
.slider-container .slide-item.active {
    animation: slide 0.8s ease-in-out 0.3s forwards;
}
@keyframes slide {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.slide-item span.text1 {
    position: absolute;
    left: 100px;
    top: 30%;
    font-family: 'Nunito', sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    color: #0765AA;
    opacity: 0;
}
.slide-item.active span.text1 {
    animation: slide-text1 1.4s ease-in-out 2s forwards;
}
@keyframes slide-text1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.slide-item span.text2 {
    position: absolute;
    left: -100vw;
    top: 38%;
    height: 40px;
    width: 240px;
    background-image: url("../img/slider/text2_bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    display: grid;
    align-content: center;
    justify-content: center;
    padding-right: 5px;
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
}
.slide-item.active span.text2 {
    animation: slide-text2 1.4s ease-in-out 1s forwards;
}
@keyframes slide-text2 {
    from {
        left: -100vw;
    }
    to {
        left: 0;
    }
}

.slide-item a.phone {
    position: absolute;
    right: -100vw;
    top: 78%;
    height: 45px;
    width: 265px;
    background-image: url("../img/slider/phone_bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    padding-left: 5px;
    text-decoration: none;
}

.slide-item.active a.phone {
    animation: slide-phone 1.4s ease-in-out 1.4s forwards;
}
@keyframes slide-phone {
    from {
        right: -100vw;
    }
    to {
        right: 0;
    }
}

span.span-shape.shape-2 {
    display: block;
    opacity: 0;
    height: 144px;
    width: 144px;
    position: absolute;
    background-image: url("../img/shapes/shape_2.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    right: 0;
    top: -200px;
    animation: shape2_in 1s ease 3s normal forwards;
}
@keyframes shape2_in {
    0% {
        top: -200px;
        opacity: 0;
    }
    75% {
        top: 0;
        opacity: 1;
    }
    100% {
        top: -10px;
        opacity: 1;
    }
}

span.span-shape.shape-3 {
    display: block;
    opacity: 0;
    height: 100px;
    width: 300px;
    position: absolute;
    background-image: url("../img/shapes/shape_3.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    left: -400px;
    bottom: 0;
    animation: shape3_in 1s ease 3.5s normal forwards;
}
@keyframes shape3_in {
    0% {
        left: -400px;
        opacity: 0;
    }
    75% {
        left: -60px;
        opacity: 1;
    }
    100% {
        left: -80px;
        opacity: 1;
    }
}

/* OFFER Section */
.title-container {
    padding: 2rem;
    text-align: center;
}
.title-container h2 {
    padding: 0.5rem 0;
    margin: 0;
    text-transform: uppercase;
}
.offer-middle {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.offer-middle ul {
    padding-bottom: 2rem;
}
.offer-image {
    position: relative;
}
.offer-image img {
    width: 80vw;
    height: auto;
    position: relative;
    z-index: 2;
}
.offer-image span.span-shape.shape-offer {
    display: block;
    height: auto;
    width: 50%;
    position: absolute;
    right: -5%;
    top: 0;
    z-index: 1;
}

/* ABOUT US Section */
.about-us-text1 {
    position: relative;
    z-index: 2;
}
.about-us-text1 span.span-shape.shape-about-us {
    display: block;
    height: auto;
    width: 600px;
    position: absolute;
    right: calc(50vw - 300px);
    top: 10%;
    opacity: 0;
    z-index: 1;
	transition: opacity .5s ease-in-out;
}
.about-us-text1 span.span-shape.shape-about-us.aos-animate {
	opacity: .9;
	transition: opacity .5s ease-in-out;
}

/* CONTACT Section */
section#kontakt {
	position: relative;
}
.contact-container h3 {
    font-size: 2.2rem;
    text-align: center;
}
.contact-data-box {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.contact-data-item {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-column-gap: 4rem;
    justify-items: center;
    align-items: center;
}
.contact-data-item span {
    justify-self: end;
}
.contact-data-item p {
    justify-self: start;
}
.contact-container span.span-shape.shape-contact {
    display: block;
    height: 600px;
    width: 69px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .9;
    z-index: 1;
}

.contact-form {
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.contact-form .form-group {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}
.contact-form label {
    display: inline-block;
    font-size: 1.5rem;
	font-weight: 400;
    margin-bottom: .5rem;
}
.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    padding: .3rem 0;
    font-size: 1.8rem;
    font-weight: 400;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
.contact-form .form-control:focus,
.contact-form .form-control:focus-visible {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(1, 163, 212, 1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(1, 163, 212, 1);
	box-shadow: 0px 0px 2px 2px rgba(1, 163, 212, 1);
    border-color: transparent;
	outline: none;
}
.contact-form button.btn {
	border: none;
	background-color: #01A3D4;
    font-size: 1.8rem;
	color: #fff;
	padding: 4px 22px;
	border-radius: 3px;
	margin-top: 2rem;
}
form.lp-contact-form span.error {
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 0 10px;
    color: red;
}

/* Footer */
footer {
    background-color: #f6f6f6;
}
footer .footer-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1.2rem;
}
footer span,
footer a {
    font-size: 1.2rem;
}
footer a {
    text-decoration: none;
    color: #0765AA;
}

@media (min-width: 768px) {
    .lp-row {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .lp-row {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    /* Header */
    header.header-m {
        display: none;
    }
    header.header-d {
        display: block;
    }
    .header-d .main-header {
        display: grid;
        grid-template-columns: 300px auto;
    }
    .header-d .main-header .nav-column {
        display: grid;
        align-content: center;
    }
    .main-header .contact-nav {
        text-align: end;
    }
    .main-header .contact-nav a {
        padding-left: 4rem;
        font-size: 2rem;
        text-decoration: none;
        color: #0e0e0e;
    }
    .main-header .contact-nav span.span-icon.phone-icon {
        height: 16px;
        width: 16px;
    }
    .main-header .contact-nav span.span-icon.mail-icon {
        height: 14px;
        width: 18px;
    }
    .main-header .contact-nav a {
        font-size: 1.5rem;
    }
    .main-header .nav-header {
        padding: 1rem 0;
    }
    .main-header .nav-header .menu-row {
        display: block;
    }
    .nav-header .menu-row .main-nav ul {
        display: flex;
        justify-content: end;
        column-gap: 40px;
    }

    /* Slider */
    span.span-shape.shape-2 {
        height: 200px;
        width: 200px;
    }
    span.span-shape.shape-3 {
        height: 120px;
        width: 400px;
    }
    .slide-item span.text1 {
        left: 170px;
        font-size: 3.4rem;
    }
    .slide-item span.text2 {
        height: 45px;
        width: 350px;
        font-size: 2.2rem;
        font-weight: 400;
    }
    .slide-item a.phone {
        top: 80%;
        height: 55px;
        width: 400px;
        font-size: 2.8rem;
        font-weight: 500;
    }
    span.span-icon.phone-icon-white {
        height: 30px;
        width: 30px;
    }
    span.span-shape.shape-1 {
        display: none;
    }

    /* OFFER Section */
    .offer-middle .wp-block-group__inner-container {
        display: grid;
        grid-template-columns: 55% 40%;
        align-items: center;
        grid-column-gap: 5%;
    }
    .offer-text2 .wp-block-group__inner-container {
        display: block;
    }
    .offer-image {
        height: 100%;
        width: 100%;
    }
    .offer-image .wp-block-group__inner-container {
        display: flex;
        height: 100%;
    }
    .offer-image img {
        width: 100%;
    }
    .offer-image span.span-shape.shape-offer {
        top: unset;
        right: -10%;
    }

    /* ABOUT US Section */
    .about-us-text1 span.span-shape.shape-about-us {
        top: 0;
        transform: rotate(-25deg);
    }

    /* CONTACT Section */
    #kontakt .contact-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    /* FOOTER */
    footer {
        margin-top: 40px;
    }
    footer .footer-container {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 1280px) {

	/* SLIDER Section */
	section.slider-container {
		height: 70vh;
		min-height: 600px;
	}

    /* ABOUT US Section */
    .about-us-text1 span.span-shape.shape-about-us {

    }
}

@media (min-width: 1400px) {
    header.header-d.lp-container-fluid,
    section.lp-container-fluid,
    footer.lp-container-fluid {
        display: grid;
        justify-content: center;
    }
    .lp-row {
        width: 1320px !important;
        max-width: 1320px !important;
    }

    /* ABOUT US Section */
    .about-us-text1 span.span-shape.shape-about-us {
        top: -40px;
        right: calc(50vw - 700px);
    }
}