﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{font-family: 'Montserrat', sans-serif;font-weight: 400;color: #1d1d1b;
    font-size: 1em;margin: 0;padding: 0;line-height:normal;
    background-color: #f9f9f9;
background: linear-gradient(to bottom, #f9f9f9 0%,#f2f2f2 100%);

}
input[type=text],input[type=submit],textarea,select {
font-family: 'Montserrat', sans-serif;
}

html {scroll-behavior: smooth;}
div, span, p, header, footer, a , table, tr, td, input, textarea, select, ul, li
{box-sizing:border-box; outline:none;}


a
{  transition:all 500ms;
-moz-transition:all 500ms;
-ms-transition:all 500ms;
-o-transition:all 500ms;
-webkit-transition:all 500ms;
text-decoration:none;
cursor:pointer;
    color: #1d1d1b;
}


.txtcenter {text-align: center;}
ul,li,p,h1,h2,h3,h4,h5
{margin:0px;
padding:0px;
list-style: none;
}

.clear{clear:both;}
.container{position: relative;overflow:hidden;}
.full {width: 90%;margin: auto;}
header{width: 100%;
border-bottom: 1px solid #e2e2e2;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9000;
    background: #fff;
}

.headtop{
    background: #e73039;
    padding: 12px 0;
    transition: 500ms;
}
.headtopin{
    display: flex;
    align-content: center;
    justify-content: flex-end;
}

.telmail{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.telmail a{
    color: #fff;
    font-size: 16px;
    padding-right: 20px;
}
.telmail a:hover{
    color: #1d1d1b;
}

.social a{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    width: 28px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.social a:hover{
    background: #fff;
    color: #1d1d1b;
}


.langs a{
    color: #1d1d1b;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    background: #d0d0d0;
}
.logo{
    display: block;
    position: relative;
}
.logo:before{
    position: absolute;
    content: "";
    background: url(images/gene-G.png) no-repeat center;
    width: 172px;
    height: 151px;
    left: -120px;
    top: -50px;
}



.logo img{
    width: 250px;
}

.headorta {
padding: 40px 0;
transition: 500ms;
}

.headmid{
        display: flex;
    align-items: center;
    justify-content: space-between;

}  

.menu ul{
            display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}
.menu ul li a{
    text-align: center;
    display: block;
    padding: 10px;
    font-weight: 500;
}

.menu ul li a span{
letter-spacing: 1.2px;
}

.langs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}

.langs a:hover{
    background: #1d1d1b;
    color: #fff;
}

.langs .aktifdil{
    background: #1d1d1b;
    color: #fff;
}


.menu ul li a:hover{
    color: #e73039;
}
.anaslider{
    margin-top: 189.2px;
}
.anaslider .item{
    height: 689px;
    background: url(images/sliderbg.jpg) no-repeat top;
    background-size: cover;
}

.slinmain {
    position: absolute;
    top: 150px;
    left: 5%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 200;
    color: #fff;
}

.slaciklama{
    width: 50%;
}

.slikon{
    width: 50%;
}

.slikon img{
    max-width: 100%;
}
.sltitle{
    font-weight: 700;
    font-size: 35px;
}

.sldesc{
    font-size: 25px;
    padding: 20px 0;
}

.devam{
    background: #0d4a9f;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 15px 30px;
    display: block;
    border-radius: 8px;
}

.sldetay{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.devam:hover{
    background: #e73039;
}

.hakkimzida{
    padding: 100px 0;
}

.fixfix .headorta{
    padding: 20px 0;
}
.fixfix .headtop{
height: 0;
padding: 0;
}

.smtitle{
    color: #e73039;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 18px;
}


.btitle{
    font-weight: 700;
    font-size: 35px;
}


.hakgovde{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.haktext{
    width: 48%;
}
.hakimg{
    width: 48%;
    position: relative;
}

.hakimg img{
    max-width: 100%;
    border-radius: 10px;
}

.hakgovde{
    padding: 20px 0 100px 0;
}
.hakimg:before{
    position: absolute;
    content: "";
    background: url(images/g.png) no-repeat center;
    width: 638px;
    height: 561px;
    background-size: 100%;
    z-index: -1;
        transform: scaleX(-1);
        top: -180px;
        right: -220px;
}
.haktext{
    line-height: 26px;
}


.misyonvizyon{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.misyonbox{
    width: 46%;
        display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.misyonikon{
    font-size: 65px;
    color: #1e3050;
    padding-right: 20px;
}
.mistitle{
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
}

.mistext{
    line-height: 26px;
}

.calistitle{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.calismaalanlari{
    padding: 100px 0;
}

.calismalist{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    padding-top: 30px;
}

.calismalist a{
    width: 50%;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

.calismalist a:before{
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 500ms;
}
.calismalist a:hover:before{
    background: rgba(0, 0, 0, 0);
}

.calismalist a span{
    position: absolute;
    top: 40px;
    right: 0;
     background: rgba(0, 0, 0, 0.5);
     color: #fff;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
     display: block;
     padding: 10px;
     font-weight: 700;
     font-size: 22px;
     transition: 500ms;
}
.calismalist a:hover span{
    top: 20px;
    background: #e73039;
}

.cozumlist{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 75px 0;
}
.cozumler{
    padding-top: 100px;
}

.cozumbox{
    width: 48%;
    position: relative;
    min-height: 552px;
    border-radius: 30px;
    background: #fff;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border:1px solid #e7e7e7;
}

.alanbg{
    background: url(images/alanbg.png) no-repeat;
    background-position: bottom;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.alanrev .alanbg {
    transform: scaleX(-1);
}


.cozumin{
    position: relative;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 30px 0;
}


.cmarka{
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
width: 100%;
}
.markaikon {text-align: center;max-width: 80%;}
.markaikon img{
    width: 100%;
    max-height: 76px;
}
.markatext{
    font-weight: 700;
    font-size: 28px;
    padding: 20px 0;
}


.markalist{
   display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
width: 70%;
padding-top: 50px;
}

.markalist a{
    margin-bottom: 20px;
    background: #0f7eec;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    border-radius: 5px;
}
.markalist a:hover{
    background: #000;
}

.alanrev .markalist a{
    background: #e73039;
}
.alanrev .markalist a:hover{
    background: #000;
}
.haberler{
    padding: 100px 0;
    background: url(images/haberbg.png) no-repeat center;
    background-size: 100%;
}

.habergovde{
    padding:50px 0;
}


.haberslider .item{
    position: relative;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7;
    display: block;
    overflow: hidden;
}

.hbrimg{
    min-height: 320px;
    border-radius: 10px;
    transition: 1000ms;
    z-index: 100;
    position: relative;
}
.hbrin{padding: 20px;
background: #fff;
z-index: 200;
position: relative;

}
.hbrtitle{
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 10px;
}
.hbrtext{
    line-height: 26px;
    font-size: 16px;
}



.haberslider .owl-dots{
    bottom: -70px !important;
}

.haberslider .owl-dots .owl-dot:hover span{
    background: #e73039 !important;
}
.haberslider .owl-dots .owl-dot.active span{
    background: #e73039 !important;
}

.item:hover .hbrimg{
    transform: scale(1.3);
}

.item:hover .hbrtitle{
    color: #e73039;
}
.iletlist{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 50px 0;
}
.iletleft{
    width: 40%;
    position: relative;
}

.iletright{
    width: 40%;
}
.ilttitle{
    font-weight: 700;
    color: #e73039;
    font-size: 22px;
}
.adreslist{
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.adrtitle{
    font-weight: 700;
    padding-bottom: 10px;
}

.adresline{
    padding-bottom: 20px;
}
.iletleft:before{
position: absolute;
content: "";
background: url(images/g.png) no-repeat center;
background-size: 100%;
width: 959px;
height: 843px;
    left: -137px;
    top: -100px;
    z-index: -1;

}
#iletform input[type=text]{
    width: 100%;
    padding: 15px;
    background: #fff;
    border:1px solid #e2e2e2;
    border-radius: 5px;
    margin-bottom: 15px;
}

#iletform{
padding-top: 20px;
}

.adresflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#iletform textarea{
    width: 100%;
    padding: 15px;
    background: #fff;
    border:1px solid #e2e2e2;
    border-radius: 5px;
    margin-bottom: 15px;
    height: 100px;
}
.chapta {
    color: #000;
    font-weight: 600;
    font-size: 32px;
}



#iletform .ckodu {
    width: 50% !important;
}

.form-err{
    font-weight: 700;
    color: #e73039;
}

.imzacopy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.copy {
    width: 100%;
    padding: 40px 0;
    text-align: center;

}
.copy a{
    color: #1d1d1b;
}
.imza {
    border-bottom: 1px solid #d0d0d0;
}

.copy span{
    font-weight: 700;
}
.headbottom{
    display: none;
}

.headmenu{display: none;}


.sayfakapla{display: none;}
.bannerbox{
    background: #000;
     margin-top: 189.2px;
}

.bannerin{
    background: url(images/bannerbox.png) no-repeat;
    background-position: 10% 50%;
    background-size: 110%;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-flow: column;
}
.linkyol {
   display: flex;
   align-items: flex-start;
   justify-content: flex-end;
   flex-flow: row-reverse;
}

.linkyol a{
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 25px;
    position: relative;
}
.linkyol a:before{
    position: absolute;
    content: ">";
    right: 10px;
    top: 0;
}
.linkyol a:first-child:before{
    display: none;
}
.subtitle{
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    padding: 20px 0;
}

.sayfa{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}




.saggovde{
    width: calc(100% - 390px);
}



.solmenu{
width: 350px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 30px;
}

.markaimg{
    padding: 20px;
}

.markaimg img{
    height: 50px;
}

.solmenu ul li a{
    padding: 20px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #e2e2e2;
}


.solmenu ul li .active{
background: #e8e8e8;
}
.solmenu ul li a:hover{
background: #e8e8e8;
}
.urungovde{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-top: 40px;
}
.detaysayfa .urungovde{
    padding-top: 0;
}
.urunbox{
    width: 32%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: 500ms;
}
.urunbox .urunimg{
        position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    min-height: 280px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.urunbox .urunimg img {
    width: 100%;
    transition: 500ms;
}


.sayfagovde{
    padding-bottom: 300px;
}

.urunbaslik{
text-align: center;
width: 90%;
border: 1px solid #e7e7e7;
background: #e8e8e8;
font-weight: 700;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 0;
    margin-bottom: 5px;
    transition: 500ms;
}
.urunbox:hover{
       margin-bottom: 25px;
       
}
.urunbox:hover .urunbaslik{
    padding: 20px 0;
    margin-bottom: 0;
    background: #000;
    color: #fff;
}


.urunbox:hover .urunimg img{
    transform: scale(1.2);       
}
.urunbox:hover .urunimg{
    border: 1px solid;
    border-color: #0000003d;     
}
.detaysayfa{
    width: 48%;
    padding-top: 40px;
}
.urunsag{
    width: 48%;
    padding-top: 40px;
}
.urunslider .item a img{
    width: 100%;
}
.urunslider .item{

    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;

}
.owl-thumbs {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 40px;
}


.owl-thumb-item {
    width: 48%;
    position: relative;
    padding: 15px;
    height: 180px;
    background: transparent;
    border: 1px solid #e9eef3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
}

.owl-thumb-item:hover, .owl-thumbs .active {
    border: 1px solid #e73039;
}


.owl-thumb-item img{
    height: 150px;
    max-width: 100%;
}

.kattitle {
    font-size: 30px;
    font-weight: 700;
    padding: 16px 0px 16px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.urundesc {
    margin-top: 20px;
}


.tabcontent{
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7;
    padding: 40px;
    border-radius: 30px;
    width: 100%;
    min-height: 300px;
}


.urunaciklama{
    padding-top: 40px;
    width: 100%;
}
.tab{
    width: 94%;
    margin:auto;
}
.tab button {
    border: none;
    padding: 15px 30px;
    background: #e7e7e7;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.tab button:hover, .tab .active {
    background: #e73039;
    color: #fff;
}


.menu ul > li > ul {
    position: absolute;
    display: none;
        background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}


.menu > ul > li:hover > ul {
    display: block;
    padding: 10px;
}
.menu ul > li:hover > ul > li > a{
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #e2e2e2;
}
.cozmega .cozumlist{
    padding: 20px;
}


.cozmega .cozumin{
    padding: 20px 0;
}


.cozmega .markaikon img{
        max-height: 40px;
}

.cozmega .markatext{
    padding: 10px 0;
    font-size: 16px;
}

.cozmega {
width: 100%;
left: 0;
}


.menu{position: relative;}

.cozmega .markalist{
    padding-top: 10px;
    width: 90%;
}

.cozmega .cozumbox{min-height: 273px;}


.cozmega .markalist a{
    margin-bottom: 10px;
    font-size: 14px;
}

.cozmega .markalist a:hover{
    color: #fff;
}

.fixfix .telmail a{
    font-size: 0;
}

.fixfix .social a{
    font-size: 0;
}

.haberdetay{
    width: 100%;
}

.haberdetay .hbrimg{
    width: 60%;
    margin: auto;
    min-height: unset;
}
.haberdetay .hbrimg img{
    width: 100%;
}





























.anaslider .item{
    background-size: cover;
    background-position: center;
    display: block;
}








/* iPhone Phone Dikey*/
@media screen and (min-width: 360px) and (max-width: 1024px)

{
.full{width: 96%;}
.headtop{display: none;}

.logo:before{
    width: 80px;
    height: 70px;
    background-size: 100%;
    left: -25px;
    top: -15px;
}

.logo img{
    width: 190px;
}
.mainmenu{
    display: none;
}
.langs a{
    width: 34px;
    height: 34px;
}

.langs{
    padding-top: 5px;
}

.headorta{
    padding: 15px 0;
}

.headbottom{
    display: block;
    background: #e73039;
    padding: 5px 0;
}
.fixfix .headorta{
    padding: 15px 0;
}

.hamburger {
display: block;
color: #fff;
font-size: 20px;
padding: 3px 7px;
border: 1px solid #fff;
border-radius: 5px;
}
.headbotin {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topcontact {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-flow: column;
}


.topcontact a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 5px;
}
.anaslider{
    margin-top: 120.2px;
}

.anaslider .item{
    height: 200px;
}
.slinmain{
    top: 50px;
    flex-flow: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.slaciklama{
    width: 100%;
}
.sltitle{
    font-size: 18px;
}
.sldesc{
    font-size: 16px;
}
.sldetay{
    align-items: center;
    justify-content: center;
}

.hakkimzida{
    padding: 125px 0 0 0;
}

.smtitle{
    font-size: 12px;
}
.btitle{
    font-size: 18px;
}

.hakgovde{
    flex-flow: column;
}
.haktext{width: 100%;}
.hakimg{width: 100%;}
.hakimg:before{
    top: -500px;
}
.misyonvizyon{
    flex-flow: column;
}

.misyonbox{
    width: 100%;
}

.calismaalanlari{
    padding: 125px 0 0 0;
}

.calismalist a{width: 100%;height: 200px;}

.calismalist a span{font-size: 18px;}

.calistitle{
    text-align: center;
}

.cozumlist{
    padding: 50px 0 0 0;
    flex-flow: column;
}


.cozumbox{width: 100%;
min-height: unset;
margin-bottom: 30px;
}

.hbrimg{
   min-height: 200px;
}
.hbrtitle{font-size: 18px;}


.haberler{
    padding: 125px 0;
}

.iletlist{
    flex-flow: column;
}
.iletleft{width: 100%;}
.iletright{width: 100%;padding-top: 30px;}

.headmenu {
height: auto;
overflow: auto;
width: 80%;
left: -80%;
position: fixed;
z-index: 9999999;
top: 0;
height: 100%;
background-image: url(images/alanbg.png);
background-position: 50% 50%;
background-color: #f7f7f7;
transition: 600ms;
display: block;
}

.mopen {
left: 0;
}

.sayfakapla {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100%;
z-index: -1;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.4);
transition: 300ms;
display: block;
}


.sopen {
visibility: visible;
z-index: 999999;
left: 0;
}

.mobiltop {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 35px 20px;
border-bottom: 1px solid #d8d8d8;
}


.mobillogo img {
        width: 170px;
    }

#oksayfakapat {
display: flex;
align-items: center;
justify-content: center;
color: #666;
font-size: 16px;
padding: 2px 5px;
border: 1px solid #d8d8d8;
border-radius: 5px;
background: #fff;
}
.menu ul li a{padding: 20px;
width: 100%;
border-bottom: 1px solid #d8d8d8;
text-align: left;
}

.menu ul{flex-flow: column;
align-items: flex-start;
}

.menu ul li{width: 100%;}
.telmail{
    flex-flow: column;
    align-items: flex-start;
    padding: 15px 20px;
    border-bottom: 1px solid #d8d8d8;
}


.telmail a{color: #1d1d1b;padding-right: 0;
padding-bottom: 10px;
font-size: 14px;
font-weight: 800;
}

.mobilbotom .social{
    padding: 15px 20px;
    justify-content: flex-start;
}
.mobilbotom .social a {
color: #1d1d1b;
border: 1px solid #1d1d1b;
}

.bannerbox{
    margin-top: 120.2px;
}

.bannerin{
    padding-top: 20px;
    height: unset;
}

.linkyol a{
    font-weight: 400;
    font-size: 10px;
}
.subtitle{
    font-size: 20px;
}


.sayfa{
    flex-flow: column-reverse;
}

.solmenu{
    width: 100%;
    border-radius: 30px;
}

.saggovde{
    width: 100%;
}

.urunbox{
    width: 100%;
}



.sayfagovde{
    padding-bottom: 50px;
}


.urundetay .sayfa{
    flex-flow: column;
}


.urunsag{width: 100%;}
.tab button{
     padding: 9px 6px;
     font-size: 12px;
}
.tabcontent{
    border-radius: 10px;
        padding: 20px;
}
.markalist{
        width: 90%;
    padding-top: 10px;
}


.ulfirst{
    position: relative !important;
    border-radius: 0 !important;
}



#cssmenu ul ul{
    display: none;
    padding: 0;
}
.menubaslik a{
    padding: 10px 10px 10px 20px!important;
    font-size: 14px !important;
}

.msubody a {
        padding: 10px 10px 10px 20px!important;
    font-size: 14px !important;
}


.submarka{
font-weight: 700;
padding: 10px 10px 10px 20px;
border-bottom: 1px solid #e73039;

}




















}
/* iPhone Phone Dikey*/

























































/* iPhone Phone Yatay*/
@media only screen  and (min-width: 360px) and (max-width: 1024px) and (orientation: landscape) 
{ 



}
/* iPhone Phone Yatay*/


/* iPhone  Tablet Dikey*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) 
{ 





}
/* iPhone  Tablet Dikey*/



/* iPhone  Tablet Yatay*/
@media only screen  and (min-width: 768px)   and (max-width: 1366px)  and (orientation: landscape) 

{

.fotop{
    flex-flow: row wrap;
}
.altiletisim{width: unset;}
.altiletisim:last-child{width: 50%;}








}
/* iPhone  Tablet Yatay*/



/*zoom 110ustu*/
@media screen and (max-width: 1800px) and (min-width: 1700px)
{







}
/*zoom 110ustu*/

/*zoom 125ustu*/
@media screen and (max-width: 1700px) and (min-width: 1500px)
{







}
/*zoom 125ustu*/


/*zoom 150ustu*/
@media screen and (max-width: 1500px) and (min-width: 1200px)
{







}
/*zoom 150ustu*/

/*zoom 175ustu*/
@media screen and (max-width: 1200px) and (min-width: 1024px)
{









}
/*zoom 175ustu*/