* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header {
    width: 100%;
}
header .header-blogs {
    width: 100%;
    height: 80px;
    background-color: white;
}
header .header-blogs .container {
    max-width: 80%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    gap: 8%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .header-blogs .first-head-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-left: 3.5%;
}
header .header-blogs .first-head-blog span {
    font-size: 18px;
    color: black;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .header-blogs .first-head-blog .fa-sharp {
    margin-right: 10px;
}
header .header-blogs .first-head-blog .fa-phone {
    margin-right: 10px;
}
header .header-blogs .first-head-blog .head-img {
    max-width: 320px;
    width: 100%;
    height: 65px;
    margin-left: 77px;
}
header .header-blogs .first-head-blog .head-img img {
    width: 100%;
    height: 100%;
}
header .header-blogs .blogs-end {
    margin-left: 10%;
}
header .header-blogs .blogs-end span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 28px;
}
header .header-blogs .lang {
    margin-left: -4%;
}
header .header-blogs .lang select {
    border: 0;
}
header .header-blogs .lang option {
    background-color: rgba(100, 100, 100, 0.3) !important;
}
header .header {
    width: 100%;
    height: 80px;
    background-color: black;
}
header .header nav {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    padding: 0 40px;
}
header .header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    list-style-type: none;
    margin-left: 13.2%;
}
header .header nav ul li a {
    font-size: 17px;
    color: white;
    text-decoration: none;
}
header .header nav ul .search {
    width: 250px;
    height: 36px;
    margin-top: -36px;
    margin-left: 24%;
    position: relative;
}
header .header nav ul .search input {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 0 15px;
    border: 0;
    margin-top: 17px;
}
header .header nav ul .search .fa-magnifying-glass {
    position: absolute;
    color: black;
    right: 10px;
    top: 22px;
    font-size: 20px;
}
.navbar{
    display: none;
}
.swiper-slider {
    width: 100%;
}
.swiper-slider .swiper {
    width: 100%;
    height: 100%;
}
.swiper-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.website-container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

/*cat-type*/
.category-type-blogs {
    width: 100%;
    margin-top: 40px;
}
.category-type-blogs .type-blogs hr {
    width: 7%;
    background-color: black;
    height: 1px;
    margin-bottom: 3px;
}
.category-type-blogs .type-blogs h2 {
    font-size: 17px;
    font-weight: 600;
    color: black;
    margin-top: 5px;
}
.category-type-blogs .type-blogs .navbar {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 5%;
}
.active{
    font-weight: 600!important;

}

