
body{

     font-family:"Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size:17px;
}
.galeria-item video{
    width:100%;
    border-radius:10px;
}
#hp .content,
.page-11 .content,
.paage-22 .content,
.page-3 .content,
.page-4 .content{
    background-image: url('../SVG/mapa-mazur-3.svg');
    background-repeat:no-repeat;
    background-position: top center;
    background-size:500px;
}#hp .content{
    background-size:600px;
}
.bg-termin,
.bg-kto{
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
   
    
    border: 3px solid rgb(184 212 237);
}
#czasoumilacz{
        position: relative;
    top: 4px;
}
#playBtn {
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}

#seek {
    width:90px;
}
strong{
    font-weight:bold;
}
.content p.big-text{
    font-size: 45px;
    max-width: 1110px;
    margin: 0 auto 50px auto;
}

#galeria{
    display:grid;
    grid-template-columns: repeat(4, 1fr); 
    gap:30px;
    margin-bottom:80px;
}
#galeria img{
    width:100%;
    height:auto;
    border-radius:10px;
    
}
.galeria-item{
    transition: transform .2s ease-out;
    transform:scale(1);
}
.galeria-item:hover{
    transform:scale(1.03);
}

h1,h2,h3{
    font-family:"Baskervville", serif;
}

form div label input{
    width:auto;
}
a.pdf {
line-height: 1;
    color: #fff;
    background-image: url(../JPG/icon-pdf.png);
    background-size: 47px;
    background-repeat: no-repeat;
    background-color: #294864;
    background-position: 37px 20px;
    padding: 40px 70px 40px 100px;
    display: inline-block;
    text-decoration: none;
    text-align: left;
    font-size: 17px;
    position: relative;
    top: 0;
    transition: top 0.2s ease-in-out;
    border: 5px solid #ffffff;
    border-radius: 90px;
    transition: background .2s ease-in-out;
    box-shadow: 0 0 60px #8e8e8e;
}

a.pdf:hover{
    background-color:#000
}
.grid-full-5{
       margin:10px;
    display:grid;
    gap:10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr ;
}
.grid-full-5 video{
    width:100%;
    border-radius:10px;
}
header{
  background : #fff;
  background: linear-gradient(133deg, rgb(255 255 255) 0%, rgb(24 140 187 / 11%) 100%);
 
}
main .container:nth-child(1){
    background-image: url(../SVG/icon-rose-3.svg);
    background-position: 50px 50px;
    background-repeat: no-repeat;
    background-size: 510px;
}
#logo img{
    height:122px;
}
nav ul li{
    display:inline-block;
    padding: 5px 25px;
}
nav ul li a{
      font-size : 19px;
      line-height : 19px;
      color: #000;
      text-decoration: none;
      padding-top:20px;
      transition: color .2s ease-in-out;
}
nav ul li a:hover,
nav ul li.active a{
    color:#294864;
}
nav ul li.active a{
    background: url('../SVG/icon-navactive.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size:35px;
}
.container{
    width:1680px;
    margin:0 auto;
}
header nav{
    padding:40px 10px;
    display:grid;
    grid-template-columns: 200px 1fr;
}
header nav ul{
    text-align:right;
}
#newsletter{
    text-align:center;
    background:linear-gradient(325deg, rgb(255 255 255) 0%, rgb(24 140 187 / 11%) 100%);
    padding:100px 20px;
}
#newsletter h3{
    font-size:40px;
    font-size: 45px;
    max-width: 1110px;
    margin: 0 auto 50px auto;
}
#newsletter form{
        max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 0;
}
.slogan{
    text-align:center;
    padding:90px 30px 120px 30px;
}
.slogan h1,
.slogan h2{
    font-size:40px;
    line-height:1;
    font-weight: 300;
    color: rgba(0,0,0,.9);
       
}
.slogan h1 span,
.slogan h2 span{
    font-weight:100;
    font-size:30px;
}
.content .slogan2{
    font-size: 40px; 
    margin-bottom: 20px;
    margin-left:auto;
    margin-right: auto;
    max-width:1100px;
}
.content .btn{
    font-size:17px;
}
.btn{
    padding:12px 20px;
    text-decoration: none;
    border-radius:5px;
    color:#fff;
    font-weight:normal;
    font-size:13px;
    text-transform:uppercase;
    transition: background .2s ease-out;
}

