@charset "utf-8";
@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');
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi+Fun:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url(../fontawesome/css/all.min.css);

a {
    color: #999;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
a,
a:focus,
a:hover,
a:visited {
    text-decoration: none !important;
    cursor: pointer;
    outline: 0;
}
*,
p {
    padding: 0;
    margin: 0;
	
    position: relative;
    color: #495057;
}
* {
    border: none;
    outline: 0;
}
body {
    position: relative;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0;
    background: 0 0;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: hidden;
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
::selection {
    background: #00aced;
    color: #fff;
}
::-webkit-input-placeholder {
    color: inherit;
}
::-moz-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}
 
.wow{visibility:hidden;}


/* HEADER */
#header {
    position: relative;
    z-index: 999;
    width: 100%;
    background: #ffff;
}
#header .headertop{
    position: relative;
    background-color: #191919;
    padding: 15px;
}






#header .headerbody{
    position: relative;
    background: #ffffff;
	
    -webkit-box-shadow: 0 0 15px -9px #24292d;
    -moz-box-shadow: 0 0 15px -9px #24292d;
    box-shadow: 0 0 15px -9px #24292d;
}



#header .logo {
    position: relative;
    height: 140px;
    padding-top: 10px;
    padding-bottom: 20px;
}
#header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}





#header .contactinfo, #header .contactinfo .itembox {
    display: flex;
    align-items: center;
    position: relative;
    float: right;
}
#header .contactinfo .itembox {
    margin-left: 50px;
}
#header .contactinfo .itembox:first-child{
    margin-left: 0;
}
#header .contactinfo .itembox i {
    font-size: 40px;
    margin-right: 10px;
    color: #d50006;
}
#header .contactinfo .itembox .itemboxcontetn a {
    display: block;
    font-size: 15px;
    color: #11161e;
    font-weight: 500;
}
#header .contactinfo .itembox .itemboxcontetn a:hover {
    color: #11161e;
}
#header .contactinfo .itembox .itemboxcontetn span {
font-size: 18px;
    color: #120600;
    font-weight: 400;
}






/* Menu Buton */
.mobilemenu {
position: relative;
    cursor: pointer;
    display: block;
    width: 65px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-left: 1px solid #dee2e6;
    padding-left: 15px;
    margin-left: 15px;
}
.mobilemenu span {
	position: relative;
    display: block;
    height: 6px;
    border-radius: 10px;
    background: #1d1d1b;
    float: left;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.mobilemenu span:nth-child(1) {width: 50%;margin-bottom: 7px;}
.mobilemenu span:nth-child(2) {width: 100%; margin-bottom: 7px;}
.mobilemenu span:nth-child(3) {width: 75%;}


.mobilemenu:hover span:nth-child(1){width: 100%;}
.mobilemenu:hover span:nth-child(2){width: 75%;}
.mobilemenu:hover span:nth-child(3){width: 100%;}
.mobilemenu.menuacik span:nth-child(1){width: 100%;}
.mobilemenu.menuacik span:nth-child(2){width: 75%;}
.mobilemenu.menuacik span:nth-child(3){width: 100%;}


#panelmenuoverlay{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #191919;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}
#panelmenuoverlay.menuacik{
	opacity: .7;
    visibility: visible;
}




#panelmenu{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    z-index: 9999;
    background: #fff;
    padding: 30px 30px 30px;
    left: -450px;
	
    opacity: 0;
    visibility: hidden;
	
    transition: all 0.3s ease-in;

}
#panelmenu.menuacik{
	opacity: 1;
    visibility: visible;
    left: 0;
}

#panelmenu .panelmenutop{
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
#panelmenu .panelmenutop .logo {
    width: 150px;
}
#panelmenu .panelmenutop .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
#panelmenu .panelmenutop .panelmenukapat{
    position: relative;
    top: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#panelmenu .panelmenutop .panelmenukapat i{
    font-size: 30px;
    color: #191919;
}
#panelmenu .panelmenutop .panelmenukapat:hover i{
    color: #de2021;
}
 
