* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    scroll-behavior: smooth;
}
body{
    background: linear-gradient(to top right, black 10%, rgb(48, 48, 48) 80%, rgb(97, 97, 97));
}
header{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 9%;
    background: transparent;
}
@font-face {
    font-family: gang;
    src: url(gang.ttf);
}
@font-face {
    font-family: zeyada;
    src: url(zeyada.ttf);
}
@font-face {
    font-family: sohungry;
    src: url(sohungry.ttf);
}
.logo{
    font-size: 30px;
    font-weight: 700;
    color: white;
    font-family: gang;
    text-shadow: 0 0 0.2em black;

}
.navlist{
    display: flex;
    list-style-type: none;
}
.navlist a{
    color: white;
    margin-left: 60px;
    font-family: sohungry;
    font-size: 15px;
    text-shadow: 0 0 0.2em black;
    font-weight: 600;
    border-bottom: 2px solid  transparent;
    transition: all .55s ease;
}
.navlist a:hover{
    border-bottom: 2px solid white;
}
#menu-icon{
    color: white;
    font-size: 30px;
    z-index: 10001;
    cursor: pointer;
    display: none;
}

.glowna{
    height: 100%;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
}
section{
    padding: 0 19%;
}
.glowna-text h4{
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-bottom: 40px;
}
.glowna-text h1{
    font-size: 60px;
    line-height: 1;
    color: white;
    margin: 40px 0 45px;
    font-family: "Russo One", sans-serif;
}
.glowna-text p{
    color: white;
    font-size: 30px;
    line-height: 1.9;
    margin-bottom: 40px;
    font-family: "zeyada", cursive;
}
.glowna-img img{
    width: 600px;
    height: auto;
}
.glowna-text a{
    display: inline-block;
    color: white;
    background: rgb(97, 97, 97);
    border: 1px solid transparent;
    padding: 12px 30px;
    line-height: 14px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .55s ease;
}
.glowna-text a:hover{
    background: transparent;
    border: 1px solid white;
    transform: translateX(8px);
}
.glowna-text a.navi{
    background: transparent;
    border: 1px solid white;
    margin-left: 20px;
}
.glowna-text a.navi i{
    vertical-align: center;
    margin-right: 5px;
}
.social-media{
    position: absolute;
    top: 50%;
    padding: 0 9%;
    transform: translateY(-50%);
}
.social-media i{
    display: block;
    margin: 26px 0;
    font-size: 24px;
    color: white;
    transition: all .50s ease;
}
.social-media i:hover{
    color: rgb(97, 97, 97);
    transform: translateY(-5px);
}
.scroll-up{
    position: fixed;
    bottom: 6%;
    right: 9%;
}
.scroll-up i{
    display: block;
    padding: 12px;
    font-size: 25px;
    color: white;
    background: rgb(97, 97, 97);
    border-radius: 30px;
    transition: all .50s ease;
}
.scroll-up i:hover{
    transform: translateY(-5px);
}
.tydzien{
    padding: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tydzien h3{
    font-family: "Crete Round", serif;
    font-weight: 400;
    font-size: 18px;
}
.tydzien h4{
    font-family: "Crete Round", serif;
    font-weight: 400;
    font-size: 23px;
}
.menuopis h2{
    font-family: sohungry;
    padding-top: 70px;
}
.menulink{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 70px;
}
.onass h2{
    font-family: sohungry;
    padding: 70px;
}
.opinie{
    position: relative;
}
.opiniee h2{
    font-family: sohungry;
    padding-top: 70px;
    padding-bottom: 30px;
}
.opis h4{
    text-align: center;
    color: white;
    font-family: "Crete Round", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 70px;
}
.kontaktt h2{
    font-family: sohungry;
    padding-top: 70px;
}

@media (max-width: 1535px){
    header{
        padding: 15px 3%;
        transition: 2s;
    }
    .social-media{
        padding: 0 3%;
        transition: .2s;
    }
    .scroll-up {
        right: 3%;
        transition: .2s;
    }
}
@media (max-width: 1460px){
    section{
        padding: 0 12%;
        transition: .2s;
    }
}
@media (max-width: 1340px){
    .glowna-img img{
        width: 100%;
        height: auto;
    }
    .glowna-text h1{
        font-size: 75px;
        margin: 0 0 30px;
    }
    .glowna-text h5{
        margin-bottom: 25px;
    }
}
@media (max-width: 1195px){
    section{
        padding: 0 3%;
        transition: .2s;
    }
    .glowna-text{
        padding: 115px;
    }
    .glowna-img{
        text-align: center;
    }
    .glowna-img img{
        width: 560px;
        height: auto;
    }
    .glowna{
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }
    .social-media{
        display: none;
    }
    .scroll-up{
        display: none;
    }
}

@media (max-width: 990px){
    #menu-icon{
        display: block;
    }
    .navlist{
        position: absolute;
        top: 100%;
        right: -100%;
        width: 200px;
        /* height: 30vh; */
        background: rgb(97, 97, 97);
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 50px 20px;
        transition: all .55s ease;
        }
        .navlist a{
            margin-left: 0;
            display: block;
            margin: 7px 0;
        }
        .navlist.open{
            right: 0;
        }
}

@media (max-width: 680px){
    .glowna-img img{
        width: 100%;
        height: auto;
    }

    .glowna-text {
        padding: 125px 0px;
    }
    .menulink{
        width:100%;
    }
}



.kontakt-container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px, auto));
    margin-top: 2rem;
}
.lew{
    text-align: center;
    padding: 20px 30px; 
    color: white;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 50px; 
}
.sr{
    text-align: center;
    color: white;
    font-size: 15px;
    line-height: 1.4;
}

.praw a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 25px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin: 30px 15px 30px 0;
    margin-top: 50px;
    transition: .5s ease;
}

.praw a:hover{
    background: rgb(255, 255, 255);
    color:black;
    box-shadow: 0 0 20px rgb(255, 255, 255);
}
