@charset "UTF-8";
/*
Theme Name: FirmaTemasi
Text Domain: firmatemasi
Version: 1.1.98
Requires at least: 5.0
Requires PHP: 7.0.0
Description: Kurumsal tema
Tags: blog, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: FirmaTemasi
Author URI: https://www.bs-internet.com/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #868686;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Josefin Sans, sans-serif;
    font-weight: 700;
}

h4,
h5,
h6 {
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #000;
    transition: ease-in;
}

.wp-block-button__link {
    background-color: #000;
    padding: calc(.267em + 2px) calc(1.666em + 2px);
}

/**
 * Top Bar
 */
.header-top a {
    color: #868686;
    font-size: 14px;
}

.header-top a:hover {
    color: #000;
    text-decoration: none;
}

.header-top .left-menu li:first-child svg {
    margin-top: -4px;
}

.header-top li {
	position: relative;
}

.header-top .left-menu li:last-child svg {
    margin-top: -2px;
}

.header-top .list-inline-item:not(:last-child) {
    margin-right: 1.20rem;
}

.header-top li.list-inline-item:last-child:before {
	content: "|";
	position: absolute;
	padding-left: 10px;
	margin-right: 10px;
	left: -25px;
}

.header-top svg {
    width: 16px;
    height: 16px;
}

.navbar {
	padding: 0;
}

.navbar-brand {
	margin-right: 2.5rem !important;
}

.navbar-brand img,
.footer-logo img {
	max-width: 140px;
}

.navbar-nav li {
	padding: 0 20px;
}

.navbar-nav li a {
	position: relative;
	text-transform: capitalize;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	font-size: 12px;
	background-color: transparent;
	color: #000;
	display: table;
	white-space: nowrap;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	border-bottom: 3px solid #fff;
}

.navbar-nav li a:hover,
.navbar-nav li.current-menu-item a,
.navbar-nav li.current-urunler-parent a {
	border-bottom: 3px solid #000;
	padding-bottom: 5px;
}

.searchFormText {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

#searchModal .input-group {
	border-bottom: 3px solid #000;
}
#searchModal .input-group .form-control {
	border: none; /* Remove all borders */
	border-radius: 0; /* No rounded corners */
	box-shadow: none; /* Remove shadow */
}

#searchModal  .input-group .form-control:focus {
	border: none; /* Remove all borders */
	box-shadow: none; /* Remove focus shadow */
}

#searchModal  .input-group .btn {
	border: none; /* Remove button border */
	background: transparent; /* Transparent background */
	padding-left: 0; /* Remove left padding */
	padding-right: 0; /* Remove right padding */
}

#searchModal  .input-group .btn svg {
	stroke: #000; /* SVG icon color */
	width: 28px; /* Icon size */
	height: 28px;
}

#searchModal  .input-group .form-control-lg {
	height: auto; /* Allow large input to adjust size automatically */
	padding: 0; /* Increase padding for larger input */
	font-size: 2.25rem; /* Increase font size for larger input */
}

/**
 * Ana Sayfa Slider
 */
.home-main-slider {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
}

.main-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-slider .slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.main-slider .slider-item.active {
    opacity: 1;
    z-index: 1;
}

.main-slider .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider .slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

.main-slider .slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.main-slider .slider-dot.active {
    background-color: #fff;
}

.main-slider .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 2;
}

.main-slider .slider-nav.prev {
    left: 10px;
}

.main-slider .slider-nav.next {
    right: 10px;
}

@media (max-width: 768px) {
    .main-slider .desktop-image {
        display: none;
    }
}

@media (min-width: 769px) {
    .main-slider .mobile-image {
        display: none;
    }
}

/**
 * Ana Sayfa Bannerlar
 */
.banner {
    position: relative;
    overflow: hidden;
}

.banner-img {
    position: relative;
    overflow: hidden;
}

.banner-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); /* Hafif siyahlık */
    z-index: 1;
}

.banner-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 8s ease; /* Daha uzun ve yavaş geçiş için 8 saniye */
    transform: scale(1); /* Başlangıçta normal boyut */
}

