/*DOMYSLNE*/
*{
    font-family: 'Oswald', sans-serif;
    box-sizing: border-box;
 }
 html{
     scroll-behavior: smooth;
 }
 
 h1{
     margin: 0;
 }
 h2{
     margin: 5% 0 0;
 }
 h3{
     font-family: 'Oswald', sans-serif !important; 
     font-size: 5em;
     line-height: 1em;
     height: auto;
     float: left;
     margin: 10% 0 0 0;
 }
 h4{
     font-family: 'Oswald', sans-serif !important; 
     font-size: 2em;
     width: 100%;
     text-align: left;
     margin: 0;
 }
 h5{
     font-family: 'Lobster', cursive;
     margin: 0;
     font-size: 1.2em;
     width: 100%;
     text-align: left;
     margin: 0;
 }
 h6{
     margin: 0;
 }
 .h7{
     font-size: 4em;
     font-weight: 900;
     color: #DEDEDE;
}
.h7 span{
    color: #40bbfe;
    font-family: 'Lobster', cursive;
}
 h3>span{
     border-top: 5px solid #40bbfe;
 }
 h5>span{
     border-bottom: 3px solid #191919;
 }
 .blo>span{
     border-bottom: 5px solid #40bbfe;
 }
 #uslugi-block-ico{
     float: left;
     height: 65%;
     width: 15%;
     text-align: center;
     font-weight: 400;
     font-size: 1.3em;
     margin: 4% 5% 0;
     
 }
 #uslugi-block-ico img:hover{
     transform: scale(1.2);
     transition: all 1s;
     transition-delay: 0.1s;

 }
 /*HEADER*/
 .nav-menu{
     left:0;
     top: 0;
     height: 43px;
     width: 100%;
     position: fixed !important;
     float: left;
     text-align: center;
     background-color: white;
     animation: fadeInDown;
     animation-duration: 1.5s;
 }
 .nav-logo{
     position: absolute;
     left: 48px;
     top: 0;
     width: 80px;
     height: 50px;
 }
 .nav-item{
     position: absolute;
     right: 46px;
     top: 0;
     
 }
 /*NAV SOCIAL */
 .nav-bar-down{
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 3%;
     background: white;
     float: left;
 }
 .nav-bar-down>hr{
     margin: 0;
 }
 #nav-bar-ig{
     position: absolute;
     left: 0;
     bottom: 0;
 }
 #nav-bar-fb{
     position: absolute;
     left: 3vh;
     bottom: 0;
 }
 #nav-bar-back a{
     position: absolute;
     margin: auto;
     top: 20%;
     width: 6.7vh;
     left: 49%;
     transition: color 0.4s;
     color: #191919;
 
 }
 #nav-bar-back>a{
     text-decoration: none;
     position: absolute;
     margin: auto;
     top: 20%;
     width: 6.7vh;
     left: 49%;
     font-size: 0.9em;
     text-align: left;
     font-family: 'Oswald', sans-serif;
     transition: color 0.4s;
 }
 #nav-bar-back>a:hover{
     color:#bdaeff ;
 }
 #nav-bar-li{
     position: absolute;
     right: 0;
     bottom: 0;
 }
 #nav-bar-mail{
     position: absolute;
     right: 3vh;
     bottom: 0;
 }
 /*MENU BEZ ROZWIJANIA*/
 ol {
     list-style-type:none;
     padding:0;
     margin:0;
     background-color:#DEDEDE;
     font-size: 18px;
     height: 2em;
     line-height: 2.38em;
     text-align: center;
     transition: color 0.4s;
 }
 ol a {
     display:block;
     text-decoration:none;
     color:#DEDEDE;
     padding:0 5px; 
     transition: color 0.4s;
 
 }
 ol > li {
     float:left;
     width:150px;
     padding: auto;
     background-color:#191919;
     height:43px;
 }
 ol > li:hover {
     background-color:#191919;
 }
 ol > li:hover > a {
     color: #bdaeff;
 }
 ol > li:hover > ul {
     display:block;
 }
 /*ROZWIJANE MENU*/
 ol > li > ul {
     display:none;
     list-style-type:none;
     padding:0;
     margin:0;
 }
 ol > li > ul > li {
     position:relative;
     background-color:#191919;
 }
 ol > li > ul > li > a {
     border-top:1px solid #262626;
     transition: color 0.4s;
 }
 ol > li > ul > li:hover {
     background-color:#191919;
     transition: color 0.4s;
 }
 ol > li > ul > li:hover > a {
     color: #bdaeff;
     transition: color 0.4s;
   }
 /*Powitanie*/
 .main{
     width: 80%;
     height: auto;
     margin: auto;
 }
 .main-bkc{
     width: 100%;
     height: 59.3rem;
     display: flex;
     align-items: center;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     background-image: url(/assets/IMG/bck.png);
 }
 .main-title{
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     font-size: 8em;
     font-family: 'Righteous', cursive; 
     line-height: 16vh;
     margin: 0 0;
 }
 .main-title span{
     font-family: 'Righteous', cursive; 
     color: #DEDEDE;
 }
 .main-title h1,h2{
     font-family: 'Righteous', cursive; 
     color: #191919;
 }
  
 #main-title-box h2{
     height: 1em;
     display: flex;
     justify-content: center;
     align-content: center;
 }
 #main-title-box a{
     line-height: 5vh;
     height: 1.8em;
     padding: 0 2%;
     font-family: 'Righteous', cursive;
     font-size: 2rem;
     font-weight: bold;
     text-decoration: none;
     border-radius: 13px;
     color:#191919;
     transition:  background-color 0.6s color 0.8s ease ;
 }
     /*ANIMACJE*/
 #main-title-box h1{
     height: 35vh;
     animation: backInDown;
     animation-duration: 2s;
 }
 #main-title-box h2{
     height: 5.3vh;
     animation: backInUp;
     animation-duration: 2s;
 }
     /*KONIEC ANIMACJI*/
 #main-title-box{
     margin: auto;
 }
 #main-title-box a{
     transition: background-color 0.6s, color 0.8s ease;
 }
 #main-title-box a:hover{
     background-color:rgba(25,25,25,0.4);
     color:  #DEDEDE;
     border-radius: 13px;
     animation-duration:5s;
     animation: infinite cubic-bezier(0.1, 0.7, 1.0, 1.0) 1px;;
 }
     /*BLOCK*/
 .blo{
    margin: 12% 0 8%;
    padding: 2% 0;
    width: 100%;
    height: 22rem;
 }
 #block{
     margin: auto;
     width: 60%;
     height: 100%;
 }
 .block-title{
     width: 50%;
     height: 100%;
     margin: 0%;
     float: left;
 }
 #block-title{
     padding: 0% 30% 26% 0%;
 }
 .block-description{
     width: 50%;
     height: 100%;
     margin: 0%;
     float: left;
 }
 #block-description{
     width: 100%;
 }
 #block-description-de{
     width: 100%;
     height: 59%;
     padding-top: 5%;
     text-align: left; 

 }
 #block-description-ds{
     width: 30%;
     padding: 0;
     background-color: #40bbfe;
     transition: width 0.6s;
 }
 #block-description-ds:hover{
     width: 24%;
     padding: 0;
     background-color: #40bbfe;
 }
