.zsztext{
    /*width: 600px;*/
    display: flex;
    flex-direction: row;
}
/* menu zagniezdzone */
#submenu{
    float: right;
    margin-left: 66px;

}

.voctext{
    
    
        text-shadow: 2px 2px 5px black;
   
}

.zsstext{
    width: 700px;
    display:flex;
    flex-direction: row;
    height: 100px !important;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.zsckrtext{
    width: 900px;
    display:flex;
    flex-direction: row;
}

.zsztext img{
    height: 100px;
    padding-left: 20px;
}

.logozss{
    width: 100px;
    height: 60px;
    position: relative;
    top:  15px;
    left: 15px;
    
    
}

.logozsz{
    position: relative;
    bottom: 30px;
}

.logozsckr{
    width: 100px;
    height: 60px;
    position: relative;
    top: 2450px;
    left: 1110px;
     
    
}

.zsz{
    color: black;

}








.logozsckr{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    top: 2495px;
}


.zss{
    padding-top: 100px;
    padding-bottom: 30px;
}

.zscs{
    padding-top: 100px;
    padding-bottom: 30px;
}



.zdj{
    width: 320px;
    height: 320px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px;
}


.zdj1{
    width: 400px;
    height: 400px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    justify-content: center;
    margin-left: 50px;
    margin: 10px;
}

.zdj2{
    width: 320px;
    height: 320px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px;
}

.zdj01{
    margin-top: 20px;
    width: 840px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.zdj02{
    width: 850px;
    margin-left: 55px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.zdj02{
    width: 850px;
    margin-left: 0px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.zdj03{
    width: 850px;
    margin-left: 55px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}
:root{

    --bg-color: #fff;
    --text-color: #000000;
    --second-color: #02dfff;
    --main-color: #0167ff;
    --big-font: 6rem;
    --h2-font: 3rem;
    --p-font: 1.1rem;
    --gr-color: ;
}
body{
    background: var(--bg-color);
    color: var(--text-color);
}
header{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    padding: 30px 10%;
    transition: ease .40s;
}
/* Menu zagniezdzone */


.logo{

    color: var(--bg-color);
}

.logo img{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-right: 80px;
}

.navbar{
    display: flex;
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    margin-left: 70px;
}
.navbar a{
    color: var(--bg-color);
    font-size: var(--p-font);
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 4px;
    transition: ease .40s;
}
.navbar a:hover{
    background: var(--bg-color);
    color: var(--text-color);
    box-shadow: 5px 10px 30px rgb(85 85 85 / 20%);
    border-radius: 4px;
}
#menu-icon{
    color: var(--bg-color);
    font-size: 35px;    
    z-index: 10001;
    cursor: pointer;
    display: none;
}
section{
    padding: 80px 18%;
}
.home{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(trningbg.jpg);
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}

.back{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(trainingbg.jpg);
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}
.voctext{
    margin-left: 139px;
    font-size: 60px;
    font-weight: 500;
    color: white;
    
}



/* .vocdiv{
    width: 600px;
    opacity: 0.85;
    margin-left: 160px;
    background: var(--second-color);
} */




.home-text h1{
    font-size: var(--big-font);
    line-height: 1.2;
    color: var(--bg-color);
    font-family: 'Paytone One', sans-serif;
    letter-spacing: 4px;
    margin-bottom: 20px;
    margin-top: 80px;
}
.home-text p{
    color: #ffffffbf;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 50px;
    font-weight: 800;
    
}
.home-btn{
    display: inline-block;
    font-size: 16px;
    padding: 15px 30px;
    background: #ffffffbf;
    color: var(--main-color);
    border-radius: 4px;
    transition: ease .40s;
}
.home-btn:hover{
    background: var(--bg-color);
    transform: scale(1.1);
}
header.sticky{
    background-color: var(--bg-color);
    padding: 10px 10%;
    box-shadow: rgba(33,35,38, 0.1) 0px 10px 10px -10px;
}
/* Animacje tekstu */
.kac{
    border: 1px solid var(--second-color);
    padding: 10px;
    border-radius: 60px;
    transition: all ease-in .7s;
}
.kac:hover{
    background-color: #02dfff;
    color: var(--bg-color);
    box-shadow: 5px 10px 30px rgb(85 85 85 / 20%);
    border-radius: 60px;
    transition: .7s;
}
.kac:link{
    background-color: #fff;
}

.next{
    display: flex;
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
}
.next p{
    color: var(--text-color);
    font-size: var(--p-font);
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 4px;
    transition: all  ease .7s;
}





.sticky .logo{
    color: var(--text-color);
}
.sticky .navbar a{
    color: var(--text-color);
}

.text h2{
    font-size: var(--h2--font);
    line-height: 1.1;
}
.row-items{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    grid-gap: 2rem;
    align-items: center;
    text-align: center;
    margin-top: 5rem;
}
.container-box{
    background: var(--bg-color);
    border: 1px solid #f0eded;
    padding: 50px 10px;
    border-radius: 4px;
    transition: all 1s ease 0s;
    cursor: pointer;
}
.container-img img {
    height: 1000px;
    width: 1000px;
    padding: 15px;
    background: var(--bg-color);
    box-shadow: 5px 10px 30px rgb(85 85 85 / 20%);
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
}
.container-box h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px; 
}

.container-box p{
    font-size: 15px;
    color: var(--second-color);

}
.container-box:hover{
 box-shadow: 5px 30px 56.1276px rgb(55 55 55 / 12%);
 border: 1px solid transparent;
 transform: translateY(-3px);
 }

.title{
    text-align: center;
    
}

.title h2{
font-size: var(--h2--font);
line-height: 1.2;    
}
.package-content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    grid-gap: 2rem;
    align-items: center;
    margin-top: 5rem;
}
.thum{
    position: relative;
    transition: all .3s cubic-bezier(.445,.05,.55,.95);
    will-change: filter;
    cursor: pointer;
}
.thum img{
    width: 100%;
    height: auto;

}
.thum h3{
    position: absolute;
    font-size: 30px;
    font-weight: 600;
    text-align: right;
    color: var(--bg-color);
    top:36px;
    right: 40px;
    
}

.dest-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    
}
/*od 207 linijki do*/
.location h4{
    font-size: 24px;
    font-weight:600;
    margin-bottom:8px;
}
.location p{
font-size:15px;
color:var(--second-color);
}
.thum:hover{
    filter:brightness(100%) hue-rotate(45deg);
    transform: scale(1.04);
    
    
}
.destiantion-content{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(340px,auto));
    grid-gap: 2rem;
    align-items: center;
    margin-top: 5rem;
}
.col-content{
  position:relative;
  
}
.col-content img{
    width:100%;
    height:500px;
    object-fit:cover ;
    border-radius:15px;
    filter:brightness(80%);
    transition: all .3s cubic-bezier(.455,.05,.55,.95);
    will-change: filter;
}
.col-content h5{
    position:absolute;
    font-size:22px;
    font-weight: 500;
    color:var(--bg-color);
    left:15px;
    bottom: 60px;
}
.col-content p{
    position:absolute;
    font-size:15px;
    color:var(--bg-color);
    left:15px;
    bottom: 60px;
    letter-spacing:2px;
}
.col-content img:hover{
    filter:brightness(100%) hue-rotate(45deg);
    transform: scale(1.04);
    cursor:pointer;
}
.newsletter{
   display: flex;
   flex-wrap:wrap;
   align-items:center;
   justify-content:space-between;
   grid-gap:3rem;
   
}
.news-text h2{
    font-size: var(--h2-font);
    margin-bottom: 5px;
}
.news-text p{
font-size:var(--p-font);
color:var(--second-color);
line-height: 30px;
}





































#contact {
    background: var(--main-color);
    height: 100%;
}


.main{
    display: flex;
    flex-wrap: wrap;    
}

.footer{
    padding: 20px 0px
}

.list{
    width: 25%;
    
}

.list h4{
    font-size: 21px;
    color:var(--bg-color);
    margin-bottom: 30px;
    position: relative;
    
}

.list h4::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 60px;
    left: 0 ;
    bottom:-10px;
    background: var(--bg-color);
    
}

.list ul li:not(last-child){
    margin-bottom: 16px;
    
}

.list ul li a{
    color: #ffffffbf;
    font-size: var(--p-font);
    display: block;
    transition: .3s;
}


.list ul li a:hover{
    color: var(--bg-color);
    transform: translateX(14px);

}

.list.social a{
    height: 40px;
    width: 40px;
    background: var(--bg-color);
    color: var(--main-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    border-radius: 15px;
    transition: .3s;
    margin-right: 10px;
}



.end-text{
    text-align: center;
    padding-top:90px;
    
}


.end-text p{
    color: var(--bg-color);
    font-size: 14px;
    letter-spacing: 2px;

}