@charset "UTF-8";
a:focus,
button:focus {
	outline: none !important;
}
:root{
	--rnk1:#4d826b;
	--rnk2:#60d668;
	--rnk3:#FFE500;
	--siyah:#121212;
	--roboto: "Cabin", sans-serif;
}

a{
	cursor: pointer;
}

*:focus {
	outline: none;
}

.btn{
	border: none;
}
.btn:hover{
	opacity: .3;
	animation: all .3s;

}
input,
button,
select,
textarea {
	outline: none;
}


p {
	margin: 0;
	font-family: var(--roboto);
	font-size: 16px;
}

i {
	font-style: normal;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}
a:hover {
	text-decoration: none;
	color: var(--rnk1);
}
html p a:hover {
	text-decoration: none;
	color: var(--rnk1);
}
.full-kutu{
	width: 100%;
	height: auto;
	background-color: var(--rnk1);
	display: flex;
	align-items: center;
}
.full-kutu span{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 2px 10px;
	display: inline-block;
}
.full-kutu span i{
	margin-right: 5px;
	color: var(--rnk3);
}
.full-kutu span a{
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}
.full-kutu span a:hover{
	color: var(--rnk3);
	text-decoration: none;
}
.header {
	position: relative;
	background-size: 140%;
}

.header-orta {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.content-left {
	color: white;
	margin-right: 20px;
	max-width: 500px;
}

.content-center img {
	max-width: 400px;
	border-radius: 8px;
}

.content-right {
	position: absolute;
	top: 25%;
	right: 35px;
	border: 3px solid #4d816a;
	padding: 5px;
	border-radius: 20px;
	text-align: center;
}

.vertical-text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 14px;
	margin-bottom: 10px;
	color: white;
}

.social-link {
	display: block;
	color: white;
	font-size: 24px;
	margin: 5px 0;
	transition: transform 0.3s;
}

.social-link:hover {
	transform: scale(1.2);
}

.btn-hakkimizda {
	background-color: #FF8000;
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s;
}

.owl-carousel .slide {
	display: flex;
	align-items: center;
}
.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 10px;
}
.header .owl-carousel, .owl-carousel .owl-item{
	position: unset;
}
.header .owl-nav{
	position: absolute;
	bottom: 10px;
	display: none;
	color: #fff;
}
.header .owl-carousel .owl-dots .owl-dot{
	background: transparent;
	border:2px solid var(--rnk1);
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot.active {
	background-color: #333;
}
.header .btn-hakkimizda{
	color: #fff;
	background: transparent;
	border-radius: 0;
	border: 1px solid var(--rnk2);
	height: auto;
	border-radius: 25px;
	line-height: auto;
}
header{
	height: 97vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-position: center;
	background-size: cover;
}
.header nav .navbar-brand img{
	width: 220px;
}
.header .navbar{
	background-color: #f9f9f9;
	border-bottom: 5px solid #4d816a;
}
.header.icbolum{
	height:110px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-image: repeating-linear-gradient(
		45deg,
		#4d816a 0px,
		#4d816a 10px,
		#3a6351 10px,
		#3a6351 20px
	);
}
.header-orta h1{
	font-family: var(--roboto);
	font-size: 59px;
	font-weight: 500;
	line-height: 90px;
	letter-spacing: 0em;
	position: relative;
	left: 10px;
	top: 50px;
	color: #fff;
}

#genel-ust .container{
	background-image: repeating-linear-gradient(320deg, #f3f3f3 0, #f3f3f3 0.5px, transparent 0, transparent 50%);
	background-size: 14px 14px;
	background-color: #f9f9f9;
	margin-top: 30px;
	padding: 50px;
	border-bottom: 5px inset var(--rnk1);
	border-radius: 25px;
}
#genel-ust .container h1{
	font-size: 36px;
	color: var(--rnk2);
	font-weight: 400;
}
#genel-ust .container h1 a{
	font-size: 36px;
	color: var(--siyah);
	font-weight: 400;
}
#genel-ust .container h1::before{
	content: 'Selen Polyester';
	font-family: var(--roboto);
	font-weight: 600;
	position: absolute;
	right:-50px;
	top: 17.5px;
	font-size: 12px;
	color: var(--rnk2);
	transform: rotate(90deg);
}
.yan-head{
	margin-right: 15px;
	transform: rotate(90deg);
	color: #fff;
	font-size: 18px;
	font-family: var(--roboto);
	font-weight: 700;
}
.yan-head a i{
	transform: rotate(-90deg);
	margin-left: 10px;
	color: #fff;
}
.bulten {
	padding: 30px 0;

}