.btn-orange{
    background:#f7931e;
}
.btn-orange:hover{
    background:#000;
}
.btn-green{
    background:rgb(204 0 0 / 75%)
    
   
}
.btn-green:hover{
   background-color: rgba(0,0,0,.9);
}
strike{
    text-decoration: line-through;
    color: #ef4242;
}
.slogan .btn{
    transition: padding .2s ease-in-out,background .2s ease-in-out;
    background-color:#294864;
    font-size: 22px;
    letter-spacing: 7px;
    background-image: url(../SVG/icon-yacht-2.svg);
    background-repeat: no-repeat;
    background-position: 14px 7px;
    background-size: 30px;
    padding-left: 53px;
}
.slogan .btn:hover{

    background-color:#000;
 
}



.short-info{
    display:grid;
    grid-template-columns: auto auto auto auto auto;
    
    align-item:center;
    margin-bottom:40px;
    justify-items: end;
      justify-content: end;
      align-items: center;
}
.short-info > div{
    padding: 5px 20px;
}
.kiedy{
    border-right:2px solid #cc0000;
    align-self: center;


}
.kiedy .data{
    font-size:15px;
    background-image:url('../SVG/icon-compas-1.svg');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 27px;
    padding-left: 34px;
    display: inline-block;
    margin-top: 10px;
    color:#c00;
}
.kontakt{
    border-right:2px solid #cc0000;
    align-self: center;
    background: url('../SVG/icon-tel.svg');
    background-repeat: no-repeat;
    background-position: 0 10px;
    background-size:20px;
    transition: background .2s ease-in;
}
.kontakt:hover{
    background-position: 0 6px;
}
.short-info > div.kontakt{
        padding-left:30px;
        margin-left:20px;
}
.kontakt a{
    font-weight:bold;
    text-decoration:none;
    transition: color .2s ease-in;
}
.kontakt a[href^="tel:"]{
    color:#000;
}
.kontakt a[href^="mailto:"]{
    color:#cc0000;
}
.kontakt a:hover{
 color:#f7931e;
}
.panel{
    align-self: center;
}
.panel a{
    text-decoration: none;
    color:#000;
    background: url('../SVG/icon-panel-round.svg');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left:30px;
    transition: color .2s ease-in;
}
.panel a:hover{
    color:#f7931e;
}
.rezerwacja{
    align-self: center;
}
#oferta{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:20px;
}


/* #oferta > div.item:nth-child(5){
     grid-column: 1 / span 2; 50%
}
#oferta > div.item:nth-child(6){
    grid-column: 3 / span 2; 50%
} */
#oferta .item{
    height:350px;
    width:100%;
    position:relative;
    border-radius:10px;
    transition: transform .2s ease-out;
    transform scale(1);
    
}

#oferta .item:hover{
    transform: scale(1.03);
    
}
#oferta_container{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}
#oferta_container p{
    padding:40px 20px;
        line-height: 1.6;
    color: #606060;
}
#oferta_container .item{
    height:auto;
    width:100%;
    position:relative;
    margin-bottom:80px;



}
#oferta_container .item .item-inner{
        border-radius:10px;
}
#oferta_container .item .btn{
    margin-left:20px;
}

#oferta .item a.btn{
    position:absolute;
    bottom:20px;
    left:20px;
}

#oferta_container .item .item-inner a.menutitle{
        font-size:30px;
    line-height:1;

    color:#fff;
    text-decoration:none;
       padding: 100px 20px 100px 20px;
       display:block;
       text-shadow:1px 1px 7px rgba(0,0,0,1);
}
#oferta_container .item .item-inner a.btn{
    margin-left:20px;
}
#oferta .item .item-inner a.menutitle{
    font-size:30px;
    line-height:1;
  
    color:#fff;
    text-decoration:none;
       padding: 144px 20px 20px 20px;
       display:inline-block;
       text-shadow:1px 1px 7px rgba(0,0,0,1);
}
#oferta .item .item-inner a.menutitle span{
 
}
.paage-22 .content h3{
    margin-bottom:0;
}
.content p{
    font-size:19px;
    line-height:1.6;
}
.content ul,
.content ol{
    font-size:19px;
     line-height:1.6;
}
.content h2,
.content h3{
    font-weight:bold;
}
.content h2,
.content h3,
.content p,
.content ul,
.content ol{
    margin-bottom:30px;
}
.content ul,
.content ol{
    margin-left:30px;
    line-height:1.6;
}

