/* CONTENT */
.modal{
	margin: 0 auto;
	padding: 0;
	/* max-width: 425px; */
}
.container.fixed{
	position: fixed;
	overflow: hidden;

}
.container{
	width: 100%;
	padding: 0;
	height: 100%;
}
.content-wrapper{
	width: 100%;
}
.container.background-container .content-wrapper{
	display: block;
	padding: 15px;
	z-index: 0;
}
.modal-backdrop.show{
	opacity: .5;
}
#content{
    height: 100%;
    width: 100%;
    position: relative;
}
#content .link_group:hover{
	opacity: .6;
}
#content .link_group{
	width: 100%;
	margin: 0 auto;
}
#content .link_group img{
    padding: 0px 25px;
}
#content .link_group span{
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}

.block-content-wrap{
	text-align: center;
	margin-top: 25px;
	padding-bottom: 50px;
}
.block-content{
	display: inline-block;
	max-width: 140px;
	margin: 15px;
	vertical-align: bottom;
}
#header .title .judul_module{font-size: 1.2em;;}
#header .title .judul_course{font-size: 0.9em;}

/* COVER */
#content .number-module{
	display: inline-block;
	vertical-align: middle;
	padding: 15px 0;
	font-size: 13em;
	color: rgba(236, 29, 35, 0.34);
	font-family: HelveticaNeueLTStd_Roman;
}
#content .title-module-wrapper{
	position: absolute;
	width: 100%;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#content .title-module-wrapper .title-module{
	color: #FFF;
  text-align: center;
  margin: 0 auto;
  padding: 2.6vh;
  font-family: RalewayBold;
  font-size: 3.9vh;
  line-height: normal;
}
#content .title-module-wrapper .title-course{
	color: #FFFFFF;
  text-align: center;
  font-size: 2.4vh;
  padding: 3.6vh;
  line-height: 21px;
}
#content .title-wrapper{
	border-bottom: 1px solid #EC1D23;
	color: #EC1D23;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 30px;
	max-width: 420px;
	font-size: 1.1em;
	text-shadow: none;
	width: 100%;
	display: table;
}
#content .title-wrapper .number{
	width: 35px;
	text-align: center;
	border-bottom: 2px solid #EC1D23;
	padding-right: 0px;
	height: initial;
	display: table-cell;
}
#content .title-wrapper .title{
	font-family: HelveticaNeueLTStd_Md;
	font-weight: normal;
	font-size: 18px;
	display: table-cell;
	padding-left: 20px;
	padding-bottom: 5px;
}

#content .cover-wrap{
	text-align: center;
}
#content .content-cover-wrap{
	position: relative;
	border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.7);
}

/* POPUP */
.modal-dialog{
    box-shadow: none;
    border-radius: 0px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    max-width: 500px;
}
.slider_wrapper{
	width: 75vw;
}
.point_wrapper{
	width: 75vw;
}
@media (min-width: 992px){
	.modal-dialog{
		max-width: 600px;
	}
	.slider_wrapper{
		width: 50vw;
	}
	.point_wrapper{
		width: 50vw;
	}
}
@media (min-width: 1200px){
	#popupSoalRace .modal-dialog{
		max-width: 390px;
	}
	#popupTutorialRace .modal-dialog{
		max-width: 390px;
	}
	.modal-dialog{
		max-width: 600px;
	}
	.slider_wrapper{
		width: 35vw;
	}
	.point_wrapper{
		width: 35vw;
	}
}
.modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0px;
    margin: 0 auto;
    background: none;
    width: 100%;
    height: 100%;
}

#tutorial .modal-content .content-tutorial{
    max-width: 390px;
    width: 100%;
}
#tutorial .modal-content .img_tutorial{
    padding: 0;
    text-align: center;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}
#tutorial .modal-content .description{
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 30px 0 0;
}
#tutorial .modal-content img{
    width: 100%;
    margin: 0 auto;
}
#tutorial .modal-content .description h2{
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: none;
    display: none;
}

