h1, h2, h3, h4 {
    font-family: "GaramondSansSerif", "EB Garamond", "sans-serif";
}

/* Video Container */
.hero-vid {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    z-index: -1;
    overflow: hidden;
}

.hero-vid video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

/* Flip Animation */
.flip-container {
    display: inline-block;
    position: relative;
    text-align: right;
    min-width: 200px;
}

.flip-text {
    display: inline-block;
    animation: flipWords 14s infinite;
    min-width: auto;
    text-align: right;
    margin-left: 10px;
}

.flip-text::before {
    content: '';
    animation: words 14s infinite;
    text-align: right;
    display: inline-block;
    width: 100%;
}

@keyframes flipWords {
    0%, 20% {
        transform: translateY(0) rotateX(0);
        box-shadow: 0 3px 0 0 #FF886D;
        /*color: #FF886D; /* who color */
    }
    22%, 23% {
        transform: translateY(20px) rotateX(-90deg);
    }
    24%, 45% {
        transform: translateY(0) rotateX(0);
        box-shadow: 0 3px 0 0 #9CFF6D;
        /*color: #9CFF6D; /* what color */
    }
    47%, 48% {
        transform: translateY(20px) rotateX(-90deg);
    }
    49%, 70% {
        transform: translateY(0) rotateX(0);
        box-shadow: 0 3px 0 0 #F8DA57;
        /*color: #F8DA57; /* where color */
    }
    72%, 73% {
        transform: translateY(20px) rotateX(-90deg);
    }
    74%, 95% {
        transform: translateY(0) rotateX(0);
        box-shadow: 0 3px 0 0 #6DC2FF;
        /*color: #6DC2FF; /* how color */
    }
    97%, 98% {
        transform: translateY(20px) rotateX(-90deg);
    }
    99%, 100% {
        transform: translateY(0) rotateX(0);
        box-shadow: 0 3px 0 0 #FF886D;
        /*color: #FF886D; /* back to who color */
    }
}

@keyframes words {
    0%, 20% {
        content: 'who';
    }
    25%, 45% {
        content: 'what';
    }
    50%, 70% {
        content: 'where';
    }
    75%, 95% {
        content: 'how';
    }
    100% {
        content: 'who';
    }
}

/* New AI UX page */ 

.ai-scene-main {
    background-size: cover; 
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    height: 100%;
    position: relative;
}
.ai-scene-top,
.ai-scene-main {
    min-height: calc(80svh - 50px);
}
.ai-scene-top {
    margin-top: 80px;
}

#wherePopover,
#whoPopover,
#whatPopover,
#howPopover {
    display: none;
}
#wherePopover.active,
#whoPopover.active,
#whatPopover.active,
#howPopover.active {
    display: block;
}

/* search/prompt boxes */
.prompt-div,
.select2-container--fire.select2-container--focus .select2-selection--multiple,
.select2-container--fire .select2-dropdown--below,
.select2-container--fire .select2-dropdown--above,
.select2-container--fire.select2-container--below .select2-selection--multiple, 
.select2-container--fire.select2-container--above .select2-selection--multiple, 
.select2-container--fire .select2-selection--multiple,
#tags-search-container,
.request select,
.request input,
.prompt,
.upgrade,
.step .textbox {
    cursor: text;
    min-height: 42px!important;
}


.prompt {
    z-index: 0;
}
.prompt-span {
    margin-bottom: 5px;
}
.prompt-div:focus,
.prompt-main:focus,
.prompts:focus {
    outline: none;
}

img.who-img,
img.where-img,
img.how-img,
img.what-img {
    height: 120px;  
    width: 120px;
}
img.who-img,
img.where-img,
img.how-img,
img.what-img,
#who-img,
.loading-indicator {
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
}
.loading-indicator,
img.img-sm {
    height: 60px;  
    width: 60px;
}



#imagesDiv .loading-indicator,
#img-modal .loading-indicator {
    color: rgba(248, 218, 87, 1);
    background-color: rgba(248, 218, 87, 0.2);
    border: 2px solid rgba(248, 218, 87, 1);
    border-radius: 50%;
    font-size: 32px;
    z-index: 2;
}
#imagesDiv {
    width: 100%;
    height: 100%;
    z-index: 0;
}



