@import url("define.css");

/*General styling for structure*/

div.tvslide img {
  right: 7px;
  top: 7px;
}

div.tvchart img {
  width: 33px;
  height: 32px;
  left: 7px;
  bottom: 30px;
}

div.tvlist img {
  right: 4px;
  bottom: 12px;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

header {
    background:url("../../../../www.elitebullmarket.com/home/x/img/bgg.jpg") no-repeat cover fixed !important;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  text-shadow: 0 0 15px var(--black);
  font-family: "Merriweather", serif;
  height: 100vh;
  
}

header h1:first-of-type {
  font-size: 7vw;
  font-weight: bolder;
  color: var(--mbg2);
  opacity: 0.7;
}

header h2 {
  font-weight: 400;
}

header a {
  min-width: 150px;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  font-weight: bolder;
  background: rgba(0,0,0,0.6);
  color: var(--mbg);
  border-radius: 10%;
}

.scroll-container {
  height: 100vh;
  min-height: 450px;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  clear: left;
}

.scroll-container:nth-of-type(odd) {
  background-image: linear-gradient(to top left, var(--mbg4), var(--mbg3));
  flex-direction: row-reverse;
}

.stats_div {
  padding: 10px;
  padding-bottom: 0;
  min-height: 99vh;
  display: block;
  background-image: linear-gradient(to bottom, var(--mbg), var(--mbg3));
  text-align: center;
  margin-bottom: -2px;
}

.stats_div>div>div {
  width: 75%;
  float: left;
  margin: auto;
}

.stats_div>div>div.video video {
  width: 100%;
  height: 87.1vh;
  border-radius: 5px;
  object-fit: fill;
}

.stats_div>div>div.stats {
  width: 23%;
  margin-left: 1%;
}

.stats_div>div>div.stats div {
  display: inline-block;
  width: 100%;
  height: 19.5vh;
  background-color: var(--mbg4);
  padding: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 1vh;
  text-align: left;
}

.stats_div>div>div.stats span {
  float: right;
  top: 0;
  color: var(--mco);
  font-family: "Merriweather", serif;
  font-size: 3.5vh;
  font-weight: bolder;
  margin-left: 2%;
  width: 48%;
  text-transform: uppercase;
}

.stats_div>div>div.stats span i {
  font-style: normal;
  font-size: 4vh;
}

.stats_div>div>div.stats span b {
  display: block;
  color: var(--mbg2);
  text-transform: lowercase;
  /*font-style: italic;*/
  font-size: 6vh;
}

.stats_div>div>div.stats img {
  width: 50%;
  height: 100%;
  object-fit: fill;
  border-radius: 10px;
  /*background-color: var(--mbg);*/
}

.scroll-element,
.scroll-caption {
  width: 50%;
}

.scroll-element {
  min-height: 300px;
  height: 100%;
}

.scroll-element img, .scroll-element iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scroll-caption {
  margin: 2rem;
  font-weight: bolder;
}

.scroll-caption h1 {
  font-size: 6vw;
  color: var(--mbg2);
  text-shadow: 0 0 3px var(--black);
}

.scroll-caption p {
  font-size: 1.5vw;
  line-height: 3vw;
}

.scroll-container:nth-of-type(odd) .scroll-caption h1 {
  text-shadow: 0 0 3px var(--mco);
}

.scroll-container:nth-of-type(odd) .scroll-caption p {
  color: var(--mco)
}

.scroll-caption a {
  color: var(--mbg2);
  text-shadow: 0 0 1px var(--black);
  font-weight: bolder;
  text-decoration: none;
}

.payvia {
  text-align: center;
  padding: 10px;
}

.payvia img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 10px;
}

@media screen and (max-width: 650px) {
  .scroll-container,
  .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }

  .scroll-element {
    height: 100%;
  }

  .scroll-element,
  .scroll-caption {
    width: 100%;
  }
}
/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Shake Effect*/
.shake-this {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


@media only screen and (max-device-width: 970px), only screen and (max-width: 970px) {
  header h1:first-of-type {
    font-size: 9vw;
  }

  .scroll-container {
    height: unset;
    max-width: 100%;
    min-height: 450px;
    display: block;
    margin: auto;
  }

  .stats_div {
    padding: 5px;
    padding-bottom: 10px;
  }

  .stats_div>div>div {
    width: 100%;
    height: auto;
    float: unset;
    clear: left;
    margin: auto;
  }

   .stats_div>div>div.video{
    margin-top: 20px;
   }

  .stats_div>div>div.video video {
    width: 98.5%;
    height: 80vh;
    border-radius: 5px;
  }

  .stats_div>div>div.stats {
    width: 100%;
    margin: auto;
  }

  .stats_div>div>div.stats div {
    display: inline-block;
    width: 48%;
    height: 26vh;
    border-radius: 5px;
    margin: 5px auto;
  }

  .stats_div>div>div.stats span {
    font-size: 5vh;
    width: 48%;
  }

  .stats_div>div>div.stats span i {
    font-size: 4vh;
  }

  .stats_div>div>div.stats span b {
    font-size: 10vh;
  }

  .stats_div>div>div.stats img {
    border-radius: 5px;
  }

  .scroll-element,
  .scroll-caption {
    width: 70%;
    display: block;
    margin: auto;
    padding: 10px;
    background: transparent;
  }

  .scroll-element {
    height: 450px;
    background: transparent;
  }

  .scroll-element img, .scroll-element iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
  }

  .scroll-element p {
    line-height: 4.5vw;
  }

  div.iframe-div {
    margin-top: 75px;
  }
}


