/* Banner section */
.banner-section {
  background: url(../assets/about-banner.jpeg) no-repeat center/cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-container {
  color: #ffffff;
  margin-left: 100px;
}
/* About Section */
.about-section {
  padding: 50px 0 30px;
  background-color: #dfdfdf;
}
.about-img {
  height: fit-content;
  width: 100%;
}
.about-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.about-cont p {
  margin-bottom: 10px;
}
.about-cont .sub-head {
  font-size: 16px;
  color: #3ab052;
  font-weight: 600;
  font-family: "rubik", sans-serif;
}
.about-cont .title2 span {
  font-weight: 700;
}
.about-cont-list span {
  color: #3ab052;
  font-family: "rubik", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.about-cont-list ul {
  list-style-type: square;
}
.construction-art {
  height: 150px;
  width: 150px;
  position: absolute;
  bottom: 8%;
  right: 0;
}
.construction-art img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* Manpower */
.manpower-section {
  padding: 50px 0;
}
.manpower {
  border-left: 7px solid #3ab052;
  padding: 10px;
  box-shadow: 0 1px 5px gray;
}
.manpower .para {
  font-size: 15px;
  color: #252525;
}
.manpower .title3 {
  font-size: 28px;
}
/* mission vision section */
.vision-section {
  padding: 50px 0;
  background: rgb(48, 48, 48);
}
.vision-section .content {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  padding: 10px 15px;
  /* border-radius: 10px; */
}

.content .title3 {
  font-size: 28px;
  color: #3ab052;
}
.content .para {
  color: white;
  font-size: 15px;
}

/*  director section*/
.director-section {
  padding: 50px 0;
}

.left-d-img {
  max-width: 450px;
  height: 450px;
  margin-right: auto;
}
.left-d-img img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.right-content .title3 {
  font-size: 28px;
  color: black;
  font-weight: 500;
  margin-bottom: 20px;
}
.right-content .para {
  font-size: 15px;
  color: #494949;
  margin-bottom: 20px;
  max-width: 650px;
}
.d-name {
  font-weight: 600;
  color: #494949;
  font-size: 18px;
}
/* why choose us section */

.choose-section {
  padding: 50px 0;
  background-color: #c7c7c7;
}
.choose-cart-left {
  background-color: #252525;
  height: 500px;
  padding: 45px 20px 50px;
  color: white;
  margin-right: -15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: auto;
}
.choose-cart-left-cont .title3 span {
  color: #3ab052;
  font-family: "rubik", sans-serif;
  display: block;
}
.choose-cart-left-cont .title3 {
  /* text-align: center; */
  line-height: 30px;
  margin-bottom: 22px;
}
.choose-cart-left-cont .sub-head {
  font-family: "rubik", sans-serif;
}
.choose-cart-left-cont p {
  font-size: 15px;
}

.choose-cart-left a {
  background-color: #3ab052;
  padding: 20px 15px;
  text-align: left;
  color: #ffffff;
  font-family: "rubik", sans-serif;
  position: relative;
  margin-right: -17px;
}
.choose-cart-left a::before {
  content: "";
  width: 20px;
  height: 64px;
  background-color: #3ab052;
  position: absolute;
  left: -20px;
  top: 0;
}

.choose-cart-left a:hover {
  background-color: red;
  transition: all 0.6s ease-in-out;
}
.cart-box2 {
  background-color: rgb(124, 8, 8);
  color: white;
}
.cart-box1 {
  background-color: #3ab052;
}
.cart-box1 .img-title {
  color: white;
}
.cart-box4 {
  background-color: #eaeeeb;
}
.cart-box5 {
  background-color: #252525;
  color: #c7c7c7;
}
.cart-box1,
.cart-box2,
.cart-box4,
.cart-box5 {
  height: 250px;
  margin-inline: -12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cart-img {
  height: 65px;
  width: 65px;
  object-fit: contain;
  background-color: rgb(107, 62, 62);
  padding: 5px;
  border-radius: 50%;
}
.img-title {
  font-family: "rubik";
  font-size: 16px !important ;
}
.cart-img2 {
  height: 60px;
  width: 60px;
  object-fit: contain;
  background-color: #c7c7c7;
  border-radius: 50%;
  padding: 10px;
}
.cart-img1 {
  height: 60px;
  width: 60px;
  object-fit: contain;
  background-color: #e45252;
  border-radius: 50%;
  padding: 10px;
}
.choose-cart p {
  margin-bottom: 0;
  font-size: 15px;
}

/* Gst */
.gst-section {
  padding: 50px 0;
}
.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 130px;
  background: linear-gradient(185deg, white, #3ab052, #0b2b11);
  padding: 15px 0;
  border-style: inset;
  border-radius: 15px;
}

.slider .slide-track {
  display: flex;
  /* total slides count = 10 (5 original + 5 duplicate) */
  width: calc(210px * 10);
  animation: scroll 40s linear infinite;
}

.slider .slide {
  flex-shrink: 0; /* prevent shrinking */
  width: 210px;
  height: 100px;
}

.slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider:hover .slide-track {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * 210px * 5));
  }
}

.slider::before,
.slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.slider::before {
  left: 0;
  /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
}
.slider::after {
  right: 0;
  /* background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%); */
}
.gst-no {
  padding: 5px 12px;
  background-color: #3ab052;
  color: #ffffff;
  margin-bottom: 30px;
}
.gst-no:hover {
  background-color: #074713;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  /* about */
  .construction-art {
    bottom: 5%;
    right: 10%;
  }
  /* choose-us section */
  .choose-cart-left {
    height: 520px;
    margin-right: 0;
  }
  .cart-box1,
  .cart-box2,
  .cart-box4,
  .cart-box5 {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .construction-art {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .left-d-img {
    height: 300px;
  }
  .banner-section {
    height: 200px;
  }
  .banner-container {
    margin-left: 0;
  }
}
