﻿body {
    font-family: "Rubik", sans-serif;
}
h1, h2, h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
}
:root {
    --renk: #fa6600;
    --mavi: #1c2539;
    --renk: #A40021;
    --gri: #f5f5f5;
}
.lyt5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    position: relative;
    z-index: 888;
    background: #fff;
}
.lyt5_fixed {
    background: #fff;
    padding: 0 50px;
    position:fixed;
    transition:.5s all;
    border-bottom: 1px solid var(--renk);
}
.logo{
    flex:1;
    padding:10px 0;
}
.logo img{
    max-height:75px;
}
.lyt6 ul{
    display:flex;
    list-style:none;
}
.lyt6 li {
    padding: 10px 15px;
}
.lyt6 a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size:14px;
}
.lyt6 li.active {
    border: 1px solid #e5e5e5;
}
.lyt7{
    flex:1;
    text-align:end;
}
    .lyt7 i {
        font-size: 25px;
        color: #fff;
    }
.lyt7 a{
    background:var(--renk);
    padding:25px;
   
}
.sld1{
    position:relative;
    /*height:100vh;*/
    background:#fff;
}
.sld2 {
    display: flex;
    align-items: center;
    height: calc(100vh - 100px);
}
.sld2 video{
    width:100%;
    height:100%;
}
.sld3{
    width:100%;
}
.sld3 img{
    padding-top:50px;
}
.sld4 {
    width: 35%;
    position: absolute;
    right: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sld4 span {
    font-weight: 500;
    font-size: 14px;
    color: var(--renk);
    line-height: 14px;
    letter-spacing: 5px;
    margin-bottom:25px;
    display:block;
}
.sld4 h2 {
    /*line-height: 65px;*/
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 60px;
    margin-bottom:25px;
}
    .sld4 p {
        font-size: 18px;
        color: #808080;
        font-weight:400;
        margin-bottom:25px;
    }
    .sld4 a {
        color: #fff;
        background: var(--renk);
        padding: 15px 25px;
        display: inline-block;
    }
        .sld4 a > i {
            padding-left: 15px;
        }
#owl-carouselslide .owl-nav, #owl-carouselslide .owl-dots{
    display:none;
}

.vd1{
    position:relative;
}
.btn2 {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 50px;
    bottom: 0;
    z-index: 666;
}
    .btn2 button, .btn2 button:hover {
        border: 1px solid #ccc;
        border-radius: 0;
        padding: 15px 30px;
    }
.customNextBtn span, .customPreviousBtn  span{
    color:#000;
}
.customNextBtn {
    position: relative;
    color: #000;
}
    .customNextBtn span:before {
        content: "";
        height: 1px;
        width: 55px;
        background: #000;
        margin-bottom: 5px;
        display: inline-block;
        margin-right: 10px;
    }
.customPreviousBtn {
    position: relative;
    color: #000;
}
    .customPreviousBtn span:after {
        content: "";
        height: 1px;
        width: 55px;
        background: #000;
        margin-bottom: 5px;
        display: inline-block;
        margin-left: 10px;
    }
    .hak1 {
        padding: 50px 0;
        position: relative;
    }
.bk5 {
    position: absolute;
    right: 10%;
    bottom: 5%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
    animation: animationFramesOne 30s infinite linear;
}
    .bk5 img {
        width: 100px;
        height: 100px;
        opacity: .1;
    }
.bk1 {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
    .bk1 img {
        width: 100px;
        height: 100px;
        opacity: .1;
    }
@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}
.hak2{
    position:relative;
}
.hak2 img {
    clip-path: polygon(0px 0px, 100% 0px, 100% 0%, 85% 100%, 0px 100%);
}
.hak3 {
    /* position: absolute;
    right: 150px;
    transform: rotate(270deg);
    cursor: pointer;
    bottom: -45px;*/
    position: absolute;
    right: 13%;
    transform: rotate(192deg);
    cursor: pointer;
    bottom: 0;
}
    .hak3 span {
        display: block;
        width: 30px;
        height: 30px;
        border-bottom: 8px solid var(--renk);
        border-right: 8px solid var(--renk);
        transform: rotate(45deg);
        /* margin: -10px; */
        animation: animatesagOK 3s infinite;
    }
