* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

#navigation-bar{
  width: 100%;
  position:fixed;
  z-index: 10;
 display: flex;
 top: 0;
 left: 0;
 flex-direction: row;
 background-color: white;
 align-items: center;
 justify-content: center;
 box-shadow: 0px 0px 25px 2px black;
 height: 70px;
}

.company-logo{
  position: absolute;
  left:5%;
}

.company-logo img{
  width: 100%;
  height: 60px;
}

.nav-bar{
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.nav-bar #products{
  position: relative;
}

.nav-bar .nav{
  position: relative;
  padding: 25px 0px;
}

.nav-bar .nav .subnav{
  /* position: absolute; */
  /* width: 100%; */

  display: grid;
  /* z-index: 100; */
  position: absolute; 
  grid-template-columns: auto auto auto;
  padding: 20px 0px;
  width:650%;
  background-color: white;
  background-color:rgb(65, 65, 65);
  position: absolute;
  top:80px;
  left: -100%;
  grid-gap:40px;
  align-items: start;
  justify-content: center;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
  border-radius:20px;
}

.nav-bar .nav .subnav #special{
  font-weight: 900;
  color: rgb(219 123 13);
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
}

#products:hover .subnav{
  visibility: visible;
  top: 73px;
  opacity: 1;
}

.nav-bar .nav .subnav h1{
  font-weight: 900;
  color: rgb(219 123 13);
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
}

.nav-bar .nav .subnav .mainproduct a{
  padding: 5px 10px;
  color: white;
  transition:all 0.2s;
  width: fit-content;
  font-size: 17px;
  font-family: 'Rubik', sans-serif;
  font-family: 'Poppins', sans-serif;
}


.nav-bar .nav a:after{
  content:"";
  position: absolute;
  background-color: rgb(219 123 13);
  height: 3px;
  width:0;
  left:0;
  top: 88%;
  transition: all 0.2s;
}

