@charset "iso-8859-9";
/*-------------------------------------*/
/* TUYAN TASARIM VE REKLAM AJANSI      */
/* https://www.konyawebtasarimi.net/   */
/*         Front-End Abidino           */
/*-------------------------------------*/
/* CSS Document */

html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Open Sans', sans-serif!important;
	overflow-x: hidden;
}
::-webkit-scrollbar {
width:10px
}
::-webkit-scrollbar-track {
background:#fff
}
::-webkit-scrollbar-thumb {
background:#888
}
::-webkit-scrollbar-thumb:hover {
background:#ad3110
}
.btn.focus, .btn:focus, .form-control:focus, button:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
a {
	color: #1d1d1b;
}
a:hover {
	text-decoration: none;
}
i {
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik', sans-serif!important;
}
p, ul {
	font-family: 'Open Sans', sans-serif!important;
	font-size: 14px;
	font-weight: 400;
	color: #747e86;
}
ul {
	margin: 0;
	padding: 0;
}
.card {
	border: none;
}
.carousel-indicators {
	cursor: pointer;
}
iframe, object, embed {
	max-width: 100%;
	max-height: 100%;
}
.owl-carousel {
	z-index: 0;
}
hr {
	border-color: #1d1d1b;
}
.mobil{display: block;}
.masaustu{display: none;}

/*-------------------------------*/
.katalog{ 
	position: relative;
	padding-left:25px;
	list-style: none;
	margin-top: 15px;
}
.katalog a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-image: url(../../ikonlar/katalog.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.katalog a{
	color: #fff;
}

ul.list {
	list-style: none;
    margin-bottom: 20px;
    padding-left: 0;
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
}
ul.list li a, ul.list li span {
	color: #192437;
	font-weight: bold;
	font-size: 16px;
}
ul.list li i {
	color: #ad3110;
	font-weight: bold;
	font-size: 16px;
	margin-right: 10px; 
}
.link-detay {
	font: 300 14px 'Rubik', sans-serif;
	padding-left: 80px;
	color: #b94e32;
	display: inline-block;
	position: relative;
	transition: all .3s;
}
.link-detay:hover {
	transform: translate(10px);
	color: #b94e32;
}
.link-detay::after {
	content: '';
	background-color: #b94e32;
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 75px;
	transition: all .3s;
}

li.dropdown .dropdown-menu {
	margin: 0;
}

#yukari {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

/********** HEADER ***********/

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	box-shadow:0px 8px 20px 10px rgba(0 0 0 / 30%)
}
.headerBar {
	font: 700 11px 'Rubik', sans-serif;
	color: #646464;
	background-color: #fff;
	padding: 20px 15px;
	width: 100%;
	z-index: 99;
	justify-content: space-between;
	display: flex;
}
.menuBar {
	position: relative;
}
.headerBar::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(rgb(0 0 0), rgb(0 0 0 / 0%)100%);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.headerBar ul:not(.dropdown-menu)  {
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	display: flex;
	list-style: none;
}

.headerBar .headerContact li:first-child{
	border-right: 1px solid #646464;
}

