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

.pCopy {
    font-size: small;
}

.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: #38393a;
    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;
  }

  /* stiky call to action*/

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

/* Navbar */

.navbar {
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
}

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

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

/* Header */

.parallaxBody {
    /* The image used */
    background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("/template-subaru/img/originals/sfondonuovo3.png");
    
    /* splash image */
    /* background:linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.732) 100%), url("/template-subaru/img/sfondo2.png"); */

    min-height: 1000px;   
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
}

.parallaxCar {
    /* The image used */
    background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("/template-subaru/img/webp/auto-oro-2.webp");
    min-height: 1000px;   
    background-position: center, top;
    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 {
    position: absolute;
    top: 370px;
    width: 200px;
    height: 80px;
    background-color: rgba(255, 0, 0, 0);
    border-color: gold;
    transition: 0.5s;
    color: white;
  }
  
  .btnCustom:hover {
    background-color: rgba(255, 217, 0, 0.735);
    transform: scale(1.2);
  }

.parallaxCar1 {
    /* The image used */
    background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("/template-subaru/img/webp/auto-oro-2.webp");
    min-height: 500px;   
    background-position: center;
    background-size: cover;
    max-width: 100%;

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

/* uncomment this for normal img background */

/* .car1 {
    max-width: 100%;
    height: auto;
} */

.titleCar {
    text-align: center;
    text-shadow: -20px -20px 10px black;
}

.sportTitle {
    position: absolute;
    top: 100px;
    font-size: 50px;
    text-shadow: -20px -20px 5px black;
}
.sportSubTitle {
    position: absolute;
    top: 240px;
    font-size: 20px;
}

/* Section 1 */

.car2 {
    width: 100%;
    height: auto;
}

.separatorBg {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 10%, rgb(218, 165, 8) 50%, rgba(0, 0, 0, 0) 90%) !important;
    width: 90%;
    border-radius: 50px;
}

.separatorBgBlack {
    background-color: rgba(0, 0, 0, 0.592) !important;
    border: 2px solid gold;
    color: gold !important;
}

/* video */

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

.banner {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overCol {
    transition: 0.5s;
}
.overCol:hover {
    transform: scale(1.2);
    background-color: rgb(0, 0, 0);
    border-radius: 10%;
    border: 2px solid gold;
    cursor: pointer;
    box-shadow: 10px 10px 10px black;
}

.overCol2 {
    transition: 0.5s;
}
.overCol2:hover {
    transform: scale(1.2);
    background-color: rgb(0, 0, 0);
    border-radius: 10%;
    border: 2px solid gold;
    cursor: pointer;
    box-shadow: -10px 10px 10px black;
}

.overCol3 {
    transition: 0.5s;
}
.overCol3:hover {
    transform: scale(1.2);
    background-color: rgb(0, 0, 0);
    border-radius: 10%;
    border: 2px solid gold;
    cursor: pointer;
}

/* Cars images */

.carHover {
    transition: 0.5s;
}
.carHover:hover {
    transform: scale(1.5);
}

/* contact form */

@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 #ffd700;
  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:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
  border:2px solid gold;
}
[type="submit"]:hover { background:gold; transform: scale(1.2); color: black; box-shadow: -10px 10px 10px black;}

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

/* icons */

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

/* Media query */

/* Uncomment this media query for hide the articles cars on medium and little screens */

/* @media screen and (max-width:993px) {
    .car2 {
        display: none;
        position: relative;
    }
} */

.queryDim{

}

/* Media query necessary for change bg fix to scroll on mobiles, this is for apple devices fix */

@media (max-width: 1200px) {
    .parallaxCar {
      background-attachment: scroll;
    }
    .parallaxCar1 {
        background-attachment: scroll;
      }
      .parallaxBody {
        background-attachment: scroll;
      }
      .bgContactMobile {
        background-color: rgb(0,23,41);
      }
  }

@media screen and (max-width:993px) {
    .queryDim {
        width: 100%;
    }
    .queryDim:hover {
        transform: scale(1);
    }
    .linkQuery {
        width: 50%;
    }
    .overCol:hover {
        transform: scale(1);
    }
    .overCol2:hover {
        transform: scale(1);
    }
    .overCol3:hover {
        transform: scale(1);
    }
}

@media screen and (max-width:540px) {
    .btnCustom {
        top: 500px;
        background-color: #bca1097e;
    }
    .sportSubTitle {
        top: 300px;
        font-size: 15px;
        text-decoration: ;
        backdrop-filter: blur(1px);
        text-shadow: 0 0 2px #000000;
    }
}
