.category1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.category1 a {
  text-decoration: none;
}
.category1 .desktop-cat-home {
  position: relative;
  text-align: center;
  color: var(--background);
  margin: 0px 5px;
  background: var(--main_color);
  padding: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
.category1 .desktop-cat-home a {
  color: #fff;
  text-decoration: none;
}
.category1 .desktop-cat-home:hover {
  border: 1px solid var(--main_color);
  background-color: var(--background);
  color: var(--main_color);
}
.category1 .mob-cat-home {
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  background: #1364e9;
  padding: 10px;
  font-size: 11px;
}
.category1 .mob-cat-home a {
  color: #fff;
}

.category1_mobi .desktop-cat-home {
  position: relative;
  text-align: center;
  color: var(--background);
  margin: 0px 5px;
  background: var(--main_color);
  padding: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.category1_mobi .desktop-cat-home a {
  color: #fff;
  text-decoration: none;
}
.category1_mobi .desktop-cat-home:hover {
  border: 1px solid var(--main_color);
  background-color: var(--background);
  color: var(--main_color);
}

/* === BASE HEADING === */
.one h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 30px;
  color: var(--color);
  transition: all 0.4s ease 0s;
  margin-bottom: 60px;
}

.one h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

.one h1 em {
  font-style: normal;
  font-weight: 600;
}

.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: var(--main_color);
}

.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: var(--main_color);
}

.hide_s {
  display: none;
}

@media (max-width: 550px) {
  .hide_s {
    display: flex;
  }
  .cat_hide {
    font-size: 20px;
  }
  .category1 {
    display: none !important;
  }
}
.category1_mobi {
  overflow: hidden;
}

.category2 .cat_six {
  overflow: hidden;
}
.category2 .cat_six a {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.category2 .cat_six a .cat_six_img {
  height: 300px;
  width: 300px;
  overflow: hidden;
}
.category2 .cat_six a .cat_six_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.category2 .cat_six a .cat_six_img img:hover {
  transform: scale(1.1);
  transition: all 1s ease-in;
}
.category2 .cat_six a .cat_six_dec {
  text-align: center;
  height: 55px;
}
.category2 .cat_six a .cat_six_dec p {
  font-size: 15px;
  text-transform: capitalize;
  color: var(--color);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 988px) {
  .category2 .cat_six a .cat_six_img {
    height: 200px;
    width: 200px;
    overflow: hidden;
  }
  .category2 .cat_six a .cat_six_dec {
    text-align: center;
    height: 55px;
  }
  .category2 .cat_six a .cat_six_dec p {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .category2 .cat_six a .cat_six_img {
    height: 200px;
    width: 100%;
    overflow: hidden;
  }
  .category2 .cat_six a .cat_six_dec {
    text-align: center;
    height: 55px;
  }
  .category2 .cat_six a .cat_six_dec p {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .category2 .cat_six a .cat_six_img {
    height: 160px;
    width: 100%;
    overflow: hidden;
  }
  .category2 .cat_six a .cat_six_dec p {
    font-size: 15px;
  }
}
.home_category_slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -4%;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 50px;
}

.home_category_slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 50px;
}

.hgtt {
  background: var(--main_color);
  width: 94%;
  height: 40px !important;
}
.hgtt p {
  color: var(--color);
}

@media (max-width: 550px) {
  .home_category_slider .owl-carousel .owl-nav .owl-prev, .home_category_slider .owl-carousel .owl-nav .owl-next {
    display: none;
  }
  .hgtt {
    width: 100%;
  }
}/*# sourceMappingURL=category.css.map */