.headerBar .headerContact li {
	padding: 3px 10px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.headerBar ul li a, .headerBar ul li, .headerBar ul li a i {
	color: #646464;
	font-size: 14px;
	font-weight: 400;
}

.headerRight {
	display: flex;
	justify-content: flex-end;
}
ul.headerRight > li {
	border-right: 1px solid #646464;
	padding: 0 10px;
}
.sosyal {
	list-style: none;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	display: flex;
}
.sosyal li a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #646464;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 16px;
	margin: 5px;
	color: #fff;
	transition: all .3s;
}
.sosyal li a:hover{
	border: 1px solid #0b1224;
	background-color: #0b1224;
	transition: all .3s;
}
.dil {
	border-right: none;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dil li{
	margin: 0 10px;
}
.dil a {
	display: block;
	font-weight: 700;
	padding: 5px;
}
.dil a i{
	display: block;
	font-weight: 700;
	padding: 5px;
	color: #ad3110;
	font-size: 2em;
	opacity: 0.8;
}
.dil .dropdown-menu {
	border-radius: 0;
	border: none;
	display: flex;
	justify-content: flex-start;
}
/********** MENU ***********/

#logo { 
	position: absolute;
    top: 0;
    left: 15px;
    z-index: 101;
    width: 100px;
}
.navbar-expand-lg .navbar-brand {
	display: block;
}
.anaMenu .navbar-collapse {
	padding-top: 50px;
	z-index: 100;
}
.navbar-expand-lg .navbar-nav .nav-item  { 
	align-items: center;
    display: flex;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	transition: all .3s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .active .nav-link {
	color: #ad3110;
	transition: all .3s;
}
.navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu, li.dropdown > .dropdown-menu .dropdown-item > .dropdown-menu {
	border-radius: 0;
	margin: 0;
	background-color: #081225;
	transition: all .3s;
}
.dropdown-item.active, .dropdown-item:active {
	color: inherit;
	text-decoration: inherit;
	background-color: inherit;
}
li.dil:hover > .dropdown-menu, li.dil > .dropdown-menu .dropdown-item:hover > .dropdown-menu {
	display: block;
    min-width: auto;
	transition: all .3s;
}
.navbar-expand-lg .navbar-nav .dropdown-menu > .dropdown-item {
	border-left: 4px solid #081225;
	padding-left: 10px;
	color: #fff;
	transition: all .3s;
}
.navbar-expand-lg .navbar-nav .dropdown-menu > .dropdown-item a{
	color: #fff;
	transition: all .3s;
}
.navbar-expand-lg .navbar-nav .dropdown-menu > .dropdown-item:hover {
	border-left: 6px solid #fff;
	background-color: rgba(255,255,255,0.31);
	transition: all .3s;
}
li.dropdown > .dropdown-menu .dropdown-item > .dropdown-menu {
	top: 0;
	left: 100%;
}
.nav-item.dropdown:hover .dropdown-menu{
	display: block;
}
.navbar-toggler {
	filter: invert(1);
}
/********** MENU ***********/

main{
	overflow: hidden;
}
/********** SLIDER ***********/

.slider {
	height: 100vh;
}
.slider .sliderAna .item {
	width: 100%;
    height: 100vh;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slider .sliderAna .item iframe{
	width: 100%;
    height: 100%;
    overflow: hidden;
	transform: scale(1.2);
}
.slider .sliderAna .item::after {
	content: '';
	position: absolute;
	display: flex;
	left: 0;
	bottom: 0;
	height: 20%;
	width: 100%;
	background-image: linear-gradient(rgb(0 0 0 / 0%) 70%, rgb(0 0 0));
	z-index: 2;
}
.slider .sliderAna .slider-content {
	position: absolute;
    width: 90%;
    z-index: 1;
    top: 75%;
    left: 5%;
    transform: translateY(-50%);
    height: 25vh;
	padding: 5px;
	background-color: rgb(8 18 37 / 0.3);
}
.slider .sliderAna .slider-content h3 {
	font-size: 1.5em;
	color: #fff;
	display: block;
	width: 100%;
}
.slider .sliderAna .slider-content p {
	color: #fff;
	display: none;
	width: 100%;
}
.slider .sliderAna .slider-content a {
	color:#fff;
	background-color: #b94e32;
	padding: 10px;
	padding-left: 80px;
}
.slider .sliderAna .slider-content a::before {
    content: '';
    position: absolute;
    left: 5px;
    bottom: -9px;
    width: 115px;
    height: 10px;
    background: url(../img/duyuru-after.png) no-repeat right;
    background-size: contain;
    z-index: -1;
}
.slider .sliderAna .slider-content a.link-detay::after {
    background-color: #fff;
}

.slider .sliderAna .owl-nav {
	position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		bottom: inherit;
		display: flex;
		justify-content: space-between;
}
.slider .sliderAna .owl-dots {
	position: absolute;
	left: 50%;
	bottom:0;
	transform: translateX(-50%);
	height: 50px;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.slider .sliderAna .owl-dot {
	background-color: #fff;
	border-radius: 50px;
	height: 10px;
	width: 20px;
	transition: all .3s;
	margin: 0 5px;
}
.slider .sliderAna .owl-dot.active {
	width: 40px;
	transition: all .3s;
}

.owl-carousel .owl-nav {
	position: absolute;
	bottom: -20px
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	background-color: #b94e32;
    padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
	margin: 5px;
}
/* ------------------ */ 
.duyuru {
	position: relative;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.duyuru .container {
	position: relative;
}
.duyuru .container::after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -24px;
    width: 90%;
    height: 25px;
    background: url(../img/duyuru-after.png) no-repeat right;
    background-size: contain;
    z-index: -1;
}
.duyuruSlider{
	background-color: #081225;
	padding: 15px;
}
.duyuruSlider .duyuru-yazi { 
	margin-top: 25px;
	margin-bottom: 25px;
	color: #fff;
}
.duyuruSlider .duyuru-yazi p {
	color: #fff;
}
.duyuruSlider .duyuru-yazi h3 { 
	font-weight: 900;
	font-size: 24px;
	padding-bottom: 10px;
	position: relative;
}
.duyuruSlider .duyuru-yazi h3::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #3b8cc2;
	height: 3px;
	width: 25%;
}
.duyuruSlider .duyuru-yazi span{
	display: block;
	font-weight: 300;
	font-size: 18px;
}
/********** SLIDER ***********/

/********** SECTİON HAKKIMIZDA ***********/
section.hakkimizda {
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}
section.hakkimizda::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 132px;
	height: 623px;
	background: url(../img/kurumsal-before.jpg) no-repeat right;
	background-size: contain;
	z-index: -1;
}

section.hakkimizda::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 185px;
	height: 623px;
	background: url(../img/kurumsal-after.jpg) no-repeat right;
	background-size: contain;
	z-index: -1;
}