#panelmenu .panelmenubody{
	    overflow: auto;
    width: 100%;
    height: 100%;
}
#panelmenu .panelmenubody .pahakkinda{
    margin-bottom: 50px;
    display: block;
}
#panelmenu .panelmenubody .pahakkinda p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}
#panelmenu .panelmenubody .pahakkinda a{
    font-size: 16px;
    color: #191919;
}
#panelmenu .panelmenubody .pahakkinda a:hover{
    color: #de2021;
}


#panelmenu .panelmenubody .pamenu{
    margin-bottom: 50px;
    display: block;
}

#panelmenu .panelmenubody .pamenu a {
    font-size: 17px;
    font-weight: 600;
    color: #191919;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
#panelmenu .panelmenubody .pamenu a:hover {
    margin-left: 10px;
}
#panelmenu .panelmenubody .pamenu a:hover:before {
    visibility: visible;
    opacity: 1;
}
#panelmenu .panelmenubody .pamenu a:before {
    position: absolute;
    content: "";
    background: #de2021;
    width: 5px;
    height: 2px;
    left: -10px;
    right: 0;
    top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
#panelmenu .panelmenubody .pamenu .pamenudropdown{
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    border-left: 1px solid #e5e5e5;
    padding-left: 15px;
}
#panelmenu .panelmenubody .pamenu .pamenudropdown.menuacik{
     visibility: visible;
    opacity: 1;
	display:block;
}


#panelmenu .panelmenubody .pailetisim{

    margin-bottom: 20px;
    display: block;
}
#panelmenu .panelmenubody .pailetisim a{
font-size: 20px;
    color: #191919;
    margin-bottom: 5px;
    display: block;
}
#panelmenu .panelmenubody .pailetisim a:hover{
    color: #de2021;
}


#panelmenu .panelmenubody .paharita{
	margin-bottom:50px;
	padding-bottom:125px;
    display: block;
}
#panelmenu .panelmenubody .paharita iframe{
	
    width: 100% !important;
    height: 200px !important;
}

#panelmenu .panelmenubody .psocial{

    margin-bottom: 20px;
    display: block;
}
#panelmenu .panelmenubody .psocial .psoitem {
    display: inline-block;
    color: #ffffff;
    background: #191919;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
#panelmenu .panelmenubody .psocial .psoitem:before {
    content: "";
    display: none !important
}

#panelmenu .panelmenubody .psocial .psoitem i {
    color: #ffffff;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
}

#panelmenu .panelmenubody .psocial a:hover .psoitem{
    color: #ffffff;
    background: #191919;
}
#panelmenu .panelmenubody .psocial a:hover .psoitem i{
    color: #ffffff;
}












#header .hdrmenu {
    position: relative;
    background: #d50006;
    display: block;
}
#header ul.menuok {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#header ul.menuok li a {
display: inline-block;
    position: relative;
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
    padding: 20px 15px;
    font-size: 17px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

}
@media (max-width:992px){
#header .hdrmenu {

    display: none;
}
#header .contactinfo .itembox {

    display: none;
}
.mobilemenu {
    bottom: -8px;
    border-left: 0px solid #dee2e6;
}
	
}


@media (max-width:400px){
#panelmenu {

    width: 100%;
}
	
}
/* HEADER */

/* SLİDER */
.banner-slide,
.slick-list,
.slick-slide img,
.slick-slider,
.slick-track {
    display: block;
}
.banner-area {
    height: 650px;
    position: relative;
}
.banner-area:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #191919);
}
.banner-slide,
.main-btn,
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
}

.banner-area .banner-content {
    position: relative;
    overflow: hidden;
}

.banner-area .banner-content .title {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
}
.banner-area .banner-content .detailer {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #fff;
}
.banner-area .banner-content .main-btn {
    line-height: 50px;
}
.banner-slide {
    width: 100%;
    clear: both;
}
.banner-slide .slick-arrow {
position: absolute;
    top: 50%;
    z-index: 99;
    height: 125px;
    width: 60px;
    line-height: 125px;
    background: #fff;
    color: #120600;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -50%);
}

.banner-slide .slick-arrow.next {
    right: 50px;
}
.banner-slide .slick-arrow.prev {
    left: 50px;
}
.banner-slide:hover .slick-arrow{
	opacity:1;
    visibility: visible;
}
.banner-slide:hover .slick-arrow.prev{
    left: 75px;
}
.banner-slide:hover .slick-arrow.next{
    right: 75px;
}
.banner-slide .slick-arrow.prev:hover,
.banner-slide .slick-arrow.next:hover{
    background: #e2000f;
}
.banner-slide .slick-arrow.prev:hover i,
.banner-slide .slick-arrow.next:hover i{
    color: #ffff;
}


