@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100');

body {
    background: #1B202D;
    font-family: 'Roboto', Arial, Verdana, Tahoma, sans-serif !important;
    color: white;
    background-image: url(img/bg/24.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
}

*:not(.fa):not(.far):not([class^="entypo-"]:before):not([class*=" entypo-"]:before) {
    font-family: 'Roboto', Arial, Verdana, Tahoma, sans-serif !important;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1B202D+0,1b202d+0,141921+100 */
    background: #1B202D;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1B202D 0%, #1b202d 0%, #141921 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1B202D 0%, #1b202d 0%, #141921 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1B202D 0%, #1b202d 0%, #141921 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B202D', endColorstr='#141921', GradientType=0);
    /* IE6-9 */
}

.section {
    text-align: center;
}

.logo {
    max-width: 150px;
    width: 100%;
    position: relative;
    z-index: 9999;
}

.logoBlur {
    position: relative;
    max-width: 150px;
    z-index: 0;
    margin-top: -220px;
    /*    filter: blur(50px);
    opacity: 0.5;
    filter: alpha(opacity=50);*/
    opacity: 0;
}

.title {
    font-size: 6em;
    font-weight: 100;
    color: white;
    margin-top: 0px;
    text-align: left;
}

.subTitle {
    font-size: 2em;
    font-weight: 100;
    color: white;
    margin: 0;
    text-align: right;
    margin-top: -10px;
}

.fpImgContainer {
    display: inline-block;
    margin-right: 15px;
}

.fpTextContainer {
    display: inline-block;
    position: relative;
    top: 65px;
    font-family: 'Raleway', Arial, Verdana, Tahoma, sans-serif !important;
}

.dsBtn {
    width: 350px;
    margin: 8px;
    font-size: 2em;
    color: white !important;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
    font-weight: 100;
    border-radius: 100px;
    padding: 10px 0;
    display: inline-block;
    text-decoration: none !important;
}

.dsBtn:hover {
    color: white;
    text-decoration: none;
    opacity: 0.85;
}

.dsBtnColorOld {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#14f49c+0,5fe7ff+100 */
    background: #14f49c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #14f49c 0%, #5fe7ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #14f49c 0%, #5fe7ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #14f49c 0%, #5fe7ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14f49c', endColorstr='#5fe7ff', GradientType=1);
    /* IE6-9 */
}

.dsBtnColor {
    background-color: #00A876;
}

.dsBtnBorder {
    border: 1px solid #323c52;
}

.dsBtnBorder:hover {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.fpLogoContainer {
    /*margin-bottom: 50px;*/
}

.homeBtn:hover .entypoAlignRight {
    margin-right: 15px;
    margin-left: -55px;
    opacity: 1;
}

.entypoAlignRight {
    float: right;
    margin-right: 50px;
    margin-left: -90px;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.pageContainer {
    background-color: hsla(0, 0%, 100%, 0.05);
    padding: 50px;
    box-shadow: 0px 0px 25px 0px rgb(0, 0, 0) inset;
}

.gameChoice {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 15px;
    transition: all 100ms ease-in-out;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
}

.gameChoiceImg {
    height: 128px;
    width: 128px;
    display: inline-block;
    float: left;
}

.gameChoiceTextContainer {
    width: calc(100% - 128px);
    height: 128px;
    display: inline-block;
    text-align: left;
    float: right;
    padding-left: 20px;
    overflow: hidden;
}

.gameChoiceTitle h2 {
    color: #dcdcdc;
    font-weight: 300 !important;
}

.gameChoiceContainer a {
    text-decoration: none !important;
}

.gameChoice:hover {
    transform: scale(1.05);
}

.gameChoiceText {
    color: white;
}

.players {
    color: #333;
    margin: 15px 0px;
    text-align: left;
}

.playerContainer {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 5px 0px;
}

.players li {
    background-color: white;
    list-style: none;
    display: inline-block;
    margin: 5px;
    padding: 10px;
    transition: all 100ms ease-in-out;
    animation: playerAdd 350ms ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@keyframes playerAdd {
    from {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
    }
}

.players li .fa, .players li .far {
    margin-left: 5px;
    color: #ce0e00;
    font-size: 1.2em !important;
}

.players li:hover {
    transform: scale(1.1);
}

.sectionTitle h1 {
    font-weight: 100;
    color: white;
    font-size: 3.4em;
}

#chooseGameTitle {

}

.addPlayerContainer {
    /*margin-top: 35px;*/
}

.addPlayerInputContainer {
    background-color: white;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    margin-bottom: 15px;
}

.addPlayerText {
    display: inline-block;
    font-size: 1em;
}

.playerInput {
    display: inline-block;
    height: 40px;
    font-size: 1.5em;
    font-weight: 300;
    border: none;
    width: calc(100% - 50px);
    outline: none;
    padding-left: 10px;
}

#addPlayerBtn {
    float: right;
    margin-top: 4px;
    margin-right: 8px;
    font-size: 1.5em;
    color: #4dd0a9;
    cursor: pointer;
    transition: all 150ms ease-in-out;
}

#addPlayerBtn:hover, #addPlayerBtn:focus {
    color: #3ca787;
}

.deletePlayer {
    cursor: pointer;
}

.backBtn {
    color: white !important;
    font-size: 1em;
    font-weight: 300;
    position: absolute;
    top: 25px;
    left: 25px;
    text-decoration: none !important;
    transition: all 100ms ease-in-out;
    z-index: 99999999999;
}

.backBtn:hover span, .backBtn:active span, .backBtn:focus span {
    color: white !important;
}

.backBtn .icon:first-child {
    transition: all 100ms ease-in-out;
    float: left;
    margin-right: 3px;
}

.backBtn span {
    display: block;
    margin-top: -2px;
    float: left;
}

.backBtn:hover .icon, .backBtn:active .icon, .backBtn:focus .icon {
    color: #00a876 !important;
}

.gameContainer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    margin-top: -100px;
}