.category-type-blogs .type-blogs .navbar span a {
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.category-type-blogs .type-blogs .navbar span a:hover {
   color: black;
   font-weight: 600;
   overflow: hidden;

}
.category-type-blogs .type-blogs .blog-wrap {
    margin-top: 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -2%;
}
.category-type-blogs .type-blogs .blog-wrap .type-blog {
    margin-top: 20px;
    max-width: 20%;
    width: 100%;
    height: 310px;
    border: 1px solid #D9D9D9;
}
.category-type-blogs .type-blogs .blog-wrap .type-blog:hover {
    border: 1px solid black;
}
.category-type-blogs .type-blogs .blog-wrap .type-blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*blog-img*/
.image-blog {
    margin-top: 60px;
    width: 100%;
}
.image-blog .padd-blog {
    width: 100%;
    margin-left: 3%;
    padding: 0 30px;
}
.image-blog hr {
    width: 10%;
    margin-top: 5px;
    margin-left: 38px;
    border: 1px solid black;
    margin-bottom: 3px;
}
.image-blog h2 {
    margin-top: 5px;
    font-size: 17px;
    color: black;
    margin-left: 38px;
}
.image-blog .blogs-img {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px;
}
.image-blog .blogs-img::after{
    margin: 15px 15px 0;
	padding: 0;
}
.image-blog .blogs-img .blogs-image-first {
    max-width: 48%;
    height: 300px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    
}
.image-blog .blogs-img .blogs-image-first img {
    width: 100%;
    height: 100%;
    
}

.image-blog .blogs-img .blogs-image-first .blog-img:nth-child(1) {
    width: 100%;
    height: 280px;
}
.image-blog .blogs-img .blogs-image-first .blog-img:nth-child(2) {
    max-width: 48.5%;
    width: 100%;
    height: 250px;
}
.image-blog .blogs-img .blogs-image-first .blog-img:nth-child(3) {
    max-width: 48.5%;
    width: 100%;
    height: 250px;
}
.image-blog .blogs-img .blogs-image-two {
    max-width: 48%;
    
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.image-blog .blogs-img .blogs-image-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-blog .blogs-img .blogs-image-two .blog-img:nth-child(1) {
    max-width: 48.5%;
    width: 100%;
    height: 280px;
}
.image-blog .blogs-img .blogs-image-two .blog-img:nth-child(2) {
    max-width: 48.5%;
    width: 100%;
    height: 280px;
}
.image-blog .blogs-img .blogs-image-two .blog-img:nth-child(3) {
    max-width: 100%;
    width: 100%;
    height: 250px;
}

footer {
    margin-top: 300px;
    width: 100%;
    height: 455px;
    background-image: url(../image/background.png);
    background-size: 100% 100%;
}
footer .foot-head {
    max-width: 310px;
    width: 100%;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}
footer .foot-head img {
    width: 100%;
    height: 100%;
}
footer .foot-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8%;
}
footer .foot-menu .fist li {
    list-style-type: none;
    line-height: 28px;
}
footer .foot-menu .fist li a {
    font-size: 16px;
    color: white;
    text-decoration: none;
}
footer .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
footer .center span {
    margin-top: 25px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
}
footer .center span .fa-brands {
    margin-right: 10px;
    font-size: 24px;
}
footer .end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
footer .end span {
    color: white;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
}
footer .end span i {
    font-size: 23px;
    margin-right: 8px;
}
footer p {
    margin-top: 20px;
    text-align: center;
    color: white;
    font-size: 15px;
}

/*cate-page*/
.categoy-page {
    margin-top: 57px;
    width: 100%;
}
.categoy-page hr {
    width: 7%;
    height: 1px;
    background: black;
    margin-bottom: 4px;
}
.categoy-page h2 {
    color: black;
    font-size: 17px;
    font-weight: 600;
}
.categoy-page .categor-blogs {
    margin-top: 15px;
    width: 100%;
}
.categoy-page .categor-blogs .cat-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 4%;
}
.categoy-page .categor-blogs .cat-types span {
    font-size: 16px;
    color: black;
}
.categoy-page .categor-blogs .blogs-page-cat {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5%;
    margin-right: -7%;
    padding: 0 30px;
}
.categoy-page .categor-blogs .blogs-page-cat .cat-blog {
    max-width: 19%;
    width: 100%;
    height: 280px;
    margin-bottom: 15px;
}
.categoy-page .categor-blogs .blogs-page-cat .cat-blog img {
    width: 100%;
    height: 100%;
}

