/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

#header.header-modern:not(.header-active) {
	margin-top: 0px;
}

@media only screen and (max-width: 1000px) {
	.hide-mobile {
	display: none;
	}
	}

#header > div {
	background-color: gray;
}

.header-inner {
    color: gray;
}

#header .container {
	background-color: gray;
}


#header .header-inner, #header #header-wrap {
	height: 80px;
	background-color: #808080;
	/* backface-visibility: hidden; */
	/* -webkit-backface-visibility: hidden; */
	left: 0;
	right: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


#mainMenu nav > ul > li > a {
	position: relative;
	font-family: "Poppins", sans-serif;
	padding: 10px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #fff;
	border-radius: 0;
	border-width: 0;
	border-style: solid;
	border-color: black;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	line-height: normal;
}

a { color: inherit; } 



* {
	box-sizing: border-box;
  }
  

  @media screen and (max-width: 100000px) {
	.container-front-feature {
		display: flex;
		width: 1000px;
		
	text-size-adjust: 100%;
	margin: 0 auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0%;
	padding-left: 0%;

	}
  }

  
  /* @media screen and (min-width: 900px) {
	.container-front-feature {
		width: 1000;
	}
  } */

  @media screen and (max-width: 900px) {
	.container-front-feature {
		width: 100%;
		white-space: nowrap;
		overflow-x: scroll;	
		overflow-y: hidden;
		display: inline-block;
		padding-left: 100px;
		padding-right: 0px;
	}
  }


  @media screen and (max-width: 500px) {
	.container-front-feature {
		width: 100%;
		white-space: nowrap;
		overflow-x: scroll;	
		overflow-y: hidden;
		display: inline-block;
		padding-left: 500px;
		/* border: 10px solid green; */
		padding-bottom: 100px;
	}

	.card-front-feature-border {
		padding: 1em;
		}
	



  }




.container-front-feature {


}





.card-front-feature-border {
	padding: 1em;
	}

	.wrapper-front-feature {
	margin: 0 auto;
	display: flex;
	width: 90%;
	justify-content: space-evenly;
	}
	
	.card-front-feature {
	width: 280px;
	height: 360px;
	padding: 1.5rem;
	background: rgba(0, 0, 0, 1); /* black background with 60% opacity */;
	  position: relative;
	display: flex;
	align-items: flex-end;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
  
	}
	.card-front-feature img {
	width: 100%;
	height: 100%;
	opacity: 66%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	}
	.card-front-feature .info {
	position: relative;
	z-index: 3;
	color: white;
	opacity: 1;
	transform: translateY(0px);
	}
	.card-front-feature .info h1 {
	margin: 0px;
	color: white;
	}
	.card-front-feature .info p {
	letter-spacing: 1px;
	font-size: 15px;
	margin-top: 8px;
	color: white;
	}
	.card-front-feature .info button {
	padding: 0.6rem;
	outline: none;
	border: none;
	border-radius: 3px;
	background: blue;
	color: white;
	font-weight: bold;
	cursor: pointer;
	transition: 0.4s ease;
	}
	.card-front-feature .info button:hover {
	background: dodgerblue;
	color: white;
	}


	#hideAll
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: white;
   z-index: 99; /* Higher than anything else in the document */

 }

 .test {
	padding: 30px;
	position: relative;
 }