/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
a {
    color: unset;
}

img {
    width: 100%;
    object-fit: cover;
}

body[data-color="white"] .intro:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) !important;
    opacity: unset!important;
}
body[data-color="black"] .intro:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) !important;
    opacity: unset!important;
}

.header .elementor-menu-toggle {
    background-color: transparent !important;
}

body[data-color="white"] .header .elementor-menu-toggle svg {
    fill: #000000 !important;
}

header {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}

header .elementor-social-icons-wrapper {
    display: flex !important;
    gap: 20px !important;
}

header .sub-menu {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
header .sub-menu a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.header-active {
    min-height: 63px !important;
}
.header-active .logo img {
    width: 48px;
    height: 38px;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container{
    top: 0 !important;
    padding-top: 35px;
    height: 100vh;
    overflow-y: auto;
}

body.menu-open {
    overflow: hidden;

}

#intro-title.white h1 {
    color: #EAEAEA;
}

#intro-title.black h1 {
    color: #020000;
}

.hide-price {
    display: none;
}

.service-price-info {
    display: none;
}

.service-price-image {
    display: none;
}

.service:first-of-type .hide-price,
.service:first-of-type .service-price-info,
.service:first-of-type .service-price-image {
    display: block;
}

.service:first-of-type .show-price {
    display: none;
}


#about-us-title.white h2,
#about-us-text.white{
    color: #EAEAEA;
}

#about-us-title.black h2,
#about-us-text.black {
    color: #020000;
}

#about-us-wrapper.white {
    background-color: #FFFFFF;
}

#about-us-wrapper.black {
    background-color: #000000;
}

#slider_portfolio.white {
    background-color: #FFFFFF;
}

#slider_portfolio.black {
    background-color: #000000;
}

#slider_portfolio_text.white h2{
    color: #EAEAEA;
}

#slider_portfolio_text.black h2 {
    color: #020000;
}

#slider_portfolio_desc.white{
    color: #EAEAEA;
}

#slider_portfolio_desc.black{
    color: #020000;
}
/*.swiper-slide {*/
/*    width: fit-content!important;*/
/*}*/

.swiper-pagination {
    position: absolute;
    bottom: -75px;
    top: auto !important;
    width: 552px !important;
    height: 5px !important;
    margin: 0 auto;
    left: 50% !important;
    transform: translate(-50%, -50%)!important;
    background-color: #2A2A2A !important;
}

.slide-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.5s ease;
}

.slide-title {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.slide-content {
    position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.6);*/
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    /*pointer-events: none;*/
    transition: opacity 0.5s ease;
}

.slide-text, .slide-btn, .slide-content-title {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.slide-wrapper:hover .slide-content {
    opacity: 1;
    /*pointer-events: auto;*/
}

.slide-wrapper:hover .slide-text,
.slide-wrapper:hover .slide-btn,
.slide-wrapper:hover .slide-content-title {
    opacity: 1;
    transform: translateY(0);
}

.service__slide-wrapper:hover .slide-text,
.service__slide-wrapper:hover .slide-btn,
.service__slide-wrapper:hover .slide-content-title {
    opacity: 1;
    transform: translateY(-60px);
}

.slide-wrapper:hover .slide-title {
    opacity: 0;
    transform: translate(-50%, -80px);
}

.services-list {
    gap: 20px;
}

.service-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
    gap: 50px
}

.service-loop_cennik .service-wrapper {
    margin-top: 0;
}

.service-loop_cennik .services-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-loop_cennik-wrapper .service:not(:last-child) {
    border-bottom: 1px solid #2A2A2A;
}

.service-title {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #EAEAEA;
    line-height: 150%;
}

.service-price {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #EAEAEA;
    line-height: 150%;
}

.services_position-list {
    display: flex;
    flex-direction: column;
    gap: 200px;
}

.service_position-wrapper {
    display: flex;
    flex-direction: column;
    gap: 38px;
    color: #EAEAEA;
    font-family: 'Inter', sans-serif;
    padding-right: 100px;
}

.service_position-list {
    column-count: 2;
}
.service_position-img {
    position: sticky;
    top: 100px;
}

.custom-divider {
    height: 1px;
    background-color: #454545;
}

.service_position-info {
    display: flex;
    flex-direction: column;
    gap:  16px;
}

.service_position-btn {
    padding: 0;
    width: fit-content;
    background-color: transparent !important;
}

.service_position-btn .elementor-button-text {
    color: #C39F3C;
}

.service_position-btn .elementor-button-content-wrapper {
    justify-content: start!important;
}

.intro {
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .intro {
    min-height: 770px;
}

.service_position-title {
    font-size: 24px;
    font-weight: 600;
}

.service_position-text {
    font-size: 16px;
}

.service_position-list {
    padding-left: 16px;
}

.service_position-list li:not(:first-child) {
    margin-top: 27px;
}

.service_position-list li {
    font-size: 16px;
}

.service_position-btn {
    letter-spacing: 3.6px;
}

.elementor-button-icon {
    width: 14px;
}

header .elementor-button-icon {
    width: 9.5px;
}

.realizacja-slider__img img {
    aspect-ratio: 3/2;
    height: auto !important;
}

.single-service img {
    width: 100% !important;
}
.single-service #about-us-title,
.single-service #about-us-text {
    padding-right: 100px;
}