.card-container {
    width: 360px;
    height: 500px;
    margin: 0 auto;
}

.cardTextContainer {
    color: white;
    font-size: 2em;
    min-height: 130px;
    font-weight: 200;
    margin: 0 auto;
    /*margin-top: -50px;*/
    margin-bottom: 25px;
    opacity: 0;
    display: table;
    transition: all 200ms ease;
}

.cardText {
    text-align: center;
    margin: 0 auto;
}

.card {
    cursor: pointer;
    border-radius: 10px;
}

.currentCard {
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    text-align: center;
    /*margin-bottom: 15px;
    font-size: 1.3em;
    font-weight: 100;*/
    /* For new bg */
    margin-bottom: 25px;
    font-size: 1.2em;
    font-weight: 300;
}

.currentPlayer {
    color: white;
    font-size: 1.5em;
    font-weight: 200;
    margin-top: 10px;
    text-align: left;
    transition: all 200ms ease;
}

.currentPlayer .playerName {
    font-weight: 800;
    color: #00A876;
}

.gameDone {
    display: none;
}

.gameDoneText {
    color: white;
    font-size: 3em;
    font.we: ;
    font-weight: 100;
    margin-bottom: 25px;
}

.btn-success {
    background-color: #00A876 !important;
    borderr-color: #00A876 !important;
}

.btn-success:hover {
    opacity: 0.85;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 70, 93, 0.95);
    z-index: 9999999999;
    display: none;
}

.overlayBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    height: auto;
    max-width: 500px;
    width: 100%;
    margin-top: -100px;
    opacity: 0;
    transition: all 100ms ease-in-out;
    background-color: #ffffff;
    border-bottom: 5px solid #00d293;
    visibility: hidden;
}

.overlayBox.help {
    border-bottom: 5px solid #12d299;
}

.overlayBox.info {
    border-bottom: 5px solid #00BCD4;
}

.overlayBox.danger {
    border-bottom: 5px solid #F44336;
}

.overlayBox.warning {
    border-bottom: 5px solid #ffc107;
}

.overlayBox.success {
    border-bottom: 5px solid #4CAF50;
}

.overlayBox.king {
    border-bottom: 5px solid #FFC107;
}

.overlayBox.youtube, .overlayBox.countdown, .overlayBox.dice, .overlayBox.skip  {
    border-bottom: 5px solid #00d293;
}

.overlayBox.wrong {
    border-bottom: 5px solid #F44336;
}

.closeOverlay {
    float: right;
    color: #8c8c8c;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.overlayTitle {
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    color: #000000;
}

.overlayContent {
    width: 100%;
    font-size: 1em;
    margin-top: 15px;
    color: #666;
}

.overlayBtnContainer {
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
    margin-top: 25px;
}

.closeOverlay {
    color: white;
    cursor: pointer;
    font-size: 1.7em;
    font-weight: 300;
    transition: all 100ms ease-in-out;
}

.closeOverlay:hover {
    color: rgba(255, 255, 255, 0.75);
}

.overlayIcon {
    border: 3px solid;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 1.7em;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    display: none;
}

.help {
    color: #12d299;
}

.info {
    color: #00BCD4;
}

.danger {
    color: #F44336;
}

.warning {
    color: #ffc107;
}

.success {
    color: #4CAF50;
}

.king {
    color: #FFC107;
}

.youtube, .countdown, .dice, .skip  {
    color: #00d293;
}

.wrong {
    color: #F44336;
}

.backBtn .upIcon {
    display: none;
}

.btn-help {
    background-color: #12d299 !important;
    borderr-color: #12d299 !important;
    color: #FFFFFF;
}

