
   .c1 {background-color: brown;}
   .c2 {background-color: white;}
   .c3 {background-color: rgb(3, 49, 11);}
   .c4 {background-color: whitesmoke;}
   .c5 {background-color: rgb(20, 20, 20);}
.dropdown-menu .dropdown-item {
    color: black !important
}
@media only screen and (max-width: 600px) {
    .slider_height {
        height: 50vh;
        width: 100%
    }
}
@media only screen and (min-width: 600px) {
    .slider_height {
        height: 100vh;
        width: 100%
    }
}

    html {
        --scrollbarBG: #CFD8DC;
        --thumbBG: #90A4AE;
    }

    body::-webkit-scrollbar {
        width: 14px;
    }

    body::-webkit-scrollbar-thumb {
        background: rgb(34,193,195);
        background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 69%);
        border-radius: 16px;
    }

.notice_back_color {
    background-color: #292D77;
    color: white;
}


    #font_size {
        font-size: 1.5rem;
        text-align: center;
    }

    .fc1 {
        color: brown;
    }

    .fc2 {
        color: rgb(88, 18, 18);
    }

    .fc4 {
        color: green;
    }


    .dropdown:hover .dropdown-menu {
        display: block
    }


    .round_button {
        border-radius: 40px;
    }

    .card:hover {
        transform: translateY(-10px);
        transition: all 0.5s ease-in-out;
    }


    .grow {
        flex-grow: 0;
    }


    .crd1 {
        transform: translateY(-10px);
    }

    .crd2 {
        transform: translateY(-20px);
    }


    .grow {
        flex-grow: 0;
    }

    .but_dis {
        display: block;
    }



    .map_height {
        height: 150px;
    }

    .fc3 {
        color: red;
    }

    .ujla {
        color: white;
    }

    .list1 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .list1 li {
        list-style: none;
    }


    .foot ul li {
        list-style: none;
    }


    .foot li:hover {
        transform: translateX(10px);
        transition: all 0.5s ease-in-out;
        color: khaki;
    }

    .motion_e:hover {
        transform: translateX(10px) !important;
        transition: all 0.5s ease-in-out !important;
        color: khaki !important;
    }

    .list1 li::before {
        content: "\f679";
        font-family: "Font Awesome 6 Free";
    }


    .sosl h1:hover {
        transform: translateY(-10px);
        transition: all 0.5s ease-in-out;
    }




    .feedback {
        background-color: #31afd500;
        color: white;
        padding: 15px 20px 10px 20px;
        border-radius: 50% 50%;
        border: 4px dashed green;
        margin-bottom: 20px;
        animation: ani 2s infinite;
        animation-fill-mode: both;
    }



        .feedback:hover h1 {
            color: rgb(2, 9, 71);
        }


    #mybutton {
        position: fixed;
        bottom: -4px;
        right: 20px;
    }


    @keyframes ani {
        0% {
            transform: rotate(0deg);
        }


        100% {
            transform: rotate(360deg);
        }
    }

    .vid-wrapper {
        text-align: center;
        padding: 20px;
    }

    .vid {
        display: inline-block;
        vertical-align: top;
        position: relative;
        border: 2px solid #3A5CAB;
        padding: 2px;
        cursor: pointer;
    }

        .vid:hover {
            transform: translateY(-10px);
            transition: all 0.3s;
        }

        .vid::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

    h2.vid-head {
        font-size: 20px;
        color: #333;
    }

    /* Video Popup */
    .video-popup {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 998;
        background: rgba(0, 0, 0, .7);
        cursor: pointer;
        display: none !important;
    }

        .video-popup.show-video {
            display: flex !important;
        }

    .iframe-wrapper {
        position: relative;
    }

/*notice section*/
.mynotice {
    position: fixed;
    top: 50%;
    left: -100px;
    z-index: 9999;
    transition: all 1s ease-in;
}
.noticefeed {
    background: rgba(0,0,0,0.8);
    backdrop-filter: saturate(180%) blur(10px);
    color: white !important;
    border: 4px solid rgba(255, 255, 255, 0.7);
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-height: 6vh;
    overflow: hidden;
    list-style: armenian !important;
    max-width: 250px;
    transition: height 1s ease-in;
    transform: rotate(-90deg);
}