.bulten h2 {
	font-size: 30px;
	width: 84%;
	color: var(--siyah);
	margin-top: 20px;
	font-size: 20px;
}

.bulten p {
	color: var(--siyah);
	font-size: 15px;
}

.bulten h2 b {
	font-weight: 800;
}

.bForm {
	position: relative;
}

.bulten input {
	width: 100%;
	padding: 25px 15px;
	font-weight: 600;
	color: var(--siyah);
	border: none;
	outline: none;
	background: #3c3c3c;
	margin-top: 14px;
	border: 1px solid #3c3c3c;
}

.bulten input::placeholder {
	color: var(--siyah);
}
.bulten button {
	position: absolute;
	top: 14px;
	right: 15px;
	padding: 25px 25px;
	border: none;
	outline: none;
	background: none;
	color: var(--siyah);
}

.btn-hakkimizda{
	width: 156px;
	background-color: #fff;
	height: 44px;
	border-radius: 7px;
	font-family: var(--roboto);
	font-size: 19px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0em;
	position: relative;
	text-align: center;
}
.btn-hakkimizda::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 100%;
	border-bottom: 7px solid var(--rnk1);
	border-radius: 25px;
	transition: .3s;
}
.btn-hakkimizda:hover{
	opacity: 1;
	border-radius: 0;
}
.btn-hakkimizda:hover::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 100%;
	border-bottom: 0px solid var(--rnk1);
	border-radius: 25px;
}

nav ul .menu-item{
	font-family: var(--roboto);
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
	color:#fff;
	position: relative;
}
nav .menu-item.menu-item a{
	color: var(--rnk1);
	position: relative;

}
nav .menu-item a{
	position: relative;
	padding: 8px;
	font-size: 1.2rem;
	color: #fff;
}
nav .menu-item a::after,
nav .menu-item.current_page_item a::after,
nav .menu-item a:hover::after {
	content: '';
	position: absolute;
	background: var(--rnk1);
	height: 3px;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	transition: width 0.3s ease;
}

nav .menu-item a::after {

	width: 0px;
}
nav .menu-item.current_page_item a::after {
	width: 30px;
}
nav .menu-item a:hover{
	color: var(--rnk1);
}
nav .menu-item a:hover::after {
	width: 100%;
}
.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: white;
	padding: 10px 0;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}

.menu-item:hover > .sub-menu {
	display: block;
}

.sub-menu li {
	padding: 2.5px 10px;
	white-space: nowrap;
}
.sub-menu li a{
	font-size: 16px;
}

.sub-menu li:hover {
	background-color: #f5f5f5;

}
.btn.btn-arama{
	background: var(--rnk1);
	height: 4rem;
	width: 4rem;
	border-radius: 0px;
}
nav .nav-bayrak{
	color: #fff;
	font-size:21px;
}
nav .hemenbtn{
	font-size:18px !important;
	height: 39px;
	color:#000 !important;
	top: 47px;
	line-height: 36px;
	border-bottom:3px solid var(--rnk1);
}
nav .hamburgerust i{
	font-size:36px;
	color: var(--rnk1);
}
#navbarModal .modal-dialog .close {
	font-size: 3.5rem;
}
#searchModal > .modal-dialog {
	width: 100% !important;max-width: 100% !important
}
#searchModal .modal-body{
	margin: auto;
}

