﻿body {
    font-family: "Open Sans", sans-serif;
}
:root {
    --renk: #8e000e;
}

.lyt1 {
    position: absolute;
    z-index: 555;
    padding: 10px 0;
    background: linear-gradient(183deg, #0000005e, #00000000);
}

.lyt2 {
    display: flex;
    align-items: center;
}

.lyt3 {
    flex: 1;
}

    .lyt3 ul {
        display: flex;
        list-style: none;
        justify-content: flex-start;
    }

    .lyt3 a {
        color: #fff;
        font-size: 16px;
        padding: 10px;
        font-weight:500;
    }
    .lyt3 span {
        color: #ffffff80;
    }

.lyt4 {
    flex: 1;
}

    .lyt4 ul {
        list-style: none;
        display: flex;
        justify-content: flex-end;
    }

    .lyt4 a {
        color: #fff !important;
        font-size: 16px;
        padding: 10px;
        font-weight:500;
    }
    .lyt4 span {
        color: #ffffff80
    }
    .logo{
        padding:0 25px;
    }
.logo img {
    max-height: 60px;
}
.lyt5 {
    padding-top: 25px;
    display: flex;
    justify-content: center;
}

    .lyt5 ul {
        list-style: none;
        display: flex;
        justify-content: center;
        padding: 15px 25px;
        gap:10px;
    }
    .lyt5 li {
        border-bottom: 1px solid var(--renk);
        padding:10px 0;
    }
.lyt5 a {
    color: #fff !important;
    font-size: 16px;
    padding: 10px;
    transition:.5s all;
}
    .lyt5 a:hover {
        background: var(--renk);
        transition: .5s all;
    }
.sld1 {
    height: 100vh;
}

.sld2 {
    /*background: linear-gradient(180deg, #000000 1.8%, rgba(0, 0, 0, 0.47) 40%);*/
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sld2 h2 {
        color:#fff;
        font-size: 80px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #000;
    }
    .sld3{
        width:60vw;
        text-align:center;
    }
    .ara1{
        padding:50px 0;
    }
    .ara3{
        text-align:center;
    }
        .ara5 img {
            max-width: 40px;
         
            /*padding-bottom: 25px;*/
        }
.ara5 {
    padding: 15px;
    border-radius: 50%;
    overflow:hidden;
    background:#fff;
}
        .ara3 h3 {
            font-size: 21px;
            font-family: "Lora", serif;
            font-weight: 600;
        }
.ara4 {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 50%;
}
        
.ara3:hover .ara4 {
    background: var(--renk);
    color: #ffffff;
    display:inline-block;
    padding:10px;
    transition:.4s all;
}

        .hak1{
            padding:50px 0;
        }
        .hak2{
            padding-top:20px;
        }
            .hak2 h2 {
                font-size: 36px;
                font-weight: 600;
                text-align: center;
                padding-bottom: 20px;
                margin-bottom: 20px;
                border-bottom: 2px solid var(--renk);
                font-family: "Lora", serif;
            }
.hak2 a {
    background: var(--renk);
    padding: 10px 15px;
    color: #fff!important;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}
.hak3 img {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.arabolum1{
    padding:25px 0;
}
.arabolum2 {
    position: relative;
    z-index: 12;
    margin-top: 120px;
    margin-bottom: 120px;
    background: var(--renk);
    padding: 15px;
    color: #ffffff;
}
.arabolum4 {
    border: 1px solid #e4d9d1;
    padding: 20px 30px;
    text-align:center;
}
.arabolum3 {
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    margin-bottom: 20px;
    font-size: 25px;
}
.arabolum4 a {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    line-height: 35px;
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 600 !important;
    padding: 0 15px;
    text-transform: capitalize;
    font-size: 26px;

}
.hizmet1{
    padding:50px 0;
}
.hizmet2 h2 {
    font-family: "Lora", serif;
    font-weight: 600;
}
.hizmet2{
    padding-bottom:25px;
}
.hizmet4 h2 {
    font-size: 24px;
    line-height: 34px;
    border-bottom: 2px solid var(--renk);
    margin-bottom: 20px;
    padding: 15px 0;
    text-align: center;
    font-family: "Lora", serif;
}
.hizmet4 a {
    border: 1px solid #efefef;
    padding: 0;
    display: block;
    min-height: 450px;
    color: #000;
    margin-bottom:25px;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .175);
}
.hizmet6{
    padding:0 15px
}
.hizmet5{
    overflow:hidden;
}
.hizmet5 img{
    transition:.4s all;
}
.hizmet4 a:hover .hizmet5 img{
    transform:scale(1.2);
    transition:.4s all;
}
.hizmet7{
    text-align:center;
}
    .hizmet7 a {
        color: var(--renk);
        background-color: transparent;
        border: 1px solid var(--renk);
        line-height: 35px;
        font-family: 'Lora', serif;
        font-style: italic;
        font-weight: 600 !important;
        padding: 0 15px;
        text-transform: capitalize;
        font-size: 22px;
    }
#owl-carouselslide .owl-dots {
    display: none;
}

#owl-carouselslide .owl-prev {
    position: absolute;
    top: 40%;
    left: 3%;
    color: var(--renk);
    font-size: 125px;
}

    #owl-carouselslide .owl-prev:hover, #owl-carouselODA_@item1.id .owl-next:hover {
        /*color: #269b00;*/
        background: transparent;
    }



