/* root */

body {
    height: 1000px;
    color: rgb(126, 126, 126);
    overflow-x: hidden;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

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

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

.h3Custom {
    font-size: 40px; ;
    text-shadow: 2px 2px 2px black;
}

.pCopy {
  font-size: small;
}

.pParag {
  font-size: large;
}

.pInfo {
  font-size: medium;
}

.shadowInfo {
  box-shadow: 20px 20px 20px black;
}

.overflowX {
  overflow-x: hidden;
}

/* 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 */

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

/* navbar */

.navbar {
    z-index: 100;
    /* background: linear-gradient(0deg, rgba(203, 190, 0) 25%, rgb(203, 189, 0) 100%) !important; */
    background-color: #daa508 !important;
    position: fixed;
    fixed: top;
    width: 100%;
    height: 80px;
  }

  .bgNavCustom {
    background-color: #daa508;
  }
  
  .lpLogoNav {
      width: 50px;
      height: 50px;
      filter: invert(0%) 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(180deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0.281) 30%), url("/template-azienda/img/new\ \(7\).jpg");
        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; 
        
    }

    .parallaxHeader {
        /* The image used */
        background:linear-gradient(180deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 30%), url("/template-azienda/img/new\ \(4\)\ tagliata.jpg");
        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; 
        
    }

    .parallax2 {
        /* The image used */
        background:linear-gradient(180deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 30%), url("/template-azienda/img/new\ \(2\).jpg");
        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; 
        
    }

    .parallax3 {
        /* The image used */
        background:linear-gradient(180deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 30%), url("/template-azienda/img/new\ \(3\).jpg");
        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; 
        
    }

    .parallaxFoot {

        border-top: 5px solid #daa508;

        /* The image used */
        background:linear-gradient(180deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0.808) 30%), url("/template-azienda/img/new\ \(6\).jpg");
        min-height: 700px;   
        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; 
        
    }

    .parallaxClean {
        background-color: rgba(0, 0, 0, 0.555);
        min-height: 500px;
    }

    .parallaxCleanContact {
      background-color: rgba(0, 0, 0, 0.696);
      min-height: 500px;
  }

    .paraBackground {
      background-color: rgba(255, 255, 255, 0.448);
    }

    .separatorBg {
        background: linear-gradient(90deg, rgb(0, 0, 0) 10%, #daa508 50%, rgb(0, 0, 0) 90%) !important;
        width: 100%;
    }

    .borderInfo {
        border-top: 5px solid #daa508;
        width: 80%;
    }

    .imgCustom {
      width: 200px;
      height: auto;
      border-radius: 50%;
    }

    /* contact form */

    .borderMaps {
      border-top: 5px solid #daa508;
    }

@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:rgb(255, 255, 255);
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #daa508;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}


.feedback-input:focus { border:2px solid rgb(255, 255, 255);}

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

}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#cc666600;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:rgba(225, 225, 225, 0.784);
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
  border:2px solid #daa508;
}
[type="submit"]:hover { background:gold; transform: scale(1.2); color: black; box-shadow: -10px 10px 10px black;}

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

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

.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);
  }

  /* video */

.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgShadow {
    box-shadow: 20px 20px 20px black;
}

video {
  width:100%;
  height: auto;
}

/* media query */

@media screen and (max-width:1200px) {
  .parallaxHeader {
    background-attachment: scroll;
}
  .parallax2 {
    background-attachment: scroll;
}
  .parallax3 {
    background-attachment: scroll;
}
  .parallaxFoot {
    background-attachment: scroll;
}
  .contactBg {
    background-image: url(./img/sfondoBody3.png);
    background-attachment: scroll;
  }
}

@media (max-width:600px) {
  .par1 {
    width: 100%;
  }
  .par2 {
    width: 100%;
  }
  .queryInfo {
    width: 100%;
  }
  .linkQuery {
    width: 50%;
  }

}