
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
    font-family: "Montserrat";
    /*src: url(font/Montserrat.ttf);*/
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


* {
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin : 0;
    height : 100vh;
    font-family: 'Montserrat';
}

.progress-bar-cont {
    width: 100%;
    height : 100%;
    position: absolute;
}

.progress-bar {
    width: 45%;
    max-width: 250px;
    height : 6px;
    border : 1px solid #333;

    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
}

.progress {
    width : 10%;
    height : 100%;
    background-color: black;
}

.container {
    position: absolute;
    width: 100%;
    height : 100%;
    overflow: hidden;
    background-color: #000;
    display: none;
}

.container * {
    width: 100%;
    height : 100%;
    position:absolute;
    pointer-events: none;
}

.clickthru {
    pointer-events: auto;
}

.border {
    border : 1px solid #000;
    z-index: 999;
    pointer-events: none;
}

.flex {

    width: auto;
    height : auto;
    left : 50%;
    top : 50%;
    transform: translate(-50%, -50%);

    overflow: hidden;
}


.bg {
    background: url('images/bg.jpg') no-repeat center center;
    background-size: contain;
}
.cta { 
    background: url('images/cta.png') no-repeat center center;
    background-size: contain;
}
.logo { 
    background: url('images/logo.png') no-repeat center center;
    background-size: contain;
}

.mtl-box1 { 
    background: url('images/mtl_box1.png') no-repeat center center;
    background-size: contain;
}
.mtl-box2 { 
    background: url('images/mtl_box2.png') no-repeat center center;
    background-size: contain;
}
.mtl-box3 { 
    background: url('images/mtl_box3.png') no-repeat center center;
    background-size: contain;
}
.mtl-box4 { 
    background: url('images/mtl_box4.png') no-repeat center center;
    background-size: contain;
}
.mtl-box5 { 
    background: url('images/mtl_box5.png') no-repeat center center;
    background-size: contain;
}
.mtl-box6 { 
    background: url('images/mtl_box6.png') no-repeat center center;
    background-size: contain;
}
.q1-1 { 
    background: url('images/q1-1.png') no-repeat center center;
    background-size: contain;
}
.q1-2 { 
    background: url('images/q1-2.png') no-repeat center center;
    background-size: contain;
}
.q1-3 { 
    background: url('images/q1-3.png') no-repeat center center;
    background-size: contain;
}
.q2-1 { 
    background: url('images/q2-1.png') no-repeat center center;
    background-size: contain;
}
.q2-2 { 
    background: url('images/q2-2.png') no-repeat center center;
    background-size: contain;
}
.q2-3 { 
    background: url('images/q2-3.png') no-repeat center center;
    background-size: contain;
}
.q3-1 { 
    background: url('images/q3-1.png') no-repeat center center;
    background-size: contain;
}
.q3-2 { 
    background: url('images/q3-2.png') no-repeat center center;
    background-size: contain;
}
.q3-3 { 
    background: url('images/q3-3.png') no-repeat center center;
    background-size: contain;
}
.q4-1 { 
    background: url('images/q4-1.png') no-repeat center center;
    background-size: contain;
}
.q4-2 { 
    background: url('images/q4-2.png') no-repeat center center;
    background-size: contain;
}
.q4-3 { 
    background: url('images/q4-3.png') no-repeat center center;
    background-size: contain;
}
.q5-1 { 
    background: url('images/q5-1.png') no-repeat center center;
    background-size: contain;
}
.q5-2 { 
    background: url('images/q5-2.png') no-repeat center center;
    background-size: contain;
}
.q5-3 { 
    background: url('images/q5-3.png') no-repeat center center;
    background-size: contain;
}

.t1 {
    background: url('images/t1.png') no-repeat center center;
    background-size: contain;
}
.t2 {
    background: url('images/t2.png') no-repeat center center;
    background-size: contain;
}
.hand {
    background: url('images/hand.png') no-repeat center center;
    background-size: contain;
}


.frame {
    display: none;
}
.frame-main {
    display: block;
}

.mlt-body {
    color : white !important;
    top : 40%;
    /* background-color: green; */
}

.mlt-body ol {

    padding-left: 24%;
    padding-right : 5%;
    position: relative !important;
    height : auto;
}

.mlt-body ol li {
    position: relative !important;
    height : auto;
    margin-bottom : 6%;
    padding-left: 2%;
}

.fs-sm {
    font-size: 12px;
    font-family: "Montserrat";
    height : auto;
}

.txt-white {
    color : white;
}

.mtl-title {
    top: 47.5%;
    left: 29%;
    width: 57%;
    line-height: 14pt;
}

.mtl-title * {
    position: relative;
}
.mtl.title .txt {
    width: auto;
}

.cursor {
   
    height : 12px;

    width: auto;
    aspect-ratio: 2/5;

    background-color: white;
    display: inline-block;
    margin : 0;
    padding : 0;
}


.hs-back {
    pointer-events: all;
    /* background-color: #00ff0066; */
    width: 90%;
    height : 10%;
    left : 50%;
    transform: translateX(-50%);
    top: 35.1%;
} 

.hs {
    pointer-events: all;
    /*background-color: #00ff0066; */
    width: 90%;
    height: 7%;
    left : 50%;
    transform: translateX(-50%);
    display: none;
}
.hs-1 {
    top: 61.7%;
}
.hs-2 {
    top: 69.4%;
}
.hs-3 {
    top: 78%;
}
.hs-4 {
    top: 75.8%;
}
.hs-5 {
    top : 71.6%;
}