﻿body {
    font-family: "Red Hat Display", sans-serif;
 
}
:root {
    --renk: #ff222c;
    --renk2: #058b8c;
    --back: #212529;
    --radius:150px;
}
.lyt1{
    position:fixed;
    z-index:555;
}

.lytn1 ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    color: #fff;
    list-style: none;
    font-size: 18px;
    padding-top: 15px;
}
.lytn1 a{
    color:#fff;
}
.lytn1 li {
    border-bottom: 1px solid var(--renk);
    padding: 10px;
}
.lytn1 li:hover{
    background:var(--renk);
}
.lytn1_fixed li:hover{
    background:transparent;
}
.lytn1_fixed li{
    border-bottom:none;
}
.lyt01{
    position:fixed;
    z-index:555;
    display:none;
}
.lyt1_fixed{
    display:none;
}
.lyt01_fixed {
    display: block;
    background: #fff;
    border-bottom: 2px solid var(--renk);
}
.lytn1_fixed {
    display: flex;
    align-items: center;
}
    .lytn1_fixed ul{
        padding-top:0;
    }
    .lytn1_fixed a {
        color: #000 !important;
    }

.lyt2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lyt3 ul{
    list-style:none;
    display:flex;
}
.lyt3 li > a {
    display: flex;
    align-items: center;
    color: #fff;
    padding-right:25px;
}
.lyt3 i {
    font-size: 40px;
    padding-right:15px;
    color:#fff;
}
.lyt3_fixed i {
    color: #000 !important;
    font-size:25px;
    padding-right:10px;
}
.lyt4 span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.lyt4 p{
    margin-bottom:0;
}
.logo{
    padding:10px;
}
.logo img{
    max-height:65px;
}


.sld1 {
    position: relative;
}

    .sld1 a {
        position: absolute;
        z-index: 33;
        width: 100%;
        height: 100%;
        /*background: #00000069;*/
        top: 0;
        display: flex;
        align-items: center;
        padding-left: 250px;
        background: linear-gradient(to bottom, #000a1f 0%, rgba(0, 0, 0, 0) 100%);
    }

.sld2 {
    color: #fff;
    /*background: #00000069;*/
    padding: 50px;
}

    .sld2 h2 {
        font-size: 62px;
        font-weight: 700;
    }

    .sld2 span {
        background: var(--renk);
        padding: 15px 25px;
        font-size: 18px;
        margin-top: 25px;
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase;
    }
.sld3 {
   
    background:#fff;
}
#owl-carouselslide {
    border-bottom-right-radius: var(--radius);
    overflow: hidden;
}

.urn1 {
    padding: 50px 20px;
    background: #fff;
    border-bottom-right-radius: var(--radius);
    overflow: hidden;
}

.urn2 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

    .urn2:hover:before {
        z-index: 22;
        animation: shine 1s forwards;
        display: block;
    }

    .urn2:before {
        position: absolute;
        top: 0;
        left: -120%;
        z-index: 0;
        display: none;
        visibility: visible;
        content: '';
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
        transform: skewX(-25deg);
    }

@keyframes shine {
    0% {
        left: 0%
    }

    100% {
        left: 100%
    }
}


.urn3 {
    position: absolute;
    bottom: 0;
    height: 100%;
    background: #00000026;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
}

.urn1 h3 {
    text-align: center;
    font-size: 33px;
    padding-bottom: 50px;
    text-shadow:0 0 2px #000;
}

    /*.urn1 h3:after {
        content: '';
        background: var(--koyumavi);
        width: 5%;
        height: 2px;
        display: block;
        transition: .5s;*/
        /* margin: auto; */
        /*margin: 15px auto auto auto;
    }*/

.urn1 h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    letter-spacing: .25px;
    font-size: 30px;
    color: white;
    font-weight: bold;
}
.urunb1 {
    position: relative;
    text-align: center;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
    .urunb1 h1 {
        position: relative;
        z-index: 3;
        font-size: 70px;
        font-weight: 700;
        color: var(--renk2);
        margin: 0;
    }
    .urunb1 span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: Arial, sans-serif;
        font-size: 150px;
        font-weight:400;
        color: transparent;
        -webkit-text-stroke: 2px #000;
        text-stroke: 2px #000;
        white-space: nowrap;
        z-index: 1;
        pointer-events: none;
        opacity: .125;

    }
.urn4 {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    bottom: 0;
    left: 0;
    right: 2.5em;
    position: absolute;
    align-items: flex-end;
    transition: 500ms ease all;
    transform: translateX(-100%) translateX(4em);
    pointer-events: none;
    transform: translateX(-100%);
}
.urn5 {
    flex: 1 1 auto;
    padding: 1.3em 1.875em;
    background: #fff;
    position:relative;
}
    .urn5 h3 {
        font-size: 24px;
        color: var(--renk2);
        font-weight: bold;
        padding-bottom:0;
        text-shadow:none;
    }
