@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
    background-color: rgb(255, 255, 255);
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(235, 235, 235);
}

.btd {
    transition: 0.3s;
}

.btd:hover {
    filter: brightness(90%);
    transition: 0.3s;
}

.btd:active {
    transform: scale(0.95);
    transition: 0.3s;
}

.autocom-box {
    display: none;
    height: 90px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    z-index: 9999;
    width: 700px;
    color: white;
    border-radius: 25px;
    padding: 10px;
    background-color: rgb(54, 54, 54)
}

.menu-navigation ul li a i.hover {
    box-shadow:  rgb(3, 107, 243);
 }
.menu-navigation ul li.hover {
    box-shadow:  rgb(3, 107, 243);
 }
.menu-navigation ul li a.hover {
    box-shadow:  rgb(3, 107, 243);
 }

.modal.activex {
    display: block;
    height: 500px;
    border-radius: 7px;
    overflow: auto;
    margin-top: 100px;
}

.modal ul li {
    list-style: none;
    width: 90%;
    font-size: 20px;
    margin: 4px;
    cursor: pointer;
    border-bottom: 1px solid rgb(224, 224, 224);
    transition: 0.2s;
    color: black;
}

.modal ul li:hover {
    list-style: none;
    width: 100%;
    transition: 0.2s;
    padding: 0 20px;
    border-radius: 50px;
    background-color: rgb(3, 107, 243);
    opacity: 0.9;
    color: white;
}

.modal ul a {
    color: black;
}

.cs {
    position: absolute;
    margin-left: 320px;
    background-color: rgb(233, 1, 1);
    color: white;
    padding: 3px;
    border-radius: 33px;
}

.modal .btn-close {
    margin: 5px;
}

#btx {
    background-color: rgb(3, 107, 243);
}

.nt {
    color: rgb(8, 243, 204);
    object-position: left bottom;
}
.na {
    color:rgb(250, 208, 92);
    object-position: left bottom;
}
.s {
    color: rgb(10, 219, 247);
    object-position: left bottom;
}
.df {
    color: white;
    object-position: left bottom;
}

figure {
    color:white;
}

pre, code {
    color: rgb(58, 248, 255);
}

.coom {
    animation: ds1 1s linear infinite;
}

@keyframes ds1 {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media(max-width: 767px) {
    .header-navbar {
        background-color: rgb(34, 30, 58);
    }

    .clr2 {
        display: none;
    }

    .clr3 {
        display: none;
    }
    
    .modal.activex {
        display: block;
        height: 350px;
        border-radius: 7px;
        overflow: auto;
        margin-top: 100px;
    }

    .btd {
        margin-top: 30px;
    }
}