

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;  
}
body{
    font-family: sans-serif,Arial, Helvetica, sans-serif;
    background: rgba(227, 238, 243, 0.5);
    min-height: 100vh;
}
.container-fluid {
    min-height: 100vh;
    background: none;
    padding: 10px;
}
--fancybox--
.item{
    transition: .5s ease-in-out;
}
.item:hover{
    filter: brightness(80%);
}

.fullsize{
    font-size: 10px;
   display: block;
}
h1 {
    margin: 100px 10px;
    font-size: 25px;
    color: aliceblue;
}
.logo{
    padding: 0px;
    float: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}
    .logo1{
        color: rgb(250, 91, 51);
    }
    .logo2{
        color:rgb(44, 241, 248);
    }
    .logo3{
        color: rgb(123, 241, 12);
    }
h2  {
    position: relative;
    margin: 100px 5px;
    color: rgba(248, 245, 245);
    font-size: 16px;
    font-weight: lighter;
    font-style: none;
    }   
nav{
    position:fixed;
    top: 0%;
    left: 0px;
    width: 100%;
    height: 70px;
    padding: 10px 50px;
    box-sizing:border-box;
    background:rgba(93, 95, 95, 0.3);
    border-bottom: .3px solid #fff;
}
nav ul {
    float: right;
    list-style: none;
    display: flex;
    margin-top: 5px;
}
nav ul li{
    display: inline-block;
    padding: 5px;
    line-height: 35px;
}
nav ul li a {
    text-decoration: none;
    font-family:-apple-system, sans-serif;
    color: whitesmoke;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px;
    font-weight: none;
}
section{
    width: 100vw;
    height: 50vh;
    background: url(img/yacht.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    border: 4px double white;
}
nav ul li a:hover{
    background:aqua;
    transition: .6s;
    border-radius: 3px; 
}

.checkbtn{
    color: whitesmoke;
    font-size: 27px;
    cursor: pointer;
    border: 1px solid whitesmoke;
    width: 35px;
    height: 27px;
    line-height: 28px;
    display: none;
    text-align: center;
    border-radius: 3px;
}
#check {
    display: none;
}
.footer{
    position:relative;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100vw;
    margin-top: -0px;
    clear: both;
    border: 4px double white;
}
.social{
    width: 100vw;
    text-align: center;
    padding: 10px;
    color: rgb(5, 121, 105);
}
.footer .social a:hover{
    color: aqua;
}
.footer .social a{
    font-size: 25px;
    color: inherit;
    border: none;
    width: 20px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 0 10px;  
}
 h3{
   position:relative;
   font-size: 13px;
   text-shadow: .5px .5px #fff;
   padding-top: 5px;
   text-align: center;
   color: rgb(99, 76, 76);
   font-weight: bold;
   cursor:auto;
}
 a:link{
    text-decoration:none; 
}

.gallery img{
    border: none;
    object-fit: cover;
    box-shadow: 0px 0px 0px  rgb(117, 114, 114);
    border-radius: 1.5px;   
}
.container button {
    display: block;
    padding: 5px;
    left:0;
    font-size: 10px;
    color: rgb(0, 183, 255);
}
.gallery img:hover{
    filter:brightness(130%);
    transition:.5s ease-in-out;
    overflow: hidden;
}
.sharethis img{
    border: none;
    object-fit: cover;
    box-shadow: none;
    border-radius: none;
}
@media only screen and (max-width: 850px) {
    .logo{
        font-size: 30px;
        padding:0;
        float: left;
        margin: 0px;
    }
    .checkbtn{
        display: block;
        margin: 10px 0px 10px;
        float: right;
        font-size: 20px;
    }
    h2{
        position: relative;
        margin: 90px 0px 0px 0px;
        float: right;
        font-size: 13px;
        font-weight: bold;
    }
    nav ul{
        display:block;
        width: 80px;
        height: 145px;
        padding: 5px;
        background: rgba(34, 35, 36, 0.3);
        position:fixed;
        top: 105px;
        left: -100%;
        text-align: left;
        border-radius: 5px;
        transition: all 0.5s;     
}
nav ul li {
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
    }
    nav ul li a{
        padding: 2px;
        text-align:center;
        font-size: 12px;
        float: left;
        display: inline-block;
        border: 1px solid white;
        width: 70px;
        height: 30px;
        margin: 2px 0;
        border-radius: 3px;
        color: whitesmoke;    
    }
    a.active,a:hover{
        color: rgb(2, 59, 15);
        transition: .5s;
        border-radius: 3px;   
}
    #check:checked ~ ul{
        left: 0;
    }
}
.gallery{
    padding: 3px;
    max-width:1300px;
    margin: 0px auto;
    background: none;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
}
.V-stretch{
    grid-row: span 2;
}
.h-stretch{
    grid-column: span 2;
}
.big-stretch{
    grid-row: span 2;
    grid-column: span 2;
}
.gallery div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}
@media(max-width: 750px)
 {.V-stretch{
     grid-row: span 1;  
 }
 .h-stretch{
     grid-column: span 1;
 }
 .big-stretch{
     grid-column: span 1;
     grid-row: span 1; 
 }
 .gallery{
    padding: 3px;
    max-width:450px;
    height: auto;
    margin: 0px auto;
    background: none;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
}
h2{
    position: relative;
    margin: 8px 0px 0px 0px;
    float: right;
    font-size: 13px;
    font-weight: bold;
}
.V-stretch{
    grid-row: span 1;
}
.h-stretch{
    grid-column: span 1;
}
.big-stretch{
    grid-row: span 1;
    grid-column: span 1;
}
.gallery img{
    border: none;
    border-radius: 0;
    object-fit: cover;
    box-shadow: 1px 1px 1px rgb(139, 136, 136);
    border-radius: 1.5px;
}
.sharethis img{
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: none;
}
}
/*pagination

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.gallery{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.V-stretch .h-stretch .big-stretch{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px;
}

.card{
  position: relative;
  background: #fff;
  max-width: 325px;
  width: 325px;
  height: auto;
  margin: 25px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  border-radius: 10px;
  overflow: hidden;
}

.card-image{
  max-height: 200px;
}

.card-image img{
  max-width: 100%;
  height: auto;
}

.card-info{
  position: relative;
  color: #222;
  padding: 10px 20px 20px;
}

.card-info h3{
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 5px;
}

.card-info p{
  font-size: 1em;
  margin-bottom: 5px;
}

.pagination{
  text-align: center;
  margin: 30px 30px 60px;
  user-select: none;
}

.pagination li{
  display: inline-block;
  margin: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}

.pagination li a{
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 45px;
}

.previous-page, .next-page{
  background: #0AB1CE;
  width: 80px;
  border-radius: 45px;
  cursor: pointer;
  transition: 0.3s ease;
}

.previous-page:hover{
  transform: translateX(-5px);
}

.next-page:hover{
  transform: translateX(5px);
}

.current-page, .dots{
  background: #ccc;
  width: 45px;
  border-radius: 50%;
  cursor: pointer;
}

.active{
  background: #0AB1CE;
}

.disable{
  background: #ccc;
}*/