@keyframes animatesagOK{
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}
    .hak4 h2{
    margin-bottom:15px;
    }
    .hak4{
        padding-top:25px;
        padding-right:100px;
    }
    .hak4 p{
       
    }
        .hak4 a {
            color: #fff;
            background: var(--renk);
            padding: 15px 25px;
            display: inline-block;
            margin-top:25px;
        }
            /*.hak4 a > span:after {
                content: "";
                height: 1px;
                width: 55px;
                background: #fff;
                margin-bottom: 5px;
                display: inline-block;*/
                /*margin-right: 15px;*/
                /*margin-left: 10px;
            }*/
        .paket1{
            padding:50px 0;
            position:relative;
            overflow:hidden;
        }
            /*.hak1:after {
                content:"";
                background: rgb(178 44 147 / 91%);
                width: 100px;
                height: 100px;
                border-radius: 50%;
                opacity: .1;
                position: absolute;
                bottom: 0;
                left: 0;
            }*/
          /*  .paket1:after {
                position: absolute;
                content: "";
                right: -9%;
                top: -33%;
                background-image: url(https://www.dynobil.com/assets/images/otoekspertiz_dynobil_sss.png);
                height: 736px;
                width: 736px;
                background-size: contain;
                z-index: -1;
                animation: rotateIt 20s linear infinite;
            }*/
@keyframes rotateIt{
    100% {
        transform: rotate(-360deg);
    }
}
.paket3 {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 30px;
    transition: .3s;
    margin: 15px;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
    background:#fff;
}
    .paket3 h2 {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        transition: .3s;
    }
    .paket3 span {
        font-size: 25px;
        font-weight: 600;
        margin: 0 0 10px;
        color: var(--renk);
        font-family: "Plus Jakarta Sans", sans-serif;
    }
.paket4 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    .paket4 a {
        display: inline-block;
        font-size: 15px;
        padding: 8px 22px;
        border-radius: 0;
        /* font-weight: 600; */
        transition: .3s;
        border: 0;
        cursor: pointer;
        width: 100%;
    }
.paketFirst {
    border: 1px solid var(--renk)!important;
    color: var(--renk);
    background-color: transparent;
}
.paketSecond {
    background: var(--renk);
    color: #fff;
}
.paket6 {
    overflow: hidden;
    /*height: 0;*/
    transition: height 0.3s ease;
    color:#000!important;
    background:#fff!important;
    margin-top:15px;
    margin-bottom:15px;
}
    .paket6 li {
        font-size: 14px;
    }
    .paket6 li:before {
        content: '✓';
        color: var(--renk);
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
    }
.paket5 > .toggle-details {
  /*  background: var(--renk);
    color: #fff;*/
}
.paket5 a {
    width: 100%;
    border: 0;
    background: var(--gri);
    padding: 15px;
    border-radius: 5px;
    font-weight: 500;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    /*margin-bottom: 15px;*/
}
.paket5 > .expanded{
    background:var(--renk);
    color:#fff;
}
.paket7 {
    display: flex;
    align-items: center;
    padding-bottom:25px;
}
    .paket7 h1 {
        font-weight: 600;
        letter-spacing: .025em;
        text-transform: uppercase;
        color: #000;
        font-size: 36px;
        padding-right: 15px;
        border-right: 1px solid #d7d7d7;
        display: inline-block;
    }
    .paket7 h2 {
        padding-left: 15px;
        font-size: 21px;
        font-weight: 500;
        color: var(--renk);
        display: inline-block;
        font-family: "Rubik", sans-serif;
    }
