/*
Theme Name: taban system
Author: daris
Version:1.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

@font-face {
    font-family: Shabnam;
    src: url("fonts/Shabnam-FD.ttf");
}

body {
    direction: rtl;
    font-family: Shabnam !important;
}
.slider-knz {
    height: 70vh;
}
.knz-nav {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #ffff;
    border-top: 15px solid #D01339;
    position: relative;
    border-bottom: 1px solid #eee;
}

.knz-menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.knz-menu {

    margin: 1rem auto;
}

.knz-menu ul li a {
    text-decoration: none;
    color: rgb(59, 59, 59);
    font-size: 14px;
}

.nav-icon {
    display: flex;
    flex-direction: row;
}

.container-nav {
    width: 80%;
    margin: 0 auto !important;
}

.nav-icon img {
    width: 100%;
}
#carouselExampleIndicators {
    z-index: -1;
}
.category_menu {
    position: absolute;
    top: 23px;
    right: 43px;
    z-index: 10;
}
.category_menu a {
text-decoration: none;
color: #404040;
font-size: 14px;
}
.category_menu ul li:hover ul {
    display: block;

    }
.category_menu ul ul {
    background-color: #fff;
    font-size: 14px;
    line-height: 2;
    position: absolute;
    top: 60px;
    width: max-content;
    padding: 0;
    display: none;
    z-index: 9;
}
.category_menu ul li a{
padding-bottom: 35px;
}
.category_menu ul ul li{
    background-color: #fff;
    font-size: 14px;
    line-height: 2;
    position: relative;

}
.category_menu ul ul a{
    padding: 10px 20px 10px 80px;
    display: block;
    position: relative;
    z-index: 1;
}
.category_menu ul ul a:hover{
    color:#fff

}
.category_menu ul ul a::before{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
background-color: #d01339;
color:#fff;
transition: all ease-in 0.3s;
z-index: -1;
}
.category_menu ul ul a:hover:before{
    content: '';
    width: 100%;
    height: 100%;
background-color: #d01339;
}
.phone-icon {
    margin-right: 3rem;
    background-color: #d01339;
    position: absolute;
    top: 0;
    padding-top: 1rem !important;
    padding: 5px;
    padding-top: 5px;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.search-icon {
    margin-top: 1rem;
    width: 70% !important;
    margin-right: -1rem;
    cursor: pointer;
}
.email-subs-form {
	padding: 8px;
}
.carousel-item {
    height: 75vh;
}
.carousel-item img {
    
    height: 75vh;
    object-fit: cover;
}
.knz-menu ul li::after {
    content: "";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top: 18px solid #d01339;
    position: absolute;
    top: -103%;
    left: 18px;
    display: none;
    transition: 0.5s;
}

.knz-menu ul li:hover:after {
    display: block;
    transition: 0.5s;
}

.knz-menu ul li ul {
    position: absolute;
    background-color: #fff;
    padding: 1rem 0;
    z-index: 8;
    min-width: 300px;
    top: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: none;
}

.knz-menu ul li:hover ul {
    display: block;
    transition: 0.5s;
}

.knz-menu ul li ul li {
    display: block;
    padding: 15px;
}

.knz-menu ul li ul li:hover:after {
    display: none !important;
}

.knz-menu ul li ul li:hover {
    background-color: #f7f7f7;
    transition: 0.5s;
}

.knz-menu ul li ul li a {
    padding-left: 100%;
    white-space: nowrap;
}

.categories-knz {
    width: 50%;
    margin: 0 auto;
    background-color: #fff;
    position: absolute !important;
    bottom: -120px !important;
    z-index: 5;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.social-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 7rem;
}

.dsc-ctg-knz h2 {
    font-size: 16px;
    color: #555;
}
.dsc-ctg h1 {
    display: inline;
    font-size: 18px;
}

.dsc-ctg-knz p {
    font-size: 14px;
    color: #8f8f8f;
}

.dsc-ctg {
    margin-right: 1rem;
}

.dsc-ctg span {
    color: #555;
    font-size: 23px;
}

.dsc-ctg .red {
    color: #D01339;
}

.dsc-ctg p {
    color: #555;
    font-size: 14px;
    margin-top: 2rem;
}

.ctg-knz {
    background-color: #AEAEAE;
    border-radius: 0.5rem;
    margin: 5px auto;
    display: flex;
    flex-direction: row;
    padding: 5px 10px;
    position: relative;
}

.ctg-knz p {
    margin-bottom: 0;
    color: #fff;
}

.img-ctg {
    width: 30%;
    padding-right: 1rem;
    padding-top: 1rem;
    position: relative;
}

.img-ctg img {
    width: 90%;
}

.ctg-knz::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #555;
    transition: 0.5s;
    right: 8%;
}

.ctg-knz:hover {
    background-color: #D01339;
    transition: 0.5s;
}

.ctg-knz:hover>.dsc-ctg-knz h2,
.ctg-knz:hover>.dsc-ctg-knz p {
    color: #fff;
}

.about-knz {
    width: 100%;
    background-color: #3E3E3E;
}

.container-knz {
    width: 70% !important;
    margin: 0 auto;
    padding-top: 15%;
    position: relative;
}

.img-about {
    width: 80%;
    height: 350px;
    margin: 1rem auto;
}

.img-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.ctg-section {
    position: relative;
    display: flex;
    justify-content: center;
}

.dsc-about p {
    color: #fff;
    line-height: 2rem;
    text-align: justify;
    padding: 1rem 0;
    font-size: 15px;

}

.dsc-about span {
    font-size: 30px;
    padding: 5px;
    color: #fff;
}

.red {
    color: #D01339 !important;
}

.container-knz::before {
    content: "";
    width: 131px;
    height: 110%;
    background-color: #D01339;
    position: absolute;
    top: 0;
    right: -20px;
}

.container-knz::after {
    content: "TABAN SYSTEM";
    transform: rotate(90deg);
    font-size: 40px;
    color: #00000021;
    position: absolute;
    top: 50%;
    word-spacing: 10px;
    letter-spacing: 15px;
    right: -15%;
}

.dsc-about ul li span {
    font-size: 16px;
}

.dsc-about ul li {
    padding: 8px 0;
}

.poster-knz {
    width: 98%;
    height: 300px;
    overflow: hidden;
}

.poster-knz img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.7s;

}

.poster-knz img:hover {
    transform: scale(1.2);
    transition: 0.7s;
}

.space {
    height: 100px;
}

.poster-knz {
    width: 90%;
    margin: 0 auto;
}

.img-artc {
    width: 100%;
    height: 450px;
    position: relative;
    transition: 0.5s;
}

.img-artc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desc-artc {
    width: 50%;
    margin: 0 auto;
    background-color: #fff;
    padding: 2rem 1rem;
    position: relative;
    top: -20%;
    transition: 0.7s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.top-nav-artc {
    padding: 10px;
    width: 100%;
    background-color: #eee;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-nav-artc span {
    color: #555;
    font-size: 14px;
}

.desc-artc h3 {
    font-size: 20px;
    padding: 1rem 0;
    color: #444;
}

.desc-artc p {
    font-size: 14px;
    color: #555;
    line-height: 2rem;
}

.desc-artc a {
    color: #666666;
    float: left;
}

.knz-arc:hover>.desc-artc {
    top: -50%;
    transition: 0.8s;
    opacity: 0.7;
}

.img-artc::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0808087e;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    transition: 0.8s;
}

.knz-arc:hover .img-artc::after {
    display: block;
    transition: 0.8s;

}

.knz-arc:hover .top-nav-artc {
    background-color: #D01339;
}

.knz-arc:hover span {
    color: #fff;
}

.knz-arc:hover a {
    color: #D01339;
}

footer {
    width: 100%;
    padding: 2rem;
    background-color: #404040;
    position: relative;
    color: #AEAEAE;
}
footer a {
    color: #AEAEAE;
    text-decoration: none;
     font-size: 14px;
}
.before_link a::before {
    content: '▫️';
    transition: all 0.3s linear;
    color: #F7ECB1;

}
.before_link a:hover:before {
padding-left: 10px;
content: '🔸';
}
footer a:hover {
    color: #F7ECB1;
}
footer p {
    color: #AEAEAE;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
footer h6 {
    font-size: 16px;
    color: #F7ECB1;
}
footer h6::before {
    padding-left: 10px;
    content: '🔸';
}
.container-footer {
    width: 70%;
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.logo-footer {
    margin: 0 auto;
    position: relative;
    top: -81px;
}

.footer-links h3 {
    font-size: 20px;
    color: #fff;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.footer-links li {
    padding: 10px 0;
}

.container-footer::after {
    content: "";
    width: 100px;
    height: 500px;
    background-color: #D01339;
    position: absolute;
    right: -12%;
    top: -90px;
}

.shape {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 0px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 26px;
    border-bottom-width: 0px;
    border-right: 20px solid #b30427;
    position: absolute;
    top: -13%;
    left: -48px;
}

.social-footer {
    position: absolute;
    right: 7.5%;
    top: 20px;
}

.social-footer ul li {
    padding: 1rem 0;
}

.logo {
    position: absolute;
    top: -21%;
    z-index: 9;
    right: 45%;
}
.social-header a {
    font-size: 24px;
    margin-left: 10px;
    background-color: #EAEAEA;
    color: #3E3E3E;
    padding: 6px 12px;
    border-radius: 5px;
    transition: all 0.4s linear;
}
.social-header a:hover {
    background-color: #d01339;
    color: #fff;
   }
.search-icon {
    color: #8b8b8b;
}
.ctg-knz:hover:before {
    height: 80px;
    transition: 0.5s;
}
.products-knz {
    width: 90%;
    margin: 2rem auto;
    position: relative;
    background: beige;
  padding: 10px;
}
.prd-knz {
    box-shadow: rgba(247, 247, 247, 0.61) 0px 2px 20px 0px;
    border-radius: 10px;
    margin: 0 auto;
    background-color: #fff;
	    position: relative;
width:230px;
}
.img-prd {
    width: 95%;
    height: 200px;
    margin: 10px auto;
    overflow: hidden;
    transition: 0.5s;
}
.img-prd img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    padding: 8px;
   transition: 0.5s;
}
.prds-knz h3 {
    font-size: 18px;
    color: #555;
    text-align: center;
}
.right-slider-prd {
    border-radius: 10px;
    padding: 2rem 0;
    overflow: hidden;
}
.left-slider-prd {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 2rem 0;
    background-color: #ffef67;
    height: 340px;
}
.prd-knz a{
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    border-bottom-right-radius: 10px;
    display: block;
    background: #505050;
}


.bottom-slider {
    width: 80%;
    margin: 1rem auto;
}

.menu-mobile {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: none;
    width: 80%;
    height: 100vh;
    transition: 0.5s;
    background-color: #3E3E3E;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.menu-mobile ul li a {
    color: #ffff;
    text-decoration: none;
    font-size: 14px;
}

.menu-mobile ul {
    padding: 0;
    margin-top: 1rem;
}

.menu-mobile ul li {
    padding: 10px 20px;
}

.menu-mobile ul li:hover {
    background-color: #404040;
}

.close-btn {
    position: absolute;
    left: 0;
    padding: 1rem;
    cursor: pointer;
}

.menu-btn {
    display: none;
    cursor: pointer;
}

.single-prd {
    width: 70%;
    margin: 1rem auto;
}

.img-prd-single {
    width: 98%;
    margin: 0 auto;
    height: 300px;
}


.prd-dtl {
    width: 98%;
    margin: 0 auto;
}

.prd-call {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin: 8px; */
}

