﻿@keyframes rotate {
    from {
    transform: rotate(0deg);
    }

    to {
    transform: rotate(360deg);
    }
}

#AeonicLogo {
    animation: rotate 5s linear infinite, scaleDown 5s linear 1;
    transform-origin: 50% 50%;
}

@keyframes scaleDown {
from {
    -webkit-transform: scale(10) rotate(0deg);
    -webkit-transform: scale(10) rotate(0deg);
}

to {
    -webkit-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
}
}

@keyframes shimDown {
    from {
    height: 4000px;
    }

    to {
    height: 0;
    }
}

#Shim {
animation: shimDown 5s linear 1;
}

#HeaderLogo {
    height: 64px;
    margin-right:0px;
}

#AeonicText {
    white-space:nowrap;
    padding-left: 5px;
    font-family: Techstencil;
}

#Title {
    font-family: Techstencil;
}

#XRImage {
    transform: scale(0.5);
}

#XRTitle {
    font-size: 144px;
}

#GatorImageWrapper {
    background-image: url('assets/images/lucidleafmobile-665x1155.png');
    background-size: cover; /* This will make the image cover the full width/height of the div */
    background-position: center; /* This centers the image in the div */
    width: 100%; /* This makes the div take up the full width of its parent */
}

#CopyrightText {
    color: lightgray;
}

#CenteredSocicons {
    position: center;
}

#email-form01-2 {
    margin-top: 75px;
}

#ContactButton {
margin-bottom: 75px;
}

#Contact {
    color: ghostwhite;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

#OutputText {
    margin-top: 32px;
}

#OutputColor {
    color: ghostwhite;
}

#AAText-Small {
    width:164px;
    margin-left:3px;
    margin-bottom:1px;
}

#AAText-Large {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#message-form01-2 {
    height: 180px;
}

#Response {
    font-size: 12pt;
    text-align: center;
    color: #b71c1c;  Brick red 
}

.fullscreen-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.fullscreen-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#TarotWrapper {
    display: flex;
    width: 100%;
    border: 2px solid #000; /* Add this line to make the borders visible */
}


#CardSection {
    min-height: 100vh; /* Set minimum height to full viewport height */
    flex: 0 0 40%;
    border: 2px solid #000; /* Add this line to make the borders visible */
    position: relative; /* Make sure this is relative so children can be absolutely positioned */
    position: relative; /* Set a containing block for the absolute positioning */
    overflow: hidden; /* Ensures the background image doesn't spill outside the container */
    justify-content: center;
    align-content: center;
    display: flex;
}

#TextSection {
    flex: 1;
    padding: 0px;
    border: 2px solid #000; /* Add this line to make the borders visible */
}

.tarot-card {
width: 14%;
margin-left: 7px;
margin-right: 7px;
margin-top: 7px;
margin-bottom: 7px;
border: 2px solid #000;
}

#UserQuery {
width: 100%;
min-height: 100px;
padding: 10px;
}

#RiderWaiteDeck {
}

.AeonicButton {
    background-color: #333333;
    color: white;
    padding: 6px;
    border-radius: 5px; /* This will give the button slightly rounded edges */
    text-shadow: 1px 1px 0 #000; /* 1px drop shadow */
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Transition effect for smooth color change on hover */
    align
}

.AeonicButton:hover {
    background-color: #cccccc; /* Background color on hover */
}

#UseCaseText {
    width: 100%;
    background-color: #333333;
    color: ghostwhite;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    padding-top:18px;
    text-align:right;
    padding-right:18px;
    padding-bottom: 1px;
}

#TarotWrapper2 {
    padding:36px;
}

#AeonicTarotText {
    font-size:xx-large;
    font-weight:bold;
}

#RestateTheQuery {
    font-size:xx-large;
    font-weight:bold;
}

#TarotWrapper3 {
padding: 36px;
}

.disabled-button {
    background-color: #cccccc; /* grey background color */
    color: #666666; /* grey text color */
    cursor: not-allowed; /* cursor indicates it's not clickable */
}

#lbl_Instructions {
    margin-top: 12px;
    font-weight:bold;
}

#btn_StartOver {
    text-align:right;
    margin-top:24px;
}

#DeckWrapper {
position: absolute; /* This will position DeckWrapper in relation to CardSection */
bottom: 0; /* Aligns to the bottom of CardSection */
right: 0; /* Aligns to the right of CardSection */
padding: 18px;
display: flex;
flex-direction: column;
align-items: end;
justify-content: right;
z-index: 1; /* Higher z-index than CelticCross */
}

#btn_Shuffle {
    margin: 8px 0px 0px 0px;
}

/*#CelticCross {
position: absolute;*/ /* Position the image absolutely within CardSection */
/*width: 80%;*/ /* Set the width to 80% of CardSection */
/*top: 10%;*/ /* Center it vertically, assuming the aspect ratio of the image is preserved */
/*left: 10%;*/ /* Center it horizontally */
/*z-index: 0;*/ /* Place it behind the other elements */
/*opacity: 0.2;
border: 2px solid #000;
}*/

#Card1 {
position: absolute;
top: 30%;
left: 43%;
}

#Card2 {
position: absolute;
top: 30%;
left: 43%;
transform: rotate(270deg);
}

#Card3 {
position: absolute;
top: 45%;
left: 43%;
}

#Card4 {
position: absolute;
top: 30%;
left: 11%;
}

#Card5 {
position: absolute;
top: 13%;
left: 43%;
}

#Card6 {
position: absolute;
top: 30%;
left: 75%;
}

#Card7 {
position: absolute;
top: 82.5%;
left: 43%;
}

#Card8 {
position: absolute;
top: 70%;
left: 43%;
}

#Card9 {
position: absolute;
top: 57.5%;
left: 43%;
}

#Card10 {
position: absolute;
top: -0%;
left: 43%;
}

#TarotSpread {
    position: absolute; /* Position the image absolutely within CardSection */
    width: fit-content; /* Set the width to 80% of CardSection */
    height: fit-content;
/*    background-image: url('../graphics/tarot/celticcross.svg');*/
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    flex: 1; /* Allow this div to take up remaining vertical space */
}

#BackroundTarot {
    z-index: 0;
    margin-top:20%;
    margin-bottom: 20%;
    opacity: 0.3;
}

.Tarot-Section {
    font-weight:bold;
    margin-top:18px;
}

#btn_NextCard {
    margin-top:12px;
}


#DeepDiveWrapper {
display: flex;
align-items: center;
padding:24px;
}

#DeepDive {
width: 33%;
height: 72px;
}

#characterCount {
margin-left: 10px;
color: grey; /* Or any other visual queue color you prefer */
}

.UserResponse {
    margin-top: 12px;
    font-weight:bold;
}

.TextHeader {
    font-weight:bolder;
    font-size:xx-large;
}

#CallToAction {
    margin-top:72px;
}