/* Custom CSS */

#awwwards {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;

	width: 90px;
	height: 135px;

	text-indent: -666em;

	background-image: url(../img/root/awwwards_honorable_white.png);
	background-repeat: no-repeat;
	background-size: 90px 135px;

	overflow: hidden;
}

#wpselected {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;

	width: 90px;
	height: 90px;

	text-indent: -666em;

	background-image: url(../img/root/wpselected-badge-left.png);
	background-repeat: no-repeat;
	background-size: 90px 90px;

	overflow: hidden;
}

.ptf-custom--9135 .typed-cursor {
	color: #ee3364;
}

.ptf-custom--0531 {
	position: absolute;
	bottom: 15%;
	left: 130px;

	color: #0b0b0b;
	font-size: 35px;
}

.ptf-custom--9503::after {
	content: '';

	position: absolute;
	top: 50%;
	left: calc(100% + 30px);

	width: 0;
	max-width: 60px;
	height: 1px;

	background-color: #1f0e49;

	transition: width .5s 1s ease-in-out;
}

.ptf-is-page-loaded .ptf-custom--9503::after {
	width: 100%;
}

.ptf-custom--5832 {
	position: relative;
	z-index: 1;

	margin-right: 50px;
}

.ptf-custom--5832::after {
	content: '';

	position: absolute;
	top: -50px;
	right: -50px;
	z-index: -1;

	width: 100%;
	height: 100%;

	border: 10px solid #00bec5;
}

.ptf-custom--5832 {
	position: relative;
	z-index: 1;

	margin-right: 50px;
}

.ptf-custom--5832::after {
	content: '';

	position: absolute;
	top: -50px;
	right: -50px;
	z-index: -1;

	width: 100%;
	height: 100%;

	border: 10px solid #00bec5;
}

.ptf-custom--3103 .ptf-services-box__link {
	background-color: rgba(0,0,0,.25);
}

.ptf-custom--3103 .ptf-highlight {
	background: linear-gradient(to top, transparent 5%, rgba(0,0,0,.25) 5% , rgba(0,0,0,.25) 37%, transparent 37%);
}

.ptf-custom--4111 .ptf-swiper-pagination--style-1 span {
	background-color: #fff;
}

.ptf-custom--4111 .ptf-swiper-button-prev--style-2,
.ptf-custom--4111 .ptf-swiper-button-next--style-2 {
	color: #fff;
}

.ptf-custom--6632 {
	margin-top: -225px;
}

.ptf-custom--9917 .ptf-social-icons a:not(:hover) {
	color: #fff;
}

.ptf-custom--8681 .ptf-countdown h5,
.ptf-custom--8681 .ptf-countdown strong {
	color: #fff;
}

.ptf-custom--9511 .ptf-swiper-pagination--style-1 span {
	background-color: #fff;
}

.ptf-is--homepage-05 .ptf-header--default .ptf-navbar,
.ptf-is--homepage-05 .ptf-header--default .ptf-navbar.ptf-navbar--solid {
	background-color: #191919;
}

.ptf-is--homepage-11 .ptf-navbar {
	padding: 0 35px;
}

.ptf-is--homepage-11 .ptf-navbar .container {
	width: 100%;
}

/* min-width 768px */
@media (min-width: 768px) {
	.ptf-custom--5136 {
		padding-left: 70px;
	}
	.ptf-custom--8620 {
		padding-right: 70px !important;
	}
	.ptf-custom--5317 {
		padding: 0 30px !important;
	}
	.ptf-custom--5171 {
		padding-right: 70px;
	}
	.ptf-custom--7205 {
		margin-top: -100px;
	}
	.ptf-custom--8511 {
		padding-right: 85px;
	}
	.ptf-custom--6525 {
		position: relative;
		z-index: 2;
	}
}

/* max-width 767px */
@media (max-width: 767px) {
	#awwwards,
	#wpselected {
		display: none;
	}
	.ptf-custom--9135 h2 {
		font-size: 28px
	}
	.ptf-custom--1631 {
		font-size: 38px;
	}
}

