@media only screen and (max-width: 1500px) {
    .blog-1 {
        width: 500px;
        height: 120%;
    }
}
@media only screen and (max-width: 1500px) {
    .youtube-video iframe {
        height: 650px;
    }
}

@media only screen and (max-width: 1199px) {
    span.subname {
        width: 100%;
        display: block;
    }
    html {
        scroll-padding-top: 80px;
    }
    .main-inner {
        width: 100%;
        padding-left: 20px;
    }
    .menu-bar {
        display: block;
    }
    nav {
        left: -300px;
        transition: 0.5s all ease-in-out;
    }
    .page-head {
        padding: 11px 20px 10px 25px;
        height: 100%;
    }
    .nav-open nav {
        left: 0;
        overflow: visible;
    }
    .header {
        padding-left: 0;
        background-color: #ffffff;
    }
    main {
        width: 100%;
    }
    .nav-open {
        position: relative;
    }
    .nav-open::before {
        content: "";
        position: absolute;
        top: -110px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000a3;
        z-index: 99;
    }
    .nav-open {
        overflow: hidden !important;
    }
    .content-tabs {
        display: none;
    }
    .sub-inner.content-tabs {
        display: block;
    }
    .nav-open .page-head .menu-bar {
        opacity: 0;
    }
    .content-tabs-sidebar {
        display: block;
    }
    .header {
        height: 72px;
    }
    .sidebar-links {
        height: calc(100vh - 230px);
    }
    .youtube-video iframe {
        height: 550px;
    }
    .sidebar-links {
        padding: 0 15px 10px 15px;
    }
}

@media only screen and (max-width: 1199px) {
    /* body::before {
        content: "Please open this documentation on a desktop or a larger screen.\A This documentation is designed only for web viewing.";
        white-space: pre-wrap;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.9);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
        z-index: 9999;
        font-size: 20px;
    }

    body > * {
        display: none !important;
    }
     */
     body::before {
        content: "For the best experience, please view this documentation on a desktop or larger screen.";
        white-space: pre-wrap;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffcc00; 
        color: #000; 
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        z-index: 9999;
    }
    .page-head {
        top: 50px;
    }
    body {
        padding-top: 50px; 
    } 
    .blog {
        grid-template-columns: repeat(1, 1fr);
    }
    .personal-blog-search-inner {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {

    .blog-1 {
        height: 120%;
    }
    .youtube-video iframe {
        height: 480px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .section-title:before {
        height: 20px;
    }
    .sub-inner-main {
        padding-left: 0px;
    }
    .blog-1 {
        display: none;
    }
    .blog {
        grid-template-columns: repeat(1, 1fr);
    }
    .youtube-video iframe {
        height: 380px;
    }
    .main-inner {
        padding-left: 0;
    }
    .sidebar-links {
        height: calc(100vh - 220px);
    }
    .card-items .card-item-inner {
        width: 50%;
    }
}
@media only screen and (max-width: 575px) {
    .contact-blog {
        padding: 40px 40px;
    }
    .contact-blog-inner ul li {
        display: grid;
    }
    .contact-blog-inner ul li span {
        margin-bottom: 8px;
    }
    .blog {
        gap: 20px;
    }
    .app-name {
        padding: 10px 30px 25px;
    }
    .app-name-text span {
        font-weight: 500;
        font-size: 16px;
    }
    .youtube-video iframe {
        height: 280px;
    }
    .card-items .card-item-inner {
        width: 100%;
    }
    main {
        margin: 70px 0px 0 0;
    }
    .lead {
        font-size: 14px;
    }
    .blog-top {
        display: block;
    }
    .app-name {
        padding: 10px 10px 10px;
    }
    .blog-top-img {
        padding-left: 10px;
        padding-top: 10px;
    }
    .quickGuildBtn {
        padding: 6px 10px;
        font-weight: 400;
        border-radius: 6px;
        font-size: 12px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }
    .personal-blog-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-top-img img {
        border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -ms-border-radius: 10px !important;
        -o-border-radius: 10px !important;
}
}
@media only screen and (max-width: 480px) {
    .sub-inner-main {
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .sub-sub-inner-main {
        padding-left: 0px;
    }
    .product-name h1 {
        font-size: 20px;
    }
    span.subname {
        display: none;
    }
    .section-title {
        margin-bottom: 10px;
    }
    .youtube-video iframe {
        height: 227px;
    }
}