.block-description>a>button{
    text-align: left;
     text-decoration: none;
     color: #191919;
     transition: color 0.4s;
     background-color: #40bbfe;
     border: 0;
     width: 12em;
     transition: width 0.5s;
 }
.block-description>a>button:hover{
    text-decoration: underline;
    color: #DEDEDE;
    width: 10em;
 }
     /*uslugi*/
 .uslugi{
     width: 100%;
     height: 20rem;
     margin: 12% 0 12%;
     padding: 5% 0 0 0;
 }
 #uslugi-block{
     margin: 0 0 0 20% ;
     width: 80%;
     height: 100%;
 }
 #uslugi-block-bck{
     background-image: url(/assets/IMG/bck.png);
     margin: 0 0 0 10% ;
     width: 90%;
     height: 100%;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
 }
 .uslugi-block-title{
     width: 30%;
     height: 100%;
     margin: 0%;
     float: left;
 }
 #uslugi-block-title-my{
     height: 100%;
     padding: 0% 30% 5% 0%;
 }
     /*PANEL*/
 .panel{
     width: 100%;
     height: 28vh;
     margin: 6% 0 8% 0;
     float: left;
 }
 .panel-img-1{
     width: 33.33%;
     height: 100%;
     float: left;
     background-image: url(/assets/IMG/PANEL/page-1.PNG);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     color: #DEDEDE;
 }
 .panel-img-1>h6{
     margin: 0;
     padding: 38% 0 0 5%;
     height: 100%;
     font-weight: 600;
     font-size: 1.5em;
     width: auto;
     transition: color 0.6s, background-color 0.6s;
 }
 .panel-img-1>h6:hover{
     color: #bdaeff;
     background-color: rgba(25, 25, 25, 0.6);
 }
 .panel-img-1>h>span{
     padding: 0 0 3% 5%;
     font-weight: 500;
     font-family: 'Lobster', cursive;
 }
 .panel-img-1>a{
     color: #DEDEDE;
     text-decoration: none;
}   
    .panel-img-2{
        width: 33.33%;
        height: 100%;
        float: left;
        background-image: url(/assets/IMG/PANEL/page-1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #DEDEDE;
    }
    .panel-img-2>h6{
        margin: 0;
        padding: 38% 0 0 5%;
        height: 100%;
        font-weight: 600;
        font-size: 1.5em;
        width: auto;
        transition: color 0.6s;
    }

     .panel-img-2>h6:hover{
        color: #bdaeff;
        background-color: rgba(25, 25, 25, 0.6);
        transition: color 0.6s, background-color 0.6s;
    }
    .panel-img-2>h>span{
        padding: 0 0 3% 5%;
        font-weight: 500;
        font-family: 'Lobster', cursive;
    }
    .panel-img-2>a{
        color: #DEDEDE;
        text-decoration: none;
        }
        .panel-img-3{
            width: 33.33%;
            height: 100%;
            float: left;
            background-image: url(/assets/IMG/PANEL/page-1.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            color: #DEDEDE;
        }
        .panel-img-3>h6{
            margin: 0;
            padding: 38% 0 0 5%;
            height: 100%;
            font-weight: 600;
            font-size: 1.5em;
            width: auto;
            transition: color 0.6s, background-color 0.6s;
        }
        .panel-img-3>h6:hover{
            color: #bdaeff;
            background-color: rgba(25, 25, 25, 0.6);
            scale: 1.3;
        
        }
        .panel-img-3>h>span{
            padding: 0 0 3% 5%;
            font-weight: 500;
            font-family: 'Lobster', cursive;
        }
        .panel-img-3>a{
            color: #DEDEDE;
            text-decoration: none;
            }
    /*WEB-QUANTITY*/
.web{
    height: 25rem;
    width: 100%;
    float: left;
    margin-bottom: 10%;
}
.web-block{
    width: 60%;
    height: 100%;
    margin: auto;
}
.web-quantity{
    width: 50%;
    height: 80%;
    margin: 0;
    float: left;
}
h3>p{
    margin: 0;
    width: auto;
    float: right;
}
.web-description{
    width: 50%;
    height: 80%;
    float: left;
}
.web-quantity-description{
    width: 100%;
    height: 20%;
    margin: 0;
    float: left;
}
.web-description>h2{
    font-family: 'Lobster', cursive;
    text-align: left;
    padding: 20% 0;
}
#web-ico{
    height: 100%;
    width: 20%;
    float: left;
}
#web-i-q{
    width: 50%;
    height: 100%;
    float: left;
    font-size: 4em;
    line-height: 1.1em;
    font-weight: 400;
    text-align: center;
    color: #40bbfe;
}
#web-i-d{
    width: 50%;
    height: 100%;
    float: left;
    line-height: 1.1em;
    font-weight: 900;
    font-size: 2em;
}
#web-i-d>span{
    font-weight: 400;
}
     /*PARALLAX*/
