@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=Nanum+Gothic&family=Open+Sans:wght@500&display=swap');
*{
    font-family: 'Josefin Sans', sans-serif;
}

body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: rgb(26, 26, 26);
}


.img-logo{
    height: 3.5rem;
}

nav .nav-content{
    padding: 0 10vw 0 10vw;
}

div .navbar-collapse{
    justify-content: flex-end;
}

.navbar{
    /* box-shadow: rgb(136, 136, 136) 0px 3px 3px; */
    background-color: rgb(17, 17, 17);
    

}

.navbar-nav .nav-item .nav-link{
    color: white;
}

.navbar-nav .nav-item .nav-link.active{
    color: rgb(255, 255, 255);
}

.navbar-div{
    position: fixed;
    width: 100%;
    z-index: 100;
}

.banner{
    padding-top: 5rem;
    width: 100%;
    height: 90vh;
    background-image: url(/res/img/Zdjecie9.jpg);
    background-position: center center;
    background-size: cover;
}

.banner-row{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.781);
    color:white;
}

.banner-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.photos{
    width: 100%;
    background-color: rgb(26, 26, 26);
}




.banner-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner-info .info{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
    font-size: 3rem;
    color: rgb(255, 255, 255);
}

.lower-text{
    font-size: 1.5rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
    color: rgb(255, 255, 255);
}


.banner img{
    max-width: 80%;
}

.div-info{
    width: 100%;
}



.banner-btn{
    margin-top: 5rem;
    background-color: rgba(11, 163, 218, 0);
    padding: 1rem;
    color: white;
    border: 1px white solid;
    font-family: 'Nanum Gothic', sans-serif;
    transition: 0.2s linear all;
    z-index: 10;
}

.banner-btn:hover{
    background-color:rgba(0,164,218,1);
    border: 1px rgba(0,164,218,1) solid;
    box-sizing:content-box;
}



.bg-logo{
    background-color: rgb(26, 26, 26);
    background-image: url(/res/img/Logo6.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}



.link{
    color: black;
    font-size: 1.5rem;
    transition: 0.1s all;
}



.link:hover{
    color: rgb(99, 99, 99);
}

.photo-info{
    background-color: rgb(26, 26, 26);
    padding: 0.5rem 0 0 0;
    font-size: 2rem;
    color: rgb(255, 255, 255);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
}

.kontakt{
    background-image: url(/res/img/banner-contacto-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    
}

.kontakt-container{
    min-height: 20rem;
    background-color: rgba(0, 0, 0, 0.623);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 5rem;

}

.kontakt-title{
    text-align: center;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
    color: white;
}

.kontakt-info{
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
    color: white;
}


.footer-img{
    width: 3rem;
}

.img-fluid{
    z-index: -10;
    margin-top: 1rem;
    transition: 0.2s linear;
}

.img-fluid:hover{
    transform: scale(103%);
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

#firms-bg{
    height: 200%;
    width: auto;
    position: absolute;
    z-index: 1;
}

.blue{
    color: white;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom left;
    background: rgb(12,15,20);
    background: linear-gradient(126deg, rgba(12,15,20,1) 0%, rgba(40,61,94,1) 51%, rgba(0,164,218,1) 100%);
    overflow: hidden;
}   

#offer-more{
    position: absolute;
    z-index: 100;
}

.offer-container{
    height: 100%;
}

.offer-element{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
    padding: 12.5rem 0 12.5rem 0;
}


.offer-title{
    color: white;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
}

.offer-info{
    color: white;
    font-size: 1.5rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
    text-align: center;
}

.photos-more{
    background-color: rgb(26, 26, 26);
    padding-bottom: 3rem;
}


.footer-div{
    background-color: rgb(17, 17, 17);
}

#footer-link{
    color: white;
}

#copy-text{
    color: white;
}

#footer-container{
    margin: 0;
    padding: 1rem 0 1rem 0;
    border-top: 1px rgb(11, 162, 218) solid;
}


