
/******* customize page background color ********/
body, footer .topback, .standar{
  background-color: #f1eee6;
}


/******* Activate the following code if the page is darker ********/
/* h1, h2, h3, h4, a, p, .text, .date, .authorname, .author, .social a svg, .social a svg path, .social-icons a svg, .social-icons a svg path{
  color:rgb(255, 255, 255) !important;
  fill: white !important;
}
aside h4, .related-tag, .tippy-popper a svg, .tippy-popper a svg path, .tippy-popper a{
  color:#7e7e7e !important;
  fill: #7e7e7e !important;
} */

.cover {
  margin-bottom: 40px;
  margin-top: 0px;
  height: 65vh;
  background-image: url("../img/cover.png");
  background-size: cover;
  background-position: center;
  /* background-position: bottom;  to avoid graphic crop */
}

.standar, aside, footer{
  z-index: 1;
  position: relative;
}

.stickyBk .graphic{
  margin: 0 auto;
}
  
.insertVideo{
  height: 100vh;
  width: 101%;
  object-fit: cover;
}
.insertVideo::-webkit-media-controls {
  display: none !important;
}

.insertVideo {
  outline:#f1eee6;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none; 
}


.step .text{
  position: relative;
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 1.5;
  font-family: Merriweather, serif;
  text-align: left;
  max-width: 450px;
  width: fit-content;
  background: rgba(255, 255, 255, 0.354);
  border-radius: 6px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.068);
  backdrop-filter: blur(75px);
  -webkit-backdrop-filter: blur(75px);
  padding: 20px 20px 15px 20px;
}

.start .text, .end .text{
  top: 25%;
  left: -10%;
  font-size: 16px;
}

.step[data-step="29"] .text, .step[data-step="31"] .text, .step[data-step="33"] .text, .step[data-step="35"] .text, .step[data-step="37"] .text, .step[data-step="39"] .text{
  left: 20%;
}

/* .hrsm .text, .ngsk .text */
.total .text{
  text-align: center;
}

.hrsm .text{
  top: 55%;
  left: -15%;
}

.ngsk .text{
  top: 55%;
  left: 15%;
}

.total .text{
  top: 45%;
  left: 0;
}

.step .text strong{
  font-size: 30px;
}
.step .text span{
  font-weight: 700;
}


.step[data-step="1"] .text img{
  height: 36px;
  margin-right: 3px;
}
.step[data-step="1"] .text i{
  font-size: 14px;
}

.step[data-step="3"] .text span{
  color: #0f97d6;
}

.step[data-step="4"] .text, .step[data-step="12"] .text, .step[data-step="27"] .text{
  display: none;
}

.step[data-step="6"] .text{
  max-width: 660px;
}
.step[data-step="6"] .text .author, .step[data-step="6"] .text .author a{
  font-family: roboto, sans-serif;
  color: rgb(0, 0, 0);
}

h1{
  line-height: 1.2;
}
#maintitle,h2{
  color: rgb(0, 0, 0);
  margin: 0;
  margin-bottom: 10px;
}
h2{
  font-size: 30px;
}
.step[data-step="6"] .text span, .step[data-step="6"] .text span{
  font-weight: 400;
  color: rgb(0, 0, 0);
}
.step[data-step="10"] .text strong, .step[data-step="15"] .text strong, .step[data-step="24"] .text strong, .step[data-step="26"] .text strong{
  font-size: 70px;
}


/* .audioBtn{
  position: fixed;
  z-index: 90;
  top: 90vh;
  left: 90vw;
  font-family: roboto, sans-serif;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 50px;
  border: #0b93d2 1px solid;
  display: none;
} */


.lft{
  transform: translate(-100%, 0);
}
.rght{
  transform: translate(100%, 0);
}

.graphicTitle{
  margin-top: 10%;
}
.end .graphic img{
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

/*------------------------- | MEDIA QUERIES | -----------------------------*/

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1200px) {
  /* .ds, .mb{
    display: none;
  }
  .tb{
    display: block;
  } */
  .ds{
    display: none;
  }
  .mb{
    display: block;
  }
  .insertVideo{
    width: 101%;
    height: 100vh;
  }
  .step .text{
    font-size: 15px;
    line-height: 1.5;
    max-width: 50%;
    margin: 0 auto;
  }

  .start .text, .end .text{
    top: 20%;
    left: 0;
  }

  .hrsm .text, .ngsk .text, .total .text{
    text-align: center;
  }

  .hrsm .text{
    top: 15%;
    left: 0;
  }

  .ngsk .text{
    top: 70%;
    left: 0;
  }

  .total .text, .step[data-step="26"] .text{
    top: 40%;
    left: 0;
  }
  .lft{
    transform: translate(0, 0);
  }
  .rght{
    transform: translate(0, 0);
  }

  .step .text strong{
    font-size: 20px;
  }

.step[data-step="10"] .text strong, .step[data-step="15"] .text strong, .step[data-step="24"] .text strong, .step[data-step="26"] .text strong{
    font-size: 40px;
  }
.step[data-step="29"] .text, .step[data-step="31"] .text, .step[data-step="33"] .text, .step[data-step="35"] .text, .step[data-step="37"] .text, .step[data-step="39"] .text{
    left: 0%;
  }


  #maintitle{
    font-size: 40px;
  }
  h2{
    font-size: 20px;
  }

  .end .graphic img{
  max-width: 90%;
  width: auto; 
  margin: 0 auto;
}


  .step[data-step="6"] .text{
    max-width: 60%;
  }
}

@media only screen and (max-width:1024px) {
  .insertVideo{
  }
}

@media only screen and (max-width: 960px) {}

@media only screen and (max-width: 768px) {}

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

}

@media only screen and (max-width: 480px) {
    .step .text, .step[data-step="6"] .text{
    max-width: 80%;
  }

    .end .graphic img{
  max-width: 100%;
  width: auto; 
  margin: 0 auto;
}

  .step .text{
    font-size: 14px;
  }
.step[data-step="10"] .text strong, .step[data-step="15"] .text strong, .step[data-step="24"] .text strong, .step[data-step="26"] .text strong{
    font-size: 32px;
  }

  .graphicTitle{
    margin-top: 20%;
    width: 90%;
  }
}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 360px) {}