/* Urzywane kolory i czcionki w projekcie */
/*
    Żółty = #d6a84b;

*/

/* HERADER */
#header{
    display: block;
    position: relative;
    max-height: 100vw;
    height: 800px;
    max-width: 100vw;
    width: 100%;
    background: url("../img/kietchen-header.jpg") no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    overflow: hidden;
    padding: 45px;
    z-index: 2;
    overflow: hidden;
}
@media all and (max-width: 1200px){
    #header{
        max-height: 68vw;   
    }
}
#header .filter-kitchen{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    max-height: 100vw;
    height: 800px;
    max-width: 100vw;
    width: 100%;
    background-size: 100% 100%;
}
#header .row{
    display: flex;
    width: 100%;
}
#header .logo{
    padding-left: 5%;
    display: flex;
}
#header .logo img{
    position: relative;
    display: inline-flex;
    height: 80px;
    width: 80px;
}
@media all and (max-width: 420px){
    #header .logo img{
        height: 40px;
        width: 40px;  
    }
}
#header .logo > h3{
    position: relative;
    top: 10px;
    left: 10px;
    display: inline-flex;
    font-family: 'Squada One', cursive;
    font-weight: bold;
    font-size: 3em;
    color: white;
    text-shadow: 0px 0px 10px #d6a84b;
    width: 100%;
}
@media all and (max-width: 420px){
    #header .logo > h3{
        font-size: 1em;   
    }
}

#header .menu{
    display: inline-block;
}
#header .mobile-menu{
    display: none;
}
@media all and (max-width: 420px){
    #header .menu{
        display: none;   
    }
    #header .mobile-menu{
        display: flex;
        position: absolute;
        right: 25px;
        top: 22%;
        transform: translateY(-50%);
        z-index: 2;
        padding: 5px;
        border: 2px solid white;
        border-radius: 3px;
        color: white;
    }
}
#header .menu ul{
    position: absolute;
    top: 20px;
    right: 0;
    display: table;
    width: 80%;
}
#header .menu ul > a{
    display: table-cell;
    width: 20%;
    text-decoration: none;
}
#header .menu ul li{
    color: white;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px #d6a84b;
    letter-spacing: 5px;
    font-family: 'Squada One', cursive;
    font-size: 1.2em;
    text-align: center;
    list-style: none;
}
@media all and (max-width: 1400px){
   #header .menu ul li{
        font-size: 1em;  
    }
}
#header hgroup{
    position: absolute;
    top: 50%;
    color: black;
    transform: translateY(-50%);
    text-shadow: 0px 0px 5px white, 0px 0px 5px #d6a84b;
}
#header hgroup > h3{
    font-size: 2.3em;
    font-family: 'Patua One', cursive;
}
@media all and (max-width: 420px){
    #header hgroup > h3{
        font-size: 0.8em;   
    }
}
#header hgroup > h4{
    font-size: 1.4em;
    font-family: 'Patua One', cursive;
}
@media all and (max-width: 420px){
    #header hgroup > h4{
        font-size: 0.5em;   
    }
}
#header .price{
    position: absolute;
    top: 60%;
    font-family: 'Squada One', cursive;
    border: 1px solid silver;
    background: #98BD15;
    padding: 15px 50px;
    border-radius: 3px;
    font-size: 1.2em;
    letter-spacing: 2px;
    color: white;
    cursor: pointer;
    transition: 0.5s;
}
@media all and (max-width: 420px){
    #header .price{
        padding: 8px 25px;
        font-size: 0.5em;  
    }
}
#header .price:hover{
    color: black;
    transition: 0.5s;
    background: white;
}