/*contact-page*/
.contact-page {
    margin-top: 60px;
    width: 100%;
    margin-bottom: 40px;
}
.contact-page hr {
    width: 7%;
    height: 1px;
    background-color: black;
}
.contact-page h2 {
    color: black;
    font-size: 17px;
    font-weight: 600;
}
.contact-page .contact-center {
    max-width: 100%;
    width: 100%;
    margin-left: 5%;
}
.contact-page .contact-blog {
    margin-left: 10%;
    margin-top: 60px;
    max-width: 70%;
    width: 100%;
    background-color: #D9D9D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 10%;
}
.contact-page .contact-blog .contact-form {
    max-width: 45%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 10%;
}
.contact-page .contact-blog .contact-form form {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}
.contact-page .contact-blog .contact-form form input {
    margin-bottom: 10px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    background-color: #D9D9D9;
}
.contact-page .contact-blog .contact-form form textarea {
    background-color: #D9D9D9;
    padding: 0 5px;
    color: black;
    height: 250px;
}
.contact-page .contact-blog .contact-form form button {
    margin-top: 10px;
    max-width: 140px;
    width: 100%;
    height: 30px;
    background-color: black;
    color: white;
    border: 0;
    font-weight: 600;
}
.contact-page .cont-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: black;
    max-width: 500px;
    width: 100%;
    height: 250px;
    margin-top: -414px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-page .cont-position .icon {
    margin-top: 20px;
}
.contact-page .cont-position .icon i {
    font-size: 23px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-text-decoration: column;
    text-decoration: column;
    line-height: 25px;
    margin-bottom: 35px;
}
.contact-page .cont-position .cont-text {
    margin-top: -80px;
}
.contact-page .cont-position .cont-text p {
    color: white;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}
.contact-page .cont-position .cont-text p:nth-child(2) {
    margin-top: 13px;
}
.contact-page .cont-maps {
    max-width: 500px;
    width: 100%;
    height: 150px;
}
.contact-page .cont-maps iframe {
    width: 100% !important;
    height: 100% !important;
}

.block-slid {
    max-width: 40%;
    width: 100%;
    position: absolute;
    top: 32%;
    left: 7%;
}
.block-slid h5 {
    font-size: 32px;
    font-weight: 700;
}
.block-slid p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}
.block-slid button {
    margin-left: 20px;
    margin-top: 20px;
    max-width: 120px;
    width: 100%;
    height: 40px;
    color: black;
    font-weight: 600;
    background-color: #ede9e6;
    border: 0.5px solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.block-slid button:hover {
    background-color: #e6ded8;
}
a{
    color: black;
}

/*image-page*/
.images-page {
    margin-top: 60px;
    width: 100%;
}
.images-page hr {
    width: 20%;
    height: 1px;
    background-color: black;
    margin-bottom: 3px;
}
.images-page h2 {
    margin-top: 5px;
    color: black;
    font-size: 17px;
    margin-bottom: 20px;
}
.images-page .horizontal .vertical .div-img-blog {
    cursor: pointer;
    width: 100%;
    position: relative;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
    margin-top: 0%;
    overflow: hidden;
}
.images-page .horizontal .vertical .div-img-blog::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    bottom: 0px;
    height: 100%;
    right: 0px;
    background-color: black;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 60%;
}
.images-page .horizontal .vertical .div-img-blog:hover::before {
    top: 0;
}
.images-page .horizontal .vertical .div-img-blog:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../image/Icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45px;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    border-radius: 15px;
}

.hr {
    border-top: 1px solid;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px;
    border: 1px solid white;
    display: none;
}

.hr-active {
    display: block !important;
}

/*about*/
.about-block {
    width: 100%;
}
.about-block .about-content {
    width: 95%;
    margin-top: 5%;
}
.about-block .about-content img {
    max-width: 62%;
    width: 100%;
    height: 323px;
    float: left;
    margin-right: 21px;
}
.about-block .about-content p {
    font-size: 16px;
    line-height: 26px;
    margin-top: -7px;
}
.about-block .about-content h5 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    color: black;
}

