﻿
body {
    font-family: "Raleway", sans-serif;
    font-family: "Barlow", sans-serif;
    background: ghostwhite;
}

:root {
    --kirmizi: #e02705;
    --back: #21252908;
    --border: #0000002d;
    --box: #d5b7b1;
}

.lyt1 {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 555;
}

.logo img {
    max-height: 80px;
}

.lyt2 {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lyt4 {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.dr4 {
    padding: 10px 15px;
}

    .dr4 a {
        color: #333;
        text-transform: uppercase;
        font-weight: 600;
    }

.sld1 {
    position: relative;
}

.sld3 {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 83%, transparent 100%);
    width: 100%;
    padding: 50px;
    color: #fff;
    padding-left: 250px;
}

    .sld3:hover {
        color: #fff!important;
    }

    .sld3 h2 {
        margin-bottom: 15px;
    }

    .sld3 span {
        border: 1px solid #fff;
        padding: 10px 25px;
        border-radius: 99px;
        margin-top: 15px;
        display: inline-block;
        transition: .3s all;
    }
    .sld3 span:hover{
        color:#fff!important;
        background:var(--kirmizi)!important;
        transition:.3s all;
    }

    .sld3 p {
        font-size: 18px;
    }

.hbr3 {
    color: #333;
    position: relative;
}

    .hbr3:hover {
        color: #333;
    }

    .hbr3.active:after {
        content: "";
        height: 2px;
        width: 50%;
        background: var(--kirmizi);
        margin-bottom: 5px;
        display: inline-block;
        margin-right: 15px;
    }

    .hbr3 h1 {
        font-size: 30px;
        font-weight: 400;
    }

.hbr4 a {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px var(--box);
    color: #333;
    display: block;
    min-height: 500px;
}

.hbr5 {
    padding: 20px 20px 40px
}

    .hbr5 h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .hbr5 p {
        line-height: 24px;
        color: #808080;
        margin-bottom: 25px;
    }

    .hbr5 strong {
        color: #a9a9a9;
        font-size: 14px;
    }
    .hbr6{
        padding:50px 0;
    }
.hbt1 a {
    border: 1px solid var(--kirmizi);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 25px;
    color: var(--kirmizi);
    font-weight: 500;
    margin-top: 15px;
}

.hbt1 {
    text-align: center;
}

    .hbt1 i {
        padding-left: 5px;
    }

#owl-carouseHABER .owl-prev, #owl-carouseHABER .owl-next {
    /*background: var(--kirmizi);*/
    position: absolute;
    top: -3%;
    left: 15px;
    padding: 0 15px 0 12px !important;
    border-radius: 50px;
    /*box-shadow: 3px 14px 25px -10px #92b4d0;*/
    transition: background 0.5sease 0s;
    opacity: 1;
}

    #owl-carouseHABER .owl-prev:hover, #owl-carouseHABER .owl-next:hover
    {
        background:transparent;
    }
    #owl-carouseHABER .owl-next {
        right: 15px;
        left: auto;
    }

#owl-carouseHABER button > span {
    font-size: 60px;
    line-height: 0;
    color: #000;
}

.simder1 {
    padding: 50px 0;
}
.simder2 {
    position: sticky;
    top: 110px;
    height: 100%;
}
.ustbar2 {
    border: 1px solid var(--border);
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 0;
}

.ustbar1 {
    background: var(--back);
    padding: 10px 15px;
    border-bottom: 1px solid var(--border);
}

    .ustbar1 h2 {
        font-size: 18px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 0;
    }

.simder5 {
    padding: 10px 15px;
}

    .simder5 span {
        font-weight: 500;
        text-decoration: underline;
    }

.simder6 {
    background: var(--back);
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    min-height: 100px;
    color: var(--kirmizi);
}

.simder7 {
    padding: 25px 15px;
}

.text-slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
    color: var(--kirmizi);
}

    .text-slide:hover {
        color: var(--kirmizi);
    }

    .text-slide.active {
        opacity: 1;
        transform: translateY(0);
    }

    .text-slide.next {
        transform: translateY(100%);
    }

.simder8 {
    padding: 10px 15px;
    position: relative;
}

    .simder8 a {
        position: relative;
    }

    .simder8 span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #0808082b;
    }

    .simder8 i {
        color: #fff;
        font-size: 50px;
    }

.simder9 {
    background: #FBF8F1;
    min-height: 175px;
    padding: 10px 15px;
}

