@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
	padding: 0;
    font-family: montserrat, sans-serif;
    box-sizing: border-box;
}

.hero{
	height: 100vh;
	width: 100%;
	background-image: url("images/bi.jpg");
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

nav{
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	background-color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 1rem;
	z-index: 100;
}

nav a{
	text-decoration: none;
	color: #000000;
	
}

nav span{
	font-weight: 300;
}

.lg{
	font-size: 5rem;
	color: #D95B10;
	
}

nav ul li{
	list-style-type: none;
	display: inline-block;
	padding-right: 1.3rem;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	
}

nav ul li a{
	font-weight: 500;
	transition: .3s;
	
}

nav ul li a:hover{
	color: #D95B10;
}

.active{
	color:#D95B10; 
}


nav h2{
	line-height: 0rem;
	font-size: 2rem;
	padding-bottom: 1.7rem;
	padding-top: 1.3rem;
	
}

.main-img img{
	padding-top: 8rem;
	position: relative;
	left: 55%;
	object-fit: contain;
	width: 28rem;
	
	
}
.hero-cont{
	position: absolute;
	top: 45%;
	left: 10%;
	
}

.hero-cont h4{
	color: #FFFFFF;
	margin-bottom: 1.3rem;
	margin-left: .5rem;
	letter-spacing: .1rem;
	font-weight: 400;
}

.hero-cont h1{
	font-size: 7rem;
	line-height: 6rem;
	color: #FFFFFF;
	
}

.hero-cont h3{
	color: #D95B10;
	margin-top: 2rem;
	font-weight: normal;
	
}

.home-section{
	background: #111111;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	padding-left: 3rem;
	padding-right: 12rem;
	padding-bottom: 1rem;
	
}

.home-section a{
	text-decoration: none;
	color: #FFFFFF;
}

.hs-txt h1{
	color: #FFFFFF;
	font-size: 3.8rem;
	margin-bottom: 1rem;
	font-weight: 500;
	
}

.hs-txt p{
	color: #FFFFFF;
	margin-bottom: 1.4rem;
	line-height: 2rem;
}

.hs-img img{
	width: 50rem;
	height: auto;
}

.hs-txt button{
	background: #D95B10;
	color: #000000;
	text-decoration: none;
	font-weight: 600;
	padding: .5rem .7rem;
	border: 2px solid #D95B10;
	border-radius: 30px;
	transition: .4s;
}

.hs-txt button:hover{
	background: transparent;
	color: #FFFFFF;
	font-weight: 500;
	cursor: pointer;
	transition: .3s;
}

footer{
	text-align: center;
	background: #1A1A1A;
	color: #727272;
	padding: 2rem;
}


.topic{
	text-align: center;
	background: #D95B10;
	color: #FFFFFF;
	font-size: 2rem;
	padding-top: 7.5rem;
	padding-bottom: 2.5rem;
	
}

.gall-imgs{
	background: #2E2E2E;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.gall-imgs img{
	padding: 1.5rem;
	transition: .3s;
}

.gall-imgs img:hover{
	cursor: pointer;
	background: #3D3D3D;
}

.gall-imgs2{
	background: #2E2E2E;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}

.gall-imgs2 img{
	padding: 1.5rem;
	transition: .3s;
}

.gall-imgs2 img:hover{
	cursor: pointer;
	background: #3D3D3D;
}


.Contact-sec{
	background: #0F0F0F;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13% 17%;

}

.Contact-sec h1{
	color: #D95B10;
	font-size: 2rem;
	font-weight: 500;
	
}

.Contact-sec p{
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-bottom: 1rem;
	
}

.Contact-form form{
	position: relative;
}

.Contact-form form input,form textarea{
	width: 100%;
	padding: 1rem;
	margin: 7px;
	border: none;
	outline: none;
	background: #2F2F2F;
	border-radius: 10px;
	color: #FFFFFF;

}

.cont-img{
	margin-left: 3rem;
}

.Contact-form .btn{
	background: #D95B10;
	color: #000000;
	width: 8rem;
	cursor: pointer;
	transition: .2s;
}

.Contact-form .btn:hover{
	
	border-radius: 20px;
	color: white;

	
}

#video{
	margin-left:30rem; 
}

	
	
	
	
	