#imagesDiv .carousel,
#imagesDiv .carousel-inner,
#imagesDiv .carousel-item {
    width: 100%;
    height: 100%;
}

#imagesDiv .carousel-item img,
.generated-image,
#timeline img {
    min-width: 100%;
    min-height: 105%;
    object-fit: cover;
    object-position: center;
}
.btn-gen {
    border: none!important;
    color: rgba(57, 82, 126, 0.8)!important;
}

/* Adjust the position of the carousel indicators */
#imagesDiv .carousel-indicators {
    position: absolute;
    top: 10px;
    z-index: 15;
    display: flex;
    list-style: none;
}

#imagesDiv .carousel-indicators button {
    width: 60px;
    height: 40px;
    margin: 0 3px;
    border: none;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    overflow: hidden;
    text-indent: 0!important;
}

#imagesDiv .carousel-indicators button.active {
    opacity: 1;
}

#imagesDiv .carousel-indicators .indicator-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ensure other elements in .ai-scene-main are above the carousel */
.ai-scene-main .who,
.ai-scene-main .where,
.ai-scene-main .what,
.ai-scene-main .how,
#prompt-button .btn {
    position: relative;
    width: auto;
    z-index: 3;
}
.ai-scene-main .rounded-circle,
.threed .rounded-circle {
    padding: 0!important;
    object-fit: cover;
}

.content-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.content-carousel > div {
    flex: 0 0 auto;
    scroll-snap-align: center;
}


.prompt-main {
    display: flex;
}
/* Initial (expanded) state */
.prompt-expanded {
    flex-wrap: wrap; /* Allow content to wrap */
    overflow-x: hidden; /* Hide horizontal overflow */
    max-height: none; /* No limit to height */
}

/* Scrolled (shrunken) state */
.prompt-shrunken {
    white-space: nowrap; /* Prevent wrapping to enforce single line */
    overflow-x: auto; /* Allow horizontal scrolling */
    max-height: 60px; /* Adjust as needed for your design */
}

.animate {
    font-family: GaramondSansSerif;
    background: linear-gradient(315deg, rgba(255, 136, 109, 0.2), rgba(248, 218, 87, 0.2), rgba(156, 255, 109, 0.2), rgba(109, 194, 255, 0.2), rgba(255, 136, 109, 0.2), rgba(248, 218, 87, 0.2), rgba(156, 255, 109, 0.2), rgba(109, 194, 255, 0.2));
    background-size: 400% 400%;
    -webkit-animation: Animation1 10s linear infinite;
    -moz-animation: Animation1 10s linear infinite;
    animation: Animation1 10s linear infinite;
}

@-webkit-keyframes Animation1 {
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
  }
  @-moz-keyframes Animation1 {
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
  }
  @keyframes Animation1 { 
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
  }

  
.shimmer { /*
    box-shadow: 0 10px 10px rgba(255, 136, 109, 0.8), 
                0 -10px 10px rgba(248, 218, 87, 0.8), 
                10px 0 10px rgba(156, 255, 109, 0.8), 
                -10px 0 10px rgba(109, 194, 255, 0.8);*/
    box-shadow: 0 8px 10px rgba(255, 136, 109, 0.6), 
    -8px 0 10px rgba(248, 218, 87, 0.6), 
    0 -8px 10px rgba(156, 255, 109, 0.6),
    8px 0 10px rgba(109, 194, 255, 0.6);
    -webkit-animation: shimmer 4s linear infinite;
    -moz-animation: shimmer 4s linear infinite;
    animation: shimmer 4s linear infinite;
    }
.hover-shimmer { /*
    box-shadow: 0 10px 10px rgba(255, 136, 109, 0.8), 
                0 -10px 10px rgba(248, 218, 87, 0.8), 
                10px 0 10px rgba(156, 255, 109, 0.8), 
                -10px 0 10px rgba(109, 194, 255, 0.8);*/
    box-shadow: 0 4px 4px rgba(255, 136, 109, 0.2), 
    -4px 0 4px rgba(248, 218, 87, 0.2), 
    0 -4px 4px rgba(156, 255, 109, 0.2),
    4px 0 4px rgba(109, 194, 255, 0.2);
    -webkit-animation: hover-shimmer 8s linear infinite;
    -moz-animation: hover-shimmer 8s linear infinite;
    animation: hover-shimmer 8s linear infinite;
    }

