﻿.withmargins {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.enterContainer {
    width: 100%;
    margin: auto;
}

#userlogin {
    width: 80vw;
    display: flex;
    justify-content: space-between;
}

#userlogin:has(.clear)
{
    background-color:red;
}

#userlogin .left {
    flex-grow: 1;
    width:fit-content;
    max-width: 50%;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;    
    border-radius: 10px;
}

#userlogin .left .content .fill {
    position: relative;
    margin-bottom: 15px;
    display: block;
}
            
#userlogin .left .content .fill.bottom {
    margin-bottom: 15px;
}

#userlogin .left .content .fill span {
    display: inline-block;
    position: absolute;
    background-color: #252030;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
    padding: 0 10px;
    transition: all 0.15s ease-in-out;
    opacity: 0.5;
    pointer-events: none;
    cursor: text;
}

.akela-page-description{
    display: flex;
    gap: 10px;
    align-items: center;
}

#userlogin .left .content .fill input {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--gray-opacity-back);
    border-radius: 0.3rem;
    font-size: 1.1rem;
    border-width: 3px;
    background: var(--Colors-Secondary-ease-strong);
    color: var(--dark-bg);
    transition: 0.3s;
    outline:none;
}

#userlogin .left .content .fill input::placeholder {
    color: var(--Colors-Secondary-stronger);
}

#userlogin .left .content .fill.active span {
    transform: translate(0%, -200%);
    font-size: 0.8rem;
    opacity: 1;
}

#userlogin .left .content h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight:400;
}

#userlogin .left .content p {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 1rem;
}

#userlogin .left .content p.smallinfo {
    font-size: 0.8rem;
    opacity: 0.8;
}

#userlogin .left .content .notes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 0.8rem;
    margin-bottom: 25px;
}

#userlogin .left .content .notes a {
    text-decoration: none;
    font-size: 0.9rem;
}

#userlogin .left .content .notes .remember {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#userlogin .left .content .notes .remember span {
    display: inline-block;
}

#userlogin .left .content .notes .remember input {
    margin-right: 5px;
}

#userlogin .left .content .submit {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#userlogin .left .content .submit label {
    display: inline-block;
    width: calc(50% - 12.5px);
}

#userlogin .left .content .submit label input {
    border: 0;
    background-color: #aa3f24;
    border: 2px solid #aa3f24;
    color: #fdfdfd;
    padding: 10px 25px;
    border-radius: 0.3rem;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
}

#userlogin .left .content .submit label input#signup {
    border: 2px solid #26305f;
    background-color: #26305f;
}

#userlogin .right {
    width: 80%;
    color: var(--dark-bg);
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

#userlogin .right .slider {
    width: 100%;
    position: relative;
}

#userlogin .right .slider .slide {
    position: relative;
    width: 100%;
    padding: 75px 75px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

@media (max-width : 1050px) {
    #userlogin .right .slider .slide {
        padding: 25px;
    }
}

#userlogin .right .slider .slide-img-bg img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

#userlogin .right .slider .slide-img-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(48, 48, 48, 0.8);
    z-index: -1;
}

#userlogin .right .slider .slide-img-content {
    height: auto;
}

#userlogin .right .slider .slide-img-content img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0.3rem;
    overflow: hidden;
}

#userlogin .right .slider .slide-title {
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: right;
}

#userlogin .right .slider .slide-title h3 {
    font-size: 1.3rem;
    text-align: left;
}

@media (max-width : 1050px) {
    #userlogin .right .slider .slide-title h3 {
        font-size: 1.1rem;
    }
}

#userlogin .right .slider .slide-description p {
    line-height: 1.4;
}

@media (max-width : 1050px) {
    #userlogin .right .slider .slide-description p {
        font-size: 0.8rem;
    }
}

@media (max-width : 550px) {
    #userlogin {
        flex-direction: column;
    }

    #userlogin .left, #userlogin .right {
        width: 100%;
        max-width: 100%;
    }
}


.hologram-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    height: auto;
}

.hologram-scene {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: transform 0.1s ease-out;
}