.btn-help:hover {
    opacity: 0.85;
}

.btn-king {
    background-color: #FFC107 !important;
    borderr-color: #FFC107 !important;
    color: #FFFFFF;
}

.btn-king:hover {
    opacity: 0.85;
}

.btn-youtube, .btn-countdown, .btn-dice, .btn-skip {
    background-color: #00d293 !important;
    borderr-color: #00d293 !important;
    color: #FFFFFF;
}

.btn-youtube:hover, .btn-countdown:hover, .btn-dice:hover, .btn-skip:hover {
    opacity: 0.85;
}

.btn-wrong {
    background-color: #F44336 !important;
    borderr-color: #F44336 !important;
    color: #FFFFFF;
}

.btn-wrong:hover {
    opacity: 0.85;
}

.gameInfoContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.infoColors {
    --bg-color: #00d293;
    --bg-color-light: #ffffff;
    --text-color-hover: #ffffff;
    --text-btn-color-hover: #4C5656;
    --box-shadow-color: rgb(255 255 255 / 50%);
}

.gameInfo {
    width: 250px;
    height: 350px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 300ms ease-in-out;
    text-decoration: none !important;
}

.gameInfo:hover .infoOverlay {
    transform: scale(4) translateZ(0);
}

.gameInfo:hover .infoCircle {
    border-color: var(--bg-color-light);
    background: var(--bg-color);
}

.gameInfo:hover .infoCircle:after {
    background: var(--bg-color-light);
}

.gameInfo:hover .infoBtn {
    background: var(--bg-color-light);
    color: var(--text-btn-color-hover);
}

.gameInfo:hover .infoTitle, .gameInfo:hover .infoSubTitle {
    color: var(--text-color-hover);
}

.gameInfo:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
        0 15px 24px var(--box-shadow-color);
}

.gameInfo .infoTitle {
    font-size: 1.6em;
    font-weight: 300;
    color: #4C5656;
    margin-top: 15px;
    z-index: 1000;
    transition: color 0.3s ease-out;
    text-decoration: none;
}

.gameInfo .infoSubTitle {
    font-size: 1em;
    font-weight: 500;
    margin-top: -5px;
    color: #4C5656;
    z-index: 1000;
    transition: color 0.3s ease-out;
    text-decoration: none;
}

.infoCircle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.infoCircle:after {
    content: "";
    width: 155px;
    height: 155px;
    display: block;
    position: absolute;
    background: var(--bg-color);
    border-radius: 50%;
    top: 5px;
    left: 5px;
    transition: opacity 0.3s ease-out;
}

.infoCircle img {
    z-index: 10000;
    transform: translateZ(0);
}

.infoOverlay {
    width: 150px;
    position: absolute;
    height: 150px;
    border-radius: 50%;
    background: var(--bg-color);
    top: 35px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

.infoBtn {
    background: var(--bg-color);
    padding: 5px 25px;
    border-radius: 100px;
    color: white;
    z-index: 999;
    margin-top: 10px;
    transition: all 0.3s ease-out;
}

.thumb::before {
    background-color: rgb(255 255 255 / 75%);
    width: 270px;
    height: 375px;
    content: "\f2ed";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    border-radius: 12px;
    color: #F44336;
    font-size: 5em;
    font-weight: 600;
    padding: 125px 0px;
    transition: all 150ms ease-in-out;
    opacity: 0;
    z-index: 9;
}

.thumb:hover::before {
    opacity: 1;
}

.thumb {
    cursor: pointer;
    position: relative;
    display: none;
    visibility: hidden;
}

.showThumb{
    display: block;
    visibility: visible;
}

.playerCard img {
    width: 270px;
    height: 375px;
    margin-bottom: 15px;
}

#cardNotificationBtn {
    color: white;
    background-color: #00d293;
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding: 10px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 1.5em;
    z-index: 2;
    box-shadow: 0 0 0 rgba(0, 210, 147, 0.7);
    animation: pulse 1500ms 5, spawnNotificationBtn 350ms ease-in-out;
}

.hideCardNotificationBtn {
    animation: despawnNotificationBtn 350ms ease-in-out !important;
    animation-fill-mode: forwards !important;
}

#cardNotificationBtn:hover {
    opacity: 0.85;
}

#cardNotificationContainer {
    background-color: #00d293;
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 100%;
    max-width: 300px;
    height: 500px;
    border-radius: 15px;
    padding: 15px;
    z-index: 1;
    overflow: hidden;
    transition: all 200ms ease-in-out;
}

#cardNotificationContainer:after {
    opacity: 1 !important;
    content: ' ';
    display: contents;
    background-color: #00d293;
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 0px 0px 15px 15px;
    transition: all 200ms ease-in-out !important;
}

#cardNotificationContainer h3 {
    color: white;
    font-size: 1.2em;
    font-weight: 300;
}