section.ana .blok-metin  {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
}
.blok-metin h2 {
	color: #192437;
	font-weight: 600;
	font-size: 34px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.blok-metin h3 {
	color: #b94e32;
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 20px;
}
.blok-metin p {
	color: #747e86;
}

/* --------------------- */

section.kategoriler {
	background-color: #081225;
	position: relative;
}
section.kategoriler #myTabContent {
    padding: 15px;
}
.kategoriler .row > div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.kategoriler .blok-metin{
	padding-left: 15px;
}
.kategoriler .blok-metin h2 {
	color: #fff;
	font-size: 26px;
}
.kategoriler .blok-metin p {
	color: #fff;
}
.kategoriler .blok-metin ul {
	color: #fff;
}
.kategoriler .nav-tabs {
	width: 100%;
    border: 0;
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    bottom: 99%;
    z-index: 1;
}
.kategoriler .nav-tabs .nav-item {
	position: relative;
}
.kategoriler .nav-tabs .nav-item.show .nav-link,
.kategoriler .nav-tabs .nav-link.active {
	color: #fff;
    background-color: #fff;
    border: 0;
}
.kategoriler .nav-tabs .nav-item .nav-link {
	color: #fff;
    background-color: #143663;
    border: 0;
	border-radius: 0;
	padding: 10px;
	font-size: 12px;
}

.kategoriler .nav-tabs .nav-item:nth-child(2) .nav-link {
    background-color: #2f6594;
}
.kategoriler .nav-tabs .nav-item:nth-child(3) .nav-link {
    background-color: #3b8cc2;
}
.kategoriler .nav-tabs .nav-item:nth-child(4) .nav-link {
    background-color: #5da9db;
}
.kategoriler .nav-tabs .nav-item:nth-child(5) .nav-link {
    background-color: #74c2f5;
}

/********** SECTİON İKONLAR ***********/

section.ikon-bloklar {
	padding-bottom: 150px; 
	padding-top: 150px;	
}
.ikon-bloklar {
	padding-bottom: 150px; 
	padding-top: 150px;
	text-align: center;
}
.ikon-bloklar h3{
	color: #3b8cc2;
	font-size: 22px;
}
.ikon-bloklar h5{
	color: #b94e32;
	font-size: 16px;
}