@keyframes shimmer {
    0% {
        box-shadow: 0 8px 10px rgba(255, 136, 109, 0.6), 
                    -8px 0 10px rgba(248, 218, 87, 0.6), 
                    0 -8px 10px rgba(156, 255, 109, 0.6),
                    8px 0 10px rgba(109, 194, 255, 0.6);
    }
    25% {
        box-shadow: -8px 0 10px rgba(255, 136, 109, 0.6), 
                    0 -8px 10px rgba(248, 218, 87, 0.6), 
                    8px 0 10px rgba(156, 255, 109, 0.6),
                    0 8px 10px rgba(109, 194, 255, 0.6);
    }
    50% {
        box-shadow: 0 -8px 10px rgba(255, 136, 109, 0.6), 
                    8px 0 10px rgba(248, 218, 87, 0.6), 
                    0 8px 10px rgba(156, 255, 109, 0.6),
                    -8px 0 10px rgba(109, 194, 255, 0.6);
    }
    75% {
        box-shadow: 8px 0 10px rgba(255, 136, 109, 0.6), 
                    0 8px 10px rgba(248, 218, 87, 0.6), 
                    -8px 0 10px rgba(156, 255, 109, 0.6),
                    0 -8px 10px rgba(109, 194, 255, 0.6);
    }
    100% {
        box-shadow: 0 8px 10px rgba(255, 136, 109, 0.6), 
                    -8px 0 10px rgba(248, 218, 87, 0.6), 
                    0 -8px 10px rgba(156, 255, 109, 0.6),
                    8px 0 10px rgba(109, 194, 255, 0.6);
    }
}
@keyframes hover-shimmer {
    0% {
        box-shadow: 0 4px 4px rgba(255, 136, 109, 0.2), 
                    -4px 0 4px rgba(248, 218, 87, 0.2), 
                    0 -4px 4px rgba(156, 255, 109, 0.2),
                    4px 0 4px rgba(109, 194, 255, 0.2);
    }
    25% {
        box-shadow: -4px 0 4px rgba(255, 136, 109, 0.2), 
                    0 -4px 4px rgba(248, 218, 87, 0.2), 
                    4px 0 4px rgba(156, 255, 109, 0.2),
                    0 4px 4px rgba(109, 194, 255, 0.2);
    }
    50% {
        box-shadow: 0 -4px 4px rgba(255, 136, 109, 0.2), 
                    4px 0 4px rgba(248, 218, 87, 0.2), 
                    0 4px 4px rgba(156, 255, 109, 0.2),
                    -4px 0 4px rgba(109, 194, 255, 0.2);
    }
    75% {
        box-shadow: 4px 0 4px rgba(255, 136, 109, 0.2), 
                    0 4px 4px rgba(248, 218, 87, 0.2), 
                    -4px 0 4px rgba(156, 255, 109, 0.2),
                    0 -4px 4px rgba(109, 194, 255, 0.2);
    }
    100% {
        box-shadow: 0 4px 4px rgba(255, 136, 109, 0.2), 
                    -4px 0 4px rgba(248, 218, 87, 0.2), 
                    0 -4px 4px rgba(156, 255, 109, 0.2),
                    4px 0 4px rgba(109, 194, 255, 0.2);
    }
}
.custom-tooltip {
    padding: 8px;
    --bs-tooltip-bg: rgba(57, 82, 126, 1);
    --bs-tooltip-color: rgba(223, 234, 242, 1);
}

/* Tag Groupings */

a.tag-span,
span.tag-span,
span.keyword,
.buttons-loop span,
span.tag-related,
.result-asset .asset span,
strong.select2-results__group,
.prompts  {
    display: inline-block;    
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    height: 18px;
}
li.select2-results__option {
    display: inline-block;    
    margin: 6px 0 0 6px;
    padding: 0.5em;
}
a.what,
span.what,
.result-asset .asset .what,
li.select2-results__option[aria-label="what"] strong {
    box-shadow: 0 3px 0 0 #9CFF6D;
  }  
