﻿body {
    font-family: "Inter", sans-serif;
    /* background: linear-gradient(180deg, #c3c0c070 40%, #ffffff 60%);
    background-attachment: fixed;*/
    background: var(--sonuk);
}

:root {
    --renk: #db4a2b;
    /*--renk: #336bfa;*/
    --mavi: #103e60;
    --sonuk: #f4f4f4;
    --border: #d9d9d9;
}


.lyt1 {
    padding: 15px 0;
    box-shadow: 0px 4px 20px 0px #00000030;
    background: #fff;
    position: relative;
}

.lyt2 {
    display: flex;
    align-items: center;
    padding: 0 88px;
}

.logo {
    flex: 1;
}

    .logo img {
        max-height: 65px;
    }

.lyt3 ul {
    display: flex;
    list-style: none;
    /*gap: 32px;*/
    flex-direction: row;
    /* height: 36px; */
    padding: 8px 24px;
    background: var(--sonuk);
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: 12px 32px;
}

.lyt3 li {
    border-right: 2px solid var(--border);
    padding-right: 32px;
    padding-left: 32px;
}

.lyt3 a {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.lyt4 {
    /*flex:1;*/
    margin-left: 25px;
    text-align: end;
    display: flex;
    align-items: center;
    position: relative;
}

    .lyt4 a {
    }

.lytd1 {
    display: flex;
    list-style: none;
    /* gap: 32px; */
    flex-direction: row;
    flex-direction: column;
    /* height: 36px; */
    padding: 8px 24px;
    background: var(--sonuk);
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: 5px 32px;
    margin-left: 22px;
    position: relative;
    width: 110px;
}

.lyt5 {
    position: relative;
    width: 132px;
    height: 50px;
}

.lytd01 {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    overflow:hidden;
}
    .lytd01> .show{
        border:none;
        background:none;
    }

    .lytd2 {
        background: #000;
        /*background: linear-gradient(90deg, #db4a2b 30%, #ad4933 90%) !important;*/
        padding: 15px 25px;
        border-radius: 50px;
        color: #fff !important;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
    }

    .lytd2 a:hover {
        background: var(--renk);
        transition: .4s all;
    }

.lytd3 {
    position: relative !important;
    width: 100%;
    background: transparent;
    border: none;
    transform: none !important;
    margin-top: 8px !important;
    padding: 0;
}
    .lytd3 li, .lytd3 li a:hover {
        background: none;
    }

.sld1 {
    padding: 100px 88px;
    background: #fff;
}

.sld2 {
    padding-right: 50px;
}

    .sld2 h1 {
        color: rgb(0, 0, 0);
        font-weight: 700;
        font-size: 64px;
        padding-right: 100px;
        margin-bottom: 32px !important;
    }

    .sld2 span {
        color: var(--renk);
        -webkit-text-fill-color: transparent;
        background: linear-gradient(87.36deg, rgb(199, 60, 30) 0px, rgb(219, 74, 43) 0px, rgb(231, 113, 88) 115.78%) text;
    }

    .sld2 p {
        font-size: 18px;
    }
    .sld2 ul {
        list-style: none;
        margin-bottom: 44px;
    }
    .sld2 li {
        display: inline-block;
        list-style: none;
        /* gap: 32px; */
        flex-direction: row;
        flex-direction: column;
        /* height: 36px; */
        padding: 8px 24px;
        background: var(--sonuk);
        border: 1px solid var(--border);
        border-radius: 50px;
        padding: 8px 24px;
        margin: 4px;
        /*margin-left: 22px;*/
        position: relative;
        font-size:14px;
    }
.sld2a {
    padding: 15px 80px;
    background: linear-gradient(87.36deg, #c73c1e 0, #db4a2b 0, #e77158 115.78%);
    border-radius: 50px;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    /* margin-top: 25px; */
    display: inline-block;
}

.sld1 video {
    width: 100%;
}

.hak1 {
    padding: 100px 88px 0 88px;
    background: #fff;
    position: relative;
    overflow: hidden;
    height:65vh;
    /*background: linear-gradient(180deg,rgba(255,255,255,0) 40%,#ffffff 60%);*/
    /*background: linear-gradient(180deg, #c3c0c070 40%, #ffffff 60%);*/
}

    .hak1 h1 {
        /* color: var(--renk); */
        margin-bottom: 32px !important;
        /* line-height: 96px; */
        font-weight: 500;
        font-size: 3rem;
        padding-right: 100px;
         /*font-family: "Caveat", cursive;*/
    }

    .hak1 span {
        /*background-image: url(/upload/resimler/kirmizipng_45.png);*/
         color: var(--renk);
        /* text-shadow: 0 0 2px #000; */
        /* padding: 0 20px; */
        background: linear-gradient(87.36deg, #c73c1e 0, #db4a2b 0, #e77158 115.78%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .hak1 p {
        font-size: 21px;
        /*line-height: 40.5px;*/
        font-weight: 400;
        color: #42484a;
        margin-bottom: 32px;
    }

    .hak1 a {
        background: var(--renk);
        background: linear-gradient(87.36deg, #c73c1e 0, #db4a2b 0, #e77158 115.78%);
        padding: 15px 25px;
        border-radius: 10px;
        color: #fff !important;
        font-weight: 500;
        text-transform: uppercase;
        /*margin-top: 25px;*/
        display: inline-block;
    }
    .hak1 img {
        /* position: absolute;
        right: 0;
        z-index: 0;*/
        /*opacity: .8;*/
    }
.hak2 {
    position: relative;
    z-index: 2;
    padding-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align:center;
}

.rfr1 > .marquee {
    overflow: hidden;
    width: 100%;
    /*background: #f5f6f8;*/
    padding: 20px 0;
}

    /* İç öğelerin yatay flex ile dizilimi ve animasyon */
    .rfr1 > .marquee .inner {
        display: inline-flex;
        animation: marquee 20s linear infinite;
    }

/* Her .item’in görünümü */
.rfr2 {
    flex: 0 0 auto;
    width: 15%; /* İsterseniz % veya vw ile değiştirin */
    margin-right: 20px; /* Öğeler arası boşluk */

    background: #f6f6f5;
    /*height:104px;*/
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 20px 30px;
}

/* Kesintisiz kayan animasyon */
@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.ara1 {
    /*padding:75px 0;*/
    overflow: hidden;
    padding-bottom: 75px;
    /*background:var(--sonuk);*/
}

.ara2 {
    position: relative;
}

.ara3 {
    padding-top: 8rem !important;
}

    .ara3 h1 {
        /*  background: linear-gradient(90deg, #236977 0%, #43a097 100%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;*/
        color: #000;
        margin-bottom: 32px !important;
        /*line-height: 96px;*/
        font-weight: 700;
        font-size: 3rem;
        padding-right: 100px;
        /*font-family: "Caveat", cursive;*/
    }

    .ara3 span {
        /*background-image: url(/upload/resimler/kirmizipng_45.png);*/
        /*background-repeat: no-repeat;
        background-size: contain;
        background-position: center;*/
        color: var(--renk);
        /* text-shadow: 0 0 2px #000; */
        /*padding: 0 20px;*/ background: linear-gradient(87.36deg, #c73c1e 0, #db4a2b 0, #e77158 115.78%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .ara3 p {
        /*text-align: center;*/
        font-size: 21px;
        /* line-height: 40.5px; */
        font-weight: 400;
        color: #42484a;
        margin-bottom: 32px;
    }

.ara4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    left: 100%;
    width: 100%;
}

.ara4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
    background-color: #FFF;
}

.aravideo1 {
    margin-bottom: -3rem !important;
}

    .aravideo1 video {
        padding: 0.75rem;
        max-width: 100%;
        background: #ffffff;
        border-radius: 0.625rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }

.arayorum1 {
    padding-top: 9rem !important;
    position: relative;
    /*background:var(--sonuk);*/
}

.arayorum2 {
    width: fit-content;
    position: relative;
    margin-bottom: -1.5rem !important;
    margin-left: auto !important;
    z-index: 1;
}

    .arayorum2:after {
        content: '';
        position: absolute;
        top: -80px;
        left: 20px;
        bottom: auto;
        right: auto;
        height: 50px;
        width: 50px;
        background-image: url(https://odoocdn.com/openerp_website/static/src/img/snippets/s_wd_persona/message.svg);
        background-size: cover;
        display:none;
    }

.arayorum5 {
    position: absolute;
    top: -40px;
    left: -60px;
    bottom: auto;
    right: auto;
    width: 200px;
    z-index: -1
}

.arayorum3 {
    border-radius: 50rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    background: #fff;
}

    .arayorum3 p {
        margin-bottom: 0;
        font-style: italic;
    }

    .arayorum3 span {
        color: #111827b3;
        display: block;
    }

.arayorum4 {
    top: -35px;
    position: absolute;
    left: -30px;
    bottom: auto;
    right: auto;
    width: 70px;
}

.oz1 {
    padding: 75px 0;
    position: relative;
}

.oz2 {
    margin-bottom: 50px;
}

    .oz2 h1 {
        color: #000;
        margin-bottom: 32px !important;
        /* line-height: 96px; */
        font-weight: 700;
        font-size: 3rem;
        padding-right: 100px;
        /*font-family: "Caveat", cursive;*/
        text-align: center;
    }

    .oz2 span {
        background-image: url( /upload/resimler/kirmizialtpng_12.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        /* color: white;
        text-shadow: 0 0 1px #000;*/
        padding: 0 20px;
    }

    .oz2 p {
        text-align: center;
        font-size: 21px;
        /* line-height: 40.5px; */
        font-weight: 400;
        color: #42484a;
        margin-bottom: 32px;
    }

.oz3 {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute !important;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: url(/upload/resimler/kirmizibackpng_5.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat no-repeat;
    z-index: -1;
}

.oz6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 110px;
}

.oz5 {
    width: 50%;
    background: #FEFEFE;
    box-shadow: 0 13px 20px 10px rgba(16, 24, 40, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

    .oz5 video {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
        opacity: 1;
    }

.oz4 {
    width: 50%;
    text-align: left;
    padding-right: 80px;
    padding-left: 50px;
    width: calc(50% - 20px);
}

    .oz4 img {
        margin-bottom: 20px;
    }

    .oz4 h2 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .oz4 p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

.ktr1 {
}

    .ktr1 h1 {
        /*color: var(--renk);*/
        /* line-height: 96px; */
        font-weight: 700;
        font-size: 3rem;
        padding-right: 100px;
        /*font-family: "Caveat", cursive;*/
        text-align: center;
        margin-bottom: 50px;
        display: block;
    }

    .ktr1 span {
        background-image: url(/upload/resimler/kirmizipng_45.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        color: white;
        text-shadow: 0 0 1px #000;
        padding: 0 20px;
    }

    .ktr1 p {
        text-align: center;
        font-size: 21px;
        /* line-height: 40.5px; */
        font-weight: 400;
        color: #42484a;
        margin-bottom: 32px;
    }

.ktr2 a {
    background: #f3f4f6;
    border-radius: 50%;
    position: relative;
    display: block;
}

.ktr2 h2 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    text-align: center;
    margin-top: 25px;
    font-weight: 600;
}

.ftrust1 {
    padding: 50px 0;
    text-align: center;
}

    .ftrust1 h1 {
        position: relative;
        /* color: var(--renk); */
        margin-bottom: 32px !important;
        /* line-height: 96px; */
        font-weight: 700;
        font-size: 5rem;
        padding-right: 100px;
        /*font-family: "Caveat", cursive;*/
        color: var(--renk);
    }

    .ftrust1 span {
        color: #000;
    }

        .ftrust1 span:after {
            content: url( /upload/resimler/ftrmavipng_34.png);
            position: absolute;
            top: auto;
            /*left: 100%;*/
            bottom: 0;
            right: auto;
            pointer-events: none;
        }

        .ftrust1 span:before {
            content: url( /upload/resimler/ft2mavipng_58.png);
            position: absolute;
            top: auto;
            left: -7rem;
            bottom: -1rem;
            right: auto;
            pointer-events: none;
        }

    .ftrust1 a {
        background: var(--renk);
        background: linear-gradient(90deg, #db4a2b 30%, #ad4933 90%) !important;
        padding: 20px 50px;
        margin-top: 25px;
        display: inline-block;
        border-radius: 10px;
        color: #fff !important;
        font-weight: 500;
        text-transform: uppercase;
    }

footer {
    background: var(--mavi);
    background: #d7d7d7;
}

.ft1, .ft2 {
    color: #000;
    padding-right: 50px;
}

.ft1 {
    margin-bottom: 25px;
}

    .ft1 h4, .ft2 h4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.33;
        color: var(--renk);
        margin: 0 0 16px;
    }

.ft3 {
    margin-top: 25px;
}

    .ft3 ul {
        list-style: none;
        display: flex;
        gap: 15px;
    }

    .ft3 a {
        font-size: 21px;
        color: #000;
    }

.ft4 h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    color: var(--renk);
    margin: 0 0 16px;
}

.ft4 ul {
    list-style: none;
}

.ft4 li {
    padding-bottom: 10px;
}

.ft4 a {
    color: #000;
}

.ft4 i {
    /*color:var(--renk);*/
}

.ft5 {
    padding: 50px 0;
}

.ft6 {
    border-top: 1px solid #000;
    /*margin-top: 25px;*/
    padding: 25px 0;
}

    .ft6 ul {
        list-style: none;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .ft6 a {
        color: #000 !important;
        font-weight: 500;
        text-transform: uppercase;
    }

.ozellik1 {
    padding: 50px 88px;
}

.ozellik2 {
    display: flex;
    justify-content: space-between;
}

.ozellik3 {
    position: sticky;
    top: 20px;
    margin-bottom: 70px;
    display: block;
    border-radius: 16px;
    height: fit-content;
    border: 1px solid var(--border);
    padding: 20px;
    padding-right: 0;
    background: #fff;
    border-radius: 24px;
    width: 21.101%;
}

    .ozellik3 li {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

        .ozellik3 li > a {
            line-height: 1.5;
            letter-spacing: -0.03em;
            /*text-decoration-line: underline;*/
            font-weight: 500;
            font-size: 20px;
            color: #586381 !important;
            padding-right: 25px;
        }

        .ozellik3 li:hover a {
            color: var(--renk) !important;
            transition: .3s all;
        }

        .ozellik3 li.active > a {
            color: var(--renk) !important;
            text-decoration: underline;
        }

        .ozellik3 li > svg {
            /*  width: 15px;
        min-width: 15px;
        height: 30px;
        min-height: 30px;
        font-size:21px;*/
            color: #fff;
        }

        .ozellik3 li.active > svg {
            color: #000;
        }

.ozellik4 {
    width: 78.899%;
}

.ozellik5 {
    padding: 60px;
    margin: 0 0 40px 53px;
    border-radius: 24px;
    background: #fff;
}

.ozellik6 {
    margin-bottom: 32px;
    padding: 40px;
    border-radius: 24px;
    background: var(--sonuk);
    border: 1px solid var(--border);
}

    .ozellik6 h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.2;
        /*letter-spacing: -0.03em;*/
        text-transform: uppercase;
        font-size: 32px;
    }

        .ozellik6 h2 > span {
            background: linear-gradient(87.36deg, #c73c1e 0, #db4a2b 0, #e77158 115.78%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-right: 16px;
        }

    .ozellik6 p {
        margin-top: 16px;
        font-weight: 400;
        /*font-size: 14px;*/
        line-height: 1.5;
        letter-spacing: -0.03em;
        /*font-size: 18px;*/
        color: #586381;
    }

.ozellik7 {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--border);
    flex-direction: row;
    padding: 40px;
    border-radius: 24px;
}

.ozellik8 {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .ozellik8 h3 {
        /*width: 230px;*/
        min-width: 230px;
        margin-right: 32px;
        font-size: 24px;
    }

    .ozellik8 p {
        margin-top: 0;
        color: #000;
    }

.ozellik9 {
    width: 60%;
}

    .ozellik9 li {
        margin-bottom: 16px;
        font-size: 18px;
        color: #586381;
    }

.referans5 {
    padding: 100px 88px;
    background: #fff;
}

.referans1 {
    display: flex;
}

.referans2 {
    width: 21.101%;
    word-wrap: break-word;
    padding-right: 30px;
}

    .referans2 h1 {
        font-size: 45px;
        margin-right: 52px;
        font-weight: 700;
        /* line-height: 1.1;
        letter-spacing: -0.03em;*/
        text-transform: uppercase;
        color: var(--renk);
        /* font-family: "Caveat", cursive; */
        background: linear-gradient(87.36deg, #c73c1e 0, #db4a2b 0, #e77158 115.78%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        padding-top: 15px;
    }

.referans3 {
    width: 78.899%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-radius: 24px;
    background: var(--sonuk);
    border: 1px solid var(--border);
    overflow:hidden;
}

.referans4 {
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 50px;
}

    .referans4 img {
        max-height: 50px;
    }

.form1 {
    padding: 100px 88px;
    background: linear-gradient(188deg, var(--border) 30%, #ffffff00 90%) !important;
}

.form01 {
    display: flex;
}

.cop1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: -75px;
    margin-top: 100px;
    margin-top: 100px;
}

    .cop1 img {
        max-height: 25px;
    }

.form2 {
    width: 21.101%;
    word-wrap: break-word;
    padding-right: 30px;
}

    .form2 h1 {
        font-size: 45px;
        margin-right: 52px;
        font-weight: 700;
        /*line-height: 1.1;*/
        /* letter-spacing: -0.03em; */
        text-transform: uppercase;
        /* color: #fff; */
        color: var(--renk);
        background: linear-gradient(87.36deg, #c73c1e 0, #db4a2b 0, #e77158 115.78%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        padding-top: 15px;
    }

.form3 {
    width: 78.899%;
    border-radius: 24px;
    background: var(--sonuk);
    border: 1px solid var(--border);
    padding: 80px;
}

    .form3 h2 {
        line-height: 1.2;
        letter-spacing: -0.03em;
        margin-bottom: 32px;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 700;
    }

.form5 {
    margin-bottom: 32px;
    /*font-size: 18px;*/
    font-weight: 600;
}

    .form5 input {
        /*font-size: 18px;*/
        padding: 16px 24px;
        font-weight: 600;
        border: 1px solid #bfcae7;
        border-radius: 8px;
    }

.form6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tp72 {
    background: linear-gradient(87.36deg, #c73c1e 0, #db4a2b 0, #e77158 115.78%);
    padding: 15px 50px;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}

.form7 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.form3 {
    width: 78.899%;
    border-radius: 24px;
    background: var(--sonuk);
    border: 1px solid var(--border);
    padding: 80px;
}

    .form3 h2 {
        line-height: 1.2;
        letter-spacing: -0.03em;
        margin-bottom: 32px;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 700;
    }


.wp1 {
    position: fixed;
    left: 12px;
    bottom: 0;
    cursor: pointer;
    z-index: 666;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    /*background-color: var(--renk2);*/
    /*font-weight: 500;*/
    line-height: 1.5;
    text-align: center;
    padding: 15px;
    /*padding: 65px 15px 25px 40px;*/
    /*border-radius: 100% 0 0 0;
    border-left: #fff 4px solid;*/
}

    .wp1 i {
        background-color: #25D366;
        animation: whatsapp 5s ease-in-out infinite;
        color: #fff;
        border-radius: 30%;
        font-size: 48px;
        text-align: center;
        line-height: 48px;
        width: 64px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wp1 a {
        display: flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wp1 p {
        padding: 0px 16px;
        line-height: 1.6;
        font-size: 15px;
        background-color: #25D366;
        color: #ffffff;
        border-radius: 10px;
        margin: 0 10px;
        order: 1;
    }

/*  .wp1 p {
        margin-bottom: 0;
        background: #25D366;
        margin-left: 5px;
        padding: 0 15px;
        color: #fff;
        border-radius: 15px;
        animation: whatsapp 5s ease-in-out infinite;
        font-size: 13px;
        font-weight: 500;
        line-height: 24px;
    }
*/
.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;
    }
}

.lyt12 {
    /*background: var(--yesil) !important;*/
    color: #fff;
    border-left: 2px inset #53af3233;
    position: relative;
    /* font-weight: 600; */
}

    .lyt12 a {
        font-weight: 600;
        color: #fff;
        padding: 0;
    }

    .lyt12 li {
        background: #fff;
        /*width: 50%;*/
    }

    .lyt12 ul {
        position: absolute;
        inset: 0px 0px auto auto;
        margin: 0px;
        transform: translate(-10px, 63px);
        min-width: 0;
    }

    .lyt12 button {
        color: #fff;
    }

    .lyt12 li a {
        color: #000;
        padding: 5px 10px;
    }

        .lyt12 li a:hover {
            background: transparent;
        }

.formd3 {
    border-radius: 24px;
    background: var(--sonuk);
    border: 1px solid var(--border);
    padding: 80px 25px;
}

    .formd3 h2 {
        line-height: 1.2;
        letter-spacing: -0.03em;
        margin-bottom: 32px;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 700;
    }

.formdbutton1 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--renk);
    border: var(--border);
    border-radius: 30px;
    color: #000;
}

    .formdbutton1 i {
        color: #fff;
    }

.formd2 {
    display: flex;
    align-items: center;
    height: 100%;
}










@media screen and (min-width: 1280px) and (max-width: 1900px) {
    p{
        font-size:14px;
    }
    .referans2, .form2, .ozellik3 {
        width: 19.59%;
    }

        .form2 h1, .referans2 h1 {
            font-size: 33px;
        }

    .ozellik5 {
        margin: 0 20px 24px;
        padding: 40px 24px;
    }

    .ozellik1 {
        padding: 50px;
    }

    .sld1 {
        padding: 50px;
    }

    .ozellik8 {
        width: 30%;
    }

        .ozellik8 h3 {
            min-width: 200px;
            margin-bottom: 0;
            margin-right: 24px;
            font-size: 16px;
        }

    .form5 {
        font-size: 14px;
    }

    .ozellik4, .referans3, .form3 {
        width: 78.831%;
    }

    .form1 {
        padding: 100px 50px;
    }

    .referans5 {
        padding: 100px 50px;
    }

    .ozellik3 {
        padding: 25px;
        padding-right: 0;
        top: 20px;
    }

        .ozellik3 li > a {
            font-size: 16px;
        }

        .ozellik3 li {
            margin-bottom: 8px;
        }

    .lyt3 a {
        font-size: 14px;
    }

    .lyt3 li {
        padding-right: 16px;
        padding-left: 16px;
    }

    .lyt3 ul {
        padding: 8px 24px;
    }

    .lyt4 a {
        font-size: 14px;
        padding: 12px 24px;
    }

    .logo img {
        max-height: 55px;
    }

    .sld2 h1 {
        font-size: 48px;
        text-align: left;
    }
    .sld2 p{
        font-size:14px;
    }
    .sld2 ul {
        margin-bottom: 24px;
    }
    .sld2a {
        padding: 16px 80px;
    }
    .hak1 {
        padding:50px;
    }
    }