/* OFERTA */
#offerers{
    position: relative;
    height: auto;
    padding: 60px 40px 75px 40px;
    text-align: center;
    background: white;
    z-index: 2;
    overflow: hidden;
}
@media all and (max-width: 420px){
    #offerers{
        padding: 60px 30px;    
    }
}
#offerers .row{
    display: flex;
}
#offerers .row > h1{
    letter-spacing: 2px;
    font-family: 'Squada One', cursive;
    font-size: 2.2em;
}
#offerers .row > div.left,
#offerers .row > div.center,
#offerers .row > div.right{
    margin-top: 55px;
}
#offerers .box{
    position: relative;
    top: -13px;
    left: 50%;
    width: 100%;
    height: 4px;
    transform: translateX(-50%);
}
#offerers .row > div > i{
    font-size: 4em;
    margin-bottom: 35px;
}
#offerers .box > .linia-wew{
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 18%;
    border: 3px solid rgba(0,0,0,0.1);
    transform: translateX(-50%);
    z-index: 1;
}
#offerers .box .linia-zew{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 5%;
    background: black;
    border: 3px solid #98BD15;
    z-index: 2;
    opacity: 1;
}

/* DLACZEGO MY */
#whyus{
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: auto;
}
@media all and (max-width: 420px){
    #whyus{
        padding-bottom: 50px;
        margin-bottom: -50px;
    }
}
#whyus .row{
    padding: 0;
    display: flex;
}
#whyus .row > div.img{
    padding: 0;
    overflow: hidden;
}
#whyus .row > div.img > img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    transition: .5s;
}
#whyus .row > div.img > img:hover{
    transform: scale(1.050);
    transition: .5s;
}
@media all and (max-width: 1200px){
    #whyus .row > div.img > img{
        display: inherit;
    }
}
#whyus .row > div.count-to{
    display: block;
    position: relative;
    height: auto;    
    max-height: 35vw;
    max-width: 100vw;
    width: 100%;
    background: url("../img/project.png") no-repeat;
    background-size: 100% 100%;
    font-family: 'Patua One', cursive;
    color: white;
    padding: 60px 75px;
    overflow: hidden;
}
@media all and (max-width: 1200px){
    #whyus .row div.count-to{
        height: auto;
        max-height: 55vw;
    }
}
@media all and (max-width: 768px){
    #whyus .row div.count-to{
        height: auto;
        max-height: 120vw;
    }
}
@media all and (max-width: 420px){
    #whyus .row div.count-to{
        height: auto;
        max-height: 140vw;
    }
}
#whyus .box{
    position: relative;
    top: -5px;
    left: 50%;
    width: 100%;
    height: 4px;
    transform: translateX(-50%);
}
#whyus .box > .linia-wew{
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    border: 3px solid rgba(0,0,0,1);
    transform: translateX(-50%);
    z-index: 1;
}
#whyus .box .linia-zew{
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 15%;
    background: black;
    border: 3px solid #98BD15;
    z-index: 2;
    opacity: 1;
}
#whyus .table{
    margin-top: 45px;
}
#whyus .table tr td{
    color: white;
    border: none;
    font-family: 'Squada One', cursive;
    font-size: 1.3em;
    letter-spacing: 1px;
}
#whyus .table tr td:nth-child(3){
    display: block;
    width: 50px;
}
#whyus .table tr td:nth-child(4){
    width: 50px;
}

/* GALERIA */
#gallery{
    position: relative;
    height: auto;
    padding: 60px 0px 0px 0px;
    text-align: center;
    z-index: 2;
    background: white;
    overflow: hidden;
}
#gallery .row{
    display: flex;
}
#gallery .row > h1{
    letter-spacing: 2px;
    font-family: 'Squada One', cursive;
    font-size: 2.2em;
}
#gallery .row > div.left,
#gallery .row > div.center,
#gallery .row > div.right{
    margin-top: 55px;
}
#gallery .box{
    position: relative;
    top: -13px;
    left: 50%;
    width: 100%;
    height: 4px;
    transform: translateX(-50%);
}
#gallery .row > div > i{
    font-size: 4em;
    margin-bottom: 35px;
}
#gallery .box > .linia-wew{
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 18%;
    border: 3px solid rgba(0,0,0,0.1);
    transform: translateX(-50%);
    z-index: 1;
}
#gallery .box .linia-zew{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 5%;
    background: black;
    border: 3px solid #98BD15;
    z-index: 2;
    opacity: 1;
}
#gallery .container-fluid{
    padding: 0;
    margin: 70px 0px 0px 0px;
}
#gallery .container-fluid .row{
    padding: 0;
    margin: 0;   
}
#gallery .container-fluid .row > div{
    padding: 0;
    margin: 0;
    transition: 1s;
}
#gallery .container-fluid .row > div > a > img{
    height: auto;
    width: auto;
    transition: 1s;
}
/*
.filtering-gallery{
    color: red;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    cursor: pointer;
    transition: 1s;
}
*/
#gallery .container-fluid .row .iteam-img-1{
    overflow: hidden;
    transition: 1s;
}
#gallery .container-fluid .row .iteam-img-1:hover > a > img{
    transition: .5s;
    transform: scale(1.050);
}

