#menu-bar{
    display: flex;
    align-self: flex-start;
}

#menu-items{
    display:flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: rgb(20 20 20);
    width: 100%;
    gap:20px;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#menu-items-container{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    min-width: 1165px;
    max-width: 1165px;
}

.menu-items-left{
    display: flex;
    align-items: center;
    gap: 20px;
}

#items-customize{
    display: flex;
    align-items: center;
    font-size: 20px;
    gap:10px
}

.item-button{
    height: 50px;
    font-size: 15px;
    background-color: transparent;
    color: whitesmoke;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.fill-effect:hover{
    color: transparent;
    background-image: linear-gradient(to right, #18A5A7, #BFFFC7);
    -webkit-background-clip: text;
    background-clip: text;
}

.footer-container{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 500px;
    width: 100%;
}

.footer-card{
    display: flex;
    flex-direction: column;

    min-width: 1165px;
    max-width: 1165px;
    background-color: rgb(22, 22, 22);

    border-width: 2px;
    border-top-style: solid;
    border-image: linear-gradient(to right, #18A5A7, #BFFFC7) 1;
}

.footer-heading{
    display: flex;
    height: fit-content;

}

.footer-heading-box{
    display: flex;
    height: fit-content;
   
}

.footer-table-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-table{
color: whitesmoke;
}

.footer-table-heading{
    font-size: 19px;
}

.copy-right{
    display: flex;
    margin-top: 20px;
}

.copy-right-heading-box{
    display: flex;
}

.copy-right-heading{
    color: whitesmoke;
    opacity: 7%;
    font-weight: normal;
    font-size: 15px;
}

.search-container {
    position: relative;
    display: inline-block;
    width: 300px;
}

#coinSearch {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    background-color: rgb(29, 28, 28) ;
    color: whitesmoke;
    border: none;
    border-radius: 10px;
    outline: none;
}

#coinSearch:focus{
    border: #8efdc6 solid 1px;
    outline: none;
}

#suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgb(20 20 20);
    color: whitesmoke;
    z-index: 99;
    max-height: 200px;
    min-width: 318px;
    border-top-style: none;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border: #8efdc6 solid 1px;
    border-radius: 10px;
    overflow-y: scroll;
    overflow-x: hidden;

    #suggestions::-webkit-scrollbar {
        display: none;
    }

     /* Hide scrollbar for IE, Edge and Firefox */
     -ms-overflow-style: none;  /* IE and Edge */
     scrollbar-width: none;  /* Firefox 64+ */
}

.suggestion-item {
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    background-color: transparent;
}

.suggestion-item:hover {
    transition: all 0.5s ease;
    opacity: 1;
    overflow: hidden;

    box-shadow: 
    0 0 5px #18A5A7, /* Inner glow */
    0 0 5px #18A5A7, /* Middle glow */
    0 0 5px #18A5A7, /* Outer glow */
    0 0 5px #18A5A7, /* Further outer glow */
    0 0 10px #BFFFC7 , /* Transition to lighter color */
    0 0 10px #BFFFC7; /* Even lighter for the outermost glow */
}

.menu-items-right{
    display: flex;
    align-items: center;
    gap: 20px;

}

.login-sign-up-buttons{
    display: flex;
    align-items: center;
    color: whitesmoke;
    height: 50px;
    font-size: 15px;
    font-weight: bolder;
    gap: 10px;
}


.login{
    cursor: pointer;
}