.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-arrow.slick-hidden,
.slick-slide,
.slick-slide.slick-loading img {
    display: none;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    overflow: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.main-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 40px;
    font-size: 16px;
    line-height: 68px;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    background-color: #e2000f;
}
.main-btn::before {
    position: absolute;
    content: "";
    left: auto;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    z-index: -1;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.main-btn:hover {
    color: #e2000f;
}
.main-btn:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

/* SLİDER */

/* KURUMSAL */
.hakkimizdasection {

    display: block;
    position: relative;
    text-align: center;
}
.hakkimizdasection h2{
    color: #120600;
    font-weight: 700;
    font-size: 75px;
    letter-spacing: -2px;
    text-transform: uppercase;
}
.hakkimizdasection h2 span{
    color: #d50006;
}

.hakkimizdasection p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 20px 0;
}

.hakkimizdasection a {
    cursor: pointer;
    transition: .2s;
    color: #000;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.hakkimizdasection a:hover {
    color: #000;
    letter-spacing: 6px
}



@media (max-width:576px){
.hakkimizdasection h2 {
    font-size: 40px;
}
	
}
/* KURUMSAL */





.adresbilgisi{width:100%;position:relative;margin-bottom:30px;background:#fff;padding:75px}.adresbilgisi p{font-weight:300;font-size:33px;line-height:45px;text-align:left;color:#000}.adresbilgisi p span{display:block}.adresbilgisi ul{text-align:right}
.adresbilgisi ul li a{font-weight:700;font-size:30px;color:#000}@media (max-width:768px){.adresbilgisi{padding:20px;margin-bottom:50px}.adresbilgisi p{font-size:1.5rem;line-height:2rem;margin-bottom:30px}.adresbilgisi ul{text-align:left}}

.galleryboxed{
display: block;
    overflow: hidden;
    width: 100%;
    height: 100px;
}
.galleryboxed img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* Page Background */
#page_Background{
position: relative;
    display: block;
    clear: both;
    border-radius: 0 0 500px 0;
}
#page_Background:before{
content: '';
    height: 1000px;
    width: 4000px;
    position: absolute;
    bottom: -20px;
    border-radius: 1000px;
    z-index: -1;
    right: -20px;
    background: none;
    border-right: 10px solid #d50006;
}
#page_Background:after{
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    bottom: -20px;
    z-index: -1;
    left: 0;
    background: #d50006;
}
#page_Background .content{
height: 500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0 0 500px 0;
}#page_Background .content:before{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    opacity: .8;
    background: #191919;
    border-radius: 0 0 500px 0;
}
#page_Background .content div{position:relative;z-index:1}
#page_Background .content h1{
	color: #fff;
    font-weight: 700;
    display: block;
}
#page_Background .breadcrumbbbb{}
#page_Background .breadcrumbbbb ul li{display:inline-block}
#page_Background .breadcrumbbbb ul li:after{
	content: '/';
    color: #fff;
    margin-left: 5px;
    position: relative;
    font-size: 10px;
}
#page_Background .breadcrumbbbb ul li a{font-size:13px;font-weight:500;color:#fff}
#page_Background .breadcrumbbbb ul li:last-child:after{display:none}

@media screen and (max-width:768px){
	#page_Background {
    border-radius: 0 0 0 0;
}

	#page_Background:before {
    display: none;
}
#page_Background:after {
    width: 100%;
}
	#page_Background .content {
    height: 350px;
    border-radius: 0 0 0 0;
}
#page_Background .content:before {
    border-radius: 0 0 0 0;
}
}
/* Page Background */

/* Sayfa */
#pagecontents{margin-bottom:30px;display:block;clear:both}
#pagecontents .pagebody{
	position: relative;
    padding: 25px;
    background: #fff;
    z-index: 10;
    margin-top: -100px;
}



#pagecontents .imagessss{width:400px;max-width:100%;height:250px;padding:0 15px;margin-bottom:10px;margin-top:0;float:right;display:inline-block}#pagecontents .imagessss img{width:100%;height:100%;object-fit:cover;border:1px solid #ddd;padding:5px}@media screen and (max-width:770px){#pagecontents .imagessss{width:100%;padding:10px}}


