
:root {
  --cont: 1160px;
  --navHeight: 120px;
}
*{
  margin: 0;
  padding: 0;
}


img {
  display: block;
}
body{
  font-family: "Lato", serif;
  font-size:17px;
  line-height: 24px;
  font-weight: 300;
  overflow-x: hidden;
  background-color: #000;
  color: #fff;
  box-sizing: border-box;
}

a:hover{ color:inherit; text-decoration:none; }
a{ color:inherit; text-decoration: none; transition: color .3s ease}
li{ list-style: none;}

.flex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.god-hand{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.c-flex{
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c-relative{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bgcover{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

input,
textarea,
button{
  border-radius: 0px;
  background: none;
  box-shadow: none;
  border: 0px;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus{
    outline: none;
}

.container,
.navcontainer{
  width: calc(100% - 70px);
  max-width: var(--cont);
  margin: 0 auto;
}

.lcon{
  max-width: 1155px;
}

.scon{
  max-width: 1086px;
}

.noselect {
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}

/* ============= */
/* Lets ROCK   */
/* ========  */
.cms{
  width: 100%;
  height: calc(100vh - 50px);
  position: relative;
}
.cms::after{
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(10deg, rgba(15, 16, 38,0.3) 0%, rgba(15, 16, 38,0.87) 26%, rgba(15, 16, 38,1) 40%, rgba(15, 16, 38,1) 57%, rgba(15, 16, 38,0.87) 71%, rgba(15, 16, 38,0.03) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: .55;
}
.container{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  width: 50%;
  margin-left: 0;
}
.background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.autop{
  text-align: center;
}
.container h1{
  font-size: 28px;
  line-height: normal;
  font-weight: 800;
  letter-spacing: 5px;
  margin: 45px auto 70px;
}
.ftcontact{
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.ftcontact a{
  align-items: center;
  gap: 10px;
}
.mobile--{
  display: none;
}
.mc4wp-form-fields{
  width: 100%;
  display: flex;
  gap: 10px;
}
.mc4wp-form{
  width: 100%;
  max-width: 500px;
}
.mc4wp-form input{
  width: 100%;
  font-family: "Lato", serif;
  font-size: 17px;
  line-height: normal;
  box-sizing: border-box;
  padding: 10px 22px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #0CC0DF;
}
.mc4wp-form button{
  background-color: #0CC0DF;
  font-family: "Lato", serif;
  font-size: 17px;
  height: 100%;
  min-width: max-content;
  padding: 0 22px;
  border-radius: 5px;
  display: flex;
  height: auto;
  align-items: center;
  color: white;
}
.ftcontact{
  width: 100%;
}
.mc4wp-response{
  text-align: center;
}
.wpcf7-form > p{
  display: flex;
  justify-content: center;
  position: relative;
}
.wpcf7-form [data-name="your-email"] input{
  width: 100%;
  font-family: "Lato", serif;
  font-size: 17px;
  line-height: normal;
  box-sizing: border-box;
  padding: 10px 22px;
  display: block;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 43px;
}
.wpcf7-spinner{
  position: absolute;
    right: -10px;
    margin: 0;
    top: 10px;
    transform: translateX(100%);
}
.wpcf7-form input[type="submit"]{
  font-family: "Lato", serif;
  height: 43px;
  font-size: 17px;
  line-height: normal;
  box-sizing: border-box;
  padding: 10px 22px;
  display: block;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 10px;
}
.wpcf7 form .wpcf7-response-output{
  margin: 15px 0;
  border-width: 1px;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
.wpcf7-not-valid-tip{
  font-size: 14px;
}
.socmed{
  align-items: center;
  gap: 15px;
  margin-top: 16px;
}
.wrapform{
  margin-bottom: 40px;
}
footer{
  background-color: black;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
/* ============= */
/* RESPONSIVE  */
/* ========  */

@media (max-width: 765px){
  p{
    text-align: center;
  }
  .wpcf7-not-valid-tip{
    text-align: left;
  }
  .wpcf7-spinner{
    right: 7px;
    transform: unset;
    top: auto;
    bottom: -7px;
  }
  .container img.logo{
    max-width: 228px;
    height: auto;
  }
  .mc4wp-form{
    margin-bottom: 20px;
  }
  .mc4wp-form button{
    padding: 0 15px;
  }
  .mc4wp-form input{
    padding: 10px 15px;
  }
  .container, .navcontainer{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .ftcontact{
    font-size: 16px;
  }
  .container{
    padding: 70px 20px 60px;
    height: auto;
    min-height: calc(100vh - 50px);
  }
  .cms{
    height: auto;
  }
  .mobile--{
    display: block;
  }
  .desktop--{
    display: none;
  }
}
