@media only screen and (min-width:0px) and (max-width:767.98px) {

    .navbar-wrapper {
        background-color: rgba(0, 0, 0, 0.8);
        height: 60px !important;
        align-items: inherit !important;
    }
    .navbar-wrapper .container{
        width: 100% !important;
        max-width: 100%;
    }
    nav.main-navbar{
        display: block;
        height: 60px;
    }
    .logo {
        position: relative;
        z-index: 999;
        max-width: 200px;
        padding: 0 15px;
    }
    .banner .demo-heading h1 {
        font-size: 32px;
        font-weight: 700;
        text-transform: capitalize;
        color: #fff;
        text-align: center;
    }
    .banner .demo-heading h1 span {
        font-weight: 400;
        font-size: 32px;
    }
    .demo-block a {
        margin-bottom: 32px;
        width: 100%;
    }
    .demo-block .demo-title h3 {
        font-size: 24px;
        margin-top: 20px;
    }
    section {
        padding: 50px 0;
    }

    

}

/*----------Small devices Tablets------------*/
@media only screen and (min-width:768px) and (max-width:991.98px) {
   
    .navbar-wrapper {
        background-color: rgba(0, 0, 0, 0.8);
        height: 60px !important;
        align-items: inherit !important;
    }
    .navbar-wrapper .container{
        width: 100% !important;
        max-width: 100%;
    }
    nav.main-navbar{
        display: block;
        height: 60px;
    }
    .mob-p-0{
        padding: 0;
    }
    .logo {
        position: relative;
        z-index: 999;
        max-width: 200px;
        padding: 0 15px;
    }
    section {
        padding: 50px 0;
    }
    .demo-block .demo-title h3 {
        margin-top: 15px;
    }
    .demo-block .demo-title h3 {
        margin-top: 15px;
    }
    .demo-block a {
       margin-bottom: 40px;
       width: 100%;
    }
 
    
}

/*---------- iPad pro------------*/
@media only screen and (min-width:992px) and (max-width:1366px) {
    .demo-block a {
        margin-bottom: 40px;
        width: 100%;
    }
    .demo-block .demo-title h3 {
        margin-top: 15px;
    }

}