.ikon-bloklar .row > div { 
	border-right: 1px solid #747e86;
}
.ikon-bloklar .row > div:last-child { 
	border-right: 0;
}
.ikon-bloklar .card-img-top {
	padding: 10px 60px;
}
.ikon-bloklar .card-body {
	padding: 5px;
}

/********** SECTİON İKONLAR ***********/

/********** SECTİON Urun ***********/
.sliderUrun {
	margin-bottom: 50px;
}
.product-block {
	overflow: hidden;
	padding: 15px;
}
.product-block a{
	display: block;
	border-radius: 5px;
	background-color: #fff;
	padding: 15px;
	transition: all .3s;
}
.product-block:hover a {
	color: #ad3110;
	box-shadow: 0px 0px 10px 5px rgba(0 0 0 / 30%);
	transition: all .3s;
}

.product-block-content {
	padding: 15px 0;
}
/********** SECTİON Urun ***********/

/********** Haberler ***********/
section.haberler, .sayfa-detay {
	position: relative;
	padding-bottom: 150px; 
	padding-top: 100px;
}
section.haberler::before, .sayfa-detay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/haberler-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.3;
}
.haberler .blok-baslik {
	text-align: center;
	margin-bottom: 50px;
}
.haberler .blok-baslik h2{
	color: #192437;
	font-size: 50px;
}
.haberler-blok {
	position: relative;
	margin-bottom: 50px;
	padding: 15px;
	border-radius: 5px;
	transition: all .3s;
}
.haberler-blok:hover {
	background-color: #fff;
	transition: all .3s;
}
.haberler-blok .haber-tarih {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    background: url(../img/haber-tarih.png) top left no-repeat;
    background-size: contain;
}
.haberler-blok .haber-tarih span {
	width: 100%;
	display: block;
	padding: 0 10px;
}
.haberler-blok .haber-tarih span:first-child{
	font-size: 36px;
	font-weight: 500;	
}
.haberler-blok .haber-tarih span:nth-child(2),
.haberler-blok .haber-tarih span:last-child{
	font-size: 12px;	
}
.haberler-blok-img  { 
	overflow: hidden;
	width: 100%;
}
.haberler-blok-img img {
	transition: all .3s;
}
.haberler-blok-img:hover img {
	transform: scale(1.1);
	transition: all .3s;
}
.haber-tarih hr {
    border: none;
	height: 2px;
    background: #fff;
	margin: 0;
}
.haberler-blok .haberler-blok-icerik h3 {
	color: #3b8cc2;
	font-size: 23px;
	padding: 10px 5px;
}
.haberler-blok .haberler-blok-icerik ul {
	padding-left: 10px;
	padding-bottom: 10px;
}
.haberler .row > div{
	margin-bottom: 25px;
}
.haberler .row > div:last-child{
	display: none;
}
/********** Haberler ***********/

/********** GALERÄ° ***********/
section.galeri {
	padding: 100px 0;
}
.galeri .row > div {
	overflow: hidden;
	padding: 10px 30px;
}
.galeri .row > div a {
	display: block;
	transition: all .5s;
}
.galeri .row > div a:hover {
	transform: scale(1.1);
	transition: all .5s;
}

/********** GALERÄ° ***********/

/********** FOOTER ***********/