a.who,
span.who,
.result-asset .asset .who,
li.select2-results__option[aria-label="who"] strong {
    box-shadow: 0 3px 0 0 #FF886D;
  }  
a.where,
span.where,
.result-asset .asset .where,
li.select2-results__option[aria-label="where"] strong {
    box-shadow: 0 3px 0 0 #F8DA57;
  }  
a.how,
span.how,
.result-asset .asset .how,
li.select2-results__option[aria-label="how"] strong {
    box-shadow: 0 3px 0 0 #6DC2FF;
  }  
a.new,
span.new,
.result-asset .asset .new,
li.select2-results__option[aria-label="new"] strong {
    box-shadow: 0 3px 0 0 rgba(40, 61, 102, 0.8);
}  
a.when,
span.when,
.result-asset .asset .when,
li.select2-results__option[aria-label="when"] strong {
    box-shadow: 0 3px 0 0 rgba(40, 61, 102, 0.8);
}  
.select2-selection__choice__remove {
    display: none;
}
.controls .pause .btn {
    margin: 10px;
}
strong.select2-results__group {
    font-weight: 500;
}


/* Related Tags Popover */
span.tag-related {
    margin: 5px;
    font-size: 14px;
  }
.popover-body {
    padding: 2px;
    overflow-y: scroll;
  }
h3.popover-header {
    padding: 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    font-family: "Verdana";
    background: none;
    border: none;
}
.remove {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 5px;
    height: 5px;
}
.tag-related-container {
    overflow: scroll;
    max-height: 212px;
    max-width: 150px;
    margin: 5px;
    border-top: solid rgba(150, 175, 202, 0.4) 1px;
  }
.popover-arrow {
    visibility:hidden;
}


.btn .what svg,
.btn.what,
.what-color {
    color: #9CFF6D;
}
.who .search-icon,
.btn.who,
.who-color {
    color: #FF886D;
}
.btn .where svg,
.btn.where,
.where-color {
    color: #F8DA57;
}
.btn .how svg,
.btn.how,
.how-color {
    color: #6DC2FF;
}

.bg-what {
    background-color: #9CFF6D;
}
.bg-who {
    background-color: #FF886D;
}
.bg-where {
    background-color: #F8DA57;
}
.bg-how {
    background-color: #6DC2FF;
}

.tags-pop {
    opacity: 0; /* Start hidden */
    visibility: hidden; /* Prevent interaction when hidden */
    transition: opacity 0.8s ease; /* Smooth transition */
}

.tags-pop.show {
    opacity: 1; /* Fully visible */
    visibility: visible; /* Allow interaction */
}

