@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	padding: 5px 10px;
	font-family: "Poppins", sans-serif;
}
header{
	width: 100%;
	min-height: 95px;
	position: relative;
}
nav ul {
	padding: 0;
}
nav ul li{
	float: left;
	list-style: none;
}
nav ul li a {
	padding: 15px 0px 0px 0px;
	margin: 0 15px;
	color: #000;
	display: block;
	font-weight: 400;
	font-size: 0.9vw;
	font-family: 'Poppins', sans-serif;
}
nav ul li a.aktif{
	border-bottom: 1px solid black;
}
nav ul li a:hover{
	text-decoration: none;
	color: #000;
}
header .logo{
	margin: 0;
  	position: absolute;
  	margin-top: 40px;
  	left: 50%;
  	text-align: center;
  	transform: translate(-50%, -50%);
  	width: 32.333333%;
}
header .logo img{
	width: 100%;
}
header .logo a{
	font-size: 24px;
	font-weight: 700;
	color: #000;
}
header .logo a:hover{
	text-decoration: none; 
}
a:hover{
	text-decoration: none;
}
#myVideo {
	position: fixed;
	right: 0;
  	bottom: 0;
  	min-width: 100%; 
  	min-height: 100%;
  	z-index: 99999;
}
.intro .logo{
	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	z-index: 99999;
  	transform: translate(-50%, -50%);
}

.category-filter{
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
}
.category-button a{
	color: #000;
	font-size: 15px;
}
.category-button a:hover{
	text-decoration: none;
	border-bottom: 1px solid black;
}
.category-button:focus{
	outline: none;
}
.category-button.active a{
	border-bottom: 1px solid black;
}
.category-button{
	border: none;
	background-color: #fff;
  font-family: 'Poppins', sans-serif;
	color: black;
	margin-left: 5px;
	border-bottom:1px solid #fff;
}
.video-content .filter{
	/* margin-bottom: 20px; */
}
.video-content{
	margin-top: 5px;
	text-align: center;
}
.video-content video{
	width: 100%;
}
.video-content .titles{
	text-align: left;
}
.video-content .titles h3{
	font-size: 18px;
	font-family: 'Poppins', serif;
	font-weight: 500;
	margin-bottom: 0;
}
.video-content .titles h4 span{
	border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 3px;
}
.video-content .titles h4 a{
	color:#000;
}
.video-content .titles h4{
	font-size: 13px;
	font-family: 'Poppins', serif;
	font-weight: 500;
	margin-bottom: 0;
}
.video-content .frangman{
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

.video-content .frangman .photo{
	margin-bottom: 10px;
}
.video-content .frangman .video{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 0;
	cursor: pointer;
}
.video-content .frangman .video:hover .play-icon{
	display: block;
}
.video-content .frangman .video .play-icon{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000061;
	text-align: center;
	top: 0;
	left: 0;
	display: none;
}
.video-content .frangman .video .play-icon img{
	width: 100px;
	height: 100px;
	margin: 0;
  	top: 50%;
  	left: 50%;
  	z-index: 99999;
  	transform: translate(-50%, -50%);
  	position: absolute;
}

.video-player{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	display: none;
}
.embed-container {
  --video--width: 1296;
  --video--height: 730;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}
.photos .titles p{
	font-family: 'Poppins', serif;
	font-style: italic;
	/*font-weight: 700;*/
	font-size: 20px;
}
.phtgrprs h4 a{
	border:none !important;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.filter-content h2{
	margin: 0 0 0 5px;
	font-family: 'Poppins', serif;
	font-size: 22px;
	font-weight: 500;
}
.social{
	margin-top: 50px;
	text-align: center;
	padding: 0;
	display: inline-block;
}
.social li{
	list-style: none;
	float: left;
}
.social a{
	padding: 10px 20px;
	margin: 5px;
	display: block;
	background-color: black;
	color: #fff;
	border-radius: 5px;
}
#js-filters-masonry{
	display: inline-block;
}
.cbp-filter-item{
	border: none !important;
}
.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active{
	background-color: #fff !important;
	border-bottom: 1px solid #000 !important;
	color: #000 !important;
}
.cbp-filter-counter{
	display: none;
}
.mobile-nav{
	display: none;
}
.mobile-nav ul li{
	float: none;
	width: 100%;
	text-align: center;
	border: none; 
}
.hamburger{
	display: none;
	text-align: right;
}
.about h2 {

	font-weight: 500;
	font-size: 26;
}
.about p {
	width: 100%;
	font-family: 'Poppins', serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 35px;
}
.contact p{
	width: 100%;
	font-family: 'Poppins', serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 30px;
}
.contact span{
	font-family: 'Poppins', serif;
	font-size:26px;
}
.contact table{
	width: 100%;
}
.lg-backdrop{
	/* background-color: #000000d6; */
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffffc2; /* Arka plan rengi varsa ekle */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Hafif bir gölge */
  transition: all 0.3s ease;
}
ul li{
	font-size: 20px;
	font-weight: 300;
}
a{
	color: #212529;
}

.cbp-l-grid-masonry-projects-title:hover{
	cursor: default;
}