@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Poppins', sans-serif; */
/* blue-- #0563ba; */
*{
  margin: 0;
  padding: 0;
 
}
.container{
  width:100%;
  height:100vh;
 
}
.nav{
  position: fixed;
  z-index: 1000;
  background-color: #0563ba;
  height:15vh ;
  width: 100%;
}

.nav2{
  height: 13.5vh;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 1000;
  
}
.d1{
  height: 12vh;
  width: 34%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: red; */
 
}
.d11{
  height: 10vh;
  width: 15%;
  margin-left: 2%;
  margin-left: 20%;
}
.d12 h1{
  font-size: 1.5rem;
  font-weight: bolder;
  letter-spacing: 2px;
  padding:1rem 1rem 0 0;
  font-family: 'Roboto', sans-serif;
}
.d2{
  height: 8vh;
  width: 66%;
  padding:0 4rem;
  margin-left:10%;
  font-family: 'Poppins', sans-serif; 
  /* background-color: red; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  position: relative;
  color: #0087ca;
}
.d2 a{
  text-decoration: none;
  position: relative;
  color: #000;
}
.d2 a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.d2 a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}
  .inner-div0{
    height: 60vh;
    width: 100%;
    background-image: url('https://media.istockphoto.com/id/501932342/photo/laser-cutting-technology-of-flat-sheet-metal-steel-material-proc.jpg?s=612x612&w=0&k=20&c=vEvlTaH2HSaRSnSSCXwIdyx3PGiselmVijMWGdlnrHQ=');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    background-attachment: fixed;
}
.inner-div-1-1{
    height: 28vh;
    width: 63%;
    background-color: transparent;
    background: rgb(0, 0, 0, 0.7);
    padding-top: 32vh;
    color: white;
    padding-left: 37%;
    font-size: 30px;
}
.outer-div{
    height:100vh;
    width: 92%;
    padding-top: 10vh;
    padding-left: 8%;
    
}
.inner-div0{
    height: 60vh;
    width: 100%;
    background-image: url('images/bg.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    background-attachment: fixed;
    margin-bottom: 5rem;
}
.inner-div-1-1{
    height:60vh;
    width:100%;
    background-color: transparent;
    background: rgb(0, 0, 0, 0.7);
    padding-top: 32vh;
    color: white;
    padding-left: 37%;
    font-size: 30px;
}

.inner-div-1-1 .heading2{
  padding-left: 5rem;
  font-size: 4rem;
}
.inner-div2{
    height: 100vh;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;

}
.inner2-1{
    height: 100vh;
    width: 50%;
    background-color: #0563ba;
}
.inner2-2{
    height: 100vh;
    width: 50%;  
}
.block1{
    height: 30vh;
    width: 15%;
    position: absolute;
    background-color: #d8d8d8;
    border-radius: 50%;
    margin-top: 3vh;
    margin-left: 43%;
    box-shadow: 5px 5px 15px 2px rgb(124, 124, 124);
    z-index: 1;
}
.block2{
    height: 30vh;
    width: 40%;
    background-color: #d8d8d8;
    border-radius: 15px;
    margin-left: 18%;
    position: absolute;
    box-shadow: 5px 5px 15px 2px rgb(124, 124, 124);
    z-index: 1;
    margin-top: 62vh;
}
.picture{
    height: 70vh;
    width: 47%;
    background-color: transparent;
    position:absolute;
    z-index: 2;
    margin-top: 12vh;
    margin-left: 6%;
    border-radius: 15px;
}
form{
    margin-top: 3vh;
    margin-left: 22%
}
form input{
  outline: none;
 
}
form ::placeholder{
 padding-left:1rem;
 letter-spacing: 2px;
}
.heading{
    margin-left: 39%;
    margin-top: 8vh;

}
.name{
    padding-top: 4vh;
    font-size: x-large;
}
.box{
    height: 5vh;
    width: 82%;
    border-radius: 5px;
    border-width: 0.5px;
    border-color: #c2c2c2;
}
.box1{
    height: 10vh;
    width: 83%;
    border-radius: 5px;
    border-width: 0.5px;
    border-color: #c2c2c2;
}
.button{
    height: 5vh;
    width:20%;
    border-radius: 5px;
    border-width: 0.5px;
    background-color: #0563ba;
    color: white;
    margin-top: 5vh;
}
.map{
    border-radius: 10px;
    border-width: 2%;
}
.footer-div{
    height: 15rem;
    width: 100%;
  }
  .footer{
    width:100%;
    height: 20rem;
    display:flex;
    background-color: #1c1c1c;
    align-items: center;
    justify-content: space-between;
    padding:2rem 12rem 2rem 10rem;
    box-shadow:2px 2px 2px 2px inset #c7c7c7;
    margin-top: 5rem;
    color:snow;
  }
  .footer-img{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:0 3rem;
  }
  .footer-img img{
    width:8rem;
    height:8rem;
  }
  .footer1 h1{
    margin-top: 2rem;
    margin-left: 1rem;
  }
  .footer2{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 3rem;;
  }
  .footer2 h1{
    margin-bottom:1rem;
  }
  #text-1{
    display:flex;
  }
  #text-1 a{
    text-decoration: none;
  }
  #text-1 p{
    margin-left: 0.5rem;
    margin-bottom: 1rem;
  }
  .contain-1{
    margin-right: 5rem;
  }
  #icon{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7rem;
  }
  #icon i{
    color:snow;
    cursor: pointer;
  }
  