/*********************************************************************************

	Template Name: Naha Civan - Photography Portfolio Bootstrap 5 Template
	Description: A perfect template to build beautiful and unique photography/portfolio websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/
/**************************************************************

	STYLESHEET INDEXING
	|
	|
	|___ Google Fonts
	|___ Section Styles
	|
	|
	|___ END STYLESHEET INDEXING

***************************************************************/
/**************************************
    Google Fonts
***************************************/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


/**************************************
    Section Styles
***************************************/
.section {
	height: auto !important;
	overflow-y: clip;
}

.portfolio-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}

