*{
    padding: 0;
    margin: 0;
}


html,body {
    color:white;
    scroll-behavior: smooth;
    margin:auto;
}



img{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    z-index:1;
    width: 100%;
}

.section1{
    padding-left: 40px;
    padding-right: 40px;
    height: 100vh;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

.header{
    top:50px;
    left:0;
    z-index: 2;
    position: fixed;
    width:100%;
    box-sizing: border-box;
}

.head{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    display: table;
}


.list0{
    display: table-cell;
    vertical-align: middle;
    width: 15%;
}

.list{
    display: table-cell;
    vertical-align: middle;
    width: 44%;
}

.list1{
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    text-align: right;
}

.list2{
    display: table-cell;
    vertical-align: middle;
    width: 6%;
}

.logo{
    font-weight: bold;
    font-size: 18px;
    float:left;
    color:black;
}

.mountains{
    font-weight: bold;
    font-size: 18px;
    float:left;
    color:black;
    margin-right: 40px;
    display: inline-block;
}


.travels{
    font-weight: bold;
    font-size: 18px;
    float:left;
    color:black;
    margin-right: 40px;
    display: inline-block;
}

.work{
    font-weight: bold;
    font-size: 18px;
    float:left;
    color:black;
    display: inline-block;
}

.about{
    font-weight: bold;
    font-size: 18px;
    float:right;
    color:black;
    display: inline-block;
}

.sound{
    font-weight: bold;
    font-size: 18px;
    float:right;
    color:black;
    display: inline-block;
    margin-right: 40px;
    margin-left: 40px;
}

.contact{
    font-weight: bold;
    font-size: 18px;
    float:right;
    color:black;
    display: inline-block;
    margin-left: 40px;
}

.facebook{
    font-size: 18px;
    float:left;
    color:black;
    display: inline-block;
}

.instagram{
    font-size: 18px;
    float:left;
    color:black;
    display: inline-block;
}


h6{
    font-size: 40px;
}

.front{
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 15%;
    font-size: 64px;
    line-height: 1.25;
    color: white;
}

a.pod, a.pod:visited {
    text-decoration: none;
    position: relative;
    color: black; /* kolor czcionki */
}
a.pod:after, a.pod:visited:after {
    content: '';
    height: 1px; /* grubość podkreślenia */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    background: black; /* kolor podkreślenia */
    transition: 0.1s; /* szybkość animacji podkreślenia */
}
a.pod:hover:after, a.pod:visited:hover:after {
    width: 100%;
}

.section2{
    height: 100vh;
    background-color: white;
    transition: background 0.3s;
    transition: border 0.3s;
    transition: border-radius 0.3s;
    box-shadow: gray;
    padding: 70px 0px 0px 0px;
    padding-left: 120px;
    padding-right: 120px;
}



.blog1{
    margin-top: 30px;
    padding: 10px;
    top: 0px;
    float:left;
    width: calc(33.3333333% - 20px);
    z-index: 2;
    overflow: hidden;

}

.blog2{
    margin-top: 30px;
    padding: 10px;
    top: 0px;
    float:left;
    width: calc(33.3333333% - 20px);
    z-index: 2;
    overflow: hidden;


}

.blog3{
    margin-top: 30px;
    padding: 10px;
    top: 0px;
    float:left;
    width: calc(33.3333333% - 20px);
    z-index: 2;
    overflow: hidden;

}
.blog3href{
    color: black;
}

.blog11 {
    position: relative;
    transition-duration: 1s;
    margin: 0 auto;
    display: block;
}

.blog11:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}


.blog22{
    position: relative;
    transition-duration: 1s;
    margin: 0 auto;
    display: block;
}

.blog22:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

.blog33{
    position: relative;
    transition-duration: 1s;
    margin: 0 auto;
    display: block;
}

.blog33:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

.blog1pole{
    position: relative;
    padding: 40px;
}

.blog2pole{
    position: relative;
    padding: 40px;
}

.blog3pole{
    position: relative;
    padding: 40px;
}

.data{
    font-size: 16px;
    color: rgba(85,85,85,1);
    font-style: italic;
}
.title{
    margin-top: 10px;
    color: #222;
    font-size: 28px;
    line-height: 1.5;
    word-wrap: break-word;
}
.description{
    line-height: 1.7;
    font-size: 16px;
    color: rgba(85,85,85,1);
}

