/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/

@media (min-width: 1300px) {}

@media (min-width: 1600px) {

}

/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    .feature-image {
        margin-left: -90px;
        margin-right: 0;
    }
    .shuufle-letter-title {
        font-size: 6.5rem;
    }
    .header-list > li:not(:last-child) {
        margin-right: 15px;
    }
}

/* Portrait tablets and small desktops */

@media (max-width: 991px) {
    .logo-wraper,
    .featurec-content {
        margin-bottom: 20px;
    }
    /* header */
    .header-area{
        padding: 10px 0;
    }
    .header-list > li {
        display: block;
    }
    ul.navbar-nav > li > a{
        line-height: 15px;
        margin-bottom: 15px;
    }
    .header-list {
        text-align: center;
    }
    .logo-wraper {
        text-align: center;
    }
    .header-list > li:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    /* shuffle letter */
    .section-title-wrpaer .shuufle-letter-title {
        display: none;
    }
     /* feature image */
     .feature-image {
        margin-left: 0px;
        margin-right: 0px;
    }
    .three-d-slider .single-item {
        margin: 30px;
    }
    .dots-bg {
        background-position: center center;
    }

    .hidden-md-down{
        display: none !important;
      }
      .hidden-md-up{
          display: block !important;
      }
}

/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .hidden-md-down{
        display: none !important;
      }
      .hidden-md-up{
          display: block !important;
      }
      .hero-content h2{
          font-size: 28px;
          line-height: 36px;
      }
      .hero-area{
          padding: 200px 0;
      }
      .section-padding {
        padding: 50px 0;
    }
}

/* Landscape phones and smaller */

@media (max-width: 480px) {
    .btn {
        height: 60px;
        line-height: 60px;
        padding: 0px 30px;
    }
    .logo img{
        max-width: 160px;
    }
    /* section title */
    .section-title {
        font-size: 2rem;
    }
    .section-title-wrpaer {
        margin-bottom: 35px;
    }
    /* demo panel */
    .demo-group > [class^=col-]:nth-last-child(-n+3) .single-demo {
        margin-bottom: 60px;
    }
    .demo-group > [class^=col-]:nth-last-child(-n+1) .single-demo {
        margin-bottom: 0px;
    }
    .feature-group > [class^="col-"]:nth-last-child(-n+4) .single-feature {
        margin-bottom: 30px;
    }
    .feature-group > [class^="col-"]:nth-last-child(-n+1) .single-feature {
        margin-bottom: 0px;
    }
    /* feaute box */
    .feature-group > [class^="col-"]:nth-last-child(-n+3) .feature-box {
        margin-bottom: 30px;
    }
    .feature-group > [class^="col-"]:nth-last-child(-n+1) .feature-box {
        margin-bottom: 0px;
    }
    .three-d-slider {
        padding-top: 0px;
    }
    .three-d-slider .owl-stage-outer {
        min-height: auto;
    }
    /* .single-demo .demo-image-container {
        height: 468px;
    } */
    .responsive-demo {
        height: 225px;
    }
    .feature-image {
        height: 375px;
    }

   
}

@media (max-width: 320px) {
    :root {
        font-size: 12px;
    }
    .responsive-demo {
        height: 144px;
    }
    .feature-image {
        height: 240px;
    }
}