/* 
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 */

/***Common***/
p {
    margin: 0 !important;
}

.social-media-wrapper {
    width: 60px;
}

.social-media-wrapper .elementor-widget-text-editor {
    transform: rotate(90deg);
}

.social-media-wrapper .e-con-inner {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    padding: 16px !important;
    position: absolute;
    right: 10px;
}

.social-media-wrapper p {
    width: 85px;
}

.social-media-wrapper .elementor-widget-image {
    display: flex;
}

.oferty-slider .e-con-inner {
    max-width: 100%;
}

.oferty-slider img {
    width: 100%;
}

.etap-link img {
    width: 15px;
}

.etap-item {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0 25px 0;
    width: fit-content;
    gap: 25px;
    cursor: pointer;
}

.etap-number {
    width: 40px;
    transition: 0.3s all;
    font-family: "Funnel Display", sans-serif;
    font-size: 18px;
}

.etap-title {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    width: 200px;
    font-family: "Funnel Display", sans-serif;
    font-size: 18px;
}

.etap-title strong {
    font-family: "Funnel Display", sans-serif;
    font-size: 30px;
    line-height: 120%;
}

.etap-desc {
    width: 334px;
    color: #ffffff;
    font-family: "Funnel Display", sans-serif;
    font-size: 16px;
    line-height: 120%;
}

.etap-link {
    opacity: 0;
    transition: 0.3s all;
}

.etap-item:hover .etap-link {
    opacity: 1;
}

.etap-item:hover .etap-number {
    color: #ffffff;
}

.video-slider .swiper-slide {
    transform: scale(0.7);
    transition: 0.3s all;
    margin-top: -20px;
}

.video-slider .swiper-slide-next {
    transform: scale(1.2);
    transition: 0.3s all;
    margin-top: 40px;
}

.video-slider .swiper-slide .video-title, .video-slider .swiper-slide .video-btn {
    opacity: 0;
    transition: 0.3s all;
}

.video-slider .swiper-slide-next .video-title, .video-slider .swiper-slide-next .video-btn  {
    opacity: 1;
    transition: 0.3s all;
}

.video-slider .swiper-slide .elementor-widget-video iframe {
    filter: blur(2px);
}

.video-slider .swiper-slide-next .elementor-widget-video iframe {
    filter: none;
}

.video-slider .swiper-wrapper {
    margin-bottom: 50px;
}

#site-footer .footer-inner {
    max-width: 1352px !important;
}

#site-footer p {
    color: #ffffff;
}

.hero_ytb_btn, .hero-blur-element {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
}

.video-slider .ytp-large-play-button {
    display: none !important;
}

.video-slider {
    display: flex;
    min-height: 600px;
}

.newsletter-form .elementor-field-type-submit {
    order: 1
}

.newsletter-form .elementor-field-type-acceptance {
    order: 2
}

.newsletter-form .elementor-field-type-email .elementor-field {
    background-image: url(img/email.svg);
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px;
    padding-left: 40px;
}

.opinie-slider {
    flex: 0 0 auto !important;
    width: calc(75% + (100vw - 100%) / 2) !important;
    margin-right: calc((100% - 100vw) / 2) !important;
    margin-left: auto !important;
}

.opinie {
    overflow-x: clip;
}

.swiper-pagination {
    display: flex;
    gap: 14px;
    position: absolute;
    top: -47px !important;
    left: 80% !important;
}

.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px!important;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.newsletter-form .elementor-field-type-email .elementor-field::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}

@media screen and (max-width: 1352px){
    .etap-item {
        flex-direction: column;
        width: 100%;
    }

    .etap-title {
        width: 100%;
    }

    .etap-desc {
        width: 100%;
    }

    .video-slider .swiper-slide {
        transform: scale(1);
        margin-top: 0;
    }

    .video-slider .swiper-slide-next {
        transform: scale(1);
        margin-top: 0;
    }

    .video-slider .swiper-slide .elementor-widget-video iframe {
        filter: none;
    }

    .video-slider .swiper-slide .video-title, .video-slider .swiper-slide .video-btn {
        opacity: 1;
    }

    /*.e-con-inner {*/
    /*    --content-width: 100% !important;*/
    /*}*/
}

@media screen and (max-width: 1110px) {
    .about-wrapper .e-con-inner {
        flex-direction: column !important;
    }

    .about-images-wrapper {
        width: 100%;
    }

    /*.about-images-wrapper img {*/
    /*    width: 100%;*/
    /*}*/

    .opinie .e-con-inner {
        flex-direction: column !important;
    }

    .opinie-slider {
        margin: 0 !important;
        width: 100% !important;
    }

    .opinie-text {
        width: 100%;
        align-items: center;
    }
    .opinie-text p {
        text-align: center;
    }

    .opinie-text .elementor-widget-text-editor {
        width: 100% !important;
    }

    .about-text-wrapper {
        width: 100%;
    }

    .about-text-wrapper .elementor-widget-text-editor {
        width: 100% !important;
        margin-left: 0!important;
    }
}

@media screen and (max-width: 768px){
    #site-footer .footer-inner {
        padding-right: 24px;
        padding-left: 24px;
    }

    .about-images-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}






 