.simder10 button {
    padding: 7px;
    font-size: 14px;
    background-color: #333;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px var(--kirmizi);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: .3s all;
}

    .simder10 button:hover {
        background-color: var(--kirmizi) !important;
        text-decoration: none;
        color: #fff;
        transition: .3s all;
    }

.simder11 {
    min-height: 175px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #F8F9FA;
}

#owl-carouselUYE .owl-nav {
    display: none;
}

#owl-carouselUYE .owl-dots {
    margin-top: 15px;
}

#owl-carouselFOTO .owl-nav {
    display: none;
}

#owl-carouselFOTO .owl-dots {
    margin-top: 15px;
}

#owl-carouselVIDEO .owl-nav {
    display: none;
}

#owl-carouselVIDEO .owl-dots {
    margin-top: 15px;
}

#owl-carouselSPONSOR .owl-nav {
    display: none;
}

#owl-carouselSPONSOR .owl-dots {
    margin-top: 15px;
}

.simder12 {
    padding: 7px;
    font-size: 14px;
    background-color: #333 !important;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px var(--border);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: .3s all;
    margin-top: 15px;
}

    .simder12:hover {
        background-color: var(--kirmizi) !important;
        text-decoration: none;
        color: #fff;
        transition: .3s all;
    }

.simder14 {
    min-height: 175px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #F8F9FA;
}

    .simder14 a {
        box-shadow: 0px 14px 21px -13px var(--box);
        display: inline-block;
        border-radius: 15px;
        overflow: hidden;
        /*padding: 10px;*/
        /*background: #fff;*/
    }
    .simder14 img {
        height: 175px;
    }
.simdersld1 {
    text-align: center;
}
.simder15 {
    min-height: 175px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #F8F9FA;
}

    .simder15 a {
        box-shadow: 0px 14px 21px -13px var(--box);
        display: inline-block;
        border-radius: 15px;
        overflow: hidden;
        padding: 10px;
        background: #fff;
    }

.simder16 {
    min-height: 175px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #F8F9FA;
}

    .simder16 a {
        box-shadow: 0px 14px 21px -13px var(--box);
        display: inline-block;
        border-radius: 15px;
        overflow: hidden;
        /*padding: 10px;*/
        background: #fff;
    }

.simder17 {
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lnk1 {
    padding: 25px 0;
}

.lnk2 a {
    box-shadow: 0px 14px 21px -13px var(--box);
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    text-align: center;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 175px;
}

.lnk2 img {
    max-width: 75px;
}

.lnk2 span {
    font-weight: 600;
    padding-top: 15px;
}

.lnk3 {
    text-align: center;
}

    .lnk3 h2 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 25px;
        position: relative;
    }

.ssy1 {
    padding: 50px 0;
    text-align: center;
}

    .ssy1 ul {
        list-style: none;
        display: flex;
        justify-content: center;
    }

    .ssy1 h3 {
        font-size: 21px;
        font-weight: 500;
        /*margin-bottom: 15px;*/
        position: relative;
    }

    .ssy1 a {
        padding: 10px;
        font-size: 21px;
        color: #333;
    }

