/*
// TODO: adding all archive pages styles to this file.
         such as blog archive card, product archive card and etc.
*/
/*---------------------------------- 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 ----------------------------------*/
.category {
  margin-top: 3rem;
  margin-bottom: 0rem;
  overflow: hidden;
}
@media only screen and (max-width: 1200.98px) {
  .category {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 992.98px) {
  .category {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 992.98px) {
  .category {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }
}
.category .after-category {
  position: relative;
}
.category .after-category:after {
  content: "";
  width: 376px;
  height: 339px;
  background-image: url(.././images/content/25.webp);
  position: absolute;
  top: -49px;
  left: -130px;
  z-index: 0;
}
@media only screen and (max-width: 1600.98px) {
  .category .after-category:after {
    left: -83px;
  }
}
@media only screen and (max-width: 1500.98px) {
  .category .after-category:after {
    left: -36px;
    height: 5rem;
  }
}
@media only screen and (max-width: 1200.98px) {
  .category .after-category:after {
    left: -30px;
    top: -4rem;
  }
}
.category__title {
  font-size: 25px;
  font-weight: 800;
  color: #b8985e;
  font-family: "Far_Digital_Arabia" !important;
}
.category .img-title {
  width: 100%;
  /* transform: rotate(107deg); */
  margin-bottom: 2rem;
}
.category__hoverShine {
  border: 5px solid #b69d74;
  padding: 5px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.category__hoverShine:hover .img-hover:before {
  animation: shine 2s;
}
.category__hoverShine img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.category__hoverShine .text-box {
  position: absolute !important;
  top: -38px;
  padding: 22px;
  transform: translate(0%, 50px);
  color: white;
  z-index: 9;
}
@media only screen and (max-width: 1199.98px) {
  .category__hoverShine .text-box {
    top: -35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .category__hoverShine .text-box {
    top: -24px;
  }
}
.category__hoverShine .text-box h3 {
  color: white;
  font-size: 21px;
  font-weight: 900;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 60px;
  line-height: 31px;
  background: rgba(50, 50, 50, 0.31);
  box-shadow: 0 4px 30px rgb(33, 33, 33);
  backdrop-filter: blur(11.6px);
  -webkit-backdrop-filter: blur(11.6px);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .category__hoverShine .text-box h3 {
    font-size: 19px;
    font-weight: 400;
  }
}
.category__hoverShine .text-box p {
  font-size: 12px;
}
.category__hoverShine .text-box .icon-arrow-left {
  padding: 10px;
  border-radius: 50%;
  border-left: 2px dashed white;
  border-top: 2px dashed white;
  border-bottom: 2px dashed white;
  position: absolute;
  right: 7rem;
}
.category__hoverShine .text-box__button-effect {
  color: rgb(255, 255, 255);
  min-width: 68px;
  min-height: 44px;
  border: 0;
  border-radius: 0.625rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  gap: 5px;
  font-weight: 800;
}

.img-hover:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  transform: skewX(-25deg);
  z-index: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@media only screen and (max-width: 991.98px) {
  .category__none {
    display: none;
  }
}

.products {
  position: relative;
}
.products:after {
  content: "";
  width: 426px;
  height: 386px;
  background-image: url(.././images/products/3.webp);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -999;
  background-repeat: no-repeat;
}
.products__title h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 37px;
  color: #b69d74;
}
.products__link {
  padding: 13px 18px;
  border-radius: 8px;
  width: 132px;
  height: 47px;
  font-size: 14px;
  text-align: center;
  color: #b69d74;
  position: relative;
}
.products__link .icon-arrow-left {
  border-left: 2px dashed #b69d74;
  border-radius: 50%;
  padding: 6px;
  border-top: 2px dashed #b69d74;
  border-bottom: 2px dashed #b69d74;
  position: absolute;
  left: 0.75rem;
}
.products .products__item {
  border-radius: 24px 24px 24px 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  display: grid;
  height: 470px;
  transition: 0.2s;
}
@media only screen and (max-width: 1400.98px) {
  .products .products__item {
    height: 455px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .products .products__item {
    height: 395px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .products .products__item {
    height: 340px;
  }
}
@media only screen and (max-width: 767.98px) {
  .products .products__item {
    height: 380px;
  }
}
@media only screen and (max-width: 575.98px) {
  .products .products__item {
    aspect-ratio: 3/2;
    height: unset;
  }
}
.products .products__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* top: 0px; */
  left: 0px;
  bottom: 0;
  /* background-color: rgb(0 0 0 / 9%); */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px 48px 23px 27px;
  background: white;
  z-index: -9999999;
}
.products .products__item img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  border-radius: 18px 18px 0px 0px;
  aspect-ratio: 5/6;
}
.products .products__item h2 {
  /* text-align: center; */
  font-weight: 800;
  font-size: 16px;
  color: #39917a;
  padding: 0px 15px;
  line-height: 27px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 1rem;
  height: 60px;
  bottom: 0px;
  z-index: 999;
}

.item-box {
  position: relative;
}
.item-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.item-box .products-item {
  position: absolute;
  right: 2%;
  top: 70%;
  transform: translate(0%, 51%);
  left: 0;
  color: white;
  z-index: 999;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.7px);
  -webkit-backdrop-filter: blur(3.7px);
  border: 1px solid rgba(255, 255, 255, 0.41);
  border-radius: 7px;
  padding: 10px 10px;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-box .products-item h2 {
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 27px;
}

.benefit-box {
  color: #a6a6a6;
  position: relative;
  border-radius: 15px;
  transition: 0.3s all;
}
.benefit-box .benefit-box {
  box-shadow: 0 0px 2px inset #d9bf77, 0px 1px 3px 0px #fff inset, 0px 7px 2px inset #d9bf77;
  background: #d9bf77;
}
.benefit-box .benefit-box .dot {
  width: 12px;
  background: transparent;
  height: 12px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  transition: 0.2s all;
}

.img-logo {
  width: 45px;
  margin-top: -16px;
}

.blog {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991.98px) {
  .blog {
    margin-bottom: 0rem;
  }
}
.blog .title-blog {
  font-size: 20px;
  font-weight: 800;
  line-height: 37px;
  color: #b8985e;
  text-align: right;
  margin-bottom: 3rem;
}
.blog .title-blog:after {
  content: "";
  width: 160px;
  right: 0;
  height: 1px;
  position: absolute;
  background: #b8985e;
  top: 33px;
}
.blog .main_page {
  position: relative;
}
.blog .main_page:after {
  content: "";
  width: 376px;
  height: 339px;
  background-image: url(.././images/content/25.webp);
  position: absolute;
  top: -49px;
  left: -130px;
  z-index: -1;
}
@media only screen and (max-width: 1600.98px) {
  .blog .main_page:after {
    left: -51px;
  }
}
@media only screen and (max-width: 1200.98px) {
  .blog .main_page:after {
    left: -22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .blog .main_page:after {
    content: unset;
  }
}
.blog__text {
  font-size: 30px;
  font-weight: 700;
  color: #b8985e;
  position: relative;
}
.blog__img-title {
  width: 4%;
}
@media only screen and (max-width: 991.98px) {
  .blog .bolg_box {
    gap: 2rem;
  }
}
@media only screen and (max-width: 576.98px) {
  .blog .bolg_box {
    gap: 1rem;
  }
}
.blog .bolg_box img {
  width: 90%;
  border-radius: 14px;
}
@media only screen and (max-width: 991.98px) {
  .blog .bolg_box img {
    width: 100%;
  }
}

.text-blog {
  width: 79%;
  padding: 17px;
  position: relative;
  background: rgb(255, 255, 255);
  box-shadow: rgba(193, 190, 190, 0.19) 0px 0px 8px 0px;
  margin-top: -4rem;
  margin-right: 23.5px;
  border-radius: 5px 0 5px 5px;
}
@media only screen and (max-width: 1199.98px) {
  .text-blog {
    margin-right: 15.5px;
    width: 80%;
  }
}
@media only screen and (max-width: 991.98px) {
  .text-blog {
    margin-right: 8.5px;
    width: 95%;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-blog {
    margin-right: 5.5px;
  }
}
@media only screen and (max-width: 576.98px) {
  .text-blog {
    width: 80%;
    padding: 10px;
  }
}

h5 {
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 55px;
  line-height: 26px;
}
h5 a {
  font-size: 18px;
  color: black !important;
}
@media only screen and (max-width: 576.98px) {
  h5 a {
    font-size: 15px;
  }
}

.text-blog p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 55px;
  line-height: 26px;
}

.date {
  right: 0px;
  top: -25px;
  font-size: 12px;
  position: absolute;
  padding: 4px 20px;
  color: rgb(255, 255, 255);
  background: #318d75;
  border-radius: 5px 5px 0 0;
}

.meta {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  background: rgb(255, 255, 255);
  padding: 0px 12px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-image: initial;
}

.btn-grid {
  text-align: right;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #b8985e;
}
.btn-grid .m-btn-link {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #b8985e;
  text-decoration: none;
}

@media only screen and (max-width: 576.98px) {
  .blog__d-flex {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 575.98px) {
  .text-blog {
    width: 95%;
  }
}
.video-player {
  width: 100%;
  border-radius: 5px;
}

.play-vedeo {
  position: absolute;
  top: 8rem;
  left: 13rem;
  width: 36px;
  height: 34px;
  background: #d8d4d4;
  padding: 8px;
  border-radius: 50px;
}
@media screen and (max-width: 1399px) {
  .play-vedeo {
    top: 6rem;
    left: 11rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .play-vedeo {
    top: 5rem;
    left: 9rem;
  }
}
@media screen and (max-width: 999.98px) {
  .play-vedeo {
    top: 4rem;
    left: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .play-vedeo {
    top: 4rem;
    left: 8rem;
    z-index: 9;
    width: 28px;
    height: 27px;
    padding: 3px 7px;
  }
}
@media screen and (max-width: 480.98px) {
  .play-vedeo {
    top: 3rem;
    left: 7rem;
  }
}
@media screen and (max-width: 400.98px) {
  .play-vedeo {
    top: 2rem;
    left: 6rem;
  }
}

.title-video {
  position: absolute;
  bottom: 12px;
  right: 30px;
  color: #fff;
  font-weight: 700;
  height: 78px;
  line-height: 26px;
  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 screen and (max-width: 991.98px) {
  .title-video {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 26px;
    font-size: 11px;
    padding: 19px;
    right: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .icon-play {
    font-size: 12px;
  }
}

.vedeo-box img {
  width: 100%;
  border-radius: 5px;
}

/*# sourceMappingURL=archives.css.map */
