* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* bl */
.bl {
    position: relative;
    overflow: hidden;
}

.bl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff00 20%, rgba(255, 196, 0, 0.493), #ffffff00 28%);
    background-size: 100% 320%;
    opacity: 0.4;
    z-index: 1;
    animation: wave 4s linear infinite;
}

@keyframes wave {
    0% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% -220%;
    }
}

/* circle */
.circle {
    width: 80px;
    height: 80px;
    background-color: #00000094;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.circle-large {
    width: 120px;
    height: 120px;
}

.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.circle-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    border-top: solid 2px #ffb700;
    border-right: solid 0.5px #ffb700;
    border-bottom: solid 0.3px #ffb700;
    border-left: solid 1px #ffb700;
    animation: rotate-border 5s linear infinite;
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lkj {
    border: solid 2px #ffb700;
    box-shadow: 0 0 10px #ff9800, 0 0 20px rgba(255, 208, 0, 0.103);
}

.lk {
    box-shadow: 0 0 6px #ff9800, 0 0 20px rgba(255, 208, 0, 0.103);
}




/* 
 */

.highlight {
    border: 1px solid rgb(255, 0, 0);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.671), 0 0 20px rgba(255, 0, 0, 0);
    border-radius: 50%;
    z-index: 99;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.hidden {
    display: none;
}


/* particles */
/* .fire-particle {
    position: absolute;
    bottom: 0;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 94, 0, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.9), 0 0 20px rgba(255, 69, 0, 0.8);
    animation: rise 3s linear infinite;
}

@keyframes rise {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        transform: translateY(-800px) scale(0);
        opacity: 0;
    }
} */


/* video */
body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    max-width: none;
    max-height: none;
    z-index: -1;
    filter: brightness(0.5);
    object-fit: cover;
}

.content {
    z-index: 1;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* card gl */
.hty {
    background-color: rgba(0, 0, 0, 0.144);
    padding: 20px;
    border-radius: 6px;
    border: solid 1px #ffb7008c;

}


.m-lk {
    box-shadow: 0 0 4px #ff990098, 0 0 20px rgba(255, 208, 0, 0.103);
}



/* fixed menu */
.fixed-menu {
    position: fixed;
    top: 0;
    left: 50%;
    width: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    z-index: 10;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    transform: translateX(-50%);
}

.fixed-menu a {
    text-align: center;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.fixed-menu img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.search-bar {
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: white;
    border-radius: 25px;
    width: 30%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.search-bar span {
    font-weight: bold;
    color: black;
}

.sh {
    margin-left: 20px;
}

.search-bar .x {
    color: red;
}

.search-bar img {
    width: 30px;
    height: 30px;
}

.ff-o {
    filter: drop-shadow(0 0 10px #ffa832) drop-shadow(0 0 20px rgba(255, 208, 0, 0.103));
}

.ff-d {
    filter: drop-shadow(0 0 10px #2a95fe) drop-shadow(0 0 20px rgba(255, 208, 0, 0.103));
}

.ff-v {
    filter: drop-shadow(0 0 10px #ea8408) drop-shadow(0 0 20px rgba(255, 208, 0, 0.103));
}

/* modal new */
.modal-content {
    background-color: #000000;
}