/* Content Modal */
.modal.fade.show {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.modal video {
    height: calc(80vh);
    position: relative;
}
.modal-content {
    overflow: hidden;
}
.video-container .controls {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-container .pause {
    background: none;
    width: 100%;
    height: 100%;
}
.video-container .btn,
 .card-body .tag,
 .my-assets .tag,
 .scene .btn {
    padding: 2px 8px;
    margin: 5px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.video-container .what .btn,
.asset-form .form-group .form-check .what,
.scene .what .btn {
    color: rgba(156, 255, 109, 1);
    background-color: rgba(156, 255, 109, 0.3);
    border: 2px solid rgba(156, 255, 109, 1);
  }  
.video-container .who .btn,
.asset-form .form-group .form-check .who,
.scene .who .btn,
.ai-scene .who,
.scene-card-who {
    color: rgba(255, 136, 109, 1);
    background-color: rgba(255, 136, 109, 0.3);
    border: 2px solid rgba(255, 136, 109, 1);
  }  
.video-container .where .btn,
.asset-form .form-group .form-check .where,
.scene .where .btn  {
    color: rgba(248, 218, 87, 1);
    background-color: rgba(248, 218, 87, 0.3);
    border: 2px solid rgba(248, 218, 87, 1);
  }  
.video-container .how .btn,
.asset-form .form-group .form-check .how,
.scene .how .btn  {
    color: rgba(109, 194, 255, 1);
    background-color: rgba(109, 194, 255, 0.3);
    border: 2px solid rgba(109, 194, 255, 1);
  } 
  



span.pausebutton,
button.upgradebutton {
    position: absolute;
    font-size: 50px;
    color: white;
    cursor: pointer;
}


.suggested,
.submit {
    display: none;
}
.suggested a,
.prompt-main {
    font-size: 14px;
}


.content {
    min-height: 20px;
}


.result-asset img {
    border-radius: 50%;
}
.result-asset::-webkit-scrollbar {
    display: none;
  }







/* 
******************
*** Scene Page ***
******************
*/


.scene-main {
    border-radius: 16px;
    background-size: cover; 
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    min-height: 600px;
}
#scene-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
img.scene-who {
    height: 50%;
    max-height: 400px;
    object-fit: cover;
}
img.scene-related {
    
    border-radius: 50%;
}
.scene-main .who,
.scene-main .where,
.scene-main .what,
.scene-main .how,
.ai-scene-main .who,
.ai-scene-main .where,
.ai-scene-main .what,
.ai-scene-main .how {
    z-index: 1;
}
.scene-pop {
    z-index: 2;
    overflow: scroll;
    box-sizing: border-box;
    max-height: 500px;
}
.scene-pop,
.pop-scene {
    padding: 5px;
}
.scene-pop,
.pop-scene h3,
.scene-pop h3 {
    font-size: 14px;
    padding: 5px;
}
.pop-row {
    width: 100%;
    height: auto;
    position: absolute;
}
.pop-scene {
    z-index: 2;
}
.buttons-loop img { 
    width: 100%; 
    border-radius: 50%;
    aspect-ratio: 1 / 1; /* Keep it a circle */
    object-fit: cover;
}
a.related-assets {
    text-decoration: none;
    width: calc(50% - .5rem); /* Adjust width for 2 columns, considering m-2 margin */
    display: inline-flex; /* Center the image within the link */
    justify-content: center;
}
.related-where img {
    border-radius: 8px;
}
.related-who {
    height: 100px;
}
img.related-who,
.related-who img {
    border-radius: 50%;
}

.img-scene {
    max-height: 100%;
}
.asset-link {
    text-decoration: none;
}
.three-img {
    max-height: 600px;
    overflow-y: scroll;
    border-radius: 20px;
}
.img-three {
    width: 100%;
    padding-bottom: 20px;
}
.live {
    max-height: 500px;
    overflow-y: clip;
    border-radius: 20px;
}
 

/***************
Main
****************/


.logo {
    position: relative;
    /* height: 100vh; /* Set hero section to full viewport height */
    /* overflow: hidden; /* Hide overflowing content */
}


.logo-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.main-text,
.cta-btn {
    color: #FBFDFF;
    text-shadow: 0px 4px 8px rgba(40, 61, 102, 0.3);
}
.cta-btn:hover {
    color: rgba(156, 255, 109, 1);
}
.main-hero .btn-check:checked + .btn {
    color: rgba(255, 136, 109, 1);
    background-color: rgba(255, 136, 109, 0.2);
    border-color: rgba(255, 136, 109, 1);
}
.main-hero .btn-check + .btn:hover {
    color: rgba(255, 136, 109, 1);
}
.main-hero .btn-check:checked + .btn:hover {
    color: #FBFDFF;
    background-color: rgba(255, 136, 109, 0.4);
}


/* main feature block */
.features .feature-body,
.feature-body {
    color: rgba(111, 139, 177, 0.8);
}
.feature-carousel .feature-asset {
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(40, 61, 102, 0.3);
    width: 102px;
    height: 102px;
}
.feature-carousel .feature-asset.who,
.feature-carousel .who {
    background-color:rgba(255, 136, 109, 0.4);
    border: solid rgba(255, 136, 109, 0.6) 2px;
}
.feature-carousel .feature-asset.where,
.feature-carousel .where {
    background-color:rgba(248, 218, 87, 0.4);
    border: solid rgba(248, 218, 87, 0.6) 2px;
}
.feature-carousel .feature-asset.what,
.feature-carousel .what {
    background-color:rgba(156, 255, 109, 0.4);
    border: solid rgba(156, 255, 109, 0.6) 2px;
}
.feature-carousel .feature-asset.selected,
.feature-carousel .selected {
    background-color:rgba(150, 175, 202, 0.4);
    border: solid rgba(150, 175, 202, 0.6) 2px;
}
.feature-carousel .feature-asset img,
.round {
    border-radius: 50%;
}
.suggested-block {
    border-bottom: solid rgba(40, 61, 102, 0.3) 1px;
}


.hero-block {
    padding-top: 100px; 
    padding-bottom: 40px;
}
.search-block{
    padding-top: 40px; 
    padding-bottom: 200px;
}
.search-icon.active path {
    stroke: #6DC2FF;
}
.search-block input::placeholder {
    color: rgba(40, 61, 102, 0.6);
}
.search-icon {
    fill: none
}
.select2-container--fire .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    padding: 5px;
}
.mainsearch {
    position: relative;
}


.mainsearch .btn,
.tags-nav .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px;
}
.select2-container--fire .select2-selection--multiple .select2-selection__rendered {
    width: 100%!important;
}


.hover-zoom {
    transition: transform 0.3s ease;
}
.hover-zoom:hover {
    transform: scale(1.2); /* Scales up the card by 5% */
}



/* nav & usermenu */

.usermenu {
    position: absolute;
    top: 0px;
    right: 2px;
}
.navbar-brand {
    position: absolute;
    left: 0px;
    top: 0px;
}

/* Apply margin-top only on small screens 
@media screen and (max-width: 767px) {
    #tags-search-container {
        margin-top: 40px; 
    }
}
*/

.usermenu .btn,
.btn-brand,
.feedback-button .btn {
    padding: 2px 8px;
}






/* backgrounds for various boxes */
.usermenu .dropdown-menu,
.feedback-form,
.feedback-form .card,
.quiz .step,
.quiz .step-premium,
.quiz-promo,
.premium-signup,
.scene-pop,
.prompt,
.pop-scene,
.tags-pop,
.avatar,
.autocomplete-dropdown,
.blr {
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
}

/* Promo Block */
.promo,
.creator-promo,
.signup-hero,
.upgrade-hero,
.verify-hero {
    background-color: rgba(57, 82, 126, 0.3);
}
.verify .modal-footer {
    border-top: none;
}


.promo h2,
.creator-promo h2,
.signup-hero h2,
.search-block h2,
.request h2,
.verify h2,
.upgrade-hero h2,
.feedback-form h2,
.upgrade-nav,
.avatar h2,
.quiz h2 {
    color: #F8DA57;
}


.modal-none {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
}


/* Feedback forms */
.feedback-button,
.feedback-form {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
  }








/* Sign Up and In */

.grecaptcha-badge { 
    visibility: hidden;
}
.captcha {
    font-size: 9px;
    margin-top: 0.5em;    
}



.upgrade input {
    border: none;
    background: transparent;
}
.upgrade .line {
    border-bottom: solid rgba(150, 175, 202, 0.4) 1px;
    border-radius: 0;
}
.upgrade-hero h4 {
    color: rgba(111, 139, 177, 0.8);
}
.signup-modal {
    max-height: 80% !important;
}






/*****************
   Sign Up Quiz 
*****************/

.step {
    display: none;
  }
  
.step.visible {
    display: block;
    }
  
.quiz {
    min-height: 800px;
    overflow-y: auto;
}


.quiz .step .form-group .form-check label {
    width: 100%;
}



.quiz-option {
    border: solid rgba(150, 175, 202, 0.4) 1px;
    box-shadow: 0px 4px 8px rgba(40, 61, 102, 0.2);
    padding: 10px;
    cursor: pointer;
}
.quiz-option img {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
}
input[type="radio"]:checked + label.quiz-option,
input[type="checkbox"]:checked + label.quiz-option {
    color: #F8DA57;
    border: solid rgba(248, 218, 87, 1) 1px;
    box-shadow: 0px 4px 8px rgba(248, 218, 87, 0.2);
}

#background-video {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
#logo-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.logo {
    overflow: hidden;
}
/*
.logo.main {
    background: linear-gradient(45deg, rgba(255, 136, 109, 0.2), rgba(248, 218, 87, 0.2), rgba(156, 255, 109, 0.2), rgba(109, 194, 255, 0.2));
    background-size: 200% 200%;
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}
*/
.tooltip-email,
.tooltip-password {
    display: none;
    color: #F8DA57;
}