#navbarModal .modal-content{
	border-radius: 0px;
	height: 100vh;
	background: #f9f9f9;
}
#navbarModal .modal-body{
	height: 100%;
	text-align: center;
}
#navbarModal .modal-body .nav-link,.text-white a{
	color: #fff;
}
#navbarModal .modal-body .navbar-brand img{
	width: 100%;
}
.card-sag{
	border-radius: 20px;
	width: 50%;
	height: auto;
	margin-left: 25%;
	background: var(--rnk1);
}
.card-sag .overlay{
	background: #fff;
	margin-bottom:5px;
	height: 98%;
	border-radius: 20px;
	background-image: repeating-linear-gradient(45deg, #f3f3f3 0, #f3f3f3 0.5px, transparent 0, transparent 50%);
}
.card-sag .item{
	display: flex;
	position: relative;
}
.card-sag .item img{

	position: relative;
	z-index: 10;
	left: 20px;
	top:-20px;
	border-radius: 25px;
}
.owl-carousel .owl-stage-outer{
	overflow: auto;
	overflow-x: clip;
	
	overflow-y: visible;	
}
.item .kutu{
	text-align: left;
	padding-left: 40px;
	padding-top:40px;
}
.card-sag .owl-nav{
	position: absolute;
	right: 3%;
	bottom: 23px;
	font-size: 16px;
	color: #fff;
}
.owl-nav .owl-prev, .owl-next{
	border-radius: 20px;
	padding: 20px;
	height: 30px;
	width: 30px;
	background: var(--siyah) !important;
}
.item .kutu h4{
	color: var(--siyah);
	font-weight: 700;
	font-family: var(--roboto);
}
.item .kutu p{
	font-weight: 200;
	font-size: 14px;
	font-family: var(--roboto);
	margin-bottom: 28px;
}
.item .kutu a{
	font-weight: 400;
	font-size: 14px;
	color: var(--siyah);
	padding: 5px;
	font-family: var(--roboto);
	border-bottom: 1px solid var(--rnk1);
}
.item .kutu a:hover{
	background-color: var(--rnk1);
}




#urunler .nav-link {
	font-size: 16px;
	color: var(--siyah);
	margin-bottom: 10px;
	transition: .1s;
	display: flex;
	align-items: center;
}
#urunler h2{
	font-family: var(--roboto);
	font-size: 28px;
	font-weight: 900;
	line-height: 39px;
	letter-spacing: 0em;
	margin-top: 40px;
}
#urunler h3{
	font-family: var(--roboto);
	font-size: 21px;
	font-weight: 400;
	margin-top: -10px;
	margin-left: 5px;
	letter-spacing: 3px;
	margin-bottom: 40px;
}
#urunler .position-relative {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 400px;
    background-color: #000;
}
#urunler .position-relative img.main-image {
    width: 200px;
	padding:20px;
    position: relative;
    z-index: 3;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
#urunler .position-relative img.second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    display: block;
    opacity: 0.7;
}
#urunler .position-relative::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
#urunler .position-relative .icp,
#urunler .position-relative .btn {
    z-index: 3;
    position: relative;
}
#urunler  #productTabsContent .position-relative .icp{
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-weight: 400;
	font-size: 32px;
	text-shadow: 1px 5px #ffffff47;
}
#urunler .nav-link .dashicons {
	margin-right: 8px;
	color: var(--rnk1);
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 1;
}
#urunler .nav-link.active .dashicons {
	margin-right: 8px;
	color: #fff;
}
#urunler .solbarurun{
	padding-left:5%;
}
#urunler .nav-link.active {
	background-color: var(--rnk1);
	color: #fff;
}
#urunler .nav-link:hover {
	background-color: var(--rnk1);
	color: #fff;
}

#urunler .nav-pills .nav-link.active {
	background-color: var(--rnk1);
	color: white;
	border-radius: 25px;
	border-bottom: 5px solid var(--rnk2);
}


#urunler .btn {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	color: var(--rnk1);
	background: transparent;
	border-radius: 0;
	font-weight: 600;
	border: 1px solid var(--rnk1);
	height: auto;
	border-right: 3px solid var(--rnk1);
	z-index: 3;
}