.ssy2 {
    background: linear-gradient(1deg, #e4e4e4, transparent);
    background: linear-gradient(1deg, #c5c5c5, transparent);
    border-top: 1px solid var(--border)
}

.ft1 {
    background: #1a1a1a;
    border-top: 2px solid var(--kirmizi);
    padding: 50px 0;
    position: relative;
}

.ft2 {
}

    .ft2 b {
        color: #fff;
        font-size: 21px;
        font-weight: 400;
    }

    .ft2 ul {
        list-style: none;
    }

    .ft2 li:before {
        content: "\F27B";
        justify-content: flex-end;
        font-family: "bootstrap-icons";
        position: relative;
        top: 2px;
        color: var(--kirmizi)
    }

    .ft2 a {
        color: #979797;
    }

.ft3 {
    position: relative;
    width: 90px;
    border-bottom: 2px solid var(--kirmizi);
    left: 0px;
    margin-bottom: 5px;
}
.ft4 {
}

    .ft4 b {
        color: #fff;
        font-size: 21px;
        font-weight: 400;
    }

    .ft4 ul {
        list-style: none;
    }

    .ft4 li:before {
        content: "\F27B";
        justify-content: flex-end;
        font-family: "bootstrap-icons";
        position: relative;
        top: 2px;
        color: var(--kirmizi)
    }

    .ft4 a {
        color: #979797;
        display: block;
        padding-bottom:5px;
    }
    .ft4 p {
        color: #979797;
    }
    .ft4 i{
        color:var(--kirmizi);
    }
.katre1 {
    position: absolute;
    bottom: 5px;
    z-index: 55;
    right: 25px;
}
.katre1 img {
    max-height: 25px;
}
.whatsapp-button {
    background: #27ae60;
    font-size: 35px;
    line-height: 38.25px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    display: block;
    position: fixed;
    z-index: 9999;
    margin: 0 auto;
    left: 25px;
    bottom: 25px;
    border-radius: 100%;
    border: solid 5px #27ae60;
    animation: whatsapp-button-animation 4s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .whatsapp-button i {
        color: white;
        margin-top: 2px;
        font-size: 30px;
    }

    .whatsapp-button span {
        display: none;
        bottom: -8px;
        padding: 5px;
        background: #444;
        border-radius: 4px;
        border: 1px solid #444;
        color: #f1f1f1;
        line-height: 22px;
        font-size: 13px;
        font-weight: 500;
        width: 192px;
        left: 70px;
        position: absolute;
        /*font-family: 'Poppins', sans-serif;*/
        transition: all 0.6s ease-in-out;
    }

@keyframes whatsapp-button-animation {
    0% {
        transform: scale(1);
    }

    15% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
    }

    25% {
        box-shadow: 0 0 0 5px rgba(49, 179, 103, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.9);
    }

    25% {
        box-shadow: 0 0 0 11px rgba(39, 174, 96, 0.4), 0 0 0 30px rgba(205, 251, 224, 0.53);
    }
}

@keyframes whatsapp {
    0% {
        background-color: #25D366;
    }

    25% {
        background-color: #128C7E;
    }

    50% {
        background-color: #075E54;
    }

    75% {
        background-color: #128C7E;
    }

    100% {
        background-color: #25D366;
    }
}

.btn2 {
    z-index: 55;
    position: relative;
}

    .btn2 svg {
        width: 18px;
        height: 18px;
    }

    .btn2 > .customNextBtn {
        position: absolute;
        left: 100px;
        bottom: 15px;
        font-size: 18px;
        color: #fff;
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 50%;
    }

    .btn2 > .customPreviousBtn {
        position: absolute;
        left: 50px;
        bottom: 15px;
        font-size: 18px;
        color: #fff;
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 50%;
    }
#owl-carouselslide .owl-nav, #owl-carouselslide .owl-dots {
    display: none;
}

#owl-carouselslide .owl-nav {
    display: block;
}

#owl-carouselslide .owl-dots {
    display: none;
}

#owl-carouselslide .owl-prev {
    position: absolute;
    top: 40%;
    left: 5%;
}

    #owl-carouselslide .owl-prev:hover {
        background: transparent;
    }

#owl-carouselslide .owl-next:hover {
    background: transparent;
}

#owl-carouselslide .owl-next {
    position: absolute;
    top: 40%;
    right: 5%;
}

#owl-carouselslide .owl-prev span {
    font-size: 80px;
}

#owl-carouselslide span {
    color: #fff;
}

    #owl-carouselslide span:hover {
        color: #000;
    }