footer {
	background-color: #0b1224;
	padding-top: 100px;
}
footer .blok-metin h3 {
	font-size: 26px;
	font-weight: 400;
}
.footerList {
	padding-left: 25px;
}
.footerList li {
	color: #ad3110;
}
.footerList li a, .footerList li span {
	color: #fff;
	font-size: 14px;
}
.footer-logo {
	display: block;
	width: 150px;
}
.footer-logo img {
	margin: auto;
	display: block;
}
.footer-text{
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
}
.cop {
	background-color: #ad3110;
	padding: 5px 0;
	margin-top: 50px;
	color: #fff;
	font-size: 14px;
}
.cop a {
	color: #fff;
	font-size: 14px;
}
.copy {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .sosyal li a{
	border-color: #fff;
}
.tuyan {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#yukari-cik {
	position: fixed;
	transform: translate(0, 145px) rotate(-90deg);
	z-index: 99;
	right: 20px;
	bottom: 75px;
	width: 50px;
	height: 50px;
	background-color: #ad3110;
	padding: 10px;
	transition: all .3s;
}
.sticky {
	transform: translate(0) rotate(-90deg)!important;
	transition: all .3s!important;
}
.cerez {
	transform: translate(0)!important;
	transition: all .3s!important;
}
.cerez {
	position: fixed;
	transform: translate(0, 100px);
	left: 0;
	bottom: 0;
	z-index: 2000;
	background-color: #ad3110;
	width: 100%;
	padding: 20px 30px;
}
.cerez p, .cerez p a {
	color: #fff!important;
	padding-top: 10px;
}
.cerez p a {
	text-decoration: underline;
}
.cerez .btn-sozlesme {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 50px;
	font-weight: 700;
	font-size: 12px;
	color: #e30613!important;
	text-decoration: none;
}
/********** FOOTER ***********/

/******** DETAY SAYFALARI *********/
.hiyerarsi {
	height: 40vh;
	position: relative;
	background-size: cover!important;
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.hiyerarsi::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20vh;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 0;
}
.hiyerarsi .blok-metin {
	padding-bottom: 20px;
	position: relative;
    z-index: 10;
}
.hiyerarsi .blok-metin h1 {
	color: #fff;
	font-size: 26px;
}
.hiyerarsi .blok-metin a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.hiyerarsi .blok-metin .hiyerarsi-ikon {
	margin: 0 10px;
	width: 15px;
	height: 15px;
}
.sayfa-detay  .text ul {
	margin-left: 20px;
}
section.iletisim {
	padding: 100px 0;
}
.iletisim .blok-metin {
	margin-bottom: 50px;
}
.iletisimform {
	margin-top: 100px;
}
.iletisimform .formbtn {
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	padding: 15px 25px;
	background-color: #ad3110;
	border-radius: 0;
	border: 1px solid #ad3110;
	transition: all .3s;
}
.iletisimform .formbtn:hover {
	color: #ad3110;
	background-color: #fff;
	margin-bottom: 6px;
	margin-left: 6px;
	transition: all .3s;
}
.form-control {
	border-radius: 0;
	padding: 15px;
}
.harita {
    margin-top: 20px;
    margin-bottom: 50px;
    height: 300px;
}
.form-control:focus {
	border-color: #1d1d1b;
}

.hakkimizda {
	padding-top:50px;
	padding-bottom: 50px;
}

.urun-detay .metin {
	margin-bottom: 50px;
	margin-top: 25px;
}
.sol_menuler {
	list-style: none;
	background-color: #1d1d1b;
	margin-bottom: 50px;
	transition: all .3s;
}
.sol_menu {
	border-left: 6px solid #ad3110;
	padding: 10px;
	color: #fff;
	transition: all .3s;
}
.sol_menu a {
	color: #fff;
}
.sol_menu:hover {
	border-left: 6px solid #fff;
	background-color: rgba(255,255,255,0.31);
	transition: all .3s;
}

.galeri-detay {
	padding-top: 100px;
	padding-bottom: 100px;
}
.blok-metin ul {
	padding-left: 20px;
	padding-bottom: 20px;
}
.sol-menu{
	padding-right: 100px;
}
.sol-menu-baslik {
	font-weight: 100;
	color: #fff;
    font-size: 2em;
    padding: 20px;
    border-bottom: 1px solid #000;
    background-color: #0b1224;
	border-radius: 5px 5px 0 0;
}
.sol-menu > ul.sol-menu-list{
    background-color: #0b1224;
    box-shadow: 0 11px 20px 0px #868686;
	border-radius: 0 0 5px 5px;
    border: 1px solid #0b1224;
}
.sol-menu ul{
	list-style: none;
}
.sol-menu-list li a{
	display: block;
	color: #fff;
	padding: 15px;
}
.sol-menu-list li a:hover{
	background-color:rgb(255 255 255 / 9%);
}
.sol-menu-list .sol-menu-child li a:hover{
	background-color:rgb(11 18 36 / 11%);
}
.sol-menu-list .sol-menu-child {
    background-color: #eff4f7;
}
.sol-menu-list .sol-menu-child .sol-menu-item {
    border-bottom: 1px solid #000;
}
.sol-menu-list .sol-menu-child li a{
	color: #0b1224;
	padding-left: 20px;
}
/******** DETAY SAYFALARI *********/

/******************* Responsive *****************/

@media (min-width: 576px) {
	.cerez {
		display: flex;
		justify-content: center;
		padding: 10px;
	}
	.cerez p {
		margin: 0;
	}
	.cerez .btn-sozlesme {
		width: 20%;
	}
}

@media (min-width: 760px) {
	#logo{
		width: 150px;
	}
	.galeri .glightbox img {
		max-width: inherit;
		max-height: 400px;
	}
	.cerez {
		padding: 15px 20px;
	}
	section.kategoriler #myTabContent{
		padding: 0;
	}
	.duyuru .container::after {
		left: 15px;
		bottom: -60px;
		width: 60%;
		height: 100px;
	}
	.iletisimform {
		margin-top: 0;
	}
	
	.slider .sliderAna .owl-dots {
		bottom: 17vh;
	}
	
}
@media (min-width:992px) {
.mobil{display: none;}
.masaustu{display: block;}

.dil .dropdown-menu {
	display: none;
}
	
.dil {
    justify-content: center;
	border-left: 1px solid #646464;
}
.headerBar {
	padding: 10px 30px;
	transition: .3s;
}
.anaMenu .navbar-collapse {
	padding-top: 0;
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.navbar-expand-lg {
	padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding:20px 10px;
	font-size: 12px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item .nav-link {
	padding: 5px;
}

.slider .sliderAna .slider-content {
    width: 50%;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    height: 25vh;
	padding: 25px;
}

.slider .sliderAna .slider-content h3 {
	font-size: 3em;
}
.duyuru {
	margin-top: -150px;
}
.duyuruSlider{
	padding: 50px;
}

	
.duyuruSlider .duyuru-yazi h3 {
	font-size: 36px;
}
.blok-metin h2 {
	font-size: 50px;
	margin-top: 0;
}
.footerNav {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}

.cerez p {
	font-size: 12px;
	padding: 5px 0;
}
.cerez .btn-sozlesme {
	width: 100px;
	margin-left: 10px;
}

.kategoriler .nav-tabs .nav-item .nav-link {
	padding: 10px 40px;
	font-size: 18px;
}	
.kategoriler .nav-tabs .nav-item:first-child :before {
	content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #0a213f transparent;
    border-style: solid;
    border-width: 0px 0px 40px 30px;

}
.kategoriler .nav-tabs .nav-item:last-child :before {
	content: '';
    position: absolute;
    right: -30px;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #0a213f transparent;
    border-style: solid;
    border-width: 0px 30px 40px 0;

}
	
.kategoriler .blok-metin {
	margin-left: 50%; 
}

}


@media (min-width:1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding:30px 20px;
	}
		
	.slider .sliderAna .slider-content p {
		display: block;
	}
	.slider .sliderAna .owl-nav {
		top: inherit;
		bottom: 20vh;
		left: 50%;
		transform: translate(-50%, 10px);
		width: 20%;
		display: flex;
		justify-content: space-between;
	}
	.haberler .row > div:last-child{
		display: block;
	}
}	
@media (min-width:1360px) {
	
}

@media (min-width:1440px) {
	.slider-metin h2 {
		font-size: 60px;
		width: 55%;
	}
	
}

@media (min-width:1600px) {
	.container {
		max-width: 1250px;
	}
}

@media (min-width:1900px) { }

@media (min-width:2100px) { }


.whatsappicon {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    background-color: rgb(37, 211, 102);
    z-index: 999;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.whatsappicon a {
    font-size: 26px;
    color: #fff!important;

}
.whatsappicon {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    background-color: rgb(37, 211, 102);
    z-index: 999;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.whatsappicon a {
    font-size: 26px;
    color: #fff!important;

}