#owl-carouselslide .owl-next {
    position: absolute;
    top: 40%;
    right: 3%;
    color: var(--renk);
    font-size: 125px;
}
footer {
    background: #181a1c;
}
.ft1{
    color:#fff;
}
.ft1 img{
    max-height: 50px;
    margin-bottom:25px;
}
    .ft1 ul {
        list-style: none;
        display: flex;
        gap: 10px;
        padding-top:15px;
    }
    .ft1 li > a {
        font-size: 21px;
        color: #999999;
    }
    .ft1 p {
        color: #999999;
        font-size: 14px;
    }
.ft2{
    padding:50px 0;
}
.ft3 ul {
    list-style: none;
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.ft3 a {
    color: #999999 !important;
}
.ft3 li:before {
    content: "\F27B";
    justify-content: flex-end;
    font-family: "bootstrap-icons";
    position: relative;
    top: 2px;
    color: #999999;
}
.ft4 ul{
    list-style:none;
    padding-top:50px;
}
.ft4 li {
    margin-bottom: 5px;
}
.ft4 a {
    color: #999999;
}
.ft5 {
    background: #2b2b2b;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    position:relative;
}
    .ft5 p {
        margin-bottom: 0;
        color: #999999;
        font-size: 14px;
    }
    .ft5 img {
        max-height: 25px;
    }
    .ft5 a {
        position: absolute;
        right: 15px;
        bottom: 5px;
    }
.ic1 {
    background: url(/upload/resimler/ic2jpg_11.jpg);
    background-size: cover;
    background-position: center;
    height: 75vh;
    position:relative;
}
.ic2 {
    background: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.8) 80%);
    position: relative;
    top: 0;
    width: 100%;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}
.ic3 {
    color: #fff;
    text-align: center;
    width: 50%;
}
    .ic3 span {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
    }
    .ic3 h1 {
        color: #fff;
        font-size: 80px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #000;
        font-family: "Lora", serif;
        padding: 20px 0;
    }

    .hakd1{
        padding:25px 0;
    }

.hakd2 {
    text-align: center;
    padding: 50px 0;
}
.hakd2 h2 {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    font-family: "Lora", serif;
    margin-bottom:25px;
}
.hakd3{
    position:relative;
    margin-top:25px;
}
.hakd4 {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(4, 25, 29, 0.3);
    width: 100%;
    height: 100%;
}
.hakara1 {
    padding: 25px 0 50px 0;
    border-bottom: dotted 4px rgba(26, 47, 51, 0.4);
}

.hakara3 {
    text-align: center;
}

.hakara5 img {
    max-width: 40px;
    /*padding-bottom: 25px;*/
}

.hakara5 {
    padding: 15px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}