@media screen and (max-width:768px){

#pagecontents .pagebody {
    margin-top: -50px;
}
}
/* Sayfa */

#pagecontents .stkiyimage{
    position: sticky;
    top: 130px;
    margin-bottom: 50px;
}
#pagecontents .stkiyimage .pimages{
display: block;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin: 0 auto;
}
#pagecontents .stkiyimage .pimages img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* FOOTER */
#footer-section{margin-bottom: 10px;text-align:center;font-weight:500;position:relative;width:100%;}
#footer-section .logo{    display: inline-block;}
#footer-section .logo img{    width: 200px;
}

#footer-section p{    font-size: 14px;
    padding: 30px;
    color: #30302e;}
#footer-section p a{    font-weight: 700;
    position: relative;
    color: #1d1d1b;-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#footer-section p a:hover{color:#ec0404;}
#footer-section p a:before{content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #e9ecef;
    z-index: -1;}

#footer-section .footerkisayol{}
#footer-section .footerkisayol a{}
/* FOOTER */

/* Sosyal Medya Hesapları */
.social{width:100%;display:block;clear:both;margin-bottom:20px}
.social ul{    width: auto !important;list-style: none;}
.social ul li{    width: 50px;height: 50px;padding: 0 !important;display: inline-block;margin: 0 auto;}