#owl-carouselslide .owl-next span {
    font-size: 80px;
}
.ic1 {
    padding: 50px;
    background: linear-gradient(45deg, var(--kirmizi), #000000, transparent);
}
    .ic1 h1 {
        font-size: 33px;
        font-weight: 500;
        color: #fff;
    }
.ic3 {
    margin-bottom: 10px;
}
.ic3 ul {
    list-style: none;
    display: flex;
    gap: 15px;
}
    .ic3 a {
        opacity: .5;
        color: #fff !important;
        font-weight: 500;
        font-size: 12px;
    }
.ic3 a.active{
    opacity:1;
}

 .ic3 span{
     padding-left:15px;
 }
 .ic3 i{
     padding-right:10px;
 }
 .krm1{
     position:relative;
 }
.krm3 {
    position: absolute;
    top: -75px;
    right: 0;
    background: #fff;
    padding: 50px;
    /*width: 20%;*/
}
.krm3 ul{
    list-style:none;
}
    .krm3 h2 {
        padding-bottom: 15px;
        opacity: .2;
        font-size: 36px;
    }
    .krm3 li {
        padding: 10px 0;
        border-bottom: 1px solid #e5e7eb;
    }
    .krm3 a {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: .3s all;
    }
    .krm3 a.active{
        color:var(--kirmizi);
    }
    .krm3 i{
        color:var(--kirmizi);
    }
    .krm3 a:hover {
        opacity: .5;
        transition:.3s all;
    }
.krm2{
    padding:50px 0;
}
.kurul1{
    padding:50px 0;
}
.kurul2{
    text-align:center;
    padding:15px ;
}
    .kurul2 img {
        height: 50px;
        margin-bottom: 15px;
        /*border-radius:50%;*/
    }
    .kurul2 a {
        background: #ffffff;
        display: block;
        padding: 15px 8px;
        margin-bottom: 15px;
        border-radius: 10px;
        box-shadow: 5px 5px 4px var(--border);
    }
.kurul3 {
    overflow: hidden;
    /*height: 75px;*/
}
.kurul4 h2 {
    font-size: 16px;
    font-weight: 600;
    min-height:50px;
}
.kurul4 p {
    font-weight: 500;
    font-size: 15px;
    color: var(--kirmizi);
}
.sponsor1{
    padding:50px 0;
}
.sponsor3 {
    background: #ECECEC;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    transition: .3s all;
    display:block;
    position:relative;
}
    .sponsor3:hover {
        background-color: #f9f9f9;
        border-color: #ECECEC;
        transition: .3s all;
    }
.sponsor3 h2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--kirmizi);
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 5px;
}
.sponsor4 {
    position: absolute;
    display: flex;
    width: 3rem;
    height: 3rem;
    bottom: 0;
    right: 0;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    align-items: center;
    justify-content: center;
    background-color: #c6c6c6;
    color: #464646;
}
.sponsor3:hover .sponsor4{
    background:var(--kirmizi);
    color:#fff;
}
.kurul01 {
    padding: 50px 0;
}

.kurul02 {
    text-align: center;
    padding: 15px;
}

    .kurul02 img {
        height: 50px;
        margin-bottom: 15px;
        /*border-radius:50%;*/
    }

    .kurul02 a {
        background: #ffffff;
        display: block;
        padding: 15px 8px;
        margin-bottom: 15px;
        border-radius: 10px;
        box-shadow: 5px 5px 4px var(--border);
        color:#000;
    }

.kurul03 {
    overflow: hidden;
    /*height: 75px;*/
}

.kurul04 h2 {
    font-size: 16px;
    font-weight: 600;
    min-height: 50px;
}

.kurul04 p {
    font-weight: 500;
    font-size: 15px;
    color: var(--kirmizi);
}
.haber1{
    padding:50px 0;
}

.haber3 {
    color: #333;
    position: relative;
}

.haber3:hover {
    color: #333;
}

.haber3.active:after {
    content: "";
    height: 2px;
    width: 50%;
    background: var(--kirmizi);
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 15px;
}

.haber3 h1 {
    font-size: 30px;
    font-weight: 400;
}

.haber4 a {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px var(--box);
    color: #333;
    display: block;
    /*min-height: 500px;*/
}

.haber5 {
    padding: 20px 20px 40px
}

.haber5 h2 {
    font-size: 18px;
    font-weight: 600;
}

