/* Custom styles for admin pages */
[v-cloak] > * { display:none }
[v-cloak]::before { content: "loading…" }

html {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
}


.gradient {
    /* background-image: url('../img/large_background@2xDark.png');   */
    background-size:cover;
  background-color: #1B0531;
  background-repeat: no-repeat;
  padding-top:6%;
  mix-blend-mode: lighten;

  height:100vh;

}

.gradientAuth {
  background-image: url('../img/large_background@2xDark.png');  
  background-size:cover;
  background-color: #1B0531;
  background-repeat: no-repeat;
  mix-blend-mode: lighten;

}



video#bgvid {
    object-fit: cover;
    width: 500%;
    height: 100vh;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    z-index:-100;}

    video#bgvid2{
      object-fit: cover;
      width: 100%;
      height: 100vh;
      opacity: 0.59;
      position: fixed;
      top: 0;
      left: 0;
      filter: hue-rotate(30deg);



    }

h1,h2,h3,h4,h5,h6, body{
  font-family: 'Spartan', sans-serif;    
  font-weight:800;
}

h3{
  font-size:39px;
  line-height:1;
}

h2{
  font-family: 'Spartan', sans-serif;    
  font-weight:650;
  font-size:39px;
  line-height:1;
}

p, input{
  font-family: 'Spartan', sans-serif;    
    font-weight:700;}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Spartan', sans-serif;    
    font-weight:700;}
  input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Spartan', sans-serif;    
    font-weight:700;}
  input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Spartan', sans-serif;    
    font-weight:700;}
  input:-moz-placeholder { /* Firefox 18- */
    font-family: 'Spartan', sans-serif;    
    font-weight:700;}

input{
    font-size:15px;
}

body{
  
}

#header{
  display:none;
}

button.main_button{
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .4px;
    text-decoration: none;
    background: linear-gradient(
        135deg
        ,#f34079 40%,#fc894d);
            color: #fff;
    border-radius: 10px;  
    transition: all 900ms;
    background-position: 134px;
    background-size: 190%;
}
 

button.main_button:hover{
    transition: all 900ms;
    background-position:top;
        
        }

button.btn_outline{
    border:2px solid #F5556C;
    border-radius:12px;
    padding: 13px 25px;
    color:white;
}

button.btn_outline:hover{
    background-image: linear-gradient(
135deg
,#f34079 40%,#fc894d);
    color: #fff;
}
  

.rw-words span {
  display:inline-block!important;
  position:absolute;
  top:0;
  left:0;
  color:white;
  margin-bottom:50px!important;

}




.rw-sentence{
  position:relative;
}




@keyframes flickerAnimation { /* flame pulses */
  0%   {   opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  50%  { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% { opacity: 0; }
}


@keyframes flickerAnimationIn { /* flame pulses */
  0%   {   opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100%  { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  
}




@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.rw-words-1 span{

}


.rw-words-1 span:nth-child(1){
  animation: flickerAnimation 2s;
  animation-delay: 0s;
  opacity:0;



  }

.rw-words-1 span:nth-child(2){
  animation: flickerAnimation 2s;

animation-delay: 2s;
opacity:0;

}

.rw-words-1 span:nth-child(3){
  animation: flickerAnimation 2s;
  animation-delay: 4s;
  opacity:0;


  }

  .rw-words-1 span:nth-child(4){
    animation: flickerAnimation 2s;
    animation-delay: 6s;
    opacity:0;

    }

    .rw-words-1 span:nth-child(5){
      animation: flickerAnimation 2s;
      animation-delay: 8s;
      opacity:0;

      }

      .rw-words-1 span:nth-child(6){
        animation: flickerAnimation 2s;
        animation-delay: 10s;
        opacity:0;

        }

        .rw-words-1 span:nth-child(7){
          animation: flickerAnimation 2s;
          animation-delay: 12s;
          opacity:0;

          }

          .rw-words-1 span:nth-child(8){
            animation: flickerAnimation 2s;
            animation-delay: 14s;
            opacity:0;

            }

            .rw-words-1 span:nth-child(9){
              animation: flickerAnimation 2s;
              animation-delay: 16s;
              opacity:0;

              }

              .rw-words-1 span:nth-child(10){
                animation: flickerAnimation 2s;
                animation-delay: 18s;
                opacity:0;

                }

                .rw-words-1 span:nth-child(11){
                  animation: flickerAnimation 2s;
                  animation-delay: 20s;
                  opacity:0;
                  font-size: 31px!important;

                  }

                  .rw-words-1 span:nth-child(12){
                    animation-delay: 22s;
                    }

                    

              


 @media only screen and (min-width: 768px) {
  .brndimgSmall{
    width:35%;
  }  
  .brndimg{
    width:70%;
  }  
  .pll-10{
    padding-left:10%;
  }     
}

@media only screen and (max-width: 768px) {
 .brndimgSmall{
   margin:0 auto;
   width:25%;
 }   

 .brndimg{
   margin:0 auto;
   width:50%;
 }   

 h3.rw-sentence{
   text-align:center;
   font-size: 20px;
 }

 .rw-words-1 span:nth-child(11){
  font-size: 20px!important;
 }

 .rw-words span{
   width:100%;
 }

 .leadp{
   text-align:center;
 }

 .inline-block{
   display:block;
 }

 button.btn_outline{
   width:100%;
 }

 .py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

form.login_form{
  margin: 0 10%;
}

form.login_form h3{
font-size: 29px;
text-align:center;
}

.space-x-4, .rw-sentence {
display:none;
}

}