#hakkimizda-ana h1{
	font-family: var(--roboto);
	font-size: 28px;
	font-weight: 900;
	line-height: 39px;
	margin-bottom: 20px;
}
#hakkimizda-ana .cizgi{
	position: relative;
}
#hakkimizda-ana .cizgi::after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 7px;
	width: 70px;
	height: 5px;
	z-index: -1;
	border-radius: 4px;
	background: var(--rnk3);
}
#hakkimizda-ana p a{
	font-family: var(--roboto);
	font-weight: 400;
	font-size: 18px;
	padding:5px 40px;
	background: var(--rnk1);
}
#hakkimizda-ana p a{

	font-family: var(--roboto);
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
}
#tablist{
	background-image: repeating-linear-gradient(45deg, #f3f3f3 0, #f3f3f3 0.5px, transparent 0, transparent 50%);
	background-size: 14px 14px;
	background-color: #f9f9f9;
}
#tablist .demo {
	padding: 30px;
	min-height: 280px;
}
#tablist .tab-content {
	padding: 10px;
}
#tablist .demo .nav li a{
	text-transform: capitalize;
	font-family: var(--roboto);
	font-size: 18px;
	position: relative;
	font-weight: 400;
	color: var(--siyah);
	letter-spacing: 0em;
	text-align: center; 
	transition: .3s;
	padding: 5px 50px;
}
#tablist .demo .nav li a::after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 45%;
	width: 30px;
	height: 3px;
	transition: .3s;
	background: var(--rnk1);
}
#tablist .demo .nav li.active{
	background: var(--rnk1);
}
#tablist .demo .nav li.active a{
	color: #fff;
}
#tablist .demo .nav li.active a::after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--rnk1);
}
#tablist .demo .nav li a:hover::after{
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--rnk1);
}
.nav-tabs{
	border-bottom: none;
}
.yataycizgi{
	width: 5px;
	margin:20px auto;
	height: 40px;
	border-radius: 20px;
	background-color: var(--siyah);

}
#tablist .tab-content .owl-nav {
	position: absolute;
	left: 20px;
	font-size: 16px;
	color: #fff;
}
#tablist .tab-content .item{
	display: flex;
}
#tablist .tablistslidesol .tablistic{
	position: relative;
}
#tablist .tablistslidesol .tablistic .black-text{
	position: relative;
	font-size: 100px;
	font-weight: 700;
	opacity: .5;
	
}
#tablist .tablistslidesol .tablistic .black-textbir{
	position: absolute;
	top:20px;
	font-family: "Arizonia", cursive;
	font-size: 29px;
	font-weight: 500;
	line-height: 75px;
	text-align: left;

}
.mobileimage img{
	padding:50px;
}
#guncel .owl-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	top: -200px;
}
#guncel .owl-prev{
	color: var(--siyah);
	border: 1px solid #000;
	background: #fff !important;
}
#guncel .owl-next{
	color: var(--siyah);
	border: 1px solid #000;
	background: #fff !important;
}
#guncel .guncel h5{
	font-size: 24px;
	font-weight: 700;
}
#guncel .guncel a{
	color: var(--siyah);
	font-size: 18px;
	border-bottom: 2px solid var(--rnk2);
}
#guncel .guncel a .fa{
	font-size: 14px;
	margin-left: 5px;
}
#guncel .guncel a:hover{
	color: var(--rnk1);
}

#galeri{
	padding-top: 30px;
	background-image: radial-gradient(#f3f3f3 1.5px, transparent 1.5px);
	background-size: 10px 10px;
	background-color: #f9f9f9;
}
#galeri .owl-theme{
	position: relative;
	bottom: -80px;
}
#galeri .referansbtn{
	background: var(--siyah);
	color: #fff;
}

