/* Top Navigation Starts */
.top {
    background-color: var(----top-bg);
}

.top-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px;
}

.top_content {
    display: flex;
    justify-content: center;
    align-item: center;
    gap: 20px;
    padding: 5px 0;
    font-family: var(----header-font-family);
}

.top-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    border: none;
    background-color: var(----top-bg);
    border-radius: 3px;
    gap: 5px;
    cursor: pointer;
}

.top-btn p {
    font-size: 14px;
    font-weight: bold;
    font-family: var(----header-font-family);
    color: var(----font-color);
}

.btn-increase,
.btn-default,
.btn-decrease {
    background-color: white;
    color: var(----menu-bg);
    font-family: var(----header-font-family);
    font-weight: 600;
}

.top-btn .fa-sitemap,
.fa-eye,
.fa-signal {
    font-size: 16px !important;
    color: var(----menu-bg);
}

.top-btn .fa-brush {
    font-size: 16px !important;
    color: var(----menu-bg);
}

.lang {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    position: relative;
    border: none;
    height: 25px;
    background-color: white;
    border-radius: 3px;
}

.language-toggle {
    height: 25px;
    display: flex;
    width: 50px;
    flex-direction: row;
}

.lang a {
    color: black;
    text-decoration: none;
    padding: 0.5rem;
    display: flex;
}

.lang__chevron {
    display: inline-block;
    float: right;
    transform: rotate(90deg);
    transition: transform 0.2s;
}

.lang__list {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: none;
}

.lang__option {
    padding: 0.5rem;
}

.lang__option:hover,
.lang__option:focus {
    background-color: white;
}

.is-open .lang__list {
    display: block;
}

.is-open .lang__chevron {
    transform: rotate(270deg);
}

#clock {
    font-weight: bold;
    color: #027f30;
}

.top_socialicons a {
    margin: 0 3px;
    font-size: 24px;
    text-decoration: none;
}

.top-social-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.top-social-links a {
    font-size: 25px;
    color: gray;
    transition: color 0.3s ease;
}

.top-social-links a:hover {
    color: inherit;
}

.top-social-links a[aria-label="Facebook"]:hover {
    color: #1877f2;
}

.top-social-links a[aria-label="YouTube"]:hover {
    color: #ff0000;
}

/* Header Section */
.container {
    max-width: 1440px;
    margin: 0 auto;
}

.head {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.head .top-right {
    grid-column: span 6;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.head .top-right ul {
    padding: 0;
    margin: 0;
}

.top-right .logo img {
    width: 121px;
    height: 102px;
}

.top-right .logo-text ul {
    list-style: none;
    color: #b20000;
}

.top-right .logo-text .first {
    font-size: 18px;
}

.top-right .logo-text .second {
    font-size: 19px;
}

.top-right .logo-text .third {
    font-size: 21px;
    font-weight: bold;
}

.top-right .logo-text .last {
    font-size: 18px;
    color: var(--main-color3);
}

.top-right .logo-flag img {
    height: 65px;
    width: 40px;
}

.head .top-slogan {
    width: 500px;
    display: flex;
    align-items: center;
}

.head .top-slogan ul {
    list-style: none;
    display: flex;
    gap: 50px;
    color: var(--main-color3);
    margin-bottom: 0px;
}

.head .top-slogan ul li {
    display: flex;
    font-size: 18px;
    font-style: italic;
    font-family: var(----bitter-font);
    color: #027f30;
    text-align: center;
    font-weight: bold;
}

.top-left {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.top-left .narc-logo img {
    height: 125px;
    width: auto;
}

.top-left {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.top-left .nepal-flag img {
    height: 100px;
    width: auto;
}

/* FOR SMALLER */
.smaller-screen {
    /* border: 2px solid red; */
    display: none;
    flex-direction: column;
    padding: 10px 10px;
}

.smaller-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.smaller-top .top-right {
    display: flex;
    align-items: center;
    gap: 0px;
}

.smaller-top .top-right .logo img {
    width: 40px;
    height: auto;
}

.smaller-top .top-right .logo-text {
    line-height: 1.1 !important;
}

.smaller-top .top-right .logo-text .first {
    text-align: center;
    font-size: 12px;
}

.smaller-top .top-right .logo-text .second {
    text-align: center;
    font-size: 12px;
}

.smaller-top .top-right .logo-text .third {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.smaller-top .top-right .logo-text .last {
    text-align: center;
    font-size: 12px;
    color: var(--main-color3);
}

.smaller-top .top-left {
    align-self: center;
    text-align: right;
    gap: 10px;
}

.smaller-top .top-left .narc-logo img {
    height: 45px;
}

.smaller-top .top-left .nepal-flag img {
    /* border: 2px solid red; */
    width: auto;
    height: 40px;
}

.smaller-slogan .top-slogan {
    align-self: center;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.smaller-slogan {
    display: flex;
    justify-content: center;
}

.smaller-slogan ul li {
    list-style: none;
    font-family: "Bitter", serif;
    font-size: 14px;
    font-weight: bold;
    color: #027f30;
    font-style: italic;
    text-align: center;
}

/* Media Query for Mobile View */
@media screen and (max-width: 768px) {
    .head {
        display: none;
    }

    .smaller-screen {
        display: block;
    }

    .top-top {
        height: auto;
    }
}

/* HEAD ENDS */
.menu {
    background-color: #027f30;
}

/* MOBILE VIEW */
@media screen and (max-width: 768px) {
    .top-nav,
    .top_content {
        display: block;
        padding: 10px 0;
    }

    .top_content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0px;
    }

    .low-bandwidth {
        order: 2;
    }

    .clock,
    .clockNp {
        display: none;
    }

    .language-toggle {
        order: 1;
    }

    .top-social-links,
    .top-btn-btn {
        display: none;
    }

    .top-top-nav,
    .top_top_content {
        display: block;
        padding: 0px;
    }

    .top_top_content {
    }

    .top_top_content {
        padding: 0px;
        width: 100%;
        display: flex;
    }

    .top_top_content_bandwidth {
        flex: 1;
    }

    .top_top_content_bandwidth .top-btn p {
        font-size: 8px;
    }

    .top_top_content .lang {
        font-size: 15px;
    }
}
