/*
// 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 ----------------------------------*/
.item-img-blog {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 99%;
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
  position: relative;
}

.item-blog {
  background: #f9f9f9;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 8px;
}
.item-blog img {
  width: 100%;
}
.item-blog .title-blog {
  height: 2.75rem;
  padding: 5px;
}
.item-blog .title-blog h4 {
  font-size: 15px;
  font-weight: 600;
  color: #1a1e21;
}
.item-blog .description-blog {
  height: 6rem;
  font-size: 15px;
  color: #7c7c7c;
}
.item-blog .blog-view {
  font-size: 15px;
  color: black;
  gap: 10px;
}
.item-blog .blog-view .date-blog {
  font-size: 12px;
  color: black;
}

.bg-color {
  background: rgba(255, 255, 255, 0.9);
}

.link-blog {
  padding: 8px;
  background: #293c3d;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  color: white;
}
.link-blog:hover {
  color: #59869f;
}

.icon-blog {
  padding: 5px;
  background: #293c3d;
  border-radius: 5px;
  color: white;
}

.box-popular {
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.box-popular:hover .img:before {
  animation: shine 1s;
}
.box-popular .img: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%);
}
.box-popular .title {
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  color: #121212;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.text-popular {
  padding: 15px 0;
}

.border-p {
  box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
  border-radius: 5px;
}

.img {
  width: 100%;
}

.img {
  position: relative;
}

