/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');*/
@import url("plugins.css");

*{
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #F2F1EE;
}

a:hover{ color:inherit; text-decoration:none; }
a{ color:inherit; text-decoration: none;}
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{
  width: calc(100% - 60px);
  max-width: 1073px;
  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   */
/* ========  */
.bgnya{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  transition: transform 1s ease;
  transition-property: transform, opacity;
  opacity: 0;
}
.bgnya{
  transform: scale(1);
  opacity: 1;
}
.bgnya img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main{
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  position: relative;
}

.slider{
  width: 50%;
  height: auto;
  background-color: #000000;
  overflow: hidden;
}

.slick-track,
.slick-list,
.esrl{
  height: 100%;
}

.esrl{
  /*height: 100%;*/
  overflow: hidden;
}

.esrl .b-lazy{
  transform: scale(1.3);
  opacity: 0;
  transition: transform 1.5s ease;
  transition-property: transform , opacity;
}

.esrl .b-lazy.b-loaded{
  transform: scale(1);
  opacity: 1;
}

.caption{
  width: 50%;
  min-height: 100vh;
  height: auto;
  background-color: transparent;
  align-items: flex-start;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  padding: 50px 30px 50px 30px;
}

.caption h1{
  width: 100%;

  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.03em;
  line-height: 66px;
  text-align: center;
  color: white;

}

.logo{
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 55px auto ;
}

.cms_{
  margin: 0 auto ;
}
.hr_{
  width: 99.56px;
  height: 1px;
  background-color: #BCB0A7;
  border: 0px;
  margin: 20px auto
}

/*.caption span{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #505050;
  margin: 48px 0 10px;
}*/

.caption h2{
  font-size: 25px;
  font-weight: bold;
  color: white;
  line-height: 34px;
  text-align: left;
  width: 100%;
}
.caption p,
.caption i{
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto 27px;
  display: block;
  width: 100%;
  color: white;
  text-align: center;
  box-sizing: border-box;
}
.caption p a{
  text-decoration: underline;
}

.caption i{
  font-style: normal;
  margin: 50px auto 15px;
  color: black;
  font-size: 16px;
}

.caption .sosmed{
  display: flex;
  margin: 100px auto 0 ;
}

.sosmed a{
  margin: 0 16px;
  transition: opacity .3s ease;
}

.caption .sosmed:hover a{
  opacity: .5;
}


.caption .sosmed a:hover{
  opacity: 1;
}

.sosmed a img{
  width: auto;
  height: 20px;
}


/* INPUT TYPE ANI */
.mc4wp-form{
  width: 100%;
  margin: 0 auto 100px;
  max-width: 397px;
}

.mc4wp-form-fields{
  display: flex;
  background-color: transparent;
  margin-top: 6px;
}
.group-lb {
    position: relative;
    width: 100%;
}
.label-transition {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mc4wp-form input,
.mc4wp-form-fields input
{
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.15px;
    color: white;
    font-weight: 400;
    height: 41px;
    line-height: 41px;
    padding-left: 17px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid white;
    box-sizing: border-box;
}
.mc4wp-form-fields p{
  display: flex;
}

.group-lb label {
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    /* z-index: -1; */
    top: 0;
    font-size: 15px;
    letter-spacing: 0.15px;
    color: #363636;
    font-weight: 300;
    opacity: .5;
}

.mc4wp-form-fields button{
  padding: 0 25px;
  height: 41px;
  line-height: 41px;
  color: white;
  min-width: max-content;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 0px;
  letter-spacing: 0.25px;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: all .3s ease;
  background-color: transparent;
  border: 1px solid white;
  text-transform: uppercase;
  box-sizing: border-box;
  border-left: 0;
}
.mc4wp-form-fields{
  margin: 0 auto;
  max-width: 479.42px;
}
/*.mc4wp-form-fields button:hover{
  background-color: white;
  color: black;
}*/

.group-lb:focus ~ label ,
.mc4wp-form input:valid ~ label,
.mc4wp-form input:focus ~ label{
  top: -25px;
  font-size: 11px;
  opacity: 0.5;
}

.mc4wp-form input[type="submit"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.m6{
  max-width: 522px;
  margin: 30px auto;
}

.mc4wp-form .flex{
  justify-content: space-between;
  margin-top: 18px;
  display: flex;
}

.mc4wp-form .flex a{
  display: block;
}

.subbtn,
.hashtag{
  background-color: #EF8804;
  border-radius: 5px;
  width: 137px;
  height: 37px;
  line-height: 37px;
  font-weight: 600;
  color: black;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  cursor: pointer;
}

.hashtag{
  background-color: transparent;
  color: #EF8804;
  font-weight: 500;
  width: max-content;
  cursor: default;
}

.subbtn:hover{
  color: black;
}

.mc4wp-form .error input, .error.group-lb label, .error.o2 input[type="radio"] + label span {
    border-color: red;
    color: red;
}

.mc4wp-response{
  margin: 25px 0 0;
}

.countdown{
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
}

.cd{
  width: 84px;
  height: 100px;
  margin: 0 5px;
  position: relative;
  /* z-index: 2; */
}

.cd span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
  font-size: 38px;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.cd small{
  display: block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 11px;
  letter-spacing: 1px;
}

.caption p.cprg{
  margin-bottom: 0px;
  margin-top: 50px;
}

.bump{
  width: 145px;
  height: 8px;
  background: #20b57a;
  display: block;
  margin: 21px auto 33px;
  border: 0;
}

.onload{
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loadvid{
  width: 100%;
  height: auto;
}
.contantenya{
  margin: 0 auto;
  max-width: 478px;
}
.minigale{
  width: 100%;
  margin: 25px auto;
  max-width: 477px;
  justify-content: space-between;
}
.minigale a{
  display: block;
  width: calc((100% - 30px) / 3);
  padding-top: calc((100% - 30px) / 3);
  background-color: grey;
  position: relative;
  overflow: hidden;
}
.minigale a img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ============= */
/* RESPONSIVE  */
/* ========  */

@media (max-width: 1440px){
  .bgnya img{
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1280px){
}

@media (max-width: 1024px){
  .main{
    overflow: hidden;
  }
}

@media (max-width: 850px){
  .main{
    height: auto;
    display: block;
  }

  .slider{
    width: 100%;
    height: 600px;
  }

  .caption{
    padding: 80px 0 30px;
    width: 100%;
    align-items: center;
  }
  .logo{
    position: relative;
  }
  .mc4wp-form{
    margin: 0 auto
  }

  .caption h1{
    max-width: none;
    text-align: center;
  }

  .caption p, .caption i{
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  .bgnya img{
    object-position: 30%;
  }
}

@media (max-width: 850px){
  .logo{
    width: 231px;
    height: auto;
  }
  .caption{
    box-sizing: border-box;
    padding: 450px 30px 46px;
    /*background: linear-gradient(10deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 58%, rgba(255,255,255,0.4150035014005602) 72%, rgba(255,255,255,0) 95%)*/
  }

  .caption p, .caption i{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0;
  }

  .mc4wp-form-fields button{
    padding: 0 15px;
  }


  .caption h1{
    margin-top: 0;
    font-size: 32px;
    line-height: 42px;
    max-width: none;
    margin-bottom: 5px;

    /*position: absolute;*/
    top: 48px;
    left: 0;
    width: 100%;
  }
  .caption h2{
    font-size: 18px;
  }
  .countdown{
    transform: scale(0.8);
  }
  .logo{
    margin-top: 17px;
    position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
  }
  .cms_{
    max-width: 100%;
  }

  .caption i{
    margin-top: 40px;
  }

  .caption p.cprg{
    font-size: 12px;
  }
  .bump{
    margin: 43px auto 33px;
    width: 100px;
    height: 6px;
  }
  .mc4wp-form{
    margin-bottom: 40px;
  }
}
