body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #252525;
    color: white;
}
* {
box-sizing: border-box;
}

header {
    background-color: #000000;
    color: rgb(241, 120, 7);
    padding: 1px;
    text-align: center;
}
a{
    color:inherit;
    text-decoration: none;
    margin:0;
}

img {
    object-fit: contain;
}

.nav  {
    display: flex;
  gap:3rem;
    font-size: 30px;
}

nav ul li a {
    color: #ff5e00;
    text-decoration: none;
}

.srodekstrony {
    font-size:25px;
    padding: 20px;
    color:white;
    text-align: left;
    
}

footer {
    background-color: #ff5e00;
    color: white;
    text-align: center;
    padding: 4px;
     width: 100%;
    
}

.tekst{
    text-align: left;
    font-size: 25px;
    color : #ffffff;
    margin-top: 5%;
    box-sizing: border-box;
    margin-left:15px;
    
    
    }

h2 {
    text-align: center;
    color : #ffffff
}


.operato{
    
    width: 190px;
    height: 150px;
    object-fit: cover;

}
.kontakt-dane{
    text-align: center;
    color: #ffffff;
    font-size:25px;
}
.ankieta{
    text-align: center;
    color : #ffffff
    
}
.galeria{
    display: grid;
    grid-template-columns: repeat(5, 0.5fr);
    gap: 1rem;
    flex-wrap: wrap;
    position:relative;
    
}


.opisloga{
    margin-bottom: 20px;
  
  color: white;
  text-align: center;
}

.zdjecia{
    width: 500px;
    margin-left: 1350px;
    position:absolute;
    border-radius: 16px;
}

.stopka
{
    background-color: #ff5e00;
    color: white;
    text-align: center;
    padding: 4px;
    bottom: 0;
    width: 100%;
    margin-top: 100px;
}
.stopa
{
    background-color: #ff5e00;
    color: white;
    text-align: center;
    padding: 4px;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 100px;
}

.clients
{
    margin: 0px 0px;
}

.logo{
   text-align: left;
   font-size: 30px;
}
.header-wrap
{
    display:flex;
    width: 100%;
    justify-content:space-between;
    padding:20px;
    align-items: center;
    position:fixed;
    z-index: 100;
}
.hero
{
    height: 100vh;
    overflow: hidden;
    width:100%;
}
.hero-title
{
    position:absolute;
    bottom:0;
    left: 50px;
    font-size:90px;
    color:#ff5e00;
    width:75%;
}
.hero-img
{
    object-fit:cover;
    width: 100%;
    height: 100%;
}
.klient-logo
{
    height: auto;
    width: 100%;
    max-width: 450px;
    object-fit: contain;
    
    
}
.text
{
    width:75%;
    color:white;
    font-size:20px;
    font-style: oblique;
}
.about
{
    color:white;
    display:flex;
    width: 100%;
    gap: 2rem;
    justify-content: space-between;
}
.about-img
{
    width: 25%;
}
.video
{
    width: 450px;
    
}

.page-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 200px;
    padding: 100px;
}

.page-wrap, .about {
    gap: 20px;
}

.page-wrap, .kontakt {
    justify-content: center;
    align-items: center;
}


.formularz {
font-size:25px;
display:flex;
flex-direction: column;
gap: 35px;
width: 50%;
max-width: 500px;
}

.form-label {
    display: flex;
    flex-direction: column;
}


@media screen and (max-width: 767px) {
    .page-wrap {
        padding: 20px;
        gap:100px;
    }

    .about 
    {
        flex-direction: column;
    }
    .text{ 
     width: 100%;
     font-size:20px;

    }
.about-img{
    width:75%;
}
.nav{
    font-size:20px;
}
.logo{
    font-size: 20px;
}
.hero-title{
    font-size:60px;
    width:100%;
}
}

.bydgoszcz
{
    width: 450px;
}
