form#tarot-reading .hero-section__action{margin-top:60px;text-align:center}form#tarot-reading .hero-section__action .input-group{max-width:600px;margin:0 auto}form#tarot-reading .hero-section__action .input-group input{margin-top:30px;width:100%}form#tarot-reading .hero-section__action .form-buttons{margin-top:26px;display:flex;justify-content:center}form#tarot-reading .hero-section__action .form-buttons .form-active-buttons{display:none}.cards{display:flex;padding-top:100px}.cards .card{width:150px;height:275px;background:url("../../../../assets/images/tarot-card.webp");background-size:cover;border-radius:12px;flex-shrink:0;transition:all .2s ease;position:relative;top:0;cursor:pointer;box-shadow:5px 3px 20px 0px #222;border:1px solid #404040;margin-left:-150px}.cards .card:nth-child(1){margin-left:0 !important}.cards .card:hover{top:-40px;box-shadow:0 1px 10px 0 #faff00}.cards .card.active{top:-57px;box-shadow:0 4px 60px 0 #faff00}