@import url("https://fonts.cdnfonts.com/css/noah");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: armu-bold;
  src: url(../fonts/reg-noah.ttf);
}
@font-face {
  font-family: braind;
  src: url(../fonts/BraindYerevan.otf);
}
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 116px;
  background: rgb(243, 243, 243);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-first:nth-child(2) {
  max-width: 214px;
  width: 100%;
  margin-right: 6%;
}
.blog-first:nth-child(2) img {
  width: 100%;
  height: auto;
}

.blog-first:nth-child(3) p span {
  font-size: 16px;
  color: rgb(69, 69, 71);
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.blog-first:nth-child(3) p span .fa-envelope {
  color: rgb(28, 34, 47);
  font-size: 22px;
}

.blog-first:nth-child(1) p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.blog-first:nth-child(1) p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 16px;
  color: rgb(69, 69, 71);
  font-family: Arial, Helvetica, sans-serif;
}
.blog-first:nth-child(1) p span .fa-location-dot {
  padding-right: 6px;
  color: rgb(28, 34, 47);
  font-size: 22px;
}
.blog-first:nth-child(1) p span .fa-phone-volume {
  padding-right: 1px;
  color: rgb(28, 34, 47);
  font-size: 22px;
}

.body-color {
  background-color: rgb(255, 255, 255);
  margin: 0 43px;
  position: relative;
  padding-top: 12px;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1%;
}
.menu ul hr {
  height: 18px;
  margin-top: 0;
  color: rgb(217, 217, 217);
  border: 1px solid rgb(217, 217, 217);
}
.menu ul li {
  list-style-type: none;
}
.menu ul li a {
  text-decoration: none;
  font-size: 16px;
  color: rgb(2, 38, 64);
  font-family: Arial, Helvetica, sans-serif;
}

.swiper {
  margin-top: 15px;
  width: 100%;
  height: 388px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 279px;
}

.cat-h2 {
  position: absolute;
  margin-top: -28px;
  color: rgb(2, 38, 64);
  font-size: 22px;
  font-family: "braind";
  text-decoration: none;
  right: 0px;
}

.cat-h2 a {
  color: rgb(2, 38, 64) !important;
  font-size: 20px;
  font-family: "braind";
  text-decoration: none;
}

.webiste-container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}

.abouts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 1%;
  margin-top: 48px;
}
.abouts .about-blog {
  width: 85%;
}
.abouts .about-blog h2 {
  font-family: "braind";
  font-size: 44px;
  color: rgb(2, 38, 64);
}
.abouts .about-blog .prod-head {
  margin-top: 64px;
  font-size: 39px;
}
.abouts .about-blog p {
  margin: 6px;
  font-size: 16px;
  color: rgb(69, 69, 71);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  font-weight: 400;
  margin-left: 0;
}
.h3-head{
  font-size: 18px!important;
}
.product-blog {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5%;
}
.product-blog .prod-blog {
  max-width: 33%;
  width: 100%;
  position: relative;
  -webkit-transition: all 2s;
  transition: all 0.5s;
}

.menu-container{
  display: none;
}

.prod-blog:hover{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)!important;
}

.product-blog .prod-blog .product-head {
  height: 46px;
  position: relative;
}
.product-blog .prod-blog .product-head h5 {
  font-family: "braind";
  font-size: 28px;
  color: rgb(2, 38, 64);
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.product-swiper{
  height: 200px!important;
}
.product-blog .prod-blog .img-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: white;
}
.product-blog .prod-blog .prod-img {
  width: 100%;
  height: 508px;
  position: relative;
}
.product-blog .prod-blog .prod-img img {
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
}

