@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

*  {
    -webkit-margin-before: 0; /*reset to reduce paragraphs height */
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    
  }
  
  

  
  body {font-size: 16px; line-height: 1.4; margin: 0; padding: 0; box-sizing: border-box; font-family: 'Ubuntu', sans-serif;}
  img {max-width: 100%; display: block;}
  .header {background-color: #000000;}
  .logo { max-width: 80%; }
  .minor {font-size: 1.5rem; text-align: center;}
  .ainm {letter-spacing: 3px;}
  .ainmsub {font-size: 1.3rem; color: orange; padding-bottom: 1rem;}
  .social {display: flex; align-items: center; justify-content: right; margin-right: 150px;}
  .social .fa {padding: .5rem 0; color: #fff; font-size: 1.5rem;}
  .social a {text-decoration: none; color: #fff; margin-right: 20px;}

  
  .header {
  background-color: #000000;
}
.nav-ul li:nth-of-type(1) {
  margin-left: 3rem;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.nav-ul {
  position: relative;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Orkney-Bold", Arial, sans-serif;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 1rem;
  font-size: 1.2rem;
}
.nav-ul li:nth-of-type(7) {
  margin-left: auto;
  margin-right: 50px;
}
.nav-ul li:nth-of-type(7) {
  font-family: "Orkney-Light", Arial, sans-serif;
}
.hamburger {
  background-color: transparent;
  display: none;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 25px;
}

.logo {
  max-width: 20%;
}
.nav-ul li:nth-of-type(1) {
  margin-left: 2%;
  margin-right: auto;
}

.nav-ul .route a {
  font-size: 1.2rem;
  font-family: "Orkney-Medium", Arial, sans-serif;
}

.hamburger:focus {
  outline: none;
}

.nav-ul li a {
  display: inline-block;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  padding: 0.7rem 1.4rem;
  text-decoration: none;
  font-size: 1.2rem;
}
.nav-ul li a {
  color: #fff;
  font-size: 2rem;
}
.fa {
  margin-right: 10px;
}

@media (max-width: 1400px) {
  .nav-ul li:nth-of-type(7) {
    margin: 0;
  }
  .nav-ul li a {
    font-size: 1.4rem;
  }
  .nav-ul li:nth-of-type(1) {
    margin: 0;
  }
  .view1-inner img {
    margin: auto;
    max-width: 40%;
  }
}

ul li ul.drop {
  min-width: 200px !important; /* Set width of the dropdown */
  background: #95c11f;
  display: none;
  position: relative;
  z-index: 999;
  border-radius: 10px;
}
ul li:hover ul.drop {
  display: block; /* Display the dropdown */
  position: absolute;
}
ul li ul.drop li {
  display: block;
  text-align: center;
}

ul li ul.drop li:first-child {
  margin-left: 0;
  display: none;
}
.drop {
  margin-left: 20px;
}
.drop li a {
  margin-left: -50px;
  font-size: 1.2rem;
}
.fa-caret-down {
  color: #7ff112;
}

@media (max-width: 1620px) {
  .nav {
    clear: both;
  }
  .nav-ul {
    display: none;
    flex-direction: column;
  }
  .nav-ul.show {
    display: flex;
    max-width: 50%;
    margin: 0 auto;
  }
  .hamburger {
    display: block;
    float: right;
  }
  .btn {
    width: 100%;
  }
  .nav-ul li:nth-of-type(7) {
    margin: 0;
  }
  .nav-ul li:nth-of-type(1) {
    margin: 0;
  }
  li.logo {
    display: none;
  }
}

@media (max-width: 480px) {
  .nav-ul.show {
    max-width: 80%;
    padding-left: 0;
  }
  .nav-ul li:nth-of-type(7) {
    margin-left: -2.5rem;
  } /*phone-number*/
  .nav-ul .route a {
    font-size: 1.7rem;
  }
  .nav-ul .route {
    margin-left: -2rem;
  }
  .nav-ul li:nth-of-type(1) {
    max-width: 100%;
    margin-left: -1rem;
  }
  .nav-ul li:nth-of-type(7) {
    margin-left: -2rem;
  }
  .nav-ul li a {
    color: #fff;
    font-size: 2rem;
  }
}

.reveal {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.reveal:nth-of-type(1) {
  margin-left: 10px;
}
.inner-reveal {
  flex: 2 44%;
}
.inner-reveal img {
  width: 30%;
  min-width: 250px;
  height: auto;
}
.outer-reveal {
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .inner-reveal img {
    width: 30%;
    min-width: 200px;
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  .inner-reveal img {
    width: 50%;
    min-width: 350px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .inner-reveal img {
    width: 80%;
    min-width: 300px;
    height: auto;
  }
  .reveal {
    font-size: 1rem;
    font-weight: 700px;
  }
  .outer-reveal {
    margin-right: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
  }
}

@media (max-width: 320px) {
  .inner-reveal img {
    min-width: 220px;
    height: auto;
  }
}

.view1 {display:flex; align-items: center; justify-content: center;}
.view1-inner {display:flex; align-items: center; justify-content: center; background: linear-gradient(to left,transparent,rgba(0,0,0,.25),transparent); flex-direction: column;}
.view1 { display: flex;
            height: 100vh;
            width: 100%;
            flex-flow: column wrap;
            align-content: center; 
            background-image: url("images/AdobeStock_FR_opt.JPG");
            background-position: center; 
            background-repeat: no-repeat;
            background-size: cover; 
            
}

.subainm {font-size: 4.3rem; 
  color: white;
  font-weight: 900;
  letter-spacing: 2px;
    text-shadow: 2px 2px 5px #000;
  }
   


p.subamach {font-size: 1.7rem;  
  color: white;
  font-weight: 500;
  letter-spacing: 2.5px;
    text-shadow: 2px 2px 5px #000;
  padding-top: 1rem;
}

.enviro {color: #99cc33}
.balanced{display:flex; align-items: center; justify-content: center; max-width: 80%; margin: 0 auto; flex-direction: column;}
.balancedheadline {color: #99cc33; font-family: 'Poppins', sans-serif; font-weight: 400; text-shadow: 1px 1px #000; font-size: 3rem; padding-top: 1.5rem; text-align: center;}
.balancedsub {font-size: 1.6rem; font-family: 'Poppins', sans-serif; padding: 2rem 1.5rem; color: #666;}

.balancedback {max-width: 15%;
    margin: 0 auto;
  padding-top: 2rem;}


.manufacturers {display:flex; align-items: center; justify-content: center; max-width: 70%; margin: 0 auto; gap: 1rem; padding: 2rem;}
.manuL {flex:1;}  
.manuR { flex:1;}
.safety {font-size: 1.6rem;  font-family: 'Poppins', sans-serif; font-weight: 400; color: #666; padding: 3rem;}
.safetyhead {font-size: 3rem; font-family: 'Poppins', sans-serif; font-weight: 400; color: #99cc33; text-shadow: 1px 1px #000; text-align: center;}

@media (max-width: 1400px) {
  .button1 {width: 80%; margin-left: 10%;}  
  
}



      }

      @media (max-width: 1024px) {
         .manufacturers {flex-direction: column; max-width: 100%;}
          .authorities {flex-direction: column; max-width: 100%;}
          .subainm {font-size: 3.5rem; text-align: center;}
          .illustration  {width: 400px; gap: 1rem;margin-top: 1.5rem;}
          .trades {flex-direction: column; max-width: 100%;}
     }

     



  .footer {display: flex; align-items: center; justify-content:space-evenly; font-size: 1.2rem; background: #000; color: #fff; text-shadow: 1px 1px #000;padding-bottom: 2rem;}
.footerinner { min-height: 200px; text-align: center; width: 250px; padding-bottom: 2rem;}
.footer h2 {padding: 1rem;}


.footer a {text-decoration: none; color: #fff; text-shadow: 1px 1px #000;}

@media (max-width: 480px) {
  .footer{flex-direction: column;
  width: 100%;}
  .footerinner {width: 100%; text-align: center;}
  .contact {font-size: 1.7rem; padding: 0.5rem;}
  .location {font-size: 1.7rem; padding: 0.5rem;}
  .copyright {font-size: 1.7rem; padding: 0.5rem;}
  .safetyhead {font-size: 2.5rem;}
  .obairhead {font-size: 2.5rem;}
  }

 @media (max-width: 480px) {
    .balanced {width: 90%;}
.balancedback {max-width: 50%;}
.balancedsub { padding: 2rem 0;}
  }

 

 
  
 @media (max-width: 480px) {
     .logo {max-width: 100%;}
     .logo img {width: 100%;}
     
 }