@font-face {
  font-family: 'calibri';
  src: url('../fonts/calibri.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: 'mukta';
  src: url('../fonts/mukta.ttf')  format('truetype'), /* Safari, Android, iOS */
}

body {
    margin: 0;
}
.container {
    height: 100vh;
    background-image: url('../imgs/background.png');
    background-size: 94% 92%;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}
.thank-you{
    background-image: url('../imgs/background.png');
    background-size: 94% 92%;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}
.text-light *{
    font-family: 'calibri';
}
.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 4%;
}
.promo {
    max-height: 200px;
}
.logo {
    max-height: 130px;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.footer a {
    color: #000;
    font-size: 1.5em;
    text-decoration: none;
    padding: 0 30px;
    font-family: "mukta", sans-serif;
    font-weight: 600;
}
.footer a:hover {
    text-decoration: underline;
    text-decoration-color: #00a648;
}
#form {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#form input{
    width: 400px;
    max-width: 80%;
    border-radius: 5px;
    padding-left: 3%;
    margin-bottom: 18px;
    border: 2px solid #e4e4e4;
    background-color: #f3f4fa;
    font-size: 1.5em;
    line-height: 2em;
    font-family: 'calibri';
}
#form input:focus {
    border-color: #00a648;
    outline: 0;
}
#form button{
    background-color: #00a648;
    color: #fff;
    font-size: 1.5em;
    line-height: 2em;
    padding: 0 2em;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
    border: 0;
}
.steps {
    height: 75%;
    margin: -80px auto 0;
    max-width: 1000px;
}
#charchters-container {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.step {
    height: 100%;
    text-align: center;
}
.step:not(.main){
    display: none;
}
img.choices-text{
    max-width: 500px;
    width: 80%;
    margin: 30px auto;
}
.charchters {
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
}
.charchters img {
    max-width: 300px;
}
.charchters button{
    background: none;
    cursor: pointer;
    border: 0;
}
.charchters button:focus{
    outline: 0;
}
.video-container{
    text-align: center;
}
.option {
    margin: 10px 0;
}
.option input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.options {
    margin: 20px auto;
}
.option label {
    text-align: center;
    display: inline-block;
    background-color: #01b04d;
    padding: 5px 20px;
    font-size: 1.5em;
    line-height: 1.5em;
    border-radius: 4px;
    width: 400px;
    color: #fff;
    font-family: 'mukta';
    cursor: pointer;
}
.option input[type="radio"]:checked + label {
    background-color:#000;
}
.bankeji {
    position: absolute;
    right: 14px;
    bottom: 40px;
}
.bankeji-btn{
    background: none;
    cursor: pointer;
    border: 0;
}
.bankeji-btn:focus, .send-response:focus {
    outline: 0;
}
.send-response {
    background-color: #f3f4fa;
    border: 0;
    font-size: 1.5em;
    padding: 6px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'calibri';
    font-weight: 600;
    line-height: 1.5em;
}
input.error {
    border-color: red!important;
}
video.situation {
    width: 70%;
}
/* popup */
.bankeji-vid-container {
    position: fixed;
    top: 0;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.4);
}
img.result {
    width: 80%;
    height: auto;
    max-width: 425px;
    margin-top: 50px;
}
.option label img {
    height: 15px;
}
@media(max-width: 1440px){
    video.situation {
        width: 60%;
    }
    .steps {
        margin: -100px auto 0;
    }
}
@media(max-width: 1200px){
    .promo {
        max-height: 180px;
    }
    img.choices-text {
        max-width: 420px;
        margin: 10px auto;
    }
    .charchters {
        margin-top: 50px;
    }
    video.situation {
        width: 44%;
    }
    .bankeji img {
        max-width: 200px;
    }
}
@media(max-width: 991px){
    .steps {
        margin: 0 auto;
        max-width: 900px;
    }
    .promo {
        max-height: 140px;
    }
    .logo {
        max-height: 100px;
    }
}
@media(max-width: 767px){
    .bankeji img {
        max-width: 150px;
    }
    .bankeji {
        right: 4px;
        bottom: 50px;
    }
    .video-container {
        margin-top: 20px;
    }
    .charchters button img {
        max-height: 200px;
    }
    .steps {
        margin: 0 auto;
        max-width: 700px;
    }
    video.situation {
        width: 80%;
    }
}
@media(max-width: 575px){
    #form input{
        width: 80%;
        font-size: 1.2em;
    }
    .option label {
        width: 240px;
        font-size: 1em;
    }
    .charchters {
        flex-direction: column;
        margin-top: 20px;
    }
    .footer a {
        font-size: 1em;
    }
    .charchters button img {
        max-height: 150px;
    }
    .promo {
        max-height: 110px;
    }
    .bankeji img {
        max-width: 54px;
    }
    .bankeji {
        right: 6px;
        bottom: 50px;
    }
    #bankeji-vid {
        width: 90%;
    }
    .container {
        height: 95vh;
    }
    .logo{
        max-height: 80px;
    }
    #form button {
        background-color: #00a648;
        color: #fff;
        font-size: 1.2em;
    }
    .footer {
        position: relative;
        padding: 20px 0;
    }
    .option label img {
        height: 11px;
    }
}
@media(max-width: 350px){
    .bankeji {
        bottom: 0px;
    }
}