/* fixed bg */
/* .fixed-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
} */
/* Nav */
.home {
  color: #3ab052 !important;
}
/* Banner Section */

#bannerswiper.swiper {
  width: 100%;
  /* height: calc(100vh - 111px); */
}
#bannerSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-slide1 {
  background: url(../assets/construction-process.webp) no-repeat center/cover;
  height: calc(100vh - 112px);
  width: 100%;
}
.banner-slide2 {
  background: url(../assets/banner-bg2.jpg) no-repeat center/cover;
  height: calc(100vh - 112px);
  width: 100%;
}
.banner-slide3 {
  background: url(../assets/banner-bg3.avif) no-repeat center/cover;
  height: calc(100vh - 112px);
  width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  height: 40px !important;
  width: 40px !important;
  background-color: #3ab052;
  /* border-radius: 50%; */
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: white;
  font-size: 30px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #104602;
}

/* About Section */
.about-section {
  padding: 50px 0 30px;
  background-color: #dfdfdf;
}
.about-img {
  height: 100%;
  width: 100%;
}
.about-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.about-cont p {
  font-size: 15px;
  margin-bottom: 10px;
}
.about-cont .sub-head {
  font-size: 14px;
  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;
  display: block;
}
.about-cont-list ul {
  list-style-type: square;
}
.about-cont-list ul li{
  font-size: 15px;
}
.construction-art {
  height: 150px;
  width: 150px;
  position: absolute;
  bottom: 8%;
  right: 0;
}
.construction-art img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* 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";

}
.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;
}

/* Project Section */
.project-section {
  padding: 40px 0;
  background-color: #ffffff;
}
.project-section .title2 {
  text-align: center;
  margin-bottom: 20px;
}
.project-section .title2 span {
  color: #3ab052;
  font-weight: 700;
}
#projectSwiper.swiper {
  width: 100%;
  height: 100%;
}
#projectSwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
#projectSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-cart1,
.service-cart2,
.service-cart3,
.service-cart4,
.service-cart5 {
  height: 100%;
  width: 100%;
  /* display: flex;
  flex-direction: column;
  justify-content: end; */
  padding: 15px 20px 30px;
}
.service-cart1 {
  background: url(../assets/cart-img1.jpeg) no-repeat center/cover;
}
.service-cart2 {
  background: url(../assets/cart-img2.jpeg) no-repeat center/cover;
}
.service-cart3 {
  background: url(../assets/cart-img3.jpeg) no-repeat center/cover;
}
.service-cart4 {
  background: url(../assets/cart-img4.jpeg) no-repeat center/cover;
}
.service-cart5 {
  background: url(../assets/cart-img5.jpeg) no-repeat center/cover;
}
.service-content {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  padding: 30px 10px;
  color: white;
  font-family: "rubik", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  font-size: 15px;
}
/* service section */
.service-section {
  padding: 50px 0;
  background-color: beige;
  position: relative;
}
.service-section .title2 span {
  color: #3ab052;
  font-family: "rubik", sans-serif;
}
.service-section .para {
  max-width: 635px;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 15px;
  color: #646363;
}
.service-icon {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 30px;
  right: 10%;
}
.service-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#serviceSwiper.swiper {
  width: 100%;
  height: 100%;
}
#serviceSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
#serviceSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service1 {
  min-height: 220px;
  width: 100%;
  padding: 20px 25px;
  background-color: #ffffff;
  border-radius: 40px 12px;
}
.service1 .title4 {
  font-size: 24px;
  font-family: "rubik", sans-serif;
  color: #3ab052;
}
#serviceSwiper .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 0;
  background-color: #3ab052;
}
/* Gallery */
.gallery-section {
  padding: 50px 0;
}
.gallery-section .title2 {
  text-align: center;
  margin-bottom: 30px;
}
#gallerySwiper.swiper {
  width: 100%;
  height: 100%;
}
#gallerySwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 10px;
  border: 1px solid black;
  background-color: #f3f3f3;
}
#gallerySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-cart1,
.gallery-cart2,
.gallery-cart3,
.gallery-cart4,
.gallery-cart5 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}
.gallery-cart1 {
  background: url(../assets/cart-img5.jpeg) no-repeat center/cover;
}
.gallery-cart2 {
  background: url(../assets/cart-img6.jpeg) no-repeat center/cover;
}

.gallery-cart3 {
  background: url(../assets/cart-img7.jpeg) no-repeat center/cover;
}

.gallery-cart4 {
  background: url(../assets/cart-img4.jpeg) no-repeat center/cover;
}

.gallery-cart5 {
  background: url(../assets/cart-img3.jpeg) no-repeat center/cover;
}
.gallery-section .img-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.gallery-bottom {
  width: 100%;
  padding-block: 6px 8px;
  color: #dfdfdf;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.6);
}
.gallery-bottom a{
  color:#3ab052;
}

.gallery-bottom a:hover{
  color: #e45252;
}
@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%;
  }
  /* Service Section */
  .service-icon {
    top: 10px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .construction-art {
    display: none;
  }
  .service-icon {
    top: 0;
  }
}
@media screen and (max-width: 575px) {
  .choose-cart-left {
    margin-bottom: 20px;
  }
  .service-icon {
    display: none;
  }
  .banner-slide1,
  .banner-slide2,
  .banner-slide3{
    height: 250px;
  }
  .about-section{
    padding-block: 30px 20px;
  }
}
