.mobilmenu{
display:none;
}

.parlaklik{
  overflow: hidden;
  position: relative;
}
 
.parlaklik::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 1;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
 
.parlaklik::before {
    animation: shine 5s ease-in-out  infinite;
}

@keyframes shine{
  10% {
    opacity: 1;
    top: 1%;
    left: 135%;
    transition-property: left, top, opacity;
    transition-duration: 0.6s, 0.6s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: 125%;
    left: 124%;
    transition-property: left, top, opacity;
  }
}

body, html{
width: 100%;
height: 100%;
}

body{
margin:0 auto;
padding:0;
font-family:Poppins;
font-size:14px;
height:100%;
font-weight:400;
}

#top{
overflow:hidden;
background:#104987;
background: linear-gradient(90deg, #005997, #005997);
overflow:hidden;
}

.top{
width:1150px;
margin:0 auto;
overflow:hidden;
padding:10px 0;
}

.top-bilgi{
display:block;
float:left;
color:#fff;
font-family: 'Righteous', cursive;
font-size:14px;
line-height:24px
}

.top-bilgi i{
font-size:24px;
display:block;
float:left;
color:#ccc;
}

.top-bilgi span{
display:block;
float:left;
text-align:center;
padding-left:10px;
}

.top-dil{
float:right;
overflow:hidden;
}

.top-dil i{
font-size:24px;
color:#fff;
}

.top-dil span{
display:block;
float:left;
text-align:center;
padding-left:10px;
}

.top-dil span img{
width:23px;
height:23px;
object-fit:cover;
border-radius:50%;
}

.top-dil span em{
display:block;
color:#fff;
font-style:normal;
font-size:12px;
display:none;
}

#header{
overflow:hidden;
background:#f7f8f9;
box-shadow: 0px 2px 10px 1px rgb(0 0 0  / 15%);
position:relative;
z-index:9;
}

.header{
width:1150px;
margin:0 auto;
overflow:hidden;
padding:0px;
}

.logo{
float:left;
overflow:hidden;
}

.logo img{
width:240px;
padding:10px 0;
}

.menu{
float:right;
overflow:hidden;
}

.menu ul{
margin:0 auto;
list-style:none;
padding:15px 0 0 0;
}

.menu li{
float:left;
padding:20px 20px;
font-size:16px;
font-weight:500;
border-right:1px solid #ddd;
color:#012863;
font-family: 'Righteous', cursive;
}

.menu li:nth-last-child(2){
}

.menu li a{
color:#012863;
text-decoration:none;
}

.menu li a:hover{
color:#000;
}

.teklifal{
float:left;
background: linear-gradient(90deg, #005997, #005997);
padding:12px 20px;
border-radius:5px;
margin-top:5px;
margin-bottom:10px;
margin-left:20px;
color:#fff;
font-family: 'Righteous', cursive;
box-shadow: 0px 2px 10px 1px rgb(0 0 0  / 25%);
line-height:24px;
clip-path: polygon(15% 0,100% 0,85% 100%,0 100%);
}

.teklifal:hover{
background:#bc101c;
cursor:pointer;
}

.teklifal i{
font-size:24px;
display:block;
float:left;
padding-right:5px;
}

#slayt{
overflow:hidden;
width:100%;
margin:0 auto;
background-color:#005997;
background-image:url(../images/bg.png);
background-repeat:no-repeat;
margin-top:0;
min-height:610px;
}

.tabcontent{
height:470px;
display:none;
overflow:hidden;
}

.slaytbar{
overflow:hidden;
margin:0 auto;
text-align:center;
width:60px;
}

.slaytbar span{
background: linear-gradient(90deg, #db1c29, #bc101c);
cursor:pointer;
border-radius:50%;
height:15px;
width:15px;
display:block;
float:left;
margin-left:5px;
}

.active{
background: linear-gradient(90deg, #fff, #eee)!important;
}

.slaytic{
overflow:hidden;
width:1100px;
margin:0 auto;
}

.icaraba{
float:left;
overflow:hidden;
padding:30px 0 0 0;
width:600px;
}

.arabamodel{
float:right;
padding:100px 0 0 0;
font-size:45px;
color:#fff;
width:480px;
font-weight:700;
}

.arabamodel b{
text-shadow:1px 2px 5px #ccc;
}

.arabamodel span{
font-size:14px;
display:block;
font-weight:normal;
}

.slaytrez{
overflow:hidden;
font-size:14px;
padding:20px 0;
}

.slaytrez em{
display:block;
float:left;
background:#000;
font-style:normal;
color:#fff;
margin-right:10px;
padding:10px 20px;
border-radius:2px;
box-shadow: 0px 2px 10px 1px rgb(0 0 0  / 10%);
}

.slaytfiyat{
height:90px;
padding:10px;
width:90px;
background:#fff;
border-radius:50%;
position:absolute;
margin-left:480px;
margin-top:180px;
font-size:23px;
text-align:center;
font-weight:600;
font-family: 'Righteous', cursive;
color:#104987;
box-shadow: 0px 2px 20px 10px rgb(0 0 0  / 30%);
border:5px solid #db1c29;
}

.slaytfiyat em{
display:block;
font-size:10px;
font-weight:normal;

}

#anahizmet{
width:1150px;
overflow:hidden;
background:#fff;
margin:0 auto;
margin-top:-100px;
border-radius:5px;
box-shadow: 0px 2px 10px 1px rgb(0 0 0  / 20%);
}

#anahizmet ul{
margin:0 auto;
list-style:none;
padding:0;
}

#anahizmet li{
float:left;
width:25%;
text-align:center;
padding:20px 0;
}

#anahizmet li img{
width:50px;
display:block;
margin:0 auto;
}