.placeholder {
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 8px;
    background-color: transparent;
}

.hidden {
    display: none;
}





/*****************
   3D Stuff
*****************/



.timeline-item {
    width: auto;
    height: 150px;
    margin: 10px;
    padding: 0;
    transition: transform 0.2s ease;
}
.timeline-item:hover {
    transform: scale(1.1); /* Scales up the card by 5% */
}

.timeline-item img {
    height: 100%;
    border-radius: 8px;
}
.drag-over {
    opacity: 0.5;
}

.remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 11px;
    cursor: pointer;
    display: none; /* Hide by default */
}
.timeline-item:hover .remove-btn {
    display: block; /* Show on hover */
}
.sky-thumb {
    height: 60px;
    border-radius: 4px;
}
.threed-img {
    width: 100%;
}






/*****************
   Prompt Box Stuff
*****************/

.prompt-autocomplete,
#autocomplete-results {
    max-height: 200px;
    overflow-y: scroll;
}

.autocomplete-dropdown {
    max-height: 400px;
    max-width: 350px;
    overflow-y: scroll;
    display: none;
}

/* profiles */
.profile-card .card-body {
    background-color: rgba(150, 175, 202, 0.4);
}


/* Updating Select2 Styling */
.select2-container--fire .select2-selection--multiple ul::-webkit-scrollbar,
.feature-carousel::-webkit-scrollbar,
.content-carousel::-webkit-scrollbar,
.prompt-main::-webkit-scrollbar {
    display: none;
    background: transparent;
}


