
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
   font-family: "Figtree"; 
}
a{text-decoration: none;}
p{font-weight: 300;}
.container{
    width: 80%;
    margin: 0 auto;
}
ul{
    text-decoration: none;
}
li{
    list-style: none;
}
section{
    padding: 50px 0;
}
.para-white{
    color: #fff;
}


/* HEADER START */
.header-top{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 120px;
    width: 100%;
    
}
.header-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.right-contact-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    gap: 20px;
}
.maltichannel{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.num-icon{
    font-size: 22px;
    font-weight: 400;
}
.number-with-sociaL{
    padding-top: 10px;
}
.hearder-button button{
    padding: 12px 25px;
    background-color: #359b4c;
    border-radius: 35px;
    border: none;
    transition: all ease .5s;
}
.hearder-button button:hover{
    background-color: #000;
}

.hearder-button button a{
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
}
/* HEADER END */

/* BANNER START */
.banner{
    background-image: url(../images/infraHome.webp);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 2;
    overflow-x: hidden;
}
.contact-banner-bg{
    background-image: url(../images/contact-banner-bg.webp);
    height: 80vh;
    background-color: #dddddd;
    overflow: auto;
}
.banner-container{
    padding-top: 200px;
    
}

.banner-text h1{
    font-size: 120px;
    letter-spacing: -2px;
    color: #5a5a5a;
    line-height: 70px;
   
}
.banner-text{
    position: relative;
    z-index: 3;
    width: 560px;
}
.banner-para{
    width: 90%;
    font-size: 20px;
    margin-top: 20px;
}
.arrow{
    width: 100px;
    height: 100px;
    padding: 15px;
    background-color: #359b4c;
    border-radius: 20px 20px 0 20px;
    position: absolute;
    right: -53px;
    top: -132px;
}

.arrow img{
    height: 90%;
    width: 90%;
    margin-top: 5px ;
    margin-left: 5px;
    object-fit: cover;
    object-position: center;
}
/* button start */

.button {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: rgb(128 128 128);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    font-weight: 400;
    border: 1px solid #6464644d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
    margin-top: 20px;
  }
  
  .icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
  }
  
  .button:hover {
    transform: scale(1.05);
  }
  
  .button:hover .icon {
    transform: translate(4px);
  }
  
  .button:hover::before {
    animation: shine 1.5s ease-out infinite;
  }
  
  .button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }
  
  @keyframes shine {
    0% {
      left: -100px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }
  
/* button ebd */
.banner-text .wholesale-top{
    display: block;
    font-size: 35px;
    color: #5a5a5a;
}
.banner-text .banner-store{
    display: block;
    padding-top: 20px;
    width: 100%;
}
.banner-text .banner-store img{width: 100%;}
.hub-image{
    position: absolute;
    background: url(../images/banner-hub.webp) no-repeat;
    width: 60%;
    height: 800px;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.hub-shape{
    position: absolute;
    background: url(../images/banner-shape.webp) no-repeat top right;
    width: 100%;
    height: 903px;
    left: -50px;
    bottom: 0px;
    z-index: 1;
    opacity: 0.5;    
}

.banner-container .greenbox{display: flex;
    position: absolute; right: -100px; bottom: -70px; border-radius: 20px; width: 150px; height: 150px; background-color: #359b4c; z-index: 2; align-items: center; justify-content: center;
}
/* BANNER END */

/* STANGHT START */
.strength-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 50px;
}
.count-left{
    width: 50%;
    display: flex;
    gap: 60px;
    justify-content: end;
    padding-top: 10px;
}
.count-left h3{
    font-size: 100px;
    color: #cccccc;
    height: 100px;
    line-height: 40px;
    font-weight: 800;
}
.count-left h3 .plus{
    font-size: 50px;
    display: inline-block;
    color: #797979; 
    position: relative;
    margin-left: -12px; top: -15px;
}
.count-left h3 .strength-sub{
    font-size: 40px;
    display: block;
    color: #359b4c;
}

.company-strength{background: url(../images/home-map.webp) no-repeat bottom center; padding-bottom: 120px;}

.hub-space{color: #cccccc; text-align: center; font-size: 200px; font-weight: 800; line-height: 170px; letter-spacing: -10px; margin-top: 50px;}
.hub-space span{display: block;}

.strength-details{
    width: 40%;
    padding: 20px 25px;
    background-color: #f4f4f4;
    border-radius: 25px;
    min-height: 200px;
}
.strength-details p{
    font-size: 22px; 
    line-height: 28px;
}

/* STANGHT END */


/* about details start */
.about-text{
    width: 70%;
    margin: 0 auto;
}
.about-text h2{
    font-size: 52px;
    font-weight: 400;
    text-align: center;
}
.about-text span{
    color: #359b4c;
    font-weight: 700;
}

/* about details end */

.company-wing-container{
    position: relative;
    width: 100%;
    padding-bottom: 50px;
}
.main-wings-div{
    position: relative;
    width: 100%;
    margin-bottom: 285px;
}
/* .main-wings-1{
    position: sticky;
    top: 10px;
    margin-bottom: 285px;
}
.main-wings-2{
    position: sticky;
    top: 10px;
    margin-bottom: 285px;
}
.main-wings-3{
    position: sticky;
    top: 10px;
    margin-bottom: 285px;
}
.main-wings-4{
   
    position: sticky;
    top: 10px;
    margin-bottom: 285px;
}
.main-wings-5{
    position: sticky;
    top: 10px;
    margin-bottom: 150px;
    padding-bottom: 30px;
} */
.quate{
    font-size: 150px;
    color: #9191915e;
    position: absolute;
    left: -30px;
    top: -40px;
}


.company-wing-overview{
    background-image: url(../images/procemHub.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 95%;
    margin: 0 auto;
    height: 600px;
    border-radius: 35px;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
}
.builderhub{
    background-image: url(../images/builder-hub.webp);
}
.metal{
    background-image: url(../images/metal-hub.webp);
}
.intrio{
    background-image: url(../images/interiorHub.webp);
}
.tool-hub{
    background-image: url(../images/tools-hub.webp);
}
.wings-image{
    position: absolute;
    right: 0;
    bottom: -4px;
    border-bottom-left-radius: 35px ;
 
}
.procem-mini{
    position: absolute;
    right: -30px;
    bottom: -40px;   
}

.procem-mini-2{
    position: absolute;
    right: 0px;
    bottom: -20px;
}
.procem-mini-2 img{
       width: 350px;
       height: 200px;
       border-radius: 15px;
       margin-right: 15px;
       box-shadow: 5px 10px 20px #27272747;
}

.wings-details-content{
    width: 40%; padding-left: 15px;
}
.wings-details-content p{
    font-size: 20px;
    margin-top: 20px;
    line-height: 22px;
    font-weight: 300;
}
.contruction{
    color: #fff;
    display: block;
    font-weight: 300;
    padding-top: 25px;
}
.wings-name{
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    padding-top: 25px;
}
.chemical{   
    color: #27bd49;
    font-weight: 700;
}
.coating{ 
    color: #fff;
    font-weight: 700;
}
/* .wings-details-content img {
   
} */
.wings-details-content .logo-image-div{max-width: 70%; padding: 15px 20px ; background-color: #ffffffce; backdrop-filter: blur(20px); border-radius: 34px;margin-left: -35px; margin-top: -30px;}

.company-wings-details{
    background-color: #dddddd;
    width: 100%;
    height: 700px;
    border-radius: 35px;
    padding: 50px 20px;
    position: absolute;
    top: 150px;
    z-index: 1;
   
}
.wing-relative{
    position: relative;
}
.wings-highlight{
    width: 32%;
    padding-right: 20px;
    text-align: right;
    border-right: 1px solid #7e7e7e
}
.wings-highlight h4{
   font-size: 58px;
   font-weight: 800;
   color: #5a5a5a;
}
.wings-highlight h4 span{
    font-size: 28px;
    line-height: 28px;
    color: #000000;
    display: block;
    font-weight: 600;
}
.wings-flex-container{
    position: absolute;
    top: 440px;
    left: 50px;
    display: flex;
    gap: 30px;
}
.li-part{
    display: flex;
    gap: 50px;
    flex-direction: column;
    width: 65%;
}
.li-part ul.products{display: flex;flex-direction: row;gap: 10px;}
.li-part ul.products li{font-size: 20px;  padding: 10px 15px; background-color: #e9e9e9;
}
.partners{display: flex;gap: 15px;width: 80%;margin: 0 auto;}


/* ABOUT DESCRIBE START */
.about-describe-main{
    padding: 40px 0 !important;
    background-color: #359b4c;

}
.about-describe{
    background-image: url(../images/house-shape.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1000px;
    position: relative;
    padding: 20px 0;
}
.short-discribe{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}
.short-discribe-para{
    width: 40%;
    font-size: 26px;
    color: #fff;
}
.hand-cap{
    width: 50%;
    position: relative;
}
.hand-cap h3{
    font-size: 42px;
    color: #fff;
    font-style: italic;
    position: relative;
}
.describe-box-container{
    width: 600px;
    margin-left: 250px;
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}
.store-extraspace{
    margin-top: 50px;
}
.store-lessspace{
    margin-top: -50px;
}
.describe-box{
    width: 280px;
    height: 280px;
    display: flex;
    justify-content: center;
     padding: 10px 30px;
    text-align: left;
    flex-direction: column;
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(73,175,96,1) 0%, rgba(162,191,87,1) 100%);
    box-shadow: 0px 15px 15px rgba(0,0,0,0.1);
}
.describe-box p{
    font-size: 33px;

}
.describe-box h5{
    font-size: 78px;
    color: #1b742f;
    letter-spacing: -6px;
    line-height: 40px;
  padding-top: 20px;
}
.describe-box h5 span{
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -2px;
}
.describe-box .into{
    color: #cae185;
    font-size: 26px;
    line-height: 26px;
}
.describe-box .godown-detail{
    color: #1b742f;
    font-size: 18px;
    margin-top: 10px;
}
.describe-image-right{
    width: 900px;
    height: 840px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 240px;
    z-index: 1;
}
.describe-image-right img{
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    object-fit: cover;
    object-position: center;
}

/* ABOUT DESCRIBE END */

/* INFRA VIDEO START */
.infrahub-video-main{
    padding: 0px !important;
    margin-top: -200px;
    position: relative;
    z-index: -1;
}
.infrahub-video{
    width: 100%;
    height: 110vh;
    background-image: url(../images/contact-team-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-image{
    background-image: url(../images/locations-map-image.webp);
    background-attachment: fixed;
    height: 80vh;
    background-size: cover;
    background-position: center; 
    width: 100vw;
    overflow-x: hidden;
}


/* SWIPPER JS START */
.swipper-js{
    position: relative;
    background-color: #eeeeee;
    width: 80%;
    padding: 50px 30px;
    border-radius: 25px;
    margin-top: -150px;
}
.swiper-head{
    padding-bottom: 20px;
    width: 60%;
}
.swiper-head h3{
    font-size: 60px;
    color: #818181;
}
.swiper-head h3 span{
    color: #1b742f;
}
.swiper-head p{
    font-size: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 550px;
    height: 350px;
    border-radius: 25px;

  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
  }
  .swiper-wrapper{
    display: flex;
  }

  .slider-arrow{position: absolute; width: 120px; right: 20px; top: 85px; height: 40px;}

  /* SWIPPER JS END */
  .footer{
    padding: 50px 0 230px;
    position: relative;
  }
  .footer-content{
    width: 60%;
    position: relative;
    z-index: 2;
  }
  .footer-bottom{display: flex; flex-direction: row; justify-content: space-between;padding-right: 200px;}

  .footer-content h3{
         color: #000;
         font-weight: 500;
         font-size: 20px;
  }
  .footer-content h3 .hub{
    color: #1b742f;
    font-size: 20px;
    font-weight: 700;
  }
  .footer-content h3 .infra{
    color: #5a5a5a;
    font-size: 20px;
    font-weight: 700;
  }
.footer-content p{
font-size: 20px;
color: #575757;
margin: 10px 0 20px;
}
.social-link{
    display: flex;
    margin-top: 10px;
}
.social-link a{
    text-decoration: none;
    color: #000;
}

.social-link i{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   transition: all ease .5s;
    border: 1px solid gray;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 22px;
}
.social-link i:hover,.social-link i:hover a{
    background-color: #1b742f;
    color: #fff;
    
}
.line{
    margin-top: 10px;
    width: 61.7%;
    height: 1px;
    background-color: #dddddd;
    position: relative;
    z-index: 2;
}
.footer .copy-right{
    margin-top: 34px;
    color: #3b3b3b;
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: 2;
}
.footer-logo{
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.footer-logo img{
    width: 100%;
    opacity: 0.1;
}
.data{margin: 0;}
/* 
.footer-art{width: 100%; height: 100%; background: url(../images/footer-logo-outline.webp) no-repeat center top; position: absolute; top: -120px; left: 0;} */




/* Contact us Start */
.contact-banner-head{width: 600px;}
.contact-banner-head h1{
    color: #000;
}
.contact-us{
    color: #8a8a8a;

}
.contact-banner-para{
    margin-top: 40px;
}
.summery-box{
    display: flex;
    justify-content: left;
    gap: 20px;
    max-width: 400px;
}
.summery-box i{
    color: #27bd49;
    font-size: 30px;
    width: 30px;
    text-align: center;
}
.contact-line{
    width: 100%;
    height: 1px;
    background-color: #525252;
    margin: 0 auto;
    margin: 10px 0;
}
.summery-address span{
    display: block;
    font-size: 12px;
    color: #27bd49;
    font-weight: 300;
}
.summery-address h3{
    font-size: 26px;
    width: 375px;
}
.contact-absolute{
    position: relative;
}
.contact-summery{
    border-bottom:5px solid #27bd49;
    color: #fff;
    display: inline-block;
    padding: 20px 60px;
    background-color: #383838;
    border-radius: 20px 0 20px 20px;
    position: absolute;
    right: 0;
    bottom: -235px;
}
.contact-sum-rel{
    position: relative;
}


/* contact form */
.contact-flex-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: auto;
    box-shadow: 0px 10px 20px #9494944d;
    border-radius: 25px;
    overflow: hidden;
}

.contact-flex-left{
    /* display: flex; */
    background: url(../images/contact-store.webp) no-repeat bottom center;
    background-size: contain;
    background-color: #359b4c;
    width: 55%;
    padding: 80px 30px;
    color: #fff;
}
.rotate-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.godown-sub{
    transform: rotate(270deg);
    display: flex;
    gap: 2px;
}
.office-location{
    margin-left: -55px;
}
.godown-sub p{
    width: 30px;
    height: 1px;
    background-color: #b4b4b4;
    transform: translateY(10px);
}
.godown-sub h3{
    font-size: 20px;
    font-weight: 300;
}
.office-location h5{
    font-size: 29px;
    font-weight: 200;
    padding: 15px 0;
    /* border-bottom: 1px solid #b4b4b4; */
}

.form-right{
    width: 55%;
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 0 25px 25px 0;
}
.submit-button button{
    background-color: #359b4c;
    color: #fff;
    padding: 8px 25px;
    border: none;
    margin-top: 10px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 200;
    transition: all ease .5s;
}
.submit-button button:hover{
    background-color: #000;
    cursor: pointer;
}
.form-right .heading h3{
    font-size: 40px;
    line-height: 35px;
}
.form-right .heading h3 span{
    display: block;
    color:#359b4c;
    font-size: 20px;
}
.lebel-input{
    margin-top: 10px;
}
.lebel-input label{
    display: block;
    margin-bottom: 5px;
}

.lebel-input input , textarea{
    padding: 10px 12px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgb(199, 199, 199);
}


/* gallary start */
.gallary{
    width: 100vw;
    position: relative;
    height: auto;
    z-index: 2;
    margin-bottom: -120px;
}
.g-main-flex-con{
    display: flex;
    justify-content: space-between;
    gap: -20px;
    width: 100%;
}
.gallary-left-flex{
    display: flex;
    justify-content: end;
    gap: 30px;
    width: 70%;
    flex-wrap: wrap;
}
.gallary-left-flex > div{overflow: hidden;}
.gallary-left-flex .gallry-image-box-1{
    width: 55%;
    height: 280px;
    border-radius: 20px 20px 0 20px;
}
.gallary-left-flex .gallry-image-box-1 img{
    width: 100%;
    height: 100%;
   
}
.gallary-left-flex .gallry-image-box-2{
    width: 40%;
    height: 280px;
    border-radius: 20px 20px 20px 0px;
}
.gallary-left-flex .gallry-image-box-2 img{
    width: 100%;
    height: 100%;
    
}
.gallary-left-flex .gallry-image-box-3{
    width: 20%;
    height: 150px;
    border-radius: 20px 0px 20px 20px;
   
}
.gallary-left-flex .gallry-image-box-3 img{
    width: 100%;
    height: 100%;
 
}
.gallary-left-flex .gallry-image-box-4{
    width: 65%;
    height: 280px;
    box-shadow: 2px 5px 40px #2b2b2b3f;
    border-radius: 0px 20px 20px 20px;
}
.gallary-left-flex .gallry-image-box-4 img{
    width: 100%;
    height: 100%;
  
}
.gallary-right-gallry-image-box{
    height: 590px;
    width: 430px;
    border-radius: 20px;
    box-shadow: 2px 5px 40px #2b2b2b3f;
    overflow: hidden;
}
.gallary-right-gallry-image-box img{
    height: 100%;
    width: 100%;
  
}


.form-flex{display: flex;width: 100%;gap: 15px;}
.form-flex .lebel-input {width: 50%;}
.form-flex .lebel-input input{width: 100%;}
.radio label{margin-right: 20px;}

.radio{padding: 0px 0 10px;}
.radio p{padding-bottom: 10px;font-size: 22px;}
.form-container{display: flex;justify-content: space-between;height: 65vh;}
.form-left{width: 28%;background-color: #1b742f;border-radius: 20px 0 0 20px;}
.form-middle{width: 42%;background-color: #000000;color: #fff;padding: 50px 35px;backdrop-filter: blur(20px);}
.form-right-sec{width: 28%;background-color: #1b742f;border-radius: 0px 20px 20px 0px;}
.form-group input{display: block;width: 100%;padding: 15px 15px;border-radius: 8px;border: none;margin: 10px 0;background-color: #e6e6e63b;border: 1px solid rgba(184, 184, 184, 0.521);box-shadow: 2px 5px 10px #ffffff3a;}
.form-group textarea{display: block;width: 100%;padding: 15px 15px;border-radius: 8px;border: 1px solid rgba(184, 184, 184, 0.521);margin: 10px 0;background-color: #e6e6e63b;box-shadow: 2px 5px 10px #ffffff3a;}
.form-group button{border: none;background-color: #359b4c; color: #fff; padding: 8px 25px; border: none; margin-top: 10px; border-radius: 35px; font-size: 20px;font-weight: 200; transition: all ease .5s;}