@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    height: 100%;
    position: relative;
}

a,
a:visited,
a:hover {
    text-decoration: none;
    color: white;
}

html {
    scroll-behavior: smooth;
    height: 100%;

}

.mycontainer {
    width: 80vw;
    margin: 0 10vw;
    height: 100vh;
    color: white;
    position: relative;
    z-index: 3;

}

.nav-item a,
.nav-item a:link,
.nav-item a:hover,
.nav-item a:visited {
    color: white;
    text-decoration: none;
}

.background {
    width: 100vw;
    height: 100vh;
    background: url("../img/bg1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    backdrop-filter: blur(15px);
    color: white;
    font-size: 1.2rem;
    height: 90px;
    z-index: 20;
    transition: 0.3s;
    background: rgba(0, 0, 0, .65);
    background-blend-mode: darken;
}

.nav-item {
    float: left;
    width: calc(100% / 6);
    padding: 20px;

    text-align: center;
    transition: 0.6s;
}

.nav-item1 {
    transform: scale(1.2);
}

.nav-item:hover {
    font-weight: 700;
    transform: scale(1.2);
}


.content {
    position: relative;
    top: calc(50% + 40px);
    left: 50%;
    min-width: 80vw;
    height: calc(95% - 90px);
    background-color: rgba(0, 0, 0, 0.486);
    transform: translate(-50%, -50%);
    padding: 20px;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, .65);
    background-blend-mode: darken;

}

.content1 {
    box-shadow: inset 5px 5px 10px #444d4f,
        inset -5px -5px 10px #ffffff;
    overflow-y: scroll;
}

.content2 {
    box-shadow: inset 5px 5px 10px #ffffff,
        inset -5px -5px 10px rgb(255, 0, 0);
    overflow-y: scroll;
    overflow-x: hidden;
}

.content3 {
    box-shadow: inset 5px 5px 10px #8294c3,
        inset -5px -5px 10px #724e62;
}

.content4 {
    min-width: 100vw;
    height: 90%;
    box-shadow: inset 5px 5px 10px #745e53,
        inset -5px -5px 10px #68676c;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
}

.content5 {
    box-shadow: inset 5px 5px 10px #ffffff,
        inset -5px -5px 10px #ffffff;
}

.content1 h1 {
    font-size: 40px;
}

.c1_text {
    font-size: 4vmin;
    margin: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.c4_left,
.c4_right {

    flex: 100%;
}

.content-help {
    overflow-y: scroll;
    max-height: 86vh
}


.status_bar {
    clear: both;
    width: 100%;
    height: 5px;
    background: white;
}

#progess_bar {
    width: 20%;
    height: 100%;
    background: rgb(0, 140, 255);
    transition: 0.6s;
}

.c4_row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;

}

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 5px 5px 10px #745e53,
        inset -5px -5px 10px #68676c;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgb(243, 71, 71);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa;
}

.c4_column {
    flex: 25%;
    padding: 0 4px;
}

.c4_column img {
    margin-top: 8px;
    vertical-align: middle;
}

.c4_text {
    padding: 5px
}

.content5 {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    overflow-x: hidden;
}

.c5_left,
.c5_right {
    flex: 50%;
    background-color: hsla(0, 0%, 0%, 0.363);
}

.c5_phone,
.c5_email {
    padding: 20px;
    font-size: 23px;
    height: 20%;
}

.c5_map {
    padding: 20px;
    height: 50%;
}

.c5_social {
    width: 98%;
    height: 100px;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 20px;
    font-size: 60px !important;
}

.c5_social:hover {
    opacity: 0.8;
    color: white;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}



@media only screen and (max-width:855px) {

    .c5_left,
    .c5_right {
        flex: 100%;
    }

    .content5,
    .content1,
    .content2,
    .content3 {
        margin-top: 5vh;
        height: 75vh;
        min-width: 100vw;
        box-shadow: inset 5px 5px 10px #745e53,
            inset -5px -5px 10px #68676c;
        transform: translate(-50%, -50%);
    }

    .c5_phone_text {
        font-size: 15px;
    }
}

.content3 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
    align-items: center;

}

.c3_card {
    background-color: #8295c39a;
    width: 30%;
    text-align: center;
    transition: all 2s ease-in;
    box-shadow: inset 0 0 5px white,
        0 0 5px white;
}

.card_content .card_desc {
    height: 0;
    opacity: 0;
}

.c3_card:hover .card_desc {
    animation: 1s 1 fadeIn forwards;
}

@keyframes fadeIn {
    0% {
        height: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        height: 300px;
    }
}

.domki_min {
    display: flex;
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.domek_min {
    width: 30% !important;
    margin: 1rem 0;
}

.nocowanie {
    max-width: 1000px;
    margin: 1rem auto;
    padding: 1rem;
}

@media only screen and (max-width:1000px) {

    .content4,
    .content3 {
        height: 70vh;
        display: block;
    }

    .c2_team {
        font-size: 40px;
        width: 100%;
    }

    .content {
        height: 90%;
    }

    .c4_column {
        flex: 50%;
    }

    .c3_card {
        width: 80%;
        margin-bottom: 20px;
    }

    .c3_card:nth-child(1) {
        margin-top: 850px;
    }

    .content1,
    .content2,
    .content3,
    .content5 {
        margin-top: 40px;
    }

    .card_content .card_desc {
        height: auto;
        opacity: 1;
    }

    .c2_img_text {
        font-size: 10px;
    }

    .c3_card:hover .card_desc {
        animation: none;
    }

    .domek_min {
        width: 100% !important;
    }
}

.nav_open_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    display: none;
}

.helper-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    width: 100%;
    gap: 30px;

    height: 70vh;
}

.c2_box {
    height: auto;
    width: 100%;
}

img.loading {
    background: transparent url(/img/loading.gif) no-repeat scroll center center;
}



@media only screen and (max-width:1000px) {
    .nav_open_btn {
        display: block;
    }

    .nav-item {
        display: none;
        width: 100%;
    }

    .helper-2 {

        grid-template-columns: repeat(1, 1fr);
    }
}




.kcontainer {
    position: relative;
    width: 100%;
}

.kimage {
    display: block;
    width: 100%;
    height: auto;
}

.koverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffffa9;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.kcontainer:hover .koverlay {
    width: 0%;
}

.ktext {
    color: black;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.c5_jaw {
    width: 98%;
    background-color: gray;
    color: white;
    height: 100px;
    font-size: 50px;
    text-align: center;
    line-height: 100px;

}

.c5_right,
a:link {
    text-decoration: none;
    color: white
}

.c5_jaw:hover {
    background-color: rgba(128, 128, 128, 0.644);
}