.circleMe {
    border-radius: 100% !important;
}

.closeMe {
    width: 50px !important;
    height: 50px !important;
}

#cardNotificationContent {
    opacity: 1;
    transition: all 200ms ease-in-out;
}

.closeMe #cardNotificationContent {
    opacity: 0;
}

.closeMe #cardNotificationContainer:after {
    opacity: 0 !important;
}

.hideBox {
    display: none !important;
}

#cardNotificationContainer h5 {
    color: white;
    font-size: 0.9em;
    font-weight: 300;
    margin-top: -10px;
}

.ui-effects-transfer {
    /*border: 2px solid #00d293;*/
    /*background-color: #00d293;*/
    background-color: rgba(0, 210, 147, 0.5);
    border-radius: 20px;
}

.actionCardText {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 5px;
    z-index: 5;
    font-size: 1em;
}

.gameInfoCardContainer {
    text-decoration: none !important;
}

.blurMe {
    filter: blur(5px);
}

.sectionTitle {
/*    position: absolute;*/
    width: 100%;
/*    top: 10%;*/
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: rgba(255, 255, 255, 0.5) !important;
}

.fp-controlArrow.fp-next i, .fp-controlArrow.fp-prev i {
    color: white;
    font-size: 5em;
}

.fp-controlArrow.fp-next, .fp-controlArrow.fp-prev {
    border: none !important;
    width: auto;
}

.game3settingsContainer {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 15px;
    display: none;
}


.selectContainer {
    position: relative;
    margin-bottom: -11px;
}

.downArrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

#game3Controls {
    display: none;
}


#game3Controls div {
    width: 75px;
    height: 75px;
    background-color: white;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    color: white;
    transition: all 100ms ease-in-out;
    margin: 0px 5px;
    color: #FFFFFF;
}

#game3Controls div:hover {
    transform: scale(1.1);
}

div#game3Controls {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: auto;
    margin-top: 15px;
}

div#nextPlayerBtn {
    width: 50px;
    height: 50px;
    font-size: 0.7em;
    margin-bottom: -10px;
}

#game3Controls div i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
}

.currentPlayer.centerName {
    text-align: center;
}

div#lowerBtn {
    background-color: #F44336;
}

div#nextPlayerBtn {
    background-color: #FF9800;
}

div#higherBtn {
    background-color: #00A876;
}

#dsCard {
    background-color: white;
    background-image: url(img/beer-icon10p.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: none;
}

#dsCardBgText {
    position: absolute;
    width: auto;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 0.8em;
    color: rgb(0 0 0 / 35%);
    padding: 0px 5px 0px 5px;
    font-weight: 300;
    background: #ffffff;
    z-index: 2;
}

#dsCardBgTextLine{
    height: 1px;
    width: calc(100% - 40px);
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
}

#dsCardTitle {
    font-size: 2.5rem;
    font-weight: 100;
    word-break: break-word;
    line-height: 40px;
    margin-bottom: 10px;
}

#dsCardText {
    font-size: 1.3em;
    font-weight: 300;
}

#dsCardContent {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.game2settingsContainer {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 15px;
    display: none;
}

#difficulty {
    width: 100%;
    height: 60px;
    font-size: 1.1em;
    font-weight: 300;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: #fff;
    border: none;
    outline: none;
}

#difficulty option {
    font-weight: 300;
}

#difficulty::-ms-expand {
    display: none;
}

.dsFunction {
    font-size: 1.1em;
    background-color: #00d293;
    color: white;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 100px;
    margin-top: 15px;
    display: none;
}

.dsFunction i {
    display: inline-block;
}

.dsFunction .dsFunctionText {display: inline-block;}

.dsFunction:hover {
    background-color: #00e6a2;
}

.dsCountdownContainer {
    font-size: 2em;
    width: 100%;
    text-align: center;
}

.dsDiceContainer {
    font-size: 100px;
    color: #00d293;
}

.dsDiceContainer i {
    display: block;
}

.dsDiceContainer .fa-dice-six {
    padding-top: 6px;
    margin-bottom: -6px;
}

.shake{
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

.outerDsDiceContainer {
    text-align: center;
}

.outerDsDiceContainer .dsDiceHelpText {
    font-size: 0.8em;
}

.dsYoutubeModal {
    width: 470px;
    height: 290px;
}

.front{
    transform: translateZ(0px);
}

.dsFunction a {
    color: white;
    text-decoration: none;
}

.dsFunction a:hover {
    color: white;
    text-decoration: none;
}

.landscapeOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1B202D;
    z-index: 999999999999;
    display: none;
}

.skippedPlayerName {
    color: #00A876;
    font-weight: 600;
}

.menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5em;
    font-weight: 100;
    text-transform: uppercase;
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    margin-top: -100px;
    opacity: 0;
    transition: all 100ms ease-in-out;
    z-index: 1;
    visibility: hidden;
}