#tutorial{
    overflow-y: auto;
		max-width: 425px;
}
#tutorial .tutorial{
    display: none;
}
#tutorial .tutorial.active{
    display: block;
}

#tutorial p{
	margin-bottom: 1.5em;
}
#tutorial .modal-content .content-tutorial{
    max-width: 390px;
    width: 100%;
}
#tutorial .modal-content .description{
    color: #000;
    padding: 1.5em 2em 2.5em;
    overflow: hidden;
    border-radius: 0 0 1em 1em;
}
#tutorial .modal-content img{
    width: 100%;
    margin: 0 auto;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}
#tutorial.snake button{
    display: none;
}

/* MODAL FEEDBACK */
.modal_feedback{
	max-height: 100%;
    background: #fff;
    position: relative;
    border-radius: 1em;
    top: 50%;
    transform: translateY(-50%);
}
.modal_feedback .img_result{
    width: 100%;
}
.modal_feedback .img_result img{
    width: 100%;
    border-radius: 1em 1em 0px 0px;
    display: none;
}
.description{
    text-align: center;
}
.description h2{
	margin: 1.5rem 0;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: none;
    display: none;
}
.modal_feedback.benar .description h2.benar{
	display: block;
	color: #1AAA80;
}
.modal_feedback.salah .description h2.salah{
	display: block;
	color: #E0203F;
}
.modal_feedback.benar .img_result .benar{
    display: block;
}
.modal_feedback.salah .img_result .salah{
    display: block;
}

video{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* POINT BULLET */
.point_wrapper{
	display: block;
}
.point_wrapper_block{
	display: block;
	width: 100%;
	text-align: left;
	padding-left: 0px;
}
.point_wrapper .point{
	display: inline-block;
	max-width: 7px;
	margin: 0 5px;
	vertical-align: top;
}
.point_wrapper .point img{
	width: 100%;
}
.point_wrapper .point_desc{
	color: #444444;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.popupslider{
	display: none;
}

.man-block img{
	width: 100px;
	display: block;
	margin: 10px auto;
}
.btn-close{
	position: absolute;
	right: 20px;
	width: 2em;
	height: 2em;
	text-align: center;
	background: #cd5a5a;
	z-index: 10;
	color: #fff;
	font-size: 1.3em;
	border-radius: 0 0 5px 5px;
}
#video .btn-close{
	background: none;
}

/* QUESTION NUMBER */
.number_question{
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.number_question img{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 0;
}
.number_question .text_num{
	position: relative;
	width: 100%;
	max-width: 500px;
	text-align: center;
	color: black;
	text-shadow: none;
	font-size: 1.125em;
	height: 100%;
	letter-spacing: 1px;
	padding: 0 1em 1em 1em;
	margin: 0 auto;
}

/* GAME RIBBON */
.game-ribbon{
    position: relative;
    background-color: #b74e4e;
    color: #fff;
    text-shadow: none;
    padding: 13px 20px;
    font-size: 16px;
    text-align: left;
    width: 85%;
    margin-bottom: 40px;
    margin-left: -20px;
}
.game-ribbon:before{
    position: absolute;
    content: '';
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 24px solid #b74e4e;
    border-bottom: 23px solid #b74e4e;
}
.ribbon-helper{
	position: relative;
	margin: 10px 0;
}
.ribbon-helper p{
	position: absolute;
	top: 9px;
	left: 6px;
	text-shadow: none;
	color: #fff;
	font-size: .9em;
}

/* TIMER */
.timer{
    display: none;
    position: relative;
    width: 150px;
    height: 36px;
    margin-left: -40px;
    margin-bottom: 25px;
}
.timer img{
    width: 100%;
}
.timer .txt_timer{
    position: absolute;
    right: 0;
    top: 0;
    display: table;
    width: 70%;
    height: 100%;
}
.timer .txt_timer .text_time{
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-right: 20px;
    padding-left: 10px;
    text-shadow: none;
}

.title p{
	margin: 0px;
}

#popupAlertVideo img{
	width: 100%;
	border-radius: 1em;
}
#popupAlertVideo p{
	padding: 1.5em 2em;
	margin: 0;
}
#popupAlertVideo .btn-wrapper{
	padding-bottom: 1.5em;
}

