@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
@font-face{
  font-family: myFont;
  src: url(../fonts/ghabuzian.ttf);
}
@font-face{
  font-family: fontGay;
  src: url(../fonts/font-gay.otf);
}
@font-face{
  font-family: noahReg;
  src: url(../fonts/noah-reg.otf);
}
@font-face{
  font-family: noahBold;
  src: url(../fonts/noah-bold.otf);
}
header {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  position: relative;
}
header .header-blogs {
  max-width: 100%;
  width: 100%;
  background-color: black;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  z-index: 3;
}
header .header-blogs .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-right: 5%;
}
header .header-blogs .head .fa-brands {
  color: white;
  margin-top: 13px;
  font-size: 23px;
}
header .head-img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
header .head-img .animate {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
}
header .head-img .animate #animate1 {
  max-width: 8%;
  width: 100%;
  position: absolute;
  left: 0%;
  -webkit-animation-name: hola;
          animation-name: hola;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: animate1;
          animation-name: animate1;
  z-index: 5;
}
header .head-img .animate #animate1 img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes animate1 {
  from {
    top: -100px;
  }
  to {
    top: 5.5%;
  }
}
@keyframes animate1 {
  from {
    top: -100px;
  }
  to {
    top: 5.5%;
  }
}
header .head-img .animate #animate2 {
  max-width: 10%;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-animation-name: hola;
          animation-name: hola;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: animate2;
          animation-name: animate2;
  z-index: 5;
}
header .head-img .animate #animate2 img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes animate2 {
  from {
    top: -100px;
  }
  to {
    top: 54%;
  }
}
@keyframes animate2 {
  from {
    top: -100px;
  }
  to {
    top: 54%;
  }
}
header .head-img .animate #animate3 {
  position: absolute;
  left: 13%;
  max-width: 4%;
  width: 100%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: animate3;
          animation-name: animate3;
  z-index: 5;
}
header .head-img .animate #animate3 img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes animate3 {
  from {
    top: -100px;
  }
  to {
    top: 38%;
  }
}
@keyframes animate3 {
  from {
    top: -100px;
  }
  to {
    top: 38%;
  }
}
header .head-img .animate #animate4 {
  position: absolute;
  max-width: 16%;
  width: 100%;
  /* height: 100px; */
  left: 16%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: animate4;
          animation-name: animate4;
  z-index: 5;
}
header .head-img .animate #animate4 img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes animate4 {
  from {
    top: -100px;
  }
  to {
    top: 50%;
  }
}
@keyframes animate4 {
  from {
    top: -100px;
  }
  to {
    top: 50%;
  }
}
header .head-img .animate #animate5 {
  position: absolute;
  max-width: 42%;
  width: 100%;
  left: 21%;
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: animate5;
          animation-name: animate5;
  z-index: 5;
}
header .head-img .animate #animate5 img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes animate5 {
  from {
    top: -100px;
  }
  to {
    top: 74%;
  }
}
@keyframes animate5 {
  from {
    top: -100px;
  }
  to {
    top: 74%;
  }
}
header .head-img .animate #animate6 {
  position: absolute;
  max-width: 38%;
  width: 100%;
  left: -17px;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: animate6;
          animation-name: animate6;
  z-index: 5;
}
header .head-img .animate #animate6 img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes animate6 {
  from {
    top: -100px;
  }
  to {
    top: 79%;
  }
}
@keyframes animate6 {
  from {
    top: -100px;
  }
  to {
    top: 79%;
  }
}
header .head-img .animate #animate7 {
  position: absolute;
  top: 0;
  max-width: 20%;
  width: 100%;
  height: auto;
  display: none;
}
header .head-img .animate #animate7 img {
  width: 100%;
  height: 100%;
}
header .head-img .animate #animate8 {
  position: absolute;
  max-width: 17%;
  width: 100%;
  height: auto;
  right: 19%;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: animate8;
          animation-name: animate8;
  z-index: 5;
}
header .head-img .animate #animate8 img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes animate8 {
  from {
    top: -100px;
  }
  to {
    top: 86%;
  }
}
@keyframes animate8 {
  from {
    top: -100px;
  }
  to {
    top: 86%;
  }
}
header .head-img .animate #animate9 {
  position: absolute;
  max-width: 6%;
  width: 100%;
  height: auto;
  right: 9%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: animate9;
          animation-name: animate9;
  z-index: 4;
}
header .head-img .animate #animate9 img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes animate9 {
  from {
    top: -100px;
  }
  to {
    top: 35%;
  }
}
@keyframes animate9 {
  from {
    top: -100px;
  }
  to {
    top: 35%;
  }
}

