.container {
    width: 94%;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    z-index: 3;
}
.mobile-share {
    display: none;
}
@media screen and (max-width: 1024px) {
    .mobile-share {
        display: block;
        width: 30px;
        height: auto;
    }
    .mobile-share svg {
        width: 100%;
        height: auto;
        vertical-align: middle;
        fill: #fff;
    }
    .social-nav {
        display: none;
    }
}
/* ==========TABLETS========== */
/* Large tablets */
@media screen and (min-width: 900px) and (max-width: 1024px) {
    body {
        font-size: 25px;
    }
    .app-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 20%;
    }
    .about-text {
        transform: translate3d(0, 0, 0);
        width: 60%;
    }
    .category-container {
        transform: translate3d(0, 0, 0);
        width: 60%;
    }
    .video-container {
        position: absolute;
        width: 50%;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .single-video h2 {
        font-size: 190%;
        font-weight: 500;
        padding-bottom: 10px;
        position: absolute;
        top: -75px;
    }
    /*is video*/
    .is-video .about-text {
        opacity: 0;
    }
    .is-video .category-container {
        position: absolute;
        bottom: 3%;
        left: 0;
        width: 100%;
        height: auto;
        transition: none;
        padding: 0 5%;
    }
    .is-video .category-circle {
        display: none;
    }
    .is-video .category-nav {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 0px;
    }
    .is-video .category-nav li {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        animation: none;
        width: 40px;
        width: 15%;
    }
    .close-video {
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
    }
}
/* Small tablets */
@media screen and (min-width: 768px) and (max-width: 899px) {
    body {
        font-size: 20px;
    }
    .app-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 20%;
    }
    .about-text {
        transform: translate3d(0, 0, 0);
        width: 60%;
    }
    .category-container {
        transform: translate3d(0, 0, 0);
        width: 60%;
    }
    .video-container {
        position: absolute;
        width: 50%;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .single-video h2 {
        font-size: 190%;
        font-weight: 500;
        padding-bottom: 10px;
        position: absolute;
        top: -75px;
    }
    /*is video*/
    .is-video .about-text {
        opacity: 0;
    }
    .is-video .category-container {
        position: absolute;
        bottom: 4%;
        left: 0;
        width: 100%;
        height: auto;
        transition: none;
        padding: 0;
    }
    .is-video .category-circle {
        display: none;
    }
    .is-video .category-nav {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 15px;
    }
    .is-video .category-nav li {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        animation: none;
        width: auto;
        width: 15%;
    }
    .close-video {
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
    body {
        font-size: 18px;
    }
    .app-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 20%;
    }
    .about-text {
        transform: translate3d(0, 0, 0);
        width: 60%;
    }
    .category-container {
        transform: translate3d(0, 0, 0);
        width: 60%;
    }
    .video-container {
        position: absolute;
        width: 50%;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .single-video h2 {
        font-size: 190%;
        font-weight: 500;
        padding-bottom: 10px;
        position: absolute;
        top: -75px;
    }
    /*is video*/
    .is-video .about-text {
        opacity: 0;
    }
    .is-video .category-container {
        position: absolute;
        bottom: 2%;
        left: 0;
        width: 100%;
        height: auto;
        transition: none;
        padding: 0 5%;
    }
    .is-video .category-circle {
        display: none;
    }
    .is-video .category-nav {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 5px;
    }
    .is-video .category-nav li {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        animation: none;
        width: 40px;
        width: 15%;
    }
    .close-video {
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
    }
}
/* ==========MOBILE PHONES========== */
/* Large phones / Phablets */
@media screen and (min-width: 601px) and (max-width: 767px) {}
/* Regular phones */
@media screen and (min-width: 481px) and (max-width: 600px) {}
/* Small phones */
@media screen and (max-width: 480px) { 
    body {
        font-size: 18px;
    }
    .app-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 30%;
    }
    .about-text {
        transform: translate3d(0, 0, 0);
        width: 100%;
    }
    .category-container {
        transform: translate3d(0, 0, 0);
        width: 90%;
    }
    .video-container {
        position: absolute;
        width: 80%;
        top: 53%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .single-video h2 {
        font-size: 180%;
        font-weight: 500;
        padding-bottom: 10px;
        position: absolute;
        top: -55px;
    }
    /*is video*/
    .is-video .about-text {
        opacity: 0;
    }
    .is-video .category-container {
        position: absolute;
        bottom: 3%;
        left: 0;
        width: 100%;
        height: auto;
        transition: none;
        padding: 0 5%;
    }
    .is-video .category-circle {
        display: none;
    }
    .is-video .category-nav {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 0px;
    }
    .is-video .category-nav li {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        animation: none;
        width: 20%;
    }
    .close-video {
        top: 20px;
        left: 20px;
        width: 50px;
        height: 50px;
    }
    .help-text {
        position: absolute;
        bottom: 6%;
        right: 5%;
    }
    /*for app*/
    .is-apps .video-container {
        width: 85% !important;
        top: 49% !important;
        left: 50% !important;
        transform: translate3d(-50%, -50%, 0);
    }
    /**/
    
    
    
    
    
}
@media screen and (max-width: 390px) {
    body {
        font-size: 17px;
    }
    .single-video h2 {
        font-size: 180%;
        font-weight: 500;
        padding-bottom: 10px;
        position: absolute;
        top: -55px;
    }
}
@media screen and (max-width: 375px) {
    body {
        font-size: 15px;
    }
    .about-text h1 {
        font-size: 280%;
        line-height: 140%;
        text-align: center;
        margin-bottom: 1rem;
    }
    .category-container {
        transform: translate3d(0, 0, 0);
        width: 80%;
    }
    .video-container {
        position: absolute;
        width: 70%;
        top: 53%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .close-video {
        top: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
    }
    .single-video h2 {
        font-size: 150%;
        font-weight: 500;
        padding-bottom: 10px;
        position: absolute;
        top: -45px;
    }
    .is-apps .video-container {
        width: 70% !important;
        top: 46% !important;
        left: 50% !important;
        transform: translate3d(-50%, -50%, 0);
    }
    
  .is-apps .app-wrapper {
    padding-top: 5% !important;
} 
    
    
    
}