﻿@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;1,200;1,300;1,400&display=swap');

body{font-family: 'Jost', sans-serif;font-weight: 300;color: #0c1212;
    font-size: 1em;margin: 0;padding: 0;line-height: 23px;

}
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: #0c1212;
}

input[type=text],input[type=submit],textarea,select {
font-family: 'Jost', sans-serif;
}
.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: 1150px;margin: auto;}
header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.headin{
    background: url(images/siyah-zemin.jpg) no-repeat top;
    background-size: inherit;
    position: relative;
    z-index: 900;
}
.headmenu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px 30px 0px;
}
.menu a{
    color: #fff;
    font-weight: 500;
    padding: 0 20px ;
}
.menu a:hover{
    color: #e0191b;
}
header .full{position: relative;}

.logo {position: absolute;
left: calc(50% - 100px);
bottom: -12px;
z-index: 9000;
}
.logo img {width: 200px;}

.logoalt {
    height: 27px;
    width: 295px;
 
    position: absolute;
    z-index: 900;
    left: calc(50% - 147.5px);
}


.alt1 {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    background: url(images/siyah-zemin.jpg) no-repeat top;
    background-size: inherit;
    width:70%;
    height: 100%;
    z-index: 50;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
   transform: skew(30deg);
          -webkit-box-shadow: -3px 2px 3px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: -3px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: -3px 2px 3px 0px rgb(0 0 0 / 20%);
}
.alt2 {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
           background: url(images/siyah-zemin.jpg) no-repeat top;
    background-size: inherit;
    width: 70%;
    height: 100%;
    z-index: 50;
    transform: skew(-30deg);
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
      -webkit-box-shadow: 3px 2px 3px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 2px 3px 0px rgb(0 0 0 / 20%);
}
.alt2:before{
width: 6px;
    height: 5px;
    position: absolute;
    content: "";
    background: #fff;
    left: -3px;
    bottom: -5px;
}
.logoserit{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 800;
          -webkit-box-shadow: -3px 2px 3px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: -3px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: -3px 2px 3px 0px rgb(0 0 0 / 20%);
}
.logoserit div{width: 100%;height: 5px}
.logoserit div:first-child{width: 80%;}
.logoserit div:last-child{width: 80%;}
.yesil{background: #009038;}
.beyaz{background: #fff;}
.kirmizi{background: #de001b;}


.anaslider{
    margin-top: 93px;
}

.anaslider .item {
 background-size: cover;
 height: calc(100vh - 110px);
 background-position: center;
}
.about{
    background: url(images/beyaz-zemin.jpg) no-repeat top;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}
.hakkimizda{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.hakimg{
    position: relative;
    width: 48%;
}

.haktextgovde{
    width: 100%;
}

.video{
    width: 100%;
    height: 695px;
    position: relative;
    margin-top: 93px;
}
#girisvideo {
  position: absolute;
  z-index: 100;
  width: 100vw; 
    height: auto;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;

}

@media (min-aspect-ratio: 16/9) {
  #girisvideo{
    height: 100%;
    top: 0%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #video {
    width: 100%;
    left: 0%;
  }
}


.mtitle{font-weight: 700;font-size: 14px;}
.btitle{
    font-size: 35px;
    line-height: 39px;
    padding: 10px 0;
}
.icerik{font-size: 18px;
line-height: 26px;
text-align: justify;
}
.linkorta{
    display: flex;
    align-items: center;
    justify-content: center;
}

.buton{
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    border: 1px solid #676b6b;
    padding: 9px 50px;
    position: relative;
    z-index: 10;
}
.buton:before{
    background: #0c1212;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    transition: 500ms;
}
.buton:hover{color: #fff}
.buton:hover:before{
    width: 100%;
}
.dilim{
    position: absolute;
    right: -3px;
    bottom: -13px;
}
.kalite{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kalitegovde{width: 50%;
padding-right: 30px;
}
.kaliteikons{padding-top: 5px;}

.kalitetitle{font-weight: 600;font-size: 20px;
padding-bottom: 10px;}
.kalitetext{line-height: 24px;}

.peynir1{
    position: absolute;
    left: 0;
    bottom: 20px;
}

.peynir2{
    position: absolute;
    right: 0;
    bottom: 40px;
}

.centertitle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.centertitle div{color: #fff;}
.uruntop{
    padding: 100px 0 30px 0;
      background: url(images/kirmizi-zemin.jpg) no-repeat top;
    background-size: 100%;
}
.beyazicerik{
    line-height: 26px;
    color: #fff;
    text-align: justify;
    font-size: 18px;
}
.urunlist{
    padding-bottom: 50px;
     background: url(images/siyah-zemin.jpg) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
}
.urunbox{
display: flex;
align-items: flex-start;
justify-content: space-between;
position: relative;
}


.urunimg{
    width: 50%;
}


.urunimg img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 560px;
}
.urundetay{width: 50%;
padding-top: 150px;
}
.uruntextgovde{
    padding-top: 40px;
    padding-bottom: 25px;
    padding-left: 25px;
    background: #0c1212;
    color: #fff;
    padding-right: calc(100% - 575px);
}

.uruntitle{
    font-size: 35px;
    padding-bottom: 20px;
    color: #fff;
    display: block;
}
.uruntext{
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
    padding-bottom: 20px;
        overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    max-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.butonleft{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

}
.ubuton{
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    border: 1px solid #fff;
    padding: 12px 40px;
    position: relative;
    z-index: 10;
    color: #fff;
}
.ubuton:before{
    background: #fff;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    transition: 500ms;
}

.ubuton:hover{color: #0c1212}
.ubuton:hover:before{
    width: 100%;
}


.urev{
    flex-flow: row-reverse;
}
.urev .uruntextgovde{
    padding-left: calc(100% - 575px);
    padding-right: 25px;
}
.ulkeler{
    padding: 100px 0px;
         background: url(images/beyaz-zemin.jpg) no-repeat top;
    background-size: cover;
}
.ctblack div{color: #0c1212;}
.facicerik{
    line-height: 26px;
    font-size: 18px;
    width: 80%;
    text-align: center;
    padding: 10px 0;
}
.ulkelist{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.ulkebox{
    padding: 0 20px;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ulkebox span{padding-left: 5px;}

.ulkebox:hover{opacity: 0.8;}
.world {text-align: center;}


.blogs{
    padding: 100px 0;
       background: url(images/kirmizi-zemin.jpg) no-repeat top;
    background-size: cover;
}

.gorseller{
    padding: 100px 0 30px 0;
       background: url(images/siyah-zemin.jpg) no-repeat top;
    background-size: 100%;
}
.golselslider{padding-top: 30px;
width: 94% !important;
margin: auto;
}

.blogslider{padding-top: 30px;}
.blogbox{
    display: block;
}
.blogbox:hover{opacity: 0.8;}
.blogimg{
    position: relative;

}
.blogimg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
     border-radius: 20px;
     height: 310px;
}
.blogtitle{
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
    color: #fff;
    padding: 40px 0 0 20px;
}
.blogtarih{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fec321;
    border-radius: 5px;
    position: absolute;
    bottom: -32px;
    left: 20px;
    padding: 5px 5px;
}
.blogtarih span{
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}
.blogtarih span:first-child{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 7px;
}

.blogslider .owl-dots{
    bottom: -70px !important;
}
.golselslider .owl-item:nth-child(odd){
    margin-top: 40px;
}

.golselslider .owl-item:nth-child(even){
    margin-top: 0px;
}

.mediabox i{
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 33px;
}
.golselslider{height: 396px;}
.golselslider:hover .owl-item:nth-child(odd){
    margin-top: 20px;
}
.golselslider:hover .owl-item:nth-child(even){
    margin-top: 20px;
}

.golselslider .owl-item{
    transition: 500ms;
}


.iletisim{
    padding: 100px 0;
           background: url(images/beyaz-zemin.jpg) no-repeat top;
    background-size: cover;
}
.iletgovde{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.reqform{
width: 43%;
}

.adresgovde{
width: 50%;
padding-top: 115px;
}

.getintouch{
    padding: 30px 0;
}

.iletform{
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-flow: row wrap;
}
.iletform input[type=text]{
    width: 48%;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 500ms;
}
.iletform textarea{
    width: 100%;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 115px;
transition: 500ms
}
.iletform input[type=text]:focus{
border-color:#e0191b;
}
.iletform textarea:focus{
border-color:#e0191b;
}
.versend{width: 100%;align-items: flex-start;
justify-content: space-between;
display: flex;
}
.vercode{
   align-items: center;
justify-content: space-between;
display: flex; 
}
.vercode input[type=text]{
    margin-bottom: 0;
    width: 70%;
}
.sescode{font-weight: 600;font-size: 18px;}
.devam{
    border-radius: 10px;
    background: url(images/siyah-zemin.jpg) no-repeat top;
    background-size: inherit;
    color: #fff;
    padding: 15px 70px;
    font-weight: 600;
    background-position: 0 0;
}
.devam:hover{
    background-position: -200px 0;
    opacity: 0.8;
}
.form-err{
    width: 100%;
    font-weight: 600;
    color: #e0191b;
    padding-top: 10px;
}
.adrline{
    font-size: 18px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.adrline i{
    padding-right: 15px;
}
.adrline:first-child{margin-bottom: 50px;}
.social{
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social a{
    padding: 0 10px;
    font-size: 20px;
}
.social a:first-child{
    padding: 0 10px 0 0;
}
.social a:hover{
    color: #e0191b;
}
.tsocial{padding-top: 60px;}

footer{
     background: url(images/siyah-zemin.jpg) no-repeat top;
    background-size: inherit;
    padding: 40px 0px 100px 0;
    position: relative;
}
footer .logoserit{
bottom: 60px;
}

.footerin{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerin div{width: 100%;
color: #fff;
}
.copy span,.copy a{font-weight: 500;color: #fff;}
.imza{
    text-align: right;
}
.fologo img{width: 232px;}

#mobilmenu{display: none;}


.searchbox {
    position: fixed;
    top: -159px;
    left: 0;
    width: 100%;
    height: 159px;
    z-index: 1100;
    background: url(images/kirmizi-zemin.jpg) no-repeat top;
    background-size: inherit;
    color: #fff;
    display: flex;
    transition: all 300ms;
}

.comedown {
    top: 0;
}
.closesearch {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.searchform, .srcform {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.srcform input[type=text] {
    border: none;
    padding: 20px;
    width: 50%;
}
.srcform input[type=submit] {
    border: none;
    padding: 20px;
    background-color: #0c1212;
    font-weight: 700;
    color: #fff;
}

.srcform input[type=submit]:hover{
    opacity: 0.8;
}

.menudesk{display: block;}
.menumob{display: none;}




.banner{
background: #0c1212;
margin-top: 75px;
padding: 140px 0px 100px 0;
    position: relative;
}

.bannerin{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.maintitle{color: #fff;
font-weight: 600;
font-size: 45px;
line-height: 50px;
text-align: center;
}
.bigtitle{
    position: absolute;
    width: 100%;
    top: 110px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    color: #0c1212;
    font-size: 90px;
        -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color:transparent;
    font-weight: 700;
    opacity: 0.1;
    font-family: 'Sarabun';
}
.linkyol{position: absolute;
width: 100%;
display: flex;
align-items: flex-start;
justify-content: flex-start;
bottom: 10px;
z-index: 100;
}
.linkyol a{
    color: #fff;
    font-size: 13px;
    position: relative;
    padding-right: 30px;
}
.linkyol a:before{
position: absolute;
content: ">";
color: #fff;
font-size: 13px;
right: 10px;
top: -1px;
}
.linkyol a:last-child:before{display: none;}

.linkyol a:hover{color: #e0191b;}
.altsayfa{
    background: url(images/siyah-zemin.jpg) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}
.altbeyazsayfa{
        background: url(images/beyaz-zemin.jpg) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}

.history{position: relative;}
.aboutlogo{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.aboutlogo img{
   border: 1px solid #fff;
   padding: 30px;
   width: 140px;
}
.tarihgovde{position: relative;
padding: 120px 0 80px 0;
}

.tarihgovde:before{
    width: 1px;
    position: absolute;
    content: "";
    height: 100%;
    background-color: #fff;
    left: calc(50% - 0.5px);
    top: 0;
    z-index: 10;
}
.tarihtext{
    width: 45%;
    border: 1px solid #fff;
    position: relative;
    padding: 20px;
    color: #fff;
}
.tarihtext:before{
    width: 30px;
    height: 1px;
    position: absolute;
    content: "";
    background: #fff;
    top: 30px;
    right: -30px;
}
.tarihline{
    width: 10%;
    position: relative;
    height: 100%;
}

.urevtarih .tarihtext:before{
    width: 30px;
    height: 1px;
    position: absolute;
    content: "";
    background: #fff;
    top: 30px;
    left: -30px;
}
.tarihbox{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row;
    position: relative;
    z-index: 100;
}
.urevtarih{
flex-flow: row-reverse;
}
.tarihyear{
    width: 10%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.tarihyear span,.lastyuv{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    width: 71px;
    height: 71px;
    border-radius: 50%;
}
.gorselbanner{
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.topuruntext {width: 60%;
text-align: center;
padding-top: 20px;
color: #fff;
max-height: 225px;
}
.gorselbanner .bannerin{
position: relative;
    z-index: 100;
    align-items: center;
    justify-content: flex-end;
    padding-top: 165px;
}
.gorselbanner:before{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    content: "";
    z-index: 50;
}

.gorselbanner .bigtitle{
    position: relative;
    top: unset;
    padding-bottom: 20px;
}

.udlist{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.udetbox{
    width: 31%;
    margin-bottom: 30px;
    display: block;
    margin-right: 3.5%;
}
.udetbox:nth-child(3n){margin-right: 0;}
.udetimg{text-align: center;
background: #fff;
padding: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.2);
    transition: 500ms;
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.udetimg img{
    -o-object-fit: cover;
    object-fit: cover;
    height: 360px;
    transition: 500ms;
}

.udetitle{
    text-align: center;
    background: #0c1212;
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
    font-size: 18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 500ms;
}
.udetbox:hover .udetitle{
background: #e0191b;
}
.udetbox:hover .udetimg{
border-color: #e0191b;
}
.udetbox:hover .udetimg img{
height: 350px;
}

.othercats .blogimg img{
    height: 360px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.othercats .blogtitle{
    padding: 20px;
    background: #0c1212;
    color: #fff;
    font-size: 20px;
    text-align: center;
        border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.usayfadetay{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.usol{width: 48%;}
.usag{width: 48%;}
.usol a{
text-align: center;
    background: #fff;
    padding: 25px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.2);
    transition: 500ms;
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
}
.usol a img{
-o-object-fit: cover;
    object-fit: cover;
    height: 570px;
    transition: 500ms;
    max-width: 100%;
}

.usol a:hover{border-color: #e0191b;}
.udtext{
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}

.udetay{
    padding: 20px 0;
}
.urunline {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.textgovde {
    width: 100%;
}
.urunmadde {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0px;
    border-bottom: 1px solid;
    border-color: rgba(12, 18, 18, 0.1);
}

.urunmtext {
    font-weight: 300;
    font-size: 18px;
    padding: 10px 0px;
        display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.urunikon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 28px;
    border-radius: 50%;
}
.urunikon i {
    color: #0c1212;
    font-size: 30px;
}
.otherprod .blogimg{text-align: center;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding: 20px;
}
.otherprod .blogimg img{
    height: 360px;
}
.ssmarg {
    margin:0 10px;
}

.haktextgovde .linkorta{margin-top: 20px;}

.teamgovde{
    min-height: 700px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.teambox{
width: 31%;
    margin-bottom: 30px;
    display: block;
    margin-right: 3.5%;
}
.teambox:nth-child(3n){margin-right: 0;}

.teamimg{
    background: #fff;
    height: 253px;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
    border-top-left-radius: 10px;
     border-top-right-radius: 10px;
}

.teamunvan{
 display: flex;
 align-items: center;
 justify-content: center;
 flex-flow: column;
    background: #0c1212;
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
    font-size: 18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 500ms;
    border: 1px solid #262828;
    border-top: none;
}
.adsoyad{padding: 5px 0;}
.unvan{font-weight: 300;}
.icerikgovde{display: flex;
align-items: flex-start;
justify-content: space-between;
padding-bottom: 100px;
}
.iceriksag {
    width: 48%;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}
.iceriksag img {width: 100%;    border-radius: 10px;}
.iceriksol{
    width: 48%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}
.bantimg{padding-top: 10px;}

.teamimg img{
   max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 253px;
}

.copalt{
    padding-top: 10px;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.copalt div{width: unset;}
.caltmail {padding-left: 51px;}

.galerilist{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.galerilist .item{
    width: 23%;
    margin: 1%;
}

.galerilist .item .blogimg img{
    height: 175px;
}











/* iPhone Phone Dikey*/
@media only screen and (min-width: 320px) and (max-width: 1024px)

{

    .world img{
        width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.galerilist{
    flex-flow: column;

}

.galerilist .item .blogimg img{
    height: 250px;
}

.galerilist .item{
    width: 100%;
    margin: unset;
    margin-bottom: 20px;
}

    .copalt{
        align-items: center;
    justify-content: center;
    }

.kaikon img {width: 100%;}
.buton {padding: 9px 30px;}
.full{width: 96%;}
.video{height: auto;}
#girisvideo{position: relative;}
.headmenu{display: none;}
.headin{height: 70px;}
.logo img{width: 150px;}
.logo{bottom: -5px;left: calc(50% - 75px);}
.logoalt{width: 190px;height: 20px;    left: calc(50% - 95px);}

.owl-theme .owl-dots .owl-dot span{width: 15px !important;
    height: 15px !important;margin: 5px !important;}

.anaslider .owl-dots{bottom: 5px;}
.hakkimizda{flex-flow: column;}
.hakimg{width: 100%;}
.about {padding: 100px 0;}

.buyukdilim{width: 90%;}
.dilim{    width: 170px;
    bottom: -10px;
    right: 25px;}
.haktextgovde{width: 100%;padding-top: 25px;}

.haktextgovde .linkorta{margin-top: 20px;}
.kalite{flex-flow: column;}
.kalitegovde{width: 100%;padding-right: 0;}
.peynir1,.peynir2{display: none;}
.kaliteikons{width: 100%;text-align: center;}
.uruntop{background-size: cover;}
.urunbox{flex-flow: column;}
.urunimg{width: 100%;}
.urundetay{width: 100%;padding-top: 25px;}
.urunimg img{height: 260px;}
.uruntextgovde{padding-right: 25px;}
.urev .uruntextgovde{padding-left: 25px;}
.facicerik{width: 100%;}
.ulkelist{
flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.ulkebox{width: 33%;justify-content: flex-start;
margin-bottom: 20px;
}
.ulkeler{padding: 100px 0 30px 0}
.gorseller{background-size: cover;}
.iletgovde{flex-flow: column;}
.reqform{width: 100%;}
.adresgovde{width: 100%;padding-top: 25px;}

.devam{padding: 15px 40px}
.iletisim{
    padding: 100px 0 25px 0;
}
.footerin{
    flex-flow: column;
}
.fologo img{width: 160px;padding: 20px 0;}
.footerin div{text-align: center;}

.anaslider{
    margin-top: 75px;
}
#mobilmenu{display: block;
position: absolute;
right: 2%;
color: #fff;
font-size: 28px;
z-index: 9000;
bottom: 20px;
}
.headmenu{
    display: none;
    position: absolute;
    z-index: 9;
    width: 100%;
    flex-flow: column;
    background: url(images/siyah-zemin.jpg) no-repeat top;
    background-size: inherit;
    left: 0;
    top: 75px;
    padding: 40px 0px 10px 0px;
}
.menu {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.menu a{
    padding: 10px 0px;
}
.menudesk{display: none;}
.menumob{display: flex;}
.bigtitle{font-size: 26px;
-webkit-text-stroke-width: 0.2px;
top: 50px;
}
.maintitle{font-size: 18px;}
.banner{padding:70px 0px 50px 0; }

.linkyol a{font-size: 10px;
padding-right: 15px;
}
.linkyol a:before{font-size: 10px;
right: 5px;
}
.aboutlogo{
    align-items: flex-start;
    justify-content: flex-start;
}
.tarihgovde:before{left: 10%;}
.tarihbox{flex-flow: row-reverse;
margin-bottom: 30px;
}
.tarihtext:before{
    width: 30px;
    height: 1px;
    position: absolute;
    content: "";
    background: #fff;
    top: 18px;
    z-index: 10;
    left: -30px;
}
.tarihtext{width: 80%;padding: 10px;}
.tarihyear{width: 20%; z-index: 20;position: relative;}
.tarihyear span, .lastyuv{
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.urevtarih .tarihtext:before{
    top: 18px;
}
.lastdevam{
    width: 20%;
    align-items: center;
    justify-content: center;
}
.aboutlogo img{padding: 15px;}
.tarihgovde{padding: 80px 0 80px 0;}

.gorselbanner .bannerin{padding-top: 100px;}

.gorselbanner .bigtitle{padding-bottom: 0;}
.topuruntext{width: 100%}
.udlist{flex-flow: column;}
.udetbox{width: 100%;margin-right: 0;}
.usayfadetay{
    flex-flow: column-reverse;
}
.usol, .usag{width: 100%;}
.usol a{height: 430px;}
.usol a img{height: 370px;}
.teambox{width: 100%;margin-right: 0;}
.icerikgovde{flex-flow: column-reverse;justify-content: flex-end;
min-height: 500px;
}
.iceriksol{width: 100%;}

.iceriksag{width: 100%;margin-bottom: 25px;}
.bantimg{padding-top: 0;}








}
/* 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: 1024px)  and (orientation: landscape) 

{




}
/* iPhone  Tablet Yatay*/



/*zoom 110ustu*/
@media screen and (max-width: 1800px) and (min-width: 1700px)
{

.peynir1{width: 280px;}
.peynir2{width: 310px;}


}
/*zoom 110ustu*/

/*zoom 125ustu*/
@media screen and (max-width: 1700px) and (min-width: 1500px)
{


.peynir1,.peynir2{width: 150px;bottom: 20px;}


}
/*zoom 125ustu*/


/*zoom 150ustu*/
@media screen and (max-width: 1500px) and (min-width: 1200px)
{

.peynir1,.peynir2{width: 150px;bottom: 20px;}


}
/*zoom 150ustu*/

/*zoom 175ustu*/
@media screen and (max-width: 1200px) and (min-width: 1024px)
{


.logo img{width: 160px;}
.logo{left: calc(50% - 80px);}
.logoalt{width:245px;    left: calc(50% - 122.5px); }
.alt2:before{height: 4.5px;bottom: -4.5px;}
.headmenu{padding: 30px 0 20px 0;}
.menu a{font-size: 14px;}
.full{width: 96%;}
.anaslider {margin-top: 74px;}

.owl-theme .owl-dots .owl-dot span{width: 15px !important;
    height: 15px !important;margin: 5px !important;}

.buyukdilim{width: 90%;}

.dilim{
        right: 36px;
    bottom: -12px;
    width: 228px;
}
.btitle{font-size: 25px;}
.icerik{font-size: 16px;line-height: 24px;}

.peynir1,.peynir2{width: 150px;bottom: 20px;}

.golselslider{height: 254px}

.fologo img{width: 160px;}












}
/*zoom 175ustu*/



/* iPhone Phone 13*/
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3)

{

.kaikon img {width: 100%;}
.buton {padding: 9px 30px;}
.full{width: 96%;}
.video{height: auto;}
#girisvideo{position: relative;}
.headmenu{display: none;}
.headin{height: 70px;}
.logo img{width: 150px;}
.logo{bottom: -5px;left: calc(50% - 75px);}
.logoalt{width: 190px;height: 20px;    left: calc(50% - 95px);}

.owl-theme .owl-dots .owl-dot span{width: 15px !important;
    height: 15px !important;margin: 5px !important;}

.anaslider .owl-dots{bottom: 5px;}
.hakkimizda{flex-flow: column;}
.hakimg{width: 100%;}
.about {padding: 100px 0;}

.buyukdilim{width: 90%;}
.dilim{    width: 170px;
    bottom: -10px;
    right: 25px;}
.haktextgovde{width: 100%;padding-top: 25px;}

.haktextgovde .linkorta{margin-top: 20px;}
.kalite{flex-flow: column;}
.kalitegovde{width: 100%;padding-right: 0;}
.peynir1,.peynir2{display: none;}
.kaliteikons{width: 100%;text-align: center;}
.uruntop{background-size: cover;}
.urunbox{flex-flow: column;}
.urunimg{width: 100%;}
.urundetay{width: 100%;padding-top: 25px;}
.urunimg img{height: 260px;}
.uruntextgovde{padding-right: 25px;}
.urev .uruntextgovde{padding-left: 25px;}
.facicerik{width: 100%;}
.ulkelist{
flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.ulkebox{width: 33%;justify-content: flex-start;
margin-bottom: 20px;
}
.ulkeler{padding: 100px 0 30px 0}
.gorseller{background-size: cover;}
.iletgovde{flex-flow: column;}
.reqform{width: 100%;}
.adresgovde{width: 100%;padding-top: 25px;}

.devam{padding: 15px 40px}
.iletisim{
    padding: 100px 0 25px 0;
}
.footerin{
    flex-flow: column;
}
.fologo img{width: 160px;padding: 20px 0;}
.footerin div{text-align: center;}

.anaslider{
    margin-top: 75px;
}
#mobilmenu{display: block;
position: absolute;
right: 2%;
color: #fff;
font-size: 28px;
z-index: 9000;
bottom: 20px;
}
.headmenu{
    display: none;
    position: absolute;
    z-index: 9;
    width: 100%;
    flex-flow: column;
    background: url(images/siyah-zemin.jpg) no-repeat top;
    background-size: inherit;
    left: 0;
    top: 75px;
    padding: 40px 0px 10px 0px;
}
.menu {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.menu a{
    padding: 10px 0px;
}
.menudesk{display: none;}
.menumob{display: flex;}
.bigtitle{font-size: 26px;
-webkit-text-stroke-width: 0.2px;
top: 50px;
}
.maintitle{font-size: 18px;}
.banner{padding:70px 0px 50px 0; }

.linkyol a{font-size: 10px;
padding-right: 15px;
}
.linkyol a:before{font-size: 10px;
right: 5px;
}
.aboutlogo{
    align-items: flex-start;
    justify-content: flex-start;
}
.tarihgovde:before{left: 10%;}
.tarihbox{flex-flow: row-reverse;
margin-bottom: 30px;
}
.tarihtext:before{
    width: 30px;
    height: 1px;
    position: absolute;
    content: "";
    background: #fff;
    top: 18px;
    z-index: 10;
    left: -30px;
}
.tarihtext{width: 80%;padding: 10px;}
.tarihyear{width: 20%; z-index: 20;position: relative;}
.tarihyear span, .lastyuv{
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.urevtarih .tarihtext:before{
    top: 18px;
}
.lastdevam{
    width: 20%;
    align-items: center;
    justify-content: center;
}
.aboutlogo img{padding: 15px;}
.tarihgovde{padding: 80px 0 80px 0;}

.gorselbanner .bannerin{padding-top: 100px;}

.gorselbanner .bigtitle{padding-bottom: 0;}
.topuruntext{width: 100%}
.udlist{flex-flow: column;}
.udetbox{width: 100%;margin-right: 0;}
.usayfadetay{
    flex-flow: column-reverse;
}
.usol, .usag{width: 100%;}
.usol a{height: 430px;}
.usol a img{height: 370px;}
.teambox{width: 100%;margin-right: 0;}
.icerikgovde{flex-flow: column-reverse;justify-content: flex-end;
min-height: 500px;
}
.iceriksol{width: 100%;}

.iceriksag{width: 100%;margin-bottom: 25px;}
.bantimg{padding-top: 0;}








}
/* iPhone 13*/