.prd-call p {
    font-size: 16px;
    color: #555;
    padding: 5px;
}

.prd-call a {
    padding: 10px 40px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 20px;
    text-decoration: none;
    color: #fff;
}

#phone-knzo {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-image: linear-gradient(#FFAD09, #EE8E2E);

}

#whatsapp {
    background-image: linear-gradient(#56EF6B, #59BA66);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.description-prd {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 1rem 2rem;
}

.description-prd h1 {
    font-size: 20px;
    color: #404040;
    padding: 1rem 0;
    position: relative;
    margin-right: 1rem;
}

.description-prd span {
    font-size: 14px;
    color: #5a5a5a;
    padding: 10px;
    position: relative;
}

.description-prd p {
    font-size: 14px;
    color: #555;
    text-align: justify;
    line-height: 2rem;
    padding: 10px;
}

.description-prd h1::before {
    content: "lsfmlvklnknv";
    background-image: url(./img/Mask\ Group\ 30.svg);
    width: 20px;
    height: 20px;
    color: transparent;
    position: absolute;
    background-repeat: no-repeat;
    right: -25px;
    top: 20px;
}
.description-prd li {
    list-style:circle;
    font-size: 14px;
    line-height: 2;
}
.description-prd h2   {
    font-size: 18px;
    color: #555;
    border-bottom: 2px dotted #eee;
    line-height: 3rem;
}
.description-prd h3 {
    font-size: 16px !important;
}
.description-prd h4 {
    font-size: 14px !important;
}
#ctg::before {
    content: "lsfmlvklnknv";
    background-image: url(./img/Mask\ Group\ 29.svg);
    width: 20px;
    height: 20px;
    color: transparent;
    position: absolute;
    background-repeat: no-repeat;
    right: -12px;
    top: 10px;
}
.prd-knz a span {
    display: none;
    color: rgb(39, 39, 39);
}
.prd-knz h3 {
    font-size: 16px;
}
.menu-mobile ul li ul{
    position: absolute;
    border: 1px solid #444;
    width: 300px;
    padding: 10px;
    background-color: #3E3E3E;
    display: none;
}
.menu-mobile ul li:hover ul{
    display: block;
}

