@import url('https://fonts.googleapis.com/css?family=Niconne&display=swap');
@import url('https://fonts.googleapis.com/css?family=Teko:300,400&display=swap');

html {
  scroll-padding-top: 70px; /* height of sticky header */
}
/*start nav*/
nav{
	background-color: rgba(0,0,0,.2)
}
.navbar-brand{
	font-size: 28px;
	font-family: abel;
	color: rgba(132,3,6,0.66);	
}
.navbar-brand:hover{
	color: rgba(199,192,19,0.73);
}
nav ul li{
	margin-right: 15px;
	color: #fff;
}
nav ul li a{
	position: relative;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	padding: 15px !important;
	font-family: alegreya;
	transition: .2s;
}
nav ul li a:hover{
	color: #620214;
}
nav ul li a::before,
nav ul li a::after{
	position: absolute;
	content: "";
	width: 51px;
	height: 3px;
	background-color: #fff;
	transform: rotate(90deg);
	transition: 0.4s;
	
}
nav ul li a::before{
	top: 0;
	left: 0;
	transform-origin: 0 0;
	
}
nav ul li a::after{
	bottom: 3px;
	right: 0;
	transform-origin: 100% 0;
}
nav ul li a:hover::before{
	transform: rotate(0deg);
	left: 50%;
	transform: translate(-50%);
}
nav ul li a:hover::after{
	transform: rotate(0deg);
	right: 50%;
	transform: translate(50%);
}
nav .navbar-toggler span{
	display: block;
	width: 30px;
	height: 3px;
	background: rgba(132,3,6,0.66);;
	margin: 7px;
}
nav .navbar-toggler {
	outline:none;
}
/*end nav*/
/*start header*/
.header{
	height: 580px;
	
}
.header .carousel,
.header .carousel-inner,
.header .carousel-item{
	height: 100%;
}
.header img{
	height: 450px;
	width: 100%;
	border-radius: 0 0 50% 50%/ 0 0 100% 100%;
	transform: scale(1.5);
	filter: brightness(0.25)
}
.header .carousel-indicators li{
	transition: 0.5s;
	margin-bottom: 18px;
}
.header .carousel-indicators li.active{
	background-color: #F0085E;
}
.header .carousel-indicators li:hover{
	transform: rotate(180deg);
}
.header .info{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;	
}
.header .info p{
	font-size: 32px;
	font-weight:700;
	font-family: arizonia;
}
.header .info h2{
	font-size: 50px;
	margin: 30px 0;
	font-family:"cabin-sketch";
}
.header .info .btn-danger{
	border-radius: 50px;
	padding: 10px 25px;
	margin: 3px;
	background: #F9B7D5;
	border-color: #F9B7D5;
}
.header .info .btns .active{
	background: #F0085E;
}
/*end  header*/
/*start about*/
.heading h2{
	font-size: 24px;
	font-weight: 600;
	
}
.heading span{
	width: 60px;
	height: 3px;
	display: block;
	background: #F0085E;
	margin: 0 auto;
	
}
.heading img{
	width: 100%;
}
ul{
	list-style: none;
	padding: 0;
}
.about{
	background-color: #DBDBDB;
	padding: 30px 0;
}
.about i{
	color: #F0085E;
	margin-right: 8px;
}
/*end about*/
/*start services*/
.serv h2{
	font-size: 28px;
	font-weight: 600;
	
}
.serv span{
	width: 60px;
	height: 3px;
	display: block;
	background: #F0085E;
	margin: 0 auto;
	
}
.serv h5:hover{
	font-size: 18px;
	color:  #F0085E;
}
/*end services*/
/*start team*/
.team h2{
	font-size: 28px;
	font-weight: 600;
	
}
.team span{
	width: 60px;
	height: 3px;
	display: block;
	background: #F0085E;
	margin: 0 auto;
	
}
.info-team p{
	font-family: "bigshot-one";
	background-color: rgba(132,3,6,0.76);
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 12px 0;
	text-align: center!important;
	color: #fff;
}

