﻿@import url('https://fonts.googleapis.com/css2?family=Barlow: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');
body{font-family: 'Barlow', sans-serif;font-weight: 400;color: #253640;
font-size: 1em;margin: 0;padding: 0;line-height:normal;
}
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: #253640;
}

input[type=text],input[type=submit],textarea,select {
font-family: 'Barlow', 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: 82%;margin: auto;}


header{
    width: 100%;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 500ms;
}
.logo img{width: 315px;
transition: 500ms;
}
.slide{position: relative;z-index: 9990;
}
.slide:before{
    width: 100%;
    height: 220px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 9999;
    background: url(images/headbg.png);
}
.anaslider .item{
    height: 750px;
    background-size: cover;
    background-position: center;
}


.beyaz{display: block;}
.mavi{display: none;}

.fixed .beyaz{display: none;}
.fixed .mavi{display: block;}

.fixed{background: #fff;
border-bottom: 1px solid #e7f4f8;
padding: 10px 0;
}

.headin{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.headright{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-flow: column;
    width: 100%;
}

.products {
    padding-top: 120px;
}
.headtop{
        display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.social{
     display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.menu{width: 85%;}

.menu ul{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.menu ul li a{
font-weight: 700;
color: #fff;
position: relative;
font-size: 18px;
}
.fixed .menu ul li a{color: #253640;}
.social{padding-top: 18px;
padding-right: 30px;
}

.social a{
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 5px;
}

.langs {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
.langtext {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 4px;
}


.aktifdil {
    padding: 7px 12px;
    border-radius: 5px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.diller {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 9000;
    top: 55px;
    display: none;
}

.aktifdil i {
    color: #fff;
    transition: 500ms;
}

.aktifdil span {
    padding: 0 7px;
    color: #fff;
}

.dil {
    display: block;
    padding: 10px 12px;
    border-radius: 5px;
}

.dil:hover{
    color: #fff;
    background: #253640;
}

.aktifdil:hover{
    color: #fff;
    background: #253640;
}

.fixed .langtext{
    color: #253640;
}

.fixed .aktifdil{
     border: 1px solid #e9e9e9;
}

.fixed .aktifdil span{
    color: #253640;
}

.fixed .aktifdil i{
    color: #253640;
}




.fixed .aktifdil:hover span{
    color: #fff;
}

.fixed .aktifdil:hover i{
    color: #fff;
}

.fixed .social a{
    color: #253640;
}


.social a:hover{
    color: #fff;
}


.fixed .social a:hover{
    color: #2b6696;
}

.menu ul li a:hover{
    color: #253640;
}

.fixed .menu ul li a:hover{
    color: #2b6696;
}

.menu ul li a:before{
position: absolute;
content: "";
width: 0;
height: 2px;
background: #fff;
bottom: -5px;
opacity: 0;
left: 0;
transition: 500ms;
}

.fixed .menu ul li a:before{
position: absolute;
content: "";
width: 0;
height: 2px;
background: #2b6696;
bottom: -5px;
opacity: 0;
left: 0;
transition: 500ms;
}

.menu ul li a:hover:before{
    opacity: 1;
    width: 100%;
}



.corporate{
    background: url(images/hakbg.png);
    background-position: right top;
    background-size: inherit;
    padding-top: 115px;
    background-repeat: no-repeat;
}


.hakbody{
    position: relative;
    z-index: 100;
}

.maintitle {
    font-size: 68px;
    color: #253640;
    line-height: 68px;
}


.haktitle{
    width: 100%;
    position: absolute;
    top: 19px;
    left: 0px;
}
.hakmid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    position: relative;
}

.haktext{
    padding:40px 0;
    width: 55%;
    padding-right: 30px;
    position: relative;
    z-index: 100;
}
.hakimg{
    width: 40%;
    text-align: left;
    position: relative;
    z-index: 100;
}

.hakbody:before{
    height:450px;
    z-index: 10;
    background: url(images/haktextbg.jpg);
    left: 0;
    top: 80px;
    width: 74%;
    position: absolute;
    content: "";
        border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.icerik{
        font-size: 18px;
    line-height: 26px;
}

.misvizbody{
    position: relative;
    background: url(images/damla.png) no-repeat top center;
    padding: 100px 0 170px 0;
    margin-top: -50px;
    z-index: 90;
}
.misvizlist{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.misvizbox{
    width: 38%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
}
.misvizright{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
}
.misviztitle{
    font-size: 60px;
}

.prodttile{
    z-index: 100;
    position: relative;
    margin-top: -76px;
    text-align: center;
}
.urunlist{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.urunbox{
    display: block;
    position: relative;
    width: 50%;
    margin: 3px;
    height: 630px;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
}

.urunbox span{
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 30px;
    transition: 500ms;
}
.urunbox:before{
    background: #253640;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    transition: 500ms;
    border-radius: 20px;
}

.urunbox:hover:before{
opacity: 0;
}

.urunbox:hover span{
   -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #253640;
}



.applications{
    background: url(images/appbg.png) no-repeat;
    background-size: inherit;
    background-position: 50% 80%;
}
.appdamla{
        background: url(images/mini-damla.png) no-repeat;
    background-size: inherit;
    background-position: 50% 50%;
    height: 262px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appmtitle{
    text-align: center;
    padding-top: 90px;
}

.applist{
    padding-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.appbox{
width: 32%;
margin-bottom: 40px;
display: flex;
align-items: center;
justify-content: flex-end;
flex-flow: column;
height: 560px;
}
.appbox a{
    display: block;
}
.appimg{
    height: 490px;
    width: 100%;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    opacity: 1;
    border: 1px solid #fff;
    background-position: center;
}

.apptitle{
    background: #253640;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: calc(100% - 50px);
    padding: 12px 0 12px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: 500ms;
}

.appbox:hover .apptitle{
    padding: 12px 0 28px 0;
    background: #2b6696;
}
.appbox:hover .appimg{
opacity: 0.8;
 border: 1px solid #2b6696;
}


.catalogs{
    background: url(images/catalogbg.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 0;
}
.cattitle{
    width: 30%;
}
.catslidelist{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row;
}

.catslider {width: 70% !important;}
.catslider .appbox{height: auto;width: 100%;
transform: scale(0.95);
transition: 500ms;

}
.catslider .appimg{height: 510px;
border-radius: 5px;
border-color: rgba(37, 54, 64, 0.5);
}

.catslider .appbox .apptitle{
    background: #fff;font-size: 22px;padding: 8px 0px;
color: #253640;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(100% - 25px);
    font-weight: 700;
}

.catslider .appbox:hover .apptitle{
padding: 8px 0px;

}

.catslider .appbox .apptitle i{
    color: #00a8e8;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 13px;
}

.appgolge{text-align: center;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
}
.catslider .appbox .appgolge img{
    width: 50% !important;
    transition: 500ms;
}
.catslider .appbox:hover .appgolge img{
    width: 100% !important;
}


.catslider .appbox:hover{
    transform: scale(1);
}

.ilttoptitle{
    color: #253640;
    font-size: 36px;
    padding-bottom: 30px;
}



.iltsayfa{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

footer{
    padding: 120px 0 0 0;
    background: url(images/footerbg.png) no-repeat bottom center;
    background-size: inherit;
}
.footitle{
    text-align: center;
}


.ilttoptitle img{padding-left: 30px;}

.parcatext{
    border: 1px solid;
    border-color: rgba(37, 54, 64, 0.5);
    background: #fff;
    padding: 35px 35px 15px 35px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.soltaraf{
    width: 35%;
}

.sagtaraf{
    width: 50%;
}
.adrestext{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.adrtitle{font-size: 19px;font-weight: 800;
padding-bottom: 10px;
}
.adrestext i{
    padding-top: 5px;
}

.adright{
    padding-left: 10px;
}


.follow{
    padding-left: 25px;
}

.follow .social a{
    color: #253640;
    opacity: 0.8;
    padding-left: 0;
    padding-right: 5px;
}
.follow .social{
    padding: 0;
    align-items: flex-start;
}
.follow .social a:hover{
    opacity: 1;
}
.footop{
    padding-top: 60px;
}

.sform{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.inp{
    width: 48%;
    margin-bottom: 20px;
}

.inparea{
    width: 100%;
    margin-bottom: 20px;
}

.inptitle{
    color: #253640;
    padding-bottom: 5px;
}
.sform input[type=text]{
    width: 100%;
    border: 1px solid;
    border-color: rgba(37, 54, 64, 0.5);
    background: #fff;
    border-radius: 5px;
    padding: 12px;
}

.sform textarea{
       width: 100%;
    border: 1px solid;
    border-color: rgba(37, 54, 64, 0.5);
    background: #fff;
    border-radius: 5px;
    padding: 12px;
    height: 100px;
}



.inpgonder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dogrulama {width: 80%;display: flex;
align-items: center;
justify-content: flex-start;
}

.kodlar{
    margin-left: 30px;
    padding: 9px 10px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2px;
    border-radius: 5px;
    color: #fff;
    background: #00a8e8;
}


.gonder{
    padding: 10px;
    width: 175px;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    background: #253640;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
     cursor: pointer;
     transition: 500ms;
}

.gonder i{
    padding-left: 10px;
}
.gonder:hover{
    background:#00a8e8;
}

.form-err{
    font-size: 22px;
    font-weight: 700;
    color: #ff0000;
}
.map{width: 100%;
     border: 1px solid;
    border-color: rgba(37, 54, 64, 0.5);
    border-radius: 10px;
    margin-top: 20px;
}

.map iframe{
    border-radius: 10px;

}

.imza{
    border-top: 1px solid #e2e2e2;
    margin-top: 20px;
    padding: 45px 0;
}

.imzalist {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.imztext{font-size: 14px;}
.imztext a{font-weight: 700;}

.banner{
    height: 230px;
    background: url(images/banner.jpg) no-repeat top;
    background-size: cover;
    width: 100%;
    z-index: 100;
}

.sayfa{
    position: relative;
    z-index: 200;
    margin-top: -75px;
}

.urunlist .apptitle{
    font-size: 18px;
}


.icsayfa{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}
.solmenu{
    width: 22%;
}

.icerikgovde{
    width: 76%;
}

.sayfaimg{
    height: 340px;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border:1px solid;
    border-color: #d9dcdd;
}

.sayfamenu{
    border:1px solid;
    border-color: #d9dcdd;
    width: 94%;
    margin: -1px auto auto auto;
    padding-bottom: 50px;
        border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.sayfamenu a{
    display: block;
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #d9dcdd;
    position: relative;
    font-weight: 600;
}

.sayfamenu a:before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #253640;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 500ms;
}

.sayfamenu a:hover{
    color: #fff;
}

.sayfamenu a:hover:before{
    width: 100%;
}


.sayfadamla{
    width: 250px;
    height: 413px;
    position: fixed;
    right: 0;
    top: 115px;
    z-index: -1;
}

.sayfadamla:before{
    position: absolute;
    content: "";
    background: url(images/damla.png) no-repeat top;
    width: 100%;
    height: 100%;
}

.urunlist .apptitle {
        border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.urunlist .apptitle span{
    font-weight: 200;
}

.urunlist .appimg{
    height: 380px;
    border-radius: 15px;
}

.urunlist .appbox{
    height: 456px;
}
.sayfatitle{
    font-size: 35px;
    color: #fff;
    padding-top: 20px;
}


.sayfaicerik{
    padding-top: 40px;
}
.anabaslik{
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.sayfaicerik .urunlist{
    padding-top: 20px;
}
.detaygovde{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-top: 20px;
}

.detaygovde .icerik{
    width: 49%;
}


.detaygovde .galerigovde{
    width: 50%;
}

.detayimg img{width: 100%;border-radius: 20px;}

.detayimg:hover{opacity: 0.8;}
.detaygaleri{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 20px 0;
}

.detaygaleri a{
    width: 48%;
    background-size: cover;
    background-position: center;
    display: block;
    margin-bottom: 15px;
    height: 190px;
    border-radius: 15px;
}
.detaygaleri a:hover{
    opacity: 0.8;
}

.digerbaslik{
padding-top: 30px;
}
.dokumanlar{
    display: flex;
    flex-flow: column;
}

.doktitle{
    width: 94%;
    margin: auto;
    background: #253640;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px 0px 15px 30px;
}
.doklist a{
    border: 1px solid #929a9f;
    padding: 15px 0px 15px 15px;
    display: block;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 3px;
    font-weight: 700;
}

.doklist a:hover{
    background: #2b6696;
    color: #fff;
}



















.robust{
        padding-top: 16px;
    padding-right: 30px;
}




header .rb{
    display: block;
}

header .rt{
    display: none;
}


.fixed .rb{
    display: none;
}

.fixed .rt{
    display: block;
}


.moblist{
    display: none;
}

.robust img{
    width: 300px;
}







/* iPhone Phone Dikey*/
@media screen and (min-width: 320px) and (max-width: 1024px)

{

.full{
width: 94%;
}



.robust{
        padding-top: 0px;
    padding-right: 3px;
}


.robust img{
    width: 200px;
}

.sayfaimg{height: 405px;}

.logo img{
    width: 200px;
}

header{
    padding: 5px 0 10px 0;

}

.moblist{
    display: block;
}

.headin{
    position: relative;
    padding-top: 50px;
    align-items: center;
}
.headtop{
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 0;
    width: 100%;
}

.headtop .social a{
    font-size: 18px;
}

.social{
    display: none;
    padding: 0;
}

.langtext{
    font-size: 9px;
}

.aktifdil{
    padding: 5px 7px;
    font-size: 14px;
}
.mobmenu {
color: #fff;
border: 1px solid #fff;
border-radius: 5px;
font-size: 14px;
width: 32px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.close {
color: #fff;
border: 1px solid #fff;
border-radius: 5px;
font-size: 14px;
width: 32px;
height: 30px;
display: none;
align-items: center;
justify-content: center;
cursor: pointer;
}

.fixed .mobmenu{
    border: 1px solid #253640;
    color: #253640;
}
.fixed .close{
    border: 1px solid #253640;
    color: #253640;
}

.menu{
    top: 114px;
    position: absolute;
    right: -120%;
    background: #fff;
    width: 100%;
    padding: 20px;
    transition: 500ms;
    display: block;
}

.mopen{
    top: 114px;
    right: 0;

}
.menu ul{
    flex-flow: column;
}


.menu ul li{
    width: 100%;
}



.menu ul li a{
    color: #24363f;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
}

.fixed .menu ul li a{
    color: #24363f;
}
.anaslider .item{
    height: 100vh;
}
.fixed{
    padding: 5px 0 10px 0;
}
.maintitle{
    font-size: 30px;
}
.hakmid{
    flex-flow: column;
}
.haktext{width: 100%;position: relative;}

.haktitle{
    position: relative;
    top: unset;
    left: unset;
}

.haktext{
    padding: 25px;
    border-radius: 10px;
    background: url(images/haktextbg.jpg);
    background-size: inherit;
    background-repeat: repeat;
}

.hakbody:before{display: none;}
.haktitle{text-align: center;}

.hakimg{width: 100%;text-align: center;padding: 10px 0;}

.hakimg img{max-width: 90%;}

.misvizbody{
        margin-top: -10px;
}

.misviztitle{
    font-size: 18px;
    font-weight: 700;
}
.misvizbox{
    width: 48%;
}
.misviztext{font-size: 16px;}
.urunlist{
    flex-flow: row wrap;
}
.urunbox{width: 49%;margin: 1px;
    border-radius: 10px;
    height: 280px;
}

.urunbox:before{
    border-radius: 10px;
}
.urunbox span{font-size: 16px;
bottom: 20px;
left: 20px;
}

.applications {
    background-position: 50% 0%;
    background-size: 100%;
}
.appmtitle{
    padding-top: 0;
}
.applist{
    padding-top: 0;
}
.appbox{
    width: 100%;
    height: unset;
}
.apptitle{
    font-size: 18px;
}
.appimg{height: 410px;}
.catslidelist{
    flex-flow: column;
}

.cattitle{width: 100%;text-align: center;}

.catslider .appbox .apptitle{font-size: 18px;}
.catslider .appimg{height: 410px;}

.footop{padding-top: 20px;}

.soltaraf{
width: 100%;
}

.sagtaraf{
width: 100%;
padding-top: 30px;
}
.ilttoptitle{text-align: center;padding-bottom: 15px;}
.ilttoptitle img{padding: 0;}

.imzalist{
    text-align: center;
    flex-flow: column;
}
.imztext{text-align: center;padding: 10px 0;width: 100%;}
.icsayfa{
    flex-flow: column-reverse;
}
.solmenu{width: 100%;}
.icerikgovde{width: 100%;}

.sayfatitle{
    font-size: 26px;
}
.anabaslik{
    text-align: center;
}

.detaygovde{
    flex-flow: column;
}

.detaygovde .icerik{
    width: 100%;
}
.detaygovde .galerigovde{width: 100%;
padding-top: 20px;
}























































}
/* iPhone Phone Dikey*/

























/* iPhone Phone Yatay*/
@media only screen  and (min-width: 360px) and (max-width: 1024px) and (orientation: landscape) 
{ 

.full{
    width: 94%;
}


















}
/* 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)
{





}
/*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*/