@media screen and (min-width: 1450px) {
    .priview-head .container {
        max-width: 1645px;
    }
   
}
@media screen and (max-width: 1450px) {
    .priview-head .container {
        /* max-width: 1450px; */
    }
    .blue-btn {
        font-size: 16px;
    }
    .priview-head ul li a i {
        font-size: 55px;
    }
    .preview-nav {
        margin-left: 120px;
    }
    .site-lower-head h1 {
        font-size: 50px;
    }
    .site-lower-head p {
        font-size: 20px;
    }
    .b-img {
        width: 230px;
        height: 130px;
    }
}
@media screen and (max-width: 1370px) {
    .filter-section-inner {
        position: relative;
    }
    .filter-bar {
        /* width: 310px; */
        /* position: absolute; */
        top: 0;
        left: 0;
        z-index: 99999;
        min-height: 100%;
    }
}
@media screen and (max-width: 1200px) {
   
    .theme-card-body .inner-body-desktop {
        justify-content: center;
    }
    .list-theme-card {
        /* gap: 42px; */
    }
}
@media screen and (max-width: 1080px) {
    .theme-data {
        width: 100%;
        order: 1;
        text-align:center;
        padding-top: 40px;
    }
    .theme-img img {
        object-fit: contain;
    }
    .theme-count {
        width: 100%;
    }
    .theme-baner::before {
        width: 100%;
    }
    .theme-data h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .filter-bar {
        width: 310px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99999;
        height: 100%;
        transition: all 0.5s ease;
    }
}
@media screen and (max-width: 991px) {
    .theme-card {
        width: 32.2%;
        margin-bottom: 30px;
    }
    .list-theme-card {
        gap: 1.5%;
    }
    .theme-img img {
        width: auto;
        max-width: 100%;
        height: 100%;
        margin: auto;
    }
    .theme-img {
        height: 400px;
    }
    .preview-bar li:nth-child(2) {
        order: 1;
        width: 100%;
    }
    .preview-bar .nav-pills li:nth-child(1) {
        margin-left: 0;
    }
    .preview-bar .nav-pills li:nth-child(2) {
        order: inherit;
        width: auto;
    }
    .priview-head ul li a.active {
        background-color: transparent;
    }
    .preview-nav {
        margin-left: 0px;
        width: 100%;
        justify-content: center;
    }
    .tab-pre-img {
        height: 100vh;
    }
    .mob-pre-img {
        height: 100vh;
    }
    .theme-preview .tab-pane {
        margin-top: 60px;
    }
}
@media screen and (max-width: 768px) {
   
    .theme-img {
        height: fit-content;
    }
    .theme-img img {
        object-fit: contain;
    }
    .fav-bar li a {
        font-size: 12px;
    }
    .fav-bar li img {
        margin-right: 5px;
        width: 19px;
    }
    .fav-bar {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .theme-card {
        width: 49.2%;
    }
    .go-back-btn a {
        font-size: 12px !important;
    } 
    .filter-section .container {
        padding: 0px 10px;
    }
    .theme-baner .container {
        padding: 0px 10px;
    }
    .site-lower-head p {
        font-size: 12px !important;
        padding: 0 12px !important;
    }
    .site-lower-head h1 {
        font-size: 26px !important;
        margin-bottom: 10px !important;
        padding: 0 12px !important;

    }
    .site-lower-head h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
        padding: 0 12px !important;

    }
    .site-lower-head .started-btn {
        margin-top: 15px;
    }
    .site-lower-head .started-btn a {
        font-size: 12px;
        color: #fff;
        padding: 8px 49px;
    }
    .site-banner::before {
        background: linear-gradient(180deg, rgba(255,255,255,0) -30%, rgba(36,122,190,0.99) 45%)  !important;
    }
    .dilner-feature .col-md-3 {
        margin-bottom: 30px;
    }
    .custome-content {
        padding-bottom: 50px !important;
    }
    .design-list .dd-card {
        margin-bottom: 30px !important;
    }
    .dilner-feature h2 {
        font-size: 36px;
    }
   
    
}
@media screen and (max-width: 524px) {
    .theme-card {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .b-img {
        width: 320px !important;
        height: 180px !important;
        border-radius: 10px;
        box-shadow: 0px 0px 7px #cfcfcf;
    }
    .site-banner .slick-slider {
        margin-bottom: 20px !important;
    }
    .site-banner .site-banner-slider1  {
        margin-bottom: 0 !important;
    }
    .site-lower-head {
        padding: 40px 0 30px;
    }
    .site-banner {
        height: auto;
    }
    .site-banner-sliderltr, .site-banner-slider1{
        display: none !important;
    }
  

}


@media(max-width:1460px){
.site-banner {
    height: calc(100vh + 35px);
}
}