.print-blog {
  padding-bottom: 80px;
  margin-top: 99px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.print-blog .blogs:nth-child(1) {
  background-color: rgb(2, 38, 64);
  max-width:40%;
  width: 100%;
  height: 430px;
  position: relative;
}

.menu-name{
  display: none;
}
.print-blog .blogs:nth-child(1) img {
  max-width: 98%;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 50px;
  top: 19px;
}
.cat-head{
  font-family: "braind";
    font-size: 28px;
    color: rgb(2, 38, 64);
    text-align: center;
}
.blogs:nth-child(2) {
  max-width: 41%;
  width: 100%;
}

.blogs:nth-child(2) h5 {
  font-family: "braind";
  font-size: 38px;
  color: rgb(2, 38, 64);
  line-height: 23px;
  line-height: 39px;
}

.first-swiper{
  height: auto!important;
}
.blogs:nth-child(2) p {
  color: rgb(69, 69, 71);
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.blogs:nth-child(2) button {
  background-color: rgb(2, 38, 64);
  color: rgb(247, 247, 247);
  font-size: 14px;
  border: 0;
  padding: 7px 10px 7px 10px;
  margin-top: 7px;
}
.blogs:nth-child(2) button:hover{
  background-color: #cba463!important;
}
footer {
  width: 100%;
  position: relative;
}
footer .logo-footer {
  max-width: 8%;
  width: 100%;
  position: absolute;
  right: 48px;
  top: -72px;
}
footer .logo-footer img {
  width: 100%;
  height: auto;
}
footer .footer-head {
  max-width: 95%;
  width: 100%;
  height: 377px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
footer .footer-head .one-blog-position {
  position: absolute;
  width: 40px;
  height: 64px;
  background-color: rgb(2, 38, 64);
  top: 60%;
  z-index: 3;
}
footer .footer-head .foot-one-blog {
  margin-top: 61px;
  max-width: 60%;
  width: 100%;
  background-color: rgb(247, 247, 247);
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-head .foot-one-blog form {
  max-width: 50%;
  width: 100%;
  margin-left: 79px;
}
footer .footer-head .foot-one-blog form h5 {
  font-family: "braind";
  font-size: 24px;
  color: rgb(2, 38, 64);
  line-height: 35px;
  margin-bottom: 12px;
  margin-top: 30px;
}
footer .footer-head .foot-one-blog form .form-control {
  border: 0;
  background-color: rgb(247, 247, 247);
  border-bottom: 1px solid rgb(217, 217, 217);
  -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
}
footer .footer-head .foot-one-blog form button {
  width: 100%;
  background: rgb(2, 38, 64);
  color: white;
  font-size: 16px;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}
footer .footer-head .foot-one-blog form button:hover{
  background-color: #cba463!important;
}
footer .footer-head .foot-two-blog {
  margin-top: 35px;
  max-width: 40%;
  width: 100%;
  background-color: rgb(217, 217, 217);
  z-index: 1;
  height: 110%;
  position: relative;
}
footer .footer-head .foot-two-blog .blogs-footer {
  margin-left: 12%;
  margin-top: 9%;
}
footer .footer-head .foot-two-blog .blogs-footer h5 {
  font-size: 25px;
  color: rgb(2, 38, 64);
  font-family: "braind";
}
footer .footer-head .foot-two-blog .blogs-footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 47px;
}
footer .footer-head .foot-two-blog .blogs-footer p span {
  color: rgb(69, 69, 71);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
}
footer .footer-head .foot-two-blog .blogs-footer p span i {
  color: rgb(2, 38, 64);
  padding-left: 5px;
  font-size: 28px;
}
.men-mob{
  display: none;
}
footer .footer-head .foot-two-blog .blog-square {
  max-width: 50px;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -13px;
  left: -24px;
  background-color: rgb(2, 38, 64);
}
footer .footer-head .blogposition {
  position: absolute;
  z-index: 1;
  max-width: 217px;
  width: 100%;
  height: 520px;
  right: -51px;
  background-color: rgb(2, 38, 64);
}
footer .footer-head .icon-blog {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  bottom: 26px;
  left: 6px;
}
footer .footer-head .icon-blog i {
  color: rgb(217, 217, 217);
  font-size: 24px;
}
footer .footer-head .down-top {
  position: absolute;
  z-index: 3;
  /* bottom: 0; */
  top: 90%;
  right: 30%;
}
footer .footer-head .down-top .fa-angle-up {
  padding: 8px 10px 8px 10px;
  background: rgb(217, 217, 217);
  border-radius: 56%;
  font-size: 18px;
  color: rgb(2, 38, 64);
  cursor: pointer;
  -webkit-animation: down 5s infinite;
          animation: down 5s infinite;
}

@-webkit-keyframes down {
  10% {
    top: 90%;
  }
  50% {
    top: 92%;
  }
  100% {
    top: 90%;
  }
}

@keyframes down {
  10% {
    top: 90%;
  }
  50% {
    top: 92%;
  }
  100% {
    top: 90%;
  }
}
.form-group {
  margin-top: 35px;
  margin-bottom: 15px;
}
h2 a{
  color: rgba(2, 38, 64, 1)!important;
}
.slider-swiper-image {
  max-width: 100%;
  width: 100%;
}
.slider-swiper-image .catSwiper {
  width: 100% !important;
}

.webiste-containers {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

/*category*/
.slider-swiper-image {
  width: 100%;
  margin-top: -20px;
}

.category-wrapper {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.category-wrapper h2 {
  font-size: 24px;
  color: rgb(2, 38, 64);
  font-family: "braind";
  position: absolute;
  top: -47px;
  right: 0px;
}
.category-wrapper hr {
  border: 1px solid rgb(243, 243, 243);
  margin-top: 57px;
  right: -44px;
}

.category-wrapper h2 {
  font-size: 24px;
  color: rgb(2, 38, 64);
  position: absolute;
  font-family: "braind";
  display: flex;
  align-items: center;
  gap: 4px;
}

.cat-containers {
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  padding-bottom: 118px;
}
.cat-containers .blogs-one {
  max-width: 49%;
  width: 100%;
}
a{
  text-decoration: none!important;
}
.cat-containers .blogs-one .swiper-blog .h3-head:hover {
  text-decoration: underline!important;
}
.cat-containers .blogs-one .img-one {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 410px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 2s;
          animation-iteration-count: 2s;
  position: relative;
}
.cat-containers .blogs-one .img-one img {
  width: 100%;
  height: 100%;
}
.cat-containers .blogs-one .swiper-blog {
  /* margin-top: 17px; */
  max-width: 100%;
  width: 100%;
  margin-top: 60px;
}
.cat-containers .blogs-one .swiper-blog h3 {
  font-size: 25px;
  color: rgba(2, 38, 64, 1);
  font-family: "braind";
  margin-top: 35px;
  margin-bottom: 15px;

}
.cat-containers .blogs-one .swiper-blog .h3-head {
  margin-top: 13px;
  margin-bottom: 7px;
  margin-left: 0;
}
.cat-containers .blogs-one .swiper-blog .h3-price {
  margin-left: 3%;
  margin-bottom: 23px;
  margin-left: 0;
  color: rgba(2, 38, 64, 1);
}
.cat-containers .blogs-one .swiper-blog p {
  margin-top: -2px;
}
.cat-containers .blogs-one .swiper-blog .betwenSwiper {
  width: 100% !important;
  height: 382px;
}
.cat-containers .img-one:hover .img-left {
  top: 0;
  left: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  z-index: 2;
  -webkit-animation: animateThis 0.5s ease-in;
  -webkit-animation-fill-mode: forwards;
  opacity: 40%;
  width: 60%;
  height: 60%;
}

.cat-containers .blogs-two .img-one:hover .img-left{
  top: 0;
  left: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  z-index: 2;
  -webkit-animation: animateThis 0.5s ease-in;
  -webkit-animation-fill-mode: forwards;
  opacity: 40%;
  width: 60%;
  height: 60%;
}


@-webkit-keyframes animateThis {
  0% {
    width: 10%;
    height: 10%;
  }
  10% {
    width: 20%;
    height: 20%;
  }
  20% {
    width: 30%;
    height: 30%;
  }
  30% {
    width: 40%;
    height: 40%;
  }
  40% {
    width: 50%;
    height: 50%;
  }
  50% {
    width: 60%;
    height: 60%;
  }
  60% {
    width: 70%;
    height: 70%;
  }
  70% {
    width: 80%;
    height: 80%;
  }
  70% {
    width: 85%;
    height: 85%;
  }
  80% {
    width: 90%;
    height: 90%;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes animateThis {
  0% {
    width: 10%;
    height: 10%;
  }
  10% {
    width: 20%;
    height: 20%;
  }
  20% {
    width: 30%;
    height: 30%;
  }
  30% {
    width: 40%;
    height: 40%;
  }
  40% {
    width: 50%;
    height: 50%;
  }
  50% {
    width: 60%;
    height: 60%;
  }
  60% {
    width: 70%;
    height: 70%;
  }
  70% {
    width: 80%;
    height: 80%;
  }
  70% {
    width: 85%;
    height: 85%;
  }
  80% {
    width: 90%;
    height: 90%;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    opacity: 0%;
  }
}
.cat-containers .img-one:hover .img-top {
  bottom: 0;
  right: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  z-index: 2;
  -webkit-animation: animateThi 0.5s ease-in;
  -webkit-animation-fill-mode: forwards;
  opacity: 30%;
  width: 60%;
  height: 60%;
}
.cat-containers .blogs-two .img-one:hover .img-top{
  bottom: 0;
  right: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  z-index: 2;
  -webkit-animation: animateThi 0.5s ease-in;
  -webkit-animation-fill-mode: forwards;
  opacity: 30%;
  width: 60%;
  height: 60%;
}

@-webkit-keyframes animateThi {
  0% {
    width: 10%;
    height: 10%;
  }
  10% {
    width: 20%;
    height: 20%;
  }
  20% {
    width: 30%;
    height: 30%;
  }
  30% {
    width: 40%;
    height: 40%;
  }
  40% {
    width: 50%;
    height: 50%;
  }
  50% {
    width: 60%;
    height: 60%;
  }
  60% {
    width: 70%;
    height: 70%;
  }
  70% {
    width: 80%;
    height: 80%;
  }
  80% {
    width: 85%;
    height: 85%;
  }
  80% {
    width: 90%;
    height: 90%;
  }
  90% {
    width: 95%;
    height: 95%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes animateThi {
  0% {
    width: 10%;
    height: 10%;
  }
  10% {
    width: 20%;
    height: 20%;
  }
  20% {
    width: 30%;
    height: 30%;
  }
  30% {
    width: 40%;
    height: 40%;
  }
  40% {
    width: 50%;
    height: 50%;
  }
  50% {
    width: 60%;
    height: 60%;
  }
  60% {
    width: 70%;
    height: 70%;
  }
  70% {
    width: 80%;
    height: 80%;
  }
  80% {
    width: 85%;
    height: 85%;
  }
  80% {
    width: 90%;
    height: 90%;
  }
  90% {
    width: 95%;
    height: 95%;
  }
  100% {
    opacity: 0%;
  }
}
.cat-containers .blogs-two {
  margin-top: -8px;
  max-width: 50%;
  width: 100%;
}
.cat-containers .blogs-two .img-one {
  max-width: 100%;
  width: 100%;
  margin-top: 46px;
  height: 400px;
  margin-bottom: 34px;
  position: relative;
  overflow: hidden;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 2s;
    animation-iteration-count: 2s;


}
.cat-containers .blogs-two .img-one img {
  width: 100%;
  height: 100%;
}
.cat-containers .blogs-two .swiper-blog {
  margin-top: 47px;
  max-width: 100%;
  width: 100%;
}
.cat-containers .blogs-two .swiper-blog h3 {
  font-size: 25px;
  color: rgba(2, 38, 64, 1)!important;
  font-family: "braind";
  margin-top: 5px;
 
  text-transform: uppercase;
}
.cat-containers .blogs-two .swiper-blog .h3-head {
  margin-top: 5px;
  margin-bottom: 3px;
  margin-left: 0;
  text-transform: inherit;
 
}
.cat-containers .blogs-two .swiper-blog .h3-head:hover{
       text-decoration: underline;
}
.cat-containers .blogs-two .swiper-blog .h3-price {
  margin-bottom: 23px;
  margin-left: 0;
  color: rgba(2, 38, 64, 1);
}
.cat-containers .blogs-two .swiper-blog p {
  margin-top: -2px;
  font-size: 14px;
}
.cat-containers .blogs-two .swiper-blog .betwenSwiper {
  width: 100% !important;
  height: 354px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 94%) !important;
  color: rgb(2, 38, 64) !important;
}

.btoon-swiper-next {
  border: 1px solid rgb(2, 38, 64) !important;
}

.fa-arrow-right {
  border: 1px solid rgb(2, 38, 64);
  padding: 5px 5px 5px 5px;
  font-size: 15px;
  color: rgb(2, 38, 64);
  font-weight: 700;
}

.fa-arrow-left {
  border: 1px solid rgb(2, 38, 64);
  padding: 5px 5px 5px 5px;
  font-size: 15px;
  color: rgb(2, 38, 64);
  font-weight: 700;
}

.price-table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 60px;
}
.price-table img {
  width: 100%;
}

.swiper-button-prev-button {
  position: absolute;
  right: 45px;
  top: -3px;
}
.swiper-top{
  margin-top: 0;
}
.swiper-button-next-button {
  position: absolute;
  right: 11px;
  top: -3px;
}

.footer-icons {
  max-width: 100%;
  width: 100%;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.footer-icons .icon-blog img {
  width: 100%;
  margin-left: 9%;
}

.product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
}
.product-wrapper .container-wrapper {
  max-width: 45%;
  width: 100%;
  height: 584px;
}
.product-wrapper .container-wrapper img {
  width: 100%;
  height: 100%;
}
.product-wrapper .container-title {
  max-width: 50%;
  width: 100%;
}
.product-wrapper .container-title .product-swiper {
  max-width: 100% !important;
  width: 100% !important;
}
.product-wrapper .container-title h2 {
  margin-top: 0;
  font-size: 20px;
  color: rgb(2, 38, 64);
  font-family: "braind";
}
.product-wrapper .container-title .title-text {
  margin-top: 35px;
}
.product-wrapper .container-title .title-text p {
  color: rgb(69, 69, 71);
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.product-wrapper .container-title .title-text .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-wrapper .container-title .title-text .color div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.product-wrapper .container-title .title-text .size-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.product-wrapper .container-title .title-text .size-blog p {
  color: rgb(2, 38, 64);
  font-size: 13px;
  border: 1px solid rgb(2, 38, 64);
  border-radius: 50%;
  border-color: rgb(2, 38, 64);
  width: 49px;
  height: 50px;
  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;
}
.product-wrapper .container-title .title-img {
  margin-top: 13px;
}

.category-prods {
 margin-top: -20;
  margin-bottom: 50px;
}
.category-prods h2 {
  font-size: 18px;
  color: rgb(2, 38, 64);
  font-family: "braind";
  text-align: end;
  margin-bottom: -17px;
}
.category-prods .products-blog {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-prods .products-blog .prod-block {
  max-width: 18.4%;
  width: 100%;
  margin-bottom: 11px;
}
.category-prods .products-blog .prod-block h5 {
  font-size: 18px;
  color: rgb(2, 38, 64);
  font-family: "braind";
  margin-bottom: 7px;
  margin-top: 6px;
  text-transform: uppercase;
}
.category-prods .products-blog .prod-block p {
  color: rgb(2, 38, 64);
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -2px;
}
.category-prods .products-blog .prod-block .block-img {
  max-width: 100%;
  width: 100%;
  height: 252px;
}
.category-prods .products-blog .prod-block .block-img img {
  width: 100%;
  height: 100%;
}

/*product*/
.product-page {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 41px;
}
.product-page h2 {
  color: rgb(2, 38, 64);
  position: absolute;
  right: 0px;
  top: -45px;
  display: flex;
    align-items: baseline;
    gap: 4px;
}
.product-page h2 a {
  margin-top: 0;
  color: rgb(2, 38, 64);
  font-size: 20px;
  font-family: "braind";
  text-decoration: none;
}
.product-page hr {
  margin-top: 75px;
}
.product-page .products {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-page .products .product-contain {
  max-width: 23.4%;
  width: 100%;
  margin-bottom: 20px;
}
.product-page .products .product-contain h5 {
  font-size: 18px;
  color: rgb(2, 38, 64);
  font-family: "braind";
  margin-top: 5px;
}
.product-blog .prod-blog h5:hover{
  text-decoration: underline;
}
.product-page .products .product-contain p {
  color: rgb(2, 38, 64);
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -4px;
}
.product-page .products .product-contain .block {
  width: 100%;
  height: 267px;
}
.product-page .products .product-contain .block img {
  width: 100%;
  height: 100%;
}

.fa-angle-right {
  font-size: 15px;
  color: rgb(2, 38, 64);

  padding-left: 0px;
}

.first-swiper {
  margin-top: -12px !important;
}

.menu-open {
  position: absolute;
  z-index: 15;
  max-width: 654px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  margin-left: -14%;
  display: none;
}
.menu-open .menu-open-blogs {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12%;
}
.menu-open .menu-open-blogs ul {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-open .menu-open-blogs ul h5 {
  color: rgb(2, 38, 64);
}
.swiper-wrap {
  height: 388px;
}
.menu-open .menu-open-blogs ul li a {
  font-size: 15px;
  color: rgb(2, 38, 64);
}

.menu-open .menu-open-blogs ul li a:hover{
  color: black;
  text-decoration: revert;
}

.ul-hov:hover .menu-open {
  display: block;
}
.swiper-button-lock {
  display: block!important;
}

.print-blog {
  margin-left: 36px;
}

.swiper {
  height: 360px;
}

.betwenSwiperOne{
   height: 380px!important;
}



@media only screen and (max-width: 1680px) {
  .webiste-container {
    max-width: 1250px;
    width: 100%;
  }
  .menu-open {
    margin-left: -15%;
  }
  .webiste-containers {
    max-width: 1250px;
  }

  .product-wrapper .container-wrapper {
    max-width: 44%;
    width: 100%;
    height: 562px;
}
}
@media only screen and (max-width: 1480px) {
  .webiste-container {
    max-width: 1172px;
    width: 100%;
  }
  .webiste-containers {
    max-width: 1172px;
  }
  .product-blog .prod-blog .prod-img {
    width: 100%;
    height: 385px;
  }
  .print-blog .blogs:nth-child(1) {
    height: 348px;
  }
  .product-page .products .product-contain .block {
    height: 256px;
  }
  .product-wrapper .container-title .title-text .color div {
    width: 37px;
    height: 37px;
    border-radius: 50%;
  }
  .product-wrapper .container-title .title-text .size-blog p {
    width: 49px;
    height: 50px;
  }
  .category-prods .products-blog .prod-block .block-img {
    max-width: 100%;
    width: 100%;
    height: 279px;
  }
  .menu-open {
    margin-left: -18%;
  }

  .swiper-wrap{
    height: 346px;
  }

  .cat-containers .blogs-one .img-one {
    height: 394px;
  }

  .swiper-slide-two {
    height: 377px;
}

.product-wrapper .container-wrapper {
  max-width: 45%;
  width: 100%;
  height: 531px;
}
.swiper-slide-two {
  height: 373px;
}
.cat-containers .blogs-two .img-one{
  height: 390px;
}
.cat-containers .blogs-one .img-one {
  height: 390px;
}

.swiper{
  height: 333px;
}

.swiper-slide-two {
  height: 373px;
}
.swiper-slide img {
  height: 271px;
}

.cat-containers .blogs-one .swiper-blog {
  margin-top: 51px;
}

.product-page .products .product-contain .block {
  width: 100%;
  height: 287px;
}

}
@media only screen and (max-width: 1380px) {
  .webiste-container {
    max-width: 1051px;
    width: 100%;
  }
  .webiste-containers {
    max-width: 1172px;
  }
  .product-page .products .product-contain .block {
    height: 229px;
  }
  .abouts .about-blog h2 {
    font-size: 32px;
  }
  .abouts .about-blog p {
    font-size: 14px;
  }
  .abouts .about-blog .prod-head {
    font-size: 32px;
  }
  .product-blog .prod-blog h5 {
    font-size: 23px;
  }
  .blogs:nth-child(2) h5 {
    font-size: 32px;
  }
  .blogs:nth-child(2) p {
    font-size: 15px;
  }
  .form-group {
    margin-top: 28px;
    margin-bottom: 11px;
  }
  footer .footer-head .foot-two-blog .blogs-footer h5 {
    font-size: 22px;
  }
  footer .footer-head .foot-one-blog form h5 {
    font-size: 22px;
    margin-top: 25px;
  }
  footer .footer-head .foot-one-blog form button {
    padding-top: 8px;
    padding-bottom: 7px;
  }
  footer .footer-head .foot-two-blog .blogs-footer p span {
    font-size: 16px;
  }
  .abouts .about-blog .prod-head {
    margin-top: 60px;
  }
  .abouts {
    margin-top: 36px;
  }
  .blog-first:nth-child(2) {
    max-width: 199px;
  }
  .blog-first:nth-child(1) p span {
    font-size: 15px;
  }
  .blogs:nth-child(2) button {
    font-size: 13px;
  }
  footer .footer-head .foot-two-blog .blogs-footer p {
    line-height: 44px;
  }
  footer .footer-head .foot-two-blog {
    height: 115%;
  }
  footer .footer-head .foot-one-blog form {
    margin-left: 52px;
  }
  .category-wrapper h2 {
    margin-bottom: -15px;
  }
  .menu-open {
    margin-left: -19%;
  }


  .product-wrapper .container-wrapper {
    max-width: 48%;
    width: 100%;
    height: 511px;
}


  .swiper-slide-two {
    height: 327px;
}

.swiper-slide-two img {
  height: 83%;
}

.blogs:nth-child(2) {
  max-width: 49%;
}
.swiper-wrap{
  height: 346px;
}

.cat-containers .blogs-two {
  margin-top: 11px;
}

.cat-containers .blogs-two .swiper-blog .betwenSwiper {
  width: 100% !important;
  height: 338px;
}

.category-prods .products-blog .prod-block .block-img {
  height: 238px;
}

.betwenSwiperOne {
  height: 380px!important;
}

.cat-containers .blogs-two .img-one {
  height: 365px;
}

.product-wrapper .container-wrapper {
  max-width: 40%;
}

.cat-containers .blogs-one .img-one {
  height: 380px;
}

.swiper {
  height: 346px;
}
.swiper {
  height: 314px;
}

.cat-containers .blogs-two .swiper-blog {
  margin-top: 35px;
}
}
@media only screen and (max-width: 1280px) {
  .webiste-container {
    max-width: 866px;
    width: 100%;
  }
  .webiste-containers {
    max-width: 866px;
    width: 100%;
  }
  .print-blog .blogs:nth-child(1) {
    height: 305px;
  }
  .product-blog .prod-blog .prod-img {
    width: 100%;
    height: 322px;
  }
  .form-group-lg .form-control {
    height: 30px;
  }
  footer .footer-head {
    height: 324px;
  }
  footer .footer-head .blogposition {
    height: 474px;
  }
  .cat-containers .blogs-one .img-one {
    height: 297px;
  }
  .cat-containers .blogs-two .swiper-blog .betwenSwiper {
    width: 100% !important;
    height: 267px;
  }
  .cat-containers .blogs-one .swiper-blog .betwenSwiper {
    width: 100% !important;
    height: 266px;
  }
  .cat-containers .blogs-two .img-one {
    height: 290px;
  }
  .category-prods .products-blog .prod-block .block-img {
    max-width: 100%;
    width: 100%;
    height: 156px;
  }
  
  .product-wrapper .container-title .title-text .size-blog p {
    width: 37px;
    height: 37px;
  }
  .hr-right {
    width: 85%;
    float: right;
  }
  .menu-open {
    margin-left: -21%;
  }

  .product-page .products .product-contain .block {
    height: 198px;
}

  .product-wrapper .container-wrapper {
    max-width: 45%;
    width: 100%;
    height: 390px;
}

  .swiper-slide-two{
    height: 408px;
  }

  .swiper-slide-two img{
    height: 72%;
  }

  .cat-containers .blogs-two .img-one {
    margin-top: 10px;
  }

  .cat-containers .blogs-two .swiper-blog {
    margin-top: 44px;
  }

  .cat-containers .blogs-one .swiper-blog .h3-head {
    margin-top: 5px;
    margin-bottom: 3px;
    margin-left: 0;
}
.blog-two-h3{
  margin-top: -30px;
}
.swiper-button-lock {
  display: block!important;
}

.print-blog {
  margin-left: 43px;
  gap: 6%;
}
.cat-h2 {
  margin-top: -7px;
}

.product-wrapper .container-wrapper {
  max-width: 44%;
}

.swiper-slide-two {
  height: 408px;
}

.swiper-slide-two {
  height: 388px;
}

.cat-containers .blogs-two {
  margin-top: -4px;
}
.cat-containers .blogs-one .swiper-blog {
  margin-top: 43px;
}
.swiper-wrap {
  height: 270px;
}

.swiper-slide-two {
  height: 265px;
}

.swiper {
  height: 272px;
}
.betwenSwiperOne {
  height: 270px!important;
}
}
@media only screen and (max-width: 1024px) {
  .webiste-container {
    max-width: 723px;
    width: 100%;
  }
  .product-blog .prod-blog .prod-img {
    width: 100%;
    height: 267px;
  }
  .menu {
    display: none!important;
  }
}
@media only screen and (max-width: 880px) {
  .webiste-container {
    max-width: 588px;
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .body-color {
    margin: 0px 15px;
  }
  .webiste-container {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
  .product-blog .prod-blog .prod-img {
    width: 100%;
    height: 236px;
  }
  .print-blog .blogs:nth-child(1) img {
    max-width: 98%;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 18px;
    top: 28px;
  }
  .blog-first:nth-child(1) p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 14px;
  }
  .print-blog .blogs:nth-child(1) {
    height: 240px;
  }
  .product-blog .prod-blog .product-head h5 {
    font-family: "braind";
    font-size: 24px;
  }
  .product-blog .prod-blog .product-head h5 {
    font-size: 20px;
  }
  .blog-first:nth-child(2) {
    max-width: 145px;
  }

  footer .footer-head .one-blog-position {
    top: 21%;
    right: 0;
    height: 40px;
  }
  
  .footer .footer-head .foot-two-blog {
    max-width: 100%;
  }
  .footer .footer-head .foot-one-blog {
    max-width: 100%;
  }




















  







}

@media only screen and (max-width: 580px) {


  .product-wrapper {
    flex-wrap: wrap;
  }
  div {
    font-family: helvetica;
    font-size: 35px;
    font-weight: bold;
  }
  .menu-container {
    display: inline-block;
    cursor: pointer;
  position: absolute;
  z-index: 5;
 width: 0;

  top: -18px;
}
 
  
.abouts .about-blog p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

  .menu-width{
    max-width: 100%;
    width: 100%;
   
  }
  .menu-container .menu-wrapper {
   
    margin-top: 50px;
    margin-left: 50px;
    display: inline-block;
  }

  footer .footer-head .foot-one-blog form {
    max-width: 67%;
    margin-left: 0;
  }
  .blogs:nth-child(2) p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: -4px;
}
.blogs:nth-child(2) button {
  font-weight: 400;
}
.abouts .about-blog h2 {
  font-size: 34px;
}
footer .footer-head .foot-two-blog .blogs-footer p span {
  font-weight: 400;
}
  .menu-container .menu-wrapper.opened .burger-container {
    -webkit-animation: moveBurgeContainer 0.5s ease-out 0.36s alternate forwards;
    -moz-animation: moveBurgeContainer 0.5s ease-out 0.36s alternate forwards;
    -ms-animation: moveBurgeContainer 0.5s ease-out 0.36s alternate forwards;
    -o-animation: moveBurgeContainer 0.5s ease-out 0.36s alternate forwards;
    animation: moveBurgeContainer 0.5s ease-out 0.36s alternate forwards;
  }
  .menu-container .menu-wrapper.opened .burger-container .burger-wrapper {
    -webkit-animation: rotateBurgerContainer 0.3s ease-out forwards;
    -moz-animation: rotateBurgerContainer 0.3s ease-out forwards;
    -ms-animation: rotateBurgerContainer 0.3s ease-out forwards;
    -o-animation: rotateBurgerContainer 0.3s ease-out forwards;
    animation: rotateBurgerContainer 0.3s ease-out forwards;
  }
  .menu-container .menu-wrapper.opened .burger-container .burger-wrapper .top-bread {
    -webkit-animation: rotateTopBread 0.3s ease-out 1s alternate forwards;
    -moz-animation: rotateTopBread 0.3s ease-out 1s alternate forwards;
    -ms-animation: rotateTopBread 0.3s ease-out 1s alternate forwards;
    -o-animation: rotateTopBread 0.3s ease-out 1s alternate forwards;
    animation: rotateTopBread 0.3s ease-out 1s alternate forwards;
  }
  .menu-container .menu-wrapper.opened .burger-container .burger-wrapper .bottom-bread {
    -webkit-animation: rotateBottomBread 0.3s ease-out 1s alternate forwards;
    -moz-animation: rotateBottomBread 0.3s ease-out 1s alternate forwards;
    -ms-animation: rotateBottomBread 0.3s ease-out 1s alternate forwards;
    -o-animation: rotateBottomBread 0.3s ease-out 1s alternate forwards;
    animation: rotateBottomBread 0.3s ease-out 1s alternate forwards;
  }
  .menu-container .menu-wrapper.opened.active-1 .burger {
    animation: burgerThrow 0.3s ease-out 0.6s alternate forwards, burgerActiveAnimation-1 0.3s ease-out 1s alternate forwards;
  }
  @keyframes burgerActiveAnimation-1 {
    0% {
      transform: translateX(60PX) rotate(65deg);
    }
    100% {
      transform: translateX(72.83199846px) translateY(2.12132034px) rotate(45deg);
      width: 40px;
    }
  }
  .menu-container .menu-wrapper.opened.active-2 .burger {
    animation: burgerThrow 0.3s ease-out 0.6s alternate forwards, burgerActiveAnimation-2 0.3s ease-out 1s alternate forwards;
  }
  @keyframes burgerActiveAnimation-2 {
    0% {
      transform: translateX(60PX) rotate(65deg);
    }
    100% {
      transform: translateX(108.18733752px) translateY(37.4766594px) rotate(45deg);
      width: 40px;
    }
  }
  .menu-container .menu-wrapper.opened.active-3 .burger {
    animation: burgerThrow 0.3s ease-out 0.6s alternate forwards, burgerActiveAnimation-3 0.3s ease-out 1s alternate forwards;
  }
  @keyframes burgerActiveAnimation-3 {
    0% {
      transform: translateX(60PX) rotate(65deg);
    }
    100% {
      transform: translateX(143.54267658px) translateY(72.83199846px) rotate(45deg);
      width: 40px;
    }
  }
  .menu-container .menu-wrapper.opened.active-4 .burger {
    animation: burgerThrow 0.3s ease-out 0.6s alternate forwards, burgerActiveAnimation-4 0.3s ease-out 1s alternate forwards;
  }
  @keyframes burgerActiveAnimation-4 {
    0% {
      transform: translateX(60PX) rotate(65deg);
    }
    100% {
      transform: translateX(178.89801564px) translateY(108.18733752px) rotate(45deg);
      width: 40px;
    }
  }
  .menu-container .menu-wrapper.opened.active-5 .burger {
    animation: burgerThrow 0.3s ease-out 0.6s alternate forwards, burgerActiveAnimation-5 0.3s ease-out 1s alternate forwards;
  }
  @keyframes burgerActiveAnimation-5 {
    0% {
      transform: translateX(60PX) rotate(65deg);
    }
    100% {
      transform: translateX(214.2533547px) translateY(143.54267658px) rotate(45deg);
      width: 40px;
    }
  }
  .menu-container .menu-wrapper .burger-container {
    display: inline-block;
  }
  .menu-container .menu-wrapper .burger-container .burger-wrapper .top-bread,
  .menu-container .menu-wrapper .burger-container .burger-wrapper .bottom-bread,
  .menu-container .menu-wrapper .burger-container .burger-wrapper .burger {
    background-color:  rgb(2, 38, 64, 1);
    height: 4px;
    width: 47PX;
    display: block;
    margin-bottom: 11px;
  }
  .menu-container .menu-wrapper .burger-container .burger-wrapper .bottom-bread {
    margin-bottom: 0px;
  }
  .menu-container .menu-wrapper .burger-container .burger-wrapper .burger {
    width: 47PX;
    background-color:  rgb(2, 38, 64, 1);
  }
  .menu-container .menu-wrapper.opened .menu-list {
    transform: scale(1);
    height: 100vh;
  }
  .menu-container .menu-wrapper .menu-list {
    transition: 0.3s ease-out;
    transform-origin: left top;
    transform: scale(0);
    margin-top: 0px;
    padding: 0px;
    margin-left: 52PX;
  }
  .div-blog-blur{
 
  }

  .div-blur{
    backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.5);
  }


  .menu-container .menu-wrapper .menu-list li {
    list-style-type: none;
    line-height: 40px;
    height: 40px;
    margin-bottom: 7px;
    color: black;
    width: 100%;
    font-size: 22px;
  }
  .menu-container .menu-wrapper .menu-list li a{
    color: rgb(2, 38, 64, 1);
  }
  .menu-container .menu-wrapper .menu-list li.active {
    color: #42E6FF;
  }
  section li{
    height:29px!important;
  }
  @-webkit-keyframes rotateBurgerContainer {
    0% {
      transform: rotate(0deg);
    }
    60% {
      transform: rotate(55deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }
  @keyframes rotateBurgerContainer {
    0% {
      transform: rotate(0deg);
    }
    60% {
      transform: rotate(55deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }
  @-webkit-keyframes moveBurgeContainer {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-70%);
    }
    75% {
      transform: translateX(20%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes moveBurgeContainer {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-70%);
    }
    75% {
      transform: translateX(20%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @-webkit-keyframes rotateTopBread {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: translateY(16px);
    }
  }
  @keyframes rotateTopBread {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: translateY(16px);
    }
  }
  @-webkit-keyframes rotateBottomBread {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(-90deg) translateX(16px);
    }
  }
  @keyframes rotateBottomBread {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(-90deg) translateX(16px);
    }
  }
  @-webkit-keyframes burgerThrow {
    0% {
      transform: translateX(0);
    }
    40% {
      transform: translateX(36PX);
    }
    60% {
      transform: translateX(63PX) rotate(75deg);
    }
    100% {
      transform: translateX(60PX) rotate(65deg);
    }
  }
  @keyframes burgerThrow {
    0% {
      transform: translateX(0);
    }
    40% {
      transform: translateX(36PX);
    }
    60% {
      transform: translateX(63PX) rotate(75deg);
    }
    100% {
      transform: translateX(60PX) rotate(65deg);
    }
  }
  @keyframes default {
    100% {
      transform: rotate(0) translate3d(0, 0, 0);
    }
  }



  .blog-first:nth-child(2) {
    max-width: 173px;
}


footer .footer-head .blogposition {
  right: -27px;
}

footer .footer-head .down-top {
  top: 85%;
}
footer .footer-head .icon-blog {
  bottom: 36px;
}



















.print-blog {

  gap: 4%;
}









.blog-first:nth-child(4){
  display: none;
}



  .product-blog {
    flex-wrap: wrap;
    gap: 10px;
  }

  .product-blog .prod-blog {
    max-width: 66%;
  }
   .product-blog .prod-blog .prod-img {
    height: 374px;
  }

  .prod-blog:hover {
    box-shadow: none!important;
  }

  .menu-none{
    display: none;
  }

  .mob-left{
    margin-left: 34%;
  }
  .print-blog .blogs:nth-child(1) {
    max-width: 44%;
  }

  .print-blog {
    margin-left: 19px;
  }

  .print-blog .blogs:nth-child(1) {
    height: 227px;
}

.footer .footer-head .blogposition {
  display: none!important;
}


.men-mob {
  display: block;
}



footer .footer-head {
  flex-wrap: wrap!important;
  gap: 40px;
}
footer .footer-head .foot-one-blog {
  margin-top: 61px;
  max-width: 100%;
  margin-top: 0;
}

footer .footer-head .blogposition {
  top: 336px;
}

footer .footer-head .foot-two-blog {
  max-width: 82%;
  margin: 0px 49px;
  height: 95%;
}
footer .footer-head .foot-two-blog .blogs-footer p {
  line-height: 37px;
}
footer .footer-head .foot-two-blog .blog-square {
  width: 30px;
  height: 30px;
}
footer .footer-head .foot-two-blog .blogs-footer p span i {
  font-size: 24px;
}
footer .footer-head .blogposition {
  height: 411px;
}

.footer-icons {
  padding-top: 360px;
}




.blogs:nth-child(2) h5 {
  font-size: 29px;
  line-height: 35px;
}


.blogs:nth-child(2) button {
  padding: 6px 9px 6px 9px;
}

.cat-containers {
flex-wrap: wrap;
padding-bottom:  50px;
}

.cat-containers .blogs-one {
  max-width: 100%;
}
.cat-containers .blogs-two {
  max-width: 100%;
}
.cat-containers .blogs-one .img-one {
  height: 314px;
  margin-top: 0;
}

.cat-containers .blogs-two .img-one {
  height: 307px;
}

.cat-containers .blogs-one .swiper-blog {
  display: none;
}
.menu-name{
   font-size: 25px;
    color: rgba(2, 38, 64, 1)!important;
    font-family: "braind";
    margin-top: 23px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
}

.cat-containers .blogs-two .swiper-blog {
  display: none;
}
.cat-containers .blogs-two .swiper-blog {
  display: none;
}

.category-wrapper h2 {
  font-size: 21px;
}


.cat-containers {
  margin-top: 0;
}

.product-page .products .product-contain .block {
  height: 127px;
}
.product-page .products .product-contain h5 {
  font-size: 15px;

  margin-top: 3px;
}

.product-page .products .product-contain p {
  margin-top: -8px;
  font-weight: 400;
  font-size: 11px;
}
.product-page h2 a {
  font-size: 16px;
}

.fa-angle-right {
  font-size: 12px;
}

.product-page h2 {
  right: -4px;
  top: -39px;
}
.product-wrapper .container-wrapper {
  max-width: 80%;
}
.category-prods .products-blog .prod-block {
  max-width: 23.4%;
}

.category-prods .products-blog .prod-block .block-img {
  height: 105px;
}

.category-prods .products-blog .prod-block h5 {
  font-size: 13px;
}
.category-prods .products-blog .prod-block p {
  font-size: 11px;
  margin-top: -6px;
}
.cat-containers .blogs-two .img-one {
  margin-top: 0;
}
.cat-containers .blogs-two .img-one:nth-child(4){
  margin-top: -36px!important;
}

.product-page .products .product-contain {
  max-width: 31.6%;
}
.product-page .products .product-contain .block {
  height: 148px;
}



.blog-first:nth-child(1) p {
  display: none;
}

.blog-first:nth-child(3) p span {
  display: none;
}

.header-wrap {
  justify-content: flex-end;
}

.menu-container{
  display: block;
}


.menu-container .menu-wrapper.opened.active-3 .burger {
  opacity: 0;
}


.product-wrapper {
  flex-wrap: wrap;
}

}


@media only screen and (max-width: 480px) {
  .blog-first:nth-child(2) {
    max-width: 160px;
  }
  .abouts .about-blog h2 {
    font-size: 28px;
  }
  .abouts .about-blog p {
    font-size: 12px;
    line-height: 21px;
  }
  .abouts .about-blog .prod-head {
    font-size: 28px;
  }
  .blog-first:nth-child(1) {
    display: none;
  }
  .blog-first:nth-child(3) {
    display: none;
  }
  .header-wrap {
 justify-content: flex-end;
  }
  .blogs:nth-child(2) h5 {
    font-size: 21px;
  }
  .blogs:nth-child(2) h5 {
    line-height: 28px;
  }
  .blogs:nth-child(2) p {
    font-size: 11px;
  }
  .blogs:nth-child(2) button {
    font-size: 11px;
    padding: 3px 5px 3px 5px;
  }
  .print-blog .blogs:nth-child(1) {
    height: 152px;
  }
  footer .footer-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-head .foot-one-blog {
    margin-top: 61px;
    max-width: 77%;
  }
  footer .footer-head .foot-one-blog form {
    max-width: 74%;
  }
  footer .footer-head .foot-one-blog form button {
    padding-top: 6px;
    padding-bottom: 5px;
  }
  footer .footer-head .foot-one-blog form button {
    font-size: 15px;
  }
  footer .footer-head .foot-one-blog {
    margin-top: 61px;
    max-width: 93%;
  }
  .menu-container .menu-wrapper .burger-container .burger-wrapper .top-bread, .menu-container .menu-wrapper .burger-container .burger-wrapper .bottom-bread, .menu-container .menu-wrapper .burger-container .burger-wrapper .burger {
    background-color: #1c222f;
    height: 3px;
    width: 42PX;
    display: block;
    margin-bottom: 12px;
}
  footer .footer-head .foot-two-blog .blogs-footer {
    margin-left: 11%;
    margin-top: 5%;
  }
  footer .footer-head .foot-two-blog .blogs-footer p {
    line-height: 39px;
  }
  footer .footer-head .foot-two-blog .blogs-footer p span {
    font-size: 14px;
  }
  footer .footer-head .foot-two-blog .blogs-footer p span i {
    font-size: 23px;
  }
  footer .footer-head .foot-two-blog .blogs-footer p {
    line-height: 29px;
  }
  footer .footer-head .foot-two-blog {
    height: 78%;
  }
  .footer-icons {
    padding-top: 361px;
  }
  .abouts .about-blog p {
    font-size: 13px;
  }
  .abouts .about-blog p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  footer .footer-head .foot-two-blog {
    max-width: 69%;
  }
  .form-group {
    margin-top: 22px;
    margin-bottom: 11px;
  }
  footer .footer-head .foot-one-blog form .form-control {
    font-size: 13px !important;
  }
  footer .footer-head .blogposition {
    max-width: 183px;
  }
  .footer-icons .icon-blog img {
    width: 79%;
  }
  .product-blog .prod-blog {
    max-width: 63%;
    margin-right: 14%;
  }
  .cat-containers .blogs-one {
    max-width: 98%;
  }
  .cat-containers .blogs-two {
    max-width: 98%;
  }
  .cat-containers .blogs-two .img-one {
    height: auto !important;
  }
  .cat-containers .blogs-two .swiper-blog .betwenSwiper {
    height: 213px;
  }
  .cat-containers .blogs-one .swiper-blog .betwenSwiper {
    width: 100% !important;
    height: 247px;
  }
  .mob-left{
    margin-left: 14%!important;
  }
  .men-mob{
    display: block;
    text-align: end!important;
  }
  .menu-none{
    display: none;
  }
  .category-wrapper h2 {
    font-size: 20px;
  }
  .webiste-containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-blog .prod-blog .prod-img {
    height: 297px;
  }
  .category-wrapper h2 {
    right: 6px;
  }
  footer .logo-footer {
    max-width: 19%;
  }
  .product-page .products .product-contain .block {
    height: 130px;
  }
  .product-page .products .product-contain h5 {
    font-size: 16px;
  }
  .product-page .products .product-contain p {
    margin-top: -7px;
  }
  .product-wrapper .container-wrapper {
    max-width: 78%;
    width: 100%;
  }
  .product-wrapper .container-title .title-text .color div {
    width: 26px;
    height: 28px;
  }
  .product-wrapper .container-title .title-text .size-blog p {
    width: 30px;
    height: 30px;
  }
  .product-wrapper .container-title .title-text .size-blog p {
    color: rgb(2, 38, 64);
    font-size: 9px;
  }
  .product-wrapper .container-title .title-img {
    margin-top: 17px;
  }
  .category-prods .products-blog .prod-block {
    max-width: 31.4%;
    width: 100%;
  }
  .category-prods .products-blog .prod-block h5 {
    font-size: 13px;
  }
  .category-prods .products-blog .prod-block p {
    font-size: 11px;
    margin-top: -5px;
  }
  .cat-h2 {
    position: absolute;
    margin-top: -5px;
    color: rgb(2, 38, 64);
    font-size: 16px;
    font-family: "braind";
    text-decoration: none;
    right: 20px;
  }
  .cat-h2 a {
    color: rgb(2, 38, 64) !important;
    font-size: 16px;
  }
  .product-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
  }

  .footer .footer-head .blogposition{
    right: -4%;
  }

  .body-color {
    margin: 0px 8px;
}
  .cat-containers {
    flex-wrap: wrap;

  }
  .cat-containers .blogs-one .img-one {
    height: auto;
    
  }

  .webiste-container {
     padding: 0 5px;
  }
  .swiper-slide-two img {
    height: auto;
  }

  .product-wrapper .container-title {
    margin-top: 20px;
  }


  .product-wrapper .container-title .title-text {
    margin-top: 13px;
}

.category-prods .products-blog .prod-block .block-img {
  height: 112px;
}

.category-prods {
  margin-top: 0;
}

.print-blog .blogs:nth-child(1) {
  max-width: 45%;
}

.blogs:nth-child(2) {
  max-width: 38%;
}
.prod-blog:hover {
 box-shadow: none!important;
}
.cat-head {
  text-align: inherit;
}
.product-page .products .product-contain h5 {
  font-size: 11px;
}
}


@media only screen and (max-width: 400px) {
  .product-blog .prod-blog .prod-img {
 
    height: 299px;
}

.product-blog .prod-blog {
  max-width: 74%;
}

footer .footer-head .blogposition {
  right: -11px;
}
.mob-left {
  margin-left: 20%!important;
}

.product-page .products .product-contain p {

  font-size: 10px;
}
.product-page .products .product-contain .block {
  height: 102px;
}

footer .footer-head .foot-two-blog {
  max-width: 82%;
}

footer .footer-head .icon-blog {
  bottom: 39px;
}
footer .footer-head .icon-blog i {
  font-size: 21px;
}

footer .footer-head .down-top .fa-angle-up {
  padding: 6px 8px 6px 8px;
  font-size: 17px;
}

footer .footer-head .blogposition {
  max-width: 126px;


}

footer .footer-head .blogposition {
  height: 349px;
  top: 400px;
}

footer .footer-head .one-blog-position {
  height: 30px;
  width: 30px;
}
}