@font-face {
    font-family: 'poppins-bold';
    src:url("fonts/Poppins-Bold.ttf")
}
@font-face {
    font-family: 'poppins-regular';
    src:url("fonts/Poppins-Regular.ttf")
}
*{
    font-family: 'poppins-regular';
    color:#4d3e60;

}
h1{
    font-size: 3.2vw;
    margin-bottom: 25px;
    font-weight: bold;
    font-family: 'poppins-bold';


}
h2{
    font-size: 3vw;
    font-weight: bold;
    font-family: 'poppins-bold';
}
h3{
    font-size: 30px;
  font-weight: bold;
  font-family: 'poppins-bold';
  line-height: 48px;
}
h4{
    font-size: 16px;
    font-weight: bold;

}
h5{
    font-size: 20px;
  line-height: 25px;
}
p{
    font-size: 18px;
  line-height: 18px;

}
.withBoy{
    left: -35vw;
}
.main{
    background-image: url("img/screen_1/Screen_1_BG.jpg");
    height: 100vh;
    width: 100vw;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    position: relative;
    display: none;
}
.thankyou{
    background-image: url("img/screen_19/Screen_19_BG.jpg");
    height: 100vh;
    width: 100vw;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    position: relative;
    display: none;
}

.loader{
    background-image: url("img/loader_page/Loder_BG.jpg");
    height: 100vh;
    width: 100vw;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    position: relative;
    
}
.loader_content{
    position: absolute;
  left: 50%;
  text-align: center;
  top: 50%;
  transform: translate(-50%,-50%) ;
  width: 50%;
  /* opacity: 0; */
}
.loader_bar{
    position: absolute;
    left: 50%;
    top: 47px;
    width: 580px;
    overflow: hidden;
    aspect-ratio: 736 / 63;
    transform: translateX(-50%);
    
}
.loader_image{
    position: absolute;
    left: -100%;
    top: -48px;
    width: 100%;
    
}
.loading_ready{
    /* animation: loading 5s steps(10, end) 1 forwards; */
}
.start_game{
    filter: grayscale(100%);
}
.Loder_Body{
    width: 640px;
    height: 108px;
}
.start_game.active{
    filter: grayscale(0%);
}
@keyframes loading {
    0%{ left: -100%;}
    100%{ left: 0%;}
}
.content1{
    position: absolute;
  left: 50%;
  text-align: center;
  top: 50%;
  transform: translate(-50%,-50%) scaleY(0);
  opacity: 0;
}
.content2{
    position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  transform: scaleY(0);
  opacity: 1;
  width: 100%;
}
.content2 p{
    font-size: 15px;
    margin-top: 80px;
    line-height: 15px;
    height: 75vh;
    overflow: auto;
    padding: 20px;

}
.referances p{
    color: white;
    font-size: 8px;
    
    text-shadow: 2px 1px 2px #3a294e;
}
.referances{
    position: fixed;
    width: 100%;
    bottom: 10px;
    left: 0;

}
.last_text{
    position: absolute;
  top: 7%;
  width: 76%;
  left: 12%;
}
.thankyou_msg{
    transform: translateY(-30%);
}
.screen_cont{
    width: 750px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-60%) scaleY(0);
    opacity: 0;
    transform-origin: top center;
}
.second_screen{
    width: 600px;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%,-50%) scaleY(0);
    transform-origin: top center;
    opacity: 0;
}
.third_screen,.fifth_screen,.forthq,.seventh_screen,.fifthQ,.sixthq,.eigthq,.seventhq{
    width: 600px;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%,-50%) scaleY(0);
    transform-origin: top center;
    opacity: 0;
}
.third_screen_question{
    width: 182px;
  position: fixed;
  right: 10%;
  top: 50%;
  transform: translate(-50%,-50%) scaleY(0);
  background-image: url("../img/screen_3/Slider_body.png");
  aspect-ratio: 358 / 666;
  background-size: cover;
  transform-origin: left center;
  opacity: 0;
}
.forth_screen{
    width: 600px;
    position: fixed;
    right: 10%;
    top: 50%;
    transform: translate(0,-50%) scaleY(0);
    transform-origin: top center;
    opacity: 0;
}
#play{
    filter: grayscale(100%);
}
#play.active{
    filter: grayscale(0%);
}
.play{
    width: 40%;
    margin: 20px auto;
    display: block;
    position: absolute;
    bottom: -35%;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
    cursor: pointer;
}
.screen_content{
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 90%;
}
.overlay{
    background-color: #000000a6;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: none;

}
.MSG{
    background-color: #00000082;
    position: relative;
    border-radius: 40px;
}
.focus{
    position: relative;
}
.focus:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 30px solid #ca1d6d;
    border-right: 0;
    position: absolute;
    left: -40px;
    top: -15px;
    animation : shake 0.5s infinite;
}
.focus:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 30px solid #ca1d6d;
    border-left: 0;
    position: absolute;
    right: -40px;
    top: -15px;
    animation : reversed 0.5s infinite;
    transform: translateX(10px);
}
@keyframes shake {
   0% {
       transform: translateX(0);
   }
   50% {
       transform: translateX(10px);
   }
   100% {
       transform: translateX(0);
   }
  }
  @keyframes reversed {
    0% {
        transform: translateX(10px);

    }
    50% {
        transform: translateX(0);

    }
    100% {
        transform: translateX(10px);
    }
   }