.hakara3 h3 {
    font-size: 21px;
    font-family: "Lora", serif;
    font-weight: 600;
}

.hakara4 {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 50%;
}

.hakara3:hover .hakara4 {
    background: var(--renk);
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    transition: .4s all;
}
.hizmet01 {
    padding: 50px 0;
}

.hizmet02 h2 {
    font-family: "Lora", serif;
    font-weight: 600;
}

.hizmet02 {
    padding-bottom: 25px;
}

.hizmet04 h2 {
    font-size: 24px;
    line-height: 34px;
    border-bottom: 2px solid var(--renk);
    margin-bottom: 20px;
    padding: 15px 0;
    text-align: center;
    font-family: "Lora", serif;
}

.hizmet04 a {
    border: 1px solid #efefef;
    padding: 0;
    display: block;
    min-height: 450px;
    margin-bottom: 25px;
    color: #000;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .175);
}

.hizmet06 {
    padding: 0 15px
}

.hizmet05 {
    overflow: hidden;
}

    .hizmet05 img {
        transition: .4s all;
    }

.hizmet04 a:hover .hizmet05 img {
    transform: scale(1.2);
    transition: .4s all;
}
.hza1{
    padding:50px 0;
}
.hza2{
    padding:5px;
}
    .hza2 a {
        background: #f0f0f0;
        display: block;
        padding: 25px;
        border-radius: 5px;
    }
        .hza2 a:hover {
            transform:scale(1.05);
            transition:.7s all;
        }
.hza4 img {
    max-width: 16.396867464126256%;
}
.hza3 {
    text-align: end;
    display: flex;
    justify-content: flex-end;
}
.hza3 span {
    /*background: var(--renk);*/
    /*padding: 5px 10px;*/
    border-radius: 50%;
    color: var(--renk);
    font-weight: 700;
}
.hza5 {
    display: flex;
    width: 40px;
    height: 40px;
    background:#fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow:0 0 10px var(--renk);
}
.hza4 h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Lora", serif;
    margin-top:15px;
}
.kalite1{
    padding:50px 0;
}
.belge3 {
    padding: 50px 0;
}

.belge2 {
    padding: 10px;
}

.belge1 img {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.75),0 4px 15px rgba(0,0,0,0.4);
    border-bottom: 4px solid;
    border-color: var(--renk);
    -webkit-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.belge1 a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

    .belge1 a:hover {
        opacity: 0.5;
    }

@keyframes avia_appear {
    0% {
        transform: scale(0.5);
        opacity: 0.1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes avia_image_appear {
    0% {
        -webkit-transform: scale(0.7);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
.ilet1{
    padding:50px 0;
}
.ilet5{
    list-style:none;
}
    .ilet5 li {
       
    }
.ilet6 {
    display: flex;
    align-items: center;
    
    padding: 5px 15px;
    color: var(--renk);
    background: #fff;
}
    .ilet6 h2 {
        margin-bottom: 0;
        font-size: 21px;
        font-weight: 500;
        font-family: "Lora", serif;
    }
    .ilet6.active {
        background: var(--renk);
        color: #fff;
    }
.ilet4 h2 {
    font-family: "Lora", serif;
    font-size:24px;
}
.ilet4 th {
    font-family: "Lora", serif;
}
.ilet4 iframe {
    width: 100%;
    height: 250px;
}
.iletf1 h2 {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    font-family: "Lora", serif;
    margin-bottom: 25px;
}
.tp72 {
    color: #fff;
    /* border: 1px solid #000; */
    padding: 10px 15px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    background: var(--renk);
}
    .tp72:hover {
        background: var(--renk);
        color: #fff;
    }
.hizmetd1 {
    padding: 50px 0;
}
.hizmetd3 ul {
    list-style: none;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    position: sticky;
    top: 25px;
}
.hizmetd3 a {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    color: var(--renk) !important;
    background: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: "Lora", serif;
    border-bottom: 1px solid #a7a3a3;
}
.hizmetd2 img {
    margin-bottom: 25px;
}
.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}