@media only screen and (max-device-width: 790px), only screen and (max-width: 790px) {
  .stats_div>div>div.video video {
    height: 60vh;
  }

  .stats_div>div>div.stats span b {
    font-size: 8.5vh;
  }

  .scroll-element,
  .scroll-caption {
    width: 90%;
    padding: 10px;
  }

  .scroll-element {
    height: 450px;
  }

  .scroll-caption h1 {
    font-size: 7vw;
  }

  .scroll-caption p {
    font-size: 2.5vw;
    line-height: 5.5vw;
  }
}


@media only screen and (max-device-width: 700px), only screen and (max-width: 700px) {
  header {
    height: 80vh;
  }

  header h1:last-of-type {
    font-size: 3vw;
  }

  header h2 {
    font-size: 4vw;
  }

  header p {
    font-size: 2vw;
  }

  .stats_div>div>div.stats div {
    display: block;
    width: 97%;
    height: 35vh;
    border-radius: 20px;
  }

  .stats_div>div>div.stats div img {
    border-radius: 10px;
  }

  .stats_div>div>div.stats span {
    font-size: 6vh;
  }

  .stats_div>div>div.stats span i {
    font-size: 5vh;
  }

  .stats_div>div>div.stats span b {
    font-size: 15vh;
  }
}

@media only screen and (max-device-width: 570px), only screen and (max-width: 570px) {
  header {
    height: 80vh;
  }

  header h1:last-of-type {
    font-size: 4vw;
  }

  header h2 {
    font-size: 4vw;
  }

  .stats_div>div>div.video video {
    height: 50vh;
  }

  .stats_div>div>div.stats span {
    font-size: 7vh;
  }

  .stats_div>div>div.stats span i {
    font-size: 7vh;
  }

  .stats_div>div>div.stats span b {
    font-size: 12vh;
  }

  .scroll-caption p {
    font-size: 3vw;
  }
}

@media only screen and (max-device-width: 450px), only screen and (max-width: 450px) {
  header {
    height: 70vh;
    background-position: center 70px;
  }

 header h1:first-of-type {
  margin-top: 55px;
 }

  header h1:last-of-type {
    font-size: 4vw;
  }

  header h2 {
    font-size: 4vw;
  }

  header p {
    font-size: 3vw;
    padding: 10px;
  }

  .stats_div>div>div.video video {
    height: 50vh;
  }

  .stats_div>div>div.stats div {
    height: 25vh;
  }

  .stats_div>div>div.stats span {
    font-size: 6vh;
  }

  .stats_div>div>div.stats span i {
    font-size: 5vh;
  }

  .stats_div>div>div.stats span b {
    font-size: 8vh;
  }

  .scroll-element,
  .scroll-caption {
    width: 98%;
    padding: 5px;
  }

  .scroll-caption p {
    font-size: 3.5vw;
  }
}

@media only screen and (max-device-width: 397px), only screen and (max-width: 397px) {
  .stats_div>div>div.video video {
    height: 40vh;
  }

  .stats_div>div>div.stats div {
    height: 20vh;
  }

  .stats_div>div>div.stats span {
    font-size: 4vh;
  }

  .stats_div>div>div.stats span i {
    font-size: 3vh;
  }

  .stats_div>div>div.stats span b {
    font-size: 7vh;
  }
}

@media only screen and (max-device-width: 295px), only screen and (max-width: 295px) {
  .stats_div>div>div.video video {
    height: 30vh;
  }

  .stats_div>div>div.stats div {
    height: 20vh;
  }

  .stats_div>div>div.stats span {
    font-size: 3vh;
  }

  .stats_div>div>div.stats span i {
    font-size: 2vh;
  }

  .stats_div>div>div.stats span b {
    font-size: 5vh;
  }
}

@media only screen and (min-device-height: 900px) and (max-device-width: 900px), only screen and (min-height: 900px) and (max-width: 900px) {
  .stats_div>div>div.video video {
    height: 600px;
  }

  .scroll-caption p {
    line-height: 40px;
    font-size: 30px;
  }

  .stats_div>div>div.stats div {
    display: block;
    width: 98.5%;
    height: 25vh;
  }
}

