/* root setup */

body {
    overflow-x: hidden;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h1, h2, h3, h4, h5, h6 {
    color: aliceblue;
}

p {
    color:aliceblue;
    font-size: x-large;
}

.overflowX {
    overflow-x: hidden;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #33333300;
    position: fixed;
    width: 100%;
    height: 70px;
    transition: all .5s ease;
    justify-content: space-evenly;
    display: flex;
    }
    
    li {
    float: left;
    }
    
    li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    }
    
    li a:hover {
    background-color: #11111139;
    }

    .activeTop {
    background-color: #061257;
    position: fixed;
    padding-bottom: 5px;
    padding-top: 5px;
    }

/* preloader */

/* *, *::after, *::before {
  box-sizing: border-box;
}

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: rgb(23, 22, 22);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s linear;
}

.page-content {
  max-width: 768px;
  margin: 0 auto;
} */

  /* preloader 2 */

  /* CSS start - For Live Project */
  .preloader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    background-color: #000000;
    font-family: Consolas, Menlo, Monaco, monospace;
    font-weight: bold;
    font-size: 30vh;
    z-index: 1099;
  }
  
  .preloader span {
    display: inline-block;
    opacity: 0.8;
    animation: pulse 0.4s alternate infinite ease-in-out;
  }
  .preloader span:nth-child(odd) {
    animation-delay: 0.4s;
    z-index: 1100;
  }
  
  @keyframes pulse {
    to {
      transform: scale(0.8);
      opacity: 0.5;
    }
  }
  
  .preloader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
  }
  
  @keyframes fadeOut {
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* CSS end - For Live Project */
  
  
  /* Classes for Example Page Content */
  
  .imagen {
    display: inline-block;
    height: auto;
    width: auto;
    margin: 0px;
    padding: 0px;
  }

  /* end preloader */

  /* stiky call to action*/

.stikyButton {
  position: fixed;
  z-index: 9999;
  bottom: 25px;
  right: 25px;
  border-radius: 50% ;
  border: 2px solid #2B9DF4;
  background-color:rgba(0, 0, 0, 0.77) ;
  color: #2B9DF4;
  width: 100px;
  height: 100px;
  transition: 0.5s;
}
.stikyButton:hover {
  transform: scale(1.5);
}

/* Navbar */

nav {
    z-index: 1000;
    position: fixed !important;
    top: 0;
    left: 0px;
    width: 100%;
    background-color: rgb(9, 9, 72) !important;
}

.lpLogoNav {
    width: 50px;
    height: 50px;
    filter: invert(100%) sepia(0%) saturate(6481%) hue-rotate(246deg) brightness(102%) contrast(143%);
    transition: 1s;
  }
  .lpLogoNav:hover {
    transform: rotate(360deg);
  }

  .parallaxBody {
    /* The image used */
    background:linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%), url("/template-fotografo/img/webp/sfondo.webp");
    min-height: 1000px;   
    background-position: center;
    background-size: cover;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; 
}

.mainTitle {
  font-size: 50px;
  text-shadow: 20px 20px 10px rgba(255, 255, 255, 0.411);
}

/* header */

  .parallaxCamera {
    /* The image used */
    background:linear-gradient(180deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 30%), url("/template-fotografo/img/webp/tizio.webp");
    min-height: 1000px;   
    background-position: center, top;
    background-size: cover;
    max-width: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; 
    
}

.parallaxCamera2 {
    /* The image used */
    background:linear-gradient(180deg, rgba(0, 0, 0, 0.163) 0%, rgba(0, 0, 0, 0.426) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.466) 100%), url("/template-fotografo/img/webp/tizio.webp");
    /* background-image: url(/img/tizio.png); */
    min-height: auto;   
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat !important;
    max-width: 100%;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; 
  }

.parallaxCamera3 {

    /* The image used */
    background:linear-gradient(180deg, rgba(0, 0, 0, 0.163) 0%, rgba(0, 0, 0, 0.426) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.466) 100%), url("/template-fotografo/img/webp/camera_e_sfondo_no_BG1.webp");

    /* background-image: url(/camera_2_no_bg.png); */

    min-height: auto;   
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat !important;
    max-width: 100%;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; 
  }

.btnCustom {
    width: 200px;
    height: 80px;
    background-color: rgba(255, 0, 0, 0);
    border-color: rgba(0, 38, 255, 0.567);
    transition: 0.5s;
    color: rgb(255, 255, 255);
  }
  
  .btnCustom:hover {
    background-color: rgba(0, 25, 184, 0.48);
    transform: scale(1.2);
    color: white;
    font-size: larger;
  }