/* ZAMOWIENIE W TRZECH KROKACH */
#order{
    position: relative;
    height: auto;
    text-align: center;
    padding: 60px 0px 60px 0px;
    background: url("../img/project.png") no-repeat;
    background-size: 100% 100%;
    color: white;
    z-index: 2;
    overflow: hidden;
}
#order .row > h1{
    letter-spacing: 2px;
    font-family: 'Squada One', cursive;
    font-size: 2.2em;
}
#order .box{
    position: relative;
    top: -13px;
    left: 50%;
    width: 100%;
    height: 4px;
    transform: translateX(-50%);
}
#order .box > .linia-wew{
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 18%;
    border: 3px solid rgba(255,255,255,0.3);
    transform: translateX(-50%);
    z-index: 1;
}
#order .box .linia-zew{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 5%;
    background: black;
    border: 3px solid #98BD15;
    z-index: 2;
    opacity: 1;
}

#order > div{
    padding: 0px 50px;
    margin-top: 0px;
    font-family: 'Patua One', cursive;
}
@media all and (max-width: 420px){
    #order .left,
    #order .center,
    #order .right{
        margin-top: 0px;
        padding: 45px 50px 0px 50px;
    }
}
#order span{
    font-family: 'Squada One', cursive;
    font-size: 1.6em;
    float: left;
    
}
#order .czerwony{
    color: #D81428;
    float: none;
}
#order > div > h3{
    text-align: left;
    font-size: 1.5em;
    margin-left: 20px;
}

/* PYTANIA */
#questions{
    display: block;
    position: relative;
    height: 310px;
    background: white;
    width: 100%;
    text-align: center;
    z-index: 2;
    overflow: hidden;
}
#questions .row{
    display: block;
}
#questions .row > hgroup{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #D81428;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
    font-family: 'Patua One', cursive;
}
@media all and (max-width: 420px){
    #questions .row > hgroup{
        width: 85%;   
    }
}
#questions .row > hgroup span{
    color: black;
}

/* FORM CONTACT */
#form-contact{
    display: block;
    position: relative;
    height: auto;
    background: transparent;
    opacity: 1;
    z-index: 2;
    overflow: hidden;
}
#form-contact .right{
    padding: 70px 20px 130px 20px;
}
#form-contact .right hgroup{
    font-family: 'Squada One', cursive;
    margin-left: 21px;
}
#form-contact .right hgroup > h3{
    font-size: 2.7em;
}
#form-contact .right hgroup > h4{
    font-size: 1.7em;
    font-weight: bold;
}
#form-contact .right hgroup .darmowa{
    color: #D81428;
}
#form-contact .right form{
    position: relative;
    width: 700px;
}
@media all and (max-width: 1400px){
    #form-contact .right form{
        width: 500px;
    }
}
@media all and (max-width: 992px){
    #form-contact .right form{
        width: 100%;
    }
}