/*product-page*/
.product-pages {
    margin-top: 40px;
    width: 100%;
}
.product-pages hr {
    width: 20%;
    height: 1px;
    background-color: black;
    margin-bottom: 5px;
}
.product-pages h2 {
    font-size: 17px;
    font-weight: 600;
}
.product-pages .product-blogs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.product-pages .product-blogs .product-img {
    max-width: 45%;
    width: 100%;
    width: 100%;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-pages .product-blogs .product-img img {
    width: 80%;
    height: 100%;
}
.product-pages .product-blogs .product-conent {
    max-width: 60%;
    width: 100%;
}
.product-pages .product-blogs .product-conent .product-title h5 {
    font-size: 16px;
    color: black;
    font-weight: 600;
}
.product-pages .product-blogs .product-conent .product-title p {
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-top: 10px;
}
.product-pages .product-blogs .product-conent .product-title .spans-desc {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.product-pages .product-blogs .product-conent .product-title .spans-desc .span-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-pages .product-blogs .product-conent .product-title .spans-desc .span-first span {
    font-size: 15px;
    color: black;
    line-height: 25px;
}
.product-pages .product-blogs .product-conent .product-title .spans-desc .span-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-pages .product-blogs .product-conent .product-title .spans-desc .span-two span {
    font-size: 15px;
    color: black;
    line-height: 25px;
    font-weight: bold;
}
.product-pages .product-blogs .product-conent .product-title .spans-desc .span-two span:nth-child(2) {
    margin-top: 12px;
}
.product-pages .product-blogs .product-conent .product-title .spans-desc .span-two .span-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.product-pages .product-blogs .product-conent .product-title .spans-desc .span-two .span-blog .span-img {
    margin-top:15px;
    max-width: 35%;
    width: 100%;
    height: 56px;

}
.product-pages .product-blogs .product-conent .product-title .spans-desc .span-two .span-blog .span-img img {
    width: 100%;
    height: 100%;
}
.product-pages .product-blogs .product-conent .prod-swiper {
    margin-top: 78px;
   max-width: 65%;
   width: 100%;
    margin-left: -3%;
}
.product-pages .product-blogs .product-conent .prod-swiper .pdSwiper {
    height: 123px;
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
}
.product-pages .product-blogs .product-conent .prod-swiper .pdSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.product-pages .product-blogs .product-conent .prod-swiper .pdSwiper .swiper-button-prev:after, .product-pages .product-blogs .product-conent .prod-swiper .pdSwiper .swiper-rtl .swiper-button-next:after {
    content: "prev";
    font-size: 23px;
    color: black;
}
.product-pages .product-blogs .product-conent .prod-swiper .pdSwiper .swiper-button-next:after, .product-pages .product-blogs .product-conent .prod-swiper .pdSwiper .swiper-rtl .swiper-button-prev:after {
    content: "next";
    font-size: 23px;
    color: black;
}
.product-pages .product-blogs .product-conent .prod-swiper .pdSwiper .swiper-button-prev, .product-pages .product-blogs .product-conent .prod-swiper .pdSwiper .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}
.product-pages .product-blogs .product-conent .prod-swiper .pdSwiper .swiper-button-next, .product-pages .product-blogs .product-conent .prod-swiper .pdSwiper .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.blog-description {
    width: 100%;
    margin-top: 40px;
}
.blog-description h2 {
    font-size: 18px;
    font-weight: 600;
}
.blog-description p {
    margin-top: 13px;
    font-size: 16px;
    line-height: 25px;
}

@media only screen and (max-width: 1660px) {
    header .header-blogs .first-head-blog {
        margin-left: 4.5%;
    }
    .website-container {
        max-width: 1188px;
        width: 100%;
    }
    .contact-page .contact-blog .contact-form {
        margin-right: 6%;
    }
}
@media only screen and (max-width: 1580px) {
    header .header-blogs .first-head-blog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 29px;
    }
    header .header-blogs .first-head-blog .head-img {
        margin-left: 35px;
    }
}
@media only screen and (max-width: 1480px) {
    .website-container {
        max-width: 1120px;
        width: 100%;
    }
    .contact-page .cont-position {
        max-width: 471px;
        width: 100%;
    }
    .contact-page .cont-maps {
        max-width: 471px;
    }
    header .header nav ul {
        margin-left: 10.2%;
    }
    header .header-blogs .first-head-blog {
        margin-left: 2.5%;
    }
    header .header-blogs .first-head-blog span {
        max-width: 190px;
        width: 100%;
    }
}
@media only screen and (max-width: 1380px) {
    header .header-blogs .first-head-blog {
        margin-left: 0px;
    }
    header .header-blogs .container {
        gap: 6%;
    }
    header .header nav ul {
        margin-left: 7.2%;
    }
    header .header nav ul .search {
        margin-left: 15%;
    }
    header .header nav {
        max-width: 1340px;
        width: 100%;
    }
}
@media only screen and (max-width: 1280px) {
    header .header nav ul {
        margin-left: 5.2%;
    }
    header .header nav ul .search {
        margin-left: 16%;
    }
    .website-container {
        max-width: 1022px;
        width: 100%;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(1) {
        max-width: 47.5%;
        width: 100%;
        height: 250px;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(2) {
        max-width: 48.5%;
        width: 100%;
        height: 250px;
    }
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(1) {
        width: 100%;
        height: 250px;
    }
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(2) {
        max-width: 47.5%;
        width: 100%;
    }
    header .header-blogs .first-head-blog .head-img {
        margin-left: 0px;
    }
    header .header-blogs .container {
        max-width: 83%;
    }
    footer .foot-menu {
        gap: 10%;
    }
    .contact-page .cont-position {
        max-width: 436px;
        width: 100%;
    }
    .contact-page .cont-maps {
        max-width: 436px;
        width: 100%;
    }
    header .header nav ul .search {
        width: 220px;
        height: 31px;
    }
    header .header nav ul .search input {
        border-radius: 10px;
    }
    header .header-blogs .first-head-blog span {
        max-width: 190px;
        width: 100%;
        font-size: 17px;
    }
}
@media only screen and (max-width: 1180px) {
    header .header nav ul .search {
        margin-left: 10%;
    }
    header .header-blogs .container {
        max-width: 88%;
    }
    header .header-blogs .container {
        gap: 5%;
    }
    header .header-blogs .first-head-blog span {
        max-width: 190px;
        width: 100%;
        font-size: 17px;
    }
}
@media only screen and (max-width: 1024px) {
  
    .contact-page .cont-position {
        max-width: 367px;
        width: 100%;
    }
    .website-container {
        max-width: 870px;
        width: 100%;
    }
    .category-type-blogs .type-blogs .blog-wrap .type-blog {
        height: 250px;
    }
    .product-pages .product-blogs .product-img {
        height: 400px;
    }
    .contact-page .cont-maps {
        max-width: 368px;
    }

    header .header nav ul {
        margin-left: 5.2%;
        display: none;
    }

    header .header-blogs .first-head-blog span {
        /* max-width: 165px; */
        width: 100%;
        font-size: 17px;
    }
    header .header-blogs .first-head-blog span {
        /* max-width: 165px; */
        width: 100%;
        font-size: 17px;
    }

    header .header-blogs .first-head-blog span:nth-child(1) {
        display: none;
    }
    header .header-blogs .first-head-blog span:nth-child(2) {
        display: none;
    }
    header .header-blogs .lang{
        display: none;
    }

    header .header {
        display: none;
    }

    header .header-blogs .container {
        max-width: 96%;
        position: relative;
    }

    .navbar{
        display: block;
    }
    header .header-blogs .first-head-blog .head-img{
        height: auto;
    }

    header .header-blogs .first-head-blog .head-img {
        max-width: 65%;
    }

    .mobile-menu{
       position: absolute;
       right: 3%;
    }
    .fa-bars{
        font-size: 28px;
    }

    .pb-1, .py-1 {
        display: none;
    }


    header .header-blogs {
        height: auto!important;
    }

    .about-block .about-content img{
        height: auto;
    }

    .navbar-light .navbar-toggler {
        position: absolute;
        right: 3%;
    }
}
@media only screen and (max-width: 870px) {
    .website-container {
        max-width: 700px;
        width: 100%;
    }
    .category-type-blogs .type-blogs .blog-wrap .type-blog {
        height: 200px;
    }
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(2) {
        max-width: 47.5%;
        width: 100%;
        height: 170px;
    }
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(3) {
        max-width: 47.5%;
        width: 100%;
        height: 170px;
    }
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(1) {
        width: 100%;
        height: 175px;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(1) {
        height: 175px;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(2) {
        max-width: 47.5%;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(2) {
        max-width: 47.5%;
        width: 100%;
        height: 175px;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(3) {
        height: 171px;
    }
    footer {
        margin-top: 200px;
    }
    .categoy-page .categor-blogs .blogs-page-cat .cat-blog {
        height: 168px;
    }
    .categoy-page .categor-blogs .blogs-page-cat .cat-blog {
        max-width: 20%;
        width: 100%;
    }
    .categoy-page .categor-blogs .cat-types {
        gap: 4%;
    }
    .categoy-page .categor-blogs .cat-types span {
        font-size: 15px;
    }
    .product-pages .product-blogs .product-img {
        height: 360px;
    }
    .contact-page .cont-maps {
        max-width: 292px;
        width: 100%;
    }
    .contact-page .cont-position {
        max-width: 293px;
        width: 100%;
    }
    .contact-page .cont-position {
        height: 174px;
    }
    .contact-page .contact-blog .contact-form form textarea {
        height: 173px;
    }
    .contact-page .cont-position {
        margin-top: -338px;
    }
    .contact-page .cont-position .cont-text {
        margin-top: -57px;
    }
    .contact-page .cont-position .icon {
        margin-top: 39px;
    }
}
@media only screen and (max-width: 740px) {
    .website-container {
        max-width: 580px;
        width: 100%;
    }
    .category-type-blogs .type-blogs .blog-wrap .type-blog {
        height: 160px;
    }
    .product-pages .product-blogs .product-img img {
        width: 95%;
    }
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(2) {
        max-width: 46.5%;
        width: 100%;
        height: 150px;
    }
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(3) {
        height: 150px;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(1) {
        max-width: 46.5%;
        width: 100%;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(2) {
        max-width: 46.5%;
        width: 100%;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(3) {
        height: 150px;
    }
    footer .foot-head {
        height: 190px;
    }
    .contact-page .contact-blog {
        max-width: 91%;
        width: 100%;
    }
    .contact-page .contact-blog {
        margin-left: 7%;
    }
    .contact-page .contact-center {
        margin-left: 0.8%;
    }
}
@media only screen and (max-width: 580px) {
    .website-container {
        max-width: 100%;
        width: 100%;
        padding: 0 10px;
    }
    .image-blog .padd-blog {
        padding: 0px;
        margin-left: 0;
    }
    footer {
        margin-top: 121px;
    }
    .product-pages .product-blogs .product-conent {
        max-width: 55%;
        width: 100%;
    }
    .product-pages .product-blogs .product-conent .prod-swiper {
        margin-top: 78px;
        width: 93%;
    }
    .product-pages .product-blogs .product-conent .prod-swiper {
        margin-top: 41px;
    }
    .product-pages .product-blogs .product-img {
        height: 313px;
    }
    .contact-page .cont-position {
        max-width: 249px;
        width: 100%;
    }
    .contact-page .cont-maps {
        max-width: 249px;
    }

    .image-blog .blogs-img {
        flex-wrap:wrap;
    }
    .image-blog .blogs-img .blogs-image-first {
        max-width: 98%;
    }
    .image-blog .blogs-img .blogs-image-two {
        max-width: 98%;
    }

    .image-blog .blogs-img .blogs-image-first {
        height: auto!important;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(1) {
        max-width: 48.5%;
        width: 100%;
    }

    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(2) {
        max-width: 48.5%;
        width: 100%;
    }

    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(2) {
        max-width: 48.5%;
        width: 100%;
    }
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(3) {
        max-width: 48.5%;
        width: 100%;
    }

    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(2) {
        height: 163px;
    }

    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(3) {
        height: 163px;
    }

    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(1) {
        width: 100%;
        height: 194px;
    }

    footer .foot-menu {
        gap: 3%;
    }

    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(1) {
        width: 100%;
        height: 201px;
    }

    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(3) {
        height: 201px;
    }

    .category-type-blogs .type-blogs .blog-wrap .type-blog {
        margin-top: 20px;
        max-width: 29%;
    }

    .category-type-blogs .type-blogs .blog-wrap{
        gap: 15px;
    }

    .category-type-blogs .type-blogs .blog-wrap .type-blog {
        margin-top: 20px;
        max-width: 29%;
        width: 100%;
    }

    .navbar-brand{
        max-width: 50%;
        width: 100%;
    }

    .logs{
        max-width: 89%;
    }

    .swiper-height{
        height: 400px;
    }

    .block-slid {
        max-width: 75%;
        width: 100%;
        position: absolute;
        top: 16%;
        left: 7%;
    }

    .about-block .about-content img {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(1) {
        width: 100%;
        height: 160px;
    }
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(2) {
        max-width: 47.8%;
    }
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(3) {
        max-width: 47.8%;
    }
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(2) {
        height: 140px;
    }
    .image-blog .blogs-img .blogs-image-first .blog-img:nth-child(3) {
        height: 140px;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(1) {
        height: 140px;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(2) {
        height: 140px;
    }
    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(3) {
        height: 160px;
    }

    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(1) {
        max-width: 47.2%;
        width: 100%;
    }

    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(2) {
        max-width: 47.%;
        width: 100%;
    }
    .category-type-blogs .type-blogs .blog-wrap .type-blog {
        height: 135px;
    }
    footer .foot-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 10px;
    }
    footer .foot-head {
        height: 103px;
        max-width: 269px;
        width: 100%;
    }
    footer .end {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
      
    }
    .fist {
        display: none;
    }
    footer .end {
        margin-top: 23px;
    }
    footer {
        height: 357px;
        margin-top: 100px;
    }
    .category-type-blogs .type-blogs .navbar span a {
        color: black;
        font-size: 14px;
    }
    .categoy-page .categor-blogs .blogs-page-cat {
        padding: 0 10px;
    }
    .categoy-page .categor-blogs .blogs-page-cat .cat-blog {
        height: 130px;
    }
    .contact-page .cont-position {
        margin-top: 30px;
    }
    .contact-page .contact-blog .contact-form {
        margin-right: 8%;
    }
    .contact-page .contact-blog .contact-form {
        max-width: 87%;
    }
    .contact-page .cont-position {
        margin-left: 8%;
        max-width: 87%;
        width: 100%;
    }
    .contact-page .cont-maps {
        max-width: 87%;
        width: 100%;
        margin-left: 8%;
        margin-top: 10px;
    }

    footer .foot-menu {
        gap: 20%;
    }
    footer p {
        font-size: 13px;
    }


    .navbar-brand{
        max-width: 70%;
        width: 100%;
    }

    .logs{
        max-width: 57%;
    }

    .navbar-collapse{
        margin-top: 20px!important;
    }
}
@media only screen and (max-width: 430px) {
    .product-pages .product-blogs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-pages .product-blogs .product-img {
        max-width: 263px;
        width: 100%;
    }
    .product-pages .product-blogs .product-conent {
        max-width: 100%;
        width: 100%;
    }
    .product-pages .product-blogs .product-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 380px) {
    .categoy-page .categor-blogs .blogs-page-cat .cat-blog {
        height: 108px;
    }

    .image-blog .blogs-img .blogs-image-first{
        gap: 12px;
    }

    .image-blog .blogs-img .blogs-image-two {
        gap: 12px;
    }

    .image-blog .blogs-img .blogs-image-two .blog-img:nth-child(2) {
        max-width: 48.1%;
    }

}