@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 ------------------------------------*/
.main-slider-sec {
  position: relative;
  margin-bottom: 5rem;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 1399.98px) {
  .main-slider-sec {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .main-slider-sec {
    margin-bottom: 0px;
    margin-top: 0;
  }
}
.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%;
  object-fit: cover;
  float: left;
  border-radius: 137px 137px 50px 50px;
  height: 60vh;
}
@media only screen and (max-width: 1899px) {
  .main-slider-sec .swiper-slide img {
    height: 67vh;
  }
}
@media only screen and (max-width: 1200px) {
  .main-slider-sec .swiper-slide img {
    height: 54vh;
  }
}
@media only screen and (max-width: 1024px) {
  .main-slider-sec .swiper-slide img {
    height: 33vh;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-slide img {
    height: auto;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-slider-sec .swiper-slide img {
    border-radius: 16px;
  }
}
.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;
  top: 210px;
  /* left: 148px; */
  right: 29px;
}
@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%;
  }
}
@media only screen and (max-width: 1500.98px) {
  .main-slider-sec .swiper-slide .slider-container {
    width: 38%;
  }
}
.main-slider-sec .swiper-slide .slider-container h2 {
  color: #ebdfdf;
}
.main-slider-sec .swiper-slide .slider-container h4 {
  color: #ffffff;
}
.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: 2.5;
  color: #2f2d2d;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  padding: 6px 11px 7px 129px;
  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;
}
.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 #c7070a;
  padding: 5px;
}
.main-slider-sec .swiper-pagination-bullet-active {
  background: #c7070a;
}
.main-slider-sec .swiper-button-prev, .main-slider-sec .swiper-button-next {
  justify-content: center;
  font-size: 18px;
  height: 0;
  padding: 23px;
  display: flex;
  align-items: center;
  z-index: 99999999999;
  top: 43%;
  cursor: pointer;
  border-radius: 58%;
  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;
}

@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: #c7070a;
}