#form-contact .right form input{
    display: block;
    margin: 20px;
    width: 90%;
    height: 50px;
    border-radius: 5px;
    padding-left: 15px;
    font-family: 'Patua One', cursive;
    border-color: transparent;
}
#form-contact .right form input:focus{
    border: none;
    outline: 1px solid white;
}
#form-contact .right form textarea{
    position: relative;
    width: 90%;
    height: 200px;
    border-radius: 5px;
    margin-left: 21px;
    background: white;
    border-color: transparent;
}
#form-contact .right form textarea:focus{
    border: none;
    outline: 1px solid white;
}
#form-contact .right form select{
    margin-left: 21px;
    border-radius: 5px;
    font-family: 'Patua One', cursive;
    border-color: transparent;
}
#form-contact .right form select:focus{
    border: none;
    outline: 1px solid white;
}
#form-contact .right form button{
    display: block;
    position: relative;
    left: 160px;
    top: 75px;
    width: 180px;
    height: 60px;
    border-radius: 5px;
    background: #98BD15;
    color: white;
    cursor: pointer;
    font-family: 'Squada One', cursive;
    font-size: 1.3em;
    border-color: transparent;
    margin: 0 auto;
    transition: 0.5s;
}
#form-contact .right form button:hover{
    background: white;
    color: black;
    transition: 0.5s;
}
@media all and (max-width: 1400px){
    #form-contact .right form button{
        left: 100px;   
    }
}
@media all and (max-width: 992px){
    #form-contact .right form button{
        left: 200px;   
    }
}
@media all and (max-width: 768px){
    #form-contact .right form button{
        left: 100px;   
    }
}
@media all and (max-width: 420px){
    #form-contact .right form button{
        width: 140px;
        height: 50px;   
    }
}

/* PARALAX FORM CONTACT */
#paralax{
    display: block;
    position: fixed;
    z-index: 1;
    height: 900px;
    width: 100%;
    background-size: 100% 100%;
}

/* ADRES I MAPA */
#adresMAP{
    position: relative;
    top: 0;
    display: block;
    height: auto;
    background: white;
    z-index: 2;
    padding: 0;
    overflow: hidden;
}
#adresMAP .left{
    position: relative;
    display: block;
    height: 440px;
    padding: 0;
    padding: 35px 85px 35px 30px;
}
#adresMAP .left img{
    position: relative;
    top: 0;
    left: 0;
    display: inline-flex;
    height: 80px;
    width: 80px;
}
@media all and (max-width: 420px){
    #adresMAP .left img{
        height: 60px;
        width: 60px;            
    }
}
#adresMAP .left > h3{
    position: relative;
    top: 10px;
    left: 10px;
    display: inline-flex;
    font-family: 'Squada One', cursive;
    font-weight: bold;
    font-size: 3em;
    color: white;
    text-shadow: 0px 0px 10px #d6a84b;
    width: 50%;
}
@media all and (max-width: 420px){
    #adresMAP .left > h3{
        font-size: 2em;   
    }
}
#adresMAP .left > p{
    margin-top: 15px;
    margin-bottom: 40px;
    font-weight: bold;
}
#adresMAP .left > div{
    color: black;
    font-weight: bold;
    margin-top: 5px;
}
#adresMAP .left > div > i{
    font-size: 2em;
    color: #D81428;
    margin-right: 15px;
}
#adresMAP .left .adres{
    position: relative;
    left: 6px;
}


#adresMAP .right{
    padding: 0;
}

/* FOOTER */
#footer{
    position: relative;
    z-index: 2;
    height: auto;
    background: #363636;
    overflow: hidden;
}

#footer .row .left,
#footer .row .right{
    height: 150px;
    width: 100%;
}
@media all and (max-width: 420px){
    #footer .row .left{
        text-align: center;
    }
    #footer .row .left,
    #footer .row .right{
        height: 100px;
        width: 100%;
    }
}
#footer h5{
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-15%,-50%);
    font-size: 0.8em;
    letter-spacing: 2px;
}
@media all and (max-width: 420px){
    #footer h5{
        left: inherit;
        text-align: center;
        transform: inherit;
    }   
}
#footer .row .right{
    padding: 45px 40px 0px 0px;
    text-align: right;
}
@media all and (max-width: 420px){
    #footer .row .right{
        padding: 0px;
        text-align: center;
    }
}
#footer h4{
    color: white;
}