.MSG .x{
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    padding: 10px 15px;
    background-color: #ca1d6d;
    border-radius: 50%;
    color: white;
}
#boy{
    position: absolute;
    left: -20vw;
    bottom: -30%;
    transform: scaleY(0);
    transform-origin: bottom center;
}
.key_boy{
    position: absolute;
    left: -27vw;
    bottom: -30%;
    transform-origin: bottom center;
}
.key_message_q3  .key_boy{
    height: 50vh !important;
    left: -23vw;
}
.key_message_q3 h4 {
    font-size: 25px;
}
    
.key_man{
    position: absolute;
    left: -30vw;
    bottom: -30%;
    transform-origin: bottom center;
}
#man{
    position: absolute;
    right: -27vw;
    bottom: -38%;
    transform: scaleY(0);
    transform-origin: bottom center;
}
#man2{
    position: absolute;
    left: -40vw;
    bottom: -50%;
    /* transform: scaleY(0); */
    transform-origin: bottom center;
}
#boy2{
    position: absolute;
    left: -35vw;
    bottom: -50%;
    transform: scale(0);
}
#boy3{
    position: absolute;
    right: -35vw;
    bottom: -100%;
    transform: scale(0);
}
#man3{
    position: absolute;
    right: -35vw;
    bottom: -100%;
    transform: scale(0);
}

#boy4,#boy5{
    position: absolute;
    right: -27vw !important;
    bottom: -80%;
    transform: scale(0);
    height: 50vh !important;
}
#man4,#man5{
    position: absolute;
    right: -38vw;
    bottom: -80%;
    transform: scale(0);
}

.clickable{
    user-select: none;
    cursor: pointer;
}

.text{
    transform: translateY(-10%) scaleY(0);
    opacity: 0;
    transform-origin: top center;
}
.info{

    opacity: 0;
    transform: scale(0)
}

.subinfo{
    transform: scale(0) translate(-50%,-50%);
    position: absolute;
    opacity: 0;
    transform-origin: top left;

}
#screen2Next{
    left: 90%;
    transform-origin: top center;
    transform: translateX(-50%) scaleY(0);
    
}
.q{
    position: absolute;
    left: 0;
    top: -30%;
    width: 20%;
    transform:translateY(30px) scaleY(0);
    opacity: 0;
    transform-origin: bottom center;
    font-weight: bold;

}



input[type='range']{
    transform: rotate(90deg);
  position: absolute;
  left: -8px;
  top: 169px;
  width: 257px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  height: 10px;
}



  
  /* Track: webkit browsers */
  input[type="range"]::-webkit-slider-runnable-track {
    height: 12px;
    background: white;
    /* border-radius: 16px; */
  }
  
  /* Track: Mozilla Firefox */
  input[type="range"]::-moz-range-track {
    height: 12px;
    background: white;
    /* border-radius: 16px; */
  }
  
  /* Thumb: webkit */
  input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none; 
    /* creating a custom design */
    height: 15px;
    width: 10px;
    /* background-color: #fff; */
    /* border-radius: 50%; */
    border: 2px solid #bac83d;
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px #bac83d;
    /* background-image: url("../img/screen_3/Slider_BTN.png"); */
    background-color: #706189;
    background-size: cover;
    
  }
  .bullet{
    background-color: #c6bcd3;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: 5px;
    transition: background-color 0.5s ease-in-out;
  }
  .bulletDone{
    background-color: #e6e756;

  }
  .showCorrect{
    animation: showCorrect 0.5s infinite ease-in-out;

  }
  @keyframes showCorrect{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
  }
  /* Thumb: Firefox */
  input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 10px;
    /* background-color: #fff; */
    /* border-radius: 50%; */
    border: 1px solid #bac83d;
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px #bac83d;
    /* background-image: url("../img/screen_3/Slider_BTN.png"); */
    background-color: #706189;
    background-size: cover;
    
    
  }

  