.banner:hover .banner-img img {
    transform: scale(1.2); /* Hover durumunda %10 büyüt */
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    max-width: 500px;
    width: 90%;
}

.banner-title {
    font-size: 2em;
    margin-bottom: 10px;
}

.banner-text {
    font-size: 1em;
    margin-bottom: 10px;
}

.banner-link a {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    transition: background-color 0.3s ease;
}

.banner-link a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/**
 * Ana Sayfa Ürünler Carousel
 */
@media (max-width: 767px) {
	#frontCarousel .carousel-inner .carousel-item > div {
		display: none;
	}
	#frontCarousel .carousel-inner .carousel-item > div:first-child {
		display: block;
	}
}

#frontCarousel .carousel-inner .carousel-item.active,
#frontCarousel .carousel-inner .carousel-item-next,
#frontCarousel .carousel-inner .carousel-item-prev {
	display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
	#frontCarousel .carousel-inner .carousel-item-end.active,
	#frontCarousel .carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}

	#frontCarousel .carousel-inner .carousel-item-start.active, 
	#frontCarousel .carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
}

#frontCarousel .carousel-inner .carousel-item-end,
#frontCarousel .carousel-inner .carousel-item-start { 
	transform: translateX(0);
}

#frontCarousel .carousel-item {
    position: relative; /* Yeni eklenen */
    transition: transform 0.6s ease-in-out; /* Yeni eklenen */
}
#frontCarousel .carousel-inner {
    display: flex;
    overflow: hidden; /* Yeni eklenen */
}

#frontCarousel .carousel-control-next, 
#frontCarousel  .carousel-control-prev {
    position: absolute;
    top: 44%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding: 0;
    color: #000;
    text-align: center;
    background-color: #fff !important;
    border: 1px solid #000;
    opacity: 1;
    transition: opacity .15s ease;
    height: 30px;
    right: -15px !important;
}

#frontCarousel  .carousel-control-prev {
	right: 0 !important;
	left: -15px !important;
}

#frontCarousel .carousel-control-prev-icon,
#frontCarousel .carousel-control-next-icon {
    filter: invert(1);
	width: 1rem;
	height: 1rem;
}

.front-page h2,
.front-page h3 {
	color: #000;
	font-weight: 500;
	line-height: 1;
}

.front-page h2 {
	font-size: 2rem;
}

.front-page h3 {
	font-size: 1.25rem;
}

.front-page .wp-block-media-text__content {
	padding: 0 16%;
}

.front-page .wp-block-media-text__media img:hover {
    animation-name: animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;	
}

.social-icons a {
	border: 1px solid #dee2e6;
	border-radius: 50%;
	width: 44px;
	display: inline-flex;
	height: 44px;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	padding: 5px;
}
.social-icons a svg {
	text-align: center;
}
.social-icons a:hover {
	background-color: #000;
	border-color: #000;
}

.social-icons a:hover svg {
	color: #fff;
}

.site-footer {
	border-top: 1px solid #dee2e6;
}

.footer-title {
	color: #000;
	font-size: 14px;
}

.footer-menu ul {
	list-style: none;
	padding: 0;
}

.footer-menu ul li a {
    font-size: 15px;
    color: #868686;	
}

.footer-menu ul li a:hover {
	color: #000;
	text-decoration: none;
}

.page-title-area {
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding: 45px 0;
	color: #000;
}

.page-title h1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 1;	
}

.page-content {
	padding: 60px 0;
	position: relative;
}

.contact-area .left {
	background-color: #fefefe;
}

.contact-area .right {
	background-color: #fff;
}

.contact-detail {
	padding: 40px;
	width: 540px;
	max-width: 540px;
	float: right;
	padding-right: 80px;
}

.contact-detail h2 {
	color: #000;
	margin-bottom: 1.5rem;
	font-weight: 400;
}

.contact-detail .icon-box {
	border: 1px solid #dee2e6;
	padding: 10px;
	margin-right: 1rem;
}

.footer-contact .icon-box {
	border: 1px solid #dee2e6;
	padding: 5px;
	margin-right: 1rem;
}

.contact-detail .icon-box svg {
	width: 36px;
	height: 36px;
}