#section04 a {
  padding-top: 60px;
}
#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
header .head-img .animate #animate10 {
  position: absolute;
  max-width: 10%;
  width: 100%;
  height: auto;
  right: 0;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: animate10;
          animation-name: animate10;
  z-index: 5;
}
header .head-img .animate #animate10 img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes animate10 {
  from {
    top: -100px;
  }
  to {
    top: 42%;
  }
}
@keyframes animate10 {
  from {
    top: -100px;
  }
  to {
    top: 42%;
  }
}
header .head-img .animate #animate11 {
  position: absolute;
  max-width: 15.5%;
  width: 100%;
  height: auto;
  right: 0%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: animate11;
          animation-name: animate11;
  z-index: 3.8;
}
header .head-img .animate #animate11 img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes animate11 {
  from {
    top: -100px;
  }
  to {
    top: 73%;
  }
}
@keyframes animate11 {
  from {
    top: -100px;
  }
  to {
    top: 73%;
  }
}
header .head-img .animate #animate12 {
  position: absolute;
  max-width: 24%;
  width: 100%;
  height: auto;
  left: -15px;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: animate12;
          animation-name: animate12;
  z-index: 12;
}
header .head-img .animate #animate12 img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes animate12 {
  from {
    top: -100px;
  }
  to {
    top: 81%;
  }
}
@keyframes animate12 {
  from {
    top: -100px;
  }
  to {
    top: 81%;
  }
}
header .head-img img {
  width: 100%;
  height: 100%;
}
header .head-img .logos {
  max-width: 250px;
  width: 100%;
  height: 70px;
  position: absolute;
  top: 72px;
  left: 4%;
}
header .head-img .logos img {
  width: 100%;
  height: 100%;
}
header .bottom-click {
  position: absolute;
  top: 91%;
  left: 49%;
  z-index: 100;
  cursor: pointer;
}
header .bottom-click p {
  color: black;
  font-weight: 600;
  padding-right: 50px;
  margin-bottom: 5px;
  padding-right: 50px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 17px;
}
header .bottom-click .fa-down-long {
  color: #ff0000;
  font-size: 38px;
  margin-left: 26px;
}

ul li a hr {
  border: 1px solid;
  color: #AC1C1C;
  width: 100%;
  margin: 0;
  display: none;
}

ul li a:hover hr {
  display: block !important;
  margin: 0;
}

#bg-animate {
  position: absolute;
  max-width: 100%;
  width: 100%;
  z-index: 2;
  height: 100%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animateBg;
          animation-name: animateBg;
}
#bg-animate img {
  max-width: 100%;
  width: 100%;
}

@-webkit-keyframes animateBg {
  0% {
    opacity: 0%;
  }
  20% {
    opacity: 25%;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes animateBg {
  0% {
    opacity: 0%;
  }
  20% {
    opacity: 25%;
  }
  100% {
    opacity: 100%;
  }
}
#logo-animate {
  position: absolute;
  left: 34%;
  top: 16%;
  max-width: 33%;
  width: 100%;
  -webkit-animation: fadeInBG 4.5s;
          animation: fadeInBG 4.5s;
  -webkit-animation-name: animatlog;
          animation-name: animatlog;
  z-index: 5;
}
#logo-animate img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes animatlog {
  0% {
    left: 48%;
   max-width: 2%;
   width: 100%;
  }

  100% {
    left: 34%;
    max-width: 33%;
    width: 100%;
  }
}

/* @keyframes animatlog {
  0% {
    opacity: 0%;
  }
  0% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
} */
/*product*/
.container {
  background-color: #fff;
  margin-top: 40px;
  border-radius: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}



.description h1 {
  font-size: 17px;
  margin-bottom: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: -4%;
}

.xzoom-thumbs {
  margin-top: 14px;
  margin-left: -17px;
}

.xzoom-thumbs img {
  display: inline-block;
  height: 96px;
  width: 107px;
  border: 1px solid #ccc;
}

.xzoom-preview {
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.2);
}
#lightbox {
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 999;
}

.close{
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
}

