@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
    .Article {
        flex-direction: column;
        gap: 10px;
    }

    .ArticleImg {
        width: 100%;
        ;
    }

    .ArticleDetails {
        width: 100%;
    }

    .CommentProduct {
        flex-direction: column-reverse;
    }

    .CommentProduct .leftSection {
        padding: 0px;
        ;
    }

    .ContactFormAndText{
        flex-direction: column;
    }

    .ContactFormAndText .rightPart,.ContactFormAndText .leftPart{
        width:100%;
    }
}

@media only screen and (max-width: 992px) {
    .SliderDetails {
        left: 50%;
        right: unset;
        transform: translate(-50%, -50%);
    }

    .StarArticles {
        width: 90%;
        margin: 30px auto;
    }

    .StarArticles .part {
        width: 100%;
    }

    .StarArticles .part:last-child {
        display: none;
    }

    .StarArticles .BackPart {
        width: 100%;
        left: 0;
        border-radius: 30px;
    }

    .StarSliders {
        padding-inline: 10px;
    }

    .StartSlideImg {
        width: calc(100% - 15px);
        margin-block: 10px;
    }

    .StarArticles .swiper-pagination {
        padding-left: unset;
        text-align: center;
    }

    .MainArea {
        flex-direction: column;
    }

    .MainContnt,
    .Sidebar {
        width: 100%;
    }

    .Sidebar {
        padding-top: 0px;
    }

    .menu > ul{
        padding-right: 0px;
    }

    .menu ul li a{
        padding:7px 9px;
    }
}

@media only screen and (max-width: 700px) {
    .menu {
        display: none;
    }

    .Header {
        justify-content: center;
        padding-block: 5px;
        height: 65px;
    }

    .SliderArea {
        border-radius: 20px;
    }

    .SliderDetails {
        top: 10px;
        transform: translateX(-50%);
        padding-bottom: 10px;
        border-radius: 10px;
    }

    .SliderDetails h2 {
        text-align: center;
        font-size: 14px;
        border: none;
        margin-bottom: 0px;
    }

    .SliderDetails p {
        display: none;
    }

    .MetaLines {
        gap: 10px;
        flex-wrap: wrap;
    }

    .copyright {
        flex-direction: column;
        height: unset;
    }

    .SingleContent h1{
        font-size: 18px;
    }

        .Header{
        margin-top:10px;
        height: 50px;
    }

    .mobmenur-container{
        right:92.5% !important;
    }
}

@media only screen and (max-width: 480px) {

    
    .SliderArea {
        margin-top: 10px;
    }

    .SliderItem {
        min-height: 320px;
    }

    .StarSliders {
        padding-block: 35px;
    }

    .MetaLine span {
        font-size: 12px;
    }

    .ArticleDetails h2 {
        font-size: 15px;
    }

    .ArticleDetails p {
        font-size: 13px;
    }

    .comment p {
        line-height: 24px;
        font-size: 13px;
    }

    .CommentProduct .rightSection .numberComment{
        font-size: 15px;
    }

    .ImagePage{
        border-radius: 10px;;
    }

      .SingleContent h1 {
    font-size: 16px;
  }

  .SignleContentTopPart{
    padding: 10px;
  }
.SingleContent .ArticleMeta{
        padding:10px;
    padding-bottom:0px;
}
  .SignleContentBottomPart{
    padding:10px;
    padding-top:0px;
  }

      .mobmenur-container{
        right:70% !important;
    }
}