.projects {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.projects .section_head {
  margin-bottom: 70px;
}
.projects .projects_top_slider {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
.projects .projects_top_slider .swiper-slide {
  -webkit-box-shadow: 0px 3px 12px rgba(0, 21, 38, 0.05), 0px 25px 80px rgba(0, 21, 38, 0.08);
          box-shadow: 0px 3px 12px rgba(0, 21, 38, 0.05), 0px 25px 80px rgba(0, 21, 38, 0.08);
}
.projects .projects_btm_slider {
  position: relative;
  padding: 15px 0;
}
.projects .projects_btm_slider .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 21, 38, 0.05), 0px 25px 80px rgba(0, 21, 38, 0.08);
          box-shadow: 0px 3px 12px rgba(0, 21, 38, 0.05), 0px 25px 80px rgba(0, 21, 38, 0.08);
}
.projects .projects_btm_slider .swiper-slide .project_card {
  /* width: 650px; */
  min-width: 250px;
}
.projects .projects_btm_slider .swiper-slide .project_card.mob_card {
  /* width: 250px; */
}
.projects .projects_content .project_card {
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 480px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projects .projects_content .project_card.mob_card {
  /* width: 250px; */
}
.projects .projects_content .project_card:hover {
  /* width: 700px; */
  /* height: 500px; */
  transform: scale(1.05);
  margin-top: -10px;
}
.projects .projects_content .project_card:hover.mob_card {
  width: 280px;
}
.projects .projects_content .project_card:hover .info {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.projects .projects_content .project_card:hover .info .butn {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
.projects .projects_content .project_card.sm_card .info .cont {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.projects .projects_content .project_card.sm_card .info .cont .icon {
  display: none;
}
.projects .projects_content .project_card .img {
  height: 480px;
  overflow: hidden;
}
.projects .projects_content .project_card .img .main_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 10s linear;
  transition: all 10s linear;
}
.projects .projects_content .project_card .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000a2), color-stop(#0000006b), to(transparent));
  background-image: linear-gradient(to top, #000000a2, #0000006b, transparent);
  z-index: 10;
  color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  -webkit-transform: scaleY(1.5);
          transform: scaleY(1.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.projects .projects_content .project_card .info .butn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  white-space: nowrap;
  z-index: 12;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.projects .projects_content .project_card .info .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.projects .projects_content .project_card .info .cont h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}