/*@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap");

*/

@font-face {
    font-family: Aventaa;
    src:  url('../css/Aventa-Semi-Bold.ttf') format("truetype"),
         url('../css/Aventa-Semi-Bold.woff') format('woff');
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-size: 18px;
  color: #333333;
  font-family: Aventaa, sans-serif!important;
  background-color: #000;
  margin: 0px;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
}
body,
html {
  height: 100vh;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}

.disabled {
  opacity: .5;
}

/*-----* common css start *-----*/
.container {
  width: 100%;
  max-width: 600px;
  padding-right: 15px;
  padding-left: 15px;
  /*margin-right: auto;*/
  margin-left: auto;
}
/*-----* common css End *-----*/
/*-----* content area css start *-----*/
.main {
  min-height: 100vh;
  display: grid;
  place-items: self-start;
}
.layout {
  /*min-height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

#info, .video-wrap {
  flex: 1 1 150px;
  /*padding: 1rem;*/
  position: absolute;
  left:5%;
  width: 90%;
  bottom:0;

}

#loader {
  position: absolute;
  z-index: 9999;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: #000;
  /*background-image: url('../images/looper-logo.gif');*/
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;

  /*display: none;*/
}

body.is-transitioning {
  /*transform: scale(.6) translateY(100px);*/
  cursor: progress;
  /*opacity: 0;*/
}

.info-content{
    padding: 1.5rem 0;
    transform-origin: center;
    /*transform: scale(.6) translateY(0);*/
    transition: all 1s ease .5s;
    position: relative;
    overflow: hidden;
    border-radius: 0;
/*  -webkit-box-shadow: 10px 10px 62px -34px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 62px -34px rgba(0,0,0,0.75);
box-shadow: 10px 10px 62px -34px rgba(0,0,0,0.75);*/
    z-index: 99;
    /*border: 1rem;*/
      animation-duration: .5s;
      animation-timing-function: ease-out;
      animation-name: slidein;
}


.info-content:before {
  content:"";
  position: absolute;
  top:0;
  left: 0;
  right:0;
  width: 100%;
  bottom:0;
  /*background: rgba(255,255,255,.8);*/
  z-index: -1;
  /*transform: scale(1.5);*/
}


button {
    font-size: 16px;
    margin: 1rem 0;
    width: 12%;
    margin-right: 0;
    border-bottom: 4px solid transparent;
    /*text-transform: uppercase;*/
    text-align: center;
    text-transform: uppercase;
    /*font-weight: bold;*/
    outline:none;
      color: white;
    /*text-shadow: 1px 1px 7px #00000085;*/
      font-family: Aventaa, sans-serif!important;
}


.border {
  pointer-events: none;
  position: fixed;
    top: 0px;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    padding: 20px;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    opacity: 1;
    cursor: default;
    padding:10px;
}



.border-inner {
  width: 100%;
    height: 100%;
    border: 1px solid #fff;
}

@keyframes slidein {
  from {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

body.is-transitioning .info-block {
  pointer-events: none;
}

.video-wrap {
  position: fixed;
  z-index: -99999;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  width: 100%;
  height: 100vh;
  /*max-height: 100vh;*/
  display: flex;
  transition: opacity 1.5s ease;
}

.is-fading {
  opacity: 0;
}

video {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: absolute;
  top:0;
  left: 0;
  object-fit: cover;
  background-color: white;

}



.video-a {
  z-index: 20;
}
.video-b {
  z-index: 10;
}

.video-b.forefront {
  z-index: 30;
}

.info-title {
  margin: 0 0 15px 0;
  font-size: 30px;
  line-height: 35px;
  color: #333333;
  font-weight: 500;
}
.info-title-text {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
}
.info-button-block {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-button-block .radio-btn-block {
  flex: 1 1 auto;
  padding: 0 5px;
}
.info-btn {
  transition: all 1s ease;
  padding: 1.5rem;
  border: 2px solid #333;
  background: #333;
  font-size: 20px;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 10rem;
  cursor: pointer;
}
.info-btn:hover,
.info-btn:focus,
.info-btn.active {
  background: #333;
  color: #fff;
}
.info-action-block {
  margin: 20px 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab {
  display: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 1300px) {


  #video {
      height: 40vh;
      margin-top: -20vh;
      top: 50%;
      display: flex;
      transform: scale(1.3);
  }

  #info {
    width: calc(100vw - 17px);
    overflow-x: scroll;
    z-index: 9999;

  }

  #info, .video-wrap {
    left: 0;
  }

  #info::before {
    content: "";
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 100px;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: 999;
    pointer-events: none;
  }

  .info-content {
        /*display: flex;*/
      /*flex-direction: column;*/
      width: 960px;
      height: 80px;
      /*background: green;*/

  }

  button {
    width: 110px;
    font-size: 12px;
    margin: 0;

  }

  #custom-seekbar {
    bottom: 30px;
  }
}

.step {
  margin: 0 2px;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
}




#custom-seekbar
{  
cursor: pointer;
    height: 5px;
    margin-bottom: 0;
    outline: none;
    overflow: hidden;
    position: fixed;
    background: rgba(255,255,255,.3);
    bottom: 10px;
    width: 100%;
}
#custom-seekbar span
{
background-color: #D69C97;
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
  width: 0px;
}









/*-----* content area css end *-----*/