/* max-width 991px */
@media (max-width: 991px) {
	.ptf-custom--9182 {
		font-size: 48px;
		line-height: 60px;
	}
	.ptf-custom--9182 {
		font-size: 48px;
		line-height: 60px;
	}
}

/* max-width 575px */
@media (max-width: 575px) {
	.ptf-custom-9182 {
		font-size: 38px;
		line-height: 50px;
	}
	.ptf-custom-9182 {
		font-size: 38px;
		line-height: 50px;
	}
	.ptf-custom--0531 {
		bottom: 5%;
	}
}

.artvyne-newcontact {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1rem;
	background: transparent;
}

.artvyne-newcontact__form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	background: rgba(61, 61, 61, 0.95);
	padding: 1.5rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.artvyne-newcontact__form:hover {
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.artvyne-newcontact__input-group {
	flex: 1;
	min-width: 200px;
	position: relative;
}

.artvyne-newcontact__input {
	width: 100%;
	padding: 0.9rem 1rem;
	background: #ffffff;
	border: 1px solid #e9e9e9;
	color: #333;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.artvyne-newcontact__input:focus {
	outline: none;
	border-color: #999;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.artvyne-newcontact__input::placeholder {
	color: #aaa;
	transition: all 0.2s ease;
}

.artvyne-newcontact__input:focus::placeholder {
	opacity: 0.5;
}

.artvyne-newcontact__submit {
	padding: 0.9rem 2rem;
	background: #333;
	color: #fff;
	border: none;
	font-size: 0.95rem;
	font-weight: 500;
	cursor: pointer;
	text-transform: none;
	flex: 0 0 auto;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	letter-spacing: 0.3px;
}

.artvyne-newcontact__submit:hover {
	background: #902b32;
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(144, 43, 50, 0.3);
}

@media (max-width: 768px) {
	.artvyne-newcontact__input-group {
		flex: 1 0 100%;
		margin-bottom: 10px;
	}
	
	.artvyne-newcontact__submit {
		flex: 1 0 100%;
		margin-top: 5px;
	}
}

.artvyne-portfoliotabmenu-container {
    font-family: 'CerebriSans', 'Segoe UI', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
}

.artvyne-portfoliotabmenu-header {
    margin-bottom: 40px;
}

.artvyne-portfoliotabmenu-title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.artvyne-portfoliotabmenu-tabs {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

.artvyne-portfoliotabmenu-tab {
    padding: 12px 24px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
    outline: none;
    letter-spacing: 0.5px;
}

.artvyne-portfoliotabmenu-tab.active {
    color: #902b32;
    font-weight: 600;
}

.artvyne-portfoliotabmenu-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #902b32;
}

.artvyne-portfoliotabmenu-tab:hover {
    color: #902b32;
}

.artvyne-portfoliotabmenu-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.artvyne-portfoliotabmenu-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    position: relative;
}

.artvyne-portfoliotabmenu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(144, 43, 50, 0);
    transition: all 0.4s ease;
    z-index: 1;
}

.artvyne-portfoliotabmenu-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.artvyne-portfoliotabmenu-item:hover::before {
    background: rgba(144, 43, 50, 0.2);
}

.artvyne-portfoliotabmenu-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: all 0.4s ease;
}

.artvyne-portfoliotabmenu-item:hover img {
    transform: scale(1.05);
}

.artvyne-portfoliotabmenu-content-section {
    display: none;
}