.menuBtnContainer {
    position: absolute;
    top: 25px;
    left: 25px;
    color: #ffffff;
    font-size: 1.5em;
    cursor: pointer;
    transition: all 100ms ease-in-out;
}

.menuBtnContainer:hover {
    color: #00d293;
}

.menuContainer .menu a {
    color: #ffffff;
    text-decoration: none;
    transition: all 100ms ease-in-out;
}

.menuContainer .menu a:hover {
    color: #00d293;
}

.closeMenu{
    display: none;
}

#mainPageContainer {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: white;
}

#mainPageContainer.fullWidth{
    width: 100%;
}

.gamesPageTitle {
    font-weight: 100;
    font-size: 5em;
}

.gamesPageText {
    font-weight: 300;
}

.gamesList {
    width: 100%;
    margin-top: 20px;
}

.gamesList .gamesItem {
    background-color: rgb(0 0 0 / 50%);
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gamesList .gamesItem .gamesItemTitle {
    float: left;
    clear: both;
    color: rgb(255 255 255 / 50%);
}

.gamesList .gamesItem .gamesItemPlayerCount {
    float: left;
    clear: both;
    font-size: 0.7em;
    color: rgb(255 255 255 / 35%);
}

.gamesList .gamesItem .gamesItemCategory {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #FFFFFF;
}

.gamesList .gamesItem .gamesItemPlayerCount i {
    font-size: 1em;
    margin-right: 5px;
}

.gamesList .gamesItem:hover .gamesItemCategory {
    color: #00d293;
}

.gamesList .gamesItem:hover .gamesItemTitle {
    color: #FFFFFF;
}

.gamesSearchInput {
    display: inline-block;
    height: 40px;
    font-size: 1em;
    font-weight: 300;
    border: none;
    width: calc(100% - 50px);
    outline: none;
    padding-left: 20px;
    border-radius: 100px;
}

#gamesSearchBtn {
    float: right;
    margin-right: 15px;
    font-size: 1.4em;
    margin-top: 5px;
    color: #4dd0a9;
    transition: all 150ms ease-in-out;
    pointer-events: none;
}

#gamesSearchBtn:hover, #gamesSearchBtn:focus {
    color: #3ca787;
}

.gameSearchContainer {
    background-color: white;
    width: 100%;
    max-width: 300px;
    text-align: left;
    float: right;
    margin-bottom: 15px;
    border-radius: 100px;
}

.gamesItemCategoryText{
    display: none;
}

.gamesList .gamesItem .gamesItemCategory svg {
    width: 1.3em;
    margin-right: -2px;
}

.showGameTitle {
    font-weight: 100;
    font-size: 5em;
}

.showGameRequirements tr:not(:first-child) td:first-child {
    font-weight: 800;
    padding-right: 15px;
}

.showGameRequirements {
    margin-bottom: 50px;
    font-size: 1em;
    margin-top: 0px;
}

.showGameRequirements td svg {
    width: 16px;
    margin-bottom: -2px;
}

.showGameRequirements tr:first-child {
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
}

.showGameRequirements tr:nth-child(n+2) td:first-child {
    padding-left: 25px;
}

.showGamesRulesHeader {
    font-weight: 600;
    text-transform: uppercase;
}

.showGamesRulesContent {
    padding-left: 25px;
}

.protectMe:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.contactUsLink {
    color: #4dd0a9;
    text-decoration: none;
    font-size: 2em;
    font-weight: 100;
}

.contactUsLink:hover {
    color: #62e8c0;
    text-decoration: none;
}

#NotFoundPageTitle {
    font-weight: 100;
    font-size: 5em;
    text-align: center;
    width:100%;
}

#BeerBGTxt {
    font-weight: 100;
    font-size: 30em;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#beerContainer {
    width: 100%;
    height: 450px;
    position: relative;
    margin-bottom: -15px;
}

#beerContainer .container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(3);
    outline: 1px solid transparent;
    z-index: 5;
}

#NotFoundBtn {
    text-align: center;
    z-index: 5;
    position: relative;
    transform: scale(0.7);

}

#NotFoundBtn:hover .entypoAlignRight {
    margin-right: 15px;
    margin-left: -55px;
    opacity: 1;
}

.notFountCenter {
    text-align: center;
}

#landscapeMsg{

}

#landscapeMsg {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#landscapeMsg .phone {
    height: 50px;
    width: 100px;
    border: 3px solid white;
    border-radius: 10px;
    animation: rotate 1.5s ease-in-out infinite alternate;
}

#landscapeMsg .message {
    color: white;
    font-size: 1em;
    margin-top: 40px;
}

.inactive {
    opacity: 0.5;
    filter: grayscale(100%);
    pointer-events: none;
}

