@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
    scroll-behavior: smooth;
    
}
body {
    min-height: 1000px;

}
p{
    font-weight: 300;
    color: #111;

}

.banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(img/start1.jpg);
    background-size: cover;

}

.banner .content {
    max-width: 900px;
    text-align: center;
    background-color: rgba(0,0,0,.4);
    /*margin-bottom: 20px; */

}
.banner .content h2 {
    font-size: 4em;
    color: #f7eedf;

}

.banner .content p {
    font-size: 1em;
    color: #fff;

}

.banner .content .btn {
    font-size: 1em;
    color: #fff;
    background: #716258;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 10px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.5s;
    
}

.banner .content .btn:hover {
    letter-spacing: 6px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}

header.sticky {
    background: white;
    padding: 10px 100px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

header .logo {
    color: #fff;
    font-weight: 700;
    font-size: 2em;
    text-decoration: none;

}

header.sticky .logo {
    color: #111;
}
header .logo span {
    color: #716258;

}
header .navigation {
    position: relative;
    display: flex;

}
header .navigation li {
    list-style: none;
    margin-left: 30px;

}

header .navigation li a {
    text-decoration: none;
    color: #3d1111;
    font-weight: 400;

}

header.sticky .navigation li a {
    color: #111;
}

header.sticky .navigation li a:hover {
    color: #ff0157;
}

section {
    padding: 100px;
}

.row {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.row .col50 {
    position: relative;
    width: 48%;

}

.titleText {
    color: #111;
    font-size: 2em;
    font-weight: 300;
}

.titleText span {
    color: #716258;
    font-weight: 700;
    font-size: 1.5em;
}

.row .col50 .imgBx {
    position: relative;
    width: 100%;
    /* min-height: 300px; */
    height: 100%;

}

.row .col50 .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;


}


/* menu  */

.title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.menu .content {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-top: 40px;

}

.menu .content .box {
    width: 340px;
    margin: 20px;
    border: 15px solid #fff;
    box-shadow: 0 5px 35px rgba(0,0,0,0.08);


}

.menu .content .box .imgBx {
    position: relative;
    width: 300px;
    height: 300px;

}

.menu .content .box .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}





.p_row {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #f7eedf;
    margin-bottom: 30px;

}

.p_row .p_col20 {
    position: relative;
    width: 20%;

}

.p_row .p_col80 {
    position: relative;
    width: 70%;

}


.pokojeopis
{
position: relative;
width: 252px;
height: 250px;
padding: 1px;
}
.czerwony
{
    background: #ff0000;
 
}
.niebieski
{
    background: #0000ff; 
}

.zolty
{
    background: #d0c200; 
}

.barylka
{
    background: #716258; 
}





.pokojeopis p {
    
    position: absolute;
    bottom: 35px;
    right: 0;
    color: #fff;
    font-weight: 500;
    font-size:1em;
    text-decoration: none;

}
.pokojeopis .logo {
    
    position: absolute;
    bottom: 2px;
    right: 2px;
    color: #fff;
    font-weight: 700;
    font-size:2em;
    text-decoration: none;

}




.footer
{
    background: #716258;
    padding: 30px 30px;
    height: 250px;
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
    /* align-items: center; */
    

}
.footer p
{
    color: #fff;
}

.footer ul
{
    /* display: flex;
    justify-content: center;
    align-items: center; */

}

.footer ul p
{
    margin-left: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 1.4em;
}

.footer ul li
{
    list-style: none;
    
}




.footer .col
{
    margin-left: 50px;
    margin-right: 50px;

}





.footer li {
    list-style: none;
    margin-left: 30px;

}

.footer li a {
    text-decoration: none;
    color: #f7eedf;
    font-weight: 400;

}


.wrapper {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-items: center;
    background: #3c312b;
}

.page-footer
{
    
    color: #716258;
    padding: 10px;
}






