/* --- fonts --- */
@font-face {
  font-family: "kalameh";
  font-weight: 100;
  src: url("./assets/fonts/Kalameh/Kalameh-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 200;
  src: url("./assets/fonts/Kalameh/Kalameh-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 300;
  src: url("./assets/fonts/Kalameh/Kalameh-Light.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 400;
  src: url("./assets/fonts/Kalameh/Kalameh-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 500;
  src: url("./assets/fonts/Kalameh/Kalameh-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 600;
  src: url("./assets/fonts/Kalameh/Kalameh-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 700;
  src: url("./assets/fonts/Kalameh/Kalameh-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 800;
  src: url("./assets/fonts/Kalameh/Kalameh-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "kalameh";
  font-weight: 900;
  src: url("./assets/fonts/Kalameh/Kalameh-Black.ttf") format("truetype");
}

/* ----------------- Damon-----------------------  */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "kalameh";
}

/* -------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------ */
/* ------------------widgets---------------------- */
/* ----------- Damon icon box style------------ */
/*  Menu Card widget */

.cart-hover-widget {
  position: relative;
  display: inline-block;
  text-align: center;
}

.ht-menu-cart-widget-cart-total .cart-total-amount {
  position: absolute;
  top: -22px;
  right: -7px;
  font-family: yekan;
  background-color: red;
  color: white;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  line-height: 22px;
  font-size: 11px;
  font-weight: bold;
}

.ht-menu-cart-widget-cart-hover-button {

  padding: 16px;
  font-size: 16px;
}

.ht-menu-cart-widget-cart-hover-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 350px;
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
  padding: 12px 16px 12px 0;
  z-index: 500;
  top: 60px;
  left: 115px;
  border-radius: 20px;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

/* .cart-hover-widget:hover .ht-menu-cart-widget-cart-hover-content {
              display: block;
          } */

.ht-menu-cart-widget-ul {
  list-style: none;

  margin: 0;
  padding: 0 0 0 12px;
}

.ht-menu-cart-widget-ul li {
  margin-bottom: 10px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c1c1;
}

.ht-muncart-cart-item-thumbnail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.ht-muncart-cart-item-thumbnail img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}

.ht-menu-cart-widget-cart-item-details {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.ht-woo-quantity-menu-cart {
  width: 130px !important;
}

.ht-menu-cart-widget-cart-item-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #6a7076;
}

.ht-menu-cart-widget-price .ht-woo-single-reg-price bdi {
  font-size: 20px;
  font-weight: 700;
  color: var(--gray-400);
}

.ht-menu-cart-widget-price .ht-woo-single-all-sale-price {
  margin-bottom: 2px;
}

.ht-menu-cart-cart-summary {
  margin: 20px 0 10px 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ht-menu-cart-cart-summary p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ht-menu-cart-cart-summary .woocommerce-Price-amount {
  font-weight: 600;
}

.ht-menu-cart-cart-summary p span.ht-menu-cart-cart-summary-title {
  font-size: 12px;
  color: #6a7076;
}

.ht-menu-cart-checkout {
  width: 50%;
}

.ht-menu-cart-cart-summary a.button.checkout-button {
  color: #fff;
  text-align: center;

  /* body/16-demibold */
  font-family: IRANYekanX;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  color: #ffffff;
  display: block;
  background: var(--secondary-200, #fe6700);
  padding: 11px 14px 11px 14px;
}

.ht-woo-quantity-menu-cart {
  border: 1px solid var(--primary-400) !important;
  text-align: center;
}

.ht-woo-menucart-quantity {
  right: 8px;
  top: 9px;
}

.ht-woo-menucart-quantity-off {
  left: 8px;
  top: 9px;
}

.cart-item-quantity {
  width: 60px;
  color: #6a7076;
  font-size: 15px;
  margin-right: 10px;
}

.cart-item-price {
  display: block;
  font-size: 14px;
}

.ht-menucard-remove-cart-item {
  position: absolute;
  top: 10px;
  left: 0;
  background: none;
  border: none;
  color: #a3a3a3;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  position: absolute;
  line-height: 14px;
  transition: all 0.3s ease;
}

.ht-menucard-remove-cart-item:hover {
  color: rgb(194, 24, 24);
  background: unset;
}

#spinner {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  opacity: 0.7;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#spinner .spinner {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 4.5px solid;
  border-color: var(--secondary-200, #FE6700) #0000;
  animation: spinner-0tkp9a 1s infinite;
}

@keyframes spinner-0tkp9a {
  to {
    transform: rotate(0.5turn);
  }
}

/* Scrollbar styles */
.ht-menu-cart-widget-ul::-webkit-scrollbar {
  width: 8px;
}

.ht-menu-cart-widget-ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.ht-menu-cart-widget-ul::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.ht-menu-cart-widget-ul::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.ht-menu-cart-widget-ul {
  max-height: 400px;
  overflow-y: scroll;
}

/*******************************damon style swiper widget************************************/

.da-card-swiper {
  width: 100%;
  height: 100%;
}

.da-swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.da-swiper-button-next,
.da-swiper-button-prev {
  cursor: pointer;
}

.da-swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.da-card-swiper {
  overflow: hidden;
}

.da-card-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.da-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

p.dam-Country__text.text-center {
  margin-bottom: 0;
}
.dam-Countrybox {
}
.dam-Countrybox.flex.flex-col.items-center {
  padding: 11px 20px 11px 20px !important;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.da-title-icon-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.dam-swip-pagination {
  position: absolute;
  display: flex;
  left: 0px;
  top: -15px;
}
.dam-swip-title {
  display: flex;
  align-items: center;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\f061" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 24px !important;
  padding: 8px;
  background-color: var(--Text-100, #f6f6f6);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\f060" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 24px !important;
  padding: 8px;
  background-color:  var(--Text-100, #f6f6f6);
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
}
.da-title-icon-wrapper {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 10px;
  padding-bottom: 7px !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

.dam-icon-title-swip svg {
  margin: 0px 0px 0px 0px;
}
.dam-icon-title-swip {
  border-style: unset !important;
  border-width: 0px 0px 0px 0px !important;
}
.elementor-element,
.elementor-lightbox {
  --swiper-navigation-size: 24px !important;
}
span.dam-title-color {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: var(--secondary-200, #fe6700);
}
p.dam-Country__text.text-center a {
  /* font-family: "Yekan Bakh FaNum" !important; */
  /* font-size: 16px !important; */
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.dam-servicesbox.flex.flex-col.items-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
p.dam-services__text__desc {
  align-items: center;
  display: flex;
  justify-content: center;
}
p.dam-services__text.text-center a {
  font-family: IRANYekanX;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}
p.dam-services__text__desc a {
  font-family: IRANYekanX;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}
p.dam-services__text.text-center {
  margin-bottom: 0 !important;
}
p.dam-services__text.text-center {
  margin-bottom: 0 !important;
}
.swiper.dam-Countryswiper.swiper-initialized.swiper-horizontal .swiper-slide {
  padding-top: 30px;
}
.slider-countries-fb:hover {
  margin-top: -25px;
}
div {
  transition: all ease 0.3s !important;
}
.dam-Countrybox.flex.flex-col.items-center {
  position: relative;
  transition: all 0.2s;
}

.dam-servicesbox.flex.flex-col.items-center {
  padding: 10px;
}
.dam-servicesbox.flex.flex-col.items-center:hover a.dam-services__img {
  display: block;
  padding: 15px 30px 0;
  background: linear-gradient(0deg, rgba(25, 55, 91, 0) 50%, #19375b 79.67%);
  transition: all 0.1ms;
}
a.dam-services__img {
  padding-top: 15px;
}
/* موبایل */
@media (max-width: 575.98px) {
}

/* تبلت */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* دسکتاپ کوچک */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* دسکتاپ بزرگ */
@media (min-width: 992px) {
}
.btn-projects-wg svg {
  width: 24px;
height: 24px;
}
.btn-projects-wg {
  display: inline-flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ececec;
  margin-top: -25px;
  margin-left: 20px;
}
.image-box-projects {
  filter: grayscale(1);
  transition: filter 0.3s ease-in-out; /* تنظیم ترنزیشن در حالت عادی */

  display: flex;
  align-items: end;
  flex-direction: column;
}
.dam-projectbox {
  box-shadow: 0px 0px 12px 0px rgba(136, 136, 136, 0.25);

  padding: 16px;
  background: #fff;
  /* box-shadow: 0px 0px 12px 0px rgba(136, 136, 136, 0.25); */
}

.dam-projectbox {
  transition: all 0.3s ease-in-out; /* تنظیم ترنزیشن در حالت عادی */
}

.slide-projects-wg:hover {
  margin-top: -20px;
}
.slide-projects-wg:hover .btn-projects-wg {
  background: var(--secondary-200, #fe6700);
}

.dam-project_swiper {
  padding-top: 44px !important;
  padding-bottom: 20px !important;
}

.line-hover-project {
  width: 106px;
  height: 6px;
  flex-shrink: 0;
  transition: background 0.3s ease-in-out;
}

.slide-projects-wg {
  padding: 10px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.slide-projects-wg:hover .line-hover-project {
  background: var(--secondary-200, #fe6700);
}

.detail-item-flags {
  display: flex;
  justify-content: space-between;
}
.dam-project-flag {
  display: inline-flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  background: var(--Text-100, #f6f6f6);
}
.project-flag img {
  width: 19px;
  height: 19px;
}

.slide-projects-wg:hover .image-box-projects {
  filter: none;
}
.btn-next-prev-projects-wg {
  display: flex;
  gap: 5px;
}
.swiper-button-next-projects-wg,
.swiper-button-prev-projects-wg {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  background: var(--Text-100, #f6f6f6);
}

/* در موبایل، دکمه‌های ناوبری مخفی و Pagination نمایش داده شود */
@media (max-width: 768px) {
  .btn-next-prev-projects-wg {
    display: none !important;
  }
  .swiper-pagination {
    display: block !important;
  }
}

/* در دسکتاپ، Pagination مخفی و دکمه‌های ناوبری فعال شوند */
@media (min-width: 769px) {
  .swiper-pagination {
    display: none !important;
  }
}
.elementor-search-form__input:focus {
  outline: none;
  box-shadow: none;
}


.swiper-pagination-bullet {
  border-radius: 0% !important;
}
.swiper-pagination-bullet-active {
  background: var(--secondary-200, #fe6700) !important;
}
.liner-titr {
  background: #cbcbcb;
  width: 1px;
  height: 18px;
}
.title-icon-projects {
  gap: 8px;
}

.product-card-btn-icon {
  display: inline-flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Text-100, #f6f6f6);
}
.rate-number-percentage {
  width: 35px;
  height: 16px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Kalameh;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
  display: flex;
  padding: 3px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--secondary-200, #fe6700);
}

.product-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.tg-product-card-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 306px;
  height: 372px;
  flex-shrink: 0;
  background: #fff;
  padding: 16px;
  /* border-radius: 0px !important; */
  box-shadow: 0px 0px 12px 0px rgba(136, 136, 136, 0.25);
}
.background-line-product {
  position: absolute;
  z-index: 1;
}
.product-card-img {
  z-index: 5;
  width: 94px !important;
  height: 120px !important;
  flex-shrink: 0;
  margin-top: 20px;
}
.tg-product-card {
  text-align: center;
}
.product-rate {
  gap: 10px;
  justify-content: end;
}
.product-price-number-sele {
  text-decoration: line-through;
}
.tg-tab-button-product {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  align-items: center;
  cursor: pointer;
}
.tg-tabs-slide .active-tab p {
  color: var(--secondary-200, #fe6700);
}
.tg-tabs-slide .active-tab .liner-tab-product {
  background: var(--secondary-200, #fe6700);
}
.liner-tab-product {
  width: 51px;
  height: 3px;
  flex-shrink: 0;
}
.liner-prodcuts-big {
  background: #f3f3f3;
  height: 1px;
  width: 100%;
}
.tab-swiper-wrapper {
  display: flex;
  gap: 17px;
}
.header-product-wg {
  display: flex;
  gap: 60px;
}
.tg-product-tab-contet {
  margin-top: 30px;
}
.tg-product-tab-contet .swiper-container {
  height: 466px !important;
  /* padding-block: 26px; */
}
.tg-product-card-slide {
  transition: margin-top 0.3s ease-in-out;
}
.tg-widget-product-cards {
  padding-top: 30px;
}
.tg-widget-product-cards:hover {
  margin-top: -20px;
}
.tg-widget-product-cards:hover .product-card-btn-icon {
  background: var(--secondary-200, #fe6700);
}
.product-card-btn-icon {
  transition: background 0.3s ease-in-out;
}
.tg-widget-product-cards:hover svg g path {
  stroke: #fff;
}
.product-card-btn-icon svg g path {
  transition: stroke 0.3s ease-in-out;
}
.tg-widget-product-cards {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.liner-products-card {
  width: 106px;
  height: 6px;
  transition: background 0.3s ease-in-out;
}

.tg-widget-product-cards:hover .liner-products-card {
  background: var(--secondary-200, #fe6700);
}
.btn-products-wg {
  margin-bottom: 7px;
  display: flex !important;
  gap: 10px;
}
.swiper-button-next-product {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  background:  var(--Text-100, #f6f6f6);
}

.swiper-button-prev-product {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  background:  var(--Text-100, #f6f6f6);
}
.tg-product-wihdet-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  /* display: flex; */
}
@media screen and (max-width: 1000px) {
  .btn-products-wg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #form-damon-home  .e-form__buttons {
    margin-top: 80px;
  }
 
  .title-icon-projects  {
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 22px;
  }
  .header-product-wg {
    gap: 25px !important;
    flex-direction: column;
    width: 100%;
  }
  .tg-tabs-slide {
    flex: 0 0 auto;
    width: 200px; /* اندازه ثابت برای هر آیتم */
    scroll-snap-align: center;
    text-align: center;
    width: fit-content;

  }
  .tg-product-tab-contet {
    margin-top: 10px;
  }
  .tab-swiper-wrapper {
    display: flex;
    gap: 17px;
    flex-wrap: nowrap;
  }
.liner-prodcuts-big {
  display: none;
}
  .tabs {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
  }
}
.swiper-pagination {
  bottom: -24px !important;
}
.slider-team {
  padding-top: 100px;
}
.team-slide {
  width: 197px;
  height: 197px;
  background: var(--primary-dark, #142f4f);
}
.team-slide img {
  position: absolute;
  top: 26px;
  width: 197px;
  height: 272px !important;
  filter: grayscale(1);
  flex-shrink: 0;
}
.icons-team {
  margin-right: 10px;
  margin-top: 10px;
  gap: 5px;
  display: flex;
  position: absolute;
  z-index: 20;
  flex-direction: column;
}
.icons-team .team-icon-wg i path {
  transition: fill 0.3s ease-in-out;
}
.icons-team .team-icon-wg i:hover path {
  fill:  var(--secondary-200, #fe6700);
}
#basicAccordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.main-title-accordion {
  display: flex;
  padding-left:7px ;
  gap: 12px;
}
.number-title-accordion {
  padding-inline-end:10px ;
  display: inline-flex;
  padding: 3.5px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn-about-us .number-title-accordion {
  /* background: var(--secondary-200, #FE6700); */
  color: #fff;
}

.collapsed .number-title-accordion {
  /* background: var(--Text-100, #F6F6F6); */
  color: var(--Text-400, #636363);
}

.accordion-button:not(.collapsed) {
  background-color: #ffff !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-item {
  padding-inline: 18px;
}
.accordion-button {
  border: none !important;
}
.accordion-body {
  padding: 0px !important;
  padding-top: 12px !important;
  border-top: 1px solid #dcdcdc;
}
.accordion-body P {
  color: var(--Text-400, #636363);
text-align: right;

/* tag/14-regular */
font-family: IRANYekanX;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.2px */
}
.accordion-button {
      padding-block: 14px !important;
  padding-inline: 0px !important;
}
.accordion-item {
  border: 0px solid #dcdcdc !important;
  /* border-top: 1px solid #DCDCDC ; */
}
.accordion-button::after {
  filter: grayscale(100%) !important;
}
#form-damon input {
  padding-right: 50px;
}

#form-damon textarea {
  padding-right: 50px;
}

.comments-slide {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.name-commnet-wg {
  flex-direction: column;
  display: flex;
  justify-content: space-around;
  background: #fff;
  box-shadow: 0px 2px 32px 0px rgba(197, 197, 197, 0.25);
  padding: 18px;
}
.header-commnets {
  display: flex;
  justify-content: space-between;
}
.line-commnets {
  height: 1px;
  width: 100%;
  background-color:  var(--Text-100, #f6f6f6);
}
.slider-commnets {
  padding: 70px;
  padding-inline: 120px !important;
}
.comments-slide img {
  width: 218px !important;
  height: 218px !important;
  flex-shrink: 0;
}
.swiper-button-next-comment {
  position: absolute;
  left: 12px;
  top: 40%;
  z-index: 100;
}
.swiper-button-prev-comment {
  position: absolute;
  right: 12px;
  top: 40%;
  z-index: 100;
}
.swiper-button-prev-comment,
.swiper-button-next-comment {
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(119, 119, 119, 0.2);
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .comments-slide img {
    width: 102px !important;
    height: 102px !important;
    flex-shrink: 0;
  }
  .swiper-button-prev-comment,
  .swiper-button-next-comment {
    display: none;
  }

  .comments-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slider-commnets {
    /* padding: 70px; */
    padding-inline: 20px !important;
  }
}
.btn-blog {
  background: rgba(255, 255, 255, 0.21);
  display: inline-flex;
  padding: 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.blog-cards {
  width: 274px !important;
  height: 364px !important;
  flex-shrink: 0;
  background: linear-gradient(
      0deg,
      rgba(25, 55, 91, 0.75) 0%,
      rgba(25, 55, 91, 0.75) 100%
    ),
    url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.blog-second-tk {
  align-items: center;
  padding: 12px;
  padding-inline: 16px;
  display: flex;
  width: 100%;
  gap: 5px;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
}

.blog-cards {
  transition: margin-top 0.3s ease-in-out;

  position: relative;
}
.blog-cards .btn-blog {
  transition: background 0.3s ease-in-out;
}
.swi-blog:hover .btn-blog {
  background: var(--secondary-200, #fe6700);
}
.swi-blog:hover {
  margin-top: -20px;
}
.blog-card-img {
  width: 274px !important;
  height: 364px !important;
  flex-shrink: 0;
  border-radius: 0px !important;
}
.blogSwiper {
  padding-top: 30px !important;
}

.liner-blog {
  width: 106px;
  height: 6px;
  flex-shrink: 0;
  transition: background 0.3s ease-in-out;
}
.swi-blog:hover .liner-blog {
  background: var(--secondary-200, #fe6700);
}
.swi-blog {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.btn-blog-next {
  gap: 8px;
  display: flex;
  position: absolute;
  left: 0px;
  top: -52px;
}
.swiper-button-prev-blog,
.swiper-button-next-blog {
  background: var(--Text-100, #f6f6f6);
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
}

.dam-Countryswiper__swiper-button-next,
.dam-Countryswiper__swiper-button-prev {
  background: var(--Text-100, #f6f6f6);
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
}
.swiper-slide-liner {
  width: 72px;
  height: 6px;
  flex-shrink: 0;
  /* background: var(--secondary-200, #FE6700); */
}
.slider-countries-fb:hover .swiper-slide-liner {
  background: var(--secondary-200, #fe6700);
}
.slider-countries-fb {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.name-teams-wg {
  width: 100%;
  max-width: 198px;
  margin-top: 10px;
}
.swiper-cooments .swiper-slide {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
#contnetn-home:hover .icon-home svg rect {
  fill: var(--secondary-200, #fe6700);
  rotate: 271deg;
}
@media only screen and (max-width: 768px) {
  .dam-swip-pagination,
  .btn-blog-next {
    display: none !important ;
  }
}
.slider-team {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.swiper-container:not(.swiper-container-initialized) > .swiper-wrapper,
.swiper:not(.swiper-initialized) > .swiper-wrapper {
  overflow: unset !important;
}
.dam-services--section .swiper-slide {
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.liner-services {
  width: 47px;
  height: 6px;
}
.dam-services_swiper .swiper-slide:hover .liner-services {
  background: var(--secondary-200, #fe6700) !important;
}

.dam-services_swiper .swiper-slide:hover .dam-servicesbox {
  background: var(--primary-dark, #142f4f);
}
.ht-menu-cart-widget-cart-hover-content .ht-woo-single-quantity,
.ht-menu-cart-widget-cart-hover-content .ht-woo-single-quantity-off {
  top: 6px !important;

  width: 27px !important;
  height: 27px !important;
}
.ht-menu-cart-widget-price del {
  color: var(--Text-300, #adadad);
  text-align: center;
  font-family: Kalameh;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
  text-decoration-line: line-through;
}
.ht-menu-cart-widget-price ins {
  color: var(--Text-500, #404041);
  text-align: center;
  font-family: Kalameh;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
}

.cart-hover-fb .woocommerce-Price-amount {
  color: var(--Text-500, #404041);
  text-align: center;
  font-family: Kalameh;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
}
.cart-hover-fb .ht-menu-cart-cart-summary-title {
  color: var(--Text-400, #636363);
  text-align: center;

  /* tag/14-regular */
  font-family: IRANYekanX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}
.dam-user-link {
  max-width: 166px;
  width: 100%;
  height: 56px;
  background: var(--secondary-200, #fe6700);
  display: flex;
  padding: 13.5px 33px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;

  /* body/16-demibold */
  font-family: IRANYekanX;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
}
/* ییییییییییییییی */
.contents-dam-user {
  width: 326px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  /* padding: 10px; */
  z-index: 1000;
}

.btn-dam-user {
  display: flex;
  justify-content: end;
  position: relative;
}
.main-dam-user {
  padding-bottom: 8px;
}
.main-dam-user:hover .contents-dam-user {
  display: block !important;
}
.wg-dam-user-contnt {
  padding: 16px !important;
}
.get-woo-wg {
  padding: 0px !important;
}
#seatch-heaader .elementor-search-form__container {
  display: flex;
  flex-direction: row-reverse;
  border: 0px !important;
  border-bottom: 1px solid #fff !important;
}
#seatch-heaader .elementor-search-form__icon {
  padding: 0px !important ;
}

#seatch-heaader input {
  color: #fff;

  /* tag/14-regular */
  font-family: IRANYekanX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}
.da-swip-line {
  width: 1px;
  height: 18px;
  background: #dcdcdc;
}
.tg-product-card-slide .product-price {
  text-align: end;
}
.tg-product-card-slide .product-sele-rate {
  color: var(--Text-300, #adadad);
  text-align: center;
  font-family: Kalameh;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
}
.product-quantity-wg-fb {
  margin: 10px;
  width: 118px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid var(--secondary-200, #fe6700);
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
  flex-shrink: 0;
}
.product-quantity-wg-fb .ht-woo-single-quantity {
  width: 30px !important;
  height: 30px !important;
  right: 4px !important;
  top: 6px !important;
}
.product-quantity-wg-fb .ht-woo-single-quantity-off {
  width: 30px !important;
  height: 30px !important;
  left: 4px !important;
  top: 6px !important;
}
.product-quantity-wg-fb .ht-woo-quantity-cart {
  margin-top: 3px;
  margin-inline: 0px;
  width: 79% !important;
}
.ht-menu-cart-widget-price {
  display: flex;
  flex-direction: column;
}
.ht-menu-cart-widget-cart-item-details .product-quantity {
  border-radius: 8px;
border: 1px solid var(--secondary-200, #FE6700);
background: #FFF;
box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.10);
  width: 128px !important;
  height: 46px;
  flex-shrink: 0;
}
.ht-menu-cart-widget-cart-item-details .product-quantity input{
  color: var(--secondary-200, #FE6700);
  text-align: center;
  
  /* subtitle/18-semibold */
  font-family: yekan !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

  
.ht-woo-single-quantity {
  right: 4px !important;
}

.ht-woo-single-quantity-off {
  left: 4px !important;
}

.wg-neveshte-pt-box {
  justify-content: space-between;
  align-items: center;
}
.hov-pt-neveshte-wg {
      background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(136, 136, 136, 0.25);
    display: inline-flex
;
    padding: 16px 16px 16px 12px;
    align-items: center;
}

.container-posts-damon {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px
  ;
}
.titr-wg-neveshte-akhir {
  color: var(--Text-400, #636363);
text-align: right;
font-family: IRANYekanX;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 228.571% */
}
.neveshte-pannel {
  gap: 10px;
  align-items: center;
}
.icon-title-posts svg{
width: 8px;
height: 8px;
}
.icon-end-posts svg rect {
  transition: all ease 0.3s;
}
.hov-pt-neveshte-wg:hover svg {
  rotate: -90deg;
}
.hov-pt-neveshte-wg:hover .icon-end-posts svg rect  {
  fill: var(--secondary-200, #FE6700);
}

.hov-pt-neveshte-wg:hover .icon-end-posts svg path  {
  stroke: #fff;
}
.htmobile-aside-button i {
  color: #DCDCDC;
}