.info-image{
	position: relative;
}
.overlay{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}
.overlay p{
	color: rgba(255,255,255,.7);
	text-align: center;
	font-family: aladin;
	font-style:italic;
	font-size: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
}
.team .overlay{
	opacity: 0;
	transition: .5s;
}
.team .info-image:hover .overlay{
	opacity: 1;
}
/*end team*/
/*start portfolio*/
.portfolio h2{
	font-size: 28px;
	font-weight: 600;
	
}
.portfolio span{
	width: 60px;
	height: 3px;
	display: block;
	background: #F0085E;
	margin: 0 auto;	
}
.portfolio .btn-danger{
	color: #444;
	border: 1px solid;
	border-radius: 50px;
	width: 100px;
	background-color: #fff;
	margin-right: 8px;
}
.portfolio .btn-danger:hover{
	color: #fff;
	background-color: rgba(132,3,6,0.76);
	transition: .3s;
}
 .btn-danger .active{
	background: rgba(132,3,6,0.76)!important;
}
.portfolio{
	background-color:#DBDBDB;
}
 .venobox {
	height: 100%;
	width: auto;
	color: black;
}

/*end portfolio*/
/*start button up*/
.up{
	position: fixed;
	bottom: 10px;
	right: 50px;
	background: #f82249;
	border:none;
	border-radius: 50%;
	color: #ffffff;
	width: 40px;
	height: 40px;
	display: none;	
}
/*end button up*/
/*start contact*/
.contact h2{
	font-size: 28px;
	font-weight: 600;
	
}
.cont span{
	width: 60px;
	height: 3px;
	display: block;
	background: #F0085E;
	margin: 0 auto;	
}
.contact .mid{
	border-left: 1px solid #444;
	border-right: 1px solid #444;

}
.contact .icon{
	width: 70px;
	height: 70px;
	margin: 30px auto;
	border: 1px solid #444;
	border-radius: 50%;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	
}


.form-style-2{
	max-width: 500px;
	padding: 20px 12px 10px 20px;
	font: 13px Arial, Helvetica, sans-serif;
	margin-left: 100px;
	align-items: center;
}
.form-style-2-heading{
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	font-size: 24px;
	padding-bottom: 3px;
}
.form-style-2 label{
	display: block;
	margin: 0px 0px 15px 0px;
}
.form-style-2 label > span{
	width: 100px;
	font-weight: bold;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
.form-style-2 span.required{
	color:red;
}
.form-style-2 .tel-number-field{
	width: 40px;
	text-align: center;
}
.form-style-2 input.input-field, .form-style-2 .select-field{
	width: 48%;	
}
.form-style-2 input.input-field, 
.form-style-2 .tel-number-field, 
.form-style-2 .textarea-field, 
 .form-style-2 .select-field{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
}
.form-style-2 .input-field:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
	border: 1px solid #F0085E;
}
.form-style-2 .textarea-field{
	height:200px;
	width: 55%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
	border: none;
	padding: 8px 15px 8px 15px;
	background: #F0085E;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
	background: #2E0313;
	color: #fff;
}

/*end contact*/
/*start footer*/
footer{
	background:rgba(0,0,0,0.45);
	height: 120px;
	width: 100% !important;
}
footer p{
	color: #fff;
	text-align: center;
	padding-top:  48px;
	font-style: italic;
}
/*end footer*/
/*media queries*/
@media(max-width:767px){
	.header .info{
		width: 80%;
	}
	.header .info p{
		font-size: 18px;
	}
	.portfolio .btn-danger{
	   font-size: 11px;
	   width:72px;
	   margin-right: 5px;
		text-align: center;
	}
	.contact .mid{
		border: hidden;
	}
	.form-style-2{
		margin-left: 0;
		margin-top: 18px;
	    width: 100%;
	}
	.header .info h2{
		font-size: 32px;
	}
	.header .info .btn-danger{
		padding: 7px 15px;
		font-size:14px;
	}
	.carousel-indicators{
		bottom: 76px;
	}
}
@media(max-width:991px){
	nav li a{
		display: inline-block !important;
		color: rgba(132,3,6,0.90) !important;
	}
	nav li a:hover{
		color: rgba(199,192,19,0.73)!important;
	}
	nav{
		height: 72px;
		background-color: rgba(0,0,0,.5);
	}
}