#galeri .btn-play{
	background-color: var(--siyah);
	color: var(--rnk2);
}
#bilgi .bilgiback {
	margin-top: 200px;
	background-image: linear-gradient( rgba(0,0,0,.9), rgba(0,0,0,.9) ), url(../images/bilgibackgr.png);
	background-size: cover;
	padding: 50px;
	color: #fff;
	border-radius: 20px;
}
#bilgi .bilgiback a{
	font-weight: 700;
	color: var(--siyah);
	padding:5px 20px;
	border-radius: 14px;
	border:2.5px solid #60D668;
	background-color: #fff;
}
#bilgi .bilgiback a .fab{
	color: #60D668;
}
#bilgi .bilgiback a:hover{
	opacity: .3;
}
footer{
	background: url(../images/shape-map.png);
	background-position: bottom;
	background-size: auto;
	background-repeat: no-repeat;
}
footer .footerwhatsapp{
	background-color: var(--siyah);
	padding: 5px 20px;
	border-radius: 5px;
	color: #fff;
	border: #60D668 1px solid;
}
footer .footerwhatsapp .fab{
	color: #60D668;
}
footer .footerwhatsapp:hover{
	opacity: .3;
}
footer .col-md-5 hr{
	background: var(--rnk1);
	height: 3px;
}
footer .col-md-2 .logo{
	width: 100%;
	margin: 20px 0px;
}

.mobile-uygulama{
	display: none;
}
footer .bar{
	margin-top: 100px;
	background-color: var(--rnk1);
	color: #fff;
	padding: 20px;
}
footer .border-bottom a{
	color: var(--siyah);
	padding: 5px 100px;
	border-radius: 3px;
	border: 1px solid var(--rnk1);
}
footer ul li a{
	color: var(--siyah);
}
footer .border-bottom{
	display: flex;
	justify-content: space-between;
}
#iletisim input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: none;
	border-bottom: 2px solid rgb(128, 126, 126);
	background: transparent;
	outline: none;
	width: 97%;
	text-transform: capitalize;
	padding: 1rem 0.4rem;
}
#iletisim form textarea{
	height: 120px;
}
#iletisim  .aside {
	background:var(--rnk1) 

}
#wpcf7-f67-o1 > form > p:nth-child(3){
	text-align: right;
	margin-right: 3%;
}
#wpcf7-f67-o1 > form > p:nth-child(3) > .has-spinner{
	background: transparent;
	border: 3px solid var(--rnk1);
	border-radius: 0px;
	padding: 4px 40px;
}
#iletisim .bg-light{
	z-index: 10;
	position: relative;
	top: -100px;
	margin: 0px 50px;
	border-radius: 25px;
}
.hamburgerust {
	display: none;
}
.icbolgeurun{
	background-image: repeating-linear-gradient(320deg, #f3f3f3 0, #f3f3f3 0.5px, transparent 0, transparent 50%);
	background-size: 14px 14px;
	background-color: #f9f9f9;
}
.icbolgeurun .card-body{
	padding: 5px;
	color: var(--siyah);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.icbolgeurun .card{
	box-shadow: -1px 10px 19px 4px #00000026;
	border-bottom: 10px solid var(--rnk1);
	border-radius: 25px;
	margin-top: 20px;
	transition: .3s;
}
.icbolgeurun .card img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.icbolgeurun .modalic:hover .card{
	border-bottom: 1px solid var(--siyah);
	opacity: .7;
	margin-top: 5px;
}
#searchModal .boxed-btn{
	background: transparent;
	border: 3px outset  var(--rnk1);
	border-radius: 5px;
}
#searchModal input{
	height: 60px;
	background:#d5d5d5;
	border-radius: 5px;
}
.headara i{
	color: #4c836c;
}
@keyframes bounceScale {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scale(1.2);
	}
	50% {
		transform: scale(1.1) rotate(5deg);
	}
	100% {
		transform: scale(1);
	}
}

.animasyonn h4.animate {
	animation: bounceScale 1.5s ease;
}

.animasyonn h4 {
	transition: transform 0.3s ease, color 0.3s ease;
	font-size: 1.5rem;
}

.animasyonn h4.animate {
	color: var(--rnk1); 
}

/* Varsayılan img boyutu */
.card-sag .owl-item .item img {
	width: 350px;
	transform: scale(0.7);
	transition: width 1s ease, transform 1s ease;
}

/* Aktif olduğunda img boyutunu büyütme */
.card-sag .owl-item.active .item img {
	transform: scale(1);
}