.artvyne-portfoliotabmenu-content-section.active {
    display: grid;
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive styles */
@media (max-width: 992px) {
    .artvyne-portfoliotabmenu-content {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .artvyne-portfoliotabmenu-tabs {
        flex-wrap: wrap;
    }
    
    .artvyne-portfoliotabmenu-tab {
        padding: 10px 18px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    .artvyne-portfoliotabmenu-content {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .artvyne-portfoliotabmenu-content {
        grid-template-columns: 1fr;
    }
}

/* Artvyne Modern Video Design Styles */
.artvyne-videodesign-section {
	/* background-color: #000; */
	color: #fff;
	padding: 0;
	overflow: hidden;
	width: 100%;
	}
  
  .artvyne-videodesign-container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
  }
  
  
  .artvyne-videodesign-heading {
	margin-bottom: 50px;
	text-align: left;
	padding: 0 20px;
  }
  
  .artvyne-videodesign-heading h2 {
	color: white;
	font-size: 3.5rem;
	margin-bottom: 15px;
	font-weight: 600;
  }
  
  .artvyne-videodesign-heading p {
	color: #ccc;
	font-size: 1.25rem;
	max-width: 600px;
	line-height: 1.6;
  }
  
  .artvyne-videodesign-gallery {
	display: flex;
	flex-direction: column;
	gap: 2px;
	width: 100%;
  }
  
  .artvyne-videodesign-row {
	display: flex;
	gap: 2px;
	margin-bottom: 2px;
	width: 100%;
  }
  
  .artvyne-videodesign-item {
	flex: 1;
	min-height: 100%;
  }
  
  .artvyne-videodesign-item.full-width {
	width: 100%;
	margin-bottom: 2px;
  }
  
  .artvyne-videodesign-card {
	position: relative;
	overflow: hidden;
	/* background-color: #000; */
	height: 100%;
	border-radius: 0;
	/* box-shadow: 0 4px 30px rgba(0,0,0,0.2); */
	}
  
  .artvyne-videodesign-media {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	overflow: hidden;
  }
  
  .artvyne-videodesign-iframe-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow: hidden; /* Eğer fotoğraflar taşıyorsa kesilsin */
  }

  .artvyne-videodesign-cover-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top; /* Üst kısım öncelikli olacak şekilde */
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .artvyne-videodesign-iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .artvyne-videodesign-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.2);
	transition: all 0.4s ease;
	cursor: pointer;
  }
  
  .artvyne-videodesign-eye-icon {
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,0.15);
	backdrop-filter: blur(5px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
	opacity: 0;
	transform: scale(0.8);
  }
  
  .artvyne-videodesign-eye-icon svg {
	color: white;
	width: 28px;
	height: 28px;
  }
  
  .artvyne-videodesign-overlay:hover {
	background-color: rgba(0,0,0,0.5);
  }
  
  .artvyne-videodesign-overlay:hover .artvyne-videodesign-eye-icon {
	opacity: 1;
	transform: scale(1);
  }
  
  .artvyne-videodesign-meta {
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.3s ease;
  }
  
  .artvyne-videodesign-card:hover .artvyne-videodesign-meta {
	transform: translateY(0);
	opacity: 1;
  }
  
  .artvyne-videodesign-title {
	color: white;
	font-size: 1.4rem;
	margin: 0;
	font-weight: 500;
  }
  
  .artvyne-videodesign-title a {
	color: white;
	text-decoration: none;
  }
  
  .artvyne-videodesign-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.95);
	z-index: 9999;
	animation: fadeIn 0.3s ease-in-out;
  }
  
  .artvyne-videodesign-modal-content {
	position: relative;
	width: 90%;
	max-width: 1200px;
	height: 0;
	padding-bottom: 50.625%;
	margin: 40px auto;
  }
  
  .artvyne-videodesign-close-btn {
	position: absolute;
	top: -40px;
	right: -40px;
	background: none;
	border: none;
	color: white;
	font-size: 32px;
	cursor: pointer;
	z-index: 10000;
	transition: transform 0.3s ease;
  }
  
  .artvyne-videodesign-close-btn:hover {
	transform: scale(1.1);
  }
  
  .artvyne-videodesign-modal-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  @keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
  }
  
  /* Responsive styles */
  @media (max-width: 1200px) {
	.artvyne-videodesign-heading h2 {
	  font-size: 3rem;
	}
  }
  
  @media (max-width: 992px) {
	.artvyne-videodesign-heading h2 {
	  font-size: 2.5rem;
	}
	
	.artvyne-videodesign-row {
	  flex-direction: column;
	}
	
	.artvyne-videodesign-item {
	  width: 100%;
	}
	
	.artvyne-videodesign-close-btn {
	  top: -30px;
	  right: 0;
	}
	
	.artvyne-videodesign-container {
	  padding: 0;
	}
  }
  
  @media (max-width: 768px) {
	.artvyne-videodesign-heading {
	  padding: 0 15px;
	}
	
	.artvyne-videodesign-heading h2 {
	  font-size: 2rem;
	}
	
	.artvyne-videodesign-heading p {
	  font-size: 1rem;
	}
	
	.artvyne-videodesign-title {
	  font-size: 1.2rem;
	}
	
	.artvyne-videodesign-eye-icon {
	  width: 50px;
	  height: 50px;
	}
	
	.artvyne-videodesign-eye-icon svg {
	  width: 24px;
	  height: 24px;
	}
  }
  
  @media (max-width: 576px) {
	.artvyne-videodesign-heading {
	  padding: 0 10px;
	  margin-bottom: 30px;
	}
	
	.artvyne-videodesign-meta {
	  padding: 15px;
	}
	
	.artvyne-videodesign-title {
	  font-size: 1rem;
	}
  }

  /* Tab Menu Container */
  .artvyne-portfoliotabmenu-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    border-bottom: none;
}