.img-slider {
  height: 60vh;
}
@media screen and (max-width: 1899.98px) {
  .img-slider {
    height: 68vh;
  }
}
@media screen and (max-width: 1024.98px) {
  .img-slider {
    height: 43vh;
  }
}
@media screen and (max-width: 820.98px) {
  .img-slider {
    height: 49vh;
  }
}
@media screen and (max-width: 767.98px) {
  .img-slider {
    height: 60vh;
  }
}
.img-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 137px 18px 50px 50px;
  object-position: center 30%;
}
@media only screen and (max-width: 1200px) {
  .img-slider img {
    height: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .img-slider img {
    height: 33vh;
  }
}
@media only screen and (max-width: 991px) {
  .img-slider img {
    height: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .img-slider img {
    height: 40vh;
  }
}
@media only screen and (max-width: 830px) {
  .img-slider img {
    height: 39vh;
  }
}
@media only screen and (max-width: 820px) {
  .img-slider img {
    height: 38vh;
  }
}
@media only screen and (max-width: 768px) {
  .img-slider img {
    height: 29vh;
  }
}

.ship-slider {
  position: absolute;
  z-index: 999;
  /* transform: rotate(182deg); */
  bottom: -3px;
  right: 34%;
}
.ship-slider img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .slider-baner {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .container-swiper {
    width: 100%;
  }
}

.services {
  margin-bottom: 5rem;
  padding: 23px;
  border-radius: 30px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1199.98px) {
  .services {
    margin-top: -3rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .services {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 912.98px) {
  .services {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 853.98px) {
  .services {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 830.98px) {
  .services {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 768.98px) {
  .services {
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 480.98px) {
  .services {
    margin-top: -3rem;
  }
}
.services .col-lg-3 {
  flex: 0 0 auto;
  width: 23%;
  height: 10rem;
}
@media only screen and (max-width: 1015.98px) {
  .services .col-lg-3 {
    height: 7rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .services .col-lg-3 {
    height: auto;
  }
}
.services__item {
  justify-content: center;
  display: flex;
  background: #efefef;
  align-items: center;
  padding: 0px;
  border-radius: 39px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 20px 13px 0px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .services__item {
    width: 35% !important;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services__item {
    width: 45% !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .services__item {
    padding: 11px;
    border-radius: 10px;
    width: 43%;
  }
}
.services__item:after {
  content: "";
  background-image: url(.././images/background/image.png);
  display: inline-block;
  position: absolute;
  height: 42%;
  background-repeat: no-repeat;
  /* bottom: 45px; */
  background-size: contain;
  top: 0px;
  z-index: 9999;
  width: 145%;
  right: -128px;
}
@media only screen and (max-width: 1900.98px) {
  .services__item:after {
    right: -125px;
  }
}
@media only screen and (max-width: 1799.98px) {
  .services__item:after {
    right: -105px;
  }
}
@media only screen and (max-width: 1799.98px) {
  .services__item:after {
    right: -86px;
  }
}
@media only screen and (max-width: 1699.98px) {
  .services__item:after {
    right: -86px;
  }
}
@media only screen and (max-width: 1499.98px) {
  .services__item:after {
    right: -77px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .services__item:after {
    width: 128%;
    right: -37px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .services__item:after {
    width: 153%;
    right: -55px;
  }
}
@media only screen and (max-width: 1015.98px) {
  .services__item:after {
    width: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .services__item:after {
    content: unset;
  }
}
.services__item .service-card {
  max-width: 200px;
  padding-top: 7px;
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  transition: all 300ms linear;
  flex-direction: column;
  gap: 25px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .services__item .service-card {
    padding-top: 7px;
    /* margin: 0 auto; */
    padding-bottom: 7px;
    gap: 0;
  }
}
.services__item--icons {
  display: flex;
  position: absolute;
  top: -40px;
  z-index: 99999;
}
@media only screen and (max-width: 991.98px) {
  .services__item--icons {
    position: unset;
  }
}
@media only screen and (max-width: 1199.98px) {
  .services__item--icons {
    top: -121%;
  }
}
@media only screen and (max-width: 1015.98px) {
  .services__item--icons {
    top: -62%;
  }
}
@media only screen and (max-width: 991.98px) {
  .services__item--icons {
    top: -85%;
  }
}
@media only screen and (max-width: 767.98px) {
  .services__item--icons {
    top: -42%;
    width: 55%;
  }
}
@media only screen and (max-width: 480.98px) {
  .services__item--icons {
    top: -25%;
  }
}
@media only screen and (max-width: 390.98px) {
  .services__item--icons {
    top: -35%;
  }
}
.services__item--icons img {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1015.98px) {
  .services__item--icons img {
    width: 65%;
  }
}
@media only screen and (max-width: 991.98px) {
  .services__item--icons img {
    width: 50%;
    top: 72%;
  }
}
@media only screen and (max-width: 991.98px) {
  .services__item--icons img {
    margin-bottom: 15px;
  }
}
.services__item--title {
  margin-top: 4rem;
  margin-bottom: 1rem;
  width: 100% !important;
}
@media only screen and (max-width: 1199.98px) {
  .services__item--title {
    margin-top: 0.75rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .services__item--title {
    margin-top: 0rem;
  }
}
.services__item--title h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  transition: all 300ms linear;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 1199.98px) {
  .services__item--title h2 {
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .services__item--title h2 {
    font-size: 14px;
  }
}
.services__item--title p {
  height: 23px;
  color: #8b8a8a;
  font-size: 15px;
  line-height: 23px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 1600.98px) {
  .services__item--title p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .w-services {
    width: 68% !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .w-services {
    width: 58% !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .img-services-v {
    width: 90%;
  }
}
@media only screen and (max-width: 480.98px) {
  .img-services-v {
    width: 73%;
  }
}

@media only screen and (max-width: 991.98px) {
  .sevices-item-box {
    justify-content: center !important;
    gap: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .img-service {
    width: 53%;
  }
}

.products {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1399.98px) {
  .products {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .products {
    margin-top: 3rem;
  }
}
.products .swiper-button-next {
  padding: 5px;
  background: #413d37;
  font-size: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.products .swiper-button-prev {
  padding: 5px;
  background: #413d37;
  font-size: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
  font-size: 13px;
  color: white;
}
.products .swiper-button-next:after, .products .swiper-rtl .swiper-button-prev:after {
  font-size: 13px;
  color: white;
}
.products__title {
  position: relative;
  top: 57px;
  margin: 0 auto;
}
@media only screen and (max-width: 1599.98px) {
  .products__title {
    top: 37px;
  }
}
@media only screen and (max-width: 1366.98px) {
  .products__title {
    top: 28px;
  }
}
.products__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #faf7f2;
}
@media only screen and (max-width: 1399.98px) {
  .products__title h2 {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title h2 {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .products__title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480.98px) {
  .products__title h2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 375.98px) {
  .products__title h2 {
    font-size: 16px;
  }
}
.products__title .product-title {
  background: #dcdcdc;
  padding: 10px;
  border-radius: 11px;
  gap: 7px;
}
@media only screen and (max-width: 1399.98px) {
  .products__title .product-title {
    padding: 8px;
  }
}
.products__title--title {
  font-size: 14px;
  color: #0C1B43;
  font-weight: 700;
}
@media only screen and (max-width: 1599.98px) {
  .products__title--title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480.98px) {
  .products__title--title {
    font-size: 9px;
  }
}
.products {
  /* From Uiverse.io by reshades */
}
.products .button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 10.5em;
  height: 2.9em;
  border: #c7070a 0.2em solid;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400.98px) {
  .products .button {
    font-size: 12px;
    width: 11em;
    height: 4em;
  }
}
.products .button:hover {
  background-color: #474040;
  cursor: pointer;
}

.btn-view .button {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* فاصله متن و آیکن */
  transition: all 0.3s ease;
  justify-content: center;
}

.btn-view .icon-arrow-left {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* انیمیشن هاور */
.btn-view:hover .icon-arrow-left {
  transform: translateX(-5px); /* آیکن کمی به چپ میره */
}

@media only screen and (max-width: 991.98px) {
  .new .products__title h2 {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 480.98px) {
  .new .products__title h2 {
    margin-top: -40px;
  }
}
.new .title-box a {
  left: 22% !important;
}
@media only screen and (max-width: 1599.98px) {
  .new .title-box a {
    left: 15% !important;
  }
}
.new .title-box::after {
  right: 19%;
}
@media only screen and (max-width: 1399.98px) {
  .new .title-box::after {
    right: 4%;
  }
}
.new .text-product {
  right: 40% !important;
}
@media only screen and (max-width: 1399.98px) {
  .new .text-product {
    right: 30% !important;
  }
}
@media only screen and (max-width: 1400.98px) {
  .new .text {
    font-size: 12px;
  }
}
.new .btn-view {
  display: inline-block;
  overflow: hidden;
}
.new .btn-view .button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: #c7070a 0.2em solid;
}
.new .btn-view .button .icon-arrow-right {
  display: inline-block;
  transition: transform 0.3s ease;
}
.new .btn-view:hover .button {
  background-color: #474040;
}
.new .btn-view:hover .icon-arrow-right {
  transform: translateX(5px);
}

.product-card-m {
  margin: 95px auto;
}
@media only screen and (max-width: 1899.98px) {
  .product-card-m {
    margin: 75px auto;
  }
}
@media only screen and (max-width: 1499.98px) {
  .product-card-m {
    margin: 67px auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card-m {
    margin: 45px auto;
    z-index: 0;
  }
}

.product-bg {
  background-image: url(.././images/product/10.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .product-bg {
    background-image: unset;
  }
}
.product-bg:after {
  content: "";
  background-image: url(.././images/product/28.png);
  display: inline-block;
  position: absolute;
  top: -11px;
  width: 11%;
  height: 15%;
  background-repeat: no-repeat;
  /* bottom: 45px; */
  background-size: contain;
  transform: rotate(181deg);
  right: 18%;
  z-index: 9;
}
@media only screen and (max-width: 1199.98px) {
  .product-bg:after {
    top: -20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-bg:after {
    top: -55px;
  }
}
@media only screen and (max-width: 400.98px) {
  .product-bg:after {
    right: 42%;
    top: -39px;
  }
}
.product-bg:before {
  content: "";
  background-image: url(.././images/product/bg-2.png);
  display: inline-block;
  position: absolute;
  top: -11px;
  width: 100%;
  height: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
  right: -94%;
}
@media only screen and (max-width: 991.98px) {
  .product-bg:before {
    content: unset;
    background-image: unset;
    opacity: unset;
  }
}

@media only screen and (max-width: 991.98px) {
  .product-after:before {
    content: "";
    background-color: #c7070a;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    /* bottom: 45px; */
    background-size: contain;
    /* transform: rotate(181deg); */
    right: 0;
    z-index: -1;
    border-radius: 8% 8% 50% 50%;
  }
}

.new-bg {
  background-image: url(.././images/product/special-offers-bg.svg);
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: cover;
  border-radius: 5%;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .new-bg {
    background-size: contain;
  }
}
.new-bg .swiper-button-next:after, .new-bg .products .swiper-rtl .swiper-button-prev:after {
  font-size: 19px;
}
@media only screen and (max-width: 480.98px) {
  .new-bg .swiper-button-next:after, .new-bg .products .swiper-rtl .swiper-button-prev:after {
    font-size: 10px;
  }
}
.new-bg .swiper-button-prev:after, .new-bg .products .swiper-rtl .swiper-button-next:after {
  font-size: 19px;
}
@media only screen and (max-width: 480.98px) {
  .new-bg .swiper-button-prev:after, .new-bg .products .swiper-rtl .swiper-button-next:after {
    font-size: 12px;
  }
}
.new-bg .swiper-button-prev {
  padding: 5px;
  font-size: 15px;
  width: 49px;
  height: 50px;
  top: -60px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.6px);
  -webkit-backdrop-filter: blur(3.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 480.98px) {
  .new-bg .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}
.new-bg .swiper-button-next {
  padding: 5px;
  font-size: 15px;
  width: 50px;
  height: 50px;
  top: -60px;
  left: 70px !important;
  right: unset;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.6px);
  -webkit-backdrop-filter: blur(3.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 480.98px) {
  .new-bg .swiper-button-next {
    width: 25px !important;
    height: 26px !important;
    left: 25px !important;
  }
}
.new-bg .products__title h2 {
  color: #413d37;
}
.new-bg:before {
  content: "";
  background-image: url(.././images/product/Gold-Sale-Back.svg);
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.new-bg .product-card-m {
  margin: 95px auto;
  position: absolute;
  top: 25px;
}
@media only screen and (max-width: 480.98px) {
  .new-bg .product-card-m {
    top: 6px;
  }
}

.new .swiper {
  margin-top: -1rem;
}

@media only screen and (max-width: 480.98px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -6px !important;
    right: auto;
  }
}

.product-card {
  position: relative;
  border-radius: 29px;
  overflow: hidden;
}
@media only screen and (max-width: 1399.98px) {
  .product-card {
    padding: 0 !important;
    border-radius: 16px;
  }
}
.product-card--img {
  position: relative;
}
.product-card--img img {
  width: 100%;
  display: block;
  aspect-ratio: 3/4;
  border-radius: 6px 6px 0 0px;
}
.product-card--img {
  /* اورلی مشکی */
}
.product-card--img .overlay {
  position: absolute;
  inset: 0;
  background: rgba(57, 55, 55, 0.29);
  border-radius: 6px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.product-card--img {
  /* رنگ‌ها */
}
.product-card--img .color-product {
  position: absolute;
  top: 38px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity 0.3s ease;
  z-index: 999999999;
}
.product-card--img .color-product .dots {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.product-card--img .color-product .dots-1 {
  background: #fff8ed;
}
.product-card--img .color-product .dots-2 {
  background: #e2a02b;
}
.product-card--img .color-product .dots-3 {
  background: #6d2424;
}
.product-card {
  /* هاور */
}
.product-card:hover .overlay {
  opacity: 0;
}
.product-card:hover .color-product {
  opacity: 0;
}
.product-card {
  /* عنوان */
}
.product-card--title {
  height: 140px;
  width: 100%;
  right: 0;
  /* From https://css.glass */
  background: rgba(179, 174, 174, 0.51);
  border-radius: 0px 0 6px 6px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.9px);
  -webkit-backdrop-filter: blur(8.9px);
  padding: 21px;
}
@media only screen and (max-width: 1499.98px) {
  .product-card--title {
    height: 123px;
    padding: 8px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title {
    bottom: -20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title {
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card--title {
    height: 105px;
  }
}
.product-card--title .price {
  font-size: 16px;
  color: #9e0101;
  font-weight: 700;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title .price {
    font-size: 14px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .price {
    font-size: 12px;
  }
}
.product-card--title h2 {
  font-size: 15px;
  margin-top: 10px;
  color: #3e3636;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 800;
  line-height: 30px;
}
@media only screen and (max-width: 1400.98px) {
  .product-card--title h2 {
    line-height: 24px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title h2 {
    padding-right: 9px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480.98px) {
  .product-card--title h2 {
    -webkit-line-clamp: 1;
  }
}
.product-card--title s {
  color: #704848;
  font-size: 14px;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title s {
    font-size: 13px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title s {
    font-size: 11px;
  }
}
.product-card--title .toman {
  color: #2e2c2c;
  font-size: 15px;
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .toman {
    font-size: 12px;
  }
}
.product-card {
  /* ایکون شاپ */
}
.product-card .img-ship {
  bottom: 0px;
  position: absolute;
  right: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1599.98px) {
  .product-card .img-ship {
    right: 9%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card .img-ship {
    bottom: 0px;
    right: -4px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-card .img-ship {
    bottom: -7px;
    right: -15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship {
    right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card .img-ship {
    right: -20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-card .img-ship {
    right: 40px;
  }
}
@media only screen and (max-width: 499.98px) {
  .product-card .img-ship {
    right: 10px;
  }
}
@media only screen and (max-width: 411.98px) {
  .product-card .img-ship {
    right: -10px;
  }
}
.product-card .img-ship img {
  transform: rotate(180deg);
}
.product-card .img-ship span {
  position: absolute;
  right: 48%;
  left: 46%;
  z-index: 999;
  top: 13px;
  color: brown;
  transform: rotate(122deg);
  font-size: 19px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship span {
    font-size: 15px;
  }
}
.product-card {
  /* تخفیف */
}
.product-card .discount {
  background: #c7070a;
  padding: 4px;
  font-size: 12px;
  border-radius: 5px;
  color: white;
}
@media only screen and (max-width: 1399.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 11px;
    border-radius: 5px;
    color: white;
    margin-bottom: 12px;
    margin-left: 13px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .discount {
    font-size: 10px;
  }
}
.product-card {
  /* خطوط پایین */
}
.product-card .line-1 {
  width: 50%;
  height: 4px;
  background: #ed394d;
  margin-bottom: 1.5rem;
  border-radius: 64px;
  margin-top: 10px;
}
.product-card .line-2 {
  width: 50%;
  height: 4px;
  background: #bebbbb;
  margin-bottom: 1.5rem;
  border-radius: 0px 65px 65px 0px;
  margin-top: 10px;
}
.product-card .icon-products {
  /* background: darkcyan; */
  top: 22px;
  right: 17px;
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.6px);
  -webkit-backdrop-filter: blur(3.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  z-index: 1;
}
.product-card .icon-products .icon-arrow-left {
  transform: rotate(139deg);
  font-size: 18px;
  color: white;
}

.category {
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .category {
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .category .d-category-none {
    display: none;
  }
}
.category:after {
  content: "";
  background-image: url(.././images/content/swirl-md.png);
  display: inline-block;
  position: absolute;
  width: 13%;
  height: 24%;
  background-repeat: no-repeat;
  top: -84px;
  background-size: contain;
  left: 25px;
  z-index: -2;
  opacity: 0.1;
  transform: rotate(258deg);
}
@media only screen and (max-width: 1399.98px) {
  .category:after {
    left: 110px;
  }
}
@media only screen and (max-width: 767.98px) {
  .category:after {
    left: 89px;
  }
}
.category__title {
  position: relative;
  padding: 35px 0 47px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  --ep-advanced-heading-pos-x: -111px;
  --ep-advanced-heading-pos-y: -75px;
  --ep-advanced-heading-rotate: 0deg;
}
@media only screen and (max-width: 767.98px) {
  .category__title {
    padding: 21px 0 21px 0;
  }
}
.category__title h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #474040;
}
@media only screen and (max-width: 991.98px) {
  .category__title h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .category__title h2 {
    font-size: 16px;
  }
}
.category__item--img img {
  width: 100%;
}
.category__item--title {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
}
.category__item--title h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  transition: all 300ms linear;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 15px;
}

@media only screen and (max-width: 991.98px) {
  .mt-category {
    margin-top: 0 !important;
  }
}

.category__item--img {
  border-radius: 12px;
}
.category__item--img img {
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  animation: floatFake 5s ease-in-out infinite;
}
.category__item:hover .category__item--img img {
  transform: scale(1.08) rotate(0.5deg);
  animation-play-state: paused;
}

@keyframes floatFake {
  0% {
    filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0));
  }
  50% {
    filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.08));
  }
  100% {
    filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0));
  }
}
.about-us {
  margin-bottom: 9rem;
  margin-top: 7rem;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .about-us {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us {
    margin-top: -5rem;
  }
}
@media only screen and (max-width: 480.98px) {
  .about-us {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480.98px) {
  .about-us .about-us-sm-none {
    display: none !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us__items {
    flex-direction: column-reverse;
  }
}
.about-us:after {
  content: "";
  background-image: url(.././images/content/swirl-md.png);
  display: inline-block;
  position: absolute;
  width: 13%;
  height: 44%;
  background-repeat: no-repeat;
  bottom: -72px;
  background-size: contain;
  right: -33px;
  z-index: -2;
  opacity: 0.1;
}
@media only screen and (max-width: 767.98px) {
  .about-us:after {
    right: 34px;
  }
}
.about-us .products__title {
  top: 15px;
  margin: 0;
}
.about-us p {
  color: #7f8285;
  font-size: 18px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  /* font-weight: 800; */
  line-height: 30px;
}
@media only screen and (max-width: 1499.98px) {
  .about-us p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us p {
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
    font-size: 13px;
    line-height: 26px;
  }
}
.about-us__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #4e4f4f;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .about-us__title h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us__title h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480.98px) {
  .about-us__title h2 {
    font-size: 16px;
  }
}
.about-us__img {
  background-position: -2rem 19px;
  background-size: 12rem;
  position: relative;
}
@media only screen and (max-width: 1499.98px) {
  .about-us__img {
    display: flex;
    justify-content: end;
    flex-direction: column;
  }
}
.about-us__img:after {
  content: "";
  background-image: url(.././images/product/10.png);
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 44%;
  background-repeat: no-repeat;
  bottom: -80px;
  background-size: contain;
  right: -33px;
  z-index: -1;
}
@media only screen and (max-width: 1499.98px) {
  .about-us__img:after {
    left: 30px !important;
    right: unset;
  }
}
@media only screen and (max-width: 1399.98px) {
  .about-us__img:after {
    left: 23px !important;
    bottom: -52px;
  }
}
.about-us__img::before {
  content: "";
  background-image: url(.././images/about-us/Group-2.webp);
  position: absolute;
  top: -58px;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media only screen and (max-width: 1399.98px) {
  .about-us__img::before {
    right: 85px;
  }
}
@media only screen and (max-width: 1299.98px) {
  .about-us__img::before {
    right: 40px;
  }
}
@media only screen and (max-width: 1050.98px) {
  .about-us__img::before {
    right: -44px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us__img::before {
    top: 45px;
    right: 0;
    width: 73%;
    height: 53%;
  }
}
.about-us__img .icon-arrow-right {
  position: absolute;
  top: 40%;
  width: 62px;
  height: 61px;
  background: #faf7f2;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 50%;
  border: 5px solid #faf7f2;
  /* transform: rotate(353deg); */
  font-size: 23px;
  color: #b5230d;
  right: -15px;
}
@media only screen and (max-width: 1499.98px) {
  .about-us__img .icon-arrow-right {
    right: 50px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .about-us__img .icon-arrow-right {
    right: 35px;
  }
}
.about-us__img img {
  width: 90%;
  max-width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 480.98px) {
  .about-us__img img {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us__img img {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us__img img--item {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.about-us__img img .button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  color: #474040;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: #ed394d 0.2em solid;
  /* background: unset; */
  border-radius: 12px;
}
@media only screen and (max-width: 991.98px) {
  .about-us__img img .button {
    font-size: 10px;
  }
}
.about-us__img--img {
  right: 22%;
  top: 22px;
}
.about-us__img--img img {
  width: 100%;
  height: 19rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
@media only screen and (max-width: 480.98px) {
  .about-us__img--img img {
    display: none;
  }
}
.about-us__img--row {
  position: absolute;
  /* height: 78px; */
  right: 46px;
  z-index: -1;
}
@media only screen and (max-width: 1400.98px) {
  .about-us__img--row {
    right: 0px;
  }
}
.about-us__img--row img {
  width: 100%;
  height: 15rem;
}
.about-us__title-question {
  background: antiquewhite;
  padding: 9px;
  align-items: center;
  display: flex;
  height: 43px;
  border-radius: 10px;
}
.about-us__title-question h2 {
  font-weight: 700;
  color: #4e4f4f;
  font-size: 15px;
  margin: 0 !important;
}
.about-us__title-question .text {
  left: -17px;
  background: #585858;
  padding: 9px;
  border-radius: 11px;
  border: 8px solid #faf7f2;
  color: #f0f0f0;
}
.about-us__title-question .text .icon-angle-left {
  color: white;
}
.about-us .answer {
  background: #56585a;
  padding: 11px;
  border-radius: 13px;
}
.about-us .answer span {
  color: white;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* font-weight: 800; */
  line-height: 22px;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.answer.open {
  max-height: 200px; /* یا هر مقداری متناسب با متن */
}

.answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #f8f8f8; /* پس‌زمینه پاسخ */
  transition: all 0.4s ease;
  padding: 0 1rem;
  border-radius: 8px;
}

.answer.open {
  max-height: 500px; /* هر مقدار که متن جا شود */
  opacity: 1;
  padding: 1rem;
}

.about-us__title-question {
  cursor: pointer;
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.about-us__title-question:hover {
  background-color: #f2f2f2;
}

.d-flex.answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 0 15px;
  transition: max-height 0.6s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.5s ease;
}

.d-flex.answer.open {
  opacity: 1;
  max-height: 300px; /* بسته به ارتفاع متن می‌توانی تنظیم کنی */
  padding: 15px;
}

.about-us__title-question.open .icon-angle-left {
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}

.d-flex.answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #5b5a5a;
  border-radius: 8px;
  padding: 0 15px;
  transition: max-height 0.6s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.5s ease, padding 0.4s ease;
}

.d-flex.answer.open {
  opacity: 1;
  max-height: 300px; /* بسته به ارتفاع متن، قابل کم و زیاد کردن هست */
  padding: 15px;
}

/* افکت چرخش آیکون */
.about-us__title-question .icon-angle-left {
  transition: transform 0.4s ease;
}

.about-us__title-question.open .icon-angle-left {
  transform: rotate(-90deg);
}

.title-about-us {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  color: white;
}

.title-about-us {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

@keyframes textLuxuryGlow {
  0% {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.15), 0 2px 10px rgba(0, 0, 0, 0.4);
    filter: brightness(1);
  }
  50% {
    text-shadow: 0 0 14px rgba(255, 255, 255, 0.35), 0 6px 20px rgba(0, 0, 0, 0.6);
    filter: brightness(1.05);
  }
  100% {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.15), 0 2px 10px rgba(0, 0, 0, 0.4);
    filter: brightness(1);
  }
}
.title-about-us {
  width: 93%;
  padding: 14px 20px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 14px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* افکت نفس کشیدن */
  animation: textLuxuryGlow 3.5s ease-in-out infinite;
}
@media only screen and (max-width: 991.98px) {
  .title-about-us {
    display: none;
  }
}

@keyframes textSoftPulse {
  0% {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  }
  50% {
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
  }
  100% {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  }
}
.title-about-us {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.blog {
  margin-bottom: 5rem;
  position: relative;
}
@media only screen and (max-width: 480.98px) {
  .blog {
    margin-bottom: 3rem;
  }
}
.blog--text {
  font-size: 15px;
  color: #0a1111;
  font-weight: 700;
}
@media only screen and (max-width: 1199.98px) {
  .blog--text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog--text {
    font-size: 10px;
  }
}
.blog__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #474040;
}
@media only screen and (max-width: 1399.98px) {
  .blog__title h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__title h2 {
    font-size: 17px;
  }
}

.mobile-category-card {
  display: none !important;
}
@media screen and (max-width: 991.98px) {
  .mobile-category-card {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  .mobile-category-card .swiper-slide {
    width: 32%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .mobile-category-card .swiper-slide {
    width: 49%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 480.98px) {
  .mobile-category-card .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 380.98px) {
  .mobile-category-card .swiper-slide {
    width: 75%;
  }
}
@media screen and (max-width: 767.98px) {
  .mobile-category-card {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden !important;
  }
}

@media screen and (max-width: 992.98px) {
  .desktop-category-card {
    display: none !important;
  }
}

.img-blog img {
  width: 100%;
  border-radius: 20px;
}

.img-blog {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  z-index: 0;
}

.img-blog img {
  width: 100%;
  display: block;
}

.img-blog-text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  color: #fff;
}

.img-blog::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.1), transparent);
  z-index: 1;
}

.img-blog-text h2 {
  line-height: 1.6;
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 700;
}

.date-icon {
  border-radius: 50%;
  /* background: firebrick; */
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  transform: rotate(33deg);
  z-index: 99999999;
  top: 22px;
  right: 17px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.6px);
  -webkit-backdrop-filter: blur(3.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
}
@media screen and (max-width: 1399.98px) {
  .date-icon {
    width: 40px;
    height: 40px;
  }
}

.blog__card {
  background: white;
  border-radius: 20px;
  display: flex;
  transition: all 0.3s ease;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.blog__card:after {
  content: "";
  background-image: url(.././images/about-us/Group-2.webp);
  position: absolute;
  top: 30px;
  left: 0;
  width: 9%;
  height: 59%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card:after {
    left: 9px;
    height: 52px;
    border-radius: 16px;
    top: 20px;
  }
}
.blog__card--img img {
  width: 100%;
  border-radius: 10px;
}
.blog__card--title h2 {
  font-size: 18px;
  margin-top: 10px;
  color: #474040;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card--title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__card--title h2 {
    font-size: 12px !important;
  }
}
.blog__card__time {
  padding-left: 13px;
  padding-bottom: 16px;
}
.blog__card__time--btn {
  background: #474040;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 6px;
  transition: all 0.3s ease;
}
.blog__card__time--btn .blogCard__text {
  display: none;
}
.blog__card__time--btn span {
  color: white;
  font-size: 12px;
  padding: 1px;
}
@media only screen and (max-width: 1199.98px) {
  .blog__card__time--btn span {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog__card__time--btn span {
    font-size: 8px;
  }
}
.blog__card__time--btn .icon-arrow-left {
  color: wheat;
  font-size: 12px;
  transition: all 0.3s ease;
}
.blog__card .date {
  font-size: 13px;
  color: #9e0101;
}

.blog__card--item .col-3 {
  width: 24%;
}

.container {
  max-width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 90%;
  }
}

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