* {
  font-family: shabnam;
}

.home-landing-slideshow-wrap {
  height: 70vh;
  margin-top: 63px;
  border-radius: 0.375rem;
  overflow: hidden;
}

.home-landing-slideshow-item {
  background: black;
}

.home-landing-slideshow-item {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.home-landing-slideshow-item-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/57-845x321.jpg);
}

.home-landing-slideshow-item-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/855.png);
}

.home-landing-slideshow-item-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/An_Introduction_to_Manufacturing_Metal_Parts.png);
}

.home-landing-slideshow-item-4 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/Assembly.jpg);
}

.home-landing-slideshow-pagination {
  right: unset !important;
  left: 30px;
  padding: 0 10px;
}

.home-landing-slideshow-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--color-white);
  opacity: 0.6;
  margin: 1rem 0 !important;
  transition: all ease 0.3s;
}

.home-landing-slideshow-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  height: 30px;
  border-radius: 5px;
}

.home-main-section-wrap::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 2vw;
  width: 200px;
  height: 200px;
  background: url(../images/beam.png) center no-repeat;
  background-size: contain;
  filter: drop-shadow(-3px 3px 2px #25002c33);
  z-index: -1;
}

.home-about-us-image ,
.home-goals-image{
  height: 500px;
  border: 3px solid var(--color-black);
  clip-path: polygon(
    20% 0,
    100% 0,
    100% 20%,
    100% 80%,
    80% 100%,
    0 100%,
    0% 80%,
    0% 20%
  );
}

.home-about-us-image img ,
.home-goals-image img{
  top: 15px;
  left: -15px;
}

.home-about-us-content ,
.home-goals-content{
  height: 500px;
}

.home-about-us-text,
.home-services-text,
.home-proccess-text {
  line-height: 2 !important;
  text-align: justify;
}

.home-about-us-btn,
.home-services-btn,
.home-proccess-btn {
  transition: all 0.5s;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.home-about-us-btn:active,
.home-services-btn:active,
.home-proccess-btn:active {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  transform: translateY(3px) translateX(2px);
}

.home-services-section-wrap::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 5vw;
  width: 250px;
  height: 250px;
  background: url(../images/gear.png) no-repeat center;
  background-size: cover;
  opacity: 0.7;
  filter: drop-shadow(-3px 3px 2px #25002c33);
  z-index: -1;
}

.home-services-section-wrap::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 5vw;
  width: 250px;
  height: 250px;
  background: url(../images/gear-2.png) no-repeat center;
  background-size: cover;
  opacity: 0.7;
  filter: drop-shadow(-3px 3px 2px #25002c33);
  z-index: -1;
}

.home-services-slideshow-wrap {
  height: 500px;
  border: 3px solid var(--color-black);
  clip-path: polygon(
    0 0,
    80% 0%,
    100% 20%,
    100% 80%,
    100% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}

.home-services-content,
.home-proccess-content {
  height: 500px;
}

.home-services-slideshow-item {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.home-services-slideshow-item-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/Assembly.jpg);
}

.home-services-slideshow-item-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/1000_F_129243014_z3fOgamndZYXTsa0rXQFrixbO0bgi0RX.jpg);
}

.home-services-slideshow-item-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/1000_F_129602256_SxInj0nkJfAjpwdWs9Z00S1g5pOmmlq5.jpg);
}

.home-services-slideshow-item-4 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/Assembly.jpg);
}

.home-services-slideshow-item-content,
.home-proccess-slideshow-item-content {
  bottom: 20px;
}

.home-services-slideshow-pagination {
  right: 20px !important;
}

.home-proccess-slideshow-pagination {
  right: 20px !important;
}

.home-services-slideshow-pagination .swiper-pagination-bullet,
.home-proccess-slideshow-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: var(--color-white);
  opacity: 0.6;
  margin: 1rem 0 !important;
  transition: all ease 0.3s;
}

.home-services-slideshow-pagination .swiper-pagination-bullet-active,
.home-proccess-slideshow-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  height: 15px;
  border-radius: 5px;
}

.home-proccess-slideshow-wrap {
  height: 500px;
  border: 3px solid var(--color-black);
  clip-path: polygon(
    0 0,
    80% 0%,
    100% 20%,
    100% 80%,
    100% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  )
}

.home-proccess-slideshow-box,
.home-services-slideshow-box{
  top: 15px;
  right: -15px;
}

.home-proccess-slideshow-item {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.home-proccess-slideshow-item-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/An_Introduction_to_Manufacturing_Metal_Parts.png);
}

.home-proccess-slideshow-item-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/Assembly.jpg);
}

.home-proccess-slideshow-item-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/An_Introduction_to_Manufacturing_Metal_Parts.png);
}

.home-proccess-slideshow-item-4 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/Assembly.jpg);
}

.home-proccess-section,
.home-services-section{
  box-shadow: -2px 5px 10px 2px rgba(0, 0, 0, 0.2);
}

.home-proccess-section-wrap::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  height: 300px;
  background: var(--color-grey);
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .home-landing-slideshow-wrap {
    width: 95%;
    border-radius: 50px 0 0 50px;
    height: 40vh !important;
  }
}

@media only screen and (max-width: 576px) {
  .home-landing-slideshow-item-text,
  .home-about-us-text,
  .home-services-text,
  .home-proccess-text,
  .home-goals-text,
  .home-services-content ul,
  .home-goals-content ul{
    font-size: 0.8rem !important;
  }
  .home-landing-slideshow-pagination {
    left: 10px;
  }
  .home-landing-slideshow-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .home-landing-slideshow-pagination .swiper-pagination-bullet-active {
    height: 15px;
  }
  .home-about-us-image,
  .home-services-slideshow-wrap,
  .home-proccess-slideshow-wrap,
  .home-goals-image{
    height: 375px;
  }
  .home-about-us-content,
  .home-services-content,
  .home-proccess-content,
  .home-goals-content{
    height: unset;
  }
}
