* {
    margin: 0;
    padding: 0;
}
.wrapper {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    height: 100vh;
}
.welcome {
    display: flex;
    flex-direction: column;
    width: 40vw;
    text-align: center;
    align-items: center;
    font-family: 'Saira Condensed', sans-serif;
}
.logo {
    position: relative;
    top: 11vh;
    width: 20vw;
}
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    width: 100%; 
}
nav ul {
    text-align: center;
}
nav ul li {
    display: block;
    margin-top: 10px;   
}
nav ul li a{
    text-decoration: none;
    font-size: 1.5rem;
    color: #8F7146;
}
.Social {
    display: flex;
    justify-content: center;
    position: relative;
    height: 13vh;
}
.InstaNav {
    margin: 8px;
}
.InstaNav img {
    margin: 0;
    width: 2vw;
    top: -2vh;
}
.FbNav {
    margin: 8px;
}
.FbNav img {
    margin: 0;
    width: 2vw;
    top: -2vh;
}
.hamburger-menu {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 35px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
}
.line {
    display: none;
    width: 100%;
    height: 3px;
    background-color: #8F7146;
}
.line-1.change {
    transform: rotateZ(-45deg) translate(-8px, 6px);
    transition: .3s;
}
.line-2.change {
    opacity: 0;
}
.line-3.change {
    transform: rotateZ(45deg) translate(-8px, -6px);
    transition: .3s;
}
.naviSection {
    display: flex;
    flex-direction: column;
    width: 60vw;
    flex-grow: 1;
    border-left: 4px solid rgb(143, 113, 70, 0.1);
    overflow: auto;
}
.naviSection a {
    position: sticky;
    width: 25px;
    top: 2vh;
    left: 1vw;
    border-radius: 8px;
    text-decoration: none;
    color: rgb(143, 113, 70, 0.7);
    text-align: center;
    border: 1px solid rgb(143, 113, 70, 0.7);
    font-size: 18px;
    font-weight: 600;
}
.offert1 {
    position: relative;
    width: 42vw;
    top: 4vh;
    left: 10vw;
    padding-bottom: 4vh;
}
.offert1 ol li p {
        position: relative;
        left: -0.5vw;
    }
.square1 {
    position: absolute;
    top: -11vh;
    left: -7vw;
    height: 24vh;
    width: 26vw;
    background-color: rgba(143, 113, 70, 0.20);
    border-radius: 17px;
}
.square2 {
    position: absolute;
    top: 59vh;
    left: 20vw;
    height: 24vh;
    width: 26vw;
    background-color: rgba(143, 113, 70, 0.20);
    border-radius: 17px;
}
.offert1 h2 {
    font-family: 'Saira Condensed', sans-serif;
    color: #8F7146;
}
.offert1 p, li {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 1.1rem;
}
.offert1 span {
    font-weight: 800;
    color: #8F7146;
}
.offert1 ol {
    position: relative;
    left: 1vw;
}
.offert1 ol li ul {
    position: relative;
    left: 1vw;
    list-style-type: disc;
}


@media (orientation: portrait) and (min-width: 320px) {
    .welcome {
        display: none;
    }
    .hamburger-menu {
        display: none;
    }
    .naviSection {
        width: 100vw;
    }
    .naviSection.change {
        width: 60vw;
    }
    .naviSection a {
        position: fixed;
        z-index: 5;
        left: 5vw;
        height: 30px;
        width: 30px;
        font-size: 30px;
        line-height: 0.8;
    }
    .offert1 {
        position: relative;
        width: 85vw;
        top: 4vh;
        left: 8vw;
    }
    .square1 {
        top: 1vh;
        left: -4vw;
    }
    .square2 {
        top: 78vh;
        left: 53vw;
    }
}
@media (orientation: landscape) and (min-width: 480px) {
    .welcome {
        display: none;
    }
    .offert1 {
        width: 84vw;
    }
    .square1 {
        top: 0vh;
        left: -2vh;
        height: 36vh;
        width: 34vw;
    }
    .square2 {
        top: 65vh;
        left: 43vw;
        height: 37vh;
        width: 34vw;
    }
}
@media (orientation: landscape) and (min-width: 812px) and (min-height: 375px) {
    .naviSection a {
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 1;
    }
    .square1 {
        height: 53vh;
    }
    .square2 {
        top: 104vh;
        height: 56vh;
    }
}
@media (orientation: portrait) and (min-width: 430px) and (min-height: 932px) {
    .square1 {
        width: 39vw;
    }
    .square2 {
        left: 41vw;
        width: 43vw;
    }
}
@media (orientation: portrait) and (min-width: 768px) and (min-height: 991px) {
    .offert1 h2 {
        font-size: 1.8rem;
    }
    .offert1 p {
        font-size: 1.6rem;
    }
    .offert1 li {
        font-size: 1.4rem;
    }
}
@media (orientation: landscape) and (min-width: 991px) and (min-height: 768px) {
    .square1 {
        height: 27vh;
        top: 6vh;
        left: -5vh;
    }
    .square2 {
        top: 88vh;
        height: 27vh;
    }
}
@media (orientation: landscape) and (min-width: 1024px) {
    .welcome {
        display: flex;
    }
    .naviSection a {
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 1.2;
    }
    .offert1 {
    width: 42vw;
    }
    .square1 {
    top: -11vh;
    left: -7vw;
    height: 24vh;
    width: 26vw;
    }
    .square2 {
    top: 59vh;
    left: 20vw;
    height: 24vh;
    width: 26vw;
    }
}
@media (orientation: landscape) and (min-width: 2560px) {
    .logo {
        width: 26vw;
    }
    .navi ul li a {
        font-size: 2.1rem;
    }
    .naviSection a {
        width: 40px;
        height: 40px;
        line-height: 1;
        border: 2px solid rgb(143, 113, 70, 0.7);
        font-size: 40px;
    }
    .offert1 h2 {
        font-size: 3.5rem;
    }
    .offert1 p, li {
        font-size: 2.1rem;
    }
}
/* @media (orientation: portrait) and (min-width: 320px) and (min-height: 480px) +
@media (orientation: landscape) and (min-width: 480px) +
@media (orientation: portrait) and (min-width: 360px) and (min-height: 640px) ++
@media (orientation: landscape) and (min-width: 640px) and (min-height: 360px) ++
@media (orientation: portrait) and (min-width: 480px) ++
@media (orientation: landscape) and (min-width: 667px) ++
@media (orientation: portrait) and (min-width: 360px) and (min-height: 760px) ++
@media (orientation: landscape) and (min-width: 760px) and (min-height: 360px)++
@media (orientation: portrait) and (min-width: 375px) and (min-height: 812px) ++
@media (orientation: landscape) and (min-width: 812px) and (min-height: 375px) ++
@media (orientation: portrait) and (min-width: 430px) and (min-height: 932px) ++
@media (orientation: landscape) and (min-width: 932px) and (min-height: 430px) ++
@media (orientation: portrait) and (min-width: 768px) and (min-height: 991px) ++
@media (orientation: landscape) and (min-width: 991px) and (min-height: 768px) ++
@media (orientation: portrait) and (min-width: 992px) and (min-height: 1199px) ++
@media (orientation: landscape) and (min-width: 1024px) + od tej rozdzielczości usunąć hamburger menu
@media (orientation: landscape) and (min-width: 1199px) 
@media (orientation: landscape) and (min-width: 1440px) 
@media (orientation: landscape) and (min-width: 1599px)
@media (orientation: landscape) and (min-width: 1920px) 
@media (orientation: landscape) and (min-width: 2560px) */