@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&amp;display=swap");

#filters{
    display: flex;
    gap: 10px;
}

#filters div{
    margin-bottom: 10px;
    border: 1px solid blue;
    padding: 5px;
    border-radius: 20px;
    cursor: pointer;
}

#gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
}

#gallery .active{
    width: 30%;
    padding: 5px;
    transition: width .3s;
}
#gallery .inactive{
    width: 0;
    padding: 0;
    transition: width .3s;
}


a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.ppuppercase {
    text-transform: uppercase;
}

.pcapitalize {
    text-transform: capitalize;
}



 
.ptheme_bg {
    background: #A79C95;
}

 
.ptheme_bg2 {
    background: #88CEEB;
}


.ptheme_btn {
	overflow: hidden;
	color: #A79C95;
	background: transparent;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	font-family: "Poppins", sans-serif;
	padding: 22px 38px 22px 38px;
	display: inline-block;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	border-color: blue;

	
.ptheme_btn   i {
    font-size: 15px;
    line-height: 1;
    margin-left: 5px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}


.ptheme_btn::before {
    top: 0px;
    width: 0px;
    left: auto;
    right: 0px;
    z-index: -1;
    bottom: 0px;
    content: "";
    position: absolute;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}


.ptheme_btn:hover {
	color: white;
	background-color: #88CEEB;
}

.ptheme_btn:hover::before {
    left: 0px;
    width: 100%;
    right: auto;
}

.ptheme_btn:hover i {
    transform: translateX(10px);
}

.ptheme_btn_bg::before {
    background: #88CEEB;
}

.ptheme_btn_bg_02::before {
	background: Aqua;
}

.ptheme_border_btn {
	color: #A79C95;
	background: transparent;
	border: 2px solid #414657;
}

.ptheme_border_btn:hover {
    color: #88CEEB;
    border-color: blue;
	 background-color:tranparent; 
}

.ptheme_border_btn:hover::before {
	background: #A79C95;
	border-color: transparent;
	background-color: transparent;
}

.ptheme_btn2 {
	background: #88CEEB;
	border-color: Blue;
}

.ptheme_btn2:hover {
    border-color: transparent;
    background:#88CEEB;
}

.ptheme_btn2:hover::before {
	border-color: transparent;
	background: #88CEEB;
}