.image-p {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle-p {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img:hover .middle-p {
  opacity: 1;
}
.img:hover .middle-p p {
  font-size: 15px;
}

.position-img {
  position: relative;
  right: 66.5rem;
  top: -35rem;
  width: 25%;
  z-index: -1;
}
.position-img img {
  border-radius: 101px;
  width: 100%;
}

.image-redus-p {
  border-radius: 5px 5px 0 0 !important;
}

.position-img-a {
  position: relative;
  top: -26rem;
  width: 25%;
  z-index: -1;
  left: 27rem;
}
.position-img-a img {
  width: 100%;
  border-radius: 100px;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.blog {
  background-repeat: no-repeat;
  margin-bottom: 5rem;
}
.blog .main-blog .item-blog {
  width: 90% !important;
}
@media only screen and (max-width: 991.98px) {
  .blog .img-blog-item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog .img-blog-item {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .blog .blog-flex {
    gap: 15px;
  }
}
.blog .blog-flex .item-img-blog {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 99%;
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
}
@media only screen and (max-width: 991.98px) {
  .blog .blog-flex .blog-item {
    width: 100%;
  }
}
.blog .blog-flex .item-blog {
  background: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  padding: 8px 8px 8px 15px;
  width: 100%;
}
.blog .blog-flex .item-blog .title-blog {
  height: 2.75rem;
  padding: 5px;
}
.blog .blog-flex .item-blog .title-blog h4 {
  font-size: 15px;
  font-weight: 600;
  color: #1a1e21;
}
.blog .blog-flex .item-blog .description-blog {
  height: 4rem;
  font-size: 15px;
  color: #7c7c7c;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 767.98px) {
  .blog .blog-flex .item-blog .description-blog {
    height: 7rem;
    display: flex;
    align-items: center;
    font-size: 13px;
  }
}
.blog .blog-flex .item-blog .blog-view {
  font-size: 15px;
  color: black;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .blog .blog-flex .item-blog .blog-view {
    gap: 4px;
  }
}
.blog .blog-flex .item-blog .blog-view .date-blog {
  font-size: 12px;
  color: black;
}
.blog .blog-flex .bg-color {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 19rem;
}
@media only screen and (max-width: 767.98px) {
  .blog {
    font-size: 10px;
  }
}
.blog:hover {
  color: #59869f;
}

.icon-blog {
  padding: 5px;
  background: #293c3d;
  border-radius: 5px;
  color: white;
}

@media only screen and (max-width: 565.98px) {
  .img-blog-i {
    width: 100% !important;
  }
}

.img-blog-ship {
  position: absolute;
  top: 154rem;
  width: 7%;
}

.img-blog-ship-i {
  position: absolute;
  top: 184rem;
  transform: rotate(180deg);
  width: 6%;
}

.blog-link a {
  font-size: 15px;
  color: #d4af6e;
}
@media screen and (max-width: 767.98px) {
  .blog-link a {
    font-size: 13px;
  }
}
.blog-link span {
  font-size: 15px;
  color: #d4af6e;
}

.img-blog img {
  width: 100%;
  border-radius: 10px;
  height: 30.4rem;
}
@media only screen and (max-width: 991.98px) {
  .img-blog img {
    height: unset;
  }
}

.top-5 {
  top: 20rem;
}
@media only screen and (max-width: 991.98px) {
  .top-5 {
    top: 25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .top-5 {
    top: 15rem;
  }
}
@media only screen and (max-width: 500.98px) {
  .top-5 {
    top: 9rem;
  }
}

.amazing-card .special-card-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.amazing-card .special-card-img img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  position: relative;
  background: #3b3a3a;
}
.amazing-card .special-card-content {
  background-color: #fff;
  padding: 12px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767.98px) {
  .amazing-card .special-card-content {
    padding: 10px;
  }
}
.amazing-card .special-card-content .title-content {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 767.98px) {
  .amazing-card .special-card-content .title-content {
    font-size: 14px;
  }
}
.amazing-card .special-card-content .description {
  height: 43px;
  color: #777;
  font-size: 14px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  .amazing-card .special-card-content .description {
    font-size: 12px;
    height: 38px;
  }
}

.img-go {
  position: relative;
  background: #3b3a3a;
  border-radius: 0px 10px 10px 0px;
}
@media only screen and (max-width: 767.98px) {
  .img-go {
    font-size: 20px;
  }
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 1s ease;
  backface-visibility: hidden;
  background: black;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.middle i {
  background: #293c3d;
  padding: 9px;
  border-radius: 50px;
  font-size: 16px;
  color: white;
}

.img-go:hover .image {
  opacity: 0.3;
  background: black;
}

.img-go:hover .middle {
  opacity: 1;
}

.gallery-archive-card {
  display: block;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  transition: all 300ms linear;
  /* gallery archive card hover */
  /* gallery archive card before */
  /* gallery archive card img */
  /* gallery archive card */
}
.gallery-archive-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6029762247) 0, rgba(0, 0, 0, 0.2976540958) 35%, rgba(0, 0, 0, 0.154796953) 58%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.gallery-archive-card:hover {
  box-shadow: none;
}
.gallery-archive-card:hover .gallery-archive-card__img,
.gallery-archive-card:hover .gallery-archive-card__title {
  filter: blur(2px);
}
.gallery-archive-card:hover::after {
  transform: translateY(-50%) translateX(calc(-1 * -50%));
  opacity: 1;
}
.gallery-archive-card::after {
  content: "\e990";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-80%) translateX(calc(-1 * -50%));
  padding: 15px;
  font-size: 22px;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  background-color: #fff;
  color: #76b3b9;
  transition: all 300ms linear;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-archive-card__img {
  width: 100%;
  transition: all 300ms linear;
}
.gallery-archive-card__title {
  position: absolute;
  bottom: 10px;
  right: 0;
  padding: 0 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  z-index: 3;
  transition: all 300ms linear;
  text-align: center;
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* gallery archive card */
.video-card {
  background: #fff;
  border-radius: 10px;
  border: 2px dashed transparent;
  overflow: hidden;
  padding: 15px;
}
.video-card:hover .video-card__img:before {
  opacity: 1;
}
.video-card:hover .video-card__img:after {
  opacity: 1;
}
.video-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}
.video-card__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  transition: all 300ms linear;
  z-index: 2;
  opacity: 0;
}
.video-card__img:after {
  content: "\e934";
  position: absolute;
  top: 55%;
  right: 50%;
  transform: translateY(-80%) translateX(50%);
  padding: 10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #15348b;
  transition: all 300ms linear;
  z-index: 3;
  opacity: 0;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.video-card__img img {
  width: 100%;
  height: 100%;
}
.video-card__tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.video-card__tag {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #eeeeee;
  color: #888;
  align-self: flex-start;
  font-size: 11.5px;
  margin: 7px 0;
  transition: all 300ms linear;
}
.video-card__title {
  color: #76b3b9;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 50px;
  width: 94%;
  overflow: hidden;
}
.video-card__title a {
  color: #76b3b9;
}

video {
  width: 100%;
}

#playButton {
  display: none;
}

/*# sourceMappingURL=archives.css.map */