#popupAlertSlider img{
	width: 100%;
	border-radius: 1em;
}
#popupAlertSlider p{
	padding: 1.5em 2em;
	margin: 0;
}
#popupAlertSlider .btn-wrapper{
	padding-bottom: 1.5em;
}

#modal_feedback .modal_feedback{
	max-height: 100%;
    display: flex;
    flex-flow: column;
}
#modal_feedback .description{
	max-height: 100%;
    padding: 0 2.375em;
    display: flex;
    flex-flow: column;
    overflow-y: auto;
}
#modal_feedback .description_wrapper{
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}
#modal_feedback .places_slider{
	width: 100%;
	height: 100%;
}
#modal_feedback p{
	margin-bottom: 0;
}
#modal_feedback .close_feedback{
	margin: 1.5rem auto 2rem;
}
#modal_feedback .slick-dots{
	position: relative;
}

#popupGameClear .description{
	padding: 1.5em;
}
#popupGameClear p{
	margin-bottom: 1.5em;
}

.loader-element{
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .25s, opacity .25s linear;
    -moz-transition: visibility 0s .25s, opacity .25s linear;
    -webkit-transition: visibility 0s .25s, opacity .25s linear;
}
    .loader-element.visible{
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease -in -out;
    -moz-transition: opacity .25s ease -in -out;
    -webkit-transition: opacity .25s ease -in -out;
}
#loader-wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; 
    background-color: #FFFFFF;
    display: flex;
    visibility: hidden;
    opacity: 0;
    z-index: 1100;
    justify-content: center;
    align-items: center;
    transition: visibility 0s .25s, opacity .25s linear;
    -moz-transition: visibility 0s .25s, opacity .25s linear;
    -webkit-transition: visibility 0s .25s, opacity .25s linear;
}
#loader-wrapper.visible{
    opacity: 1;
    visibility: visible;
    transition: opacity .1s ease -in -out;
    -moz-transition: opacity .1s ease -in -out;
    -webkit-transition: opacity .1s ease -in -out;
}
    .loader-text{
    font-size: 3.6vh;
    color: #646464;
    font-family: 'Roboto';
}
    .loader {
    margin-right: 2vh;
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #707070;
    --_m:
    conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}
@keyframes l3 {to{ transform: rotate(1turn) } }
body{
    background: #FFF !important;
}
#content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* css mobile only but proper in any devices */
#content .slider-content{
    left: 50%;
    transform: translateX(-50%);
}
#content .slider-content.slick-slide{
    left: 0;
    transform: none;
}
#game_quiz_page .slider-content{
    position: relative;
}
#tutorial, #modal_feedback{
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
/* resolusi tablet potrait */
@media screen and (min-width: 600px) and (min-height: 870px) and (orientation: portrait){
  .slider-content, #content > div[class^="parallax"], #popupSoalRaceShooter, #tutorial, #popupInfographic, #modal_feedback{
      /* max-width: 75%; */
  }
}

/* mobile portrait */
@media screen and (max-width: 480px) and (orientation: portrait){

}

/* resolusi tablet landscape */
@media screen and (min-width: 870px) and (min-height: 600px) and (orientation: landscape){
  .slider-content, #content > div[class^="parallax"], #popupSoalRaceShooter, #tutorial, #popupInfographic, #modal_feedback{
      max-width: 40%;
  }
}

/* resolusi mobile landscape */
@media screen and (max-width: 991px) and (max-height: 575px) and (orientation: landscape) {
  .slider-content, #content > div[class^="parallax"], #popupSoalRaceShooter, #tutorial, #popupInfographic, #modal_feedback{
      max-width: 50%;
  }
}

/* DESKTOP */
@media screen and (min-width: 1200px), (min-width:900px) and (min-height:500px) and (max-height:600px){
  .slider-content, #content > div[class^="parallax"], #popupSoalRaceShooter, #tutorial, #popupInfographic, #modal_feedback{
      max-width: 100%;
  }
}
/* end of responsive */