.urn2:hover .urn4 {
    transform: translateX(0%) !important;
}
.urn2:hover .urn3 {
    transition: 500ms ease all;
    opacity: 0;
    transform: scale(1.1);
}
.urn8 {
    border-radius: 50%;
    /*margin-left: -60px;*/
    background-color: #ffffff;
    padding: 15px;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    display: inline-block;
}
.urn8 img{
    width:45px;
    height:45px;
}
.ara1{
    background:#fff;
}
.ara2 {
    border-bottom-right-radius: var(--radius);
    border-top-left-radius: var(--radius);
    overflow: hidden;
    background: var(--back);
    padding:70px 0;
}
.ara3 h2 {
    font-size: 63px;
    color: white;
    font-weight: bold;
    margin: 0;
    line-height: 60px;
}
.ara4{
    text-align:end;
}
.hak1 {
    padding: 50px 0;
    background: #fff;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
    overflow: hidden;
    position:relative;
    z-index:-2;
}
.hak4 img{
    border-radius: 50%;
    margin-left: -60px;
    background-color: #ffffff;
    padding: 70px 70px 70px 85px;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.10);
    overflow:hidden;
}
.hak6 {
    position: absolute;
    z-index: -1;
    opacity: .1;
    left: -5%;
}
.hak7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    .hak7 h2 {
        
        font-size: 33px;
        font-weight: 700;
        margin-bottom: 15px;
    }
.ndn1{
    background:#fff;
    padding:0;
}
.ndn3 {
    padding: 50px 0;
    border-top-right-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
    background:var(--back);
}
.ndn2{
    padding-bottom:25px;
    text-align:center;
}
    .ndn2 h1 {
        color: #fff;
        font-size: 33px;
        font-weight: 700;
        margin-bottom: 15px;
    }
.ndn1 ul{
    display:grid;
    grid-template-columns:repeat(3,1fr)
}
.ndn1 img{
    max-height:40px;
    padding-right:20px;
}
.ndn1 p{
    margin-bottom:0;
    color:#fff;
    font-weight:600;
    font-size:18px;
}
.ndn1 li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    transition:.4s all;
    padding:20px;
}

    .ndn1 li:hover {
        background: #fff;
        transition: .4s all;
    }
    .ndn1 li:hover p{
        color:#000;
    }
.galeria1 {
    padding: 50px 15px;
    background:#fff;
}
.galeria01 {
    background: #fff;
    padding: 25px 15px ;
    border-top-right-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
    overflow: hidden;
}
.galeria1 h1 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 25px;
}

.galeria3 {
    overflow: hidden;
}

    .galeria3 img {
        transition: .4s all;
    }

.galeria2 {
    padding-bottom: 15px;
}

    .galeria2 a {
        position: relative;
    }

        .galeria2 a:hover .galeria3 img {
            transform: scale(1.2);
            transition: .4s all;
        }

.galeria4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(292deg, transparent, rgb(0 0 0 / 28%));
    padding: 25px;
    display: flex;
    align-items: flex-end;
}

    .galeria4 a {
        position: relative;
    }

    .galeria4 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;
    }

.videoa1 span {
    left: 15px;
    right: auto;
}

.videoad1 span {
    left: 15px;
    right: auto;
}

.galeria5 h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.galeria5 {
    position: relative;
}

    .galeria5:before {
        content: "";
        position: absolute;
        left: -25px;
        top: 0;
        background: var(--kirmizi);
        width: 4px;
        height: 30px;
    }
footer {
    background: #fff;
}
.ft1 {
    padding: 50px 0;
    border-top-right-radius: var(--radius);
    background: #212529;
}
    .ft2 ul{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        list-style:none;
      
    }
