@charset "UTF-8";
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
/*------------------------------------ main slider ------------------------------------*/
.mainSlider:not(.owl-loaded) {
  display: block !important;
  aspect-ratio: 16/7;
  overflow: hidden;
}

.mainSlider:not(.owl-loaded) .owl-item:not(:first-child) {
  display: none;
}

.mainSlider:not(.owl-loaded) .owl-item img {
  height: 100%;
}

.main-slider-sec {
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199.98px) {
  .main-slider-sec {
    margin-bottozm: 140px;
  }
}
.main-slider-sec .swiper-container {
  position: relative;
  height: 100%;
}
.main-slider-sec .swiper-wrapper {
  position: relative;
}
.main-slider-sec .swiper-wrapper:after {
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 92px;
  display: inline-block;
  position: absolute;
  top: 15rem;
  transform: rotate(91deg);
}
@media only screen and (max-width: 1399.98px) {
  .main-slider-sec .swiper-wrapper:after {
    left: 32.5rem;
    top: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .main-slider-sec .swiper-wrapper:after {
    left: 26.5rem;
    top: 10rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-wrapper:after {
    left: 19rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-slider-sec .swiper-wrapper:after {
    display: none;
  }
}
.main-slider-sec .swiper-slide img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  float: left;
  border-radius: 103px;
}
@media only screen and (max-width: 1000px) {
  .main-slider-sec .swiper-slide img {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-slide img {
    border-radius: 20px;
  }
}
.main-slider-sec .swiper-slide .slider-container {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #f2e9fb;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  width: 38%;
  color: black;
  position: absolute;
  z-index: 99999999;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  touch-action: pan-y;
  visibility: visible;
  perspective: 601px;
  transform: translate(50%, 50%);
  min-height: 75%;
  top: 16%;
  right: 20%;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main-slider-sec .swiper-slide .slider-container {
    width: 60%;
    min-height: 60%;
    top: 35%;
    right: 33%;
  }
}
.main-slider-sec .swiper-slide .slider-container h2 {
  color: #575761;
}
.main-slider-sec .swiper-slide .slider-container h4 {
  color: black;
}
.main-slider-sec .swiper-slide.swiper-slide-active .slider-title, .main-slider-sec .swiper-slide.swiper-slide-active .slider-sub-title {
  opacity: 1;
}
.main-slider-sec .slider-sub-title {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #2f2d2d;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .main-slider-sec .slider-sub-title {
    font-size: 14px;
  }
}
.main-slider-sec .slider-title {
  line-height: 1.5;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -1.03px;
  opacity: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  .main-slider-sec .slider-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .main-slider-sec .slider-title {
    font-size: 27px;
  }
}
.main-slider-sec .swiper-pagination {
  width: 2%;
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 2rem;
  justify-content: center;
  right: 17px;
  flex-direction: column;
}
.main-slider-sec .swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 30%;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.65);
  border: 3px solid rgb(44, 92, 87);
  padding: 5px;
}
.main-slider-sec .swiper-pagination-bullet-active {
  background: rgb(44, 92, 87);
}
.main-slider-sec .swiper-button-prev, .main-slider-sec .swiper-button-next {
  justify-content: center;
  font-size: 18px;
  height: 0;
  padding: 18px;
  display: flex;
  align-items: center;
  z-index: 99999999999;
  top: 43%;
  cursor: pointer;
  border-radius: 20%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fbf5f3;
}
@media screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-button-prev, .main-slider-sec .swiper-button-next {
    display: none;
  }
}
.main-slider-sec .swiper-button-prev:after, .main-slider-sec .swiper-button-next:after {
  font-size: 13px;
  font-weight: 800;
}
@media screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-button-prev, .main-slider-sec .swiper-button-next {
    left: 41rem !important;
    top: 14rem !important;
  }
}
.main-slider-sec .swiper-button-next {
  left: 1rem;
}
.main-slider-sec .swiper-button-prev .main-slider-sec .swiper-button-prev {
  padding: 18px;
  border-radius: 20%;
  z-index: 99999999;
  /* top: 5.5rem; */
  background: #f9f9f9;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.main-slider-sec .slider-buttton {
  display: inline-block;
}
.main-slider-sec .swiper-slide-active .slider-sub-title {
  animation: slideOutDown 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-title {
  animation: zoomInDown 1.5s;
}
.main-slider-sec .swiper-slide-active.slide-2 .slider-title {
  animation: zoomInDown 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-sub-title {
  animation: slideInUp 1.3s;
}
.main-slider-sec .swiper-slide-active.slide-2 .slider-sub-title {
  animation: slideInUp 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-buttton {
  animation: zoomIn 2s;
}

.img-slider {
  width: 26%;
  position: absolute;
  left: -1rem;
  top: -61px;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .img-slider {
    display: none;
  }
}
.img-slider img {
  width: 100%;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.swiper-pagination-bullet-active {
  background: rgb(44, 92, 87);
}

.category {
  margin-bottom: 4rem;
  position: relative;
  margin-top: -5rem;
}
@media screen and (max-width: 1399.98px) {
  .category {
    margin-top: -4rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .category {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .category {
    margin-top: -2rem !important;
  }
}
@media screen and (max-width: 480.98px) {
  .category {
    margin-top: -1rem !important;
  }
}
.category .img-ship {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .category .img-ship {
    margin-bottom: 0;
  }
}
.category .img-ship .img-box-ship {
  width: 3.5%;
  transform: rotate(180deg);
}
.category .img-ship img {
  width: 45%;
}
.category .img-ship h2 {
  font-size: 20px;
  font-weight: 800;
  color: #da8300;
}
@media screen and (max-width: 991.98px) {
  .category .img-ship h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .category .img-box-item {
    width: 100% !important;
    margin-bottom: 2rem;
  }
}

.category-swiper .box-wrap {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.category-swiper:hover .box-wrap {
  opacity: 0.2;
}

.category-swiper .box-wrap:hover {
  opacity: 1 !important;
}

.category-card {
  border: 1px solid #d0dce2;
  padding: 7px 6px 9px 6px;
  border-radius: 40px 40px 5px 5px;
  position: relative;
}
.category-card:after {
  width: 5rem;
  height: 5rem;
  position: absolute;
  background-image: url(.././images/content/3.png);
  display: block;
}
.category-card .bg-category {
  background-color: #FFFFFF;
  padding: 8px 8px 1px 8px;
  border-radius: 40px 40px 5px 5px;
}
.category-card .bg-category .category-card__title {
  display: flex;
  width: 100%;
}
.category-card .bg-category .category-card__title h3 {
  margin-top: 11px;
  color: #da8300;
  font-weight: 800;
  line-height: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 15px;
  height: 57px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 991.98px) {
  .category-card .bg-category .category-card__title h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .category-card .bg-category .category-card__title h3 {
    line-height: 1rem;
    height: 32px;
  }
}
@media screen and (max-width: 576.98px) {
  .category-card .bg-category .category-card__title h3 {
    line-height: 16px;
    height: 30px;
  }
}
@media screen and (max-width: 480.98px) {
  .category-card .bg-category .category-card__title h3 {
    font-size: 10px;
  }
}
.category-card .category-wrapper img {
  width: 100%;
  border-radius: 30px 30px 5px 5px;
}

.box-wrap {
  position: relative;
  transition: opacity 0.3s ease;
  opacity: 1; /* حالت عادی کارت */
}

.box-wrap.hover-active {
  z-index: 10; /* کارت فعال در بالاترین سطح قرار می‌گیرد */
}

.box-wrap.inactive {
  opacity: 0.2; /* کارت‌های غیر فعال تار می‌شوند */
}

.baner {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 991.98px) {
  .baner {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .baner {
    margin-top: -2rem;
  }
}
.baner img {
  border-radius: 24px;
  width: 100%;
}

.services {
  position: relative;
  margin-top: -3rem;
}
.services:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(.././images/content/3.webp);
  height: 15rem;
  left: 0px;
  top: 0%;
  width: 10rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576.98px) {
  .services:after {
    content: unset;
  }
}
.services__title h2 {
  color: rgb(44, 92, 87);
  text-align: center;
  font-weight: 800;
  font-size: 18px;
}
@media screen and (max-width: 991.98px) {
  .services__title h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 576.98px) {
  .services__title h2 {
    font-size: 9px;
  }
}
.services__title p {
  color: #8F8F8F;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.services__after {
  position: relative;
}
.services__after:after {
  width: 1px;
  height: 14rem;
  display: block;
  content: "";
  background: #d9d9d9;
  position: absolute;
  left: 0;
}
.services__after:before {
  width: 1px;
  height: 14rem;
  display: block;
  content: "";
  background: #d9d9d9;
  position: absolute;
  right: 0;
}

.product {
  margin-bottom: 0;
  position: relative;
}
.product:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(.././images/content/3.webp);
  height: 15rem;
  right: 0px;
  top: 0%;
  width: 10rem;
  transform: rotate(174deg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991.98px) {
  .product:after {
    content: unset;
  }
}
.product .products__item {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .product .products__item {
    display: none;
  }
}
.product .products__item__img {
  padding: 12px;
  border-radius: 152px 152px 10px 10px;
  border: 1px solid darkgrey;
  position: relative;
}
.product .products__item__img:after {
  width: 92%;
  height: 94%;
  position: absolute;
  background: rgba(7, 19, 18, 0.54);
  content: "";
  display: block;
  top: 12px;
  z-index: 9999999999999;
  border-radius: 138px 138px 10px 10px;
}
@media only screen and (max-width: 1399.98px) {
  .product .products__item__img:after {
    width: 91%;
    height: 93%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product .products__item__img:after {
    width: 89%;
    height: 91%;
  }
}
@media only screen and (max-width: 991.98px) {
  .product .products__item__img:after {
    width: 89%;
    height: 91.5%;
    top: 12px;
    border-radius: 99px 99px 10px 10px;
  }
}
.product .products__item__img img {
  width: 100%;
  max-width: 100%;
  border-radius: 150px 150px 10px 10px;
}
.product .products__item__title {
  position: absolute;
  bottom: 41px;
  z-index: 9999999999;
  padding: 0px 50px;
}
.product .products__item__title h2 {
  font-size: 23px;
  color: #FFFFFF;
  font-weight: 800;
  text-align: center;
  line-height: 35px;
}
@media only screen and (max-width: 1199.98px) {
  .product .products__item__title h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product .products__item__title h2 {
    font-size: 10px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 553.98px) {
  .product .products__item__title h2 {
    font-size: 9px;
  }
}
.product .img-ship {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991.98px) {
  .product .img-ship {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.product .img-ship img {
  width: 100%;
}
.product .main-slider-sec .swiper-button-prev, .product .main-slider-sec .swiper-button-next {
  top: 50% !important;
}

.discount-product {
  margin-top: 2px;
  font-size: 12px;
  background: #d32f2f;
  border-radius: 7px;
  width: 32px;
  padding: 5px 3px;
  height: 25px;
  color: white;
}
@media only screen and (max-width: 991.98px) {
  .discount-product {
    font-size: 10px;
    width: 28px;
    padding: 4px 4px;
    height: 21px;
  }
}

.holographic-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.holographic-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.5s ease;
}

.holographic-card h2 {
  color: #0ff;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}

.holographic-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(0, 255, 255, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.holographic-card:hover {
  box-shadow: 0 0 20px rgba(16, 39, 39, 0.5);
}

.holographic-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.holographic-card:hover {
  box-shadow: 0 0 10px rgba(16, 39, 39, 0.3); /* سایه شفاف‌تر */
  transition: box-shadow 0.3s ease; /* زمان کمتر */
}

.holographic-card:hover {
  box-shadow: 0 0 5px rgba(16, 39, 39, 0.2); /* سایه شفاف‌تر */
  transition: box-shadow 1s ease; /* زمان آرام‌تر */
}

.holographic-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
  transition: opacity 1s ease, transform 1s ease; /* زمان آرام‌تر برای تغییرات */
}

.products-card__wrapper {
  background: #ffffff;
  padding: 11px;
  border-radius: 5px;
}
.products-card__wrapper img {
  width: 100%;
  border-radius: 5px !important;
  margin-bottom: 1rem;
}
.products-card__title {
  padding: 13px 6px;
  color: #2c5c57;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .products-card__title {
    padding: 0px 4px;
  }
}
.products-card__title h3 {
  font-size: 15px;
  height: 2.5rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 991.98px) {
  .products-card__title h3 {
    font-size: 12px;
    font-weight: 800;
  }
}
.products-card .price {
  color: #da8300;
}
@media screen and (max-width: 991.98px) {
  .products-card .price {
    font-size: 12px;
    font-weight: 700;
  }
}
.products-card s {
  font-size: 12px;
  color: #8e8e8e;
}

.blog {
  margin-top: 6rem;
  margin-bottom: 5rem;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .blog {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog .blog-title {
    margin-top: -3rem;
  }
}
.blog__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.blog__title a {
  color: rgb(44, 92, 87);
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .blog__title a {
    font-size: 12px;
  }
}
.blog__title h2 {
  font-size: 18px;
  color: rgb(44, 92, 87);
  font-weight: 800;
}
@media only screen and (max-width: 991.98px) {
  .blog__title h2 {
    font-size: 14px;
  }
}
.blog__img {
  border: 1px solid #da8300;
  padding: 3px;
  border-radius: 150px 150px 8px 8px;
  margin-top: -4rem;
}
.blog__img img {
  width: 100% !important;
  border-radius: 150px 150px 8px 8px !important;
  height: 11rem !important;
}
@media only screen and (max-width: 991.98px) {
  .blog__img img {
    height: 8rem !important;
  }
}
.blog__text h2 {
  font-size: 18px;
  font-weight: 800;
  color: rgb(44, 92, 87);
  line-height: 2rem;
  height: 78px;
  text-align: right;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  padding: 16px;
}
@media only screen and (max-width: 991.98px) {
  .blog__text h2 {
    font-size: 13px;
    height: 26px;
    -webkit-line-clamp: 1;
    padding: 0px;
  }
}
.blog__text p {
  font-size: 14px;
  margin-top: 20px;
  color: #8e8e8e;
  height: 46px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 991.98px) {
  .blog__text p {
    margin-top: 0;
  }
}
.blog__item {
  padding: 24px 10px 33px 10px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.blog .swiper {
  padding: 2.5rem;
}
.blog .swiper img {
  object-fit: unset !important;
  float: unset !important;
}
.blog .main-slider-sec {
  margin-bottom: -7rem !important;
  margin-top: -10rem !important;
}
.blog .main-slider-sec .swiper-button-prev, .blog .main-slider-sec .swiper-button-next {
  top: 24rem;
}
.blog .swiper-button-prev, .blog .main-slider-sec .swiper-button-next {
  background: rgb(44, 92, 87);
}
.blog .swiper-button-prev {
  right: 1200px !important;
  left: auto !important;
}
@media only screen and (max-width: 1399.98px) {
  .blog .swiper-button-prev {
    right: 1018px !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blog .swiper-button-prev {
    right: 839px !important;
  }
}
.blog .main-slider-sec .swiper-button-next {
  left: 0.5rem;
}

.about .icon-gap {
  font-size: 70px;
  color: #5f6a69;
  margin-bottom: 47rem;
}
.about .services__ship img {
  width: 100%;
}
.about .services__ship span {
  color: #30615c;
  font-size: 45px;
}
@media only screen and (max-width: 991.98px) {
  .about .services__ship span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576.98px) {
  .about .services__ship span {
    font-size: 25px;
  }
}
.about .services__title {
  margin-top: -0.5rem;
}
.about .services__title:hover {
  color: #da8300;
}

.zoom {
  transition: transform 0.2s; /* زمان انتقال اولیه */
  margin: 0 auto;
}
.zoom:hover {
  transform: scale(1.05); /* مقدار زوم را به ۱.۰۵ تغییر دهید */
  transition: transform 0.3s; /* زمان انتقال هاور */
  border-right: 3px;
  color: #da8300;
}

@media screen and (min-width: 768px) {
  .swiper {
    display: none;
  }
}
.blog-skeleton-text {
  height: 200px !important;
  width: 500px !important;
}

.category-skeleton-text {
  border-radius: 50px 50px 6px 14px !important;
  height: 15rem !important;
}

/*# sourceMappingURL=index.css.map */