.bayibas1 {
    border-radius: 5px;
    box-shadow: 0px 0px 10px #838383;
    position: relative;
    background-color: var(--renk);
    padding: 15px 50px 15px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bayibas1 h4 {
   
    color: #fff;
    font-size: 28px;
 margin-bottom:0;
    font-weight: 400;
}
    .bayibas1 a {
        padding: 8px 22px;
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        font-size: 15px;
    }
.bayibas2{
    padding:25px 0;
}
.hizmet1 {
    text-align: center;
    padding: 50px 0;
}
.hizmet1 img {
    max-width: 75%;
}
.ft1 {
    background: #f6f6f6;
}
.ft2{

}
    .ft2 img {
        max-height: 100px;

    }
    .ft2 p{
        padding:25px 0;
    }
    .ft2 ul {
        display: flex;
        align-items: center;
        padding-left: 0;
    }
    .ft2 li {
        list-style: none;
        margin: 0 16px 0 0;
    }
    .ft2 a {
        position: relative;
        z-index: 1;
        transition: 0.3s;
        color: var(--mavi);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E8E8E8;
        border-radius: 5px;
    }
    .ft2 a:hover{
        background:var(--renk);
        color:#fff;
        transition:0.3s;
    }
.ft3 {
    padding: 150px 0 75px 0;
}
.ft5 h5 {
    font-size: 22px;
}
.ft5 a {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ft5 i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: var(--renk);
    box-shadow: 0px 9px 18px #1810100d;
    font-size: 14px;
    margin-right: 15px;
}
.ft6 span {
    display: block;
    color: #5D666F;
    font-size: 15px;
    font-weight: 400;
}
.ft6 p {
    color: var(--mavi);
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    line-height: 22px;
    margin-bottom:0;
}
.ft8 {
    padding: 0 0 0 40px;
}
.ft8 a{
    color:#000;
}
.ft8 h5 {
    font-size: 22px;
}
.ft8 ul {
    margin: 16px 0;
}
.ft8 li{
    list-style:none;
}
.ft8 li:before {
    content: '✓';
    color: var(--renk);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.ft10 {
    border-top: 1px solid #E2E2E2;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: var(--mavi);
    padding: 20px 0 !important;
    text-align: center;
    position:relative;
}
.ft10 p{
    margin-bottom:0;
}
    .ft10 img {
        max-height: 25px;
        position: absolute;
        right: 50px;
        top: 18px;
    }
.rnd1 {
    display: flex;
    justify-content: flex-end;
    padding: 50px 0;

}
.rnd2 {
    min-height: 200px;
    width: 75%;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -150px;
    z-index: 555;
    position: relative;
    padding: 0 75px;
}
.rnd3 span {
    font-size: 16px;
    font-weight: 500;
    color:var(--renk);
}
.rnd3 h5 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.rnd4 a {
    padding: 8px 22px;
    color: #fff !important;
    background-color: var(--renk);
    border: 1px solid var(--renk);
    font-size: 15px;
}

.overlay1 {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 15000;
    right: 0;
    top: 0;
    /*background-color: #fff;*/
    overflow-x: hidden;
    transition: 0.5s;
    display: block;
}

.overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    /*margin-top: 30px;*/
}

.ovr6 {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 460px;
    box-sizing: border-box;
    padding: 30px 0 60px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    /*background-color: rgba(17, 10, 4, 0.7);*/
    /*background: linear-gradient(88deg, rgba(0, 0, 0,90%), rgba(6, 62, 78, 90%), rgba(0, 0, 0, 50%));*/
    background: var(--gri);
    /*font-family: Goldenbook;*/
    font-size: 25px;
    /* transform: translateY(-100%); */
    transition: 0.3s ease;
    width: 100%;
    padding: 50px;
}

.overlay1 .closebtn {
    position: absolute;
    top: 7px;
    right: 40px;
    font-size: 33px;
    color: var(--mavi);
}

.ovr1 {
    min-height: 50vh;
}

.ovr2 {
    flex-direction: column;
    height: 100%;
    text-align: start;
    padding: 0 15px;
    /*display: flex;*/
    justify-content: center;
    font-size: 16px;
    margin-top: 25px;
}

    .ovr2 ul {
        list-style: none;
    }


    .ovr2 a {
        color: #000;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 400;
        text-transform: uppercase;
        word-wrap: break-word;
    }

    /*.ovr2 img {
        max-height: 65px;
        margin-top: 25px;
        margin-bottom: 25px;
    }*/
.ovr3 {
    /*width: 35%;*/
    /*background: #0000006e;*/
    color: #000;
    height: 100%;
}

.ovr4 {
    width: 65%;
    background: #fff;
    height: 100%;
}

.ovr5 {
    height: 100%;
}
.ovr7{
    margin-bottom:25px;
    margin-top:25px;
}
.ovr7 ul{
display:flex;
}
.ovr7 img {
    max-height: 30px;
    padding-right: 15px;
}
.ovr7 li{
    border:none;
}
.ovr2 h1 {
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #000;
    font-size: 33px;
    padding-right: 15px;
}
.ovr2 p{
    color:gray;
    margin-bottom:25px;
}
.ovr8 {
    display: flex;
    justify-content: space-between;
}
    .ovr8 a {
        display: inline-block;
        font-size: 15px;
        padding: 8px 22px;
        border-radius: 0;
        /* font-weight: 600; */
        transition: .3s;
        border: 0;
        cursor: pointer;
        width: 45%;

    }
.ovrFirst {
    border: 1px solid var(--renk) !important;
    color: var(--renk)!important;
    background-color: transparent;
}
.ovrSecond {
    background: var(--renk);
    color: #fff!important;
}
.ovr9{
    margin-top:25px;
    margin-bottom:25px;
}
    .ovr9 span {
        font-size: 21px;
        font-weight: 500;
        font-family: "Plus Jakarta Sans", sans-serif;
        margin-bottom: 10px;
        display: block;
    }
    .ovr9 a {
        margin-bottom: 10px;
        display: block;
        color: gray;
        font-size: 14px;
    }
    .ovr9 i{
        color:var(--renk);
    }
.ovr10 ul {
    display: flex;
    align-items: center;
    padding-left: 0;
}
.ovr10 li {
    list-style: none;
    margin: 0 16px 0 0;
}
.ovr10 a {
    position: relative;
    z-index: 1;
    transition: 0.3s;
    color: var(--mavi);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    border-radius: 5px;
}


#owl-carouselPAKET .owl-nav {
    display: block;
}