#lowerBtn i {
    margin-top: 3px;
}

#nextPlayerBtn i {
    margin-left: 1px;
}

.cardTextContainer.game3 {
    margin: 0 auto;
    padding: 0;
    min-height: unset;
}

.currentPlayer.game3 {
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 15px;
}

.hlIncorrectGuessText {
    color: #F44336;
    font-weight: 600;
}

.show {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

#hlCurrentStreakSize {
    color: #000000;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 400;
    display: none;
}

#hlCurrentStreakSize span {
    font-weight: 600;
    color: #00a876;
}














@media only screen and (max-height: 900px) {
    .card-container {
        transform: scale(0.8);
    }

    .cardTextContainer {
        margin: 0 auto;
        height: auto !important;
        min-height: unset;
    }

    .gameContainer {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1300px) {
    #mainPageContainer {
        width: 70%;
    }

    .container{
        max-width: unset;
    }
}

@media only screen and (max-width: 1112px) {
    #NotFoundPageTitle {
        font-size: 4em;
    }
}

@media only screen and (max-width: 900px) {
    .gameInfoContainer {
        display: block;
        width: 100%;
        height: 375px;
        margin: 0 auto;
        overflow: hidden;
        white-space: nowrap;
    }

    .gameInfo {
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .gameInfoCardContainer {
        display: inline-block;
    }

    .gameInfoCardContainer:not(:last-child) {
        margin-right: 15px;
    }

    .sectionTitle {
        top: 75px;
    }

    .fp-controlArrow.fp-next i, .fp-controlArrow.fp-prev i {
        font-size: 2.5em;
    }

    #NotFoundPageTitle {
        font-size: 3em;
    }

    #mainPageContainer {
        width: 90% !important;
    }

    .container{
        max-width: unset !important;
    }
}

@media only screen and (max-width: 768px) {
    .fpImgContainer {
        display: block;
        margin-right: 0px;
    }

    .logo {
        max-width: 125px;
    }

    .fpTextContainer {
        top: unset;
    }

    .title {
        font-size: 3em;
    }

    .subTitle {
        font-size: 1.2em;
    }

    .fpLogoContainer {
        margin-top: -50px;
    }

    .homeBtn {
        position: absolute;
        margin: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .card-container {
        width: 300px;
        height: 417px;
        margin: 0 auto;
    }

    .card-container[data-game=game1]{
        transform: scale(0.8);
    }

    .cardTextContainer {
        margin-bottom: 0px;
        font-size: 1.5em;
        min-height: unset;
    }

    .gameContainer {
        padding: 15px;
        max-width: 100%;
        margin-top: -85px;
    }

    .backBtn {
        display: none;
    }

    .dsBtn {
        padding: 5px 0;
        font-size: 1.6em;
        width: 200px;
        margin-top: 15px;
    }

    .gameChoiceContainer {
        padding: 15px;
    }

    .gameChoiceImg {
        height: 64px;
        width: 64px;
    }

    .gameChoiceImg img {
        height: 64px;
        width: 64px;
    }

    .gameChoice {
        height: 64px;
        background: none;
    }

    .gameChoiceTitle h2 {
        font-size: 1.2em;
    }

    .gameChoiceText {
        font-size: 0.7em;
        overflow: hidden;
    }

    .gameChoiceTextContainer {
        width: calc(100% - 64px);
        overflow: hidden;
        height: 64px;
    }

    .addPlayerInputContainer, .game2settingsContainer, .game3settingsContainer {
        width: 90%;
    }

    #cardNotificationBtn {
        bottom: 15px;
        right: 15px;
    }

    #cardNotificationContainer {
        bottom: 15px;
        right: 15px;
        width: 200px;
        height: 350px;
    }

    .playerCard img {
        width: 170px;
        height: 236px;
    }

    .thumb::before {
        width: 170px;
        height: 236px;
        font-size: 3em;
        padding: 90px 0px;
        pointer-events: none;
        display: none !important;
    }

    .currentPlayer {
        font-size: 1.3em;
    }

    .currentCard {
        font-size: 1em;
    }

    .backBtn span {
        display: none;
    }

    .sectionTitle h1 {
        font-size: 3em;
    }

    .gameInfoCardContainer {
        margin-top: 20px;
    }

    .dsYoutubeModal {
        width: 100%;
        height: unset;
        aspect-ratio: 16/9;
    }

    .overlayBox {
        max-width: unset;
        width: 90%;
    }

    #dsCardTitle {
        font-size: 2.2em;
    }

    #dsCardText {
        font-size: 1.2em;
    }

    .dsFunction {
        font-size: 0.9em;
    }

    .menu {
        font-size: 3em;
        width: 100%;
        text-align: center;
        /*line-height: 1.1em;*/
    }

    #mainPageContainer {
        width: 100%;
        padding: 25px;
    }

    #beerContainer .container {
        transform: translate(-50%, -50%) scale(1.4);
    }

    #BeerBGTxt {
        font-size: 14em;
    }

    #NotFoundPageTitle {
        font-size: 2.8em;
    }

    #beerContainer {
        height: 200px;
        margin-bottom: 0px;
    }

    #NotFoundBtn {
        margin-top: -5px;
    }

    .gamesPageTitle {
        font-size: 4em;
    }

    #mainPageContainer {
        z-index: 1;
    }
    .menuBtnContainer{
        z-index: 2;
    }

    .gameSearchContainer{
        max-width: unset;
        float: unset;
    }
}


