﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #015ec216;
}

a , a:hover{
    text-decoration: none;
}

a:visited{
    color: #ffffff;
}

.home-btn {
    border-radius: 0;
    border: 2px solid #2e3191;
    background-color: #2e3191;
    color: #fff;
    font-size: 18px;
    padding: 12px 48px;
}


    .home-btn:hover {
        background-color: #FFFfff00;
        color: #2e3191;
    }

.content .list label{
    margin:0;
}



.container-fluid {
    padding: 0px;
}

.homepage-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 20px;
}

.content-centered {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.homepage-container.small-container {
    max-width: 800px;
}

.hero-image {
    width: 100%;
    min-height: 400px;
    background: linear-gradient(0deg, #f9f9f9aa, #efefefef), url(https://cdn.pixabay.com/photo/2017/03/15/19/50/building-2147254_1280.jpg);
    background-size: cover;
}

.info-presentation {
    width: 50%;
    height: 300px;
    font-size: 22px;
    background-color: rgba(0, 0, 0, .6);
    text-decoration: none;
    color: #fff;
}



    .info-presentation .bigger-text {
        font-size: 40px;
    }

    .info-presentation p.text-info {
        font-size: 16px;
        font-weight: 400;
    }

p.bigger-text {
    font-weight: bold;
    font-size: 32px;
}

p.promo-text {
    font-size: 20px;
}

img.start-image {
    max-width: 500px;
}

.homepage-container h2 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 500;
    color: #2e3191;
}

.content input {
    display: none;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .content .list {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 35%;
        margin-right: 20px;
        background-color: #fff;
    }

        .content .list label {
            cursor: pointer;
            height: 60px;
            line-height: 60px;
            font-size: 18px;
            font-weight: 600;
            color: #000;
            padding-left: 25px;
            transition: all 0.5s ease;
            z-index: 10;
        }

#home:checked ~ .list label.home,
#blog:checked ~ .list label.blog,
#help:checked ~ .list label.help,
#code:checked ~ .list label.code,
#about:checked ~ .list label.about {
    color: #f9f9f9;
}

.content .slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    transition: all 0.5s ease;
    background: #2e3191;
}

#home:checked ~ .list .slider {
    top: 0;
}

#blog:checked ~ .list .slider {
    top: 60px;
}

#help:checked ~ .list .slider {
    top: 120px;
}

#code:checked ~ .list .slider {
    top: 180px;
}

#about:checked ~ .list .slider {
    top: 240px;
}

.content .text-content {
    width: 65%;
    height: 100%;
    min-height: 300px;
    color: #000;
    background: #fff;
    padding: 40px 20px;
    font-size: 16px;
}

.content .text {
    display: none;
}

    .content .text .title {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 600;
        color: #2e3191;
    }

.homepage-container .text p {
    text-align: justify;
}

.content .text-content .home {
    display: block;
}

#home:checked ~ .text-content .home,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help,
#code:checked ~ .text-content .code,
#about:checked ~ .text-content .about {
    display: block;
}

#blog:checked ~ .text-content .home,
#help:checked ~ .text-content .home,
#code:checked ~ .text-content .home,
#about:checked ~ .text-content .home {
    display: none;
}

.content .list label:hover {
    color: #2e3191;
}

.cta-test {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
    padding: 40px 20px;
    background-color: #2e3191;
    color: #fff;
}

    .cta-test p {
        font-size: 24px;
    }

p.promo-upper {
    text-transform: uppercase;
    font-size: 32px;
}

.promo-home-btn {
    border: 2px solid #1eab4b;
    background-color: #1eab4b;
    font-weight: 600;
    padding: 15px 25px;
    cursor: pointer;
}

    .promo-home-btn:hover {
        background-color: #FFFfff00;
        color: #1eab4b;
    }

.counters-box,
.infobox-box {
    display: flex;
    justify-content: space-between;
}

.infobox-box {
    flex-wrap: wrap;
    gap: 20px;
}

.counter-item,
.infobox-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    padding: 40px 20px;
}

.counter-item {
    width: 32%;
    align-items: center;
    justify-content: center;
}

.infobox-item {
    width: 100%;
    gap: 20px;
}

    .infobox-item .home-btn {
        width: 50%;
    }

.counter-item-icon,
.owl-carousel .owl-item img{
    width: 64px;
}



.grenade-text-medium {
    color: #2e3191;
    font-size: 24px;
    min-height: 50px;
    ;
}



p.description-gw {
    color: #6c6c6c;
}

/* karuzelka */


.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}


/* pakiety */

/* Flex container for pricing options */
.pricing-container-gw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    gap: 20px;
}

/* Individual plan card styles */
.plan-card-gw {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 20px;
    border: 3px solid #fff;
    transition: box-shadow 0.3s;
    flex: 1 1 250px;
    max-width: 370px;
    min-height: 300px;
    text-align: center;
}

.rabat-gw {
    color: #2e3191;
}

/* Special styling for pro plan with ribbon */
.pro-gw {
    position: relative;
    z-index: 90;
    overflow: hidden;
    border: 0px;
    width: 40%;
    max-width: 400px;
}

.ribbon-gw {
    background: #2e3191;
    color: #fff;
    font-weight: 600;
    font-size: 0.9em;
    display: inline-block;
    padding: 60px 50px 10px;
    transform: rotate(-45deg);
    position: absolute;
    top: -22px;
    left: -58px;
}

.hero-presentation-sk {
    display: none;
}

/* Header inside plan card */
.plan-header-gw h2 {
    font-size: 2.4em;
    font-weight: 600;
    color: #38c274;
}