/*   
input[type="range"]::-webkit-slider-runnable-track,input[type="range"]::-moz-range-track  {
    height: 10px; */

    /*border-radius: 16px;*/

/* } */





#screen2Next,#screen3Next,#screen5Next,#screen6Next,#screen7Next,#screen8Next,#screen4Next,
#screen9Next,#screen10Next,#screen11Next,#screen12Next,#screen13Next,#screen14Next,
#screen15Next,#screen16Next,#screen17Next,#screen18Next,#screen19Next,#screen20Next
{
    position: fixed;
    bottom: 5%;
    right: 10%;
    left: auto;
    width: 15%;
    transform: translateY(-30px) scaleY(0); 
    z-index: 99;
}



.q5{
    width: 400px;
    font-size: 30px;
    height: 60px;
    margin-bottom: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    transition: transform 0.2s ease-in-out;
    font-weight: bold;
    line-height: 20px;
}
.q5.smaller{
    font-size: 18px;
}
.q5 span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) ;
    color: white;
    text-align: center;
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 5px;
    width: 100%;
}
.selected{
    transform: scale(1.1) translateX(-20px);
}

.fifth_screen_question,.sixth_screen_question,.seventh_screen_question,.eighth_screen_question,.q_holder{ 
    position: fixed;
    right: 8%;
    /* width: 300px; */
    top: 50%;
    transform: translate(0,-50%) scaleY(0);
}
.fifth_screen_question p,.sixth_screen_question p,.seventh_screen_question p,.eighth_screen_question p,.q_holder p{ 
text-align: center;
}
.key_message{
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;

    background-image: url("../img/screen_6/Tranparent_BG_Screen_6.png");
    opacity: 0;
    display: none;
    
}
.key_message .key_container{
    width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)  scaleY(0);
    text-align: center;
    opacity: 0;

}
.key_title{
    position: absolute;
    left: 50%;
    top: -17%;
    width: 50%;
    transform: translateX(-50%);
    
}
@media (min-width:1200px){
    
    /* .second_screen,
    
    .fifth_screen,
    .key_message .key_container,
    .forth_screen{
        width: 800px;
      
    }    */
    /* .third_screen,.forthq{
        width: 650px;
    } */
    .third_screen .screen_content {
       
        padding-top: 50px !important; 
      }
 
      .third_screen .screen_content  .q {

        top: -40%;
      }
    
}

@media (min-width:1400px){
    .first_screen .screen_cont,
    .key_message .key_container{
        width: 900px;
    }
    .second_screen,
    
    
   
    .forth_screen{
        width: 800px;
      
    }   
    .third_screen,.forthq,.fifth_screen{
        width: 600px;
    }
    .third_screen .screen_content,.fifth_screen .screen_content   {
       
        padding-top: 50px !important; 
      }
 
      .third_screen .screen_content  .q,.fifth_screen .screen_content  .q {

        top: -40%;
      }
      h4{
        font-size: 20px;
      }
      .small {
        font-size: 13px;
        line-height: 14px;
      }
      .key_message_q7 .small {
        font-size: 11px;
        line-height: 12px;
        margin-bottom: 5px;
    }
    .forth_screen p {
        font-size: 23px;
        line-height: 30px;
    }
    .forth_screen  h5 {
        font-size: 25px;
        line-height: 30px;
    }
    }