#owl-carouselPAKET .owl-dots {
    display: none;
}

#owl-carouselPAKET .owl-prev {
    position: absolute;
    top: 50%;
    left: -3%;
}

#owl-carouselPAKET .owl-prev:hover {
    background: transparent;
}

#owl-carouselPAKET .owl-next:hover {
    background: transparent;
}

#owl-carouselPAKET .owl-next {
    position: absolute;
    top: 50%;
    right: -3%;
}

#owl-carouselPAKET .owl-prev span {
    font-size: 50px;
}

#owl-carouselPAKET span {
    color: var(--renk);
}

#owl-carouselPAKET span:hover {
    color: #000;
}

#owl-carouselPAKET .owl-next span {
    font-size: 50px;
}
.hakd1{
    padding:50px 0;
    min-height:50vh;
}
.hakd2 img {
    /*width: 45%;
    float: left;
    padding-right: 5%;*/
    padding-bottom:15px;
}
.hakd2{
    position:sticky;
    top:100px;
}
.hakd2 h2 {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 600;
    color: var(--renk);
    /* position: sticky; */
    /* top: 100px; */
    padding-top: 25px;
    margin-top: -90px;
}
.hakd2 span {
    font-family: Arial, sans-serif;
    font-size: 65px;
    font-weight: 400;
    color: transparent;
    -webkit-text-stroke: 2px var(--renk);
    text-stroke: 2px #000;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    opacity: .225;
}
.hakd3 {
    /*padding-top: 25px;*/
    padding-right:75px;
}
    .hakd3 h2 {
        margin-bottom: 15px;
        font-size: 25px;
        font-weight: 600;
    }
.hzma1{
    padding:50px 0;
}
.hzma2{
   position:relative;
   padding-bottom:25px;
}
    .hzma2 a {
        position: relative;
        border-radius: 20px;
        overflow:hidden;
    }
.hzma2 a:before {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease 0s;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 20px;
}
     .hzma2 a:after {
        content: "";
        position: absolute;
        background-color: var(--renk);
        opacity: 0.902;
        clip-path: polygon(100% 0, 100% 100%, 45.5% 100%, 0% 55%, 0 0);
        width: 100%;
        height: 0;
        transition: all 0.4s ease 0s;
        left: 0;
        top: 0;
        border-radius: 20px;
        z-index: 1;
    }
.hzma3 {
    border-radius: 20px;
    overflow:hidden;
}
.hzma4 {
    position: absolute;
    bottom: 10%;
    left: 15%;
    transform: scale(1);
    transition: all 0.4s;
    z-index: 9;
    right:15%;
}
    .hzma4 span {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }
    .hzma4 h2 {
        font-size: 22px;
        font-weight: 700;
        color:#fff;
    }
.hzma2 a:hover:before {
    background: var(--mavi);
    opacity: 0.902;
    clip-path: polygon(0 54.6%, 0% 100%, 45.5% 100%);
}

.hzma2 a:hover:after {
    visibility: visible;
    height: 100%;
}
.hzma2 a:hover .hzma4 {
    top: 8%;
    bottom: unset;
}
    .hzma2 a:hover .hzma4 span {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    
}
    .hzma2 a:hover .hzma4 h2 {
        font-size: 22px;
        font-weight: 600;
    }
