@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.invert:hover {
	filter: invert(100%);
	
}

.yellow{
	color:#fef500;
}

.h2{
	color : #fef500;
}
.h1{
	color : #fef500;
}
.a{
	color : #ffffff
}
.a:hover {
  color :#fef500;
}
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
/*.gallery*/
.gallery{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-color: #000000;
	padding: 100px 0;
}
.gallery .gallery-filter{
	padding: 0 15px;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.gallery .gallery-filter .filter-item{
	color: #ffffff;
	font-size: 17px;
	text-transform: uppercase;
	display: inline-block;
  border-radius: 20px;
  margin-right: 8px;
	cursor: pointer;
  padding: 8px 20px 8px 20px;
	line-height: 1.2;
	transition: all 0.3s ease;
}
.gallery .gallery-filter .filter-item:hover{
	color: #fef500;
	font-size: 17px;
	text-transform: uppercase;
	display: inline-block;
  border-radius: 20px;
  margin-right: 8px;
	cursor: pointer;
  padding: 8px 20px 8px 20px;
	line-height: 1.2;
	transition: all 0.3s ease;
}
.gallery .gallery-filter .filter-item.active{
	color: black;
	border-color : #FEF300;
  background: #FEF300;
}
.gallery .gallery-item{
	width: calc(100% / 3);
	padding: 15px;

}
.gallery .gallery-item-inner img{
	width: 100%;
  border: 3px solid #d4dad9;
}
.gallery .gallery-item.show{
	animation: fadeIn 0.5s ease;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.gallery .gallery-item.hide{
	display: none;
}

/*responsive*/
@media(max-width: 491px){
	.gallery .gallery-item{
		width: 50%;
	}
}
@media(max-width: 467px){
    .gallery .gallery-item{
		width: 100%;
	}
	.gallery .gallery-filter .filter-item{
		margin-bottom: 10px;
	}
}

body {
  font-family: 'Poppins', sans-serif;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu_main {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.menu_main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu_main li {
  float: none;
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.menu_main li a {
  display: block;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
}

.menu_main li a:hover {
  color: #000000;
  background-color: #FEF300;
}

.footer_main li a:hover {
  color: #FEF300;
  background-color: #FEF300;
}

@media screen and (max-width: 768px) {
  .menu_main li {
    font-size: 16px;
    padding: 8px;
  }
  h2 {
    font-size: 1.2rem;
  }
  .menu_main li a {
    padding: 8px 16px;
  }
}

.card {
  background-color: #2F2F2F;
}

.card-title {
  color: #FFFFFF;
}

.card-text {
  color: #666;
}

.btn-primary {
  background-color: #000000;
  border-color: #000000;
}

.btn-primary:hover {
  background-color: #FEF300;
  border-color: #FEF300;
}

.btn:hover {
  color: #000000;
}
.circle-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-image img {
  width: 100%;
  height: auto;
}
button[type="submit"] {
  display: block;
  margin: 0 auto;
  background-color: #FEF300;
  color: #000000;
}