.haber5 p {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.haber5 strong {
    color: #a9a9a9;
    font-size: 14px;
}

.haber6 {
    padding: 50px 0;
}
.sonhaber1 {
    position: absolute;
    top: -75px;
    right: 0;
    background: #fff;
    padding: 50px;
}
    .sonhaber1 h3 {
        padding-bottom: 15px;
        opacity: .2;
        font-size: 36px;
    }
    .sonhaber1 ul {
        list-style: none;
    }
    .sonhaber1 li {
        padding: 10px 0;
        border-bottom: 1px solid #e5e7eb;
    }
    .sonhaber1 a {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        transition: .3s all;
    }
        .sonhaber1 a:hover {
            opacity: .5;
            transition: .3s all;
        }
        .sonhaber1 h2{
            font-size:18px;
        }
    .sonhaber1 img {
        max-height: 45px;
        padding-right: 10px;
    }
.haberd1 {
    position: relative;
    padding:50px 0;
}
.haberd2 img {
    margin-bottom: 25px;
}
.haberd2 h3{
    font-size:21px;
}
.haberd2 p{
word-wrap: break-word;}
.galerid1{
    padding:50px 0;
    position:relative;
}
.galerid2{
    margin-top:25px;
    padding-top:25px;
}
.galerid2 li{
    padding:0 15px;
}
    .galerid2 a {
        /*padding: 15px 8px;*/
        margin-bottom: 25px;
        border-radius: 10px;
        box-shadow: 5px 5px 4px #00000033;
        display: block;
        overflow: hidden;
    }
.galerid6 {
    position: absolute;
    top: -75px;
    right: 0;
    background: #fff;
    padding: 50px;
    /*width: 20%;*/
}

    .galerid6 ul {
        list-style: none;
    }

    .galerid6 h2 {
        padding-bottom: 15px;
        opacity: .2;
        font-size: 36px;
    }

    .galerid6 li {
        padding: 10px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .galerid6 a {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: .3s all;
    }

        .galerid6 a.active {
            color: var(--kirmizi);
        }

    .galerid6 i {
        color: var(--kirmizi);
    }

    .galerid6 a:hover {
        opacity: .5;
        transition: .3s all;
    }
    .galeri1{
        padding:50px 0;

    }
    .galeri2{
        padding:10px;
    }
    .galeri2 a{
        position:relative;
        display:block;
    }

    .galeri3{
        overflow:hidden;
    }
    .galeri3 img{
        transition:.4s all;
    }
    .galeri2 a:hover .galeri3 img{
        transform:scale(1.2);
        transition:.4s all;
    }
.galeri4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(292deg, transparent, rgba(0, 0, 0, 0.7));
    padding: 25px;
    display: flex;
    align-items: flex-end;
}
    .galeri4 span {
        display: inline-flex;
        width: 45px;
        height: 45px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .galeri5 h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }
    .galeri5{
        position:relative;
    }
.galeri5:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    background: var(--kirmizi);
    width: 4px;
    height: 30px;
}
.videod1{
    padding:50px 0;
    position:relative;
}
.videod2{
    margin-top:25px;
    padding-top:25px;
}
.videod2 li{
    padding:0 15px;
}
    .videod2 a {
        /*padding: 15px 8px;*/
        margin-bottom: 25px;
        border-radius: 10px;
        box-shadow: 5px 5px 4px #00000033;
        display: block;
        overflow: hidden;
    }
.videod6 {
    position: absolute;
    top: -75px;
    right: 0;
    background: #fff;
    padding: 50px;
    /*width: 20%;*/
}

    .videod6 ul {
        list-style: none;
    }

    .videod6 h2 {
        padding-bottom: 15px;
        opacity: .2;
        font-size: 36px;
    }

    .videod6 li {
        padding: 10px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .videod6 a {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: .3s all;
    }

        .videod6 a.active {
            color: var(--kirmizi);
        }

    .videod6 i {
        color: var(--kirmizi);
    }

    .videod6 a:hover {
        opacity: .5;
        transition: .3s all;
    }
    .video1{
        padding:50px 0;

    }
    .video2{
        padding:10px;
    }
    .video2 a{
        position:relative;
        display:block;
    }

    .video3{
        overflow:hidden;
    }
    .video3 img{
        transition:.4s all;
    }
    .video2 a:hover .video3 img{
        transform:scale(1.2);
        transition:.4s all;
    }
.video4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(292deg, transparent, rgba(0, 0, 0, 0.7));
    padding: 25px;
    display: flex;
    align-items: flex-end;
}
    .video4 span {
        display: inline-flex;
        width: 45px;
        height: 45px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .video5 h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }
    .video5{
        position:relative;
    }
.video5:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    background: var(--kirmizi);
    width: 4px;
    height: 30px;
}

.iletisim1 {
    padding: 50px 0;
    /*min-height: calc(100vh - 100px);*/
    display: flex;
    align-items: center;
}

.iletisim2 h1 {
    /*padding-bottom:25px;*/
}

.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: #fff;
    /* border: 1px solid #000; */
    padding: 10px 15px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    background: linear-gradient(45deg, var(--kirmizi), #000000);
}

.iletisim10 ul{
    list-style:none;
    padding-top:25px;
    display:flex;
}
.iletisim10 a {
    color: #000;
    font-size: 18px;
    padding: 5px 10px;
}
.overlay1 {
    display: none;
}


.fayda1 {
    position: relative;
}

.fayda3 {
    position: absolute;
    top: -75px;
    right: 0;
    background: #fff;
    padding: 50px;
    /*width: 20%;*/
}

    .fayda3 ul {
        list-style: none;
    }

    .fayda3 h2 {
        padding-bottom: 15px;
        opacity: .2;
        font-size: 36px;
    }

    .fayda3 li {
        padding: 10px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .fayda3 a {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: .3s all;
    }

        .fayda3 a.active {
            color: var(--kirmizi);
        }

    .fayda3 i {
        color: var(--kirmizi);
    }

    .fayda3 a:hover {
        opacity: .5;
        transition: .3s all;
    }

.fayda2 {
    padding: 50px 0;
}
.fayda2 img{
    margin-bottom:15px;
}