.separatorBg {
    /* background-color: rgba(6, 34, 158, 0.368) !important; */
    background:linear-gradient(180deg, rgba(7, 11, 129, 0.613) 0%, rgba(0, 0, 0, 0.447) 50%, rgba(24, 14, 163, 0.693) 100%)
}

.separatorRow {
  height: 100px;
}

.camera1 {
    width: 150%;
    height: auto;

}

.sectionDim {
    height: auto;
}

.sectionBg {
  background:linear-gradient(180deg, rgba(0, 0, 0, 0.163) 0%, rgba(0, 0, 0, 0.426) 50%);
}

/* cards */

.card {
    background-color: transparent;
    border: 1px solid rgba(0, 42, 255, 0.46);
    height: auto;
    color: gray;
}
.card-img-top {
  width: auto;
  height: 200px;
}

.buttonCard {
    background-color: rgba(0, 34, 255, 0.325);
    border-color: rgba(8, 61, 168, 0.849);
    transition: 0.5s;
    color: white;
  }
  .buttonCard:hover {
    transform: scale(1.2);
    background-color: rgba(0, 98, 255, 0.505);
    color: white;
  }

  .camera {
    /* The image used */

    /* uncomment this for different angle gradient in gallery section */

    /* background:linear-gradient(0deg, rgb(0, 0, 0) 5%,  rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 100%), url("/img/camera_1_no_BG.png") !important; */

    background:linear-gradient(180deg, rgba(0, 0, 0, 0.163) 0%, rgba(0, 0, 0, 0.426) 50%), url("/template-fotografo/img/webp/camera_1_ombra.webp") !important;

    align-items: center;

    min-height: 900px;   
    background-size: center;
    background-repeat: no-repeat !important;
    max-width: auto;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat !important;
    background-size: cover; 
}

.carouselRadius {
    border-radius: 25px !important;
    border: 2px solid rgba(0, 4, 255, 0.375);
  }

  /* contact */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body { background:rgb(30,30,40); }
form { max-width:420px; margin:50px auto; }

.feedback-input {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #0033ff61;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #ffffff; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#4f4c4c00;
  border-radius:5px;
  border: 2px solid rgba(0, 64, 255, 0.519) !important;
  border:0;
  cursor:pointer;
  color:rgb(93, 91, 91);
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#0044ff52; color: white;}

.filterBlur {
    backdrop-filter: blur(10px);
  }

   /* footer */

.lpLogoNav2 {
    width: 50px;
    height: 50px;
    filter: invert(100%) sepia(0%) saturate(6481%) hue-rotate(246deg) brightness(102%) contrast(143%);
    transition: 1s;
  }

  .lpLogoNav2:hover {
    transform: rotate(360deg);
  }

  .iconCustom {
    transition: 0.5s;
}
.iconCustom:hover {
    transform: scale(2);
}

/* gallery */

/* h1{
  font-family: Satisfy;
  font-size:50px;
  text-align:center;
  color:black;
  padding:1%;
} */

#gallery{
  -webkit-column-count:4;
  -moz-column-count:4;
  column-count:4;
  
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
@media (max-width:1200px){
  #gallery{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:800px){
  #gallery{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:600px) {
  #gallery{
  -webkit-column-count:1;
  -moz-column-count:1;
  column-count:1;
}  
  .navQueryLogo{
display: none;
  }
  .navQueryTitle {
    display: none;
  }
}
#gallery img,#gallery video {
  width:100%;
  height:auto;
  margin: 4% auto;
  box-shadow:-3px 5px 15px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.5s;
}
#gallery img:hover {
  transform: scale(1.2);
}
#gallery video:hover {
  transform: scale(1.2);
}

.modal-img,.model-vid{
  width:100%;
  height:auto;
}
.modal-body{
  padding:0px;
}

  /* media query */

  @media screen and (max-width:1200px) {
    .parallaxCamera {
      background-attachment: scroll;
    }
    .parallaxCamera2 {
      background-attachment: scroll;
    }
    .parallaxCamera3 {
      background-attachment: scroll;
    }
    .parallaxBody {
      background-attachment: scroll;
    }
  }

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

    .mainDescription {
      width: 100%;
    }

    .linkQuery {
      width: 50%;
    }

    .queryDim {
        width: 100%;
    }
    .queryDim2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

  }
  @media screen and (max-width:370px) {
    .homeNav {
      display: none;
    }
    .galleryNav {
      display:none;
    }
  }