.content ul{
    list-style:disc;
}
.content ol{
    list-style:numeric;
}
.content h2{
    font-size:25px;
    color:#294864;
}
.content h3{
    font-size:22px;
    color:#294864;
    margin-bottom:10px;
    margin-top:30px;
}
.content b,
.content strong{
    font-weight:bold;
}
.content p,
.content ul,
.content ol,
.content li{
    color:#414141;
}
#page-oferta .slogan{
    text-align: left;
    padding: 10px 0 30px 0;
}
form > div{
    margin-bottom:10px;
}
form label{
    display:block;
    font-size:17px;
    width:100%;
    line-height:1.6;
    
}
form input{
    font-size:15px;
     width:90%;
     padding:8px 12px;
}
form textarea{
    font-size:15px;
        font-family: "Roboto", sans-serif;
        padding:8px 12px;
        width:90%;
}
form .grid-2-eq{
      gap:20px 40px;
}
.grid-2-eq{
        display:grid;
    grid-template-columns: 1fr 1fr;
    gap:40px;
}
.grid-2{
    display:grid;
    grid-template-columns: 2fr 1fr;
    gap:40px;
}
.grid-2-11{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
    margin-bottom:30px;
}
.grid-2-11 div p,
.grid-2-11 div ul{
    margin-bottom:0;
}
.grid-2-11 div{
    border: 1px solid #ccc;
    padding:30px;
    border-radius:30px;
    background:#fafafa;
}
.grid-3{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:30px;
}
.grid-3 div p{
    margin-bottom:0;
}
.grid-3 div{
   
    padding:50px 30px 60px 30px;
    border-radius:20px;
    background: #f5f5f5;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(24 140 187 / 11%) 100%);
   
}
.content .grid-3{
    margin-bottom:80px;
}
.slogan-text{
   
    border-radius:10px;
    text-align:center;
    display:block;
    max-width:850px;
    margin: 100px auto 0 auto;
    background:#c00;
    color:#fff;
    padding:20px 40px;
}
.bg{
padding-top:30px;
padding-left: 20px;
    padding-right: 20px;
    height: auto;
background: linear-gradient(33deg, rgb(255 255 255) 0% 0%, rgb(207 231 241) 100%);
    border-radius: 10px;
    margin-top: -181px;
    border:5px solid #fff;
}
.bg video{
    margin-bottom: 30px;
    max-width: 610px;
    width:100%;
    border-radius: 10px;
}
footer{
      background : #f5f5f5;
      padding:50px 0;
}
footer .kiedy{
    margin-top:20px;
    border-right:none;
}
footer .panel{
    margin-top:20px;
}
footer .kontakt{
    border-right:none;
    align-self: start;
    background:none;
}
footer .kontakt > div{
    font-size: 21px;
    line-height: 1.6;
}
footer nav{
    display:grid;
    grid-template-columns:400px 1fr;
}

footer nav ul li{
    display:block;
    padding-left:0;
    padding-right:0;
}
footer nav ul li a{
    color:#898989;
    padding: 8px 0;
    display: inline-block;
}
footer h4{
    color:#000000;
    margin-bottom:20px;
    font-size:19px;
    font-weight:bold;
}
footer .rezerwacja{
    margin-top:20px;
}

footer nav ul li.active a{
    border-bottom:1px solid #c00;
    color:#000;
    background:none;
}

footer nav div .footer-short-info{
        display:grid;
    grid-template-columns:1fr 2fr 1fr;
}
.copy{
    text-align:center;
    padding:20px;
    font-size:14px;
}

.copy span{
    font-size:12px;
    color:#ccc;
    
}


#hp .content {
       text-align:center;
       padding:80px 10px;
       margin-bottom:0;
}
#hp .content h2{
    text-align:center;
    margin-bottom:0;
}
#hp .content p{
    text-align:center;
}

.img-fluid{
    width:100%;
}
.img-banner{
    margin-bottom:20px;
}
.menu-mobile {
  display: none;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 36px;
  right: 23px;
  cursor: pointer;
}
.menu-mobile span {
  transition: background 0.2s ease-in-out;
  display: block;
  background-color: #000;
  height: 5px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 7px;
}

.content{
    position:relative;
    margin-bottom:50px;
}

.img-content{
    border-radius:400px;
    position:absolute;
    right:0px;
    top:-110px;
    width:200px;
    height:200px;
}
.img-content-rezerwacja{
    border-radius:400px;
    float:left;
    width:150px;
    height:150px;
    margin-right:30px;
    margin-bottom:20px;border: 6px solid #dbdbdb;
    padding: 1px;
}
.img-content-left{
    border-radius:400px;
    float:left;
    width:200px;
    height:200px;
    margin-right:30px;
    margin-bottom:20px;;
}
.clear{
    clear:both;
}

