

@media(max-width:1200px){

    .et_auction_grid{
        grid-template-columns:repeat(4,1fr);
    }

}


@media(max-width:1199px){

    .main-nav{
        display:none;
    }

    .menu-toggle{
        display:block;
    }

    .account-link{
        display:none;
    }
    

}
@media (max-width: 991px) {
    .ct_footer_widget {
        margin-top: 15px;
    }
        .et_auction_grid{
        grid-template-columns:repeat(3,1fr);
    }

    .et_calendar_btn{
        margin-left:0;
    }
    .gt_account_sidebar{
        min-height: auto;
    }
    .at-paper-slider .owl-nav .owl-prev{
    left:-15px;
}

.at-paper-slider .owl-nav .owl-next{
    right:-15px;
}
.at-auction-logo img {
    height: 340px;
}
}


@media(max-width:767px){
    .ct_top_bar_inner{
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .at-contact-title ,.at-price-body h2 ,.et_otp_title,.checkout_title{
        font-size: 24px;
    }

    .ct_top_bar_right{
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .ct_banner_content{
        max-width: 100%;
    }

    .ct_banner_content h1 {
    font-size: 35px;
    line-height: 40px;
}


    

    .ct_social_icon {
        justify-content: center;
    }

    .ct_footer_bottom p {
        text-align: center;
    }
    
       .ct_rel_slider .owl-nav .owl-prev,
.ct_rel_slider .owl-nav .owl-next{
    display: none;
}
.gt_order_action {
    justify-content: start;
}
.gt_order_price{
    text-align: left;
}
.et_auction_grid{
        grid-template-columns:repeat(2,1fr);
    }
    .et_filter_wrapper{
        flex-direction:column;
        align-items:stretch;
    }

    .et_select,
    .et_search_box,
    .et_calendar_btn{
        width:100%;
    }
}

@media(max-width:575px){

    .top-bar .d-flex{
        flex-direction:column;
        gap:5px;
    }

    .mobile-menu{
        width:280px;
    }
    .ct_btn_orange,.ct_btn_outline{
        width: 100%;
    }
    .ct_banner_btn_group{
        justify-content: center;
    }
    .ct_banner_content{
        left: 0px;
    }
    .ct_creative_space_content{
        margin-right: 0px;
    }
    .ct_classes_btn_group {
        flex-direction: column;
    }
    .ct_cta_btn_group ,.pt_order_header{
        flex-direction: column;
        gap: 15px;
    }
        .et_auction_grid{
        grid-template-columns:1fr;
    }

 .at-paper-title{
    font-size:22px;
}


.at-paper-viewer{
    padding:70px 15px;
}

.at-paper-slider .owl-nav .owl-prev{
    left:-5px;
}

.at-paper-slider .owl-nav .owl-next{
    right:-5px;
}

.at-share-btn{
    padding:6px 12px;
    font-size:12px;
}
}