.nav-bar .nav .subnav .mainproduct{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.nav-bar .nav .subnav .mainproduct a:hover{
transform: scale(1.1);
}

.nav a:hover:after{
  width: 100%;
}

.nav-bar .nav .subnav a:hover:after{
  width:0px;
}

.nav-bar .nav a{
  transition: all 0.3s;
  padding: 25px 20px;
  text-decoration: none;
  color: black;
  font-size: 19px;
   font-family: 'Source Sans Pro', sans-serif;
}


.nav-bar .nav a:hover{
  color:rgb(219 123 13);
}

.nav{
  position: relative;
}

.sub-navbar{
  position: absolute;
  top: -210%;
  opacity:0;
  width: 160%;
  transition: all 0.4s;
}

.nav:hover .sub-navbar{
top: 100%;
opacity: 1;
}

.sub-navbar .sub-nav a{
  padding:10px 10px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  text-align: center;
  display: block;
  width: 110%;
  text-decoration: none;
  color: black;
  transition: all 0.5s;
  background-color: white;
}

.sub-navbar .sub-nav a:hover{
  background-color:rgb(224, 134, 32);
  color: white;
}

.nav-bar .nav .sub-navbar .sub-nav a:after{
  content: none;
}

.menu{
  cursor: pointer;
  position: absolute;
  right:30px;
  display: none;
}

.menu .top,
.menu .middle,
.menu .bottom{
  width: 20px;
  height: 2px;
  background-color: black;
  margin-top: 3px;
  margin-bottom: 3px;
  transition: all 0.2s;
}


.head-part-home{
  margin-top: 70px;
  display: grid;
  position:relative;
  grid-template-columns: auto auto auto auto;
}

.head-part-home video{
  width: 100%;
  margin-top: -150px;
}

.head-part-home img{
  width: 100%;
  height:450px;
}

.head-part-home .back-drop{
  background-color: rgba(0, 0, 0, 0.89);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
}

.head-part-home h1{
  color: white;
  font-size: 50px;
  font-weight: 600;
  border-bottom:2px solid white;
  padding: 5px 50px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 280px;
}

.head-part-home h5{
  margin-top:50px;
  backdrop-filter: blur(6px);
  color: white;
  font-size: 28px;
  width: 700px;
  text-align: center;
  font-weight: 100;
  font-family: 'Poppins', sans-serif;
}

.head-part-home  .drop-content{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.about-home{
  background-color: rgba(239, 134, 14, 0.959);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0px;
}

.about-home h2{
  color: white;
  font-size: 40px;
  font-family: 'Mulish', sans-serif;
  margin-top: 15px;
}

.about-home p{
  padding: 0px 150px;
  text-align: center;
  margin: 40px 0px 50px 0px;
  color: white;
  font-size: 22px;
  font-family: 'Rubik', sans-serif;
}

.about-home a{
  text-decoration: none;
  font-size: 21px;
  color: white;
  border: 1.5px solid white;
  padding: 12px 50px;
  transition: all 0.3s;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
}

.about-home a:hover{
  background-color: white;
  border: 1.5px solid rgb(224, 134, 32);
  color: rgb(224, 134, 32);
}

.youtube-videos-section{
  padding: 50px 50px;
}

.youtube-videos-section h3{
  font-size: 32px;
  font-family: 'Mulish', sans-serif;
  width: 270px;
  text-align: left;
  padding: 5px;
  border-bottom: 2px solid rgb(224, 134, 32);
}

.youtube-videos-section videos-section{
  display: grid;
  margin: 45px 0px;
  grid-template-columns: auto auto ;
  align-items: center;
  justify-content: center;
  grid-gap:60px;
}

.youtube-videos-section videos-section iframe{
  height: 300px;
  width:480px;
}

.youtube-videos-section a{
  width: 300px;
  display: block;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(240, 144, 35);
  color: white;
  text-align: center;
  font-size: 23px;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.3s;
  font-family: 'Source Sans Pro', sans-serif;
  transition: all 0.4s;
}


.youtube-videos-section a:hover{
  background-color: white;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.281);
  color: rgb(224, 134, 32);
  transform: scale(1.03);
}

.products-home{
  display: grid;
  grid-template-columns: auto auto;
  padding: 50px 40px;
  background-color: rgba(0, 0, 0, 0.014);
}

.products-home .info{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.products-home .info h3{
  font-size: 37px;
  font-family: 'Rubik', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
}

.products-home .info p{
  font-size: 22px;
  padding-right: 60px;
  margin: 43px 0px 53px 0px;
  font-family: 'Source Sans Pro', sans-serif;
}

.products-home .info a{
  border: 1.5px solid rgb(224, 134, 32);
  color: rgb(224, 134, 32);
  font-size: 24px;
  width: 220px;
  text-align: center;
  padding: 7px 0px;
  text-decoration: none;
  transition: all 0.4s;
  font-family: 'Source Sans Pro', sans-serif;
}

.products-home .info a:hover{
  background-color: rgb(224, 134, 32);
  color: white;
  border: 1.5px solid white;
  transform: scale(1.02);
}

.products-home .info h3::before{
  content: "";
  background-color: rgb(224, 134, 32);
  height: 7px;
  width: 80px;
  display: block;
  margin: 0 0 20px;
}

.products-home .bg-img img{
width: 100%;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.171);
}

.contact-us-home{
  background-color: rgba(239, 134, 14, 0.959);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 0px;
}

.contact-us-home h3{
  font-size: 37px;
  color: white;
  font-family: 'Rubik', sans-serif;
}

.contact-us-home p{
  font-size: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  margin: 0px 25px;
}

.contact-us-home a{
  background-color: white;
  color: rgb(224, 134, 32);
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 27px;
  padding: 10px 20px;
  font-family: 'Source Sans Pro', sans-serif;
  transition: all 0.2s;
}

.contact-us-home a:hover{
  transform: scale(1.1);
}


.explore-section {
  padding: 20px 0px;
  width: 100%;
  display: flex;
   align-items: start;
  justify-content: space-evenly;
}

.explore-section img{
  height: 110px;
  margin-top: 12px;
  margin-left: 10px;
}

.explore-section  h2 {
  font-size: 25px;
  margin:17px 0px;
  font-family: 'Roboto', sans-serif;
}


.explore-section  a {
  font-size: 19px;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  color: rgb(219 123 13);
  margin: 5px 0px;
  font-family: 'Source Sans Pro', sans-serif;
}

.explore-section  a:hover{
  color: rgb(255, 136, 0);
  transform: scale(1.1);
}

.explore-section .get-in-touch h6{
  font-size: 20px;
  margin: 12px 0px;
  font-weight: 500;
  color: rgb(219 123 13);
  font-family: 'Source Sans Pro', sans-serif;
}

.explore-section .get-in-touch span{
  font-size: 19px;
  color:black;
 font-family: 'Source Sans Pro', sans-serif;
}

.explore-section .products-youtube-section p{
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}

.explore-section .products-youtube-section img{
  height: 70px;
  margin: 10px 0px;
  transition: all 0.3s;
}

/* Industries we serve:- */


.industries-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.018);
  padding-top: 30px;
  padding-bottom: 80px;
}

.industries-section h1 {
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
}

.industries-section h2 {
  font-size: 30px;
  font-weight: 100;
  font-family: 'Poppins', sans-serif;
}

.industries-section .icons-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.industries-section .icons-container .icon-box {
  text-align: center;
  box-shadow: 0px 0 12px 0 rgb(0 0 0 / 60%);
  border-radius: 20px;
  padding: 20px;
  margin: 20px 20px;
  transition: all 0.2s;
}

.industries-section .icons-container .icon-box h6{
  font-size: 21px;
  margin-top: 15px;
  font-family: 'Mulish', sans-serif;
}

.industries-section .icons-container .icon-box:hover {
  transform: scale(1.05);
}

.industries-section .icons-container #special img {
  width: 90%;
}

.industries-section .icons-container .icon-box img {
  width: 50%;
}


.contact-overlap{
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: 30%;
  left: 0px;
  justify-content: center;
  z-index: 100;
}

.contact-overlap a img{
  width: 100%;
  height: 48px;
  border-radius: 100%;
}

.contact-overlap a{
  box-shadow: 0px 0px 8px 0px black;
  margin: 8px 0px;
  border-top-right-radius:100%;
  border-bottom-right-radius:100%;
  padding: 5px 10px 5px 10px;
  background-color: white;
  transition: all 0.3s;
}

.contact-overlap a:hover{
  padding: 7px 10px 7px 20px;
}