.prd-knz:hover a{
background-color: #D01339;
transition: 0.5s;
}
.prd-knz:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.prd-knz a:hover{
    color: #ffff;
}
.form-knz{
    position: absolute;
    top: 100px;
    left:20%;
    z-index: 88;
    display: none;
}
.form-knz form input{
    border: 1px solid #eee;
    padding:8px 15px;
}
.form-knz a{
    text-decoration: none;
    color: #D01339;
}
header{
    position: relative;
}
.close-search{
    display: inline;
    cursor: pointer;
}
.close-search img{
    width: 20px;
}
.screen-reader-text{
    display: none;
}
.post-categories{
    display: flex;

}
.post-categories li{
    padding: 0 3px;
}
.post-categories a{
    color: rgb(153, 153, 153);
    text-decoration: none;
    font-size: 12px;
}
@media(max-width:768px) {
    .slider-knz {
        height: 35vh;
      }
    swiper-slide {

        width: 100% !important;
      }
    .categories-knz {
        position: relative !important;
      }
    .knz-menu, .category_menu {
        display: none;
    }
    .logo {
        display: none;
    }

    .categories-knz {
        width: 96%;
    }

    .categories-knz {
        bottom: -21px !important;
    }

    .img-about {
        width: 111%;
    }

    .desc-artc {
        width: 70%;
    }

    .container-links {
        width: 90%;
        margin-right: 10%;
    }

    .container-footer::after {
        left: 0;
        right: 91%;
        width: 67px;
        top: -4%;
    }

    .social-footer {
        right: 80%;
        left: 20px;
        top: 20px;
        position: absolute;
    }

    .container-links {
        width: 96%;
        margin-right: 15%;
    }

    .menu-btn {
        display: block;
        position: absolute;
        top: 20px;
    }

    .container-knz::before {
        width: 55px;
        right: -20px;
        height: 104%;
    }

    .dsc-about {
        margin-right: 3rem;
    }

    .img-about img {
        width: 95%;
    }
    .container-knz {
        width: 85%;
    }

    .container-knz::after {
        font-size: 25px;
        right: -218px;
        top: 59%;
    }

    .container-footer {
        width: 95%;
    }
    .search-icon {
        margin-top: 1rem;
        margin-right: -1rem;
        position: absolute;
        left: 60px;
        top: 10px;
        width: 40px !important;
    }
    .shape {
        border-top-width: 31px;
        border-bottom-width: 0px;
        border-left: 15px solid #b30427;
        position: absolute;
        top: -44%;
        right: 10%;
        display: none;
    }

    .phone-icon {
        left: 10px;
    }
    .btns-call{
        display: flex;
        flex-direction: column;
    }
    .btns-call a{
        white-space: nowrap;
    }
    .single-prd{
        width: 95%;
    }
    .prd-knz{
        width: 95%;
    }
    .social-footer ul{
        padding-right: 1rem;
    }
}

swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
  }
  .swiper-wrapper {
    padding: 10px 0 !important;
  }
  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .offer {
    background-color: #f7ecb1;
  padding: 10px;
  border-radius: 10px;
  }
  .offer p{
text-align: center;
font-size: 14px;
  }
  .offer img {
    width: 100%;
    mix-blend-mode: multiply;
  }
  .offer h2 {
    text-align: center;
    font-size: 16px !important;
    padding-top: 20px;
  }
  .prd-knz h4 {
    font-size: 14px;
  }
  .products-knz h3 {
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
  }

  .products-knz h3::before {
content: 'ــــــ';
margin-left: 20px;
color: #b30427;
  }
  .products-knz h3::after {
    content: 'ــــــ';
    margin-right: 20px;
    color: #b30427;
      }
.description-prd .wp-block-gallery {
    display: none;
    visibility: hidden;

}
a.gallery-thumbnail img {
    width: 80px;
  height: auto;
  background-color: #f0f0f0;
  padding: 5px;
  margin-left: 5px;
  transition: all 0.4s linear;
}
a.gallery-thumbnail img:hover {
  background-color: #b6b6b6;
}
  .gallery-container {
    align-items: center; 
  }

  .gallery-thumbnail {
    width: 100%; 
    max-width: 200px; 
    height: auto;
    margin-top: 10px; 
  }

  .gallery-main-image {
    width: 100%; 
    height: auto;
    order: -1; 
    display: block;
  }
  .gallery-main-image img{
width: 100%;
  height: 300px;
  object-fit: contain;
 
  }
.category_header {
    font-size: 20px;
    margin-bottom: 30px;
}
.prd-knz h2 {
    text-align: center;
    font-size: 14px;
}
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
    color: #aaa !important;
  }