html, body {
    overflow-x: hidden;
}

body {
    background-color: black;
    margin: 0;
    font-family: 'Kyrial Sans Pro', sans-serif;
}

.container {
    width: 100%;
}

.hero {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 90vh;
    min-height: 600px;
    max-height: 1080px;
    background-image: url(../img/hero.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
}

.hero-min {
    height: 10vh;
    min-height: 260px;
}

.about-wrapper {
    font-size: 16px;
    line-height: 26px;
}

.about-wrapper h3 {
    color: #0189C5
}

.about-wrapper a {
    color: #98C25A;
}

.category-hero-1 {
    background-image: url(../img/categories/c1.gif);
}

.category-hero-2 {
    background-image: url(../img/categories/c2.gif);
}

.category-hero-3 {
    background-image: url(../img/categories/c3.gif);
}

.category-hero-4 {
    background-image: url(../img/categories/c4.gif);
}

.category-hero-5 {
    background-image: url(../img/categories/c5.gif);
}

.category-hero-6 {
    background-image: url(../img/categories/c6.gif);
}

.category-hero-7 {
    background-image: url(../img/categories/c7.gif);
}

.category-hero-8 {
    background-image: url(../img/categories/c8.gif);
}

.category-hero-9 {
    background-image: url(../img/categories/c9.gif);
}

.category-hero-10 {
    background-image: url(../img/categories/c10.gif);
}

.main-content {
    width: 100%;
    background-color: #FFFAEF;
    max-width: 1920px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    margin: 0 auto;
    margin-top: -100px;
    min-height: 500px;
    position: relative;
}

.addition-content {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 400px;
    width: 100%;
    position: relative;
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(270deg, rgba(255, 228, 77, 1) -100%, rgba(1, 137, 197, 1) 0%, rgba(152, 194, 90, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255, 228, 77, 1) -100%, rgba(1, 137, 197, 1) 0%, rgba(152, 194, 90, 1) 100%);
    background: linear-gradient(270deg, rgba(255, 228, 77, 1) -100%, rgba(1, 137, 197, 1) 0%, rgba(152, 194, 90, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#98c25a", GradientType=1);
}

.tour-title {
    font-size: 42px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tour-about {
    font-size: 18px;
    line-height: 25px;
    color: white;
    margin-bottom: 20px;
}

.virtual-image {
    width: 100%;
    margin-top: -20%;
}

.custom-button, .question-button, .back-button {
    width: 180px;
    text-align: center;
    color: white;
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 2px solid white;
    border-radius: 35px;
    cursor: pointer;
    font-size: 22px;
}

.custom-button {
    display: inline-block;
}

.back-button {
    color: #748D6B;
    border: 2px solid #748D6B;
    margin: 0 auto;
    margin-top: 30px;
    display: none;
    padding-left: 30px;
    padding-right: 30px;
}

#game {
    width: 90%;
    margin: 0 auto;
    min-height: 400px;
}

.question-button {
    margin: 0 auto;
    margin-top: 20px;
    border: none;
    background-color: #748D6B;
}

.custom-button:hover, .question-button:hover, .back-button:hover {
    opacity: 0.8;
}

.col-5 {
    width: 50%;
    float: left;
}

.col-5 .wrapp {
    padding-left: 30px;
}

.cl {
    clear: both;
}

.main-content .wrapper, .addition-content .wrapper {
    padding: 60px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 3;
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(270deg, rgba(255, 228, 77, 1) -100%, rgba(1, 137, 197, 0.8) 0%, rgba(152, 194, 90, 0.8) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255, 228, 77, 1) -100%, rgba(1, 137, 197, 0.8) 0%, rgba(152, 194, 90, 0.8) 100%);
    background: linear-gradient(270deg, rgba(255, 228, 77, 1) -100%, rgba(1, 137, 197, 0.8) 0%, rgba(152, 194, 90, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#98c25a", GradientType=1);
}

.header-content, .just-content, .footer-content {
    margin: 0 auto;
    width: 96%;
    max-width: 1440px;
    padding-top: 7px;
}

.header-content {
    position: relative;
}

.just-content, .footer-content {
    padding: 0;
}

.litfood-logo {
    width: 22%;
    max-width: 125px;
    display: inline-table;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

.arm-logo {
    max-width: 70px;
    width: 22%;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-table;
}

.zum-logo {
    margin-right: 10px;
    width: 22%;
    max-width: 220px;
    vertical-align: middle;
}

.meniu {
    float: right;
    padding-top: 18px;
    margin-right: 50px;
}

.meniu .item {
    font-size: 21px;
    color: white;
    display: inline-table;
    margin-right: 20px;
    cursor: pointer;
}

.meniu .item:hover {
    opacity: 0.8;
}

.meniu .item:last-child {
    margin-right: 0;
}

.meniu-burger {
    display: none;
    width: 40px;
    margin-top: 5px;
    float: right;
}

.meniu-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(270deg, rgba(255, 228, 77, 1) -100%, rgba(1, 137, 197, 1) 0%, rgba(152, 194, 90, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255, 228, 77, 1) -100%, rgba(1, 137, 197, 1) 0%, rgba(152, 194, 90, 1) 100%);
    background: linear-gradient(270deg, rgba(255, 228, 77, 1) -100%, rgba(1, 137, 197, 1) 0%, rgba(152, 194, 90, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#98c25a", GradientType=1);
    display: none;
}

.mobile-meniu-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 80%;
}

.mobile-meniu-holder .item {
    font-size: 6vw;
    margin-bottom: 5vw;
    font-weight: 600;
    color: white;
}

.meniu-close {
    height: 46px;
}

.anchor-x {
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.anchor-bottom {
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
}

.anchor-xy {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.anchor-y {
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.title {
    position: absolute;
    bottom: 120px;
    left: 50%;
    font-size: 40px;
    font-weight: 600;
    color: white;
    text-align: center;
    line-height: 50px;
    width: 80%;
    max-width: 720px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
}
.small
{
    font-size:32px;
}

.section-title {
    font-size: 44px;
    text-align: center;
    margin-bottom: 40px;
    color: #23160D;
    text-transform: uppercase;
    font-weight: 600;
}

.game-categories, .games-holder {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.games-holder .g1, .games-holder .g2, .games-holder .g3 {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.games-holder .g1:before {
    content: '';
    position: absolute;
    background: url(../img/ka_valgo.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 10%;
    background-repeat: no-repeat;
}

.games-holder .g2:before {
    content: '';
    position: absolute;
    background: url(../img/puzzle.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 10%;
    background-repeat: no-repeat;
}

.games-holder .g3:before {
    content: '';
    position: absolute;
    background: url(../img/surask.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 10%;
    background-repeat: no-repeat;
}

.category {
    width: 18%;
    height: 0;
    padding-bottom: 18%;
    display: inline-table;
    margin: 0.8%;
    background-color: black;
    border-radius: 16px;
    position: relative;
    margin-bottom: 60px;
    cursor: pointer;
}

.category .category-title {
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 60%;
}

.category-image, .answer-image {
    position: absolute;
    left: 50%;
    top: 73%;
    width: 90%;
}

.answer-image {
    width: 70%;
    top: 62%;
    max-width: 140px;
}

.correct-image {
    display: none;
    width: 70%;
}

.explainer {
    font-size: 21px;
    text-align: center;
    margin-top: 30px;
    color: #23160D;
    display: none;
}

.shake {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;

    /* When the animation is finished, start again */
    animation-iteration-count: 0.5;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.answers-holder, .question-image {
    width: 100%;
    margin: 0 auto;
    max-width: 480px;
    text-align: center;
}

.question-image {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 16px;
}

.game-item, .answer {
    width: 31%;
    height: 0;
    padding-bottom: 23%;
    display: inline-table;
    margin: 0.8%;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
}

.answer {
    padding-bottom: 31%;
    background-color: #F2EBDA;
}

.answer .answer-title {
    font-size: 18px;
    color: #23160D;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    text-transform: uppercase;
    width: 80%;
}

.game-item:hover {
    opacity: 0.8;
}

.game-item .game-title {
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 80%;
}

.game-button {
    border-radius: 35px;
    border: 1px solid white;
    color: white;
    font-weight: 600;
    width: 60%;
    max-width: 180px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#find-game {
    border: 2px solid black;
    width: 80%;
    padding-top: 45%;
    margin: 0 auto;
    position: relative;

    background-size: cover;
}

.f1 {
    background-image: url(../img/games/c1/zaidimas3.jpg);
}

.f2 {
    background-image: url(../img/games/c2/zaidimas3.jpg);
}

.f3 {
    background-image: url(../img/games/c3/zaidimas3.jpg);
}

.f4 {
    background-image: url(../img/games/c4/zaidimas3.jpg);
}

.f5 {
    background-image: url(../img/games/c5/zaidimas3.jpg);
}

.f6 {
    background-image: url(../img/games/c6/zaidimas3.jpg);
}

.f7 {
    background-image: url(../img/games/c7/zaidimas3.jpg);
}

.f8 {
    background-image: url(../img/games/c8/zaidimas3.jpg);
}

.f9 {
    background-image: url(../img/games/c9/zaidimas3.jpeg);
}

.f10 {
    background-image: url(../img/games/c10/zaidimas3.jpg);
}

.guess-box {
    position: absolute;
    cursor: pointer;

}

.show-answer {
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.check {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
}

.g1 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(22deg, rgba(255, 228, 77, 1) -100%, rgba(90, 172, 210, 1) 0%, rgba(200, 255, 223, 1) 100%);
    background: -webkit-linear-gradient(22deg, rgba(255, 228, 77, 1) -100%, rgba(90, 172, 210, 1) 0%, rgba(200, 255, 223, 1) 100%);
    background: linear-gradient(22deg, rgba(255, 228, 77, 1) -100%, rgba(90, 172, 210, 1) 0%, rgba(200, 255, 223, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#c8ffdf", GradientType=1);
}

.g2 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(22deg, rgba(255, 228, 77, 1) -100%, rgba(186, 71, 46, 1) 0%, rgba(254, 189, 53, 1) 100%);
    background: -webkit-linear-gradient(22deg, rgba(255, 228, 77, 1) -100%, rgba(186, 71, 46, 1) 0%, rgba(254, 189, 53, 1) 100%);
    background: linear-gradient(22deg, rgba(255, 228, 77, 1) -100%, rgba(186, 71, 46, 1) 0%, rgba(254, 189, 53, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#febd35", GradientType=1);
}

.g3 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(22deg, rgba(255, 228, 77, 1) -100%, rgba(229, 189, 64, 1) 0%, rgba(255, 248, 188, 1) 100%);
    background: -webkit-linear-gradient(22deg, rgba(255, 228, 77, 1) -100%, rgba(229, 189, 64, 1) 0%, rgba(255, 248, 188, 1) 100%);
    background: linear-gradient(22deg, rgba(255, 228, 77, 1) -100%, rgba(229, 189, 64, 1) 0%, rgba(255, 248, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#fff8bc", GradientType=1);
}

.ci4 {
    width: auto;
    height: 82%;
}

.ci7 {
    width: auto;
    height: 82%;
}

.c1 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(240, 193, 60, 1) 0%, rgba(187, 127, 62, 1) 100%);
    background: -webkit-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(240, 193, 60, 1) 0%, rgba(187, 127, 62, 1) 100%);
    background: linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(240, 193, 60, 1) 0%, rgba(187, 127, 62, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#bb7f3e", GradientType=1);
}

.c2 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(186, 71, 46, 1) 0%, rgba(254, 189, 53, 1) 100%);
    background: -webkit-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(186, 71, 46, 1) 0%, rgba(254, 189, 53, 1) 100%);
    background: linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(186, 71, 46, 1) 0%, rgba(254, 189, 53, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#febd35", GradientType=1);
}

.c3 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(34, 82, 33, 1) 0%, rgba(146, 151, 38, 1) 100%);
    background: -webkit-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(34, 82, 33, 1) 0%, rgba(146, 151, 38, 1) 100%);
    background: linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(34, 82, 33, 1) 0%, rgba(146, 151, 38, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#929726", GradientType=1);
}

.c4 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(173, 157, 141, 1) 0%, rgba(214, 205, 169, 1) 100%);
    background: -webkit-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(173, 157, 141, 1) 0%, rgba(214, 205, 169, 1) 100%);
    background: linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(173, 157, 141, 1) 0%, rgba(214, 205, 169, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#d6cda9", GradientType=1);
}

.c5 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(187, 127, 62, 1) 0%, rgba(240, 193, 60, 1) 100%);
    background: -webkit-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(187, 127, 62, 1) 0%, rgba(240, 193, 60, 1) 100%);
    background: linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(187, 127, 62, 1) 0%, rgba(240, 193, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#f0c13c", GradientType=1);
}

.c6 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(90, 172, 210, 1) 0%, rgba(200, 255, 223, 1) 100%);
    background: -webkit-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(90, 172, 210, 1) 0%, rgba(200, 255, 223, 1) 100%);
    background: linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(90, 172, 210, 1) 0%, rgba(200, 255, 223, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#c8ffdf", GradientType=1);
}

.c7 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(173, 157, 141, 1) 0%, rgba(214, 205, 169, 1) 100%);
    background: -webkit-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(173, 157, 141, 1) 0%, rgba(214, 205, 169, 1) 100%);
    background: linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(173, 157, 141, 1) 0%, rgba(214, 205, 169, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#d6cda9", GradientType=1);
}

.c8 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(229, 189, 64, 1) 0%, rgba(255, 248, 188, 1) 100%);
    background: -webkit-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(229, 189, 64, 1) 0%, rgba(255, 248, 188, 1) 100%);
    background: linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(229, 189, 64, 1) 0%, rgba(255, 248, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#fff8bc", GradientType=1);
}

.c9 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(186, 71, 46, 1) 0%, rgba(254, 189, 53, 1) 100%);
    background: -webkit-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(186, 71, 46, 1) 0%, rgba(254, 189, 53, 1) 100%);
    background: linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(186, 71, 46, 1) 0%, rgba(254, 189, 53, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#febd35", GradientType=1);
}