/*
.select2-container--fire.select2-container--focus .select2-selection--multiple,
.select2-container--fire .select2-dropdown--below,
.select2-container--fire .select2-dropdown--above {
    box-shadow: 0px 4px 8px rgba(40, 61, 102, 0.8);
    outline: 0;
}
*/
/* hover state of selections in dropdown */ 

.select2-container--fire .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(84, 157, 236, 0.4);
    color: white;
    border-radius: 12px;
}
.select2-container--fire .select2-results__option[aria-selected="true"] {
    background-color: rgba(84, 157, 236, 0.2);
    color: white;
    border-radius: 12px;
}
li.select2-search {
    width: auto!important;
}
.prompt textarea {
    background: none;
    border: none;
    box-shadow: none;
    resize: none;
    overflow-y: scroll;
    max-height: 200px; 
} 
.keyword,
.scene-card {
    cursor: pointer;
  }
  
  #default-suggestions {
    transition: transform 0.2s ease;
  }





/* the tags */
.select2-container--fire .select2-selection--multiple .select2-selection__choice,
.select2-container--fire .select2-results__option .select2-results__option {
    cursor: fire;
    float: left;
    margin: 5px 5px 5px 0;
    padding: 0px;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px!important;
}



.card-icon {
    margin: 8px 6px 0 0;
}
/* Country Select */
.select2-container--fire .select2-selection--single {
    background-color: none;
    border: none;
}
.select2-container--fire .select2-selection--single .select2-selection__rendered {
    padding-top: 6px;
}




.select2-container--fire .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.editable-tags-container {
    min-height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f9fa;
    color: #333; /* Add this line to ensure text color is visible */
}

.editable-tags-container:focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.editable-tags-container .tag-span {
    display: inline-block;
    margin: 2px;
    padding: 2px 5px; /* Add padding for better visibility */
    background-color: #e9ecef; /* Add background color to tags */
    border-radius: 3px; /* Round corners of tags */
}

.card,
.profile-card .card-body {
    transition: transform 0.3s ease-in-out;
    border: none;
    border-radius: 24px;
}

.hover-zoom:hover {
    transform: scale(1.05);
}

.card-img-top {
    transition: opacity 0.3s ease-in-out;
}

.card:hover .card-img-top {
    opacity: 0.8;
}

.badge {
    font-size: 0.8em;
}










