.elementor-8437 .elementor-element.elementor-element-2126acd:not(.elementor-motion-effects-element-type-background), .elementor-8437 .elementor-element.elementor-element-2126acd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-8437 .elementor-element.elementor-element-2126acd > .elementor-background-overlay{background-image:url("https://dm.keune.dego-verse.com/wp-content/uploads/2021/12/background-hair-saloon.jpg");opacity:0.7;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8437 .elementor-element.elementor-element-2126acd{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8437 .elementor-element.elementor-element-0820e3c > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8437 .elementor-element.elementor-element-0820e3c > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-b424f0c */#close-btn{
    background: url(/wp-content/uploads/2022/01/menu-closed.png);
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#thnx{
    display: none; position: fixed; top: 20px; left: 20px; right: 20px; bottom: 20px;
}

#close-btn:hover{
    opacity: 0.7;
}
#game-cont{
    max-width: 600px;
    margin: auto;
}

#start-btn, #continue-btn, #onama, #pravila{
    text-align: center;
    font-size: 26px;
    background: white;
    border-radius: 16px;
    margin: auto;
    margin-bottom: 10px;
    width: 300px;
}

#start-btn > div, #continue-btn > div, #onama > a, #pravila > a{
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: Montserrat;
    font-weight: 600;
    transition: 0.2s;
    padding: 10px 0px;

}

#start-btn > div:hover, #continue-btn > div:hover, #onama > a:hover, #pravila > a:hover{
    transition: 0.3s;
    color: wheat;
}

#start-btn{
    margin-top: 20px;
}

#continue-btn{
    margin-top: 20px;
}

#game-screen{
    padding-top: calc(50vh - 100px);
    display: none;
}

.title{
    color: white;
    font-family: Montserrat;
    text-align: center;
    font-size: 18px;
}

.image{
    width: 100%;
    height: 300px;
    margin-top: 40px;
}

#timer, #points, #points-end{
    height: 55px;
    text-align: center;
    color: black;
    font-family: Montserrat;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    background: white;
    border-radius: 16px;
}

#points{
    float: right;
    width: calc(50% - 20px);
    margin-right: 5px;
}

#timer{
    float: left;
    width: calc(50% - 20px);
    padding-left: 30px;
    text-align: left;
    margin-left: 5px;
}

#first-modul{
    display: none;
    width: 100%;
}

.card{
    cursor: pointer;
    width: 33.33%;
    height: 25vh;
    min-height: 310px;
    background: white;
    border-radius: 20px;
    float: left;
    padding: 5px;
    background-color: transparent;
    perspective: 20000px;
    transition: 0.2s;
}

.card:hover > .inner > .front > div > div{
    opacity: 0.8;
}

.inner{
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
}

.front{
    padding: 5px;
    position: relative;
    width: 100%;
    transition: transform 0.4s;
    transform-style: preserve-3d;
    background: white;
    height: 33vh;
    border-radius: 20px;
    transition: 0.3s;
}

.front > div{
    border: 2px dotted black;
    height: 100%;
    border-radius: 16px;
    padding: 4px 4px;
}

.front > div > div{
    height: 100%;
    border-radius: 12px;
}

.back{
    padding: 5px;
    width: 100%;
    height: 33vh;
    border-radius: 20px;
    background: white;
}

.back > div{
    height: 100%;
    background: url(/wp-content/uploads/2021/12/Keune-logo.png) center no-repeat;
    background-size: contain;
    background-color: black;
    width: 100%;
    border-radius: 16px;
}

.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.front {
  transform: rotateY(180deg);
}

#game-over{
    display: none;
    height: 100vh;
    padding-top: calc(50vh - 250px);
}

.text-cont{
    padding: 30px 10px;
    background: white;
    border-radius: 10px;
}

.form{
    border: 2px solid white;
    background: wheat !important;
    font-family: 'Montserrat';
    margin-top: 10px;
    color: black;
    border-radius: 10px
}

#submit{
    margin-top: 20px;
    background: white;
    color: black;
    border-radius: 10px;
    text-align: center;
    width: 180px;
    font-family: 'Montserrat';
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

#submit:hover{
    color: wheat;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

#main-screen > .elementor-background-overlay{
    animation-name: backgroundAnimation;
	animation-duration: 240s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear; 
}

@keyframes backgroundAnimation {
	0% {
		background-position: 0 0;
	}
	25% {
		background-position: 50% 50%;
	}
	50% {
		background-position: 100% 100%;
	}
	75% {
		background-position: 150% 150%;
	}
	100% {
		background-position: 200% 200%;
	}
}

@media(max-width: 768px){
    #thnx{
         top: 10px; left: 0px; right: 0px; bottom: 10px;
    }
    .card{
        height: calc((100vh - 100px)/3);
        min-height: 0px;
    }
    
    .front{
        padding: 2px;
    }
    
    .front > div{
        border-radius: 19px;
        padding: 2px 2px;
    }
    
    .front > div > div{
        border-radius: 16px;
    }
    
    .text-cont{
        margin: 0 10px;
    }
    
    #points, #timer{
        margin-top: 10px;
        font-size: 24px;
        height: 36px;
    }
    
    #timer, #points, #points-end{
        font-size: 18px;
        height: 32px;
    }
    
    .form{
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px) !important;
    }
    
    #submit{
        margin-left: 10px;
    }
}

@media(max-width: 400px){
    #timer, #points, #points-end{
        font-size: 14px !important;
        height: 24px !important;
    }  
    #timer{
        padding-left: 20px;
    }
}

@media(max-height: 1000px){
    .card{
        height: 30vh;
        min-height: 0px;
    }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-0820e3c */.elementor-8437 .elementor-element.elementor-element-0820e3c{
    height: 100vh;
}/* End custom CSS */
/* Start custom CSS */.spinner-cont{
    display: none !important;
}/* End custom CSS */