* {
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
}



a {
  text-decoration: none;
  color: #fff;
}

a:visited {
  text-decoration: initial;
}

a:active {
  text-decoration: initial;
}


body {
  box-sizing: inherit;
  /* max-width: 1920px; */
  margin: 0 auto;
}

h1 {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  color: white;
}

h2 {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 2.3rem;
  line-height: 3rem;
  font-weight: 500;
  color: #0A1217;
}


h4 {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 200;
  font-style: italic;
}

p {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 200;
}

.button {
  position: relative;
padding: 20px 0;
margin-top: 50px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 220px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #0A1217;
  z-index: 10;

}



.hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 10%;
  background-color: #0A1217;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}



.navbar a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-left: 5rem;
  text-transform: uppercase;

}

.nav_logo {
  width: 10rem;
  height: auto;
}



.icons {
  position: absolute;
  right: 5%;
  font-size: 4.3rem;
  color: #fff;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

.lbm_header_img {
  position: relative;
  width: 100%;
  object-fit: cover;
  height: 80vh;

}



.hero_text {
  position: absolute;
  color:#fff;
  top: 80rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  letter-spacing: 0.5rem;
  font-weight: 700;
}




.section_intro {
  position: relative;
  padding: 5rem 0;
  width: 100%;

}


.info_text {
  position: relative;
  width: 50%;
  padding: 10rem 0;
  text-align: center;

}


.image-grid {
  position: relative;
  padding-top: 9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 50%;
  text-align: center;
}


.grid-item {
  width: 100%;
  overflow: hidden;
}

.grid-item img {
  width: 100%;
  height: auto;
}


.cta {
  position: relative;
  padding: 20rem 0;
  background-color: #0A1217;

}


.cta_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
  width: 60%;
}




.abt {
  position: relative;
  padding: 10% 0;
  height: auto;
}


.flex-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.flex-item {
  flex: 1;
  max-width: 43%;
  /* Set a maximum width for each column to create a small gap between them */
  box-sizing: border-box;
  margin-bottom: 20px;
}



.flex-item h4 {
  display: inline-block;
  width: 50%;
}


.flex-item:nth-child(1) {
  text-align: right;
}



.flex-item:nth-child(2) {
  text-align: left;
}



.about_img {
  position: relative;
  width: 50%;
}



.cca {
  position: relative;
  padding-bottom: 5rem;
  height: auto;
}

.cca_img {
  position: relative;
  width: 50%;
}




.cca_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
}


.image_pg_brk {
  position: relative;
  height: 30vh;

}

.ctr_img1 {
  width: 80%;
  height: auto;
}

.image_pg_brk {
  position: relative;
  padding: 10rem 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 60%;
  height: auto;
  top: 30%;
  text-align: center;
}




.prt_capabilities {
  position: relative;
  padding: 3rem;

  height: auto;

  text-align: center;
}

.lbm_team {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 10rem;
}


.team_img {
  position: relative;
  width: 50%;
  height: auto;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, 0);

}




.footer {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0A1217;
}

.footer_text {
  max-width: 100rem;
  padding: 6rem 0;
  color: #fff;
  text-align: center;
}

.mailto {
  max-width: 100rem;
  padding: 6rem 0;
  color: #fff;
  text-decoration: none;
  line-height: 3.4rem;
  text-align: center;
}


.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  padding: 20px;
}



.footer-column {
  flex: 1;
  text-align: center;
}




.footer_logo {
  padding: 2rem 0;
  width: 30%;
}



.social_icon {
  width: 6.5rem;
  padding: 1rem;
}

.disclamer {
position: relative;
display: flex;
padding: 2rem 0;
text-align: center;
font-size: 1.6rem;
text-decoration: none;
font-family: 'Poppins', sans-serif;
color: #fff;

}


/* ------------PORTFOLIO PAGE STYLES------------ */


.products {
  position: relative;
  padding: 5rem 0;
}


.products_header {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem 5rem;
}

.product_text {

  padding: 5rem 0;

}

.product_img {
  display: flex;
  align-items: center;
  width: 80%;
  height: auto;
}



/* ------------DISCLAIMER PAGE STYLES------------ */

.disclaimer_container {
  position: relative;
  padding: 5rem 0;

}

.copy_text {
  position: relative;
  padding: 0 30rem; 
}