.ft2 a {
    color: #fff;
    
}
.ft2 i{
    font-size:45px;
}
.ft3 span {
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid var(--renk);
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.ft3 p{
    font-size:18px;
}
.ft4{
    color:#fff;
}
.ft5 i{
    font-size:21px;
}
.ft5 ul{
    display:flex;
    gap:10px;
}
.ft5 li{

}
.ft10 {
    background: #212529;
    padding:0;
}

.ft6 {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    background: #fff;
    border-top-right-radius: var(--radius);
}
.ft7 {
    flex: 1;
}
    .ft7 p {
        font-size: 14px;
        margin-bottom:0;
    }
.ft8 {
    text-align: center;
}
    .ft8 ul {
        list-style: none;
        display: flex;
    }
    .ft8 li {
        padding: 10px;
    }
    .ft8 a {
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
    }

.ft9 {
    flex: 1;
    text-align: end;
}
    .ft9 img {
        max-height: 30px;
        padding-right: 20px;
    }
.whatsapp-button2 {
    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-button2 i {
        color: white;
        margin-top: 2px;
        font-size: 30px;
    }

    .whatsapp-button2 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;
    }
}
.hakd1 {
    padding: 50px 0;
    background: #fff;
    border-bottom-right-radius: var(--radius);
}
.hakd2{
    text-align:center;
}
    .hakd2 h1 {
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .hakd2 span {
        display: flex;
        align-items: center;
        margin-bottom:20px;
        text-transform:uppercase;

    }
        .hakd2 span:before {
            content: "";
            height: 1px;
           /* width: 55px;*/
            background: var(--renk);
            margin-bottom: 5px;
            display: inline-block;
            margin-right: 15px;
            flex: 1;
        }
        .hakd2 span:after {
            content: "";
            height: 1px;
            /*width: 55px;*/
            background: var(--renk);
            margin-bottom: 5px;
            display: inline-block;
            margin-left: 15px;
            flex: 1;
        }
        .hakd3{
            display:flex;
           justify-content:center;
        }
.hakd4 {
    padding: 100px 0;
    background: #058b8c21;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}
.hakd5 {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
}
    .hakd5 h2 {
        font-size:24px;
        font-weight: 600;
    }
.hakd6 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hakd6 img{
    max-height:100px;
}
.hakd7 {
    background: #058b8c21;
}
.hakd9 {
    padding: 100px 0;
    background:#fff;
    border-top-right-radius: var(--radius);
}
.hakd9 ul{
    list-style:none;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}
    .hakd9 li {
        border-width: 0;
        padding: 10px 25px;
        text-align:center;
        border-radius: 23px;
        -webkit-border-radius: 23px;
        background: #e3e3e3;
        font-weight: 600;
    }
    .hakd9 a {
        color: #000;
    }
.hakd10 {
    background: #058b8c21;
}
.urna1 {
    /*padding: 50px 20px;
    background: #fff;
    border-bottom-right-radius: var(--radius);*/
    overflow: hidden;
    padding: 50px 0;
    background: #058b8c21;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}

.urna2 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

    .urna2:hover:before {
        z-index: 22;
        animation: shine2 1s forwards;
        display: block;
    }

    .urna2:before {
        position: absolute;
        top: 0;
        left: -120%;
        z-index: 0;
        display: none;
        visibility: visible;
        content: '';
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
        transform: skewX(-25deg);
    }

@keyframes shine2 {
    0% {
        left: 0%
    }

    100% {
        left: 100%
    }
}


.urna3 {
    position: absolute;
    bottom: 0;
    height: 100%;
    background: #00000026;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
}

.urna1 h3 {
    text-align: center;
    font-size: 33px;
    padding-bottom: 50px;
    text-shadow: 0 0 2px #000;
}

/*.urn1 h3:after {
        content: '';
        background: var(--koyumavi);
        width: 5%;
        height: 2px;
        display: block;
        transition: .5s;*/
/* margin: auto; */
/*margin: 15px auto auto auto;
    }*/

.urna1 h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    letter-spacing: .25px;
    font-size: 30px;
    color: white;
    font-weight: bold;
}

.urunba1 {
    position: relative;
    text-align: center;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

    .urunba1 h1 {
        position: relative;
        z-index: 3;
        font-size: 70px;
        font-weight: 700;
        color: var(--renk2);
        margin: 0;
    }

    .urunba1 span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: Arial, sans-serif;
        font-size: 150px;
        font-weight: 400;
        color: transparent;
        -webkit-text-stroke: 2px #000;
        text-stroke: 2px #000;
        white-space: nowrap;
        z-index: 1;
        pointer-events: none;
        opacity: .125;
    }

.urna4 {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    bottom: 0;
    left: 0;
    right: 2.5em;
    position: absolute;
    align-items: flex-end;
    transition: 500ms ease all;
    transform: translateX(-100%) translateX(4em);
    pointer-events: none;
    transform: translateX(-100%);
}

.urna5 {
    flex: 1 1 auto;
    padding: 1.3em 1.875em;
    background: #fff;
    position: relative;
}

    .urna5 h3 {
        font-size: 24px;
        color: var(--renk2);
        font-weight: bold;
        padding-bottom: 0;
        text-shadow: none;
    }

.urna2:hover .urna4 {
    transform: translateX(0%) !important;
}

.urna2:hover .urna3 {
    transition: 500ms ease all;
    opacity: 0;
    transform: scale(1.1);
}

.urna8 {
    border-radius: 50%;
    /*margin-left: -60px;*/
    background-color: #ffffff;
    padding: 15px;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    display: inline-block;
}

    .urna8 img {
        width: 45px;
        height: 45px;
    }
.bslk1 {
    padding: 50px 0;
    background: #fff;
    border-bottom-right-radius: var(--radius);
}

.bslk2 {
    text-align: center;
}

.bslk2 h1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.bslk2 span {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.bslk2 span:before {
    content: "";
    height: 1px;
    /* width: 55px;*/
    background: var(--renk);
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 15px;
    flex: 1;
}

.bslk2 span:after {
    content: "";
    height: 1px;
    /*width: 55px;*/
    background: var(--renk);
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 15px;
    flex: 1;
}

.bslk3 {
    display: flex;
    justify-content: center;
}
.bslk7 {
    background: #058b8c21;
}
.seo9 {
    padding: 50px 0;
    background: #fff;
    border-top-right-radius: var(--radius);
}

.seo9 ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}

.seo9 li {
    border-width: 0;
    padding: 10px 25px;
    text-align: center;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    background: #e3e3e3;
    font-weight: 600;
}

    .seo9 a {
        color: #000;
        text-transform: capitalize;
    }

.seo10 {
    background: #058b8c21;
}
.galerid1 {
    padding: 50px 0;
    background: #058b8c21;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
    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;
        position: relative;
    }

.galeriad3 {
    overflow: hidden;
}

    .galeriad3 img {
        transition: .4s all;
    }

.galerid2 a:hover .galeriad3 img {
    transform: scale(1.2);
    transition: .4s all;
}

.galeriad4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(292deg, transparent, rgb(0 0 0 / 28%));
    padding: 25px;
    display: flex;
    align-items: flex-end;
}

    .galeriad4 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;
    }