.footer-contact .icon-box svg {
	width: 20px;
	height: 20px;	
}
.footer-contact .icon-text {
	padding: 5px;
}
.contact-detail .icon-text {
	padding-top: 10px;
}

.contact-detail .icon-text h3 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	margin: 0;
	line-height: 1;
}

.footer-contact .icon-text h3 {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	margin: 0;
	line-height: 1;
}

.footer-contact .icon-text p,
.contact-detail .icon-text p {
	margin: 0;
}

.footer-contact .icon-text p {
	font-size: 14px;
}

.form-area {
	padding: 40px;
}

.form-icon svg {
	width: 60px;
	height: 60px;
}

.form-title {
	font-size: 30px;
	color: #000;
}

.form-control-lg {
    padding: .85rem;
    font-size: 1rem;
}

.product-content {
	padding: 40px 0;
	border-top: 1px solid #dee2e6;
}

.product-content .breadcrumb-item {
	font-size: .90rem;
}

.product-content h1 {
    margin-bottom: 5px;
    font-size: 56px;
    line-height: 1.3;
    color: #000;
    word-break: break-word;	
}

.product-content .carousel-indicators {
	position: static;
	margin: 0;
}

.product-content .carousel-indicators [data-bs-target] {
    width: 100px;
    height: 100px;
    opacity: .6;
}

.product-content .carousel-indicators .active {
	opacity: 1;
}

.product-entry {
	padding: 40px;
}

.product-entry p {
	font-size: 1.2rem !important;
}

.product-slide-item,
.product-item {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.product-slide-item:hover,
.product-item:hover {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s ease;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	z-index: 1;
	cursor: pointer;
}

.product-slide-item .product-slide-img
.product-item .product-img {
	position: relative;
}

.product-slide-item .product-slide-img img,
.product-item .product-img img {
	transition: opacity 0.3s ease-in-out;
	max-width: 100%;
	height: auto;
	display: block;
	padding: 5px;
}

.product-slide-item .product-slide-img .custom-image,
.product-item .product-img .custom-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.product-slide-item:hover .product-slide-img .custom-image,
.product-item:hover .product-img .custom-image {
	opacity: 1;
}

.product-slide-item:hover .product-slide-img .original-image,
.product-item:hover .product-img .original-image {
	opacity: 0;
}

.product-name {
	font-size: 16px;
	color: #000;
	margin: 20px 0;
}

@keyframes animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.animation-wobble-horizontal:active,.animation-wobble-horizontal:focus,.animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.olcu_alani h3 {
	font-size: 1.35rem;
}

@media screen and (min-width: 768px) {
	.olcu_alani ul {
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
		padding-left: 20px;
	}	
}

@media screen and (max-width: 767px) {
	.olcu_alani ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		padding-left: 20px;
	}
	.contact-detail {
		width: auto !important;
	}
}

.urun_ikonlari img {
	width: 110px;
}

.mb-10 {
	margin-bottom: 10rem;
}
.text-justify {
	text-align: justify;
}

@media (max-width: 768px) {
	.mobile-search {
		position: absolute;
		right: 90px;
		top: 30px;
	}
	.navbar-nav li {
		margin-bottom: 1rem;
	}
	.navbar-nav li:first-child {
		margin-top: 1rem;
	}
    .desktop-image {
        display: none;
    }
	.home-main-slider {
		height: 436px;
	}	
	.main-slider .slider-item {
		height: 430px !important;
	}
	.urun_ikonlari img {
		float: left;
		width: 33%;
	}	
	.urun_ikonlari img:nth-child(3n) {
		float: left;
		width: 34%;
	}
	.home .wp-block-media-text__media,
	.banner {
		margin-bottom: 1rem;
	}
	.home .wp-block-media-text__content {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 769px) {
    .mobile-image {
        display: none;
    }
	.main-slider .slider-image-part:nth-child(5) {
		width: 10.2% !important;
	}	
	.urun_ikonlari img {
		float: left;
	}
	.urun_sertlik_bilgisi img {
		max-width: 480px;
	}
}

#searchModal {
	z-index: 10000;
}

.search h2 {
	font-size: 1.25rem;
}