/****STEPS STYLES****/


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 15px 30px;
    max-width: 400px;
}

.lang-wrapper a {
    padding: 5px 15px;
    background: #fff;
    color: #000;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 40%);
    text-decoration: none;
}

.logo-wrapper p {
    text-align: center;
    margin-top: -10px;
    font-size: 16px;
}

.main-title-games {
    max-width: 150px;
    width: 100%;
    height: 100%;
}

.main-steps .heading {
    color: #fff;
    text-align: center;
    font-size: 60px;
    margin: 5px auto;
    padding: 15px;
    line-height: normal;
}

.main-steps h2 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 20px;
}

.main-steps h3 {
    font-size: 18px;
    line-height: normal;
}

.nextbtn {
    margin-top: 30px;
}

.welcome {
    background: rgb(0 0 0 / 72%);
    ;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 30px;
    /* display: block; */
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(221, 221, 221, 0.1019607843);
    margin-bottom: 30px;
    margin-top: 30px;
}

.grid-2 {
    display: grid;
    /* margin-top: 40px; */
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    justify-content: center;
    align-items: center;
    place-content: center;
}

.answer-card {
    margin: auto !important;
    width: 220px;
    align-items: center;
    cursor: pointer;
}

.answer-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.welcome h2,
.welcome h3 {
    text-align: center;
}

/*----------LOADER-------*/

.loader-wrapper {
    display: none;
    background: rgb(0 0 0 / 75%);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
}

.load {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.load div {
    width: 25px;
    height: 25px;
    background-color: #53a026;
    margin-left: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: calc(50px - 12.5px);
    animation-name: loading;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.load-two {
    animation-delay: 0.4s;
}

.load-three {
    animation-delay: 0.6s;
}

@keyframes loading {
    to {
        opacity: 0.7;
        transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px);
    }

}

/*-----------STEP LOADER----------------*/


.step-loader {
    background: no-repeat;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 30px;
    /* display: block; */
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(221, 221, 221, 0.1019607843);
    margin-bottom: 30px;
    margin-top: 0;
}

.step-loader .wrapper {
    position: relative;
    display: block;
    transform: translateX(-25px);
    left: 50%;
    margin-top: 30px;
}

.loader {
    height: 0px;
    width: 50px;
    position: absolute;
    animation: rotate 3.5s linear infinite;
}

.loader .dot {
    top: 30px;
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}

.text {
    /* position: absolute;  */
    /* bottom: -85px; */
    font-size: 25px;
    font-weight: 400;
    font-family: sans-serif;
    color: #fff;
    margin-top: 100px;
}

@keyframes rotate {
    30% {
        transform: rotate(220deg);
    }

    40% {
        transform: rotate(450deg);
        opacity: 1;
    }

    75% {
        transform: rotate(720deg);
        opacity: 1;
    }

    76% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: rotate(0deg);
    }
}

.loader:nth-child(1) {
    animation-delay: 0.15s;
}

.loader:nth-child(2) {
    animation-delay: 0.3s;
}

.loader:nth-child(3) {
    animation-delay: 0.45s;
}

.loader:nth-child(4) {
    animation-delay: 0.6s;
}

.loader:nth-child(5) {
    animation-delay: 0.75s;
}

.loader:nth-child(6) {
    animation-delay: 0.9s;
}

/*------------------*/

.bottom-part{
    font-size: 12px;
    margin-top: 10px;
}

@media only screen and (max-width: 768px){
    .answer-card {
        max-width: 220px;
        width: 140px;
        height: auto;
        overflow: hidden;
        /* display: grid; */
        /* border: 1px solid silver; */
        /* padding: 10px; */
        /* border-radius: 10px; */
    }
}

@media only screen and (max-width: 500px) {
    .main-title-games {
        max-width: 100px;
    }

    .container {
        padding: 20px 20px 30px;
        padding-bottom: 0;
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
    }

    .heading {
        padding-top: 0;
    }

    .welcome h3 {
        min-height: 45px;
    }

    .welcome h3 {
        min-height: 45px;
    }
}

@media only screen and (max-width: 414px){
    .heading {
        font-size: 36px !important;
    }

    .heading {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 375px) {
    .welcome h2 {
        min-height: 55px;
        font-size: 22px;
    }

    .container {
        padding: 20px 15px 30px;
        /* padding-bottom: 0; */
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
    }

    .welcome h2 {
        min-height: 55px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 350px){
    .heading {
        padding-top: 0;
        padding-bottom: 0;
    }
}