.product-item{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}
.product-item-inner{
    width: 45%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.product-item-description{
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.single-product-slide-item-thumb{
    height: 96px;
    width: 107px;
    object-fit: contain;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-slide-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

nav {
  margin-top: 0;
  max-width: 100%;
  width: 100%;
}
nav .nav-hader {
  max-width: 100%;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: black;
}
nav .nav-hader .nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-right: 5%;
}
nav .nav-hader .nav-icon .fa-brands {
  color: white;
  margin-top: 15px;
  font-size: 23px;
}
nav .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  height: 70px;
}
nav .nav-ul .logo {
  margin-top: 10px;
  max-width: 150px;
  width: 100%;

}
nav .nav-ul .logo img {
  width: 100%;

}
nav .nav-ul ul {
  max-width: 80%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6%;
  margin-top: 18px;
}
nav .nav-ul ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav .nav-ul ul li a {
  color: black;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
nav hr {
  margin-top: 20px;
  color: #808080;
  background-color: #808080;
}

.mobile-menu-open {
  display: none;
}

.mobile-menu {
  display: none;
}

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

.abouts {
  margin-top: 60px;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.abouts .bg-about {
  max-width: 79%;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 179px;
}
.abouts .bg-about .bg-color {
  width: 100%;
  height: 100%;
  background-color: #AC1C1C;
}
.abouts .about-blog {
  margin-top: 15px;
  max-width: 100%;
  width: 100%;
}
.abouts .about-blog .about-title {
  max-width: 88%;
  width: 100%;
  margin: 0 auto;
}
.abouts .about-blog .about-title h5 {
  font-size: 17px;
  color: black;
  font-weight: 700;
  text-align: center;
}
.abouts .about-blog .about-title p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 23px;
  font-family: fontGay;
  color: #555555;
}
.abouts .about-blog .about-images {
  margin-top: 43px;
  max-width: 90%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin-left: 3%;
}
.abouts .about-blog .about-images .about-img {
  max-width: 27%;
  width: 100%;
  height: 271px;
}
.abouts .about-blog .about-images .about-img:nth-child(4) {
  display: none;
}
.abouts .about-blog .about-images .about-img:nth-child(4) {
  display: none;
}
.abouts .about-blog .about-images .about-img:nth-child(5) {
  display: none;
}
.abouts .about-blog .about-images .about-img:nth-child(6) {
  display: none;
}
.abouts .about-blog .about-images .about-img:nth-child(7) {
  display: none;
}
.abouts .about-blog .about-images .about-img:nth-child(8) {
  display: none;
}
.abouts .about-blog .about-images .about-img:nth-child(9) {
  display: none;
}
.abouts .about-blog .about-images .about-img:nth-child(10) {
  display: none;
}
.abouts .about-blog .about-images .about-img:nth-child(11) {
  display: none;
}
.abouts .about-blog .about-images .about-img img {
  width: 100%;
  height: 100%;
}

.head-content {
  max-width: 100%;
  width: 100%;
}
.head-content h5 {
  font-size: 21px;
  color: #363636;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: myFont;
}

.category {
  max-width: 100%;
  width: 100%;
  margin-top: 80px;
}
.category .category-blogs {
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
.category .category-blogs .cat-blog {
  max-width: 31%;
  width: 100%;
  height: 338px;
  background-color: #ECECEC;
  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;
  position: relative;
}
.category .category-blogs .cat-blog .cat-img {
  max-width: 68%;
  width: 100%;
  height: 67%;
  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;
  padding-top: 36px;
}
.category .category-blogs .cat-blog .cat-img img {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.category .category-blogs .cat-blog .cat-img img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.category .category-blogs .cat-blog .cat-title {
  position: absolute;
  top: 0;
  max-width: 100%;
  z-index: 125;
  width: 100%;
  top: 6.5%;
  left: 5%;
}
.category .category-blogs .cat-blog .cat-title h5 {
  color: #5E5651;
  font-size: 17px;
  font-weight: 400;
  font-family: fontGay;
}

.product-work {
  max-width: 100%;
  width: 100%;
  margin-top: 80px;
}
.product-work .products {
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-work .products .product-blog {
  position: relative;
  max-width: 32%;
  width: 100%;
  height: 280px;
  margin-bottom: 25px;
  overflow: hidden;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  cursor: pointer;
}
.product-work .products .product-blog img {
  width: 100%;
  height: 100%;
}
.product-work .products .product-blog h5 {
  position: absolute;
  top: 45%;
  left: 10%;
  z-index: 5;
  color: white;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  opacity: 0;
  font-size: 18px;

}
.product-work .products .product-blog::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  bottom: 0px;
  height: 100%;
  right: 0px;
  background-color: rgba(66, 63, 61, 0.69);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;

}



.fur-nit-blogs-first{
  display: flex;
  max-width: 100%;
  width: 100%;
  gap: 2%;
}

.furnit-blogs-two{
  display: flex;
  flex-direction: column;
}

.blog-furnit{
  max-width: 100%;
  width: 100%;
  height: 200px;
  position: relative;
}
.blog-furnit:nth-child(2){
   margin-top: 12px;
   height: 189px;
}
.blog-furnit:hover{
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);

}
.blog-furnit img{
  width: 100%;
  height: 100%;
}
.furnit-blofs-foot{
  max-width: 100%;
  width: 100%;
  height: 197px;
  margin-top: 3px;
}
.furnit-blofs-foot  img{
  width: 100%;
  height: 100%;
}
.fur-nit-blogs{
  max-width: 49%;
  width: 100%;
}
.furnit-blogs-two-img{
  height: 400px;
  position: relative;
  max-width: 49%;
  width: 100%;
}
.furnit-blogs-two-img img{
     width: 100%;
     height: 100%;
}
.furnit-blofs-foot{
  position: relative;
}

.product-work .products .product-blog:hover::before {
  top: 0;
}
.product-work .products .product-blog:hover h5 {

  opacity: 100%;
    font-family: fontGay;
    font-size: 17px;
}

.maps {
  max-width: 100%;
  width: 100%;
  height: 365px;
  margin-top: 77px;
}

footer {
  max-width: 100%;
  width: 100%;
  background-color: black;

}
footer .footer {
  padding-top: 25px;
}
footer .footer .footer-headers {
  padding-top: 10px;
  max-width: 100%;
  width: 100%;
}
footer .footer .footer-headers .icons-foot {
  color: white;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
}
footer .footer .footer-headers ul {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
  margin-bottom: 20px;
}
footer .footer .footer-headers ul li {
  color: #FFFFFF;
  font-size: 15px;
  list-style-type: none;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
footer .footer .footer-headers ul li i {
  font-size: 18px;
  color: #AC1C1C;
  padding-right: 6px;
}
footer .footer .footer-headers ul li span {
  margin-top: 4px;
  line-height: 33px;
  padding-left: 19px;
}
footer .footer .footer-headers ul li .contact {
  line-height: 33px;
  padding-left: 29px;
}
footer .footer .footer-headers ul li p {
  padding-top: 5px;
}
footer .footer .footer-headers ul li .clock {
  line-height: 33px;
  padding-left: 30px;
}

/*foornetures*/
.furnitures {
  max-width: 100%;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 60px;
}
.furnitures .furnitur-blogs {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  margin-top: 25px;
}
.furnitures .furnitur-blogs .furnit-blogs-one {
  max-width: 49%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}
.furnitures .furnitur-blogs .furnit-blogs-one .blog {
  position: relative;
}
.furnitures .furnitur-blogs .furnit-blogs-one .blog img {
  width: 100%;
  height: 100%;
}
.furnitures .furnitur-blogs .furnit-blogs-one .blog .futuit-title {
  position: absolute;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  top: 11px;
}
.furnitures .furnitur-blogs .furnit-blogs-one .blog .futuit-title h5 {
  font-size: 15px;
  color: #5E5651;
  padding: 0 10px;
  font-weight: 400;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: fontGay;
}
.furnitur-blogs-one{
    display: flex;
    flex-wrap: wrap;
}
.blog{
    width: 600px;
    height: 200px;
}
/*.furnitures .furnitur-blogs .furnit-blogs-one .blog:nth-child(1) {*/
/*  background-color: #ECECEC;*/
/*  height: 200px;*/
/*  max-width: 100%;*/
/*  width: 100%;*/
/*}*/
/*.fa-angle-up{*/
/*    font-size: 21px;*/
/*    color: #6B6764;*/
/*}*/
/*.furnitures .furnitur-blogs .furnit-blogs-one .blog:nth-child(2) {*/
/*  background-color: #ECECEC;*/
/*  height: 400px;*/
/*  max-width: 49%;*/
/*  width: 100%;*/
/*}*/
/*.furnitures .furnitur-blogs .furnit-blogs-one .blog:nth-child(3) {*/
/*  background-color: #ECECEC;*/
/*  height: 190px;*/
/*  max-width: 49%;*/
/*  width: 100%;*/
/*}*/
/*.furnitures .furnitur-blogs .furnit-blogs-one .blog:nth-child(4) {*/
/*  background-color: #ECECEC;*/
/*  height: 197px;*/
/*  max-width: 49%;*/
/*  width: 100%;*/
/*  margin-left: 51%;*/
/*  margin-top: -209px;*/
/*}*/
.furnitures .furnitur-blogs .furnit-blogs-one .blog:nth-child(4) img {
  object-fit: contain;
}
.furnitures .furnitur-blogs .furnit-blogs-one .blog:nth-child(5) img {
  margin-top: 16px;
  width: 100%;
  height: 90%!important;

}
.furnitures .furnitur-blogs .blog:hover {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.furnitures .furnitur-blogs .furnit-blogs-two {
  max-width: 49%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
.furnitures .furnitur-blogs .furnit-blogs-two .blog {
  position: relative;
}
.furnitures .furnitur-blogs .furnit-blogs-two .futuit-title {
  position: absolute;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  top: 11px;
}
.furnitures .furnitur-blogs .furnit-blogs-two .futuit-title h5 {
  font-size: 15px;
  color: #5E5651;
  padding: 0 10px;
  font-weight: 400;
  font-family: fontGay;
}
.furnitures .furnitur-blogs .furnit-blogs-two .blog-first {
  max-width: 49%;
  width: 100%;
}
.furnitures .furnitur-blogs .furnit-blogs-two .blog-first .blog:nth-child(1) {
  max-width: 100%;
  width: 100%;
  background-color: #ECECEC;
  height: 200px;
  margin-bottom: 6.7%;
}
.furnitures .furnitur-blogs .furnit-blogs-two .blog-first .blog:nth-child(2) {
  max-width: 100%;
  width: 100%;
  background-color: #ECECEC;
  height: 190px;
  margin-bottom: 4%;
}
.furnitures .furnitur-blogs .furnit-blogs-two .blog-first .blog:nth-child(3) {
  max-width: 100%;
  width: 100%;
  background-color: #ECECEC;
  height: 197px;
}
.furnitures .furnitur-blogs .furnit-blogs-two .blog-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  max-width: 49%;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.furnitures .furnitur-blogs .furnit-blogs-two .blog-two .blog:nth-child(1) {
  max-width: 100%;
  width: 100%;
  background-color: #ECECEC;
  height: 405px;
  margin-bottom: 4%;
}
.furnitures .furnitur-blogs .furnit-blogs-two .blog-two .blog:nth-child(2) {
  max-width: 100%;
  width: 100%;
  background-color: #ECECEC;
  height: 196px;
}

.products-cat {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
}
.products-cat .products-cats {
  max-width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}
.products-cat .products-cats .product-blog {
  max-width: 30.6%;
  width: 100%;
  margin-bottom: 6%;
}
.products-cat .products-cats .product-blog .blog-img {
  max-width: 100%;
  width: 100%;
  height: 83%;
}
.products-cat .products-cats .product-blog .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products-cat .products-cats .blog-title {
  max-width: 100%;
  width: 100%;
  height: 23%;
  background-color: #F7F7F8;
  position: relative;
}
.products-cat .products-cats .blog-title p {
  padding-top: 18px;
  font-size: 16px;
  padding-left: 7%;
  color: #171717;
}
.products-cat .products-cats .blog-title span {
  font-size: 14px;
  color: #171717;
  position: absolute;
  top: 70%;
  left: 7%;
}

.legs-pages {
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
}
.legs-pages .legs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  max-width: 9.5%;
  width: 100%;
  display: flex;
  right: 0;
  gap: 12px;
}
.legs-pages .legs-contents {
  max-width: 100%;
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}
.legs-pages .legs-contents .legs-product {
  max-width: 22%;
  width: 100%;
  margin-bottom: 4%;
}
.legs-pages .legs-contents .legs-product .egs-img {
  max-width: 100%;
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.legs-pages .legs-contents .legs-product .egs-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.legs-pages .legs-contents .legs-product .egs-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.legs-pages .legs-contents .legs-product h5 {
  font-weight: 400;
    text-align: center;
    font-size: 15px;
    color: #6B6764;
    margin-top: 5px;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}
.legs-pages .legs-contents .legs-product p {
  margin-top: 5px;
  font-size: 15px;
  text-align: center;
}

.decor-pages {
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
}
.decor-pages .decors {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  margin-top: 20px;
}
.decor-pages .decors .docor-blog {
  max-width: 23.5%;
  width: 100%;
  margin-bottom: 2.5%;
}
.decor-pages .decors .docor-blog .decor-img {
  max-width: 100%;
  width: 100%;
  height: 190px;
  overflow: hidden;
  margin-bottom: 10px;
}
.decor-pages .decors .docor-blog .decor-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition-duration: 1s;
}

.decor-pages .decors .docor-blog .decor-img img:hover{
     transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.slid-left{
  display: flex;
  position: absolute;
  right: 0px;
  top: -3px;
  gap: 12px;
}


.fa-arrow-left{
  border: 1px solid rgba(107, 103, 100, 1);
  padding: 2px 8px 2px 8px;
}
.fa-arrow-right{
  border: 1px solid rgba(107, 103, 100, 1);
  padding: 2px 8px 2px 8px;
}

.top-btn:hover {
    background-color: #AC1C1C;
}
.top-btn:hover .fa-angle-up{
 color: white;
}

.decor-pages .decors .docor-blog h5 {
  text-align: center;
  font-size: 16px;
  color: #6B6764;
  margin-top: -5px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;

}
.decor-pages .decors .docor-blog p {
  margin-top: 5px;
  font-size: 15px;
  text-align: center;
}

.ul-product {
  line-height: 26px;
}
.ul-product li {
  color: rgba(107, 103, 100, 1);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  display: flex;
   gap: 19px;
}

.product-page {
  margin-top: 50px;
}
.product-page .product-page .container {
  max-width: 82%;
  width: 100%;
  margin-top: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-page .product-page .container .description::before {
  color: #D9D9D9 !important;
}
.product-page .product-page .container .description hr {
  margin-top: 8px;
  margin-bottom: 10px;
  max-width: 40%;
  width: 100%;
}
.product-page .product-page .container .description p {
  font-size: 17px;
  color: black;
}
.product-page .product-page .container .description li::marker {
  content: "•";
  color: #D9D9D9;
  right: 5px;
  top: 5px;
  font-size: 25px;
}
.product-page .product-page .container .description li {
  font-size: 16px;
}
.product-page .product-slider {
  max-width: 100%;
  width: 100%;
  height: 235px;
  margin-top: 45px;
  position: relative
}
.product-page .product-slider .product-swiper {
  height:230px !important;
}
.product-page .product-slider h5 {
  font-size: 18px;
  margin-bottom: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.product-page .product-slider .swiper-slide h5 {
  text-align: center;
  font-size: 15px;
  color: #6B6764;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
    width: 100%;
    line-height: 20px;
}
.product-page .product-slider .swiper-slide p {
  text-align: center;
  margin-top: 5px;
}
.product-page .xzoom {
  max-width: 100%;
  width: 100% !important;
  height: 300px;

}

.szoom-container {
  max-width: 90%;
  width: 100%;
}

.contact-page {
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.contact-page .contact-bg {
  max-width: 100%;
  width: 100%;
  height: 140px;
  background-color: #AC1C1C;
  position: absolute;
  top: 48%;
  z-index: -1;
}
.contact-page .contact-blogs {
  max-width: 100%;
  width: 100%;
  margin-top: 80px;
  position: relative;
}
.contact-page .contact-blogs .contact-form {
  max-width: 34%;
  width: 100%;
  margin: 0 20%;
  background-color: #F7F7F8;
  height: 380px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.contact-page .contact-blogs .contact-form form {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  padding-top: 33px;
}
.contact-page .contact-blogs .contact-form form input {
  max-width: 100%;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  padding-left: 5px;
  margin-bottom: 10px;
  color: rgba(107, 103, 100, 0.5019607843);
  outline: none;
}
.contact-page .contact-blogs .contact-form form textarea {
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 1px solid #C9C9C9;
  padding-left: 5px;
  padding-top: 3px;
}
.furnitures .furnitur-blogs .furnit-blogs-one .blog:nth-child(3) img {
  margin-top: 32px;
  width: 100%;
  height: 79%!important;
  object-fit: contain;
}
.contact-page .contact-blogs .contact-form form button {

  background-color: rgba(172, 28, 28, 1);
  border-radius: 5px;
  padding: 6px 11px 6px 11px;
  border: 1px solid rgba(172, 28, 28, 1);
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  margin-top: 10px;
}
.contact-page .contact-blogs .contact-map {
  max-width: 40%;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 40%;
  z-index: -1;
  top: -46px;
}

@media only screen and (max-width: 1680px) {
  .website-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .abouts .about-blog .about-images {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1480px) {
  .website-container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
  }
  .abouts .bg-about {
    max-width: 88%;
    width: 100%;
  }
  .product-work .products .product-blog {
    height: 236px;
  }
  .abouts .about-blog .about-images .about-img {
    height: 255px;
  }
  .category .category-blogs .cat-blog {
    height: 321px;
  }
  .legs-pages .legs-contents .legs-product .egs-img {
    max-width: 100%;
    width: 100%;
    height: 253px;
  }
}
@media only screen and (max-width: 1366px) {
  .website-container {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
  }
  .abouts .about-blog .about-images .about-img {
    height: 249px;
  }
  .category .category-blogs .cat-blog {
    height: 303px;
  }
  .product-work .products .product-blog {
    height: 250px;
  }
  .product-work .products .product-blog {
    height: 225px;
  }
  .legs-pages .legs-contents .legs-product .egs-img {
    max-width: 100%;
    width: 100%;
    height: 247px;
  }
  .legs-pages .legs {
    right: 12px;
  }


   .abouts .about-blog .about-title {
    max-width: 91%;
   }
  .abouts .about-blog .about-title p {
    margin-left: 8%;
    line-height: 26px;
  }

  .abouts .bg-about {
    top: 220px;
    left: 18.5%;
  }
  .abouts .about-blog .about-images {
    margin-left: 9%;
}

.hr-about{
  border: 0.1px solid rgba(217, 217, 217, 1);
  height: -1.9px;
  margin-left: 11%;
}
.head-content .margin-H5 {
margin-left: 11%;
}
}
@media only screen and (max-width: 1280px) {
  .website-container {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
  }
  .abouts .bg-about {
    margin-top: 20px;
  }
  .abouts .bg-about {
    max-width: 80%;
    width: 100%;
}
  .abouts .about-blog .about-images .about-img {
    height: 230px;
  }
  .category .category-blogs .cat-blog {
    height: 282px;
  }
  .legs-pages .legs-contents .legs-product .egs-img {
    max-width: 100%;
    width: 100%;
    height: 256px;
  }
  .legs-pages .legs {
    right: 21px;
  }


  .categor{
    height: 253!important;
  }

  .hr-about {
    border: 0.1px solid rgba(217, 217, 217, 1);
    height: -1.9px;
    margin-left: 12%;
}
.head-content .margin-H5 {
  margin-left: 11.5%;
}
}
@media only screen and (max-width: 1120px) {
  .website-container {
    max-width: 946px;
    width: 100%;
    margin: 0 auto;
  }
  .abouts .bg-about {
    top: 205px;
  }
  .abouts .about-blog .about-images .about-img {
    max-width: 26%;
    width: 100%;
    height: 216px;
  }
}
@media only screen and (max-width: 1120px) and (max-width: 1024px) {
  header {
    display: none;
  }
}
@media only screen and (max-width: 1120px) {
  nav .nav-ul ul {
    display: none;
  }
}
@media only screen and (max-width: 1120px) {
  .mobile-menu-open {
    display: block;
  }
}
@media only screen and (max-width: 1120px) {
  .mobile-menu {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .website-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .product-work .products .product-blog {
    height: 196px;
  }
  .abouts .about-blog .about-images .about-img {
    height: 189px;
  }
  .abouts .bg-about {
    top: 222px;
  }
  .category .category-blogs .cat-blog {
    height: 241px;
  }
  .legs-pages .legs-contents .legs-product .egs-img {
    height: 199px;
  }
  .nav-ul .mobile-menu {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .nav-ul .mobile-menu i {
    font-size: 28px;
    position: absolute;
    right: 7%;
    top: 27px;
  }
  #mobMenu {
    position: absolute;
    max-width: 80%;
    width: 100%;
    background: white;
    z-index: 1000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    height: 100vh;
    top: 0;
    left: -920px;
  }
  #mobMenu ul {
    margin-top: 68px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 51px;
       -moz-column-gap: 51px;
            column-gap: 51px;
    row-gap: 20px;
  }
  #mobMenu ul li {
    list-style-type: none;
  }
  #mobMenu ul li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
  }
  .decor-pages .decors .docor-blog .decor-img {
    max-width: 100%;
    width: 100%;
    height: 159px;
  }
  .legs-pages .legs {
    right: 39px;
  }
}
@media only screen and (max-width: 820px) {
  .website-container {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
  }
  .abouts .bg-about {
    top: 247px;
  }
  .abouts .about-blog .about-images .about-img {
    height: 152px;
  }
  .abouts .about-blog .about-images .about-img {
    max-width: 27%;
    width: 100%;
  }
  .abouts .bg-about {
    height: 119px;
  }
  .category .category-blogs {
    gap: 3%;
  }
  .category .category-blogs .cat-blog {
    max-width: 33%;
    width: 100%;
  }
  .category .category-blogs .cat-blog .cat-title h5 {
    color: #5E5651;
    font-size: 12px;
  }
  .decor-pages .decors .docor-blog .decor-img {
    height: 156px;
  }
  .decor-pages .decors .docor-blog h5 {
    font-size: 15px;
  }
  .legs-pages .legs-contents {
    gap: 2%;
  }
  .legs-pages .legs-contents .legs-product {
    max-width: 23.4%;
    width: 100%;
  }
  .legs-pages .legs-contents .legs-product .egs-img {
    max-width: 100%;
    width: 100%;
    height: 174px;
  }
  .product-page .xzoom {
    height: 240px;
  }
}
@media only screen and (max-width: 720px) {
  .website-container {
    max-width: 566px;
    width: 100%;
    margin: 0 auto;
  }
  .abouts .about-blog .about-title p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
  }
  .abouts .about-blog .about-images {
    max-width: 92%;
    width: 100%;
  }
  .abouts .about-blog .about-images .about-img {
    height: 135px;
  }
  .abouts .about-blog .about-images .about-img {
    max-width: 28%;
    width: 100%;
  }
  .category .category-blogs .cat-blog {
    height: 167px;
  }
  .product-work .products .product-blog {
    height: 146px;
  }
  footer .footer .footer-headers ul {
    gap: 2%;
  }
  footer .footer .footer-headers ul li {
    font-size: 14px;
  }
  .contact-page .contact-blogs .contact-form {
    max-width: 54%;
    width: 100%;
  }
  .contact-page .contact-blogs .contact-map {
    max-width: 55%;
    width: 100%;
  }
  .contact-page .contact-blogs .contact-form form {
    padding-top: 30px;
    height: 360px;
  }
  .decor-pages .decors .docor-blog .decor-img {
    max-width: 100%;
    width: 100%;
    height: 131px;
  }
  .decor-pages .decors .docor-blog h5 {
    font-size: 14px;
  }
  .legs-pages .legs-contents .legs-product .egs-img {
    height: 143px;
  }
  .products-cat .products-cats .blog-title p {
    font-size: 14px;
  }
  .products-cat .products-cats .blog-title {
    height: 25%;
  }
}
@media only screen and (max-width: 580px) {
  .website-container {
    max-width: 94%;
    width: 100%;
    margin: 0 auto;
  }
  .category .category-blogs {
    gap: 2%;
  }
  .product-work .products .product-blog {
    margin-bottom: 17px;
  }
  .product-work .products .product-blog {
    height: 134px;
  }
  .furnitures .furnitur-blogs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .furnitures .furnitur-blogs .furnit-blogs-one {
    max-width: 100%;
    width: 100%;
  }
  .furnitures .furnitur-blogs .furnit-blogs-two {
    max-width: 100%;
    width: 100%;
  }
  .category .category-blogs .cat-blog .cat-title h5 {
    color: #5E5651;
    font-size: 14px;
  }
  .category .category-blogs .cat-blog {
    height: 140px;
  }
  .category .category-blogs .cat-blog .cat-img {
    max-width: 68%;
    width: 100%;
    height: 75%;
  }
  .category .category-blogs .cat-blog {

    max-width: 49%;
    width: 100%;
    margin-bottom: 16px;
     height: 157px;
  }
  nav .nav-ul {
    padding: 0 15px;
  }
  .furnitures .furnitur-blogs .furnit-blogs-two {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
  footer .footer .footer-headers ul li {
    font-size: 12px;
  }
  .decor-pages .decors .docor-blog .decor-img {
    max-width: 100%;
    width: 100%;
    height: 114px;
  }

  .decor-pages .decors .docor-blog h5 {
    margin-top: 5px;
    font-size: 13px;
  }
  .legs-pages .legs-contents .legs-product h5 {
    text-align: center;
    font-size: 12px;
  }
  .legs-pages .legs {
    max-width: 24%;
    width: 100%;
    right: 0;
  }
  .container {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
  .description {
    margin-left: 5%;
  }

  .category .category-blogs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .category .category-blogs .cat-blog:nth-child(3) {
    max-width: 70%;

  }
  .legs-pages .legs-contents .legs-product {
    max-width: 31.4%;
    width: 100%;
}

.head-content h5 {
    font-size: 16px;
}

.legs-pages .legs-contents .legs-product {
    margin-bottom: 7%;
}

.decor-pages .decors .docor-blog {
    max-width: 31.5%;
    width: 100%;
    margin-bottom: 4%;
}

.products-cat .products-cats .product-blog {
    max-width: 47.6%;
    width: 100%;
    margin-bottom: 10%;
}
.products-cat .products-cats .blog-title p {
    font-size: 14px;
}
.products-cat .products-cats .blog-title span {
    top: 63%;
}

.furnitures .furnitur-blogs .furnit-blogs-one .blog:nth-child(3) img{
    object-fit: contain;
}
.furnitures .furnitur-blogs .furnit-blogs-one .blog:nth-child(4) img{
    object-fit: contain;
}
.furnitures .furnitur-blogs .furnit-blogs-two .blog-first .blog:nth-child(1) img {
   object-fit: contain;
}
.furnitures .furnitur-blogs .furnit-blogs-two .blog-two .blog:nth-child(2) img {
    object-fit: contain;
}

.furnitures .furnitur-blogs .furnit-blogs-one .blog:nth-child(1) img{
    object-fit: cover;
}
}
@media only screen and (max-width: 480px) {
  .abouts .about-blog .about-images .about-img {
    max-width: 31%;
    width: 100%;
  }
  .abouts .about-blog .about-images .about-img {
    height: 117px;
  }
  .category .category-blogs .cat-blog {
    max-width: 34%;
    width: 100%;
  }
  .product-work .products .product-blog {
    height: 106px;
  }
  .category .category-blogs .cat-blog .cat-title h5 {
    color: #5E5651;
    font-size: 8px;
  }
  .category .category-blogs .cat-blog .cat-img {
    padding-top: 19px;
  }
  .category .category-blogs .cat-blog .cat-title {
    top: 3.5%;
  }
  .decor-pages .decors .docor-blog {
    max-width: 31.9%;
    width: 100%;
    margin-bottom: 2.5%;
  }
  .decor-pages .decors .docor-blog {
    max-width: 48.9%;
    width: 100%;
    margin-bottom: 8.5%;
  }
  .legs-pages .legs {
    max-width: 27%;
    width: 100%;
    right: 0;
  }
  .legs-pages .legs-contents .legs-product {
    max-width: 31.8%;
    width: 100%;
  }
  .legs-pages .legs-contents .legs-product .egs-img {
    height: 161px;
  }
  .product-work .products .product-blog {
    height: 138px;
  }
  .product-work .products .product-blog {
    position: relative;
    max-width: 49%;
    width: 100%;
  }
  footer .footer .footer-headers ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer .footer-headers ul li {
    font-size: 11px;
    max-width: 50%;
  }

  .category .category-blogs .cat-blog {
    max-width: 49%;
    width: 100%;
}
.category .category-blogs .cat-blog:nth-child(3) {
    max-width: 100%;
}
.category .category-blogs .cat-blog .cat-title h5 {
    color: #5E5651;
    font-size: 13px;
}

.products-cat .products-cats .blog-title p {
    padding-top: 7px;
}
.products-cat .products-cats .product-blog .blog-img {
    height: 80%;
}
.szoom-container {
    max-width: 100%;
    width: 100%;
}
.abouts .bg-about {
    height: 85px;
}

.abouts .bg-about {
    max-width: 93%;
    width: 100%;
}
.contact-page .contact-blogs .contact-form {
    margin: 0 4%;
}
.contact-page .contact-blogs .contact-form {
    max-width: 76%;
    width: 100%;
}
}
@media only screen and (max-width: 420px) {
  .category .category-blogs .cat-blog .cat-title h5 {
    color: #5E5651;
    font-size: 11px;
  }
  .category .category-blogs .cat-blog .cat-img {
    max-width: 75%;
    width: 100%;
    height: 73%;
  }
  .decor-pages .decors .docor-blog .decor-img {
    max-width: 100%;
    width: 100%;
    height: 140px;
  }
  .legs-pages .legs {
    max-width: 37%;
    width: 100%;
    right: 0;
  }
  .legs-pages .legs-contents .legs-product {
    max-width: 31.8%;
    width: 100%;
  }

  .furnitures .furnitur-blogs .furnit-blogs-one .blog:nth-child(3) {
    background-color: #ECECEC;
    height: 190px;
    max-width: 49%;
    width: 100%;
}

}
.categories{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.categories_one{
    width: 49%;
    height: auto;
    margin-top:30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.category_items{
    position:relative;
    width: 49%;
    height: 200px;
}
.category_items:hover{
    box-shadow: -1px 2px 3.5px 0 rgba(0, 0, 0, 0.25);
}
.category_items_two{
    position:relative;
    margin-top:20px;
    width: 49%;
    height: 220px;
}
.category_items_two:hover{
    box-shadow: -1px 2px 3.5px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 360px) {
    .products-cat .products-cats .blog-title {
        height: 40%;
    }

    .products-cat .products-cats .blog-title p {
      padding-top: 7px;
      line-height: 11px;
  }
}
