html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    background-color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* From Uiverse.io by zjssun */ 
button {
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: none;
    background-color: #094380;
    cursor: pointer;
    box-shadow: transparent;
    border: 1px solid #ffffff;
    transition: 0.5s ease;
}

button:hover,
:focus {
    color: #ffffff;
    background: #3700ff;
    border: 1px solid #6f47ff;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
    box-shadow: 0 0 5px #3700ff, 0 0 20px #3700ff, 0 0 50px #3700ff,
        0 0 100px #3700ff;
}

.lethality {
    margin-bottom: 30px;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 15px;
    background-color: #1e1e1e;
}

.current-info {
    margin-bottom: 30px;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 15px;
    background-color: #1e1e1e;
}

.data-set button {
    margin: 5px;
}

.body-wrapper {
    height: 100vh;
    width: 100%;
    display: grid;
    grid-template-columns: 300px 700px 300px;
    gap: 10px;
    margin: 10px;
    box-sizing: border-box;
    justify-content: center;
}

.data-set {
    background-color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 14px;
    border: #ffffff solid 2px;
    color: #fff;
}

.body-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    border: #ffffff solid 2px;
    color: #fff;

}

.ai-chatbot {
    background-color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 14px;
    border: #ffffff solid 2px;
    color: #fff;
}

@media (max-width: 768px){
    .body-wrapper {
        height: 300ch;
        width: 100%;
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr;
        box-sizing: border-box;
        gap: 10px;
        margin: 10px;
    }
}
.human-body {
    top: -6rem;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    margin: 30px auto;
    transform: scale(0.7);
    border: 2px solid white; 
    transform-origin: center;
}

.human-body svg:hover {
    cursor: pointer;
}

.human-body svg:hover path {
    fill: #3700ff;
}

.human-body svg path {
    fill: black; 
    stroke: white; 
    stroke-width: 2px; 
}

.human-body svg {
    position: absolute;
    left: 50%;
}

.human-body svg#head {
    margin-left: -27px;
    top: -6px;
}

.human-body svg#orbit {
    margin-left: -6px;
    top: 27px;
}

.human-body svg#neck {
    margin-left: -21px;
    top: 70px;
}

.human-body svg#chest {
    margin-left: -57px;
    top: 140px;
}

.human-body svg#right-shoulder {
    margin-left: -90px;
    top: 100px;
}

.human-body svg#right-arm {
    margin-left: -162px;
    top: 210px;
}

.human-body svg#right-hand {
    margin-left: -197px;
    top: 387px;
}

.human-body svg#left-shoulder {
    margin-left: 48px;
    top: 95px;
}

.human-body svg#left-arm {
    margin-left: 100px;
    top: 202px;
}

.human-body svg#left-hand {
    margin-left: 172px;
    top: 336px;
}

.human-body svg#abdomen {
    margin-left: -70px;
    top: 210px;
}

.human-body svg#right-leg {
    margin-left: -110px;
    top: 420px;
    z-index: 9999;
}

.human-body svg#right-foot {
    margin-left: -70px;
    top: 773px;
}

.human-body svg#left-leg {
    margin-left: -10px;
    top: 415px;
    z-index: 9999;
}

.human-body svg#left-foot {
    margin-left: 40px;
    top: 771px;
}

.human-body svg:hover ellipse {
    fill: #3700ff;
}

.highlight {
    filter: drop-shadow(0 0 8px #ff0000); 
    border: red solid 2px;
}

.ai-chabot-container {
    margin-bottom: 30px;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 15px;
    background-color: #1e1e1e;
}


#chatbot-messages {
    margin-bottom: 30px;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 15px;
    background-color: #1e1e1e;
}

.chatbot-user p {
    background-color: #d1e7dd;
    padding: 8px;
    border-radius: 8px;
    color: #000000;
}

#chatbot-input {
    margin-bottom: 30px;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 15px;
    background-color: #1e1e1e;
}

#chatbot-send {
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

#chatbot-send:hover {
    background-color: #094380;
}

  
.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.15;
    z-index: -1; 
}
  
.slides.fade {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out; 
}

.slides.fade.active {
    opacity: 1;
}

@keyframes changeSlide {
    0% { opacity: 0; }
    25% { opacity: 1; }
    75% { opacity: 1; }
    100% { opacity: 0; }
}

@media (max-width: 768px) { 
body {
    overflow-x: hidden;
    width: 100vw;
}
}