@import "tailwindcss";
@custom-variant hover (&:hover);
@custom-variant focus (&:focus);

@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&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&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
.text1{
    font-family: "Poppins", sans-serif;
}
.text2{
  font-family: "Syne", sans-serif;

}

.text3{
  font-family: "Inter Tight", sans-serif;
}

@layer utilities {
  .group-hover-gradient {
    background: linear-gradient(to right, #F7991D, #FECD19);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.index{
  z-index: 999;
}

/* Banner Background */
.sec1{
  background-image: url('../img/banner.webp');
  background-size: cover;
  background-position: center;
}

/* Center content on large screens */
.banner-wrapper{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
}

/* Universal background text */
.banner-text-img{
  width: 100%;
  max-width: 1400px;
}

/* Banner text position */
.banner-text{
  padding-left: 120px;
  margin-top: -60px;
}

/* Heading */
.banner-heading{
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
  color: white;
}

/* Highlight text */
.highlight{
  color:#F7941D;
}

/* Paragraph */
.banner-para{
  font-size:18px;
  line-height:30px;
  color:white;
  padding-bottom:140px;
}

/* Machine image */
.banner-machine{
  position:absolute;
  bottom:-70px;
  right:0;
  width:40%;
  max-width:650px;
}

/* 1920px screen optimization */
@media (min-width:1600px){
  .banner-wrapper{
    max-width:1500px;
  }
}

/* Tablet */
@media (max-width:1024px){

  .banner-heading{
    font-size:60px;
  }

  .banner-text{
    padding-left:60px;
  }

  .banner-machine{
    width:45%;
  }
}

/* Mobile */
@media (max-width:768px){

  .banner-heading{
    font-size:34px;
  }

  .banner-text{
    padding-left:0;
    margin-top:20px;
  }

  .banner-machine{
    display:none;
  }
}

/* @media(max-width:1920px){
  .banner-img{
    position: absolute;
  
    height: 40vh;

  }
} */

@media (min-width: 1920px) and (max-width: 2000px) {
  #home .container {
    display: flex;
    flex-direction: column;
       /* centers horizontally */
    justify-content: center; /* centers vertically */
    min-height: 100vh;
    text-align:center;
    text-align: left;
  }

  #home .flex {
    justify-content: center !important;
  }

  #home .pl-6,
  #home .md\:pl-16,
  #home .lg\:pl-80 {
    padding-left: 0 !important; /* remove left shift */
  }
  .banner-img{
   position: absolute;
   top:400px;
   right: 200px;
  }
}

@media (min-width: 1920px) and (max-width: 2000px){
.universeimg{
  width: 1400px;
}
}

/* about us */
@media (min-width: 1024px) and (max-width: 1330px){
.aboutimg{
  display: none;
  
}
}



/* contact */
@media (min-width: 1920px) and (max-width: 2000px) {
.contactimg{
  padding-top: 250px;
  
}
}

@media (min-width: 1440px) and (max-width: 1400px) {
.contactimg{
  padding-top: 700px;
  
}
}

@media (min-width: 1024px) and (max-width: 1400px) {
.contactimg{
  padding-top: 280px;
  
}
}

/* our facilities */
@media (min-width: 1440px) and (max-width: 1500px) {
.cardsimg{
padding-top: 50px;
}
}


@media (min-width: 1024px) and (max-width: 1400px) {
.cardsimg{
padding-top: 400px;
}
}

/* about us */
@media (min-width: 1024px) and (max-width: 1330px){
.groupimg{
  display: none;
  
  
  
}
}