.elementor-button-link {
    border-bottom: 2px transparent solid !important;
    border-radius: 0 !important;
    padding-bottom: 6px !important;
}
.elementor-button-link:hover {
    border-bottom: 2px #C39F3C solid !important;
}

.services_additional-info {
    border-radius: 8px;
    padding: 20px;
    border: 1px #AEAEAE solid;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 100px;
    margin-right: 100px;
}

.services_additional-info img {
    width: 24px !important;
    height: 24px;
    object-fit: contain;
}

.services_additional-info p {
    font-size: 16px;
    line-height: 150%;
    font-family: 'Inter', sans-serif;
    color: #EAEAEA;
}
.services_additional-info a {
    font-size: 16px;
    line-height: 150%;
    font-family: 'Inter', sans-serif;
    color: #C39F3C;
    padding-top: 12px;
    padding-bottom: 12px;
}
.services_additional-info a:hover {
   cursor: pointer;
    text-decoration: underline;
}

.service_position-btn {
    font-size: 18px;
}

.service-arrow-prev, .service-arrow-next {
    width: 48px;
    height: 48px;
}
.service-arrow-prev img, .service-arrow-next img{
    filter: brightness(0) saturate(100%) invert(69%) sepia(52%) saturate(523%) hue-rotate(9deg) brightness(89%) contrast(94%);
}
.service-arrow-prev:hover, .service-arrow-next:hover {
    cursor: pointer;
}

.service-arrow-prev:hover img {
    filter: brightness(0);
}
.service-arrow-next:hover img {
    filter: brightness(0);
}
.service-arrow-prev .elementor-widget-image,
.service-arrow-next .elementor-widget-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-wrapper {
    border-radius: 8px;
    height: 426px;
}
.map-wrapper .elementor-custom-embed, .map-wrapper .elementor-custom-embed iframe {
    height: 100%;
}

.contact-form .elementor-field-option {
    position: relative;
}
.contact-form .elementor-field-option input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.contact-form .elementor-field-option::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #2a3045;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.contact-form .elementor-field-option label {
    margin-left: 25px;
    display: block !important;
    margin-top: -13px;
}

.contact-form .elementor-field-option label::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    transform: translateY(-50%) scale(0);
    width: 12px;
    height: 12px;
    background: #C39F3C;
    border-radius: 50%;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.contact-form .elementor-field-option input[type='checkbox']:checked + label::after {
    transform: translateY(-50%) scale(1);
}

@media screen and (max-width: 1440px) {
    .service_position-btn {
        letter-spacing: 0.25vw;
    }
    .header-active {
        min-height: 4.34vw !important;
    }
    .header-active .logo img {
        width: 3.3vw;
        height: 2.64vw;
    }
    .swiper-pagination {
        bottom: -5.21vw;
        width: 38.33vw !important;
        height: 0.35vw !important;
    }

    .slide-title {
        bottom: 2.22vw;
    }

    .slide-content {
        padding: 2.78vw;
    }

    .slide-text, .slide-btn, .slide-content-title {
        transform: translateY(5.56vw);
    }

    .services-list {
        gap: 1.39vw;
    }

    .service-wrapper {
        margin-top: 1.88vw;
        gap: 3.47vw;
    }

    .service-title {
        font-size: 1.11vw;
    }

    .service-price {
        font-size: 1.11vw;
    }

    .service-loop_cennik .services-list {
        gap: 1.04vw;
    }

    .service_position-wrapper {
        gap: 2.64vw;
        padding-right: 6.94vw;
    }

    .service_position-info {
        gap:  1.11vw;
    }

    .services_position-list {
        gap: 13.89vw;
    }

    .intro {
        min-height: 41.67vw;
    }

    .home .intro {
        min-height: 53.47vw;
    }

    .service_position-title {
        font-size: 1.67vw;
    }

    .service_position-text {
        font-size: 1.11vw;
    }

    .service_position-list li {
        font-size: 1.11vw;
    }
    .elementor-button-icon {
        width: 0.94vw;
    }
    header .elementor-button-icon {
        width: 0.66vw;
    }
    .services_additional-info {
        padding: 1.39vw;
        gap: 1.39vw;
        margin-top: 6.94vw;
        margin-right: 6.94vw;
    }

    .services_additional-info img {
        width: 1.67vw!important;
        height: 1.67vw;
    }

    .services_additional-info p {
        font-size: 1.11vw;
    }
    .services_additional-info a {
        font-size: 1.11vw;
        padding-top: 0.83vw;
        padding-bottom: 0.83vw;
    }
    .service_position-btn {
        font-size: 1.25vw;
    }
    .service-arrow-prev, .service-arrow-next {
        width: 3.33vw;
        height: 3.33vw;
    }
}