.parallax{
    width: 100%;
    height: 20rem;
    float: left;
    margin: 0 0 10% 0;
    background-image: url(/assets/IMG/parallax.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.para-de{
    height: 100%;
    width: 40%;
    margin: 0 0 0 24%;
}
#para-text{
    height: 100%;
    width: 100%;
    padding: 8% 15% 12% 8%;
    line-height: 4em;
}
     /*FOOTER*/
.contact{
    width: 100%;
    height:58vh;
    float: left;
    background-color: #191919;
}
.about_me{
    width: 30%;
    height: 58vh;
    float: left;
}
.about_de{
    width: 90%;
    height: 4vh;
    float: left;
    margin: 92% 0 0 10%;
}
.h9{
    height: 52vh;
    color: #DEDEDE;
    text-align: left;
}
.h9>span{
    color: #40bbfe;

}
.me{
    width: 30%;
    height: 58vh;
    float: left;
}
.fk{
    width: 30%;
    margin: 0 5%;
    float: left;
}
.h8{
    font-size: 3em;
    font-family: 'Righteous', cursive; 
    text-align:center;
    margin-left: 8%;
    color: #DEDEDE;
}
#formularz-kontaktowy{
    height: 100%;
}
.h8>span{
    font-size: 1em;
    font-family: 'Lobster', cursive;
    text-align:center;
    color: #40bbfe;
}
.half{
    height: 1vh;
}
.form-adat{
   width: 40%;
   margin: 0 5%;
   height: 3.5vh;
   text-align: center;
   border-radius: 10PX;
   border: 2PX solid black;
   float: left;
}
.form-data{
    width: 100%;
    height: 3.5vh;
    margin: 0 0;
    text-align: center;
    border-radius: 10PX;
    border: 2PX solid black;
}
.g-recaptcha{
    margin: 0 18%;
}
.emailFormSubmit-main-btn{
    font-family: 'Righteous', cursive; 
    margin: 8% 37% ;
    transition: background-color 0.6s, color 0.8s ease;
    background-color:rgba(255, 254, 254, 0.4);
    color:  #191919;
    border-radius: 13px;
    animation-duration:5s;
    border: 2PX solid black;
    width: 25%;
    font-size: 2.4vh;
    animation-duration:5s;
    animation: infinite cubic-bezier(0.1, 0.7, 1.0, 1.0) 1px;
    transition: background-color 0.6s, color 0.8s ease;
}
.emailFormSubmit-main-btn:hover{
   background-color:rgba(25,25,25,0.4);
   color:  #DEDEDE;
   border-radius: 13px;
   animation-duration:5s;
   animation: infinite cubic-bezier(0.1, 0.7, 1.0, 1.0) 1px;
   border: 2PX solid black;
}
     /*RESPONSIVE*/
 @media screen and (max-width: 980px){
     .nav-logo{
         left: 0;
     }
     .nav-item{
         right: 0;
     }
     li{
         margin: 0;
     }
     ol{
         margin: 0;
         width: 150px;
     }
     #main-title-box{
         margin: auto;
     }
     #main-title-box h1{
         font-size: 8rem;
         line-height: 11vh;
         height: 25vh;
     }
     .main-bkc{
         height: 910px;
     }
     .onas{
         display: flex;
         justify-content: space-between;
     }
 }
 
 @media screen and (max-width: 846px){
     .nav-logo{
         left: 0;
     }
     .nav-item{
         right: 0;
     }
     .nav-menu{
         display: flex;
         justify-content: space-between;
     }
 }
 
 @media screen and (max-width: 636px){
     .nav-logo{
         left: 0;
     }
     .nav-item{
         right: 0;
     }
     #main-title-box>h1{
         font-size: 6rem;
         line-height: 9vh;
         height: 20vh;
     }
     #main-title-box a{
         line-height: 4vh;
         height: 1.8em;
         padding: 0 2%;
         font-size: 1.5rem;
     }
 }
 @media screen and (max-width: 496px){
     #main-title-box h1{
         font-size: 4rem;
         line-height: 7vh;
         height: 15vh;
     }
     #main-title-box a{
         line-height: 3.2vh;
         height: 1.8em;
         padding: 0 2%;
         font-size: 1.2rem;
     }
 }
 @media screen and (max-width: 418px){
     .nav-logo{
         left: 0;
     }
     .nav-item{
         right: 0;
     }
     #main-title-box h1{
         font-size: 4rem;
         line-height: 7vh;
     }
     #main-title-box a{
         line-height: 3.2vh;
         height: 1.8em;
         padding: 0 2%;
         font-size: 1.2rem;
     }
 }
/*COOKIE*/