.c10 {
    background: rgb(255, 228, 77);
    background: -moz-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(173, 157, 141, 1) 0%, rgba(214, 205, 169, 1) 100%);
    background: -webkit-linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(173, 157, 141, 1) 0%, rgba(214, 205, 169, 1) 100%);
    background: linear-gradient(47deg, rgba(255, 228, 77, 1) -100%, rgba(173, 157, 141, 1) 0%, rgba(214, 205, 169, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d", endColorstr="#d6cda9", GradientType=1);
}

.footer {
    width: 100%;
    height: 70px;
    background-color: #23160D;
}

.footer .copyright {
    font-size: 16px;
    color: #FFFAEF;
    padding-top: 28px;
    float: left;
    width: 70%;
}

.footer .social {
    float: right;
    padding-top: 20px;
}

.footer .social .item {
    margin-right: 10px;
    display: inline-table;
}

.footer .social .item:last-child {
    margin: 0;
}

.disable-nav {
    overflow: hidden !important;
}

.question-popup {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}

.popup-active {
    opacity: 1;
    pointer-events: all;
}

.question-popup .question-holder {
    margin: 0 auto;
    margin-top: 60px;
    width: 90%;
    max-width: 1200px;
    background-color: #FFFAEF;
    border-radius: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 600px;
}

.question-holder .wrapper {
    padding: 50px;
}

.question-popup .close-bt {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.question-popup .close-bt:hover {
    opacity: 0.8;
}

.question-title {
    font-size: 32px;
    font-weight: 600;
    color: #23160D;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.find-popup .question-title {
    font-size: 32px;
    font-weight: 600;
    color: #23160D;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.find-popup .question-subtitle {
    font-size: 22px;
    font-weight: 600;
    color: #23160D;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.question-total {
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 20px;
}

.question-input {
    width: 70%;
    max-width: 350px;
    color: #23160D;
    padding: 32px;
    font-size: 18px;
    border: 1px solid #CFD9E0;
    background: none;
    background-color: white;
    border-radius: 16px;
    font-family: "Kyrial Sans Pro", sans-serif;
    margin: 0 auto;
    outline: none;
}

.success-message {
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

.error-input {
    background-color: #ff9090 !important;
}

.question-input::placeholder {
    color: #888888;
}

@media only screen and (max-width: 768px) {
    #game {
        width: 90%;
        margin: 0 auto;
        min-height: 300px;
    }

    .meniu {
        display: none;
    }

    .question-title {
        font-size: 5vw;
        line-height: 7vw;
        margin-bottom: 10px;
    }

    .question-input {
        padding: 18px;
        font-size: 3vw;
    }

    .question-holder {
        width: 100%;
    }

    .question-holder .wrapper {
        padding: 10px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .meniu-burger {
        display: inherit;
    }

    .hero {
        min-height: auto;
        height: 50vh;
    }

    .find-popup .question-subtitle {
        font-size: 16px;
        width: 90%;
    }

    .title {
        font-size: 5vw;
        line-height: 6vw;
        bottom: 30px;
    }

    .main-content {
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
        margin-top: -25px;
    }

    .answer .answer-title {
        font-size: 2vw;
        bottom: 10px;
    }

    .game-item {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
        padding-top: 50%;
    }

    .category .category-title {
        font-size: 3vw;
    }

    .category {
        width: 48%;
        padding-bottom: 48%;
        margin: 0.6%;
        margin-bottom: 20px;
    }

    .col-5 {
        width: 100%;
    }

    .virtual-image {
        margin-top: 0;
    }

    .tour-title {
        margin-top: 20px;
        font-size: 7vw;
    }

    .tour-about {
        font-size: 3vw;
        line-height: 5vw;
    }

    .footer .copyright {
        font-size: 2vw;
    }

}

.b-audio {
    position: absolute;
    top: 20px;
    right: 5px;
    z-index: 11;
    max-width: 30px;
    cursor: pointer;


    /* When the animation is finished, start again */
    /*animation-iteration-count: 0.5;*/
    transition: all 0.5s;
}

.b-audio:hover {
    opacity: 0.5;
    transition: all 0.5s;
}

.b-audio img {
    max-width: 100%;
    display: none;
}

.b-audio[data-status="paused"] .b-audio-icon-paused {
    display: block;
}

.b-audio[data-status="play"] .b-audio-icon-play {
    display: block;
    animation: shake 0.5s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@media only screen and (max-width: 768px) {
    .b-audio {
        right: 70px;
    }
}

@media only screen and (max-width: 468px) {
    .b-audio {
        right: 50px;
    }
}

.game-categories .b-audio {
    bottom: 15px;
    top: inherit;
    right: 10px;
}

.hero .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .title .b-audio {
    position: relative;
    top: 0;
    right: -25px;
}

.custom-button-green {
    color: #748D6B;
    border-color: #748D6B;
    min-width: 250px;
}
