

@media (max-width: 1080px) {
    #nav-item {
        font-size: 13px;
    }
}

@media (max-width: 1037px) {
    #nav-item {
        font-size: 12px;
    }
}

@media (max-width: 995px) {
    #nav-item {
        font-size: 11px;
    }
}

@media (max-width: 991px) {

    #navbarSupportedContent {
        background: var(--white-color);
        max-height: 500px;
        left: 0;
        padding: 0 20px 20px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        box-shadow: 0px 11px 25px 0px rgb(189 189 189 / 10%);
        border-radius: 10px;
    }

    #nav-item {
        padding: 0.75rem;
        color: var(--black-color);
        opacity: 0;
        font-size: 14px;
        animation: animation-topToBottom 1s ease forwards;
        border-bottom: 1px solid #525252;
    }

        #nav-item i.bi-chevron-down {
            margin-left: auto;
            width: 25px;
            height: 25px;
            background: var(--white-color);
            color: var(--four-color);
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            font-size: 16px;
        }

        #nav-item i.bi-person-fill-lock, #nav-item i.bi-book-half {
            color: var(--black-color);
        }

    #nav-item-drop {
        border: none !important;
    }

    .spanhr {
        display: none;
    }

    .course-details-content .title {
        font-size: 36px;
    }

    .single-blog .right .post-header .m-title {
        font-size: 24px;
    }

    .col-left {
        margin: 30px 0 0;
    }
}

@media (max-width: 768px) {
    #topbar ul {
        justify-content: center !important;
        margin-top: 0.5rem !important;
        gap: 0.5rem;
    }

    #home {
        text-align: left;
    }

    .title-home {
        font-size: 30px;
    }

    #home p {
        font-size: 17px;
        font-weight: 500;
    }

        #home p::first-line {
            font-size: 20px;
        }

    .course-details-content .title {
        font-size: 26px;
    }

    .privacy-content .top-wrapper h4 {
        font-size: 18px;
        line-height: 22px;
        margin-top: -3px;
    }

    .privacy-content .top-wrapper p, .privacy-content .top-wrapper ul li {
        font-size: 15px;
        line-height: 19px;
    }

    .post-content .title {
        font-size: 18px;
    }
}

@media (max-width:650px) {
    .event-details-list .list-wrap li {
        width: 100%;
    }

    .comment-area li {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .comment-area li .blog-thumb-info {
            width: auto;
            padding: 15px 0 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .comment-area li .blog-content {
            width: auto;
            padding: 0;
        }

    .single-blog .right .post-header blockquote {
        font-size: 15px;
        padding: 15px;
    }

    .single-blog .right .post-header .m-title {
        font-size: 20px;
    }

    .title-page h2 {
        font-size: 40px;
    }
}

@media (max-width: 550px) {
    #topbar ul {
        margin: 0 !important;
    }

        #topbar ul a {
            font-size: 12px;
        }

        #topbar ul a {
            font-size: 14px;
        }

    #topbar .list-icon {
        display: none !important;
    }

    .single-blog .content {
        flex-direction: column;
    }

        .single-blog .content .left {
            width: auto;
            display: flex;
            align-items: center;
            justify-content: start;
            gap: 1.5rem;
        }

            .single-blog .content .left .meta-list {
                display: flex;
                align-items: start;
                justify-content: start;
                gap: 1rem;
            }

        .single-blog .content .right {
            width: auto;
        }

    .blog-author {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 30px 12px;
    }

        .blog-author .author-content {
            width: auto;
            padding: 0;
        }

            .blog-author .author-content p {
                font-size: 15px;
            }

    .comment-area li .blog-content p {
        font-size: 15px;
    }
}

@media (max-width: 424px) {
    .single-blog .content .left {
        margin-right: 30px;
    }

    .single-blog .content {
        padding: 30px 20px 19px;
    }

    .title-page h2 {
        font-size: 30px;
    }
}
