/*------------------------------------------------------------------HOME PAGE START--------------------------------------------------------------------------------*/

/* hero slider START */
@media (max-width: 900px) {
  .hero-slider-wrapper
    .hero-slider-inner
    .hero-slider-item
    .hero-slider-content
    .bottom
    a {
    padding-block: 6px !important;
  }
  .hero-slider-wrapper
    .hero-slider-inner
    .hero-slider-item
    .hero-slider-content
    .bottom {
    flex-flow: column;
    width: max-content;
    min-width: 60%;
    margin-inline: auto;
  }
}
.hero-slider-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 300ms 1500ms !important;
}

.hero-slider-wrapper .hero-slider-inner {
  transition: all 300ms;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hero-slider-wrapper .hero-slider-inner .slick-dots {
  position: absolute !important;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 !important;
}
.hero-slider-wrapper .hero-slider-inner .hero-slider-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-slider-wrapper .hero-slider-inner .hero-slider-item .hero-slider-img {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-slider-wrapper
  .hero-slider-inner
  .hero-slider-item
  .hero-slider-img
  picture {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-slider-wrapper .hero-slider-inner .hero-slider-item img {
  transition: all 300ms;

  width: 100%;
  height: 100svh;
  object-fit: cover;
  filter: brightness(0.6);
}
.hero-slider-wrapper .hero-slider-inner .hero-slider-item .hero-slider-content {
  position: absolute;
  z-index: 2;
  bottom: 20svh;

  left: 50%;
  transform: translateX(-50%);
  transition: all 300ms;
}
.hero-slider-wrapper
  .hero-slider-inner
  .hero-slider-item
  .hero-slider-content
  .bottom
  a {
  padding-block: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: all 200ms;
  min-width: 169px;
}
.hero-slider-wrapper
  .hero-slider-inner
  .hero-slider-item
  .hero-slider-content
  .bottom
  a:hover
  .ezIcon {
  transform: translateX(-6px);
}
.hero-slider-wrapper
  .hero-slider-inner
  .hero-slider-item
  .hero-slider-content
  .desc {
  opacity: 0.8;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.hero-slider-wrapper
  .hero-slider-inner
  .hero-slider-item
  .hero-slider-content
  .title {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.hero-slider-wrapper .hero-slider-inner .slick-dots .slick-active button {
  width: 94px !important;
  height: 40px !important;
}
.hero-slider-wrapper .hero-slider-inner .slick-dots li::before {
  content: "";
  background: rgba(255, 255, 255, 0.5) !important;
  height: 2px;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 2;
  border-radius: 4px;
}
.hero-slider-wrapper .hero-slider-inner .slick-dots li.slick-active::after {
  animation: hero-slide 5.6s linear forwards;
}
.hero-slider-wrapper .hero-slider-inner .slick-dots button {
  background: transparent !;
  width: 16px !important;
  height: 40px !important;
  border-radius: 4px;
  position: relative;
}
.hero-slider-wrapper .hero-slider-inner .slick-dots li::after {
  content: "";
  background-color: white;
  height: 2px;
  width: 0;
  position: absolute;
  right: 0;
  border-radius: 4px;

  z-index: 2;
}
.hero-slider-wrapper .hero-slider-inner .slick-dots li {
  display: flex !important;
  align-items: center !important;
  position: relative;
}
@keyframes hero-slide {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}
/* hero slider END */

/* home about us START */

@media (max-width: 991px) {
  .home-about-wrapper::before,
  .home-about-wrapper::after {
    width: 140px !important;
    height: 180px !important;
  }
  .home-about-wrapper .container .desc {
    padding-inline: 0 !important;
  }
  .home-about-wrapper .boxes .image {
    width: 264px !important;
    height: 310px !important;
  }
  .home-about-wrapper .boxes .each-box {
    width: 281px !important;
    height: 88px !important;
    padding-inline: 14px !important;
    border-radius: 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px;
  }
  .home-about-wrapper .boxes .each-box p {
    margin-top: 0 !important;
  }
  .home-about-wrapper .boxes .each-box.top-right {
    top: unset !important;
    bottom: -154px !important;
    right: unset !important;
    left: 0 !important;
  }
  .home-about-wrapper .boxes .each-box.top-left {
    top: unset !important;
    bottom: -352px !important;
  }
  .home-about-wrapper .boxes .image span.top-right {
    right: -2px !important;
    top: unset !important;
    bottom: -118px !important;
    width: 146px;
    height: 118px;
    transform: unset !important;
  }
  .home-about-wrapper .boxes .image span.top-left {
    left: unset;
    right: -24px !important;
    top: unset !important;
    bottom: -340px !important;
    height: 339.75px !important;
    width: 63.5px !important;
  }
  .home-about-wrapper .boxes .group-boxes .sub-box {
    width: max-content !important;
    max-width: 230px !important;
    height: 64px !important;
    padding-inline: 24px;
    flex-shrink: 0 !important;
    scroll-snap-align: center !important;
  }
  .home-about-wrapper .boxes .group-boxes {
    flex-flow: row !important;
    overflow-y: auto;
    width: 84vw;
    justify-content: start !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: var(--Gray-G100);
  }
  .home-about-wrapper .boxes .group-boxes::-webkit-scrollbar {
    display: none;
  }
  .home-about-wrapper .boxes .group-boxes.bottom-right {
    right: unset !important;
    left: 0;
    bottom: -240px !important;
  }
  .home-about-wrapper .boxes .group-boxes.bottom-left {
    left: 0;
    bottom: -438px !important;
  }
  .home-about-wrapper .boxes .group-boxes .sub-box::before {
    content: "";
    width: 4px;
    height: 32px;
    background: var(--Secondary-S40, #b01419);
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .home-about-wrapper .boxes .each-box::after {
    content: "" !important;
    width: 2px !important;
    height: 37px !important;
    bottom: -32px !important;
    left: unset !important;
    right: 32px !important;
    background: var(--Primary-P40, #00377b) !important;
  }
}

.home-about-wrapper {
  position: relative;
  text-align: center;
}

.home-about-wrapper::before,
.home-about-wrapper::after {
  content: "";
  position: absolute;
  width: 436px;
  height: 721px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  top: 0;
  opacity: 0.15;
}

/* Right SVG */
.home-about-wrapper::before {
  right: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-right.svg");
}

/* Left SVG */
.home-about-wrapper::after {
  left: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-left.svg");
}

.home-about-wrapper .boxes .each-box {
  width: 288px;
  height: 200px;
  border-radius: 32px;
  background: linear-gradient(180deg, #002450 0%, #00326f 100%);
  position: absolute;
  padding-inline: 24px;
}
.home-about-wrapper .boxes .group-boxes .sub-box {
  width: 264px;
  height: 80px;
  border-radius: 16px;
  padding-inline: 16px;
}
.home-about-wrapper .boxes .group-boxes.bottom-right {
  right: 0;
  bottom: -294px;
}
.home-about-wrapper .boxes .group-boxes.bottom-left {
  left: 0;
  bottom: -294px;
}
.home-about-wrapper .boxes .group-boxes.bottom-left .sub-box:nth-child(1) {
  margin-inline-end: 68px;
}

.home-about-wrapper .boxes .group-boxes.bottom-left .sub-box:nth-child(2) {
  margin-inline-end: 92px;
}

.home-about-wrapper .boxes .group-boxes.bottom-left .sub-box:nth-child(3) {
  margin-inline-end: 116px;
}
.home-about-wrapper .boxes .group-boxes.bottom-left .sub-box:nth-child(4) {
  margin-inline-end: 116px;
}

.home-about-wrapper .boxes .group-boxes.bottom-left .sub-box:nth-child(5) {
  margin-inline-end: 92px;
}

.home-about-wrapper .boxes .group-boxes.bottom-left .sub-box:nth-child(6) {
  margin-inline-end: 68px;
}
.home-about-wrapper .boxes .group-boxes.bottom-right .sub-box:nth-child(1) {
  margin-right: 68px;
}

.home-about-wrapper .boxes .group-boxes.bottom-right .sub-box:nth-child(2) {
  margin-right: 92px;
}

.home-about-wrapper .boxes .group-boxes.bottom-right .sub-box:nth-child(3) {
  margin-right: 116px;
}
.home-about-wrapper .boxes .group-boxes.bottom-right .sub-box:nth-child(4) {
  margin-right: 116px;
}

.home-about-wrapper .boxes .group-boxes.bottom-right .sub-box:nth-child(5) {
  margin-right: 92px;
}

.home-about-wrapper .boxes .group-boxes.bottom-right .sub-box:nth-child(6) {
  margin-right: 68px;
}
.home-about-wrapper .boxes {
  position: relative;
  width: 100%;
}
.home-about-wrapper .boxes .image {
  width: 392px;
  height: 460px;
  border-radius: 32px;
  position: relative;
  will-change: transform;
}
.home-about-wrapper .boxes .image span {
  position: absolute;
}
.home-about-wrapper .boxes .image span.top-right {
  right: -118px;
  transform: scaleX(-1);
  top: -32px;
}
.home-about-wrapper .boxes .image span.top-left {
  left: -118px;
  top: -32px;
}
.home-about-wrapper .boxes .image span.bottom-right {
  right: -80px;
  bottom: 109px;
  transform: scaleX(-1);
}
.home-about-wrapper .boxes .image span.bottom-left {
  left: -80px;
  bottom: 109px;
}

.home-about-wrapper .boxes .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.home-about-wrapper .boxes .each-box .icon {
  background-color: var(--Gray-G100);
  border-radius: 12px;
}
.home-about-wrapper .boxes .each-box::after {
  content: url("/Portals/_default/Skins/ez-skin/assets/icons/cpu-wire.svg");
  width: 76px;
  height: 332px;
  position: absolute;
  bottom: -319px;
}
.home-about-wrapper .boxes .each-box.top-right {
  right: 0;
  top: 0;
}
.home-about-wrapper .boxes .each-box.top-right::after {
  right: 148px;
  transform: scaleX(-1);
}
.home-about-wrapper .boxes .each-box.top-left {
  left: 0;
  top: 0;
}
.home-about-wrapper .boxes .each-box.top-left::after {
  left: 148px;
}
.home-about-wrapper .container .desc {
  padding-inline: 104px;
}

/* home about us END */

/* home project START */

@media (max-width: 991px) {
  .home-project-wrapper .home-project-desc .boxes .each-box {
    width: 100% !important;
  }
  .home-project-wrapper .home-project-slider .project-slider-img {
    border-radius: 8px 56px 8px 24px !important;
    height: auto !important;
    aspect-ratio: 1.5 / 1;
  }

  .home-project-wrapper .home-project-slider .project-slider-item::after {
    border-radius: 16px 48px 24px 16px !important;
    left: -24px !important;
    top: -24px !important;
  }

  .home-project-wrapper
    .home-project-slider
    .slick-dots
    li.slick-active
    button[role="tab"] {
    background-color: var(--Secondary-S70) !important;
  }

  .home-project-wrapper::after {
    width: 221px !important;
    height: 296px !important;
    bottom: 290px !important;
  }
  .home-project-wrapper::before {
    width: 611px !important;
    bottom: -265px !important;
    right: 50% !important;
    transform: translateX(50%) !important;
  }
}

@media (max-width: 570px) {
  .home-project-wrapper .home-project-slider ul.slick-dots {
    bottom: -69px !important;
    right: 67vw !important;
  }
  .home-project-wrapper .home-project-slider button.slick-arrow {
    bottom: -81px !important;
  }
  .home-project-wrapper .home-project-slider button.slick-arrow.slick-prev {
    right: 44vw !important;
  }
  .home-project-wrapper .home-project-slider button.slick-arrow.slick-next {
    right: 88vw !important;
    left: unset !important;
  }
  .home-project-wrapper .home-project-slider .project-slider-inner::after {
    display: none;
  }
  .home-project-wrapper .home-project-desc .button a {
    position: absolute;
    bottom: -80vw;
    width: 155px !important;
    right: 7px;
  }
}

@media (max-width: 1200px) {
  .home-project-wrapper .home-project-slider {
    width: 90% !important;
    margin-left: 20px;
  }
  .home-about-wrapper .boxes .group-boxes .sub-box {
    margin: 0 !important;
  }
  .home-about-wrapper .boxes .each-box {
    width: 264px !important;
    padding-inline: 18px !important;
  }
}
@media (max-width: 992px) and (min-width: 570px) {
  .home-about-wrapper .boxes .each-box.top-left,
  .home-about-wrapper .boxes .each-box.top-right {
    right: 0 !important;
    left: unset !important;
  }
  .home-about-wrapper .boxes .image span {
    display: none !important;
  }
  .home-about-wrapper .boxes .image {
    width: unset !important;
    height: unset !important;
  }
}

.home-project-wrapper {
  position: relative;
}
.home-project-wrapper::before {
  content: "";
  position: absolute;
  width: 789px;
  height: 419px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  bottom: -107px;
  z-index: -1;
  right: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-project-pattern.png");
}
.home-project-wrapper::after {
  content: "";
  position: absolute;
  width: 347px;
  height: 465px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  bottom: -168px;
  z-index: -1;
  left: 0;
  opacity: 0.15;
  transform: scaleY(-1);
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-left.svg");
}

.home-project-wrapper .home-project-desc .boxes .each-box {
  padding: 16px 32px;
  width: 184px;
  border-radius: 16px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 32px 0 rgba(18, 18, 18, 0.06);
  position: relative;
  overflow: hidden;
}
.home-project-wrapper .home-project-desc .boxes .each-box .icon {
  border-radius: 8px;
  background: var(--Primary-P99, #e5ebf2);
  width: 24px;
  height: 24px;
}
.home-project-wrapper .home-project-desc .boxes .each-box .icon .ezIcon {
  margin-right: 8px;
}
.home-project-wrapper .home-project-desc .boxes .each-box::after {
  content: "";
  height: 100%;
  width: 4px;
  background: var(--Primary-P30, #00326f);
  position: absolute;
  right: 0;
  top: 0;
}
.home-project-wrapper .home-project-desc .button a {
  width: 205px;
  padding: 8px 16px;
  border-radius: 8px;
}
.home-project-wrapper .home-project-desc .button a:hover .ezIcon {
  transform: translateX(-6px);
}
.home-project-wrapper .home-project-slider {
  width: 45%;
}
.home-project-wrapper .home-project-slider .project-slider-inner {
  position: relative;
}
.home-project-wrapper .home-project-slider .project-slider-inner::after {
  content: "";
  position: absolute;
  right: 46px;
  bottom: 16px;
  width: 160px;
  height: 64px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10.5px);
}
.home-project-wrapper .home-project-slider .slick-arrow.slick-prev {
  left: unset !important;
  right: 50px !important;
}
.home-project-wrapper .home-project-slider .slick-arrow.slick-next {
  right: 172px !important;
}
.home-project-wrapper .home-project-slider .slick-arrow {
  background-color: var(--Gray-G100) !important;
  width: 32 !important;
  height: 32 !important;
  border-radius: 12px !important;
  top: unset !important;
  bottom: 16px !important;
}
.home-project-wrapper .home-project-slider .slick-dots {
  position: absolute !important;
  bottom: 28px !important;
  right: 113px !important
  ;
  z-index: 2;
  padding-right: 0 !important;
}
.home-project-wrapper .home-project-slider .slick-dots {
  position: absolute !important;
  bottom: 28px !important;
  right: 113px !important
  ;
  z-index: 2;
  padding-right: 0 !important;
}
.home-project-wrapper .home-project-slider .slick-dots li button {
  width: 4px !important;
  height: 4px !important;
  background-color: var(--Secondary-S90) !important;
  border-radius: 50% !important;
}
.home-project-wrapper .home-project-slider .slick-dots li.slick-active button {
  background-color: var(--Gray-G100) !important;
}
.home-project-wrapper .home-project-slider .slick-arrow::before {
  width: 24px !important;
  height: 24px !important;
}
.home-project-wrapper .home-project-slider .slick-arrow:hover {
  background-color: var(--Secondary-S50) !important;
}
.home-project-wrapper .home-project-slider .slick-list {
  overflow: visible !important;
}
.home-project-wrapper .home-project-slider .project-slider-img {
  border-radius: 16px 120px 16px 56px;
  overflow: hidden;
  height: 426px;
}
.home-project-wrapper .home-project-slider .project-slider-item::after {
  content: "";
  display: flex;
  width: 224px;
  height: 175px;
  border-radius: 24px 64px 24px 24px;
  background: var(--Secondary-S50, #c4161c);
  position: absolute;
  z-index: -1;
  left: -40px;
  top: -40px;
}
.home-project-wrapper .home-project-slider .project-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* home project END */

/* home latest news START */

@media (max-width: 991px) {
  .home-news-wrapper {
    margin-top: 160px;
    display: flex;
    background-image: url("/Portals/0/Images/home-news-back.png");
    background-repeat: no-repeat;
    background-size: 1026px 360px !important;
  }
  .home-news-wrapper .livetabsflat .ui-state-default a.ui-tabs-anchor,
  .home-news-wrapper .livetabsflat .ui-state-default a.ui-tabs-anchor:link,
  .home-news-wrapper .livetabsflat .ui-state-default a.ui-tabs-anchor:visited {
    font-size: 14px !important;
    padding: 8px 2vw !important;
    display: flex;
    justify-content: center;
  }
  .home-news-wrapper .container > p {
    top: -66px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: unset !important;
  }
}
@media (max-width: 1200px) {
  .home-news-wrapper .news-boxes {
    flex-flow: column;
    margin-top: 40px !important;
  }
  .home-news-wrapper .news-boxes:has(.last-four-wrapper) {
    gap: 0px !important;
  }
  .home-news-wrapper .news-boxes > .each-box {
    padding: 16px 16px 24px 16px !important;
    width: 100% !important;
  }
  .home-news-wrapper .news-boxes > .each-box .category {
    width: 104px !important;
    height: 32px !important;
    padding-right: 16px !important;
    bottom: 16px !important;
  }
  .home-news-wrapper .news-boxes > .each-box .category a {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 200% */
  }

  .home-news-wrapper .news-boxes > .each-box .image {
    height: unset !important;
    aspect-ratio: 3.5 / 2;
  }

  .home-news-wrapper .news-boxes > .each-box .bottom .title {
    font-size: 14px !important;
    line-height: 28px !important; /* 200% */
    margin-top: 16px !important;
    min-height: 64px;
  }
  .home-news-wrapper .news-boxes .last-four-wrapper .each-box .button {
    display: none !important;
  }
  .home-news-wrapper .news-boxes .last-four-wrapper .each-box {
    padding: 16px !important;
    scroll-snap-align: center;
    width: 306px !important;
  }
  .home-news-wrapper .news-boxes .last-four-wrapper {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    width: 100% !important;
    padding-block: 32px 46px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    padding-inline-end: 28px;
  }
  .home-news-wrapper .news-boxes .last-four-wrapper::-webkit-scrollbar {
    display: none;
  }
  .home-colab-wrapper::before,
  .home-colab-wrapper::after {
    top: -802px !important;
  }
}
.home-news-wrapper {
  margin-top: 160px;
  display: flex;
  background-image: url("/Portals/0/Images/home-news-back.jpg");
  background-repeat: no-repeat;
  background-size: 100% 592px;
}
.home-news-wrapper .livetabsflat .ui-widget-content {
  background-color: transparent;
}
.home-news-wrapper .livetabsflat .ui-tabs .ui-tabs-panel {
  padding: unset;
  display: block;
  border: unset !important;
}
.home-news-wrapper .livetabsflat .ui-tabs .ui-tabs-nav {
  border: unset !important;
  padding: unset !important;
  display: flex;
  justify-content: center;
}
.home-news-wrapper .livetabsflat .ui-state-default,
.home-news-wrapper .livetabsflat .ui-widget-content li.ui-state-default {
  color: var(--Gray-G100, #fff) !important;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
  border: unset;
  border-bottom: 1px solid var(--Gray-G100, #fff);
  opacity: 0.6;
  background-color: transparent;
  margin: unset !important;
  transition: all 300ms;
}
.home-news-wrapper .livetabsflat .ui-state-default:hover,
.home-news-wrapper .livetabsflat .ui-widget-content li.ui-state-default:hover {
  opacity: 1 !important;
}
.home-news-wrapper .livetabsflat .ui-state-active,
.livetabsflat .ui-widget-content .ui-state-active {
  opacity: 1 !important;
}
.home-news-wrapper .livetabsflat .ui-state-default a,
.home-news-wrapper .livetabsflat .ui-state-default a:link,
.home-news-wrapper .livetabsflat .ui-state-default a:visited {
  color: var(--Gray-G100, #fff) !important;
  font-size: 16px !important;
}
.home-news-wrapper .container {
  margin-top: 120px;
}
.home-news-wrapper .container a.header-button {
  left: 12px;
  padding: 8px 16px;
  border-radius: 8px;
  z-index: 2;
  top: 2px;
}
.home-news-wrapper .container > p {
  top: 4px;
  right: 14px;
}
.home-news-wrapper .news-boxes {
  display: flex;
  gap: 24px;
  margin-top: 56px;
}
.home-news-wrapper .news-boxes .last-four-wrapper {
  display: flex;
  gap: 24px;
  width: 50%;
  flex-wrap: wrap;
}
.home-news-wrapper .news-boxes .each-box {
  border-radius: 16px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 48px 0 rgba(18, 18, 18, 0.1);
  direction: rtl;
  overflow: hidden;
}
.home-news-wrapper .news-boxes .each-box .category {
  transition: all 300ms;
}
.home-news-wrapper .news-boxes .each-box:hover .category {
  background: var(--Secondary-S50, #c4161c) !important;
}
.home-news-wrapper .news-boxes .each-box .title {
  transition: all 300ms;
}
.home-news-wrapper .news-boxes .each-box:hover .title {
  color: var(--Primary-P30, #00326f) !important;
}
.home-news-wrapper .news-boxes > .each-box {
  border-radius: 16px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 48px 0 rgba(18, 18, 18, 0.1);
  padding: 24px 24px 34px 24px;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.home-news-wrapper .news-boxes > .each-box .bottom {
  display: flex;
  flex-flow: column;
  flex: 1;
}
.home-news-wrapper .news-boxes > .each-box .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.home-news-wrapper .news-boxes > .each-box:hover .button a .ezIcon {
  transform: translateX(-6px);
}
.home-news-wrapper .news-boxes .last-four-wrapper .each-box {
  width: calc(50% - 12px);
  flex-shrink: 0;
  padding: 16px;
  height: calc(50% - 12px);
}
.home-news-wrapper .news-boxes .last-four-wrapper .each-box .button {
  display: none;
}
.home-news-wrapper .news-boxes > .each-box .image {
  width: 100%;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}
.home-news-wrapper .news-boxes > .each-box .category {
  min-width: 148px;
  min-height: 40px;
  border-radius: 12px 0 0 12px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  bottom: 32px;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 8px 12px;
  flex-wrap: wrap;
  max-width: 77%;
}
.home-news-wrapper .news-boxes > .each-box .category a {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px; /* 200% */
}
.home-news-wrapper .news-boxes > .each-box .category a:not(:last-child)::after {
  content: "،";
  margin-right: 4px;
}
.home-news-wrapper .news-boxes > .each-box .bottom .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
  margin-top: 24px;
  display: flex;
  min-height: 64px;
}
.home-news-wrapper .news-boxes .last-four-wrapper .each-box .image {
  width: 100%;
  height: 165px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}
.home-news-wrapper .news-boxes .last-four-wrapper .each-box .category {
  min-width: 108px;
  min-height: 28px;
  border-radius: 8px 0 0 8px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  bottom: 12px;
  gap: 4px;
  align-items: center;
  padding: 4px 12px;
  flex-wrap: wrap;
  max-width: 77%;
  display: flex;
}
.home-news-wrapper .news-boxes .last-four-wrapper .each-box .category a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
}
.home-news-wrapper
  .news-boxes
  .last-four-wrapper
  .each-box
  .category
  a:not(:last-child)::after {
  content: "،";
  margin-right: 2px;
}
.home-news-wrapper .news-boxes .last-four-wrapper .each-box .bottom .title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
  margin-top: 18px;
  display: flex;
  min-height: 56px;
}
.home-news-wrapper .news-boxes .each-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* home latest news END */

/* home colab START */

@media (max-width: 900px) {
  .home-colab-wrapper::before,
  .home-colab-wrapper::after {
    width: 140px !important;
    height: 180px !important;
    top: -142px !important;
  }
  .home-colab-wrapper .logo-box {
    padding: 27px 16px !important;
    overflow-x: auto;
    gap: 24px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge قدیمی */
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }

  .home-colab-wrapper .logo-box::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }
  .home-colab-wrapper .logo-box .each-logo {
    width: 112px !important;
    height: 86px !important;
    flex-shrink: 0;
    scroll-snap-align: center;
  }
}

.home-colab-wrapper .logo-box {
  padding-block: 27px;
  border-radius: 24px;
  box-shadow: 0 4px 48px 0 rgba(18, 18, 18, 0.1);
  position: relative;
  z-index: 0;
}
.home-colab-wrapper::before,
.home-colab-wrapper::after {
  content: "";
  position: absolute;
  width: 436px;
  height: 721px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  top: -400px;
  opacity: 0.15;
  z-index: -1;
}
.home-colab-wrapper .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.home-colab-wrapper .title::before {
  content: "";
  height: 2px;
  flex: 1;
  background: linear-gradient(90deg, #b01419 0%, rgba(176, 20, 25, 0) 100%);
}
.home-colab-wrapper .title::after {
  content: "";
  height: 2px;
  flex: 1;
  background: linear-gradient(90deg, rgba(176, 20, 25, 0) 0%, #b01419 100%);
}

/* Right SVG */
.home-colab-wrapper::before {
  right: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-right.svg");
}

/* Left SVG */
.home-colab-wrapper::after {
  left: 0;
  background-image: url("/Portals/_default/Skins/ez-skin/assets/icons/home-about-pattern-left.svg");
}
.home-colab-wrapper .logo-box-wrapper {
  position: relative;
}
.home-colab-wrapper .logo-box-wrapper::before {
  content: "";
  width: 100vw;
  height: 80px;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  position: absolute;
  background: linear-gradient(180deg, #00326f 0%, #001c3e 100%);
}
.home-colab-wrapper .logo-box .each-logo {
  width: 161px;
  height: 122px;
  margin-inline: 20px;
}
.home-colab-wrapper .logo-box .each-logo {
  width: 161px;
  height: 122px;
  margin-inline: 20px;
}
.home-colab-wrapper .logo-box .each-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* home colab END */

/* home energy insight START */

@media (max-width: 570px) {
  .home-energy-wrapper .news-boxes .each-box .image {
    height: 209px !important;
  }
  .home-energy-wrapper::before {
    width: 902px !important;
    height: 481px !important;
    bottom: -160px;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .home-energy-wrapper .news-boxes .each-box {
    width: 100% !important;
  }
}
.home-energy-wrapper {
  padding-bottom: 30px;
}
.home-energy-wrapper .header a:hover .ezIcon {
  transform: translateX(-6px);
}
.home-energy-wrapper::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 53vw;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  bottom: -160px;
  z-index: -2;
  left: 0;
  background-image: url(/Portals/_default/Skins/ez-skin/assets/icons/home-energy-back.png);
  opacity: 0.7;
}
.home-energy-wrapper .news-boxes {
  gap: 56px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  padding-inline-end: 28px;
  width: 100%;
  padding-block: 30px;
}
.home-energy-wrapper .news-boxes .each-box {
  border-radius: 16px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 40px 0 rgba(18, 18, 18, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px 24px 16px 24px;
  position: relative;
  transition: all 300ms;
  width: 395px;
  flex-shrink: 0;
  scroll-snap-align: center;
}
.home-energy-wrapper .news-boxes .each-box::before {
  content: "";
  width: 70%;
  height: 8px;
  border-radius: 0 0 8px 8px;
  background: var(--Primary-P30, #00326f);
  position: absolute;
  right: 50%;
  bottom: -8px;
  transform: translateX(50%);
  transition: all 300ms;
}
.home-energy-wrapper .news-boxes .each-box:hover:before {
  background: var(--Secondary-S50, #c4161c);
}
.home-energy-wrapper .news-boxes .each-box:hover {
  background: var(--Primary-P20, #002c62);
}
.home-energy-wrapper .news-boxes .each-box .image {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.home-energy-wrapper .news-boxes .each-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-energy-wrapper .news-boxes .each-box .bottom .title {
  min-height: 56px;
  display: flex;
}
.home-energy-wrapper .news-boxes .each-box:hover .bottom .date,
.home-energy-wrapper .news-boxes .each-box:hover .bottom .desc,
.home-energy-wrapper .news-boxes .each-box:hover .bottom .title {
  transition: all 300ms;
}
.home-energy-wrapper .news-boxes .each-box:hover .bottom .date,
.home-energy-wrapper .news-boxes .each-box:hover .bottom .desc,
.home-energy-wrapper .news-boxes .each-box:hover .bottom .title {
  color: var(--Gray-G100, #fff) !important;
}
.home-energy-wrapper .news-boxes .each-box:hover .bottom .date,
.home-energy-wrapper .news-boxes .each-box:hover .bottom .desc {
  opacity: 0.7;
}
.home-energy-wrapper .news-boxes .each-box .bottom .desc {
  min-height: 72px;
}
.home-energy-wrapper .news-boxes .each-box .bottom .button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.home-energy-wrapper .news-boxes .each-box .bottom .button a {
  transition: all 300ms;
  padding-block: 4px;
}
.home-energy-wrapper .news-boxes .each-box:hover .bottom .button a {
  font-size: 0;
  background: var(--Gray-G100, #fff);
  border-radius: 8px;
  padding: 4px 2px 4px 5px;
  color: white !important;
}
/* home energy insight END */
.project-slider-img::before,
.each-box .image::before {
  content: "";
  position: absolute;
  background-image: url(/Portals/_default/Skins/ez-skin/assets/icons/eakish-watermark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10%;
  height: 39%;
  left: 10%;
  bottom: 10%;
  z-index: 3;
}