.artvyne-portfoliotabmenu-header {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Tab Buttons Container Style - Centered buttons */
.artvyne-tab-buttons {
    display: flex;
    align-items: center;
    justify-content: center; /* Changed to center alignment */
    border-bottom: none; /* Removed bottom border */
    padding: 0;
    margin: 0;
    gap: 0; /* Remove gap */
}

/* Tab Button Style */
.artvyne-newpagedesignbutton {
    position: relative;
    padding: 18px 40px;
    background-color: transparent;
    color: #777;
    border: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-transform: uppercase;
    border-radius: 0;
    margin: 0;
}

/* Inactive tab hover effect */
.artvyne-newpagedesignbutton:hover {
    color: #ffffff;
    background-color: rgba(144, 43, 50, 0.1);
}

/* Active tab style */
.artvyne-newpagedesignbutton.active {
    color: #ffffff;
    background-color: #902b32;
    font-weight: 600;
}

/* Create the red highlight bar for active tab */
.artvyne-newpagedesignbutton.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #902b32;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .artvyne-newpagedesignbutton {
        padding: 15px 25px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .artvyne-tab-buttons {
        justify-content: center; /* Also center on mobile */
        overflow-x: auto;
    }
    
    .artvyne-newpagedesignbutton {
        padding: 12px 20px;
        font-size: 12px;
        flex: 0 0 auto;
    }
}

.artvyne-newcontact-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	max-width: 1300px;
	margin: 0 auto;
}

.artvyne-newcontact-card {
	background-color: #191919;
	padding: 40px 35px;
	width: 280px;
	text-align: center;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	border: 1px solid rgba(0, 0, 0, 0.02);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.artvyne-newcontact-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
}

.artvyne-newcontact-icon {
	background-color: #902b32;
	color: white;
	width: 76px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
	box-shadow: 0 10px 20px rgba(144, 43, 50, 0.25);
}

.artvyne-newcontact-icon i {
	font-size: 32px;
}

.artvyne-newcontact-title {
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 1.5px;
	color: #ffffff;
	position: relative;
	padding-bottom: 15px;
}

.artvyne-newcontact-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 3px;
	background-color: #902b32;
}

.artvyne-newcontact-content {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 15px;
	font-weight: 400;
}

@media (max-width: 992px) {
    .artvyne-newcontact-container {
        gap: 25px;
    }
    
    .artvyne-newcontact-card {
        width: calc(33.33% - 25px);
        padding: 35px 30px;
    }
}

@media (max-width: 768px) {
    .artvyne-newcontact-container {
        gap: 20px;
    }
    
    .artvyne-newcontact-card {
        width: calc(50% - 20px);
        padding: 30px 25px;
    }
    
    .artvyne-newcontact-icon {
        width: 65px;
        height: 65px;
    }
    
    .artvyne-newcontact-icon i {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .artvyne-newcontact-card {
        width: 100%;
        max-width: 320px; /* Added max-width for better appearance */
    }
    
    .artvyne-newcontact-content {
        font-size: 15px;
    }
}