@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Poppins:wght@300;400;600;700&display=swap');

body{
padding: 0;
margin: 0;
box-sizing: border-box;
}
h1,h3,h2,h4,h5,h6{
    font-family: 'Playfair Display', serif;
    }
    body{
        font-family: 'poppins' , san-sarif;
    }
ul{
    padding: 0;
}
.container{
    width: 1170px;
 margin: 0 auto;
}

.logo{
    width: 160px;
}
.background{
    /*background-color: #101010; */
    background-image: url(../img/pexels-edward-eyer-1049557.jpg);

    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 250px 0;
	background-position: center center;
}
header{

	position: absolute;
	z-index: 10;
	width: 100%;
	padding: 20px 0;
}

nav{
	display: flex;
	justify-content: space-between;
}


.navv ul li{
    display: inline-block;
	padding: 10px 0 10px 40px;

}

.navv ul li a{
    color: #ffff;
    text-decoration: none;
    font-family: 'poppins' , sans-serif;
    font-weight: 400;
    font-size: 16px;
    transition: all .5s;
	display: block;


}
.navv ul li a:hover{
color: #ea5f04;
transform: translateX(5px);
}

.first{
    display: inline-block;
    font-family: 'poppins' , sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 3px;
    color: #ffff;
}

.heading{
    color:#ffff;
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
	padding: 30px 0;

}
.button{
	display: block;
    margin: 50px 0;
}

.button a{
color: #ffff;
padding: 10px 30px;
background-color: #fd6500;
border-radius: 50px;
text-decoration: none;
font-family: 'poppins' , sans-serif;
font-weight: 400;
font-size: 15px;
text-align: center;
transition: all .5s;
}

.button a:hover{
    padding:10px 40px;
    transform: translate(10s);
}

.about-us{
	padding: 100px 0;
}


h3{
    font-weight: 700;
    font-size: 40px;
    color: #272727;
 }

.section2{
    display: flex;
}

.about-parent{
	display: flex;
}

.left-about{
	width: 50%;
}

.left-about h3{
	margin-bottom: 20px;
}

.right-about{
	width: 50%;

}


.parent{
    width: 230px;
    position: relative;
    left: 70px;
    bottom: 20px;
    box-shadow: 0 0 10px 0px rgba(0,0,0, 0.5);
}
.child{
    width: 250px;
}

.para{
    font-family: 'poppins' , san-sarif;
    font-weight: 300;
    font-size: 14px;
    color: #696969;
    text-align: justify;
    margin-top: 30px;
}
.button2{
	display: block;
    margin: 50px 0;
}

.button2 a{
color: #ffff;
padding: 10px 30px;
background-color: #fd6500;
border-radius: 50px;
text-decoration: none;
font-family: 'poppins' , sans-serif;
font-weight: 400;
font-size: 15px;
text-align: center;
transition: all .5s;
}

.button2 a:hover{
    padding:10px 40px;
    transform: translate(10px);
}

.heading2{
    font-size: 40px;
    text-align: center;
    color: #262626;
    padding: 0px 0px 30px 0px;
}
.next{
    text-align: center;
    color: #696969;
    font-family: 'poppins' ,sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.hand{
    width: 33%;
text-align: center;
margin-top: 30px;
border: 1px solid #d7d7d7;
    padding: 20px 0;
		transition: all .5s;
}

.hand:hover{
	background-color: #fff;
	transform: scale(1.02);
	box-shadow: 0 0 25px 5px rgba(0,0,0,0.1)
}

.part{
  width: 50px;
  opacity: 90%;
  text-align: center;
  padding: 20px 0;
}

.inner-line{
    color: #262626;
    font-size: 20px;
    text-align: center;
    padding: 10px 0 0 0;
}
.inner-linep{
    margin-top: 15px;
    font-family: 'poppins' , sans-serif;
	font-size: 14px;
    font-weight: 300;
    color: rgb(139, 137, 137);
  text-align: center;
  padding: 0px 10px;
}
.pls{
    padding: 50px 0px 0px 0px;
}
.pls i{
      color: #fd6500;
    font-size: 12px;
    padding: 0px 5px;

}

.pls a{
    text-decoration: none;
    color: #464545;
    font-family: 'poppins' ,sans-serif;
    font-weight: 500;
    font-size: 12px;
  	letter-spacing: 2px;;
		text-transform: uppercase;
}

.main{
    display: flex;
    justify-content: center;
}

.heading3{
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    color: #262626;
		padding: 0px 0px 30px 0px;
}

.img1{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.imga1{
    width: 350px;
    height: 250px;
    object-fit: cover;
    margin-right: 5px;
    transition: all 0.5s;
    opacity: 80%;
}
.imga1:hover{
    transform: scale(1.03);
    box-shadow: 0 0 8px 5px #adadad;
    opacity: 100%;
}

.img2{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.imga2{
    width: 350px;
    height: 250px;
    object-fit: cover;
    margin-right: 5px;
    opacity: 80%;
    transition: all  2s;
}
.imga2:hover{
    opacity: 100%;
    transform: scale(1.03);
    box-shadow: 0 0 10px 5px #c0c0c0;
}

.contact {
      text-align: center;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: #a4a4a4;
    margin-bottom: 20px;
}

.flex{
    display: flex;
}

.uel li{
list-style: none;
}
.uel li a{
    color: #777777;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s;
}

.uel li a:hover{
    color: #fff;
}
.background-img{
    background-image: url(../img/dark.jpg);
    width: 100%;
    opacity: 90%;
    object-fit: cover;
    margin-top: 50px;
}

.service-area{
	padding: 100px 0;
	background-color: #f5f5f5;
}


.heading5{
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #ffff;
    padding-top: 40px;
}

.hn1{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    color: #c0c0c0;
    margin-top: 30px;
}

.hn1 span{
    color: #ffff;
}


.work-area{
	padding: 100px 0;
}

.award{
    display: flex;
    justify-content: center;
}
.awardp{
    width: 100px;
margin-top: 70px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 50px;
opacity: 60%;
transition: all 0.5s;
}
.awardp:hover{
    opacity: 100%;
    transform: scale(1.1);
}
.hr2{
    margin: 10px 0;
    color: #464545;
}

.copyright a{
    text-decoration: none;
    color: #a8a8a8;
    font-family: 'poppins' , sans-serif;
    font-weight: 300;
    font-size: 10px;
}
.copyright span{
    color: #353535;
    font-family: 'poppins' , sans-serif;
    font-weight: 400;
    font-size: 12px;
}


footer{
	padding: 100px 0;
	background-color: #111319;
}

footer .flex{
	justify-content: space-between;
}

.footer-item{
			width: 33%;
}

.uel{
	text-align: center;
}

.uly li{
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}
.uly li a{
    color: #555555;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}

.copy{
	background-color: #272a33;
	padding: 10px;
	color: #fff;
}

.copy a{
	color: #777777;
	    font-size: 12px;
	    text-decoration: none;

}

.copy ul{
	margin: 0;
	padding: 0;
	text-align: right;
}
.copy ul li{
	display: inline-block;
	padding-left: 15px;
    transition: all 0.5s;
}
.copy ul li a:hover{
    transform: scale(1);
    color: #ffffff;
    text-decoration: underline #fd6500;
}

.copy .flex{
	justify-content: space-between;
}
