@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
    .HeaderActions {
        width: 80px;
    }

    header menu {
        gap: 20px;
    }

    .InnerPhotoWrapper2 {
        display: none;
    }

    .PostMetaAndExpert {
        flex-direction: column;
        gap: 20px;
    }

    .PostMetaInSingle,
    .PostExpertInSingle {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .ListCategories {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media only screen and (max-width: 992px) {
    header menu {
        display: none;
    }

    .SliderDetails {
        width: 100%;
        padding-right: 3%;
    }

    .InnerSlider {
        max-width: 500px;
        margin: 50px auto 0px auto;
    }

    .SliderDetails h3,
    .SliderDetails p {
        text-align: center;
    }

    .InnerPhotoWrapper {
        height: 180px;
        max-width: 96%;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .ImgInnerPhotoWrapper {
        width: 150px;
        height: 150px;
    }

    .ListCategories .Category span {
        width: 80%;
        font-size: 20px;
    }

    .Footer {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 20px;
    }

    .Footer .c4,
    .Footer .c1 {
        padding-inline: 20px;
    }

    .Footer .c1 {
        order: 1;
    }

    .Footer .c2 {
        order: 3;
    }

    .Footer .c3 {
        order: 4;
    }

    .Footer .c4 {
        order: 2;
    }

    .InnerSlider {
        display: none;
    }

    .SliderHolder {
        height: unset;
    }

    .SliderItem {
        height: 100%;
        aspect-ratio: 2.5;
    }

    header {
        padding-bottom: 0px;
        ;
    }

    .LogoHolder {
        margin: 0px auto;
        padding-right: 80px;
        width: 280px;
    }


}

@media only screen and (max-width: 700px) {

    .SliderDetails h3 {
        font-size: 18px;
    }

    .SliderDetails p {
        font-size: 14px;
    }

    .SliderHolder {
        height: 370px;
    }

    .AboutInHome {
        flex-direction: column;
    }

    .AboutInHome .Part {
        width: 100%;
    }

    .Title {
        padding: 0px;
        text-align: center;
    }

    .InnerPhotoWrapper {
        display: none;
    }

    .ListCategories .Category span {
        width: 90%;
        font-size: 16px;
        right: 5%;
        height: 40px;
        padding-top: 7px;
    }

    .CategoryIcon Img {
        max-width: 40px;
        max-height: 80px;
    }

    .ProductsInArchive .ListCategories {
        grid-template-columns: repeat(2, 1fr);
    }

    .ContatcUsParts {
        flex-direction: column;
    }

    .ContatcUsParts .ContactLine {
        width: 100%;
        border: none;
    }
}

@media only screen and (max-width: 480px) {

    .Section {
        max-width: 95%;
    }

    .SliderDetails h3 {
        font-size: 16px;
    }

    .SliderDetails p {
        font-size: 13px;
    }

    .ActionButton {
        height: 40px;
    }

    .AboutInHome .ActionButton {
        margin: 0px auto;
    }

    .ProductsInHome,
    .PhotoWrapper,
    .ProductsInArchive {
        margin-block: 50px;
    }

    .CategoryIconList {
        margin-block: 30px 0px;
    }

    .ListCategories {
        margin-top: 15px;
    }

    .PhotoWrapper {
        padding-top: 60%;
    }

    .ListCategories .Category span {
        width: 100%;
        right: 0;
        bottom: 0px;
        font-size: 12px;
        height: 35px;
        padding-top: 5px;
        line-height: 1;
    }

    .ListCategories {
        gap: 10px;
    }

    .Footer {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px 0px;
        margin-top: 80px;
    }

    .ProductsInArchive .ListCategories {
        grid-template-columns: repeat(1, 1fr);
    }

    .PostTitleAndMeta h1 {
        font-size: 24px;
    }

    .PostTitleAndMeta span {
        font-size: 12px;
    }
.LogoHolder{
    width:220px;
}
    .HeaderActions img{
        width:25px;
    }

}