.more{
    position: center;
    line-height: 1.5em;
    font-size: 16px;
    color: black;
    margin-top: 20px;
}

.more1{
    position: center;
    line-height: 1.5em;
    font-size: 16px;
    color: black;
    margin-top: 5px;
}

.fa-facebook {
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    color: black;
    float:left;
    margin-right: 30px;
}

.fa-instagram {
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    color: black;
    float:left;
}

.dots1 {
    z-index: 2;
    position: fixed;
    top: 16%;
    right: 20px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: black;
    transition: all .2s ease-in-out;

}

.dots1:hover{
    background-color: black;
    border-radius: 0px;
}



.dots2 {
    z-index: 10;
    position: fixed;
    top: 19%;
    right: 20px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: black;
    transition: all .2s ease-in-out;
}
.dots3 {
    z-index: 10;
    position: fixed;
    top: 22%;
    right: 20px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: black;
    transition: all .2s ease-in-out;
}

.dots4 {
    z-index: 10;
    position: fixed;
    top: 25%;
    right: 20px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: black;
    transition: all .2s ease-in-out;
}

.dots2:hover{
    background-color: black;
    border-radius: 0px;
}
.dots3:hover{
    background-color: black;
    border-radius: 0px;
}
.dots4:hover{
    background-color: black;
    border-radius: 0px;
}

.section3{
    height: 100%;
    width: calc(100% - 240px);
    background-color: white;
    transition: background 0.3s;
    transition: border 0.3s;
    transition: border-radius 0.3s;
    box-shadow: gray;
    padding: 70px 0px 0px 0px;
    padding-left: 120px;
    padding-right: 120px;
    overflow: hidden;
}


.section4{
     height: 100vh;
     background-color: white;
     transition: background 0.3s;
     transition: border 0.3s;
     transition: border-radius 0.3s;
     box-shadow: gray;
     padding: 70px 0px 0px 0px;
     padding-left: 120px;
     padding-right: 120px;
 }

.inst1{
    margin-top: 20px;
    padding: 10px;
    top: 10px;
    float:left;
    width: calc(25% - 20px);
    z-index: 2;
    overflow: hidden;
}

.inst2{
    margin-top: 20px;
    padding: 10px;
    top: 10px;
    float:left;
    width: calc(25% - 20px);
    z-index: 2;
    overflow: hidden;
}

.inst3{
    margin-top: 20px;
    padding: 10px;
    top: 10px;
    float:left;
    width: calc(25% - 20px);
    z-index: 2;
    overflow: hidden;
}

.inst4{
    margin-top: 20px;
    padding: 10px;
    top: 10px;
    float:left;
    width: calc(25% - 20px);
    z-index: 2;
    overflow: hidden;
}



.parallax{
    height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-1 {
    background-image: url('image/IMG_20211218_111732.jpg');

}

.footer{
    height: 100px;
    background-image: linear-gradient(to top right, #404456 50%, #ccccff 100%);
    padding:40px;
    padding-left: 40px;
    padding-right: 40px;
}

.footer1{

}

.footer2{
    width: 100%;
    background-color: #404456;
}

.logo1{
    padding: 10px;
    top: 0px;
    float:left;
    width: calc(33.3333333% - 20px);
    z-index: 2;
    overflow: hidden;

}

.logo11 {
    position: relative;
    margin: 0 auto;
    display: block;
    height:auto;
    max-width: 50%;
}

.kontakt{
    top: 0px;
    float:left;
    width: calc(33.3333333% - 20px);
    z-index: 2;
    overflow: hidden;

}

.kontakt1{
    position: relative;
    margin: 0 auto;
    display: block;
    height:auto;
    max-width: 100%;
}

.korona{
    margin-top: 0px;
    padding: 10px;
    top: 0px;
    float:left;
    width: calc(33.3333333% - 20px);
    z-index: 4;
    /*overflow: hidden;*/

}

.korona1 {
    position: relative;
    margin: 0 auto;
    display: block;
    height:auto;
    max-width: 60%;

}

.img12{
    width: 300px;
    position: relative;
    margin: 0 auto;
    display: block;
    height:auto;
    max-width: 60%;
}


h3{
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 1.4em;
    color: #222;
    text-align: center;
}

.emailicon{
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}


.fa-envelope-o{
    font-size: 24px;
    margin-right: 20px;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #404456;
  /* display: none; */
}


#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -2.7em;
  margin-left: -2.7em;
  width: 5.4em;
  height: 5.4em;
  background-color: #404456;
}

#hill {
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  top: 1.7em;
  left: 1.7em;
  background-color: transparent;
  border-left: .25em solid whitesmoke;
  transform: rotate(45deg);
}