.plan-header-gw h3 {
    color: #2e3191;
    font-size: 1.8em;
}

    .plan-header-gw h3 small {
        font-size: 0.4em;
        text-transform: lowercase;
    }

    .plan-header-gw h3 strong {
        font-weight: 600;
    }

.price-info span {
    text-transform: none;
    font-weight: 300;
    font-size: 16px;
    color: #3c3c3c;
}

.features-gw {
    padding: 8px 0;
    font-size: 1.1em;
    color: #000;
    list-style: none;
    margin: 0;
}

    .features-gw li {
        padding: 8px 0;
    }

.homepage-container .gallery {
    display: flex;
    overflow: hidden;
}

.withOptions {
    margin: 0 50px;
}

    .withOptions div {
        width: 600px;
        margin: 0 20px;
    }

img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.text-content .text {
    padding: 0 40px;
}

.counter-item p.grenade-text {
    font-size: 36px;
}


.owl-item .infobox-item .infobox-item-icon{
    width:64px;
}

/* zespół */

.gray-bg-sk {
    background-color: #f1f1f1 ;
}

.team-container{
    display: flex;
    justify-content: space-between;
}

.team-item-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 24%;
    background-color: #fff;
    padding: 25px 15px;
}

.text-box p{
    text-align: center;
}

.member-name{
    font-size: 28px;
    color: #111;
    
}



.member-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: 300;
    margin-bottom: 0px;
}

  

@media (min-width: 768px) and (max-width: 1024px) {
    p.promo-text {
        font-size: 18px;
    }

    .homepage-container {
        padding: 60px 20px;
    }

    .counter-item {
        text-align: center;
    }

    .counter-item-icon {
        width: 54px;
    }

    .owl-item .infobox-item .infobox-item-icon {
        width: 54px;
    }

    .info-presentation {
        width: 80%;
    }

    .content .list {
        width: 25%;
    }

    .content .text-content {
        padding: 40px 10px;
        width: 75%;
    }

    .homepage-container h2 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .pricing-container-gw {
        justify-content: center;
    }

    .plan-card-gw {
        width: 48%;
    }

    .homepage-container .bigger-text {
        font-size: 28px;
    }

    .info-presentation .bigger-text {
        font-size: 32px;
    }

    img.start-image {
        max-width: 440px;
    }

    .counter-item p.grenade-text {
        font-size: 32px;
    }

    .infobox-item .home-btn {
        width: 75%;
    }

    .team-item-box {
        padding: 20px 10px;
    }

    

    .member-name {
        font-size: 24px;
   
    }

    

    .member-title {
        font-size: 15px;
        
    }
}

@media (max-width: 768px) {
    .homepage-container {
        flex-direction: column;
        padding: 40px 10px;
    }

    .counters-box {
        flex-direction: column;
        gap: 20px;
    }

    .counter-item {
        width: 100%;
    }

    .homepage-container .content {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

        .homepage-container .content .list {
            width: 100%;
        }

        .homepage-container .content .text-content {
            width: 100%;
        }

    .text-content .text {
        padding: 0px;
    }

    .description-gw, li, p {
        font-size: 15px;
    }

        p.promo-text {
            font-size: 17px;
        }

    .content .list {
        margin: 0;
    }

    .content .text-content {
        padding: 40px 20px;
    }

    .promo-home-btn {
        font-size: 16px;
    }

    .cta-test {
        flex-direction: column;
        gap: 20px;
        padding: 40px 10px;
    }

        .cta-test .promo-upper {
            font-size: 24px;
        }

        .cta-test p {
            font-size: 18px;
        }

    .info-presentation {
        width: 100%;
        padding: 20px;
    }

        .info-presentation p, .text-info {
            font-size: 15px;
        }

    .homepage-container .content .list {
        max-width: 400px;
    }

    .list span {
        font-size: 17px;
    }

    .content .list label {
        text-align: center;
        padding: 0;
    }

    .homepage-container h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 16px;
    }

    .content .text .title {
        font-size: 20px;
    }

    .pricing-container-gw {
        justify-content: center;
    }

    .hidden-mobile-sk {
        display: none;
    }

    .homepage-container .bigger-text {
        font-size: 24px;
    }

    .info-presentation .bigger-text {
        font-size: 28px;
    }

    .counters-box {
        align-items: center;
    }

    .counter-item-icon {
        width: 48px;
    }

    .owl-item .infobox-item .infobox-item-icon {
        width: 48px;
    }

    .counter-item {
        width: 100%;
        max-width: 400px;
    }

    img.start-image {
        max-width: 360px;
    }

    .counter-item p.grenade-text {
        font-size: 28px;
    }

    .infobox-item .home-btn {
        width: 100%;
    }

    .infobox-item .grenade-text-medium{
        font-size: 18px;
    }

    .gallery{
        overflow:hidden;
    }

    .team-container {
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .team-item-box {
        width: 100%;
        max-width: 425px;
        padding: 25px 15px;
    }

    .text-box p {
        text-align: center;
    }

    .member-name {
        font-size: 22px;

    }

    

    .member-title {
        font-size: 14px;
        text-transform: uppercase;
    }

    
}

@media (max-width: 425px) {
    .withOptions {
        margin: 0 30px;
    }

        .withOptions .slick-slide {
            width: 300px;
            margin: 0 20px;
        }
}

    .feature-gw li {
        padding: 8px 0;
        font-size: 1.1em;
        color: #000;
        list-style: none;
        margin: 0;
    }