@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Londrina+Sketch&display=swap'); */


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100vw;
    height: 100vh;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    font-family: "Protest Guerrilla", sans-serif;
    position: relative;
    overflow-x: hidden;
}


#main {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;  
    margin-top: -100px
}

.logo {
    width: 18vw;
    background: none;
    border-radius: 68% 68% 68% 68%;
}


h1 {
    color: #f3f3f3;
    font-size: 2.5rem;
}

#name {
    color: #f9f9f9;
    font-size: 3.5rem;
    text-shadow: 0 0 5px rgba(234, 234, 234, 0.5);
}

#va {
    color: #8de5d4;
    font-size: 3.5rem;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.es {
    color: #8de5d4;
    font-size: 3.5rem;
    color: #ecf0f1;
    display: inline-block;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.fs {
    color: rgb(42, 183, 235);
    font-size: 3.5rem;
    color: #ecf0f1;
    display: inline-block;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

#voice {
    width: 100px;
    display: none;
    animation: bounce 2s infinite;
    margin-bottom: 140px;
}


@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


#btn {
    background: linear-gradient(45deg, #0093f4, #1abc9c);
    position: absolute;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
    gap: 1px;
    font-size: 1.5rem;
    border-radius: 50px;
    color: white;
    box-shadow: 0 0 20px rgba(41, 128, 185, 0.7), 0 0 30px rgba(142, 68, 173, 0.7);
    border: none;
    cursor: pointer;
    bottom: 200px;
    left: 715px;
}

#btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 40px rgba(41, 128, 185, 1), 0 0 60px rgba(142, 68, 173, 1);

}

#searchContainer {
    display: flex;
    align-items: center;
    gap: 10px;
}

#searchInput {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    font-size: 1.2rem;
    border-radius: 20px;
    color: black;
    box-shadow: 0 0 10px rgba(238, 239, 241, 0.989), 0 0 20px rgba(142, 68, 173, 0.5);
    border: none;
    width: 300px;
}

#searchBtn {
    background: linear-gradient(45deg, #0093f4, #1abc9c);
    padding: 10px 15px;
    font-size: 1.2rem;
    border-radius: 20px;
    color: rgb(246, 244, 244);
    box-shadow: 0 0 20px rgba(41, 128, 185, 0.5), 0 0 30px rgba(142, 68, 173, 0.5);
    border: none;
    cursor: pointer;
}

#searchBtn:hover {
    box-shadow: 0 0 40px rgba(41, 128, 185, 1), 0 0 60px rgba(142, 68, 173, 1);
    letter-spacing: 1px;
}


#wrapper {
    display: flex;
    position: absolute;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    bottom: 110px;
}

.logo-container {
    position: relative;
    display: inline-block;
}

.logo-button {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}

.logo-button img {
    width: 100px;
    height: auto;
}

.btn_one {
    height: 115px;
    width: 100px;
    color: white;
    position: absolute;
    left: 15px;
    top: 23px;
}

.mainbox .nav .btn_two {
    height: 100px;
    width: 100px;
    position: absolute;


    left: 99px;
    color: rgb(255, 255, 255);
}

.nav {
    position: absolute;
    left: -300px;
    top: 0px;
    height: 60vh;
    width: 120px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.8s ease-in-out;
    border-radius: 0px 0px 20px 0px;
}

#main_bar a {
    line-height: 2;
    text-decoration: none;
    color: white;   
}


.popup {
    display: none;
    position: fixed;
    z-index: 1;
    width: 50%;
    height: 50%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.241);
    padding: 50px;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    color: white;
    box-shadow: 0px 0px 20px 10px rgb(255, 255, 255);
    font-size: 150%;
}

#searchHistoryContainer {
    color: white;
    padding: 10px;
    margin-top: 20px;
    height: 100px;
    width: 500px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#bottom2 {
    position: absolute;
    height: 30rem;
    width: 50rem;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    border: 0.2px solid white;
    box-shadow: 2px 2px 10px white;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.3s ease-in;
    display: none;
}

#bottom2:hover {
    box-shadow: 4px 2px 20px white;
}

.feedbackbtn {
    position: absolute;
    right: 18rem;
    height: 23px;
    width: 150px;
    margin-top: 20px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.249);
    color: white;
    margin: 20px;
}

#history123 {
    height: 2rem;
    opacity: 0.2;
    transition: 0.8s;
}

#history123:hover {
    cursor: pointer;
    opacity: 1;
}

.checkbox2 {
    display: none;
}

.checkbox2:checked~#bottom2 {
    display: block;
}

#bottom2>div {
    position: relative;
    top: 2rem;
    left: 15rem;
    margin-top: 1px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
}

#full{
    height: 100%;
    width: 20%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.187);
    top: 0;
    right: -40%;
    backdrop-filter: blur(12px);
    padding: 150px 60px;
    overflow:hidden ;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#full h4{
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);  
}

#full i{
    position: absolute;
    top: 5%;
    right: 10%;
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    font-size: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

#nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 50px;
    color: rgb(255, 255, 255);
    margin-top: -500px;
    margin-left: 1450px;
}

#nav i{
    font-size: 30px;
    font-weight: 800;
    cursor: pointer; 
}

#cursor{
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    position:fixed;
    top: 0;
    left: 0;
    pointer-events: none;
   z-index: 1000;
}