.select2-container--fire.select2-container--below .select2-selection--multiple, 
.select2-container--fire .select2-dropdown--below,
.select2-container--fire.select2-container--above .select2-selection--multiple, 
.select2-container--fire .select2-dropdown--above,
.select2-container--fire .select2-selection--multiple,
.usermenu .dropdown-menu,
.video-container,
.logo,
.quiz .step,
.quiz .step-premium,
.quiz-promo,
.premium-signup,
.promo,
.creator-promo,
.upgrade-hero,
.video-container .btn,
.card-body .tag,
.my-assets .tag,
.popover,
.proof,
.request select,
.request input,
.upgrade,
.step .textbox,
.modal video,
.quiz-option,
.signup-modal,
.usermenu .btn,
.btn-brand,
.feedback-button .btn,
.scene-pop,
.scene .btn,
.pop-scene,
.prompt,
.prompt-div,
.avatar,
.autocomplete-dropdown,
.logo.ai-scene-main,
.hero-btn,
.btn,
.bored {
    border-radius: 12px;
}




.carousel-inner .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.carousel-inner .col-3 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}

.asset-carousel {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.asset-carousel::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.asset-item {
    display: inline-block;
    vertical-align: top;
}

.asset-item img {
    transition: transform 0.3s ease;
}

.asset-item:hover img {
    transform: scale(1.05);
}

/* Nav Pills Styling */
.nav-pills {
    display: inline-flex;
    padding: 0;
}

.nav-pills .nav-item {
    margin: 0;
}

.nav-pills .nav-link,
.home-tabs .nav-link {
    border: none;
    margin: 0;
    font-size: 13px;
}
.home-tabs .nav-link.who,
.home-tabs .nav-link.who:hover {
    color: rgba(255, 136, 109, 1);
}

.home-tabs .nav-link.who.active {
    color: rgba(255, 136, 109, 1);
    background-color: rgba(255, 136, 109, 0.2);
    border-radius: 8px;
}

.home-tabs .nav-link.who.active:hover {
    color: #FBFDFF;
    background-color: rgba(255, 136, 109, 0.4);
}

.home-tabs .nav-link.what,
.home-tabs .nav-link.what:hover {
    color: rgba(156, 255, 109, 1);
}

.home-tabs .nav-link.what.active {
    color: rgba(156, 255, 109, 1);
    background-color: rgba(156, 255, 109, 0.2);
    border-radius: 8px;
}

.home-tabs .nav-link.what.active:hover {
    color: #FBFDFF;
    background-color: rgba(156, 255, 109, 0.4);
}

.home-tabs .nav-link.where,
.home-tabs .nav-link.where:hover {
    color: rgba(248, 218, 87, 1);
}

.home-tabs .nav-link.where.active {
    color: rgba(248, 218, 87, 1);
    background-color: rgba(248, 218, 87, 0.2);
    border-radius: 8px;
}

.home-tabs .nav-link.where.active:hover {
    color: #FBFDFF;
    background-color: rgba(248, 218, 87, 0.4);
}

.home-tabs .nav-link.how,
.home-tabs .nav-link.how:hover {
    color: rgba(109, 194, 255, 1);
}

.home-tabs .nav-link.how.active {
    color: rgba(109, 194, 255, 1);
    background-color: rgba(109, 194, 255, 0.2);
    border-radius: 8px;
}

.home-tabs .nav-link.how.active:hover {
    color: #FBFDFF;
    background-color: rgba(109, 194, 255, 0.4);
}







/*


*******************

* Select2 Styling *

*******************

*/

.select2-container--fire .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--fire .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--fire .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 4px;
    right: 1px;
    width: 20px;
}
.select2-container--fire .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--fire[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--fire[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--fire.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: fire;
}
.select2-container--fire.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--fire.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--fire .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--fire .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--fire .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}

.select2-container--fire .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--fire .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--fire[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--fire[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--fire[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--fire[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}


.select2-container--fire.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: fire;
}
.select2-container--fire.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--fire.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--fire.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--fire.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--fire.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--fire .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--fire .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--fire .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--fire .select2-results__option[aria-disabled="true"] {
    color: #999;
}

.select2-container--fire .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--fire .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--fire .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--fire .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--fire .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--fire .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

/* Quiz Grouping Functionality */
.grouping-page {
    display: none;
}

.grouping-page:first-child {
    display: block;
}

.grouping-indicator {
    text-align: center;
    margin-top: 0.5rem;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    font-size: 0.9rem;
}

.grouping-indicator span {
    color: #ff886d;
    font-weight: 600;
}

.selection-counter {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 136, 109, 0.9);
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
}

.selection-counter:hover {
    transform: scale(1.05);
}
