/* NAVBAR */
@media (max-width: 991.98px) {
    /* BASE */
    #navbarSupportedContent {
        position: absolute;
        top: 65px;
        right: 0;
        background-color: var(--custom-darkblue);
        z-index: 15;
    }

    .navbar-nav {
        padding: 1em;
    }
    /* END OF BASE */

    .list-blog-content {
        padding-left: 12px;
        padding-right: 0px;
    }

    .list-blog-content .big-blog-title {
        font-size: 18px;
        line-height: 100%;
    }

    .footer-links a {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .end-part {
        display: flex;
        position: fixed;
        bottom: 0px;
        top: inherit;
        background: black;
        width: 100%;
        left: 0px;
        right: 0px;
        justify-content: center;
    }

    .search-form {
        position: absolute;
        bottom: 50px;
        right: 0;
        left: 0;
        top: inherit;
        margin: 0 auto;
        width: fit-content;
        height: 33px;
        overflow: hidden;
    }

    .dropdown-menu.show {
        top: inherit !important;
        bottom: 35px !important;
        background: #2D2F30 !important;
        width: 100% !important;
        left: 0px !important;
        right: 0px !important;
        flex-direction: column;
        position: fixed !important;
    }

    .dropdown-item {
        color: #FFFFFF;
        margin-bottom: 12px;
    }

    .big-blog-title {
        font-size: 24px;
        line-height: 100%;
    }

    .big-blog-shortDesc {
        font-size: 14px;
        line-height: 140%;
    }

    .banner-image {
        height: auto;
    }

    .black-header {
        z-index: 100;
        position: relative;
    }

    .norespop,
    .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .blog-list-row > .col-md-12 {
        padding-left: 0px !important;
    }

    .list-blog-img img {
        height: auto;
    }

    .hr-line {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .list-one-blog{
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .iframe-container {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    footer {
        padding-bottom: 2em;
        margin-top: 12px;
    }

    .footer-social-icons {
        margin-top: 24px;
        margin-bottom: 24px;
        justify-content: center;
    }

    .category-title {
        font-size: 24px;
        line-height: 100%;
        margin-top: 12px;
    }

    .category-title svg {
        height: 29px;
    }

    .blog-content {
        font-size: 14px;
    }

    .blog-content blockquote {
        font-size: 18px;
        padding-left: 24px;
    }

    .countdown-container {
        font-size: 13px;
        min-width: 91px;
    }
    .countdown-container svg {
        height: 13px;
        width: 12px;
    }

    .base-container {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .dropdown-item:focus, .dropdown-item:hover {color: #FFFFFF;}
}


@media (max-width: 575.98px) {
    /* BASE */
    .static-content ul {
        columns: 1;
    }
    /* END OF BASE */

    .general-padding {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .static-content h1 {
        font-size:2.5rem
    }
    .static-content h2 {
        font-size:2rem
    }
    .static-content h3 {
        font-size:1.75rem
    }
    .static-content h4 {
        font-size:1.5rem
    }
    .static-content h5 {
        font-size:1.25rem
    }
    .static-content h6 {
        font-size:1rem
    }

    .category-icon {
        font-size: 12px;
        height: 22px;
        bottom: -11px;
    }
}

/* SM */
@media (min-width: 576px) and (max-width: 767.98px) {
    .general-padding {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}

/* MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    .general-padding {
        padding-top: 3em;
        padding-bottom: 3em;
    }

}

/* LG */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .list-blog-content {
        padding-left: 18px;
        padding-right: 18px;
    }

    .list-blog-content .big-blog-title {
        font-size: 22px;
    }

    .list-blog-content .category-icon {
        font-size: 14px;
    }

    .one-social-icon svg {
        height: 25px;
    }

    .one-social-icon {
        height: 43px;
        width: 43px;
    }

    .footer-links a {
        font-size: 15px;
    }
}


@media (min-width: 992px) {
    header {
        margin-bottom: 90px;
    }

    .header-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .header-wrapper.is-hidden {
        opacity: 0;
        transform: translate(0,-60px);
        transition: transform .2s,background .3s,color .3s,opacity .3s;
    }

    .header-wrapper.is-visible {
        opacity: 1;
        transform: translate(0,0);
        transition: transform .2s,background .3s,color .3s;
    }

}

/* XL */
@media (min-width: 1200px) {

}

@media (min-width: 1200px) and (max-width: 1299.98px) {

}

@media (min-width: 1300px) {
    .container {
        max-width: 1200px !important;
        width: 1200px !important;
    }
}
