/* Icon font (scoped) */
.banners-nk [class^="icon-"],
.banners-nk [class*=" icon-"] {
  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;
}
.banners-nk .icon-chevron-left-2:before {
  content: "\ea3b";
}

.banners-nk {
  margin: 0;
  width: 100%;
  direction: inherit;
  unicode-bidi: isolate;
}

.banners-nk__item {
  background-color: #e6ecf3;
  border-radius: 30px;
  padding-block: 50px 47px;
  padding-inline: 61px 310px;
  overflow: hidden;
  min-height: 180px;
}

.banners-nk__item .detail {
  position: relative;
  z-index: 2;
}

.banners-nk__item .detail .more {
  width: 54px;
  height: 44px;
  background-color: var(--kaveh-primary-color, #d4242e);
  color: #fff;
  box-shadow: 0px 14px 35px color-mix(in srgb, var(--kaveh-primary-color, #d4242e) 25%, transparent);
  font-size: 14px;
  margin-bottom: 44px;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.banners-nk__item .detail .more:hover {
  background-color: var(--kaveh-primary-hover, var(--kaveh-primary-color, #b11e26));
  color: #fff;
}

.banners-nk__item .detail .more i,
.banners-nk__item .detail .more svg {
  display: block;
  line-height: 1;
}

.banners-nk__item .detail .more svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* Chevron points toward the image (inline-end) in LTR contexts */
html[dir="ltr"] .banners-nk__item .detail .more i,
html[dir="ltr"] .banners-nk__item .detail .more svg,
body.ltr .banners-nk__item .detail .more i,
body.ltr .banners-nk__item .detail .more svg,
[dir="ltr"] .banners-nk__item .detail .more i,
[dir="ltr"] .banners-nk__item .detail .more svg {
  transform: scaleX(-1);
}

.banners-nk__item .detail .title {
  font-size: 25px;
  line-height: 38px;
  color: #13275f;
  margin: 0 0 8px;
}

.banners-nk__item .detail .sub-title {
  font-size: 15px;
  line-height: 23px;
  color: #a4a8ba;
  margin: 0;
}

.banners-nk__item .banner-image {
  --banner-img-offset: 90px;
  /* Clear physical sides so container LTR/RTL can drive placement via logical insets */
  left: auto;
  right: auto;
  inset-inline-end: var(--banner-img-offset);
  inset-inline-start: auto;
  bottom: 0;
  width: 218px;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}

@media only screen and (max-width: 1399px) {
  .banners-nk__item {
    padding-inline: 32px 310px;
  }
  .banners-nk__item .banner-image {
    --banner-img-offset: 64px;
  }
}

@media only screen and (max-width: 1199px) {
  .banners-nk__item {
    padding-inline: 24px 220px;
  }
  .banners-nk__item .detail .title {
    font-size: 20px;
    line-height: 32px;
  }
  .banners-nk__item .detail .sub-title {
    font-size: 12px;
    line-height: 18px;
  }
  .banners-nk__item .banner-image {
    --banner-img-offset: 32px;
    width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .banners-nk__item {
    padding-block: 32px;
    padding-inline: 20px 190px;
  }
}

@media only screen and (max-width: 575px) {
  .banners-nk__item .detail .more {
    width: 36px;
    height: 32px;
    font-size: 12px;
    margin-bottom: 32px;
  }
  .banners-nk__item .detail .title {
    font-size: 16px;
    line-height: 24px;
  }
  .banners-nk__item .banner-image {
    width: 150px;
  }
}