@media (min-width: 576px) {
	.modal-dialog {
		max-width: 700px;
		margin: 1.75rem auto;
	}
}
.dilsecenek {
	display: block;
}
@media only screen and (max-width: 1020px) {
	.hemenbtn{
		display: none;
	}
	.card-sag{
		margin-left: 0;
		width: 100%;
		position: absolute;
		bottom: 0;
	}
}
@media only screen and (max-width: 992px) {

	#urunler .position-relative {
		min-height: 350px;
	}
	#urunler .position-relative img.second-image{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	#urunler .position-relative img.main-image {
		width: 150px;
		position: relative;
		z-index: 3;
		margin: 0 auto;
		margin-bottom: 15px;
		display: block;
	}
	#urunler .btn{
		font-size: 14px;
		padding: 5px 15px;
	}
	#urunler .solbarurun{
		margin-bottom: 20px;
	}
	#urunler  #productTabsContent .position-relative .icp{
		font-size: 24px;
		bottom: 20%;
	}
	.dilsecenek  {
		display: none;
	}
	.dilsecenek.mobil {
		display: block;
	}

	#urunler .btn{
		bottom: 20px;
	}
	#urunler .solbarurun{
		padding:20px;
	}
	.tablistslidesol{
		text-align: center;
	}
	.content-right{
		display: none;
	}
	.header-orta h1{
		font-size: 3em;
		line-height: normal;

	}
	footer .border-bottom{
		display: grid;
		justify-items: left;
	}
	footer .border-bottom a{
		padding: 5px 30px;
		margin: 10px;
		width: 90%;
		text-align: center;
	}
	#tablist .tablistslidesol .tablistic .black-textbir{
		left:20px;
	}
	.mobileimage img{
		padding:0px;
		padding-bottom: 10px;
	}
	#tablist .tab-content .item{
		display: block;
	}
	.nav-item.dropdown{
		display: none;
	}
	.navbar-nav{
		display: flex;
		flex-direction: row;
	}
	.mobile-menu{
		display: none;
	}

	header{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.acilir-menu{
		display: block;
	}
	.acilir-menu .menu-item a{
		font-size: 21px;
		color: var(--siyah);
	}
	.acilir-menu .menu-item.current_page_item a{
		font-size: 24px;
		color: var(--rnk2);
	}
	.acilir-menu .menu-item{
		margin-bottom: 10px;
	}
	.header-orta{
		display: flex!important;
		flex-direction: column;
		align-items: center;
	}
	.full-kutu{
		display: none;
		text-align: center;
	}
	#tablist .nav-tabs.nav-tabs-dropdown,
	.nav-tabs-dropdown {
		border: 1px solid #dddddd;
		border-radius: 5px;
		overflow: hidden;
		position: relative;
	}
	#tablist  .nav-tabs.nav-tabs-dropdown::after,
	.nav-tabs-dropdown::after {
		content: "↓";
		position: absolute;
		top: 8px;
		right: 15px;
		z-index: 2;
		pointer-events: none;
	}
	#tablist .nav-tabs.nav-tabs-dropdown.open a,
	.nav-tabs-dropdown.open a {
		position: relative;
		display: block;
	}
	#tablist  .nav-tabs.nav-tabs-dropdown.open > li.active > a,
	.nav-tabs-dropdown.open > li.active > a {
		background-color: #eeeeee;
	}
	#tablist  .nav-tabs.nav-tabs-dropdown li,
	.nav-tabs-dropdown li {
		display: contents;
		padding: 0;
		vertical-align: bottom;
	}
	#tablist  .nav-tabs.nav-tabs-dropdown > li > a,
	.nav-tabs-dropdown > li > a {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		display: inline-block;
		border-color: transparent;
	}
	#tablist  .nav-tabs.nav-tabs-dropdown > li > a:focus,
	#tablist  .nav-tabs.nav-tabs-dropdown > li > a:hover,
	#tablist .nav-tabs.nav-tabs-dropdown > li > a:active,
	#tablist .nav-tabs-dropdown > li > a:focus,
	#tablist .nav-tabs-dropdown > li > a:hover,
	#tablist .nav-tabs-dropdown > li > a:active {
		border-color: transparent;
	}
	#tablist .nav-tabs.nav-tabs-dropdown > li.active > a,
	#tablist .nav-tabs-dropdown > li.active > a {
		display: block;

		position: relative;
		z-index: 1;
		background: #fff;
	}
	#tablist  .nav-tabs.nav-tabs-dropdown > li.active > a:focus,
	#tablist .nav-tabs.nav-tabs-dropdown > li.active > a:hover,
	#tablist .nav-tabs.nav-tabs-dropdown > li.active > a:active,
	#tablist .nav-tabs-dropdown > li.active > a:focus,
	#tablist .nav-tabs-dropdown > li.active > a:hover,
	#tablist .nav-tabs-dropdown > li.active > a:active {
		border-color: transparent;
	}
	#tablist .demo .nav li.active a{
		color: var(--siyah);
	}
	#tablist .demo .nav li a::after{
		display: none;

	}
	.hamburgerust {
		display: block;
	}
}
@media only screen and (max-width: 720px) {
	.header{
		background-size: cover;
		height: 82vh;
	}
	.card-sag{
		margin-left: 0;
		width: 100%;
		position: absolute;
		bottom: 0;
	}
	.card-sag .item{
		flex-direction: column;
	}
	.card-sag .owl-item .item img{
		width: 300px;
		left: 0;
		margin: 0 auto;
		transform: scale(1);
		padding: 0 5%;
	}
	.item .kutu p{
		display: none;
	}

	.header-orta h1{
		font-size: 2em;
		text-align: center !important;
	}
	.btn.btn-arama{
		position: absolute;
		right: 0;
	}
	.header .btn-hakkimizda{
		padding: 0;
		margin-top: 20px;
	}
	.item .kutu{
		padding: 10px;
		text-align: center;
	}
	#genel-ust .container h1{
		font-size: 24px;
	}
	#genel-ust .container h1 a{
		font-size: 24px;
	}
	#genel-ust .container h1::before{
		position: absolute;
		top: 10.5px;
	}
	#navbarModal .modal-dialog .close{font-size:2.5rem;}
	body > header > nav > div > ul.navbar-nav.ml-auto > li:nth-child(1) > a > i{    font-size: 24px;
		margin-right: -10px;
	}
	#iletisim .bg-light{
		margin: 0px;
	}
	.mobile-uygulama{
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	.mobile-uygulama .btn-mobil{
		width: 100%;
		background: #fff;
		margin: 20px;
		color: var(--siyah);
		padding: 10px;
		margin-top: 100px;
	}
	#navbarModal .modal-content{
		height: auto ;
	}
	.bulten{
		padding: 0;
	}
	body > footer > div.container.mt-5 > div:nth-child(1) > div:nth-child(1){
		display: none;
	}
	body > footer > div.container.mt-5 > div:nth-child(1) > div:nth-child(3){
		display: none;
	}
	body > footer > div.container.mt-5 > div:nth-child(1) > div:nth-child(4){
		display: none;
	}
	body > footer > div.container.mt-5 > div:nth-child(1) > div:nth-child(5){
		margin-top: 40px;
	}
	body > footer > div.bar > div > div > div.col-md-8 > p{
		display: none;
	}

	footer .bar h1{
		font-size: 1.2rem;
	}

}
@media only screen and (max-width: 431px) { 

	
}
/* Ürünler Bölümü Stilleri */
.urunler-bolum {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.urunler-bolum .bolum-baslik {
	text-align: center;
	margin-bottom: 40px;
}

.urunler-bolum .bolum-baslik h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
}

