.felixTalksFeelings {
    background: url(images/bg.jpg);
    background-size: 100% 100%;
    width: 100%;
    min-height: 552px;
    text-align: center;
    padding: 11px;
    position: relative;
    overflow: hidden;
}
@media (max-width:991px) {
    .felixTalksFeelings {
        background: url(images/mobileBG.jpg);
        background-position: center;
        background-size: 100% 100%;
    }
}

.felixTalksFeelings .scenario .content p.emotion {
    color: #A2FFE3;
    text-align: center;
    text-shadow: 0 0 5.2px #A2FFE3;
    font-family: "Spicy Rice";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.felixTalksFeelings p {
  font-family: "Basic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.felixTalksFeelings .btn {
  font-family: "Spicy Rice", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 10px;
  background: #9747FF;
  border-color: #9747FF;
  box-shadow: 0 4px 6.2px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 100px;
  margin-top: 12px;
}

.felixTalksFeelings .btn.disabled {
    pointer-events: none;
    background: #E8E8E8;
    border-color: #E8E8E8;
    color: #CDCDCD;
    opacity: 1;
}
.scenario {
    margin: 0 auto;
    padding: 108px 11px 58px 11px;
    background-size: 100% 100%;
    max-width: 514px;
}
.scenario .content {
border-radius: 40px;
background: #000;
padding: 12px;
min-height: 300px;
}
.scenario .content p {
    color: white;
    font-size: 20px;
    margin-top: 30px;
}
.reverse-order {
	display: flex;
	flex-direction: column-reverse;
}
.scenario .content .options a {
    background-color: #fff;
    min-width: 100%;
    color: #000;
    border-radius: 30px;
    font-size: 20px;
    line-height: normal;
    padding: 14px 0px;
    margin-bottom: 12px;
    margin-top: 0px;
    display: block;
    text-decoration: none;
}

.scenario .content .options a:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.scenario .content .options .active {
    background-color: #8D8D8D;
    pointer-events: none;
}

.scenario .content .options .wrong.clicked {
    background-color: #FF5757;
    pointer-events: none;
}

.scenario .content .options .right.clicked {
    background-color: #A2FFE3;
    pointer-events: none;
}

.punchCard {
    border: 1.74px solid #000;
    background: url(images/paper.png), rgba(225, 225, 225,.2);
    background-blend-mode: multiply;
    box-shadow: 0 3.48px 13.049px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    background-size: cover;
    left: 0;
    top: 125%;
    width: 55%;
    margin-left: 12px;
    padding: 12px;
    transition: all 1s;
}
.punchCard.active {
    top: 25%;
    transition: all 1s;
}

.punchCard .sticker {
    position: relative;
    width: 100%;
    height: 100%;
}

.punchCard .sticker .hidden {
    opacity: 0;
}

.punchCard .sticker .empty {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
}

.emoMachine {
    position: relative;
}
.emoMachine .faces {
    position: absolute;
    left: 26%;
    top: 11.5%;
    width: 48%;
    border-radius: 6px;
    height: 61.5%;
    overflow: hidden;
}
.emoMachine .faces .face {
    padding: 4% 19%;
    border-bottom: 1px solid gray;
    background: #ffffff;
    background: linear-gradient(180deg,rgba(208, 210, 211, 1) 0%, rgba(255, 255, 255, 1) 24%, rgba(255, 255, 255, 1) 75%, rgba(208, 210, 211, 1) 100%);
}
.emoMachine .faces .holder {
    animation: spin 2s ease-in-out forwards;
}

.scaledIn {
    animation: scaled .6s ease-in-out both;
    animation-delay: 1s;
}

@keyframes spin {
    from {
        transform: translate(0%, 0%);
    }
    to {
        transform: translate(0%, -100%);
    }
}
@keyframes scaled {
    0% {
        transform: scale(0);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width:991px) {
    .machine {
        padding: 30px;
        margin-bottom: 10px;
        max-height: 35vh;
    }
    .felixTalksFeelings .btn, .felixTalksFeelings .btn:hover {
        font-size: 36px !important;
        padding: 0px;
        width: 100%;
    }
    .punchCard {
        top: 10%;
        width: 95%;
        opacity: 0;
        pointer-events: none;
    }
    .punchCard.active {
        top: 10%;
        width: 95%;
        opacity: 1;
    }
    .scenario .content p {
        margin: 0px;
    }
    .scenario .content {
        min-height: 220px;
    }
    .felixTalksFeelings .scenario .content p.emotion {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .scenario .content .options a {
        padding: 7px 0px;
    }
    .emoMachine .faces {
        position: absolute;
        left: 30.5%;
        top: 18.5%;
        width: 39%;
        border-radius: 3px;
        height: 48%;
        overflow: hidden;
    }
}