#anahizmet li span{
font-size:18px;
padding:10px 0 0 0 ;
display:block;
font-family: 'Righteous', cursive;
color:#000;
}

#anahizmet li em{
font-style:normal;
color:#666;
font-size:12px;
padding:5px 30px 0 30px;
display:block;
}

#content{
overflow:hidden;
}

.onecikanaraclar{
overflow:hidden;
width:1150px;
margin:0 auto;
overflow:hidden;
padding:40px 0 40px 0;
}

.onecikanaraclar h1{
margin:0 auto;
padding:0;
overflow:hidden;
font-size:24px;
text-align:center;
margin-bottom:20px;
letter-spacing: -.3px;
line-height:55px;
padding:10px 0;
font-family: oswald;
}

.carousel{
padding:0 0 20px 0
}

.onecikan{
width:310px;
text-align:center;
border:1px solid #eee;
margin-left:20px;
border-radius:2px;
height:350px;

}

.onecikan img{
width:80%;
}

.onecikan span{
display:block;
font-weight:500;
font-size:18px;
margin:10px 0;
}

.onecikan em{
display:block;
font-style:normal;
background:#eee;
padding:5px 0;
margin:0 10px;
border-radius:4px;
}

.onecikan b{
display:block;
font-weight:normal;
width:65%;
margin:0 auto;
background:#eeeeee;
padding:10px 0;
margin-top:10px;
border-radius:2px;
clip-path: polygon(15% 0,100% 0,85% 100%,0 100%);
}

.onecikan b:hover{
box-shadow: 0px 2px 10px 1px rgb(0 0 0  / 20%);
background:#104987;
color:#fff;
}

#hizmet{
overflow:hidden;
background:#f7f8f9;
margin-top:20px;
}

.hizmetsun{
overflow:hidden;
width:1150px;
margin:0 auto;
overflow:hidden;
min-height:400px;
padding:30px 0;
}

.nasil{
overflow:hidden;
float:left;
width:500px;
}

.nasil h1{
margin:0 auto;
font-size:46px;
letter-spacing: -.3px;
padding:10px 0;
font-family: oswald,sans-serif;
line-height:54px;
margin-bottom:15px;
color:#333;
}

.workitem{
display: flex;
padding-bottom: 15px;
position: relative;
margin-bottom:15px;
}

.workitem::before {
content: "";
position: absolute;
width: 2px;
height: 70%;
background:#005997;
top: 50px;
left: 26px;
}

.workitem-num{
min-width: 60px;
height: 50px;
background: linear-gradient(90deg, #005997, #005997);
text-align: center;
margin-right:25px;
clip-path: polygon(15% 0,100% 0,85% 100%,0 100%);
line-height:50px;
color:#fff;
font-size:16px;
font-weight:600;
font-family:oswald;
}

.workitem-yazi{
color:#000;
}

.workitem-yazi h4{
margin:0 auto;
padding:0 0 5px 0;
font-size:18px;
font-family: oswald,sans-serif;
color:#005997;

}

.work-img{
float:right;
width:600px;
}

.work-img img{
width:100%;
}

.workitem:nth-child(4)::before{
width:0px!important
}

#copy{
overflow:hidden;
text-align:center;
padding:15px 0;
background:#252f3a;
color:#fff;
}

.bread{
overflow:hidden;
background: linear-gradient(90deg, #104987, #012863);
text-align:center;
color:#fff;
font-family: 'Righteous', cursive;
font-size:24px;
padding:30px 0;
font-weight:normal;
}

.bread span{
padding:0 0 5px 0;
}

.bread em{
width:700px;
margin:0 auto;
overflow:hidden;
display:block;
font-style:normal;
font-family:poppins;
font-size:14px;
margin-top:10px;
}

.icerik{
margin:0 auto;
width:1000px;
overflow:hidden;
min-height:400px;
}

.katurun{
width:1150px;
margin:0 auto;
overflow:hidden;
padding:30px 0;
}

.katurun ul{
margin:0 auto;
list-style:none;
padding:0;
}

.katurun li{
float:left;
width:220px;
border:1px solid #ccc;
padding:4px 0 0 0;
margin-left:8px;
border-radius:4px;
cursor:pointer;
margin-bottom:20px;
}

.katurun li img{
width:212px;
height:200px;
object-fit:cover;
display:block;
margin:0 auto;
border-radius:4px;
}

.katbaslik{
overflow:hidden;
font-size:16px;
text-align:center;
padding:20px 0;
color:#333;
cursor:pointer;
}

.katbaslik span{
display:block;
font-size:14px;
font-weight:600;
}

.islemler{
overflow:hidden;
background:#f7f8f9;
}

.islemler span{
padding:10px 0;
display:block;
text-align:center;
}

.katurun li:hover .islemler{
background: linear-gradient(90deg, #104987, #012863);
color:#fff;
}

.katurun li:hover img{
opacity:0.6;
}

.katurun li:hover{
border:1px solid #104987;
}


#adres {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

.adresler {
    width: 470px;
    overflow: hidden;
    float: left;
    
}

.adresler h1 {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 21px;
    padding: 0px 0 5px 0;
    border-bottom: 1px solid #ddd;
}

.adresyaz {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.adresform {
    width: 500px;
    float: right;
}

.formyaz {
    display: block;
    padding: 10px;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.formyaz span {
    display: block;
    padding-bottom: 3px;
    color: #666;
    
    font-size: 16px;
}

.formyaz input {
    width: 100%;
    border: none;
    height: 35px;
}

.formyaz textarea {
    width: 100%;
    border: none;
    height: 90px;
    resize: none;
}

.formyaz button {
    width: 100%;
    height: 50px;
    background: #ffd302;
    border: none;
    
    font-size: 18px;
    cursor: pointer;
}