* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    --brand:rgb(37, 96, 173);
}

body {
    background-color: white;
    height: 100vh;
}

h1 {
    font-weight: 700;
}

h5 {
    padding-left: 10px;
}

.navbar {
    box-shadow: 0px 6px 30px rgb(0, 0, 0, 0.08);
    margin-bottom: 10px;
}

a.navbar-brand {
    background-color: white;
    color: black;
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
}

.navbar .nav-link {
    margin-right: 10px;
    margin-left: 10px;
    color: black;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.nav-link:hover {
    border-bottom: 1px solid rgb(37, 96, 173);
}

.nav-link.active {
    border-bottom: 1px solid rgb(37, 96, 173);
}

.search {
    height: 40px;
    width: 80%;
    border-radius: 60px;
    outline: none;
    border: 2px solid rgb(37, 96, 173);
    margin-right: -35px;
    font-family: 'Poppins', sans-serif;
}

.text-brand {
    color: #fff;
}
.btn0 {
    height: 40px;
    width: 40%;
    outline: none;
    border: none;
    background-color: rgb(37, 96, 173);
    color: white;
    font-weight: 700;
    border-radius: 60px;
}

.navbar-toggler-icon {
    width: unset;
    height: unset;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: unset;
    border: unset;
}

/*SLIDER*/
.carousel-item img {
    margin: 0 auto;
    max-width: 1250px;
}


/*oferta*/
.card:hover {
    box-shadow: -2px -1px 25px -4px rgb(0, 0, 0, 0.75);
    -webkit-box-shadow: -2px -1px 25px -4px rgb(0, 0, 0, 0.75);
    -moz-box-shadow: -2px -1px 25px -4px rgb(0, 0, 0, 0.75);
    transition: 0.5s;
    cursor: pointer;
}


/*baner spawanie*/
.banner {
    background: url(./img/spawanie_banner_3.jpg)no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
    background-position: 50% 50%;
}

.banner h1 {
    font-size: 3rem;
    font-weight: 500;
}

.banner .h5 {
    text-align: left;
    font-size: 16px;
}


.banner .img-fluid {
    width: 100%;
}

a.btn.btn1 {
    height: 45px;
    width: 40%;
    outline: none;
    border: none;
    background-color: rgb(37, 96, 173);
    color: white;
    font-weight: 700;
    border-radius: 60px;
    text-align: center;
    line-height: 1.6rem;
}

a.btn.btn1:hover {
    background-color: rgb(97, 162, 248);
    transition: 0.5s;
    color: white;

}


/*banner2*/
.hr {
    margin: 5px;
    height: 1px;
    background-color: rgb(37, 96, 173);
    border: 0;
    width: 500px;

}


.banner2 .display-3 {
    font-size: 20px;
    font-weight: 500;
}

/*about*/

.about h4 {
    font-size: 20px;
    font-weight: 500;
}

/*footer*/

.footer {
    position: absolute;
    bottom: 0;
}

.name {
    color: rgb(37, 96, 173);
}

.btn-floating .fab:hover {
    color: rgb(37, 96, 173);
    padding-left: 10px;
    transition: all 0.4s;
    cursor: pointer;
}

.fab {
    font-size: 2rem;
    cursor: pointer;
    padding-right: 5px;
    margin-right: 10px;
    color: white
}


/*wróc do */
.breadcrumb li a {
    list-style: none;
    text-decoration: none;
    color: black;
}

.breadcrumb li a:hover {
    border-bottom: 1px solid rgb(37, 96, 173);
}

/* podstrona kontakt*/
.kontakt .fa-solid {
    margin-bottom: 10px;
    margin-right: 15px;
    float: left;
    line-height: 1.3rem;
}

.kontakt h5 {
    font-size: 17px;
    padding-bottom: 10px;
}

.btn {
    padding: 8px 26px;
}

a.btn-brand {
    border-color: rgb(37, 96, 173);
    background-color: rgb(37, 96, 173);
    border-radius: 60px;
    color: #fff;
}

a.btn-brand:hover {
    background-color: rgb(97, 162, 248);
    border-color:  rgb(97, 162, 248);
    color: #fff;
}
/*podstrona o nas*/
.article_1 img {
    margin-bottom: 25px;
}

/*oferta-nogi, stelaże*/
.card_2 {
    border-bottom: 1px solid #ccc;
}

.card_2:hover {
    box-shadow: -2px -1px 25px -4px rgb(0, 0, 0, 0.75);
    -webkit-box-shadow: -2px -1px 25px -4px rgb(0, 0, 0, 0.75);
    -moz-box-shadow: -2px -1px 25px -4px rgb(0, 0, 0, 0.75);
    transition: 0.5s;
}

.tekst {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}


/*podstrona noga ramka itp.*/
.wpis {
    text-align: justify;
    border: 1px solid #ccc;
    margin-bottom: 40px;

}

.wpis p {
    padding: 20px;
}

/*responsive*/
@media (max-width: 575px) {
    h2 {
        font-size: 16px;
        margin: 30px 20px;
        text-align: left;
    }

    p {
        text-align: left;
        font-size: 15px;
        margin: 40px 20px;
    }

    a.btn.btn1 {
        font-weight: 600;
        height: 45px;
        width: 45%;
        text-align: center;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    a.btn.btn1 {
        font-weight: 600;
        height: 45px;
        width: 45%;
        text-align: center;
        font-size: 14px;

    }

    .navbar .nav-link {
        text-align: center;
    }

    .banner {
        text-align: center;
    }

    .banner h1 {
        font-size: 2rem;
        font-weight: 500;
        margin-left: 15px;
    }


    .banner .h5 {
        font-size: 14px;
        margin-left: 10px;
        text-align: center;
    }

    .banner2 .display-3 {
        font-size: 17px;
        font-weight: 500;
        padding-bottom: 15px;
    }

    .about h4 {
        font-size: 17px;
        font-weight: 500;
    }
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* Extra Things */
body{background: #eee ;font-family: 'Open Sans', sans-serif;}h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}h3 i{color: #444;}

a:hover {

    text-white
}



