/*MarkFest2025 VoltaHeat - css*/
/*font-family: "Diodrum-Bold";
font-family: "Diodrum-Light";
font-family: "Diodrum-Medium";
font-family: "Diodrum-Regular";
font-family: "Diodrum-Semibold";*/
body, *  {
  padding: 0;
  margin: 0;
}
#main {
  text-align: center;
  color:#fff;
  padding: 0px;
  height: 100vh;
  background: linear-gradient(0deg, #ee632b, #feb931 22%, #E32F31 40%);
  width: 100vw;
  font-family: "Diodrum-Medium";
  text-transform: uppercase;
  overflow-y: hidden;
}


.page_wrapper {
  display: none;
}
.page_wrapper.mainpage {
  background: transparent url(../images/header.png) center top no-repeat;
  background-size: auto 25vh;
  height: 100%;
}

.page_wrapper_inner {
  background: transparent url(../images/footer.png) center bottom no-repeat;
  background-size: contain;
  height: 100vh;
}
.header {
  height: 20vh;
  padding: 7px 10px;
  display: flex;
  flex-direction: column
}
.h_logo {
  text-align: right;
}
.h_logo img {
  width: 80px;
  height: auto;
}
.blue {

}
.blue img {
  height: 13vh;
}
/*index page only*/
.center {
  height: 60vh;
  position: relative;
}
.voltaheat,
.packages {
text-align: center;
}
.voltaheat img,
.packages img {
  width: 80vw;
  height: auto;
}
.packages {
  position: relative;
}
.packages img {
  position: absolute;
  left: 10%;
  top: -15px;
}
.menubuttons {
  position: absolute;
  bottom: -2vw;
  left: 22%;
  text-align: center;
}
.menubuttons .btn {

}
.menubuttons .btn img {
  max-width: 100%;
  height: 8.5vw;
  margin-top: 3px;
}
/*end index*/
/*usage/benefits*/
#main .page_wrapper:not(.mainpage) .header {
  flex-direction: row;
  justify-content: space-between;
  height: 17px;
}
.blue_logo a {
  display: flex;
    margin-top: 3px;
    color: #fff;
    font-family: "Diodrum-Semibold";
    text-decoration: none;
}
.blue_logo img {
  height: 22px;
}
.v_logo {

}
.v_logo img {
  width: 80px;
  height: auto;
}
.innerpages {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(80vh - 52px);
  height: 67vh;
  margin-top: 20px;
}
.headline {
  font-family: "Diodrum-Bold";
  /* width: 150px; */
  padding: 5px 15px 0 15px;
  font-size: 34px;
  color: #262772;
  background: linear-gradient(0deg, #F99B39, #FECA81 65%);
  border: 2px solid #FF9F41;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  line-height: 32px;

}
.hl {
  font-family: "Diodrum-Bold";
  width: 84vw;
  font-size: 34px;
  color: #262772;
  background: #F99B39;
  /* border: 2px solid #FF9F41;
  border-bottom: 0; */
  border-radius: 20px 20px 0 0;
}
.page_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84vw;
}
.mainarea {
  height: calc(67vh - 150px);
  border-radius: 0 0 20px 20px;
  background: linear-gradient(0deg, transparent,  #F99B39 50%);/*linear-gradient(0deg, #feb931, #F99B39 65%);*/
  width: 100%;
}

.page_wrapper:not(.quiz) .mainarea >div:not(.active) {
  /* display: none; */
}
.sub_hl {
  font-family: "Diodrum-Semibold";
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
}
.sub_hl a {
  /* color: #fff; */
}
.benefits .sub_hl {
  font-size: 25px;
}
.u1, .u2, .u3, .u4, .u5 {
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px 10px 10px;
}
.benefits .u1,
.benefits .u2,
.benefits .u3,
.benefits .u4,
.benefits .u5 {
  justify-content: space-around;
  align-items: center;
}
.icons {

}
.icons .row {
  display: flex;
  justify-content: center;
}
.icon {
  width: 30%;
  margin:10px;
  font-family: "Diodrum-Semibold";
}
.icon.big {
    width: 80%;
}
.icon.medium {
    width: 60%;
}
.icon img {
  width: 100%
}
.shadow {
  width: 50%;
  height: 15px;
  background: #946C4F;
  border-radius: 50%;
}
.dots {
  display: flex;
  margin-top: -20px;
margin-bottom: 20px;
}
.dot {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 12px;
  margin: 8px;
}
.dot.active {
  background: #E71C25;
}
.next_btn {
  width: fit-content;
  text-align: center;
  cursor: pointer;
}
.next_btn .btn {
  background: linear-gradient(#6D6EA2, #292A75);
  border: 3px solid #292A76;
  border-radius: 15px;
  padding: 5px 40px;
  font-family: "Diodrum-Semibold";
}
.wronganswer .btn {
  background: linear-gradient(#ED7F85, #E41E28);
  border: 3px solid #CF2C14;
}
/*End usage page*/
/*Video usage*/
.video_usage .innerpages {
      height: calc(100vh - 52px);
  position: relative;
}
.innerpages video {
  width: 100vw;
  position: absolute;
  bottom: 0;
  max-height: calc(100vh - 50px);
}
/*End Video usage page*/
/*Quiz page*/
.quiz .innerpages {
  height: calc(80vh - 27px);
}
.quiz .mainarea {
  height: 70vh;
  color: #262772;
  font-family: "Diodrum-Semibold";
  display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: linear-gradient(0deg, #feb931, #F99B39 65%);
}
.quiz .hl {
  font-size: 12px;
}
.puzzle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reveal {
  background: url(../images/reveal2.png);
  width: 60vw;
  background-size: contain;
  background-repeat: no-repeat;
}
.reveal img {
  max-width: 100%;
}
.reveal video {
  border: 5px solid #fff;
    border-radius: 20px;
  width: calc(75vw - 10px);
  position: unset;
  bottom: auto;
  display: none;
}
.thequiz {
  text-align: left;
  padding: 5px 7vw;
  width: 70vw;
}
.thequiz:not(.active) {
  display: none;
}
.question {

}
.answeres {

}
.answer_wrapper {
  display: flex;
  align-items: center;
}
.answer_wrapper .dot {
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
}
.answer_wrapper .text{

}
.thequiz .answeres{
  margin: 10px;
}
.notactive {
  pointer-events: none;
}
.notactive .btn {
  pointer-events: none;
  opacity: 0.65;
}
.quiz .footer {
  position: relative;
}
.quiz .next_btn  {
  position: absolute;
  top: -5px;
}
sup {
  text-transform: none;
}
.question a {
  text-decoration: none;
}
.question a img {
  margin-bottom: -7px;
}
/*end Quiz page*/
.footer {
  height: 20vh;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  align-items: center;
}
.mainpage .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Diodrum-Semibold";
  font-size: 1.2em;
  margin-top: 1vh;
}
.notmobile {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.h_logo_dt {
  display: flex;
  justify-content: end;
  height: 10vh;
  max-height: 40px;
}
.blue_dt {
  margin-bottom: 20px;
}
.blue_dt img {
  max-height: 150px;
  margin: 20px;
  height: 20vh;
}
.notmobile .text_dt {
  text-transform: uppercase;
  line-height: 40px;
  font-size: 30px;
}
.hide {
  display: none;
}
/* Smartphone Portrait and Landscape */
 @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){
     .page_wrapper {display: block;}
     .notmobile {display:none;}
 }