.hzma5 {
    background-color: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    position: absolute;
    bottom: 16%;
    left: 15%;
    transform: scale(0);
    transition: all 0.4s;
    z-index: 9;
}
.hzma2 a:hover .hzma5 {
    transform: scale(1);
}
.hzma6{
    padding:25px;
}
    .hzma6 h2 {
        color: var(--renk);
        font-weight: 700;
        font-size: 25px;
    }
.hzma7 {
    border-bottom: 1px solid var(--gri);
    margin-bottom: 25px;
}
.blog1 {
    padding: 50px 0;
}
.blog2 a {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.blog3 {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
}
    .blog3 img {
        width: 100%;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }
    /*.blog3:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: var(--renk);
        opacity: 0.10;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        opacity: 0.50;
        transform-origin: bottom;
        transform-style: preserve-3d;
        transform: scaleY(0);
        z-index: 1;
    }*/
.blog4 {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 10px 50px 0px rgba(12, 21, 41, 0.15);
    padding: 40px 40px 55px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 400px;
}
    .blog4 h2 {
        color: #050100;
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }
    .blog4 p {
        position: relative;
        display: block;
        padding-top: 16px;
        padding-bottom: 26px;
        margin:0;
        color:gray;
    }
.blog5 {
    position: relative;
    display: inline-block;
    background: #050100;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 55px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 5px;
    transition: all 0.3s linear;
    z-index:1;
}
    .blog5:before {
        position: absolute;
        top: 10px;
        left: 10px;
        bottom: -10px;
        right: -10px;
        border-radius: 5px;
        content: "";
        z-index: -1;
        transition: all 200ms linear;
        transition-delay: 0.1s;
        border: 2px solid #050100;
    }
    .blog5:after {
        position: absolute;
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        background: var(--renk);
        content: "";
        border-radius: 5px;
        transform: scale(0) rotateX(0deg);
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .blog5 span {
        position: relative;
        z-index: 1;
    }
.blog2 a:hover .blog3 img{
   
    transform: scale(1.2);
}
.blog2 a:hover .blog3:after{
    opacity: 0.50;
    transform: scaleY(1.0);
}
.blog2 a:hover .blog5 {
    color: #fff;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
}
    .blog2 a:hover .blog5:before {
        bottom: 0px;
        right: 0px;
    }
    .blog2 a:hover .blog5:after {
        transform: scale(1.0) rotateX(0deg);
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

.bilgi1 {
    padding: 15px;
}

.bilgi2 {
    border: 1px dashed #dbdbdb;
    background: #ffffff30;
    padding: 25px;
    border-radius: 15px;
    min-height: 150px;
    display: flex;
    align-items: center;
}

    .bilgi2 h2 {
        font-size: 18px;
        color:#000;
    }
.src1 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.search-container {
    position: relative;
}

.search-input {
    height: 50px;
    border-radius: 30px;
    padding-left: 35px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}
.ssd1 {
    padding: 40px 30px;
}

    .ssd1 h1 {
        color: var(--renk);
        font-size: 21px;
        margin-bottom: 25px;
    }
    .sss1{
        padding:50px 0;
    }
.lyt6 ul>li>ul{
    display:none;
}
.iletisim01{
    padding:50px 0;
}
.iletisim1 {
    /*padding: 50px 0;*/
    padding-bottom:50px;
    /*min-height: calc(100vh - 100px);*/
    /*display: flex;
    align-items: center;*/
}

.iletisim2 h1 {
    padding-bottom:15px;
}

.iletisim3 a {
    display: block;
    color: #000;
    padding-top: 15px;
}

.iletisim4 {
    font-size: 25px;
}

.iletisim5 {
    font-size: 18px;
}

.iletisim6 {
    font-size: 18px;
}

.iletisim7 {
    font-size: 18px;
}

.iletisim9 {
    font-size: 21px;
}
.tp72 {
    color: #000;
    /* border: 1px solid #000; */
    padding: 10px 15px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    background: linear-gradient(125deg, #c0c0c0 0%, #d9d7d7 10%, #f3f3f3 24%, #eaeaea 30%, #f3f3f3 74%, #d9d7d7 100%);
}
.iletiframe1{
    padding:0;
}
.iletiframe1 iframe {
    border: 0;
    width: 100%;
    height: 450px;
}

.kop2 {
    padding: 25px;
}

.kop3 {
    border: 1px solid var(--renk);
    border-radius: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    /*padding-bottom: 25px;*/
    background: #fff;
    min-height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*   margin-bottom:25px;*/
}

.kop4 h2 {
    /*letter-spacing: -1px;*/
    font-size: 21px;
    color: var(--renk) !important;
    font-weight: 600;
    /*line-height: 10px;*/
}

.kop5 {
    margin-bottom: 18px;
}

.kop6 {
    display: flex;
}

    .kop6 span {
        display: block;
        color:#000;
        line-height: 2;
    }

    .kop6 i {
        color: var(--renk)
    }

.kop7 {
    clip-path: polygon(50% 0, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
    height: 4%;
    background: var(--renk);
    width: 6%;
    margin-left: 25px;
    opacity: .6;
}

.kop8 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--gri);
    padding-top: 18px;
    padding-bottom: 18px;
}

    .kop8 h3 {
        font-size: 30px;
        margin-left: 19px;
        /*margin-top: 18px;*/
        margin-right: 25px;
        text-align: center;
        letter-spacing: -1px;
        color: var(--renk);
        font-weight: 300 !important;
        display: block;
    }

    .kop8 a {
        border-left: 1px solid #bdbdbd;
    }

    .kop8 img {
        margin-left: 25px;
        margin-right: 25px;
        max-height: 30px;
    }

    .sube1{
        padding:50px 0;
    }

.pk5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #5a5d79 !important;
    padding: 20px;
    border-radius: 10px;
    /*border: 2px solid #e7e8ec;*/
    background: linear-gradient(90deg, var(--renk) 0%, #fff 100%);
}

.pk4 > .active {
    background: linear-gradient(330deg, #00439A 55.93%, #0FF 117.49%);
    color: #fff !important;
}

.pk4 {
    padding: 10px 0px;
    width: 100%;
    margin-bottom: 15px;
}

.pk6 {
    /*flex: 1;*/
}

.pk4 > .active h2, .pk4 > .active .pk7 {
    color: #fff;
}

.pk6 h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 400;
}

.pk9 {
    opacity: .5;
    font-size: 14px;
}

.pk8 {
    background: #ff9800;
    border-radius: 5px;
    padding: 5px 10px;
}

.pk7 {
    font-size: 38px;
    font-weight: 500;
    color: #fff;
}

    .pk7 span {
        opacity: 0.5 !important;
        font-size: 14px;
        font-weight: 400;
    }

.pk8 a {
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
}

.pk8:hover {
    background: #f1416c;
}
.ekp1{
    padding:50px 0;
}
.ekp2 {
    color: aliceblue;
    text-align: center;
    padding: 15px;
    margin: -20px 0px;
    margin-bottom: 20px;
    box-shadow: -3px -3px 10px 0px rgba(0, 0, 0, 0.2);
    background: var(--renk);
}
    .ekp2 h2 {
        font-size: 33px;
        font-weight: 600;
    }
.ekp5{
    padding:0 25px;
    background:#fff;
}
.ekp6 {
    box-shadow: -3px -3px 10px 0px rgba(0,0,0,0.2);
}
.ekp4 {
    padding: 25px;
    box-shadow: -3px -3px 10px 0px rgba(0,0,0,0.2);
    margin-top: -6px;
    margin-bottom:6px;
    background:#fff;
}
.ekp3 p {
    color: gray;
}
.ekp3 span {
    font-size: 45px;
    /* font-size: 4rem; */
    font-weight: 600;
    color: #cfcfcf;
}
.ekp3 a {
    display: block;
    padding: 8px 22px;
}
.ekp4 ul{
    list-style:none;
}
.ekp4 li:before {
    content: '✓';
    color: var(--renk);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.sbd1{
    padding:50px 0;
}
    .sbd1 h1 {
        color: var(--renk);
        margin-bottom: 15px;
        font-size: 25px;
    }
    .sbd1 iframe{
        padding-top:25px;
        width:100%;
        height:450px;
    }
    .blgd1{
        padding:50px 0;
    }
        .blgd2 img {
          /*  float: left;
            padding-right: 50px;*/
            padding-bottom: 25px;
        }
        .blgd2 h1 {
            color: var(--renk);
            margin-bottom: 15px;
            padding-top:15px;
            font-size: 25px;
        }
        .blgd2 h2 {
            font-size: 20px;
            margin-bottom: 15px;
        }
        .blgd2 h3 {
            font-size: 18px;
            margin-bottom: 15px;
        }
        .blgd2 h4{
            font-size:18px;
        }
.blgd3 {
    box-shadow: 0px 10px 50px 0px rgba(12, 21, 41, 0.15);
    padding: 15px;
    border-radius: 15px;
}
.blgd3 a{
    color:#000;
}
    .blgd3 h2 {
        color: var(--renk);
        font-size: 18px;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 5px;
        font-weight: 600;
    }
        .blgd3 ul{
            list-style:none;
        }
.blgd3 a {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.blgd3 img {
    max-height: 30px;
    padding-right: 10px;
}
.dm71 {
    font-size: 14px;
}

    .dm71 label {
        font-weight: 700;
    }

    .dm71 select {
        font-size: 14px;
    }

    .dm71 input, .dm71 select {
        -webkit-appearance: none;
        width: 100%;
        background: #fff;
        border-radius: 5px;
        padding: 10px;
        margin: 5px 0;
        transition: 300ms;
        border: 2px solid transparent;
        font-size: 15px;
        color: #000;
        border-color: #ddd;
    }

    .dm71 span {
        font-size: 14px;
        color: #fff;
        display: inline-block;
    }


    .dm71 textarea {
    }

.dm72 {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    cursor: pointer;
    transition: 300ms;
    padding: 15px;
    min-height: 105px;
    position: relative;
    font-size: 17px;
}

    .dm72 b {
    }

    .dm72 p {
    }

    .dm72 span {
        background: #ff0000a8;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        position: absolute;
        right: 10px;
        top: 7px;
        font-size: 14px;
        font-weight: 700;
    }

    .dm72:hover {
        border: 1px solid #202020;
    }

.dm72_sec {
    background: rgb(239 239 239) !important;
    border: 1px solid #ff0000;
}

.dm73 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    /*border-bottom: 1px solid red;*/
    display: inline-block;
    margin: 0px auto;
    padding: 0px 15px;
    margin-bottom: 15px;
}

.dm74 {
    text-align: center
}

.dm75 {
    font-size: 17px;
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

    .dm75 b {
        color: brown;
    }

    .dm75 p {
    }

.dm76 {
}



.dm57 {
    text-align: center;
    padding: 15px 10px 10px 10px;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    min-height: 595px;
}

.dm57_sec {
    background-color: rgb(239 239 239) !important;
    border: 1px solid #ff0000 !important;
}

.dm57:hover {
    background-color: rgb(207 207 207 / 25%);
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
}

.dm57 li {
    text-align: left;
    padding-left: 10px;
    color: #8d9aa8;
    font-size: 14px;
}

    .dm57 li:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        float: left;
        margin-left: 0px;
        /* padding-left: 5px; */
        color: #ff000fc9;
        padding-right: 5px;
        font-size: 12px;
    }

.dm57_A_0 {
    background-color: rgb(45 45 45 / 2%) !important;
}

.dm57_A_1 {
    background-color: rgb(45 45 45 / 3%) !important;
}

.dm57_A_2 {
    background-color: rgb(45 45 45 / 5%) !important;
}

.dm57_A_3 {
    background-color: rgb(45 45 45 / 6%) !important;
}

.dm57_A_4 {
    background-color: rgb(45 45 45 / 7%) !important;
}

.dm57_A_5 {
    background-color: rgb(45 45 45 / 8%) !important;
}

.dm57 img {
    display: inline-block !important;
    margin-bottom: 7px;
    max-width: 76px;
}

.dm57 b {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #263a4f;
    letter-spacing: -.5px;
    font-size: 17px;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.dm57 p {
    color: #8d9aa8;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    /* height: 130px; */
    /* overflow: hidden;*/
}


.dm57a {
    border: 1px solid #c9c9c9;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 10px;
    margin: 0px;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

    .dm57a a {
        color: #444444;
        font-size: 14px;
    }

.dm57b {
    /* border: 1px solid #c9c9c9; */
    font-size: 21px;
    font-weight: 600;
    padding: 4px 10px;
    margin: 0px;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: var(--renk);
}

.dm57d {
    border: 1px solid #ed1c24;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 6px;
    margin: 0px;
    position: absolute;
    left: 89px;
    bottom: 10px;
    background-color: #e63619;
}

    .dm57d:hover {
        background-color: red;
    }

    .dm57d a {
        color: #fff;
    }
.dm77 {
    background-color: whitesmoke;
    border-radius: 5px;
    padding: 10px 15px;
    box-shadow: 10px 10px 0px rgb(164 0 33 / 20%);
}