.social ul li.whatsapp a{background:#128c7e}
.social ul li.telegram a{background:#3390ec}


.social ul li.twitter a{background:#00aced}
.social ul li.facebook a{background:#3b5998}
.social ul li.linkedin a{background:#007bb6}
.social ul li.youtube a{background:#b00}
.social ul li.instagram a{background:#517fa4}


.social ul li a{width:100%;height:100%;display:block;text-align:center;border-radius:10px;line-height:54px}
.social ul li a::before {
    content: "";
display:none !important
}

.social ul li a i{color:#fff;font-size:22px}
/* Sosyal Medya Hesapları */

/* İÇERİK BULUNAMADI */
.icerikbulunamadi{display:block;width:100%;background:#fff3cd;padding:15px;border-radius:5px}.icerikbulunamadi span{font-size:16px;font-weight:400;color:#856404;display:block;margin-bottom:10px}.icerikbulunamadi p{font-size:14px;font-weight:400;line-height:25px;color:#6c757d}
/* İÇERİK BULUNAMADI */

.yukaricikbutton {
position: fixed;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 30px 0 0 0;
    z-index: 997;
    transform: translateY(25px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #191919;
}
.yukaricikbutton:hover{
    height: 70px;
    transform: translateY(0);
}
.yukaricikbutton:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f176";
    font-size: 25px;
    opacity: 1;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    color: #ffffff;
    z-index: 1;
}






/* Slider Manşet Section */
#kategorileritem{
    padding: 50px;
    display: block;
    position: relative;
}


.kategorileritem{
    width: 100%;
    height: 400px;
    position: relative;
}
.kategorileritem .kategorileritemimg{
	width: 100%;
    height: 100%;
}
.kategorileritem .kategorileritemimg .kategorileritemimgoverlay{
    background-color: transparent;
    background-image: linear-gradient(360deg, #040423D6 0%, #04042300 80%);
    position: absolute;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
}
.kategorileritem .kategorileritemimg img{
    width: 100%;
    height: 100%;
    padding: 20px;
    object-fit: contain;
}


.kategorileritem .kategorileritemcontent{
    position: absolute;
    bottom: 0;

    left: 30px;
    right: 20px;
    text-align: left;
    z-index: 3 !important;
	
		-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.kategorileritem:hover .kategorileritemcontent{

    bottom: 50px;
}
.kategorileritem .kategorileritemcontent h4{
	  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
    display: block;
}
.kategorileritem .kategorileritemcontent .kategorileritemcontentreadmore{
    opacity: 0;
    visibility: hidden;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    top: 10px;
    color: #fff;
    padding-left: 10px;
    padding-right: 25px;
    float: left;
    background-color: #c70013;
    border-radius: 0 0 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.kategorileritem:hover .kategorileritemcontent .kategorileritemcontentreadmore{
visibility: visible;
    opacity: 1;
}




#kategorileritem .owl-nav{
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in;
}

#kategorileritem:hover .owl-nav{	
	visibility: visible;
    opacity: 1;
}
#kategorileritem .owl-nav .owl-prev,
#kategorileritem .owl-nav .owl-next{
	position: absolute;
    bottom: 200px;
    color: #030304;
    background: #fff;
    font-size: 20px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    -webkit-box-shadow: 0 0 10px -5px #343a40;
    -moz-box-shadow: 0 0 10px -5px #343a40;
    box-shadow: 0 0 10px -5px #343a40;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#kategorileritem .owl-nav .owl-prev{
    left: 20px;

}
#kategorileritem .owl-nav .owl-next{
	

    right: 20px;
}

#kategorileritem .owl-nav .owl-prev:hover {
    color: #fff;
    background: #030304;
}
#kategorileritem .owl-nav .owl-next:hover {
    color: #fff;
    background: #030304;
}
/* Slider Manşet Section */

/* Ürünler Box */
.urun-box{    position: relative;
    margin-bottom: 30px;}
.urun-box .image{
	    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
	
}
.urun-box .image img{
	width: 100%;
    height: 100%;
    padding: 20px;
    object-fit: contain;
    transition: all 0.3s ease-in;}
.urun-box .image:hover img{
	width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
    transition: all 0.3s ease-in;}
	
.urun-box .title{
	    width: 100%;
    text-align: center;
    font-weight: 400;
}
.urun-box .title a{color: #000000;position:relative;z-index:999}
/* Ürünler Box */

h2.subtitle2{
    color: #120600;
    font-weight: 700;
    font-size: 75px;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: center;
}
h2.subtitle2 span{
    color: #d50006;
}
@media (max-width:576px){
h2.subtitle2 {
    font-size: 40px;
}
}

/* Ürün Detay */
h1.urundetailtitle {
    font-size: 30px;
    font-weight: 700;
    color: #192436;
}
p.urundetailexplanation {
    font-size: 15px;
    line-height: 20px;
    color: #6c757d;
    font-weight: 500;
}
.stokkoduitem{
    display: block;
    padding: 35px 0;
    position: relative;
}
	
.stokkoduitem .otitle{
    font-size: 18px;
    font-weight: 400;
    color: #6c757d;
    display: block;
	}
.stokkoduitem .ocontent{
    color: #202020;
    font-weight: 700;
    font-size: 30px;
    display: block;
    position: relative;
    text-shadow: 1px 1px 0px white;
	}
.stokkoduitem .ocontent:before{
content: "";
    height: 10px;
    width: 125px;
    background: #c70013;
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
	}
.stokkoduitem .okateg{
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
	}	
	
	
.whtapptelilet{
}
.whtapptelilet a{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #e7e9f0;
    border-radius: 5px;
    padding: 5px;
}
.whtapptelilet a i{
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
	color: #c70013;
}
.whtapptelilet a .text{
padding-left: 5px;
    font-size: 17px;
    color: #2d313a;
    font-weight: 600;
}
.whtapptelilet a .text small{
display: block;
    color: #9498a1;
    font-weight: 400;
    font-size: 14px;
}





.telegramwhatspp {
    position:fixed;
    bottom:15px;
    left:15px;
    z-index:99
}
.telegramwhatspp a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 25px;
    display: block;
    margin-bottom: 5px;
    border-radius: 50%;
}
.telegramwhatspp a i{

color: #ffffff;
}
.telegramwhatspp a.whatsapp{
color: #ffffff;
    background: #008069;
}
.telegramwhatspp a.telegram{
color: #ffffff;
    background: #4097ed;
}
.telegramwhatspp a.phone{
color: #ffffff;
    background: #1c4281;
}
.telegramwhatspp a.envelope{
color: #ffffff;
    background: #9076ff;
}

/* Etiketler */
.etiketler{margin: 0 auto;text-align: center;padding-bottom: 20px;}.etiketler a{position:relative;display:inline-block;padding:4px 10px;border-radius:4px;color:#282828;font-size:14px;font-weight:500;margin-right:5px;margin-bottom:5px;background:white;border:1px solid #eee}
/* Etiketler */	