@media (max-width:1400px){
    .thankyou,
    .loader,.main{
            background-size: 100vw 100vh ;
            background-repeat: no-repeat;
            background-position: center center;
        }
        #man{
           
                width: 45vw !important;
                right: -30vw;
                bottom: -42%;
            
        }
        html{
            overflow-x: hidden;
        }
        #boy2 {
         
            left: -30vw !important;
            bottom: -35%;
            height: 55vh !important;
        }
        h3 {
            font-size: 30px;
            line-height: 45px;
        }
        #boy3 {
            right: -30vw;
        bottom: -55%;
        height: 70vh !important;
        }
        .third_screen_question {
            width: 150px;
            right: 8%;
            top: 50%;
          
        }
        input[type='range'] {
            left: -7px;
            top: 138px;
            width: 213px;
         
            height: 8px;
        }
        #man2 {
            bottom: -60%;
            width: 45vw !important;
        }
    
        .third_screen .screen_content, .fifth_screen .screen_content {
            padding-top: 50px !important;
        }
        #boy4, #boy5{
            right: -20vw !important;
            bottom: -55%;
            height: 45vh !important;
        }
        #man3 {
            position: absolute;
            right: -30vw;
            bottom: -62%;
            width: 45vw !important;
        }
        #man4, #man5 {
            right: -30vw;
        }
        .q5 {
            width: 300px;
            font-size: 1.2vw;
            height: 54px;
            margin-bottom: 15px;
        }
        /* .fifth_screen_question, .sixth_screen_question, .seventh_screen_question, .eighth_screen_question, .q_holder {
            width: 260px;
        } */
        .second_screen {
            width: 700px;
        }
        .key_message_q4 .screen_content > div{
            margin-top: 8px !important;

        }
        .key_boy {
            left: -20vw;
            width: 30vw !important;
            height: 50vh !important;
        }
        .key_message_q5 .col-4 > img{
            margin-top: 50px !important;
        }
        .key_message_q5 .col-4 > div{
            top: 5px !important;
        }
        .key_message_q6 h3{
            font-size: 27px;
            margin-bottom: 0;
        }
        .key_message_q6 p {
            font-size: 16px;
            margin-bottom: 0;
        }
        .key_message_q7 .small {
            font-size: 11px;
            line-height: 12px;
            margin-bottom: 0;
        }
        .key_message_q5 .trans_content {
            font-size: 13px;
            line-height: 15px;
        }
        .content2 p {
            font-size: 10px;
            margin-top: 50px;
            height: 60vh;
            overflow: auto;
            padding: 0 10px;
        }

        .fifth_screen_question,.sixth_screen_question,.seventh_screen_question,.eighth_screen_question,.q_holder{ 
            
            right: 6%;
            

        }
        .key_message_q3 .key_man{
            left: -36vw;
            bottom: -60%;
            width: 45vw !important;
        }
        .key_message_q3 .key_boy {
            position: absolute;
            left: -23vw;
            bottom: -45%;
        }

        .key_message_q3 h4 {
            font-size: 17px;
            margin-top: 10px !important;
        }
        .key_message_q4 h2{
            margin-top: 10px !important;

        }
        @media (max-width: 1100px) {
            .loader_bar {
               
                width: 490px;
              
            }
            .third_screen, .fifth_screen, .forthq, .seventh_screen, .fifthQ, .sixthq, .eigthq, .seventhq{
                width: 500px;
            }
            h3 {
                font-size: 25px;
                line-height: 35px;
            }
            .third_screen_question {
                width: 130px;
                right: 9%;
                top: 50%;
            }
            input[type='range'] {
                left: -6px;
                top: 120px;
                width: 183px;
                height: 8px;
            }
            .q5 {
                width: 280px;
                font-size: 1.2vw;
                height: 52px;
                margin-bottom: 15px;
            }
        }
        @media (max-width: 1030px) {
            .loader_bar {
               
                width: 490px;
              
            }
            .third_screen, .fifth_screen, .forthq, .seventh_screen, .fifthQ, .sixthq, .eigthq, .seventhq{
                width: 450px;
                left: 28%;
            }
            h3 {
                font-size: 22px;
                line-height: 30px;
            }
            .third_screen_question {
                width: 130px;
                right: 9%;
                top: 50%;
            }
            input[type='range'] {
                left: -6px;
                top: 120px;
                width: 183px;
                height: 8px;
            }
            .q5 {
                width: 280px;
                font-size: 1.2vw;
                height: 52px;
                margin-bottom: 15px;
            }
        }
    }