@media screen and (max-width: 1024px) {
    .service_position-btn {
        letter-spacing: 0.47vw;
    }
    .header-active {
        min-height: 8.14vw !important;
    }
    .header-active .logo img {
        width: 6.19vw;
        height: 4.95vw;
    }
    .swiper-pagination {
        bottom: -9.77vw;
        width: 71.88vw !important;
        height: 0.65vw !important;
    }

    .slide-title {
        bottom: 4.17vw;
    }

    .slide-content {
        padding: 5.21vw;
    }

    .slide-text, .slide-btn, .slide-content-title {
        transform: translateY(10.42vw);
    }

    .services-list {
        gap: 2.6vw;
    }

    .service-wrapper {
        margin-top: 3.52vw;
        gap: 6.51vw;
    }

    .service-title {
        font-size: 2.08vw;
    }

    .service-price {
        font-size: 2.08vw;
    }

    .service-loop_cennik .services-list {
        gap: 1.95vw;
    }

    .service_position-wrapper {
        gap: 4.95vw;
        padding-right: 13.02vw;
    }

    .service_position-info {
        gap: 2.08vw;
    }

    .services_position-list {
        gap: 26.04vw;
    }

    .intro {
        min-height: 78.13vw;
    }

    .home .intro {
        min-height: 100.26vw;
    }

    .service_position-title {
        font-size: 3.13vw;
    }

    .service_position-text {
        font-size: 2.08vw;
    }

    .service_position-list li {
        font-size: 2.08vw;
    }
    .elementor-button-icon {
        width: 1.76vw;
    }
    header .elementor-button-icon {
        width: 1.24vw;
    }
    .services_additional-info {
        padding: 2.6vw;
        gap: 2.6vw;
        margin-top: 13.02vw;
        margin-right: 13.02vw;
    }

    .services_additional-info img {
        width: 3.13vw!important;
        height: 3.13vw;
    }

    .services_additional-info p {
        font-size: 2.08vw;
    }
    .services_additional-info a {
        font-size: 2.08vw;
        padding-top: 1.56vw;
        padding-bottom: 1.56vw;
    }
    .service_position-btn {
        font-size: 2.34vw;
    }
    .service-arrow-prev, .service-arrow-next {
        width: 6.25vw;
        height: 6.25vw;
    }
    .map-wrapper {
        border-radius: 8px;
        height: 55.47vw;
    }
}

@media screen and (max-width: 768px) {
    .single-service #about-us-title,
    .single-service #about-us-text {
        padding-right: 0;
    }
    .service_position-btn {
        letter-spacing: 0.84vw;
    }
    body[data-color="white"] .contact-section h2 {
        color: #020000 !important;
    }
    .header-active {
        min-height: 14.54vw !important;
    }
    .header-active .logo img {
        width: 11.05vw;
        height: 8.84vw;
    }
    .swiper-pagination {
        width: 80% !important;
        bottom: -8.44vw;
        height: 1.16vw !important;
    }

    .slide-title {
        bottom: 7.44vw;
    }

    .slide-content {
        padding: 9.3vw;
    }

    .slide-text, .slide-btn, .slide-content-title {
        transform: translateY(18.6vw);
    }

    .services-list {
        gap: 4.65vw;
    }

    .service-wrapper {
        margin-top: 6.28vw;
        gap: 11.63vw;
    }

    .service-title {
        font-size: 3.72vw;
    }

    .service-price {
        font-size: 3.72vw;
    }

    .service-loop_cennik .services-list {
        gap: 3.49vw;
    }

    .service_position-wrapper {
        gap: 5vw;
        padding-right: 0;
    }

    .service_position-info {
        gap: 3.72vw;
    }

    .services_position-list {
        gap: 11.63vw;
    }

    .intro {
        min-height: 139.53vw;
    }

    .home .intro {
        min-height: 139.53vw;
    }

    .service_position-title {
        font-size: 5.58vw;
    }

    .service_position-text {
        font-size: 3.72vw;
    }

    .service_position-list li {
        font-size: 3.72vw;
    }
    .elementor-button-icon {
        width: 3.14vw;
    }
    header .elementor-button-icon {
        width: 2.21vw;
    }
    .service_position-img img {
        aspect-ratio: 1/1;
    }
    .services_additional-info {
        padding: 4.65vw;
        gap: 4.65vw;
        margin-top: 11.63vw;
    }

    .services_additional-info img {
        width: 5.58vw!important;
        height: 5.58vw;
    }

    .services_additional-info p {
        font-size: 3.72vw;
    }
    .services_additional-info a {
        font-size: 3.72vw;
        padding-top: 2.79vw;
        padding-bottom: 2.79vw;
    }
    .service_position-list {
        column-count: 1;
    }
    .service_position-btn {
        font-size: 4.19vw;
    }
    .service-arrow-prev, .service-arrow-next {
        width: 11.16vw;
        height: 11.16vw;
    }
    .map-wrapper {
        border-radius: 8px;
        height: 99.07vw;
    }
}