.layer-1 {
    background: radial-gradient(circle at 20% 30%, rgba(0, 255, 255, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(100, 0, 255, 0.15) 0%, transparent 50%);
    filter: blur(30px);
    transform: translateZ(-50px) scale(1.2);
}

.layer-2 {
    background: repeating-linear-gradient(45deg, rgba(0, 255, 255, 0.02) 0px, rgba(0, 255, 255, 0.02) 20px, rgba(100, 0, 255, 0.02) 20px, rgba(100, 0, 255, 0.02) 40px);
    filter: blur(2px);
    transform: translateZ(-30px) scale(1.1);
}

.layer-3 {
    background: radial-gradient(circle at 50% 50%, rgba(0, 255, 255, 0.1) 0%, transparent 70%);
    filter: blur(5px);
    transform: translateZ(-20px);
}

.hologram-core {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transform: translateZ(0);
}

.hologram-ring {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 2px solid rgba(0, 255, 255, 0.3);
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.3), 0 0 60px rgba(0, 100, 255, 0.2) inset;
    animation: ringPulse 4s ease-in-out infinite;
    transform-style: preserve-3d;
}

.ring-2 {
    width: 400px;
    height: 400px;
    border: 1px solid rgba(150, 0, 255, 0.3);
    box-shadow: 0 0 40px rgba(150, 0, 255, 0.3);
    animation: ringPulse 6s ease-in-out infinite reverse;
}

@keyframes ringPulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1) rotate(5deg);
        opacity: 0.8;
    }
}

.hologram-robot {
    position: relative;
    z-index: 10;
    filter: drop-shadow(0 0 20px rgba(0, 255, 255, 0.5)) drop-shadow(0 0 40px rgba(100, 0, 255, 0.3));
    animation: robotFloat 6s ease-in-out infinite;
    transform-style: preserve-3d;
}

.robot-image {
    max-width: 100%;
    height: auto;
    transform: translateZ(30px);
}

@keyframes robotFloat {
    0%, 100% {
        transform: translateY(0) translateZ(30px);
    }

    50% {
        transform: translateY(-15px) translateZ(40px);
    }
}

.scan-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.8), rgba(150, 0, 255, 0.8), transparent);
    filter: blur(1px);
    animation: scanVertical 8s linear infinite;
    opacity: 0.5;
    z-index: 20;
}

    .scan-line.horizontal {
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, transparent, rgba(0, 255, 255, 0.8), rgba(150, 0, 255, 0.8), transparent);
        animation: scanHorizontal 12s linear infinite;
        left: 0;
        top: 0;
    }

@keyframes scanVertical {
    0% {
        top: -10%;
    }

    100% {
        top: 110%;
    }
}

@keyframes scanHorizontal {
    0% {
        left: -10%;
    }

    100% {
        left: 110%;
    }
}

.particles {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 15;
}

    .particles::before,
    .particles::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(circle at 30% 40%, rgba(0, 255, 255, 0.1) 1px, transparent 1px), radial-gradient(circle at 70% 60%, rgba(150, 0, 255, 0.1) 1px, transparent 1px), radial-gradient(circle at 20% 80%, rgba(0, 255, 255, 0.1) 2px, transparent 2px), radial-gradient(circle at 90% 20%, rgba(150, 0, 255, 0.1) 2px, transparent 2px);
        background-size: 100px 100px;
        animation: particleDrift 20s linear infinite;
    }

    .particles::after {
        background-size: 150px 150px;
        animation: particleDrift 30s linear infinite reverse;
        opacity: 0.5;
    }

@keyframes particleDrift {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    100% {
        transform: translate(30px, -30px) rotate(10deg);
    }
}

.floating-particle {
    position: absolute;
    pointer-events: none;
    z-index: 25;
}

@keyframes particleFloat {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translate(100px, -100px) rotate(360deg);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .hologram-wrapper {
        min-height: 400px;
        margin-top: 20px;
    }

    .hologram-ring {
        width: 200px;
        height: 200px;
    }

    .ring-2 {
        width: 280px;
        height: 280px;
    }

    .robot-image {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 480px) {
    .hologram-wrapper {
        min-height: 300px;
    }

    .scan-line {
        opacity: 0.3;
    }
}