@media only screen and (orientation: landscape) and (max-width: 1000px) and (max-height: 768px){
    /*body *:not(#landscapeMsg):not(#landscapeMsg *){
        display: none;
    }

    body{
        background-color: #1B202D !important;
    }

    #landscapeMsg {
        display: flex;
    }*/
}












@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 210, 147, 0.7);
        box-shadow: 0 0 0 0 rgba(0, 210, 147, 0.7);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 210, 147, 0);
        box-shadow: 0 0 0 20px rgba(0, 210, 147, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 210, 147, 0);
        box-shadow: 0 0 0 0 rgba(0, 210, 147, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 210, 147, 0.7);
        box-shadow: 0 0 0 0 rgba(0, 210, 147, 0.7);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(0, 210, 147, 0);
        box-shadow: 0 0 0 20px rgba(0, 210, 147, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 210, 147, 0);
        box-shadow: 0 0 0 0 rgba(0, 210, 147, 0);
    }
}

@-webkit-keyframes pulseNextPlayer {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.7);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 152, 0, 0);
        shadow: 0 0 0 10px rgba(255, 152, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
    }
}

@keyframes pulseNextPlayer {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.7);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 152, 0, 0);
        box-shadow: 0 0 0 10px rgba(255, 152, 0, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
    }
}

@keyframes spawnNotificationBtn {
    from {
        transform: scale(0);
    }

    50% {
        transform: scale(1.5);
    }

    to {
        transform: scale(1);
    }
}

@keyframes despawnNotificationBtn {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    to {
        transform: scale(0);
    }
}

@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); }
}

@keyframes rotate {
  0% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(-90deg)
	}
	100% {
		transform: rotate(-90deg)
	}
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .phone, .message {
    display: block;
  }
}











/* 404 Beer */

#beerContainer .shadow {
  left: 10%;
  bottom: -2px;
  width: 80%;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(217,200,186,0.5);
}

#beerContainer .legs {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
}

#beerContainer .legs::before,
#beerContainer .legs::after {
  content: '';
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background-color: #b8a596;
}

#beerContainer .legs::before {
  left: calc(50% - 12px);
}

#beerContainer .legs::after {
  left: calc(50% + 4px);
}

#beerContainer .mouth {
  overflow: visible;
  bottom: 3px;
  left: 50%;
  height: 0;
  width: 0;
}

#beerContainer .mouth::before,
#beerContainer .mouth::after {
  content: '';
  top: -3px;
  left: -3px;
  width: 16px;
  height: 6px;
  transform-origin: 3px 3px;
  border-radius: 3px;
  background-color: #6d492c;
}

#beerContainer .mouth::before {
  transform: rotate(-15deg);
  -webkit-animation: mouth-right 3s infinite;
          animation: mouth-right 3s infinite;
}

#beerContainer .mouth::after {
  transform: rotate(-165deg);
  -webkit-animation: mouth-left 4s infinite;
          animation: mouth-left 4s infinite;
}

#beerContainer .eye {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6d492c;
}

#beerContainer .eye-left {
  left: 0;
  -webkit-animation: eye-move 2s infinite;
          animation: eye-move 2s infinite;
}

#beerContainer .eye-right {
  right: 0;
  -webkit-animation: eye-move 3s infinite;
          animation: eye-move 3s infinite;
}

#beerContainer .face {
  width: 26px;
  height: 26px;
  top: 46px;
  left: calc(50% - 13px);
}

#beerContainer .foam,
#beerContainer .foam span {
  background-color: #fff8e8;
}

#beerContainer .foam {
  overflow: visible;
  top: -5px;
  left: 5%;
  width: 90%;
  height: 6px;
  border-radius: 3px;
}

#beerContainer .foam span {
  display: block;
}

#beerContainer .foam span:nth-child(1) {
  top: 100%;
  left: 3px;
  width: 8px;
  height: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#beerContainer .foam span:nth-child(2) {
  top: 100%;
  left: 11px;
  width: 10px;
  height: 6px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#beerContainer .foam span:nth-child(3),