#hill:after {
  content: '';
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  left: 0;
  background-color: #404456;
}

#box {
  position: absolute;
  left: 0;
  bottom: -.1em;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: .25em solid whitesmoke;
  border-radius: 15%;
  transform: translate(0, -1em) rotate(-45deg);
  animation: push 2.5s cubic-bezier(.79, 0, .47, .97) infinite;
}

@keyframes push {
  0% {
    transform: translate(0, -1em) rotate(-45deg);
  }
  5% {
    transform: translate(0, -1em) rotate(-50deg);
  }
  20% {
    transform: translate(1em, -2em) rotate(47deg);
  }
  25% {
    transform: translate(1em, -2em) rotate(45deg);
  }
  30% {
    transform: translate(1em, -2em) rotate(40deg);
  }
  45% {
    transform: translate(2em, -3em) rotate(137deg);
  }
  50% {
    transform: translate(2em, -3em) rotate(135deg);
  }
  55% {
    transform: translate(2em, -3em) rotate(130deg);
  }
  70% {
    transform: translate(3em, -4em) rotate(217deg);
  }
  75% {
    transform: translate(3em, -4em) rotate(220deg);
  }
  100% {
    transform: translate(0, -1em) rotate(-225deg);
  }
}



@media (max-width:700px) {
    .head{
        padding-right:5px;
    }
    .front{
        font-size: 28px;
        left: 10%;
    }
     .logo{
        font-size: 14px;
     }
     .list0{
        width: 10%;
     }
     .list{
        width: 10%;
        text-align: center;
        padding-left: 20px;
     }
     .list1{
        width: 10%;
        padding-right: 20px;
     }
     .list2{
        width: 25%;
     }
    .mountains{
        font-size: 14px;
        margin: 0px;
    }
    .travels{
        font-size: 14px;
        margin: 0px;
    }
    .work{
        font-size: 14px;
        margin: 0px;
    }
    .sound{
        font-size: 14px;
        margin:0px;

    }
    .contact{
        font-size: 14px;
        margin:0px;
    }
    .about{
        font-size: 14px;
        margin:0px;
    }
    .facebook{
        font-size: 10px;
    }
    .instagram{
        font-size: 10px;
    }
    img{
        height: 100%;
        overflow: hidden;
        z-index:1;
        width: 100%;
        background-position: center;
    }
    .section2{
        height: 100vh;
        background-color: white;
        transition: background 0.3s;
        transition: border 0.3s;
        transition: border-radius 0.3s;
        box-shadow: gray;
        padding: 0px 0px 0px 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section3{
        height: 100%;
        background-color: white;
        transition: background 0.3s;
        transition: border 0.3s;
        transition: border-radius 0.3s;
        box-shadow: gray;
        padding: 70px 0px 0px 0px;
        width: 100%;
        overflow: hidden;
    }

    .blog1{
        padding:0px;
        width:100%;
    }
    .blog2{
        padding:0px;
        width:100%;
    }
    .blog3{
        padding:0px;
        width:100%;
    }
    .inst1{
        padding:0px;
        width:100%;
    }
    .inst2{
        padding:0px;
        width:100%;
    }
    .inst3{
        padding:0px;
        width:100%;
    }
    .inst4{
        padding:0px;
        width:100%;
    }
    .kontakt{
        top: 0px;
        width: 100%;
        z-index: 2;
        overflow: hidden;
    }
    .glowne{
        height: 100vh;
        overflow: hidden;
        z-index:1;
        width: auto;
        background-position: center;
    }
    .kontakt1{
        font-size:18px;
    }
    .emailicon{
        font-size:18px;
    }
    .logo1{
        visibility: hidden;
        height:0px;
        padding:0px;
    }
    .korona{
        padding: 0px;
        top: 0px;
        width: 100%;
        z-index: 2;
        overflow: hidden;
    }
    .img12{
        width: 120px;
        position: relative;
        margin: 0 auto;
        display: block;
        height:auto;
        z-index:1;
    }

    h6{
        font-size: 30px;
    }

    .footer{
        padding-bottom:40px;
        padding-top:40px;
    }
}
