@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=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --orange-construction-color: #F87431;
  --orange-neon-color: #FF6700;
  --primary-subtle-color: #999;
  --bg-color: #000;
  --bg-faded-color: #222;
  --border-color: #3a3a3a;
  
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 1st page */

header{
  height: 100vh;
  width: 100%;
  background-color: black;
}
nav{
  width: 100%;
  height: 100px;
  position: sticky;
 
  
}
.banner{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.banner video{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.nav-content{
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

header .company-name{
  background-color: var(--orange-neon-color);
  
  width: 300px;
  height: 100px;
  color: black;
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.company-name h1{
 
  font-size: 50px;
  font-weight: 900;
}

.list-items{
  margin-right: 50px;

  
}
.list-items ul{
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  list-style: none;

  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 900px;
  letter-spacing: 1px;
}
.list-items ul a{
  text-decoration: none;

  color: white;
}
.list-items ul li{
  border: 2px solid transparent;
  padding: 20px;
  background-color: black;
  opacity: 0.7;
 border-radius: 50px;
}
.list-items ul li:hover{
  border: 2px solid #FF6700;
  color: var(--orange-neon-color)
}



header .middle-content{
  margin-left: 300px;
  margin-top: 150px;
  height: 300px;
  width: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--orange-neon-color);
  opacity: 0.9;
}
.middle-content h2{
  color: black;
  padding: 20px;
  font-size: 50px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform:capitalize;
  text-align: center;
}

/* 2nd page */

.information-container{
  background-color: white;
  width: 100%;
  height: 650px;
  display: flex;
  gap: 80px;
  justify-content: space-between;
  align-items: center;
  
}
.left{
 width: 700px;
 height: 300px;
 margin-left: 100px;
 
}
.right{
  width: 600px;
  height: 500px;
 margin-top: 55px;
 margin-bottom: 55px;
 padding-top: 20px;
 
}
.numbers{
  margin-bottom: 50px;
  border-left: 5px solid var(--orange-construction-color);
  padding-left: 20px;
  padding-bottom: 20px;
}
.numbers h1{

  font-family: 'Rajdhani', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #5f5f5f;
  font-size: 55px;
  letter-spacing: 2px;
}
.numbers p{
  
  font-family: 'Rajdhani', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #5f5f5f;
  font-size:25px;
}
.left .paragraph{
  font-size: 23px;
  color: rgba(85, 81, 81, 0.9);
  font-family: "Roboto", sans-serif;
  line-height: 35px;
}
.type{
  display: flex;
 gap: 20px;
  align-items: center;
  color: rgba(53, 47, 47, 0.9);
  font-family: "Roboto", sans-serif;
 
  
}
.type p{
  font-size: 23px;
}
.engineering{
  background-color: var(--orange-neon-color);
  
  width: 180px;
  height: 50px;
  padding: 20px;
  padding-bottom: 45px;
  text-align: center;
  border-radius: 10px;
}
.engineering:hover{
  background-color: black;
  color: #FF6700;
}
.construction{
  background-color: var(--orange-neon-color);
  width: 180px;
  height: 50px;
  padding: 20px;
  padding-bottom: 45px;
  text-align: center;
  border-radius: 10px;
}
.construction:hover{
  background-color: black;
  color: #FF6700;
}
.p{
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 3rd page */

.main{
  height: 1150px;
  /* background-color: rgb(39, 36, 36); */
  background-color: var(--bg-faded-color);
  color: white;
}

.main .image-part{
  background-image: url(AdobeStock_270531549_Preview.jpeg);
 
  height: 500px;

  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.image-part h2{
  color: white;
  text-align: center;
  padding-top: 60px;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
}
.main #utube{
  box-shadow: 0 0 35px rgba(0,0,0,0.65);
}
.main .youtube-video{
  margin-left: 120px;
  padding-top: 60px;
  
}
.video-content p{
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  font-family:  "Roboto", sans-serif;
  font-style: 30px;
  text-align: center;
  font-weight: 300;
  font-size: 19px;
    line-height: 38px;
    margin: 0 0 18px 0;
}
.button-container{
 
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  align-items: center;
}
.button{
  background-color: var(--orange-neon-color);
  color: black;
  border-radius: 10px;
  width: 250px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  padding-top: 16px;
  font-family:  "Roboto", sans-serif;
  transition: 0.5s ease-in-out;
}
.button:hover{
  width: 350px;
  height: 90px;
  font-size: 30px;
  padding-top: 23px;
  color: var(--orange-neon-color);
  background-color: black;
  
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

/* 4th page */

section .p-name{
  font-size: 30px;
  font-family:  "Roboto", sans-serif;
  color: rgba(53, 47, 47, 0.9);
  text-align: center;
  margin-top: 80px;
  /* text-shadow: 0 0 3px rgba(0, 0, 0, 0.829); */
}

.grid{
  
  display: grid;
  padding: 50px 80px;
  grid-template-areas: 
  "I1 I2 I3 "
  "I4 I5 I6 "
  "I7 I8 I9 "
  ;
}

.item1{
  grid-area: I1;
}
.item2{
  grid-area: I2;
}
.item3{
  grid-area: I3;
}
.item4{
  grid-area: I4;
}
.item5{
  grid-area: I5;
}
.item6{
  grid-area: I6;
}
.item7{
  grid-area: I7;
}
.item8{
  grid-area: I8;
}
.item9{
  grid-area: I9;
}


.grid-image{
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.829);
  border-radius: 10px;
  transition: 0.2s ease-in-out;
  width: 355px;
  height: 370px;
  margin-bottom: 35px;
}

.grid-image:hover{
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}

/* carrer page */

 .career-container{
  position: relative;
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  overflow: hidden;
 
}



swiper-container {
  width: 100%;
  font-family:  "Roboto", sans-serif;
  padding-top: 50px;
  padding-bottom: 50px;
}

swiper-slide {
  background-position: center;
  background-size: cover;
  width: 390px;
  height: 400px;

}
swiper-slide img {
  display: block;
  width: 100%;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
swiper-slide{
  background-position: center ;
  background-size: cover;
  width: 320px;
  background: #fff;
  box-shadow:  0 15px 50px rgba(0,0,0,0.2);
  filter: blur(4px);
  /* background: #dac4ba; */
}
.swiper-slide-active{
  filter: blur(0px);
}

.career-content{
  position: relative;
  width: 100%;
  padding: 40px;
  padding-top: 90px;
 
  color: #999;
}
.career-content .quote{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 30px;
  opacity: 0.2;
}
.career-content .staff{
  display: flex;
  align-items: center;
  margin-top: 25px;

}
.career-content .staff .img{
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.career-content .staff .img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-content .staff h3{
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--orange-neon-color);
  line-height: 1.1em;
}
.career-content .staff h3 span{
  font-size: 15px;
  color: #666;

}
.swiper-3d .swiper-slide-shadow-left {
  background-image: none;
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

/* footer */

footer .footer_bar{
   
  margin-top: 20px;
  background-color: var(--orange-neon-color);
  margin-left: 10px;
  margin-right: 10px;
  padding: 80px 40px;
  color: hsla(0,0%,100%,.5);;
  font-weight: 600;
  font-size: 20px;
}
footer .footer_upper{
  
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-direction: row;
  background-color: var(--bg-faded-color);
  color: var(--primary-subtle-color);
  font-family: 'Roboto', sans-serif;
}
footer .footer_lower{
  background-color: var(--border-color);
  color: var(--primary-subtle-color);
  
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  flex-direction: row;
  font-family: 'Roboto', sans-serif;
}

.footer_upper h4{
  color: white;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
footer ul{
  
  list-style: none;
  font-size: 13px;
  font-weight: 500;
  text-align: justify;
  
}
footer li{
  margin-bottom: 15px;
}
footer h1{
  font-family: initial;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 40px;
}
footer span{
  color: white;
}
footer .footer-links{
  border-left: 1px solid gray;
  padding-left: 50px;
}
footer h4 .news{
  border: none;
}
footer .footer_upper .jnec{
  margin-right: 80px;
}

footer .top_contact{
  display: flex;
  justify-content: center;
  gap: 70px;
}
footer .bottom_contact{
  display: flex;
  justify-content: center;
  gap: 70px;
}
footer .contact_way{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer_lower i{
  font-size: 30px;
}
.footer_lower h2{
margin-right: 80px;
font-size: 30px;
}
