body {
    overflow-x: hidden !important;
    background-color: black;
    color: white;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100px;
}

.hideX {
    overflow-x: hidden !important;
}

/* 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 #000000;
  background-color:rgba(255, 255, 255, 0.77) ;
  color: hsl(0, 0%, 0%);
  width: 100px;
  height: 100px;
  transition: 0.5s;
}
.stikyButton:hover {
  transform: scale(1.5);
}

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

.lpTop {
  font-size: xx-large;
  top: 40px;
  right: 100px;
  position: fixed;
}

.videoBg1 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0.8;
    z-index: 0;
    /* transform: rotate(10deg); */
    overflow-x: hidden;
}

.videoBg2 {
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
  position: relative;
  /* transform: rotate(10deg); */
  margin-bottom: -10px;
}

.section {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
}

.borderSection {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100px;
  opacity: 1;
  position: absolute;
  top: -35px;
  transform: skewY(2deg);
  z-index: 100;

      /* background:linear-gradient(
      to bottom right,
      rgb(0, 0, 0) 50%,
      rgb(255, 255, 255) 100%
      ); */
}

.borderSection2 {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100px;
  opacity: 1;
  position: absolute;
  bottom: -50px;
  transform: skewY(-2deg);
  z-index: 100;

  /* background:linear-gradient(
    to top right,
    rgb(0, 0, 0) 50%,
    rgb(255, 255, 255) 100%
    ); */
}

/* .rotate1 {
  transform: rotate(1deg) !important;
}

.rotate2 {
  transform: rotate(-1deg) !important;
} */

.title {
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 35%;
    transform: scale(1);
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
    opacity: 0;
}

.titleMain {
    margin-left: 20%;
    margin-top: -200px;
}

.section.in-page .title {
    transform: scale(1.2);
    opacity: 1;
}

.noScroll {
 overflow-y: hidden !important;
}

.titlePanel1 {
  padding-left: 50px !important;
}

.panel {
    height: 100vh;
    width: 100%;
    background: #ffff;

    /* background:linear-gradient(
      to bottom right,
      rgb(255, 255, 255) 5%,
      rgb(255, 255, 255) 100%
      ); */

      /* background:linear-gradient(
        to bottom right,
        rgb(255, 255, 255) 51%,
        rgba(255, 255, 255, 0) 51.6%
        )
        no-repeat bottom, 
        linear-gradient(100deg, rgb(255, 255, 255), rgb(255, 255, 255)) no-repeat top;
        padding-bottom:4.6rem;
        background-size:100% 4rem, 100% calc(100% - 4rem); */

    z-index: 2;
    position: relative;
    color: black;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgPanel {
    width: 100%;
    height: 100vh;
}

/* contact */

.filterBlur {
    backdrop-filter: blur(10px);
    border-radius: 5%;
}

#contact {
    width: 100%;
    height: 100%;
    min-height: 1000px;
  }
  
  .section-header {
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    font: 300 60px 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
  }
  
  .contact-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    max-width: 840px;
  }
  
  /* Left contact page */
  .form-horizontal {
    /*float: left;*/
    max-width: 400px;
    font-family: 'Lato';
    font-weight: 400;
  }
  
  .form-control, 
  textarea {
    max-width: 400px;
    background-color: #00000000;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .send-button {
    margin-top: 15px;
    height: 34px;
    width: 400px;
    overflow: hidden;
    transition: all .2s ease-in-out;
  }
  
  .alt-send-button {
    width: 400px;
    height: 34px;
    transition: all .2s ease-in-out;
  }
  
  .send-text {
    display: block;
    margin-top: 10px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
  }
  
  .alt-send-button:hover {
    transform: translate3d(0px, -29px, 0px);
  }
  
  /* Begin Right Contact Page */
  .direct-contact-container {
    max-width: 400px;
  }
  
  /* Location, Phone, Email Section */
  .contact-list {
    list-style-type: none;
    margin-left: -30px;
    padding-right: 20px;
  }
  
  .list-item {
    line-height: 4;
    color: #ffffff;
  }
  
  .contact-text {
    font: 300 18px 'Lato', sans-serif;
    letter-spacing: 1.9px;
    color: #bbb;
  }
  
  .place {
    margin-left: 62px;
  }
  
  .phone {
    margin-left: 56px;
  }
  
  .gmail {
    margin-left: 53px;
  }
  
  .contact-text a {
    color: #bbb;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  
  .contact-text a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  
  /* Social Media Icons */
  .social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  .social-media-list li a {
    color: #fff;
  }
  
  .social-media-list li {
    position: relative; 
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(27, 27, 27, 0.696);
    cursor: pointer; 
    transition: all .2s ease-in-out;
  }
  
  .social-media-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 0 1px #fff;
    transition: all .2s ease-in-out;
  }
  
  .social-media-list li:hover {
    background-color: #fff; 
  }
  
  .social-media-list li:hover:after {
    opacity: 1;  
    transform: scale(1.12);
    transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
  }
  
  .social-media-list li:hover a {
    color: #000;
  }
  
  .copyright {
    font: 200 14px 'Oswald', sans-serif;
    color: #555;
    letter-spacing: 1px;
    text-align: center;
  }
  
  hr {
    border-color: rgba(255,255,255,.6);
  }

  .contactDim {
    width: 100%;
    overflow-x: hidden;
  }
  
  /* Begin Media Queries*/

/* @media screens and (max-width:1200px) {
  .borderSection {
    display: none;
  }
  .borderSection2 {
    display: none;
  }
} */

  @media screen and (max-width: 850px) {
    .contact-wrapper {
      display: flex;
      flex-direction: column;
    }
    .direct-contact-container, .form-horizontal {
      margin: 0 auto;
    }  
    
    .direct-contact-container {
      margin-top: 60px;
      max-width: 300px;
    }    
    .social-media-list li {
      height: 60px;
      width: 60px;
      line-height: 60px;
    }
    .social-media-list li:after {
      width: 60px;
      height: 60px;
      line-height: 60px;
    }

    .panel {
      flex-direction: column;
    }

    .img2 {
      padding-bottom: 50px;
    }
    .titleMargin {
      padding-bottom: 50px;
    }

  }
  
  @media screen and (max-width: 569px) {
  
    .direct-contact-container, .form-wrapper {
      float: none;
      margin: 0 auto;
    }  
    .form-control, textarea {
      
      margin: 0 auto;
    }
   
    
    .name, .email, textarea {
      width: 280px;
    } 
    
    .direct-contact-container {
      margin-top: 60px;
      max-width: 280px;
    }  
    .social-media-list {
      left: 0;
    }
    .social-media-list li {
      height: 55px;
      width: 55px;
      line-height: 55px;
      font-size: 2rem;
    }
    .social-media-list li:after {
      width: 55px;
      height: 55px;
      line-height: 55px;
    }
    
  }
  
  @media screen and (max-width: 410px) {
    .send-button {
      width: 99%;
    }
    .fixPosition {
      padding-right: 60px;
    }
  }

  @media screen and (max-width: 350px) {
    .fixPosition {
      padding-right: 120px;
    }
  }

  @media screen and (max-width: 450px) {
    .lpTop {
      display: none;
    }

    .titlePanel1 {
      padding-left: 0px !important;
    }
  }

  @media screen and (max-width: 900px) {
    .title {
      font-size: 50px !important;
    }
  }

  @media screen and (max-width: 500px) {
    .title {
      font-size: 30px !important;
    }
    .titlePanel {
      font-size: 80px !important;
    }
    form {
      width: 100%;
    }
    .banner {
      height: 500px;
    }
  }
  