@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Bebas+Neue&family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.animate-text {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideIn 1s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

*{
    margin: 0;
    padding: 0;
}
.opening-section{
    height: 100vh;
    width: 100%;
    background-color: aqua;
}
.opening{
  height: 100vh;
  width: 100%;
  background-color: #F0FFF0;
}
/* navbar............................................................ ...............................*/
 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
      min-height: 200vh; /* Just for scroll demo */
    }

    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 30px;
      transition: background-color 0.5s ease, box-shadow 0.3s ease;
      z-index: 999;
      background-color: transparent;
      height: 15vh;
    }

    .navbar.scrolled {
      background-color: #f0fff0;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .logo img {
      height: 40px;
    }

    .nav-menu {
      display: flex;
      gap: 30px;
      font-size: medium;
    }

    .nav-menu a {
      text-decoration: none;
      color: #000;
      font-weight: 500;
      transition: color 0.3s;
    }

    .nav-menu a:hover {
      color: #008000;

    }

/* About-us section ..............................................................................*/
.about-us{
    height: 100vh;
    width: 100%;
    background-color: #F0FFF0;
   position: relative;
   top: -10vh;
}
.abt-header{
    height:15vh;
    width: 100%;
    position: relative;
    top:10%;
    display: flex;
    justify-content: center;
    align-items: center;
   /* font  */
    font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
    font-size: 9.22vh;
    color: #213926;
   
    
}
.bold{
    font-weight: 500;
 
}
.abt-dis{
    width: 50%;
    height: auto;
    position: relative;
    top: 15vh;
    text-align: justify;
    display: flex;
    justify-self: center;
    /* letter-spacing: 1px; */
    line-height: 1.5;
    align-items: center;
    color: #213926;
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight: 350;
    font-style: normal;
    font-size: 19px;
   
}
.btn-abt{
    height: 8vh;
    width: 10%;
    color: white;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: "Work Sans", serif;
    position: relative;
    left: 46%;
    top: 20vh;
  
}




/* media query for about section */



/* till here */





/* production section */
.production-details{
    width: 100%;
    position: relative;
    height: 100vh; /* Full viewport height */
    overflow: hidden;

}
.production-content{
    height: 80vh;
    width: 45%;
    margin-left: 10%;
    margin-top: 5%;
}
.production-head{
    height: 22vh;
    width: 100%;
    /* background-color: blue; */
    display: flex;
   
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 9.22vh;
    color: #213926;
    font-size: 60px;
    align-items: center;
  

}
.production-dis{
    font-size: 18px;
    text-align: justify;
    display: flex;
    justify-self: center;
    /* letter-spacing: 1px; */
    line-height: 1.5;
    align-items: center;
    color: #213926;
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
   

}
.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: -1; 
    position: fixed;
    
}

.btn-production{
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: "Work Sans", serif;
    position: relative;
    height: 8vh;
    width: 20%;
    border: 1px solid #213926 ;
    color: black;
   
}




/* product section ...................................................................................*/
.product-details{
    height: 150vh;
    width: 100%;
    background-color: #F0FFF0;
}


.product-head{
    position: relative;
    top: 15vh;
    height: auto;
    margin-left: 10%;
    width: 55%;
    /* background-color: aqua; */
}

.p-head{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    color: #213926;
    font-size: 50px;
  
}
.p-dis{
    color: #213926;
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    text-align: justify;
    line-height: 6vh;
   
}
.main-catlog{
    margin-top: 20vh;
    height: auto;
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5% !important;
   
}

.prd{
    height:60vh;
    width: 23.5%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.621);


}

.prd-in {
    height: 60%; 
    width: auto;
    background-color: #CD311D;
    opacity: 0.8;
    position: relative;
    top: 70%; 
    transition: top 0.5s;
   
}

#prd1{
    background-image: url(img/3dprinting.jpg);
    background-size: cover;
}
#prd2{
    background-image: url(img/indusdtrial-packaging.jpg);
    background-size: cover;
}
#prd3{
    background-image: url(img/master-batch.jpg);
    background-size: cover;
}
/* .prd-in:hover{
    top: 40%;
    transition: 0.5s;
    height: 50%;
    transition: 0.5;
} */

.Awards{
    height: 150vh;
    width: 100%;
    background-color: #F0FFF0;
}
.awd-head{
    height: 15vh;
    width: 100%;
    margin-top: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    color: #213926;
    font-size: 9vh;
    
}


  .awd-container{
    height: 50vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
  }


.awd{
    height:50vh;
    width: 30.5%;
    overflow: hidden;
  border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.621);

  


}

.awd-in {
    height: 60%; 
    width: auto;
    background-color: #197d2d;
    opacity: 0.8;
    position: relative;
    top: 70%; 
    transition: top 0.5s;
   
}
.awd-in:hover{
  opacity: 1;
}

#awd1{
    background-image: url(img/3dprinting.jpg);
    background-size: cover;
  
}
#awd2{
    background-image: url(img/indusdtrial-packaging.jpg);
    background-size: cover;
   
    
}
#awd3{
    background-image: url(img/3dprinting.jpg);
    background-size: cover;
    
    
}
#awd4{
    background-image: url(img/indusdtrial-packaging.jpg);
    background-size: cover;
 
    
}
.tgpeffect{
  height: 120vh;
  width: 100%;
  background-color: #f0fff0;
  position: relative;
  top: 132vh;
}
.effecttxt{
  height: 80%;
  width: 60%;
  background-color: #f0fff0;
}
.eff-txt-head{
 margin-left: 10vw;
    padding-top: 6vh;
    font-size:200%;
    font-weight: 400;
    letter-spacing: normal;
    word-spacing: normal;
    color: rgb(67, 53, 35);

}
.para-efftgp{
  margin-left: 10vw;
  text-align: justify;
  font-size: 110%;
  word-spacing: normal;
  line-height: 1.5;
  letter-spacing: normal;
   font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 150;
  font-style: normal;
 
}
.client{
  height: 100vh;
  width: 100%;
  background-color: #f0fff0;
  position: relative;
  top: 100vh;
}

.slides{
  height: 60vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

    .slider-container {
      position: relative;
      width: 60%;
      background: #f0fff0;
      border-radius: 12px;
  
      overflow: hidden;
    }

    .slider-wrapper {
      display: flex;
      transition: transform 0.6s ease-in-out;
    }

    .slide {
      min-width: 100%;
      padding: 30px;
      box-sizing: border-box;
      text-align: center;
      font-size: 18px;
      color: #333;
      letter-spacing: normal;
      line-height: 1.5;
    
    }

    .arrows {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 0 15px;
    
      pointer-events: none;
    }

    .arrow-btn {
    border: none;

     background-color: #F0FFF0;
    }

   
.bld{
  font-weight: bold;
  
}

@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Bebas+Neue&family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
.headertestomonials{
  font-weight: 450;
  font-size: 10vh;
  text-align: center;
    font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
   

}
.imgarr{
  height: 10vh;
  width: auto;
}
.clients{
height: 30vh;
width: 100%;
display: flex;
justify-content: center;
background-color: #f0fff0;
align-items: center;
gap: 3%;
}

.clt{
  height: 100%;
  width: 17%;
  background-color: #F0FFF0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagesclient{
  height: auto;
  width: 60%;
 
}