/*
Theme Name: jaro
Theme URI: https://www.iplus.com.pl/
Description: theme for jaro event management
Version: 1.0
Author: Md Asaduzzaman Muhid(iPlus)
Author URI: https://www.iplus.com.pl/
Tags: jaro theme, jaro event theme, jaro wordpress theme
*/
body{
    font-family: 'Sora', sans-serif;
}
/*
header section
*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    border-top: none;
}
.logo-top{
    left: 0;
    top: -70px;
    overflow: hidden;
}
.header .logo-top .logo a{
    padding: 35px 10px;
    background: #fecc07;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header-info{
    transition: all .5s ease;
}
.header.active .header-info{
    display: none;
}
.header.active .logo img{
    max-width: 120px;
}
.header.active .logo a{
    padding: 10px 20px;
}
.header.active .logo a{
    padding: 10px 20px;
}
.header.active .logo-top{
    top: -10px;
}
.info-top{
    padding: 12px 0;
}
.info-top .social-infos{
    color: #e1940d;
}
.info-top .social-infos a{
    color: #fecc07;
}
.info-top .social-infos li:not(:last-child){
    padding-right: 15px;
    font-size: 14px;
}
.social-infos img{
    height: 23px;
    width: 24px;
    filter: invert(65%) sepia(33%) saturate(3124%) hue-rotate(8deg) brightness(103%) contrast(101%);
    transition: all 0.3s ease-in-out;
}
.social-infos li a:hover img{
    filter: invert(37%) sepia(98%) saturate(980%) hue-rotate(16deg) brightness(95%) contrast(101%);
}
.info-top .social-link li{
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
}
.info-top .social-link a{
    color: #5b5f68;
    font-size: 20px;
}
.header .social-link img{
    transition: all 0.3s ease-in-out;
    width: 24px;
    height: 23px;
    filter: invert(36%) sepia(2%) saturate(2826%) hue-rotate(184deg) brightness(94%) contrast(81%);
}
.header .social-link a:hover img{
    filter: invert(0%) sepia(70%) saturate(15%) hue-rotate(51deg) brightness(111%) contrast(75%);
}
.header .navbar a{
    background: transparent;
    color: #fff; 
    font-size: 14px !important;
}
.header .navbar a:hover{
    color: #fecc07; 
}
.header .navbar li:not(:last-child):after {
    content: "";
    position: absolute;
    border-radius: 50%;
    right: -3px;
    height: 4px;
    width: 4px;
    top: 17px;
    background-color: #fecc07;
}
.header .navbar{
    background-color: transparent;
    height: 65px;
    animation: background-fade 0.5s ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@media screen and (max-width: 754px) {
    .header .navbar{
        animation: none;
    }
}

@keyframes background-fade {
    0% {
      background-image: transparent;
    }
    100% {
      background-image: linear-gradient(rgba(0, 0, 0, 0.999), transparent);
    }
  }

.header.active .navbar{
    background-color: #111111;
}
.n2-ss-slider .heading div{
    border-left: 0;
    position: relative;
}
.n2-ss-slider .heading{
    background-image: url("./assets/img/outline-slider.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 60px 50px 20px;
    background-position: right;
}
.n2-ss-slider .heading div{
    font-family: 'Sora', sans-serif !important;
    font-size: 27px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    line-height: 1.3 !important;
}
.n2-ss-slider .heading  span{
    font-size: 47px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fecc07;
}
.n2-ss-slider .n2-ss-item-content  p{
    margin-top: 20px !important;
    font-size: 19px !important;
    color: #fecc07 !important;
    padding-right: 60px !important;
    font-weight: 500 !important;
    font-family: 'Sora', sans-serif !important;
}

/*
cechy section
*/
.cechy-section{
    padding: 40px 0;
    background: url("assets/img/home-bg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.contact{
    background-color: #FFFFFF !important;
    background: white;
}

.page-section{
    padding: 40px 0;
    background: url("assets/img/realizacje-bg1.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 211px;
}

.page-title{
    font-size: 47px !important;
    color: #f5b800 !important;
}

.cechy-section li{
    position: relative;
    padding-left: 65px;
    padding-right: 25px;
    margin: 25px 0;
    min-width: 200px;
}
.cechy-section li img{
    position: absolute;
    left: 0;
    top: -7px;
    max-width: 55px;
    height: auto;
}
.cechy-section h2{
    font-size: 14px;
    margin: 0;
    color: #56585a;
}
.cechy-section p{
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #6f7174;
}

.welcome-content p{
    font-size: 14px;
}

.welcome-content .container{
    display: flex;
    justify-content: center;
}

.welcome-content .container .page-content{
    width: 70%;
}
.first-p p{
    color: #6f7174 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.second-p p{
    color: #6f7174 !important;
    font-size: 22px     !important;
    font-weight: 200   !important;
}
.first-p strong{
    color: #56585a !important;
}

.dostarczymy-section .container h2{
    color: #f5b800 !important;
}

.contact-form p{
    line-height: 0.9;
}
.contact-form .wpcf7-list-item-label{
    line-height: normal;
}
.contact-form .submit-btn{
    line-height: normal;
}

/*
services section
*/
.services-section{
    background: url("assets/img/background-image-slider.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.wpcf7-list-item-label{
    font-size: 14px;
}

.oferta-section{
    background: url("assets/img/offer-bg1.jpg") !important;
    height: 225px !important;
}

.contact-section{
    background: white !important;
    height: auto !important;
}

.newsletter-section img:hover{
    filter: brightness(50%) saturate(20%);
}

/* .services-section .thumb-image img{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1100px;
    height: auto;
} */
.services-section .item{
    height: 650px;
}
.services-section .slide-head img{
    position: relative;
    display: inline;
    top: -25px;
    margin-right: 10px;
    max-height: 170px;
}
.services-section .slide-head{
    display: flex;
    justify-content: end;
}
.title-text p{
    margin-bottom: 0;
}
.services-section .slide-head .title-text{
    display: inline-block;
}
.services-section h3{
    font-size: 27px;
    color: #bc6f00;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}
.page-title {
    font-weight: 800 !important;
}
.services-section h2{
    color: #211e22;
    text-transform: uppercase;
    font-size: 47px;
    margin-bottom: 35px;
    line-height: 1.1;
    display: inline-block;
    font-weight: 800;
}
.slider-content .content p{
    max-width: 550px;
    font-size: 14px;
    margin-bottom: 38px;
}

.services-section .btn-1 i{
    color: #fecc07;
    padding-right: 10px;
}

.services-section .slick-dots {
    position: absolute;
    right: -250px;
    top: 50%;
    max-width: 160px;
    text-align: right;
    transform: translate(0, -40%);
    /* @media screen and (max-width: 1800px) {
        left: 50%;
        top: 80%;
        transform: translateX(-50%);
        bottom: 21%;
        text-align: center;
        display: flex;
    }
    @media screen and (max-width: 760px) {
        top: 90%;
        
    } */
}

@media screen and (max-width: 1800px) {
    .services-section .slick-dots {
        left: 50%;
        top: 80%;
        transform: translateX(-50%);
        bottom: 21%;
        text-align: center;
        display: flex;
    }

    .services-section .slick-dots li a{
        display: none !important;
    }
    
}


@media screen and (max-width: 760px) {
    .services-section .slick-dots {
        top: 90%;
        
    }
    
}
.services-section .slick-dots li {
    width: 100%;
    line-height: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.services-section .slick-dots li a{
    display: block;
    padding-right: 20px;
    text-decoration: none;
    color: #bc6f00;
    font-weight: 600;
    font-size: 14px;
 
}
.services-section .slick-dots li a:hover, .services-section .slick-dots li.slick-active a{
    color: #111111;
    font-weight: 700;
    font-size: 18px;
}
.services-section .slick-dots li:after{
    content: '';
    position: absolute;
    right: 0;
    top: 40%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fecc07;
    box-shadow: 0px 0px 0px 5px #fff;
    transition: all .5s ease;
}
.services-section .slick-dots li.slick-active:after{
    box-shadow: 0px 0px 0px 8px #000;
}
.services-section .slick-dots li:not(:last-child):before{
    content: '';
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 22px;
    width: 1px;
    height: 50px;
    overflow: hidden;
    background-color: #000;
}
@media screen and (max-width: 1800px) {
    .services-section .slick-dots li:not(:last-child):before {
        background-color: transparent;
        width: 0px;
    }
}
.services-section .slick-dots li:nth-last-child(2):before{
    height: 40px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}


.gallery-container{
    padding-top: 0px !important;
}
/*
dostarczymy section
*/
.bg-dostarczymy{
    background: url("assets/img/home-bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.offering-section{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: url("assets/img/offer-bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.dostarczymy-section .item{
    position: relative;
    text-align: center;
    height: 225px;
    box-shadow: 11px 11px 40px 7px rgba(34, 37, 42, 0.07);
    border-radius: 10px;
    padding: 6px 12px;
    background-image: linear-gradient(90deg, #f09800 0%, #ffd21f 100%);
    background-origin: border-box;
    box-shadow: inset 0 100vw #ffffff;
    border: 2px solid #ffc912;
}

.dostarczymy-section .image-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dostarczymy-section img{
    margin-top: 45px;
}

/*
Project Section
*/
.project-section{
    background-image: url("assets/img/project-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 175px 0;
}
.item-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item-wrapper .item{
    background-color: transparent;
    flex: 0 0 32%;
    height: 420px;
    perspective: 1000px;
    margin: 2px;
}
.item-wrapper .item.all{
    margin: 2px;
}
.item-wrapper .item.all .image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-wrapper .item.all .item-box{
    background-color: #eeeeef;
    transition: transform 0.8s;

}
@media screen and (max-width: 700px) {
    .item-wrapper .item.all .item-box{
        flex: 1 0 50% !important;
        height: 100px;
        background-color: transparent;
        margin-top: 28px;
    }
    .item-wrapper .item.all .item-box .image .content {
        display: flex;
        justify-content: space-between;
    }
    .item-wrapper .item.all .item-box .image .content img{
        width: 20%;
        height: 15%;
    }
    .item-wrapper .item.all{
        flex: 1 0 50% !important;
    }

}


.item-wrapper .item-box{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.item-wrapper .item.dynamic:hover .item-box {
    transform: rotateY(180deg);
  }
  .item-wrapper .image,
  .item-wrapper .description{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  overflow: hidden;
}

.item-wrapper .description {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    transform: rotateY(180deg);
  }
  .item-wrapper .description p{
    color: #fff;
    font-weight: 200;
  }

  .item-wrapper .description a.hover-6{
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
  }
.description .content img{
    max-width: 50px !important;
    max-height: 50px !important;
}
.item.case-study{
    background-color: #fecc07;

}
.item .static {
    text-align: right;
    position: absolute;
    right: 55px;
    bottom: 55px;
}
.item .static img{
    margin-bottom: 25px;
}
.item .static h3{
    line-height: 1;
}
.tem .item-box img{
    height: 100% !important;
}
.item .static p{
 color: #bc6f00;
 font-weight: 500;
 font-size: 27px;
}
.description-center p{
   color: #caccd5; 
}
.description-center a{
    color: #f1aa00; 
    text-decoration: none;
 }
 .description-center a:hover{
    color: #fff; 
 }
 .item-box:hover h5{
    margin-top: 20px !important;
 }
.content h5{
    border-radius: 25px;
    transition: all .4s ease-in-out;
    color: #56585a;
    background: #fff;
    padding: 10px 20px;
    font-size: 16px;
}

/*
Case Study
*/
.case-study-section{
    background-image: url("assets/img/realizacje-bg2.jpeg"); ;
    background-color: #fecc07;
}
.case-study-title-area{
    text-align: right;
    padding-right: 120px;
}
.case-study-title-area .title{
    text-transform: uppercase;
    font-size: 47px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}
.case-study-title-area p{
    color: #bc6f00;
    font-size: 27px;
}
.case-study-title-area img{
    position: absolute;
    top: 0; 
    right: 2%;
    width: 80px;
}
.case-study-description p{
    font-size: 14px;
}
.case-study-description .quote{
    color: #bc6f00;
    margin-bottom: 20px;
}

/*
Newsletter
*/
.newsletter-section {
    background-image: url("assets/img/fast-contact-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
}
.newsletter-section p{
    font-size: 18px;
    margin-bottom: 0;
    color: #bc6f00;
}
.newsletter-section h3{
    font-size: 47px;
    font-weight: 600;
    color: #212529;
    line-height: 1;
}
.newsletter-section img{
    padding-right: 45px;
    max-width: 110px;
}

/*
Footer
*/
.footer a{
    color: #5e5e5e;
}
.footer a:hover{
    text-decoration: none;
    color: #fecc07;
}
.footer .logo img{
    max-width: 240px;
}
.footer .location{
    position: relative;
    padding-left: 65px;

}
.footer .location img{
    filter: invert(89%) sepia(32%) saturate(4307%) hue-rotate(350deg) brightness(104%) contrast(105%);

}
.location h4{
    line-height: 1;
}
 .location img{
    position: absolute;
    top: 30px;
    left: 0;
    width: 50px;
    height: 50px;
}
.location .phone-number a{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    transition: all .3s ease-in-out;
}
.location .phone-number a:hover{
    color: #fecc07;
}
.location .email-address a{
    font-size: 18px;
    font-weight: 500;
    color: #fecc07;
}
.location .email-address a:hover{
    color:#fff;
}
.social-link li a svg{
    height: 23px;
    width: 25px;
    fill: #5e5e5e;
    transition: all 0.3s ease-in-out; 

}
.social-footer li a:hover svg{
    fill: #fecc07; 
}
.social-footer li:not(:last-child) {
    margin-right: 30px;
}
.social-footer p{
    font-size: 14px;
}
.footer-info{
    border-bottom: 2px solid #fecc07;
    padding: 45px 0;
}
.footer-info .row{
    align-items: center;
}
.footer-info h4{
    font-size: 27px;
    font-weight: 600;
    color: #5e5e5e;
}
.copyright p{
    font-size: 14px;
    margin: 0;
    padding: 30px 0;
    font-weight: 400;
    color: #5e5e5e;
}
.totop{
    color: #fecc07;
}



/*
Image Gallery
*/
.gallery img{
    max-height: 300px;
}

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}




/*
Kontakt Page
*/
.contact-form{
    background-image: url("./assets/img/form-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 65px 65px;
    border-radius: 15px;
}
.submit-btn{
    color: #ffffff;
    padding: 12px 35px 12px 75px;
    margin: 0;
    display: inline-block;
    position: relative;
    border-radius: 35px;
    background-color: #111;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    line-height: 1;
    border: 3px solid transparent;
}
.submit-btn:before {
    content: url("./assets/img/send-email.png");
    position: absolute;
    left: 25px;
    top: 10px;
}

.contact-info-p dl {
    display: flex;
    align-items: center;
}

.contact-info-p dd.separator {
    font-size: 21px;
    color: #333;
}


  .submit-btn:hover{
    color: #000;
    border-color: #000;
    background-color: transparent;
}
.form-control{
    padding: 25px;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 15px;
    border: none;
    transition: all 0.01s ease-in-out;
}

.contact-form .form-control:focus {
    background-color: #ccc; 
    border: 2px solid #bc6f00 !important; 
    box-shadow: 0 0 5px rgba(217, 151, 19, 0.3); 
}

.contact-form p{
    margin-bottom: 0px;
}

.submit-btn:hover:before {
    filter: brightness(0%);
}


.section-subtitle{
    font-size: 18px;
    line-height: 16px;
    color: #6f7174;
}
.contact-area p{
    text-align: justify;
    font-size: 14px;
    color: #6f7174;
}
.contact-area dt img{
    max-width: 60px;
    height: auto;
}

@media (max-width: 767px){
    .contact-area h3{
        text-align: center;
    }
    .contact-info-p{
        width:90%;
    }
    .case-study-section{
        text-align: center !important;
    }
    .page-section {
        text-align: center !important;
        height: auto !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .case-study-title-area img{
        right: 25%;
    }
    .case-study-title-area{
        text-align: center;
    }
}


.contact-area .section-title{
    padding-bottom: 35px;
}

.section-subtitle{
    padding-top: 35px !important;
}

.section-title {

    font-weight: 800 !important;
}

.page-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
    margin-bottom: 15px !important;
}

@media screen and (max-width: 1200px) {
    .page-section {
        text-align: center !important;
        height: auto !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}

/*
Offerta Page
*/
.kompleksowa-section{
    background: url('assets/img/offer-bg2.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 65px 0;
    height: 430px;
    display: flex;
    align-items: center;
}
.kompleksowa-section .title-area{
    position: relative;
}
.kompleksowa-section .title-area img{
    position: absolute;
    top: 0;
    left: 20px;
    width: 79px;
}
@media screen and (max-width: 1980px) {
    .kompleksowa-section .title-area img{
        left: 40px;
    }
}

@media screen and (max-width: 1280px) {
    .kompleksowa-section .title-area img{
        left: 18px;
    }
}

.kompleksowa-section .title-area h4{
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
    color: #bc6f00;
}
.kompleksowa-section .title-area h3{
    font-size: 47px;
    text-transform: uppercase;
    color: #202020;
    font-weight: 600;
    line-height: 1;
}
.kompleksowa-section p{
    font-size: 14px;
    text-align: justify;
}
.top-description .title{
    color: #fecc07;
    font-size: 47px !important;
    margin-bottom: 15px;
}

.top-description p{
    margin-bottom: 25px;
}

.top-description .content-description{
    width: 70%;
}

.top-description p{
    color: #6f7174;
}
.offering-section .sub-title{
    font-size: 18px;
    color: #6f7174;
    margin-bottom: 30px;
}
.offering-section .content{
    font-size: 14px;
    color: #6f7174;

}
.offering-single h4{
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1;
}
.offering-single p{
    text-align: justify;
    font-size: 14px;
}
.technology-stage-section{
    background-image: url("./assets/img/technologie-sceniczne-bg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 255px 0;
}
.technology-stage-section h3{
    color: #fff;
    font-size: 18px;

}

@media screen and (max-width: 769px) {
    .technology-stage-section h3{
        text-align: center;
    }
}


.technology-stage-section p{
    color: #fff;
    font-size: 14px;
    text-align: justify;
    line-height: 1.4;
}

.streaming-section{
    background-color: #000;
    padding: 110px 0;
}
.streaming-section .description-area{
    color: #fff;
    font-size: 14px;
    padding-left: 225px;
    text-align: justify;
}
.streaming-section .img-area{
    position: absolute;
    top: 0;
    left: 0;
}
.streaming-section h3{
    color: #fecc07;
    margin-top: 20px;
    font-size: 18px;
}

/*
Common Page
*/
.title{
    font-size: 47px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}
dl {
    overflow: hidden;
    position: relative;
    display: flex;
  }
  
  dt {
    float: left;
    padding: 0;
  }
  dd {
    float: left;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  dd a{
    color: #56585a;
    font-size: 18px;
    line-height: 16px;
  }
  dd a:hover{
    color: #fecc07;
    text-decoration: none;
  }
  dd .phone{
    font-size: 23px;
    color: #56585a;
    font-weight: 600;
  }
  .footer{
    background-color: #111111;
  }
.color-theme-dark{
    color: #bc6f00;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.overlay{
    position: absolute;
    inset: 0;
}
.btn-1{
    color: #ffffff;
    padding: 12px 35px 12px 75px;
    margin: 0;
    display: inline-block;
    position: relative;
    border-radius: 35px;
    background-color: #111;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 #fff;
    font-size: 25px;
    font-weight: 600;
    transition    : all 0.3s ease-in-out;
    line-height: 1;
    border: 3px solid transparent;
  }
  .btn-1:before{
    content: url("./assets/img/phone-button.svg");
    height: auto;
    width: 25px;
    filter: invert(86%) sepia(42%) saturate(3809%) hue-rotate(353deg) brightness(107%) contrast(103%);
    position: absolute;
    left: 35px;
    transition    : all 0.001s ease-in-out;
  }
  .btn-1:hover{
    text-decoration: none;
    color: #111111;
    border-color: #111111;
    background-color: transparent;
    
  }
  .btn-1:hover::before{
    filter: invert(0%) sepia(37%) saturate(7496%) hue-rotate(150deg) brightness(96%) contrast(87%);
  }
  .hover-6 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration:none;
  }
  .hover-6:before, .hover-6:after {
    right: 0;
    bottom: 0;
    background: #fecc07;
    content: '';
    position: absolute;
    transition: transform .3s ease;
  }
  .hover-6:before {
    width: 100%;
    height: 2px;
    transform: translateX(-100%);
    transition-delay: .9s;
  }
  .hover-6:after {
    width: 2px;
    height: 100%;
    transform: translateY(100%);
    transition-delay: .6s;
  }
  .hover-6 > span {
    display: flex;
    padding: 10px;
  }
  .hover-6 > span:before, .hover-6 > span:after {
    left: 0;
    top: 0;
    background: #fecc07;
    content: '';
    position: absolute;
    transition: transform .3s ease;
  }
  .hover-6 > span:before {
    width: 100%;
    height: 2px;
    transform: translateX(100%);
    transition-delay: .3s;
  }
  .hover-6 > span:after {
    width: 2px;
    height: 100%;
    transform: translateY(-100%);
    transition-delay: 0s;
  }
  .hover-6:hover:before, .hover-6:hover:after, .hover-6:hover > span:before, .hover-6:hover > span:after {
    transform: translate(0, 0);
  }
  .hover-6:hover:before {
    transition-delay: 0s;
  }
  .hover-6:hover:after {
    transition-delay: .3s;
  }
  .hover-6:hover > span:before {
    transition-delay: .6s;
  }
  .hover-6:hover > span:after {
    transition-delay: .9s;
  }
  
.btn-flip-3d {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
  }
  .btn-flip-3d span {
    padding: 15px;
    transition: 0.5s;
  }
  .btn-flip-3d span:before {
    content: "Zobacz więcej";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 10px);
    background: #fff;
    border: 2px solid #fecc07;
    color: #5b5f68;
    font-weight: 600;
    padding: 13px 0;
    margin: 5px;
    transition: 0.5S;
    border-radius: 10px;
    transform-origin: top;
    transform: rotateX(90deg) translateY(-50%);
  }
  .btn-flip-3d span:after {
    content: attr(data-attr);
    padding-top: 13px;
    padding-bottom: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f5b800;
    font-weight: 600;
    color: #211e22;
    margin: 5px;
    border-radius: 10px;
    width: calc(100% - 10px);
    background-image: linear-gradient(to right, rgba(245,184,0,1) 0%,rgba(255,210,31,1) 100%);
    transform-origin: bottom;
    transform: rotateX(0deg) translateY(0%);
    transition: 0.5s;
  }
  .btn-flip-3d:hover {
    transform: rotateX(0deg) translateY(0%);
  }
  .btn-flip-3d:hover span:before {
    transform: rotateX(0deg) translateY(0%);
  }
  .btn-flip-3d:hover span:after {
    transform: rotateX(90deg) translateY(50%);
  }

  @keyframes bouncing {
    from, to { transform: scale(1, 1); }
    25% { transform: scale(0.9, 1.1); }
    50% { transform: scale(1.1, 0.9); }
    75% { transform: scale(0.95, 1.05); }
  }

  @keyframes shake {
    0% {
      transform: rotateZ(0);
    }
    10% {
      transform: rotateZ(-50deg);
    }
    20% {
      transform: rotateZ(25deg);
    }
    30% {
      transform: rotateZ(-16.6666666667deg);
    }
    40% {
      transform: rotateZ(12.5deg);
    }
    50% {
      transform: rotateZ(-10deg);
    }
    60% {
      transform: rotateZ(8.3333333333deg);
    }
    70% {
      transform: rotateZ(-7.1428571429deg);
    }
    80% {
      transform: rotateZ(6.25deg);
    }
    90% {
      transform: rotateZ(-5.5555555556deg);
    }
    100% {
      transform: rotateZ(0);
    }
  }



  

  
  @media (max-width: 1399.98px) {
      .services-section .icon img {
          display: none;
      }
      .streaming-section .img-area {
          left: 2%;
      }
  }
  @media (max-width: 1199.98px) {
    .item-wrapper .item {
        height: 298px;
    }
    .kompleksowa-section .title-area {
        padding-top: 20px;
    }
    .kompleksowa-section .title-area h4 {
        font-size: 22px;
    }
    .kompleksowa-section .title-area h3 {
        font-size: 47px;
    }
    .kompleksowa-section .title-area img {
        width: 80px;
    }
    .streaming-section .description-area {
        padding-left: 165px;
    } 
}
@media (max-width: 1192px) { 
    .item .static {
        bottom: 0px;
    }
    .item .static .title{
        margin: 5px;
    }
}

  @media (max-width: 991.98px) { 
    
    
    .kompleksowa-section {
        height: auto;
    }
    
    .kompleksowa-section .title-area {
        padding-right: 150px;
        padding-bottom: 30px;
    }
    .kompleksowa-section .title-area img {
        position: absolute;
        top: 50px;
        right: 30px;
        left: auto;
    }
    .services-section .slide-head img {
        max-height: 100px;
        top: 0;
    }
  }
  
@media (max-width: 1000px) { 
    .kompleksowa-section .title-area img {
        position: absolute;
        top: 50px;
        right: 30px;
        left: auto;
    }
}

@media (max-width: 767.98px) {

    .mr-4, .mx-4{
        margin-right: 0px !important;
    }

    .section-title {
        font-size: 38px;
    }
    .page-title {
        font-size: 38px !important;
    }
    .page-section{
        height: auto;
    }
    .header .navbar {
        background-image: none;
    } 
    .contact-form {
        padding: 10px;
    }
    .submit-btn{
        font-size: 18px;
    }
    #wprmenu_bar{
        display: flex;
        justify-content: space-between;
    }
    .item-wrapper .item {
        flex: 0 0 48%;
        height: 250px !important;
    }
    .services-section .thumb-image img {
        max-width: 70%;
    }

    .page-title {
        padding-bottom: 10px;
    }
    .page-title {
        margin-bottom: 0px;
    }
   
    .services-section .item {
        height: 800px;
    }
    .item .static {
        text-align: right;
        position: relative;
        right: 10px;
        top: 10px;
    }
    .item .static h3 {
        font-size: 38px;
    }
    case-study-title-area .title {
        font-size: 38px;
    }
    .item .static img {
        max-width: 50px;
    }
    .description-center p {
        font-size: 11px;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .kompleksowa-section .title-area h3 {
        font-size: 47px;
    }
    .streaming-section .img-area {
        position: relative;
        text-align: center;
    }
    .streaming-section .description-area {
        padding-left: 0 !important;
    }
    div#n2-ss-2 .n2-ss-slide{
        height: 580px !important;
    }
    .n2-ss-slider .heading span {
        font-size: 35px;
    }
    .description-center a {
        font-size: 12px;
    }
    .content h5 {
        padding: 20px 20px;
        font-size: 12px;
    }
    .header.active .navbar {
        background-color: #fff;
    }
    .info-top .social-infos {
        display: none;
    }
    .info-top .social-link li:first-child{
        display: none;
    }
    .info-top {
        padding: 15px 0;
    }
    .logo {
        max-height: 80px;
        margin-right: 0;
    }
    .info-top .social-link li:last-child {
        margin-right: 50px;
    }
    .header .social-link img {
        height: 28px;
        width: 28px;
    }
    .wprmenu_bar .hamburger:hover .hamburger-inner,.wprmenu_bar .hamburger:hover .hamburger-inner::after, .wprmenu_bar .hamburger:hover .hamburger-inner, .wprmenu_bar .hamburger:hover .hamburger-inner::before{
        background: #fecc07;
    }
    .newsletter-section h3 {
    font-size: 38px;
    font-weight: 800;
    }
    .item-wrapper .item.dynamic:hover .item-box {
        transform: none;
    }
    .item-wrapper .item {
        height: 174px;
    }
    .social-footer img {
    height: 28px;
    width: 30px;
    }
    .services-section h2 {
    font-size: 38px;
    margin-bottom: 5px;
    margin-top: 0px;
    }
    .header.active .header-info {
        display: block;
    }
    .header.active .logo-top {
        top: -65px;
    }
    .header.active .logo img {
        max-width: 90px;
    }
    .newsletter-section img {
        padding: 0;
    }

    .services-section .slide-head img {
        display: none;;
    }
    .services-section .slick-list{
        height: 720px !important;
    }
    .kompleksowa-section .title-area img {
        position: relative;
        display: block;
        margin: 0 auto;
        left: 0;
        top: 0;
    }
    .kompleksowa-section .title-area {
       padding-right: 0;
    }
    .newsletter-icon{
        margin-bottom: 20px;
    }
    .newsletter-icon a:not(:last-child){
        padding-right: 20px;
    }
    .footer .location {
        text-align: center;
        padding-left: 0;
    }
    .footer .location {
        text-align: center;
        padding-left: 0;
    }
    .footer .location h4{
        margin-top: 10px;
    }
    .footer .location img{
        position: relative;
        display: block;
        top: auto;
        margin: 0 auto;
    }
    .cechy-section li {
        width: 45%;
        padding: 25px 0;
        margin: 5px;
        border-radius: 5px;
        text-align: center;
        min-width: auto;
    }
    .cechy-section li img{
        position: relative;
        
    }
    .project-section {
        padding: 80px 0;
    }
}

@media (max-width: 575.98px) { 
    .item .static img {
        margin-bottom: 0px;
    }

    .item-wrapper .item {
        height: 217px !important;
    }
    .description-center p {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px){


.kompleksowa-section {
    height: auto;
}

    
#mg-wprm-wrap.cbp-spmenu-right, #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right.custom, #mg-wprm-wrap.cbp-spmenu-left.custom, .cbp-spmenu-vertical {
    width: 100%;
    max-width: 100% !important;
    max-height: 300px !important;
    height: 35%;
}

#wprmenu_menu_ul{
    text-align: center;
    padding: 10px;
    margin-top: 50px;
}
.welcome-content .container .page-content{
    width: 95%;
}

.thumb-image{
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.services-section .thumb-image img {
    max-width: 42%;
}

.services-section .slide-head {
    display: flex;
    justify-content: center;
    text-align: center;
}

.slider-content .content p {
    text-align: center;
    margin-bottom: 15px;
}
.services-section h3 {
    margin-bottom: 0px;
}
.slider-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-1{
    width: 270.69px;
}
.dostarczymy-section .container h2 {
    font-size: 38px;
    margin-bottom: 50px;
}

.header.active .navbar {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

p {
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: normal;
}

.title {
    margin-top: 25px;
}

.kompleksowa-section .title-area {
    text-align: center !important;
}

h4{
    text-align: center;
    margin-top: 0.5rem;
}
.streaming-section {
    padding: 40px 0;
}

.streaming-section .img-area {
    left: 50%;
    transform: translateX(-130%);
    width: 60px;
    display: flex;
    flex-direction: row;
}
.img-area h3{
    margin-left: 20px;
}

.bg-dostarczymy {
    padding: 50px 0;
}


#page-114 .entry {
    width: 90% !important;
}
}

@media only screen and (max-width: 769px) and (min-width: 435px){
    .item-wrapper .item {
        margin-bottom: 6%;
    }
    .description-responsive p{
        bottom: -10px !important;
    }
}

@media only screen and (max-width: 460px){
    .description-responsive p{
        bottom: 22px ;
    }
    
}
@media only screen and (max-width: 513px){
    .btn-1{
        width: 270.69px;
    }
    .services-section .thumb-image img {
        max-width: 65%;
    }
    .case-study-title-area img {
        right: 50px;
    }
}


@media only screen and (max-width: 499px){
    .btn-1{
        width: 270.69px;
    }
}
@media only screen and (max-width: 370px){
    .btn-1{
        width: 85%;
    }
}
@media screen and (max-width: 365px){
    .btn-1{
        width: 85%;
    }
}


#mg-wprm-wrap li.current-menu-item > a {
    background: #000;
    color: #fff;
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
    background: #dbb004;
    color: #FFFFFF !important;
}

.offering-section .title {
    color: #f5b800 !important;
}

#page-114 {
    display: flex;
    justify-content: center;
}

#page-114 .entry {
    width: 100%;
}


#page-114 p{
    color: #6f7174;
}

#page-114 strong{
    color:#56585a;
}


@media only screen and (max-width: 360px) {
    .btn-1 {
        width: 100%;
    }
    .location .phone-number a {
        font-size: 20px;
        word-wrap: break-word;
    }
    .case-study-title-area img {
        right: 50px;
    }
}



/*gallery section*/

.gallery{
    display: flex;
    flex-wrap: wrap;
    height: 100vh -10px; 
}
.gallery p{
    margin: 0;

}

.gallery .gallery-item {
    overflow: hidden;
    margin: 0;
    padding: 3px 3px !important;
    flex: 1;
}
.gallery .single-wrapper{
    flex:1;
    overflow: hidden;
    margin: 0;
    display: flex;
    box-sizing: border-box; /* Incluye el padding y el border en el tamaño total */
    flex-basis: calc(100% / 3);

}

@media (max-width: 767px) {
    .gallery .single-wrapper{
        flex-basis: calc(100% / 2); /* 2 imágenes por fila en dispositivos móviles */
    }
}


.gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#page-93,
#page-95,
#page-96,
#page-97,
#page-98,
#page-99,
#page-100,
#page-101,
#page-102,
#page-394,
#page-444,
#page-465,
#page-477,
#page-489,
#page-502,
#page-509,
#page-521,
#page-541,
#page-547,
#page-552,
#page-557,
#page-575,
#page-605,
#page-614,
#page-648,
#page-659,
#page-668 {
    padding: 40px 0;
    background: url(assets/img/realizacje-wpis-bg.jpg) no-repeat center/cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


#page-93 .entry,
#page-95 .entry,
#page-96 .entry,
#page-97 .entry,
#page-98 .entry,
#page-99 .entry,
#page-100 .entry,
#page-101 .entry,
#page-102 .entry,
#page-394 .entry,
#page-444 .entry,
#page-465 .entry,
#page-477 .entry,
#page-489 .entry,
#page-502 .entry,
#page-509 .entry,
#page-521 .entry,
#page-541 .entry,
#page-547 .entry,
#page-552 .entry,
#page-557 .entry,
#page-575 .entry,
#page-605 .entry,
#page-614 .entry,
#page-648 .entry,
#page-659 .entry,
#page-668 .entry {
    width: 80%;
    max-width: 1350px;
}

.navigation-desktop svg, .navigation-mobile svg{
    width: 40px;
    fill: #bc6f00;
    cursor: pointer;
    transition: 0.5s;
    margin-left: 10px;
}
.navigation-desktop .previous-post svg, .navigation-mobile .previous-post svg{
    transform: scaleX(-1);
    margin-left: 0px !important;
    margin-right: 10px;
}

.navigation-desktop svg:hover, .navigation-mobile svg:hover{
    fill: #f5b800;
}
.navigation-desktop a:hover{
    color: #f5b800;
}
.navigation-desktop a{
    color: #bc6f00;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.navigation-desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1350px;
}
.description-responsive{
    display: none;
    text-align: center !important;
}

.navigation-mobile{
    display: none;
}


@media only screen and (max-width: 430px) {
    .description-responsive{
        display: block;
    }
    .navigation-desktop{
        display: none;
    }
    .navigation-mobile{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 80%;
    }
}
@media only screen and (min-width: 331px) and (max-width: 850px) {
    .description-responsive{
        display: block;
    }
}

.description-responsive p{
    color: #6f7174;
    font-weight: 400; 
    font-size: 14px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: white;
    bottom: 20px;
    margin-bottom: 3px !important;
    width: 100%;
}

@media only screen and (min-width: 770px) and (max-width850px) {
    .description-responsive p{
    bottom: 0%;
}
}
@media screen and (max-width: 434px) {
    .description-responsive p{
    bottom: 1px;
}
}
@media screen and (max-width: 380px) {
    .description-responsive p{
    bottom: 20px;
}
}
@media screen and (max-width: 358px) {
    .description-responsive p{
    bottom: 20px;
}
}

@media screen and (max-width: 344px) {
    .description-responsive p{
    bottom: 25px !important;
}
}


.newsletter-section h3 {
    font-size: 47px;
    font-weight: 800;
    color: #212529;
    line-height: 1;
}

.kompleksowa-section .title-area h3 {
    font-weight: 800;
}

.oferta-section{
    padding-top: 65px !important;
}


.dostarczymy-section .section-title {
    padding-bottom: 1rem !important;
}
@media screen and (max-width: 767px){
    .logo img {
        margin-top: -5px ;
    }
}

@media screen and (max-width: 376px){
    .location .phone-number a {
        font-size: 18px;
    }
    .pl-2, .px-2 {
        padding-left: 0px !important;
    }
}
    
.project-listing-section{
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
}


.info-top .social-link{
    display: flex;
    align-items: center;
}