.sign-up{
    cursor: pointer;
    background-image: linear-gradient(to right, #18A5A7, #BFFFC7);
    width: 60px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.glow-text:hover {
    background-image: linear-gradient(to right, #18A5A7, #BFFFC7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    
    text-shadow:
        0 0 2px #18A5A750, /* Inner glow */
        0 0 2px #18A5A740, /* Middle glow */
        0 0 2px #18A5A730, /* Outer glow */
        0 0 2px #18A5A720, /* Further outer glow */
        0 0 2px #BFFFC710 , /* Transition to lighter color */
        0 0 2px #BFFFC705; /* Even lighter for the outermost glow */             
}


.menu-container{
    display: none;
    position: relative;
    background-color: rgb(20 20 20);
    height: 450px;
    /* width: 450px; */
    left: -325px;
    top: -5px;
    border: 1px solid; /* Border thickness */
    border-image: linear-gradient(to right, #18A5A7, #BFFFC7) 1;

    /* border-radius: 20px; */
    box-shadow: 0 0 10px 5px #18A5A710, /* Outer glow */
    0 0 20px 10px #BFFFC720; /* Softer, wider glow */

    padding: 10px;
    z-index: 1;
}

.menu-login-sign{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px;
}

.exit-menu-image{
    height: 15px;
    width: 15px;
}


.exit-menu-button{
    display: flex;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    border-radius: 50%;

    cursor: pointer;
}

.top-menu-box{
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1265px){
    #menu-items-container{
        min-width: 700px;
        max-width: 700px;
    }

    .menu-bar{
        width: 100%;
    }

    #items{
        display: none;
        flex-direction: column;
        font-size: 10px;
        align-items: flex-start;
        cursor: pointer;
    }

    .login{
        display:none;
    }

    .more{
        display: flex;
        height: 25px;
        width: 25px;
 
    }

    .menu-container{
        min-width: 300px;
        max-width: 300px;
    }

    .search-container{
        min-width: 175px;
        max-width: 175px;
    }

    #suggestions{
        min-width: 195px;
        max-width: 195px;
    }

    .suggestion-item {
     font-size: 12px;
    }

    .footer-card{
        min-width: 700px;
        max-width: 700px;
    }


    .footer-table-container{
        justify-content: space-evenly;
    }

    .copy-right-heading{
        font-size:10px;
        margin-left: 10px;
    }

    

   
}


@media (max-width: 750px) {

    #menu-items-container{
        min-width: 650px;
        max-width: 650px;
    }

    .footer-card{
        min-width: 650px;
        max-width: 650px;
    }
}

@media (max-width: 675px) {
    #menu-items-container{
        min-width: 500px;
        max-width: 500px;
    }

    #items-main-box{
        display: none;
    
    }

    .footer-card{
        min-width: 500px;
        max-width: 500px;
    }
}


@media (max-width: 550px) {

    #menu-items-container{
        min-width: 400px;
        max-width: 400px;
    }

    .menu-container{
        min-width: 275px;
        max-width: 275px;
        left: -300px;
    }

    .footer-card{
        min-width: 400px;
        max-width: 400px;
    }

    .footer-container{
        height: 400px;
    }
}


@media (max-width: 500px) {

    #menu-items-container{
        min-width: 400px;
        max-width: 400px;
    }

    .menu-container{
        min-width: 275px;
        max-width: 275px;
        left: -300px;
    }

    .footer-card{
        min-width: 400px;
        max-width: 400px;
    }

    .footer-container{
        height: 400px;
    }

}

@media (max-width:430px) {

    #menu-items-container{
        min-width: 350px;
        max-width: 350px;
    }

    .menu-container{
        min-width: 225px;
        max-width: 225px;
        left: -245px;
    }

    .search-container {
        min-width: 100px;
        max-width: 100px;
    }

    #suggestions{
        min-width: 120px;
        max-width: 120px;
    }

    .suggestion-item {
     font-size: 10px;
    }

    .footer-card{
        min-width: 350px;
        max-width: 350px;
    }

    .footer-table-heading{
        font-size: 14px;
    }

    .footer-data{
        font-size: 10px;
    }
}

@media (max-width:350px) {
    
    #menu-items-container{
        min-width: 300px;
        max-width: 300px;
    }

    .sign-up{
        display: none;
    }

    .footer-card{
        min-width: 300px;
        max-width: 300px;
    }
}