
.category-specials-two::before {
    position: absolute;
    top: 77px;
    right: -64px;
    bottom: -136px;
    left: 52px;
    background: url("./../../../assets/images/new-two/bg-02.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -5;
  }
  
  .category-specials-two::after {
    position: absolute;
    top: 96px;
    left: 71px;
    width: 368px;
    height: 368px;
    background-color: rgba(186, 175, 140, 0.3);
    z-index: -2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: blur(220px);
    filter: blur(220px);
  }
  
  .category-specials-two-heading {
    margin-bottom: 68px;
  }
  
  .category-specials-two-heading .title {
    line-height: 21px;
    font-weight: 400;
  }
  
  .category-specials-two-heading .title b {
    font-weight: 900;
  }
  
  .category-specials-two-heading .title-en {
    line-height: 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(43.55%, rgba(255, 255, 255, 0.300129)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.300129) 43.55%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.300129) 43.55%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.300129) 43.55%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.300129) 43.55%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 25px;
    font-weight: 600;
    direction: ltr;
  }
  
  .category-specials-two-item {
    padding: 0 12px 46px;
  }
  
  .category-specials-two-item::before {
    position: absolute;
    width: 100%;
    top: -6px;
    bottom: 20px;
    left: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b69d74), color-stop(61.46%, rgba(182, 157, 116, 0)), to(rgba(182, 157, 116, 0)));
    background-image: -webkit-linear-gradient(top, #b69d74 0%, rgba(182, 157, 116, 0) 61.46%, rgba(182, 157, 116, 0) 100%);
    background-image: -moz-linear-gradient(top, #b69d74 0%, rgba(182, 157, 116, 0) 61.46%, rgba(182, 157, 116, 0) 100%);
    background-image: -o-linear-gradient(top, #b69d74 0%, rgba(182, 157, 116, 0) 61.46%, rgba(182, 157, 116, 0) 100%);
    background-image: linear-gradient(180deg, #b69d74 0%, rgba(182, 157, 116, 0) 61.46%, rgba(182, 157, 116, 0) 100%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -moz-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    -o-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
  }
  
  .category-specials-two-item img {
    width: 117px;
    height: 117px;
  }
  
  .category-specials-two-item .title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 800;
  }
  
  .category-specials-two-item .title::after {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("./../../../assets/images/new-two/angle-down-four.svg") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 16px;
    height: 46px;
  }