.galeriad5 h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.galeriad5 {
    position: relative;
}

    .galeriad5:before {
        content: "";
        position: absolute;
        left: -25px;
        top: 0;
        background: var(--kirmizi);
        width: 4px;
        height: 30px;
    }

.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: 150px 0;
    background: #058b8c21;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}

.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, rgb(0 0 0 / 28%));
    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;
    }

.video1 {
    padding: 50px 0;
    background: #058b8c21;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}

.video2 ul {
    list-style: none;
}

.video2 a {
    position: relative;
}

.video2 li {
    padding: 15px;
}
.ilet1 {
    padding: 50px 0;
    background: #058b8c21;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}
.tp72 {
    color: #fff;
    /* border: 1px solid #000; */
    padding: 10px 15px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    background: var(--renk);
}
.ilet3 {
 
}
    .ilet3 a {
        display: flex;
        justify-content: flex-end;
        padding: 0 40px;
    }
.ilet4 {
    padding: 1em 1.875em;
    text-align:end;
}
.ilet4 p{
    font-size:25px;
}
.ilet6 {
    padding: 1em 0;
}
.ilet6 i {
    font-size: 40px;
}
.galerih1 {
    padding: 50px 0;
    background: #058b8c21;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
    position: relative;
}

.galerih2 {
    /*  margin-top: 25px;
    padding-top: 25px;*/
}

    .galerih2 li {
        padding: 0 15px;
    }

    .galerih2 a {
        /*padding: 15px 8px;*/
        margin-bottom: 25px;
        border-radius: 10px;
        box-shadow: 5px 5px 4px #00000033;
        display: block;
        overflow: hidden;
        position: relative;
    }

.galeriah3 {
    overflow: hidden;
}

    .galeriah3 img {
        transition: .4s all;
    }

.galerih2 a:hover .galeriah3 img {
    transform: scale(1.2);
    transition: .4s all;
}

.galeriah4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(292deg, transparent, rgb(0 0 0 / 28%));
    padding: 25px;
    display: flex;
    align-items: flex-end;
}

    .galeriah4 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;
    }

.galeriah5 h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.galeriah5 {
    position: relative;
}

    .galeriah5:before {
        content: "";
        position: absolute;
        left: -25px;
        top: 0;
        background: var(--kirmizi);
        width: 4px;
        height: 30px;
    }

.galerih6 {
    position: absolute;
    top: -75px;
    right: 0;
    background: #fff;
    padding: 50px;
    /*width: 20%;*/
}

    .galerih6 ul {
        list-style: none;
    }

    .galerih6 h2 {
        padding-bottom: 15px;
        opacity: .2;
        font-size: 36px;
    }

    .galerih6 li {
        padding: 10px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .galerih6 a {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: .3s all;
    }

        .galerih6 a.active {
            color: var(--kirmizi);
        }

    .galerih6 i {
        color: var(--kirmizi);
    }

    .galerih6 a:hover {
        opacity: .5;
        transition: .3s all;
    }