@media(max-width:1680px){
    .container{
        width:95%;
        margin:0 auto;
    }
}

@media (max-width: 992px){
    .bg{
            margin-top: 0px;
    }
    
    
    .grid-2-11{
        grid-template-columns:1fr;
    }
    .img-content{
            border-radius: 400px;
    position: absolute;
    right: 20px;
    top: -120px;
    width: 80px;
    height: 80px;
    }
    .grid-2-eq{
        grid-template-columns:1fr;
    }
    
    .img-content-left{
    border-radius:400px;
    float:none;
    width:200px;
    height:200px;
    margin-right:30px;
    margin-bottom:0;
}
    #galeria{
    display:grid;
    grid-template-columns: repeat(2, 1fr); 
    gap:10px;
    margin-bottom:20px;
}
    #oferta_container{
        grid-template-columns:1fr 1fr;
    }
    .slogan h1, .slogan h2{
        font-size:25px;
    }
    .slogan h1 span, .slogan h2 span{
        font-size:22px;
    }
   
    .container{
    width:100%;
    margin:0 auto;
    }
    .grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
    header nav{
        display: grid;
        grid-template-columns: 1fr;
        padding:20px 10px 10px;
    }
    .short-info {
    display: grid;
    grid-template-columns: 1fr;
        justify-items: start;
    justify-content: start;
    }
    #oferta {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
        
        
        footer nav{
                display: grid;
                grid-template-columns: 1fr;
        }
        footer nav div .footer-short-info{
            grid-template-columns: 1fr;
        }
        
        .first-slogan .btn{
        display:block;
        margin-bottom:5px;
        }
    .slogan{
        padding: 40px 10px 40px 10px;
    }
    nav ul li a{
        padding-top:28px;
    }
    footer{
        padding-left:15px;
        padding-right:15px;
    }
    footer h4{
        margin-top:40px;
    }
    .grid-2{
        grid-template-columns:1fr;
    }
    h1{
            padding-left: 15px;
    padding-right: 15px;
    }
    .content{
            padding-left: 15px;
        padding-right: 15px;
        padding-bottom:30px;
    }
    .mobile{
      
        /* display: grid; */
        display:none;
        
    }
    .mobile.show{
        display:grid;
        margin-bottom: 50px;
        margin-top:0;
    }
    .mobile > ul{
        order:1;
        margin-bottom:20px;
        border-bottom:1px solid #ccc;
        padding:20px 20px;
    }
    .mobile > div{
        order:2;
    }
     .short-info nav{
        
    }
    .mobile .rezerwacja{
        margin-top:20px;
    }
    .short-info{
           justify-self: auto;
         
    }
    .short-info > div{
          padding: 16px 20px;
          font-size: 21px;
    }
    .kiedy{
        border-right:none;
        text-align:left;
    }
    .kontakt{
        border-right:none;
        background-position: 0 23px;
    }
    nav ul li.active a{
        background-position: left top ;
    }
    header nav .mobile ul li{
        display: block;
    padding: 5px 0;
    text-align: left;
    }
     header nav .mobile ul li a{
         display:block;
     }
     .menu-mobile {
  display: block;
     }
     #logo img {
    height: 65px;
    width:auto;
}
 #oferta,
   #oferta_container{
   
        margin: 0 10px;
    }
    
    .grid-full-5{
     
    display:grid;
    gap:10px;
    grid-template-columns: 1fr 1fr;
    
}
.grid-full-5 video{
    width:100%;
}

}
@media (max-width: 460px){
    .slogan .btn{
        background-position: 14px 16px;
        padding-left:30px;
        padding-right:30px;
    }
    .bg video{
       
    min-width: 200px;
    width: 100%;
    }
    #oferta .item .item-inner a.menutitle{
    font-size: 19px;
    padding-top:20px;
}
#oferta .item{
    height: 190px;
}
.content .slogan2{
    font-size: 25px; 
     
}
#oferta_container{
        grid-template-columns:1fr;
        margin: 0 10px;
    }
}
@media (max-width: 360px){
    .slogan .btn{
       letter-spacing:3px;
       font-size:19px;
    }
     #oferta{
        grid-template-columns:1fr;
        margin: 0 10px;
    }
   
}