.urunler-bolum .bolum-baslik h4 {
	font-size: 20px;
	font-weight: 500;
	color: #4d816a;
	margin-bottom: 15px;
}

.urunler-bolum .bolum-baslik p {
	font-size: 16px;
	color: #666;
	max-width: 800px;
	margin: 0 auto;
}

.urunler-tab {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}

.urunler-tab .nav-tabs {
	border-bottom: 1px solid #e9ecef;
	background-color: #f8f9fa;
	display: flex;
	flex-wrap: wrap;
}

.urunler-tab .nav-item {
	margin-bottom: 0;
}

.urunler-tab .nav-link {
	border: none;
	padding: 15px 20px;
	color: #555;
	font-weight: 500;
	border-radius: 0;
	transition: all 0.3s ease;
}

.urunler-tab .nav-link i {
	margin-right: 8px;
	color: #4d816a;
}

.urunler-tab .nav-link.active {
	color: #fff;
	background-color: #4d816a;
	border: none;
}

.urunler-tab .nav-link.active i {
	color: #fff;
}

.urunler-tab .tab-content {
	padding: 0;
}

.urunler-tab .tab-pane {
	padding: 0;
}

.urun-kutu {
	position: relative;
	height: 400px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.urun-kutu:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
	z-index: 1;
}

