﻿
body {
    background: #eae9e5;
    font-family: "Poppins", sans-serif;
}

:root {
    --renk: #5da032;
    --koyurenk: #4c8229;
    --kahve: #885110;
}

.lyt1 {
    position: sticky;
    z-index: 555;
    top: 0;
    background: #fff;
}

.lyt2 {
    display: flex;
    align-items: center;
    padding: 15px 75px;
}

.logo img {
    max-height: 75px;
    padding-right: 75px;
}

.lyt3 {
    flex: 1;
    display: flex;
    justify-content: center;
}

    .lyt3 ul {
        list-style: none;
        display: flex;
    }

    .lyt3 li {
        padding: 15px;
    }
    .lyt3 a{
        color:#333;
    }
.lyt4 {
    display: flex;
    align-items: center;
}
.lyt4 ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.lyt4 li {
    padding: 15px 10px;
}

.lyt4 a {
    color: #000;
}
.diller {
    border-left: 1px solid #585858;
}
    .diller img {
        max-height: 45px;
        padding: 10px 5px;
    }
.hak1 {
    padding: 100px 0;
}

.hak3 {
    padding-top: 50px;
}

    .hak3 h2 {
        font-family: "Lora", serif;
        font-weight: 600;
        position: relative;
        font-size: 42px;
        margin-bottom: 25px;
    }
/*  .hak3 span {
            background: var(--kahve);
            position: absolute;
            top: 0;
            width: 75%;
        }*/
.neden1 ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
}

.neden1 li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

    .neden1 li > img {
        max-height: 20px;
    }

    .neden1 li:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('	/upload/resimler/arapng_39.png');
        background-size: cover;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }

    .neden1 li > h3 {
        padding-left: 15px;
        font-weight: 400;
        font-size: 21px;
        margin-bottom: 0;
    }

.neden1 {
    position: relative;
    /*padding: 100px 0;*/
    min-height: 75vh;
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, #5da03247, transparent)
}

    .neden1 h2 {
        font-family: "Lora", serif;
        font-weight: 600;
        position: relative;
        font-size: 42px;
        margin-bottom: 25px;
    }

.neden2 img {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    max-height: 50vh;
}

.neden4 {
}

    .neden4 img {
        max-height: 35px;
    }

.icerik1 {
    padding: 100px 0;
    min-height: 75vh;
}

.icerik2 {
    width: 30%;
    padding-top: 50px;
}

    .icerik2 h2 {
        font-family: "Lora", serif;
        font-weight: 600;
        position: relative;
        font-size: 42px;
        margin-bottom: 25px;
    }

.icerik4 {
    padding-top: 75px;
    padding-bottom: 50px;
    flex: 1;
}

    .icerik4 ul {
        list-style: none;
        display: grid;
        /*grid-template-columns: repeat(2, 1fr);*/
        margin-top: 50px;
    }

    .icerik4 li {
        position: relative;
        /*background: linear-gradient(to right, var(--renk), #7abf32);*/ /* Yeşil geçişli arka plan */
        background: #f5f1f1;
        color: #242424;
        padding: 15px 60px 15px 50px; /* Sağdan ve soldan boşluklar */
        margin: 10px 0;
        border-radius: 10px;
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 18px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        border: 3px solid var(--koyurenk);
        height: 80px;
    }

        .icerik4 li::before {
            content: "";
            position: absolute;
            left: -20px; /* Dışarı taşmasını sağla */
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 30px;
            background: linear-gradient(to right, #0d3c05, #2d660f); /* Ok için yeşil geçiş */
            clip-path: polygon(100% 50%, 0 0, 0 100%);
            display:none;
        }

        .icerik4 li:after {
            content: "";
            position: absolute;
            right: -30px; /* Dışarı taşmasını sağla */
            top: 50%;
            transform: translateY(-50%);
            width: 80px;
            height: 80px;
            background-color: #0d3c05; /* Yuvarlak arka plan rengi */
            background-image: url('/upload/resimler/arapng_39.png'); /* Resim */
            background-size: 60%; /* Resmi küçült */
            background-repeat: no-repeat; /* Tekrarlamayı engelle */
            background-position: center;
            border-radius: 50%;
            border: 3px solid white;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);

        }

        .icerik4 li > img {
            max-height: 20px;
        }
        /*
.icerik4 li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('	/upload/resimler/arapng_39.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}*/

        .icerik4 li > h3 {
            /*padding-left: 15px;*/
            font-weight: 500;
            font-size: 21px;
            margin-bottom: 0;
        }

.icerik3 img {
    padding-right: 75px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.icerik5 {
    display: flex;
    justify-content: space-between;
}

.kullanim2 h2 {
    font-family: "Lora", serif;
    font-weight: 600;
    position: relative;
    font-size: 42px;
    margin-bottom: 25px;
}
.kullanim3 h2 {
    font-family: "Lora", serif;
    font-weight: 600;
    position: relative;
    font-size: 30px;
    margin-bottom: 25px;
}
.kullanim4 img{
    border-radius:50px;
}
.kullanim3{
    padding-top:50px;
}
.kullanim1 {
    background: linear-gradient(45deg, #5da03247, transparent);
    padding: 100px 0;
}

.ilet1 {
    padding: 75px 0;
    background: linear-gradient(90deg, var(--renk) 55%, transparent 40%);
}
.ilet4 {
    height: 350px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 99999px;
    text-align: center;
    margin-left: -100px;
}
.ilet4 img {
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ilet3 {
    padding-left: 125px;
}
.ilet3 ul{
    list-style:none;
}
.ilet3 li{
    margin-bottom:25px;
}
    .ilet3 i {
        background: var(--renk);
        padding: 15px;
        border-radius: 50%;
        color: #fff;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ilet3 a {
        display: flex;
        align-items: center;
    }
.ilet5 {
    padding-left: 15px;
   
}
    .ilet5 b {
        display: block;
        font-weight: 600;
    }
.ilet6 h2 {
    font-family: "Lora", serif;
    font-weight: 600;
    position: relative;
    font-size: 42px;
    margin-bottom: 25px;
    padding-left: 75px;
}
.ilet6 p {
    padding-left: 125px;
    width: 75%;
    margin-bottom: 50px;
}
.il1 {
    padding: 75px 0;
    position: relative;
    overflow: hidden;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content:center;
    color:#fff;
}
.il2 {
    background: var(--koyurenk);
    padding: 50px 100px;
    /*max-width: 75%;*/
    min-height:50vh;
}
.il3 img {
    position: absolute;
    bottom: -50%;
    left: -25%;
    max-width: 40%;
}
.il5{
 position:relative;
}
.overlay1{
    display:none;
}
#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;
}
.frm1 {
    background: linear-gradient(45deg, #5da03247, transparent);
    text-align: center;
    padding: 10px;
}
    .frm1 a {
        font-size: 18px;
        font-weight: 600;
        color: #1a3d06 !important; /* Kullandığın renk */
        animation: parilda 1.5s infinite alternate;
        cursor:pointer;
    }
@keyframes parilda {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}
.frm3{
    text-align:start;
}
.frm5 {
    background: linear-gradient(45deg, var(--renk), #fff);
}
.frm2{
    background:transparent;
}
.frm2 h5 {
    font-size: 18px;
    color: #000000;
}
.tp72frm {
    background: #fff;
}
#successMessage {
    animation: fadeOut 5s ease-in-out forwards;
}
/*
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}*/