#beerContainer .foam span:nth-child(4),
#beerContainer .foam span:nth-child(5),
#beerContainer .foam span:nth-child(6),
#beerContainer .foam span:nth-child(7) {
  border-radius: 50%;
}

#beerContainer .foam span:nth-child(3) {
  top: -7px;
  left: 3px;
  width: 14px;
  height: 14px;
  -webkit-animation: foam-move 2s linear infinite;
          animation: foam-move 2s linear infinite;
}

#beerContainer .foam span:nth-child(4) {
  width: 10px;
  height: 10px;
  top: -5px;
  left: 16px;
  -webkit-animation: foam-move 3s linear infinite;
          animation: foam-move 3s linear infinite;
}

#beerContainer .foam span:nth-child(5) {
  width: 8px;
  height: 8px;
  top: -4px;
  left: 36px;
  -webkit-animation: foam-move 2s linear infinite;
          animation: foam-move 2s linear infinite;
}

#beerContainer .foam span:nth-child(6) {
  width: 10px;
  height: 10px;
  top: -6px;
  left: 42px;
  -webkit-animation: foam-move 4s linear infinite;
          animation: foam-move 4s linear infinite;
}

#beerContainer .foam span:nth-child(7) {
  width: 4px;
  height: 4px;
  bottom: -2px;
  left: 20px;
  -webkit-animation: foam-move 3s linear infinite;
          animation: foam-move 3s linear infinite;
}

#beerContainer .glare {
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgba(255,255,255,0.15);
}

#beerContainer .bubbles {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#beerContainer .bubbles span {
  display: block;
  border-radius: 50%;
  background-color: #ff9f58;
}

#beerContainer .bubbles span:nth-child(1) {
  top: 20%;
  left: 40%;
  width: 6px;
  height: 6px;
  -webkit-animation: bubble-move 3s linear infinite;
          animation: bubble-move 3s linear infinite;
}

#beerContainer .bubbles span:nth-child(2) {
  top: 40%;
  left: 65%;
  width: 4px;
  height: 4px;
  -webkit-animation: bubble-move 4s linear infinite;
          animation: bubble-move 4s linear infinite;
}

#beerContainer .bubbles span:nth-child(3) {
  top: 45%;
  left: 22%;
  width: 4px;
  height: 4px;
  -webkit-animation: bubble-move 5s linear infinite;
          animation: bubble-move 5s linear infinite;
}

#beerContainer .bubbles span:nth-child(4) {
  top: 10%;
  left: 70%;
  width: 2px;
  height: 2px;
  -webkit-animation: bubble-move 3s linear infinite;
          animation: bubble-move 3s linear infinite;
}

#beerContainer .liquid {
  top: 0;
  left: 10%;
  width: 80%;
  height: 85%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: linear-gradient(#fec957, #ff9f58);
}

#beerContainer .handle,
#beerContainer .handle::before,
#beerContainer .handle::after {
  background-color: #d9c8ba;
}

#beerContainer .handle {
  overflow: visible;
  width: 18px;
  height: 8px;
  top: 16px;
  right: -18px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#beerContainer .handle::before,
#beerContainer .handle::after {
  content: '';
  right: 0;
  width: 8px;
  height: 32px;
  border-radius: 4px;
}

#beerContainer .handle::before {
  top: 0;
}

#beerContainer .handle::after {
  top: 24px;
  transform-origin: 4px 4px;
  transform: rotate(45deg);
}

#beerContainer .body {
  top: 8%;
  left: 0;
  width: 100%;
  height: 78%;
  border-radius: 8px;
  background-color: #d9c8ba;
  transform-origin: bottom center;
  -webkit-animation: body-move 2.5s alternate infinite;
          animation: body-move 2.5s alternate infinite;
}

#beerContainer .container {
  position: absolute;
  overflow: visible;
  width: 64px;
  height: 128px;
}

#beerContainer .container *,
#beerContainer .container *::before,
#beerContainer .container *::after {
  position: absolute;
}

@-webkit-keyframes body-move {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

@keyframes body-move {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

@-webkit-keyframes bubble-move {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-30px);
    opacity: 0;
  }
  50.01% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bubble-move {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-30px);
    opacity: 0;
  }
  50.01% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes foam-move {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.6);
  }
}

@keyframes foam-move {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.6);
  }
}

@-webkit-keyframes eye-move {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}

@keyframes eye-move {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}

@-webkit-keyframes mouth-right {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

@keyframes mouth-right {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

@-webkit-keyframes mouth-left {
  0% {
    transform: rotate(-170deg);
  }
  50% {
    transform: rotate(-150deg);
  }
  100% {
    transform: rotate(-170deg);
  }
}

@keyframes mouth-left {
  0% {
    transform: rotate(-170deg);
  }
  50% {
    transform: rotate(-150deg);
  }
  100% {
    transform: rotate(-170deg);
  }
}