.urun-resim {
	position: relative;
	z-index: 2;
	text-align: center;
	transition: all 0.5s ease;
	transform: translateY(-20px);
}

.urun-resim img {
	max-width: 80%;
	max-height: 300px;
	object-fit: contain;
}

.urun-buton {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.urun-buton .btn {
	background-color: #4d816a;
	border-color: #4d816a;
	padding: 10px 25px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.urun-buton .btn:hover {
	background-color: #3a6351;
	border-color: #3a6351;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.urun-buton .btn i {
	margin-left: 5px;
	transition: all 0.3s ease;
}

.urun-buton .btn:hover i {
	transform: translateX(5px);
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
	.urunler-tab .nav-tabs {
		flex-direction: column;
	}
	
	.urunler-tab .nav-link {
		border-radius: 0;
		text-align: left;
	}
	
	.urun-kutu {
		height: 350px;
	}
	
	.urun-resim img {
		max-height: 200px;
	}
}

/* Referanslar Bölümü Stilleri */
.referanslar-bolum {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.referanslar-bolum .bolum-baslik h2 {
  font-family: var(--roboto);
  font-size: 28px;
  font-weight: 900;
  line-height: 39px;
  letter-spacing: 0em;
  margin-top: 40px;
  color: var(--rnk1);
}

.referanslar-bolum .bolum-baslik p {
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--siyah);
}

.referanslar-bolum .yataycizgi {
  width: 70px;
  height: 5px;
  background-color: var(--rnk1);
  margin-bottom: 40px;
  border-radius: 4px;
}

.referans-kutu {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.referans-kutu:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.referans-kutu img {
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.referans-kutu:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 768px) {
  .referans-kutu {
    height: 120px;
    margin-bottom: 15px;
  }
  
  .referans-kutu img {
    max-height: 80px;
  }
}

/* Kategori Listesi Stilleri */
#kategori-listesi {
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}

#kategori-listesi .kategori-nav {
  padding: 10px 0;
}

#kategori-listesi .btn-outline-primary {
  color: var(--rnk1);
  border-color: var(--rnk1);
  margin: 5px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

#kategori-listesi .btn-outline-primary .dashicons {
  margin-right: 5px;
  font-size: 18px;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  line-height: 1;
}

#kategori-listesi .btn-outline-primary:hover {
  background-color: var(--rnk1);
  color: #fff;
}

#kategori-listesi .btn-outline-primary.active {
  background-color: var(--rnk1);
  color: #fff;
}

@media (max-width: 768px) {
  #kategori-listesi .btn-outline-primary {
    font-size: 12px;
    padding: 5px 10px;
  }
}

/* Referanslar Bölümü Stilleri */
.referanslar-bolum {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.referanslar-slider .item {
  padding: 15px;
}

.referanslar-kutu {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.referanslar-kutu:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.referanslar-kutu img {
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
  background-color: #007bff;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #0056b3;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
}

.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--rnk2);
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  
  .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  
  .referanslar-kutu {
    height: 120px;
  }
  
  .referanslar-kutu img {
    max-height: 80px;
  }
}

/* Referanslar Sayfası Grid Stilleri */
.referanslar-bolum .referans-kutu {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.referanslar-bolum .referans-kutu:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.referanslar-bolum .referans-kutu img {
  max-height: 150px;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .referanslar-bolum .referans-kutu {
    height: 150px;
  }
  
  .referanslar-bolum .referans-kutu img {
    max-height: 100px;
  }
}

@media (max-width: 576px) {
  .referanslar-bolum .referans-kutu {
    height: 120px;
  }
  
  .referanslar-bolum .referans-kutu img {
    max-height: 80px;
  }
}