﻿@font-face {
    font-family: 'FuturaNowHeadlineMedium';
    src: url('../fonts/FuturaNowHeadlineMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'FuturaNowHeadlineBold';
    src: url('../fonts/FuturaNowHeadlineBold.ttf') format('truetype');
}

body {
    font-family: 'FuturaNowHeadlineMedium', Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.title {
    font-size: 28px;
}

.desc {
    letter-spacing: 13px;
}

.container1 {
    background-color: #fff;
    border-radius: 3px;
    /*box-shadow: 0 0 1000px rgb(249 255 0 / 10%);*/
    max-width: 600px;
    margin-top: 30px !important;
    box-sizing: border-box;
    margin: 0 auto;
}

.FormContainer {
    padding: 35px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

header {
    text-align: center;
    /*margin-bottom: 20px;*/
    background-color: #231F20;
}



.logo {
    max-width: 70%;
    padding: 35px;
}

h5 {
    font-size: 21px;
    font-family: 'FuturaNowHeadlineBold' !important;
    font-weight: 900;
}

.col-lg-7 p {
    font-size: 12px;
}

.info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 20px;
}

    .info p {
        margin: 5px 0;
    }

.section {
    margin-bottom: 20px;
}

h2 {
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.question {
    margin-bottom: 40px;
}

span img {
    width: 48px;
    transition: opacity 0.5s ease-in-out;
    cursor:pointer;
}

h6 {
    display: block;
    margin-bottom: 5px;
    color: #e7e7e8;
    font-size: 36px;
    display: flex;
    align-items: center;
}

.questionClass {
    font-size: 19px;
    margin-bottom: 0rem !important;
    font-family: "Helvetica_condensed";
}

.stars {
    direction: rtl;
    display: flex;
    /*justify-content: space-evenly;*/
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    justify-content: flex-end;
    margin-left: 30px;
}
 .stars span {
        position: relative;
        z-index:1;
}

.starText {
    position: absolute;
    left: 8px;
}
    .starText.happy {
        left: -10.5px;
    }

    .starText.sad {
        left: -20px;
    }

.starText.superSad {
        left: 0px;
}




    .parentStar {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 22px;
    }


    .fs-11 {
        font-size: 11px;
    }

    .star {
        font-size: 35px;
        color: #ddd;
        cursor: pointer;
        transition: color 0.2s;
    }

    .star:hover ~ .star,
    .star:hover,
    .star.selected {
        color: #f39c12;
    }

.imgEat {
    max-width: 84px;
    position: absolute;
    right: 0px;
    top: -14px;
}
/*.super-happy-face::before,
.happy-face::before,
.neutral-face::before,
.bad-face::before,
.angry-face {
    font-size: 35px;
    color: #ddd;
    cursor: pointer;
}

    .super-happy-face.selected,
    .happy-face.selected,
    .neutral-face.selected,
    .bad-face.selected,
    .angry-face.selected {
        animation: faceAnimation 0.5s ease-in-out;
    }

.super-happy-face::before {
    content: '\1F604';
}

.happy-face::before {
    content: '\1F603';
}

.neutral-face::before {
    content: '\1F60A';
}

.bad-face::before,
.angry-face::before {
    display: none;
}*/
/*@keyframes faceAnimation {
    0% {
        transform: scale(1);
    }

    10%, 50% {
        transform: scale(2) rotate(-30deg);
    }

    50%, 100% {
        transform: scale(2) rotate(30deg);
    }

    100% {
        transform: scale(1);
    }
}
*/
@keyframes faceAnimation {
    0% {
        transform: scale(1);
    }

    10%, 30% {
        transform: scale(2) rotate(-30deg);
    }

    30%, 60% {
        transform: scale(2) rotate(30deg);
    }

    60%, 80% {
        transform: scale(2) rotate(-30deg);
    }
    80%, 100% {
        transform: scale(2) rotate(30deg);
    }

    100% {
        transform: scale(1);
    }
}

.animate img {
    animation: faceAnimation 1s ease-in-out;
}


@media only screen and (max-width: 540px) {
    .logo {
        max-width: 50%;
    }
    .title {
        font-size: 24px;
    }
    .desc {
        letter-spacing: 7px;
    }

    h5 {
        font-size: 18px;
    }
    .col-lg-7 p {
        font-size: 11px;
    }

    .questionClass {
        color: #000;
        font-size: 18px;
    }

    span img {
        width: 40px;
        transition: opacity 0.5s ease-in-out;
    }

    .imgEat {
        max-width: 65px;
        top: -12px;
        right: -32px;
    }

    .parentStar {
        padding-right: 14px;
    }
    h6 {
       
        font-size: 28px;
       
    }


    .fs-11 {
        font-size: 9px;
    }
    .starText {
        left: 6px;
    }
}


@media only screen and (max-width: 425px) {
    .title {
        font-size: 21px;
    }
    h5 {
        font-size: 17px;
    }
    .questionClass {
        font-size: 16px;
    }

    .col-lg-7 p {
        font-size: 10px;
    }

    span img {
        width: 34px;
        transition: opacity 0.5s ease-in-out;
    }

    .imgEat {
        max-width: 50px;
        top: -3px;
        right: -28px;
    }

    .parentStar {
        padding-right: 14px;
    }

    h6 {
        font-size: 24px;
    }
    .fs-11 {
        font-size: 8px;
    }
    .starText {
        left: 5px;
    }
}


@media only screen and (max-width: 366px) {
    .title {
        font-size: 19px;
    }
    .desc {
        letter-spacing: 5.5px;
    }
    h5 {
        font-size: 15px;
    }
    .col-lg-7 p {
        font-size: 8.5px;
    }
    .starText {
        left: 4px;
    }
}



@media only screen and (max-width: 360px) {
    .questionClass {
        font-size: 15px;
    }

    span img {
        width: 30px;
        transition: opacity 0.5s ease-in-out;
    }

    .imgEat {
        max-width: 45px;
        top: -3px;
        right: -28px;
    }

    .parentStar {
        padding-right: 14px;
    }

    h6 {
        font-size: 20px;
    }
}




@media only screen and (max-width: 338px) {
    .title {
        font-size: 17px;
    }
    .desc {
        letter-spacing: 4px;
    }
    h5 {
        font-size: 15px;
    }
}