
html {
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-family);
    scrollbar-color: #fff #3c3c3c ;
    
}
::-webkit-scrollbar-button{
    display: none;
}

body{
    background-color: #3d3c3c;
}
:root {
  --font-family: "Satoshi", sans-serif;
}
header{
    display: flex;
    width: 100%;
    height: 85px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hwrap {
    width: 88%;
    height: 70px;
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.markamlogo {
    max-width: 290px;
    max-height: 150px;
}
.hdiv {
    display: flex;
    align-items: center;
    padding: 0 30px;
    width: 100%;
}
nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: right;
}

.nv {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nv a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    padding: 7px 20px;
    border-radius: 20px;
}

.nv a:hover {
    background-color: #ffffff86;
    color: #ffd400;
    border: 1px solid #ffd400;
}

.nv a:hover::after {
    transform: scaleX(1);
    transform-origin: center;
}
#srodek{
    background-image: url('banner.jpg');
    background-size: 100% 700px;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    height: 700px;
    background-color: #fff;
}
.swrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.napisy, .nizszenapisy a, .dsw a{
    font-family: var(--font-family);
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.05em;
}
.nizszenapisy{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.nizszenapisy .bk, .ng{
    border-right: 2px #ffffff solid;
    padding-right: 15px;
}
.skon{
    display: flex;
    width: 80%;
    justify-content: right;
}
.napisy h2{
    font-size: 52px;
}
.napisy{
    backdrop-filter: blur(25px);
    padding: 40px 20px;
    border: 4px #fff solid;
    border-radius: 20px;
}
.dsw a{
    display: flex;
    background: #3d3d3d;
    border-radius: 10px;
    max-width: 270px;
    width: 100%;
    height: 50px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    transition: transform 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    top: 0;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.05);
    border: 2px #fff solid
}
.dsw{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dsw a:hover {
  transform: translateY(-10px);
  border: 2px #ffd400 solid
}

.ng, .bk, .kb {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    position: relative;
    display: inline-block;
}

.ng::after, .bk::after, .kb::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #ffd900;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}

.ng:hover, .bk:hover, .kb:hover, .dsw a:hover {
    color: #ffc400;
}
#efektypracy{
    display: flex;
    justify-content: center;
    margin-top: 270px;
}
.ewrap{
    display: flex;
    width: 100%;
    background-color: #fff;
    align-items: center;
    background-position: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 50px;
    padding: 25px;
}
#efektypracy h2{
    font-family: var(--font-family);
    color: #3c3c3c;
    text-decoration: none;
    font-weight: 700;
    font-size: 78px;
    line-height: 160%;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
    margin-top: 20px;
}
.obrazki a{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    position: relative;
    border: 3px solid #3c3c3c;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    
}
.obrazki{
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.obrazki a {
    max-width: 500px;
    justify-content: center;
    align-items: center;
}
.obrazki a img{
    width: 100%;
}
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 80px;
}
.fwrap{
    display: flex;
    gap: 150px;
    flex-direction: row;
    justify-content: center;
    width: 90%;
}
iframe{
    border-radius: 20px;
}
.lewo{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    border: 5px solid #fff;
    border-radius: 25px;
}
.prawo{
    display: flex;
    flex-direction: column;
    gap: 125px;
}
.foprawo{
    display: flex;
    flex-direction: row;
    gap: 60px;
}
.fopolityka{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fopolityka h3{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.05em;
    color: #ffffff;
    white-space: nowrap;
}
.fopolityka a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}
.adres{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.adres h3{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.05em;
    color: #f8f8f8;
}
.adres p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    align-items: center;
    gap: 10px;
    display: flex;
}
.fokontakt{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fokontakt h3{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.05em;
    color: #ffffff;
}
.fokontakt a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    gap: 10px;
}
svg{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.ad svg{
    visibility: hidden;
}
.copyright{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 8px;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-decoration: none;
    justify-content: center;
    white-space: nowrap;
    opacity: 0.5;
}
.footersvg{
    width: 24px;
    height: 24px;
    fill: #fff;
}
#powieksztel{
    display: none;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 9px;
    letter-spacing: 0.05em;
    color: #3c3c3c;
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.upscroll{
    flex-direction: row;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #323232;
    border-radius: 20px;
    justify-content: center;
    text-decoration: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
}
.scrollup{
    flex-direction: row;
    text-decoration: none;
    justify-content: right;
    align-items: center;
    display: none;

}
.scrollup p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #ffffff;  
    white-space: nowrap;  
    text-decoration: none;
}
.scrollup svg{
    border: #fff 1px solid;
    border-radius: 15px;
    width: 25px;
    height: 25px;

}
.upscroll, .scrollup {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.show-scroll {
    opacity: 1;
    visibility: visible;
}











@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Variable.ttf') format('tff');
}
@media (max-width: 1850px) {

.foprawo{
    flex-wrap: wrap;
}
}


@media (max-width: 1150px) {
.fwrap{
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    padding: 20px;
    align-items: center;
}
.foprawo{
    margin-bottom: 40px;
    gap: 40px;
    justify-content: center;
}
.fwrap h3 {
    font-size: 20px;
}

}












@media (max-width: 790px) {

.hdiv{
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}
.markamlogo{
    max-width: 120px;
    max-height: 50px;
}
nav{
    justify-content: center;
}
header{
    margin-top: 12px;
    margin-bottom: 11px;
}
.napisy h2{
    font-size: 27px;
}
.skon{
    justify-content: center;
}
.nizszenapisy a{
    font-size: 13px;
}
.dsw a{
    height: 35px;
    width: 65%;
    font-size: 15px;
}
#efektypracy{
    margin-top: 120px;
}
#efektypracy h2{
    font-size: 42px;
}
.foprawo{
    flex-direction: column;
}
.nv a{
    padding: 4px 10px;
    font-size: 18px;
}
.napisy{
    padding: 20px 10px;
}
#srodek{
    background-size: 100% 230px;
    height: 230px;
}
.obrazki{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.obrazki a{
    max-width: 350px;
    padding: 10px;
    flex-direction: column-reverse;
}
iframe{
    width: 100%;
    height: 230px
}
.fwrap{
    align-items: center;
}
.lewo{
    width: 100%;
    height: 100%;
}
#powieksztel{
    display: flex;
}
.obrazki a img{
    border-radius: 10px;
    max-height: 340px;
}
.prawo{
    align-items: center;
    gap: 0;
}
.scrollup{
    display: flex;
}
.upscroll{
    display: flex;
}
}