.sub-page{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/res/img/Zdjecie9.jpg);
    background-position: center;
    background-size: cover;
}

.sub-page-darkening{
    padding: 15rem 0 10rem 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.781);
}


.sub-page-text{
    display: flex;
    justify-content: center;
    align-items: center; 
    color: white;
    text-align: center;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
}


.item{
    display: flex;
    align-items: center;
    justify-content: center;
}




.sub-kontakt-info{
    padding: 1rem 0 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(26, 26, 26);
    color: white;
    font-size: 1.5rem;
}

.section-title{
    padding: 1rem 0 1rem 0;
    color: white;
    background-color: rgb(17, 17, 17);
    border-bottom: 1px rgb(11, 162, 218) solid;
    font-size: 2rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
}

.sub-kontakt-info p{
    text-align: center;
}

.dane-kontaktowe{
    padding: 2rem 0 2rem 0;
}

.form-title{
    font-size: 2rem;
    font-weight: 900;

}
.offer-sub-container{
    padding: 3rem 0 3rem 0;
    color: white;
    background-color: rgb(26, 26, 26);
    font-size: 1.75rem;
}

.offer-important{
    text-align: center;
    font-size: 2rem;
}

.offer-center{
    padding: 2rem 0 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub-offer-center{
    padding: 1rem 0 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.offer-center a{
    padding: 0 1rem 0 1rem;
}

.offer-img{
    max-width:20vw;
    transition: 0.2s linear;
}

.offer-img:hover{
    transform: scale(103%);
}

.firms-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.firms-img img{
    max-width: 60%;
}

.offer-blue{
    padding: 2rem 0 2rem 0;
    color: white;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom left;
    background: rgb(12,15,20);
    background: linear-gradient(126deg, rgba(12,15,20,1) 0%, rgba(40,61,94,1) 21%, rgba(0,164,218,1) 100%);
    overflow: hidden;
}

.thanks{
    color: white;
    font-size: 1.5rem;
    height: 100vh;
    background-color: rgb(26, 26, 26);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.thanks img{
    max-width: 100%;
}

@media only screen and (max-width: 1300px){

    .banner-info .info{
        font-size: 2rem;
        text-align: center;
    }

    .lower-text{
        font-size: 1rem;
        text-align: center;
    }

}

@media only screen and (max-width: 1000px){
    .offer-center{
        flex-direction: column;
    }

    .offer-img{
        max-width:35vw;
    }
}


@media only screen and (max-width: 800px){
    .offer-element{
        padding: 0;
    }
    .blue{
        padding: 5rem 0 10rem 0;
    }
    .kontakt-title{
        font-size: 2rem;
    }

    .kontakt-container{
        padding: 5rem 0 5rem 0;
    }
}

@media only screen and (max-width: 766px){
    .banner-row{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .banner-logo{
        padding: 0 0 3rem 0;
    }

    .sub-page-text{
        font-size: 2rem;
    }
}

@media only screen and (max-width: 500px){
    .img-logo{
        height: 2.5rem;
    }

    .banner{
        padding: 2.5rem 0 0 0;
    }

    .offer-sub-container{
        font-size: 1.5rem;
    }


    .sub-offer-center{
        flex-direction: column;
    }

    .offer-img{
        max-width: 80vw;
    }

}

@media only screen and (max-width: 400px){
    .img-logo{
        height: 2rem;
    }

    .banner{
        padding: 2rem 0 0 0;
    }
    .firms-img img{
        max-width: 90%;
    }

    .section-title{
        font-size: 1rem;
    }

    .dane-kontaktowe{
        font-size: 1.25rem;
    }


}

@media only screen and (max-width: 320px){
    .img-logo{
        height: 1.5rem;
    }

    .banner{
        padding: 1.5rem 0 0 0;
    }

    .offer-title{
        font-size: 2rem;
    }
}



















