﻿body {
    background-color: white !important;
}
.iki-yan{
    text-align:justify !important;
}
.home-tarih {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-feature-settings: 'zero' on, 'ss01' on, 'cv02' on, 'kern' off;
    color: #7E7E7E;
}
.incele {
    position: relative;
    bottom: -2rem !important;
    color: rgba(154, 154, 154, 1);
    border-bottom: 1px solid #9A9A9A;
    width: 33%;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.015em;
    padding-bottom: 1%;
}

.hizmets {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    min-height: 22rem;
    align-items: center;
    padding:0 6rem;
    display: flex;
}
.incele:hover{
    color:rgba(227, 6, 19, 1) !important;
    border-bottom-color:rgba(227, 6, 19, 1) !important;
    transition:.4s !important;
}
.iletisime {
    background-color: rgba(255, 255, 255, 1) !important;
    font-family: Inter !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
    color: rgba(227, 6, 19, 1) !important;
    margin-top:10rem;
}
.attac {
    background-image: url("../img/Rectangle 24.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 6rem;
    margin-bottom: 6rem;
    background-color:white !important;
    background-position: 45%;
}

.iletisime-gec {
    background-image: url("../img/Rectangle 24.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 45%;
}
.home-tarih-text {
    font-weight: 500;
    font-size: 26px;
    line-height: 39px;
    color: #212121;
}

.homebolum-1-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}

.home-ertek-hakkinda {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    border-bottom: 1px solid #E30613;
    width: 26%;
    padding-bottom: 1%;
    padding-top: 1rem;
}

.home-row-1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

span.home-referans {
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* align-items: center; */
    flex-direction: row;
    align-items: center;
    display: initial;
    padding: 0px 63px 0px 0px;
}

.home-bolum-2 {
    margin-top: 6rem;
}

.home-bolum-3-text-1 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    color: #E30613;
}

.home-bolum-3-baslik {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    color: rgba(33, 33, 33, 1);
}

.home-bolum-3-text-2 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    width: 90%;
    color: rgba(126, 126, 126, 1);
}

span.home-icon-yazi {
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    margin-top: 7rem !important;
    padding-left: 0.8rem !important;
    color: rgba(33, 33, 33, 1) !important;
}

.container-fluid.arka-home-renk {
    background: #F9F9F9;
    padding: 51px 0px;
}

.home-bolum-3 {
    margin-top: 3rem;
}

.home-card-baslik {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    margin-top: 1rem;
}

.home-card-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7E7E7E;
    margin-top: 1rem;
}

.home-4-card {
    padding: 23px;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    height: 100%;
}

    .home-4-card:hover {
        background-color: #FFFFFF;
        border: 1px solid #F2F2F2;
        transition: .3s;
    }

.homecoz {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #E30613;
}

.homecoz-baslik {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
}

.homecoz-text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(126, 126, 126, 1);
    width: 80%;
}
    .homecoz-text span {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        word-break: break-word !important;
        -webkit-box-orient: vertical !important;
    }
.home-card-row {
    display: flex;
    align-items: unset;
}

.home-card-icon-color-2 {
    display: none;
}

.home-4-card:hover .home-card-icon-color-2 {
    display: block !important;
    transition: .3s;
}

.home-4-card:hover .home-card-icon-color {
    display: none !important;
    transition: .3s;
}

.home-bolum-4 {
    margin-top: 8rem;
}
.sol-icon {
    color: rgba(33, 33, 33, 1) !important;
}
.slider-border {
    background: rgba(255, 255, 255, 0.62);
    width: 55%;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    transform: skewX(347deg);
    left: -6rem;
    justify-content: center;
    align-items: center;
    padding-left: 10rem;
    flex-direction: column;
}
.mobile-text-iki {
    padding: 0rem 18%;
}
.slider-text {
    padding: 0rem 18%;
}
.slider-sayi-iki {
    color: rgba(189, 189, 189, 1);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    margin-top: 1rem;
}
.slider-text .slider-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(33, 33, 33, 1);
}

    .slider-text .slider-title span {
        color: rgba(227, 6, 19, 1);
    }

.slider-text .slider-content {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(37, 37, 37, 1);
}



.mobile-text-iki .slider-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(33, 33, 33, 1);
}

    .mobile-text-iki .slider-title span {
        color: rgba(227, 6, 19, 1);
    }

.mobile-text-iki .slider-content {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(37, 37, 37, 1);
}
.slider-baslik span {
    color: rgba(227, 6, 19, 1);
}.mobile-border span {
    color: rgba(227, 6, 19, 1);
}
.slider-baslik {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    left: 23rem;
}
.font-tip {
    font-family: Poppins !important;
}
.slider-img {
    height: 92vh;
    object-fit: cover;
}

.mobile-text
{
    display: none;
}

.bosluk {
    margin-top: 11rem !important;
    margin-bottom: 10rem !important;
}
.satir{
        text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-word;
    -webkit-box-orient: vertical;
}
.slider-detays {
    font-family: Poppins !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    position: absolute;
    /*top: 0;
    bottom: 0;
    height: 93%;
    left: 23rem;
    width: 78%;*/
    align-items: center;
    display: flex;
}
.home-duz-resim {
    position: relative;
}
.ana-makine {
    line-height: 36px;
}
.slider-baslik {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 74% !important;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.ana-makine ul li::marker {
    color: red;
    padding-right: 5px;
    content: url("../img/check.png");
    font-size: 20px;
}

.ana-makine ul li {
    font-size: 16px;
    padding-left: 8px;
}

.mobile-border {
    display: none !important;
    background: rgba(255, 255, 255, 0.62);
    width: 57%;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    transform: skewX(347deg);
    left: -6rem;
}
.home-duz-resim-text {
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 42px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    /*Konum Ayarları*/
    position: absolute !important;
    top: 38% !important;
    right: 0 !important;
    left: 0 !important;
}

.home-bolum-5 {
    margin-top: 6rem;
    margin-bottom: 1rem;
}

.home-medya {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #E30613;
}

.gors {
    margin-top: 6rem !important;
}
.slider-sayi {
    color: rgba(189, 189, 189, 1);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
}

.habers {
    padding-top: 3rem !important;
}

.home-medya-text {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(33, 33, 33, 1);
}

.home-medya-button {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #E30613;
    width: 160px;
    border-radius: 0px;
    /* height: 29px; */
    padding: 9px;
    margin: auto;
    display: block;
    border: 1px solid #E30613;
    margin-top: 2.5rem;
}


@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 68%;
}

    .slider::before, .slider::after {
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .slider::after {
        right: 0;
        top: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    .slider::before {
        left: 0;
        top: 0;
    }

    .slider .slide-track {
        -webkit-animation: scroll 40s linear infinite;
        animation: scroll 25s linear infinite;
        display: flex;
        column-gap: 40px;
        width: calc(250px * 14);
    }

    .slider .slide {
        height: auto;
        width: 180px;
        min-width: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .slider .slide img {
            width: 180px !important;
            height: auto;
            object-fit: contain;
            aspect-ratio: 2/1;
        }


.font-boyut {
    font-size: 2rem;
}
.home-4-card:hover .font-boyut {
    color: #E30613;
    transition:.4s;
}
.boyutlanma {
    max-height: 26rem;
    min-height: 26rem;
}
.card-img-boyutlanma {
    height: 26rem !important;
}
.boyutlanma-2{
    max-height: 46rem;
    min-height: 46rem;
}
.card-img-boyutlanma-2 {
    height: 26rem !important;
}


    .home-medya-button:hover {
        color: #FFFFFF;
        background-color: #E30613;
        border: 1px solid #E30613;
    }

.home-buyuk-resim {
    position: relative;
}

.home-buyuk-resim-text-1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #9A9A9A;
}

.home-buyuk-resim-text-2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
    margin-top: 0.5rem;
}

.home-buyuk-resim-text-3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 48px;
    color: #ffffff;
    margin-top: 0.7rem;
}

.home-form-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 1.3rem;
}

input#form4Example1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 11px 21px;
    background: rgba(72, 72, 72, 0.7);
    border: 1px solid rgba(72, 72, 72, 0);
}

input#form4Example2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 11px 21px;
    background: rgba(72, 72, 72, 0.7);
    border: 1px solid rgba(72, 72, 72, 0);
}

input#form6Example6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 11px 21px;
    background: rgba(72, 72, 72, 0.7);
    border: 1px solid rgba(72, 72, 72, 0);
}

textarea#form4Example3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 11px 21px;
    background: rgba(72, 72, 72, 0.7);
    border: 1px solid rgba(72, 72, 72, 0);
}

.home-input-placeholder::placeholder {
    color: #F2F2F2;
}

button.btn.home-buyuk-resim-form-button {
    /* background: red; */
    background: #E30613;
    border-radius: 6px;
    /* color: #FFFFFF; */
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 208px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    height: 48px;
}

.home-buyuk-resim-form-button:hover {
    background: transparent !important;
    color: #E30613 !important;
    border: 1px solid #E30613;
}

.home-form-arka-renk {
    background: rgba(34, 34, 34, 0.72);
    padding: 39px;
    border-radius: 8px;
}

.row.home-form-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.form-abs {
    position: absolute;
    top: 19%;
    right: 0;
    left: 0;
}

.home-buyuk-resim-text-1-5 {
    color: #E30613;
}




.col-carousel {
    margin: 70px 0;
}

/* owl nav */
.owl-prev span, .owl-next span {
    color: rgba(227, 6, 19, 1);
    display: none;
}

.owl-prev span {
    left: 2rem;
    position: fixed;
    display: none;
}

.owl-next span {
    top: -5rem;
    right: 2rem;
    display: none;
    position: fixed;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}
.medya-ikis {
    display: block !important;
    height: 48rem;
}
.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}

/* removing blue outline from buttons */
button:focus, button:active {
    outline: none;
}
.carousel-iki {
    display: none !important;
}

.yil {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.oniki {
    font-family: Poppins;
    font-size: 90px;
    font-weight: 700;
    line-height: 135px;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    left: 1rem;
    position: relative;
}

.slider-arka {
    background: #F9F9F9;
}

.sol {
    border: 10px solid;
    height: 180px;
    border-right: 0;
    border-color: rgba(227, 6, 19, 1);
    display: flex;
    align-items: center;
}

.sag {
    border: 10px solid;
    height: 180px;
    border-color: rgba(227, 6, 19, 1);
    border-left: 0;
    display: flex;
    align-items: center;
}

.yillik {
    right: 3rem;
    position: relative;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.beri {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(126, 126, 126, 1);
}

.yedek {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0em;
    width: 67%;
}
.tik-yazi {
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
}

.sekt {
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    color: rgba(71, 71, 71, 1) !important;
}

.er-hakkinda {
    width: 30%;
    padding-bottom: 10px;
    border-bottom: 1px solid red !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
}

.ana-resim {
    height: 93vh;
    background-position: center;
    background-size: cover;
    position: relative;
}

.otomot {
    color: rgba(227, 6, 19, 1);
}

.uretici {
    color: rgba(154, 154, 154, 1);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.guven {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ana-resim-detay {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 1);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ana-resim-text {
    height: 93vh;
    margin-top: 23%;
}

.from-arka {
    background-color: rgba(34, 34, 34, 0.72);
    border-radius: 8px;
}

.iletisime-gecin {
    color: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.02em;
}
/*
.wrapper {
    width: 100%;
    position: relative;
    max-width: 100%;
    max-height: 40%;
}

    .wrapper input {
        background: rgba(72, 72, 72, 0.7);
        border-radius: 6px;
        padding: 1rem;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(72, 72, 72, 0.7) !important;
        color: rgb(255, 255, 255) !important;
        font-family: Poppins;
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        padding-right: 4rem;
    }

.input-icon {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    right: 2rem;
}
.wrapper input:focus-visible, .wrapper textarea:focus-visible {
    outline: none;
}

.wrapper textarea {
    background: rgba(72, 72, 72, 0.7) !important;
    border-radius: 6px;
    padding: 3rem;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(72, 72, 72, 0.7) !important;
    border-radius: 8px;
    color: rgb(255, 255, 255) !important;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

label {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    top: 28%;
    left: 15px;
    transform: scaleY(1.5);
    transition: all .5s ease;
    pointer-events: none;
    color: rgba(242, 242, 242, 1) !important;
}

input:focus + label,
input:valid + label {
    font-size: 14px;
    top: -1rem;
    padding: 5px;
    color: rgb(255, 255, 255) !important;
    background: rgba(72, 72, 72, 0) !important;
}

textarea:focus + label,
textarea:valid + label {
    font-size: 14px;
    top: -1rem;
    padding: 5px;
    background-color: rgba(72, 72, 72, 0) !important;
    color: rgba(72, 72, 72, 0);
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgba(72, 72, 72, 0);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(34, 34, 34, 0.72) !important;
}*/

.kirmizi-sayi {
    color: rgba(227, 6, 19, 1) !important;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: left;
}

.ana-resim-label {
    height: 93vh;
    margin-top: 7%;
}

.ana-resim-gonder {
    background-color: rgba(227, 6, 19, 1);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: White;
    border: 0;
    border-radius: 6px;
}

    .ana-resim-gonder:hover {
        background-color: rgba(227, 6, 19, 1);
        font-family: Inter;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        color: White;
    }

.more-button {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    text-align: center;
}

.daha-fazla {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.015em;
}
.incele-iki {
    position: relative;
    bottom: -3rem !important;
    color: rgba(154, 154, 154, 1) !important;
    border-bottom: 1px solid #9A9A9A !important;
    width: 33%;
    font-family: Inter !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 21px !important;
    letter-spacing: -0.015em !important;
    padding-bottom: 1% !important;
    padding-top:1rem;
}

.incele-iki:hover {
    color: #E30613 !important;
    border-bottom: 1px solid #E30613 !important;
    transition: .3s;
}


.home-duz-resim-text {
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 42px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    position: absolute !important;
    top: 38% !important;
    right: 0 !important;
    left: 0 !important;
}

/*slider css*/
.imalats {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.oniki-yil-detay {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
}
.owl-nav {
    position: absolute !important;
    top: 45% !important;
    left: 41% !important;
}

.ana-slayt-btn {
    background-color: rgb(255, 112, 4);
    color: white;
}

    .ana-slayt-btn:hover {
        background-color: black;
        color: rgb(255, 112, 4);
    }

.owl-1-style .owl-nav {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: relative;
    transform: rotateX(-50,-50);
    transform: scaleX(1.0);
    margin: 0px;
}



    .owl-1-style .owl-nav .owl-next {
        border-radius: 30px;
        border: none;
        background-color: white;
        color: red;
    }

    .owl-1-style .owl-nav .owl-prev {
        display: none;
    }

.üreticilik {
    padding: 0px 3rem;
    text-align: left;
}
.logos {
    padding: 2rem;
}
@media only screen and (max-width: 2560px) {
    .slider-text {
        padding: 0rem 11%;
        left: 4rem;
        position: relative;
    }
}

@media only screen and (max-width: 2234px) {
    .slider-text {
        padding: 0rem 11%;
        left: 4rem;
        position: relative;
    }
}

@media only screen and (max-width: 1800px) {
    .slider-text {
        padding: 0rem 11%;
        left: 5rem;
        position: relative;
    }
}

@media only screen and (max-width: 1660px)

{
    .slider-text {
        padding: 0rem 10%;
        left: 3rem;
        position: relative;
    }
}

@media only screen and (max-width: 1540px) {
    .slider-text {
        padding: 0rem 9%;
        left: 2rem;
        position: relative;
    }
}

@media only screen and (max-width: 1470px) {
    .slider-text {
        padding: 0rem 8%;
        left:3rem;
        position: relative;
    }

    .slider-border {
        width: 63% !important;
    }
}

@media only screen and (max-width: 1473px) {
    .hizmets {
        padding: 0 5rem;
    }
}

@media screen and (max-width: 1440px) {

    .slider-text {
        padding: 0rem 12%
    }
    .hizmets {
        min-height: 17rem;
    }
    .iletisime {
        margin-top: 7.5rem;
    }

}

@media screen and (max-width: 1420px) {
    .slider-border {
        width: 68% !important;
    }
    .slider-text {
        padding: 0rem 7%;
    }
}

@media screen and (max-width: 1409px) {
    .hizmets {
        padding: 0 4rem;
    }
}

@media screen and (max-width: 1292px) {

}

@media screen and (max-width: 1200px) {

    .slider-border{
        width:48rem !important;
    }
}

@media screen and (max-width: 1024px) {

    .slider-text {
        padding: 0rem 6%;
    }
}

@media screen and (max-width: 1399px) {
    .medya-detays {
        margin-top: 1rem !important;
    }
    .er-hakkinda{
        width: 36% !important;
    }
    .üreticilik{
        padding:0 0;
    }
    .medya-cards {
        width: 40%;
    }
    .incele-iki{
        width:40%;
    }
}

@media screen and (max-width: 1345px) {
    .hizmets {
        padding: 0 3rem;
    }
}

@media screen and (max-width: 1281px) {
    .hizmets {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 1217px) {
    .hizmets {
        padding: 0 0rem;
    }
}

@media screen and (max-width: 1199px) {
        
    .medya-detays {
        margin-bottom: 3rem !important;
    }

    .er-hakkinda{
        width:45% !important;
    }

    .incele-iki{
       width:50%;
    }

}

@media screen and (max-width: 1089px) {

    .hizmets {
        font-size: 31px !important;
    }

}

@media screen and (max-width: 1056px) {

    .hizmets {
        font-size: 30px !important;
    }

}

@media screen and (max-width: 1024px) {

    .hizmets {
        font-size: 25px !important;
    }

}

 @media screen and (max-width: 991px) { 
    .boyutlanma-iki {
        max-height: 46% !important;
        min-height: 46% !important; 
    }
        
    .mobils-boyutlanma {
        max-height: 46%;
        min-height: 46%;
    }
    .card-img-boyutlanma-2 {
        height: 26rem !important;
    }
     .faydalanmak{
         padding:3rem;
     }
     .logos{
         padding:2rem !important;
     }
     .carousel-iki {
            display: block !important;
        }
    .mobile-text-iki {
        max-width: 53rem;
    }
        .medya-ikis{
            display:none !important;

        }
    .incele-iki {
        width: 31%;
    }
    .incele {
        padding-top: 6rem;
    }
        .slider-sayi {
            bottom: -5rem;
            position: absolute;
        }

    .mobile-text {
        display: block;
        position: absolute;
        bottom: 7rem !important;
        left: 6rem;
        font-size: 36px;
    }

        .carousel-control-next {
            position: absolute;
            bottom: -29rem !important;
        }

    .carousel-control-prev {
        position: absolute;
        bottom: -29rem !important;
    }

        .sag-icon {
            color: rgba(33, 33, 33, 1) !important;
        }

    .mobile-border {
        display: block !important;
        background: rgba(255, 255, 255, 0.62) !important;
        width: 57%;
        display: flex;
        height: 100%;
        position: absolute;
        top: 10rem;
        transform: matrix3d(-1, 1, 4, 0, 5, 1, 0, 0, 0, 0, 1, 0, 209, 149, 67, 1) !important;
        top: 16rem !important;
    }

    .border-iki {
        top: 16rem !important;
    }

.slider-border{
    display:none !important;
}

    .incele {
        bottom: -6rem !important;
        width: 31% !important;
    }

    .hizmets {
        padding: 0 9rem;
        font-size: 2rem !important;
        margin-top: -3rem;
    }
    .er-hakkinda {
        width: 18% !important;
    }
    .mobile-text-iki .slider-content {
    line-height: 41px!important;
}
}

@media screen and (max-width: 928px) {
    .hizmets{
        padding:0 2rem;
    }
}

@media screen and (max-width: 912px) {
    .mobile-border {
        left: 0px !important;
    }
    .mobile-text {
        left: 4rem;
        bottom: 13rem;
    }
    .carousel-control-next {
        position: absolute;
        bottom: -44rem;
    }
    .carousel-control-prev {
        position: absolute;
        bottom: -44rem;
    }
}
@media screen and (max-width: 884px) {
    .slider-content strong {
        font-size: 28px !important;
        font-family: Poppins;
    }
}
@media screen and (max-width: 854px) {
    .mobile-text {
        bottom: 6rem !important;
    }
    .mobile-text-iki .slider-content{
        line-height:36px !important;
    }
    .slider-content strong {
        font-size: 21px !important;
        font-family: Poppins;
    }
    .carousel-control-prev {
        position: absolute;
        bottom: -33rem !important;
    }
    .carousel-control-next {
        position: absolute;
        bottom: -33rem !important;
    }
}

@media screen and (max-width: 820px) {
    .mobile-text {
        bottom: 11rem !important;
    }
    .mobile-border {
        left: -12rem;
    }
    .carousel-control-next {
        position: absolute;
        bottom: -39rem;
    }
    .carousel-control-prev {
        position: absolute;
        bottom: -40rem;
    }
    .detay-slider strong{
        font-size:25px !important;
    }
    .mobile-text-iki {
        max-width: 42rem;
    }
    .mobile-text {
        left: 6rem !important;
        margin-bottom: -5rem;
    }
    .carousel-control-prev {
        position: absolute;
        bottom: -32rem !important;
    }
    .carousel-control-next {
        position: absolute;
        bottom: -32rem !important;
    }
}

@media screen and (max-width: 808px)
{
    .mobile-text {
        bottom: 11rem !important;
    }
}

@media screen and (max-width: 768px) {
    .carousel-control-next {
        position: absolute;
        bottom: -35rem;
    }
    .carousel-control-prev {
        position: absolute;
        bottom: -34rem;
    }
    .incele {
        padding-top: 1rem;
    }

}

@media screen and (max-width: 767px) {
    .iletisime{
        margin-top:0rem !important;
    }
    .slider{
    width:100% !important;
    }
    .detayli {
        margin-bottom: -19px !important;
    }
    .mobils-boyutlanma {
        max-height: 723px;
        min-height: 723px;
    }
    .logos
    {
        padding:1rem;
    }
    .medya-detays {
        padding-top: 4rem !important;
    }
    .incele-iki {
        width: 20%;
    }
    .oniki-yil {
        display: flex;
        justify-content: center;
    }
    .oniki-yil-detay {
        padding: 0 13% !important;
        text-align: center;
    }
    .tirs {
        height: 20rem !important;
    }
    .mobile-text-iki {
        padding: 0rem 1% !important;
    }
    .mobile-text {
        bottom: 10rem;
        max-width: 38rem;
        left: 9rem !important;
    }
    .er-hakkinda {
        width: 25% !important;
    }
    .incele {
        padding-top: 0rem;
    }
}
@media screen and (max-width: 720px) {
    .mobile-text {
        max-width: 32rem;
    }
    .detay-slider strong {
        font-size: 21px !important;
    }
    .mobile-border {
        left: 6rem !important;
    }
    .mobile-text-iki .slider-content
    {
        line-height:30px !important;
    }
}

@media screen and (max-width: 704px) {
 .hizmets{
    padding:0 1rem;
 }
}

@media screen and (max-width: 700px) {
    .mobile-text {
        margin-bottom: -5rem;
    }
    .mobile-text-iki {
        padding: 0rem 5% !important;
        margin-left: -1rem !important;
    }
}

@media screen and (max-width: 638px) {
    .mobile-text {
        bottom: 6rem;
    }
    .mobile-text-iki {
        padding: 0rem 5% !important;
        margin-left:-2.5rem !important;
    }
    .mobile-border {
        width: 63% !important;
        position: absolute;
        top: 12rem;
    }
}

@media screen and (max-width: 672px) {
  .hizmets{
      padding:0 0;
  }
}

@media only screen and (max-width: 640px) {
    .iletisime {
        bottom: -2rem;
        position: relative;
    }
    
}

@media only screen and (max-width: 625px) {
    .incele-iki {
        bottom: -2vh !important;
    }  
}
@media only screen and (max-width: 607px) {
    .hizmets {
        margin-top: -51px;
        margin-bottom: 1rem !important;
        font-size: 29px !important;
    }
    .iletisime {
        margin-bottom:2rem;
    }
}

@media only screen and (max-width: 600px) {
    .card-response {
        height: 300px !important;
    }
    .medya-detays {
        margin-bottom: 0rem !important;
    }
    .incele-iki {
        bottom: -1rem !important;
    }
}

@media screen and (max-width: 591px) {
   .hizmets{
       font-size:26px !important;
   }
}

@media screen and (max-width: 580px) {
    .mobile-text {
        bottom: 8rem;
        left: 4rem;
    }
    .mobile-text-iki {
        padding: 0rem 3% !important;
    }
    .mobile-border {
        width: 85%;
    }
}

@media screen and (max-width: 578px) {
    .mobile-text {
        margin-bottom: -5rem !important;
        max-width:24rem;
    }
   
}

@media screen and (max-width: 543px) {
    .hizmets {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 540px) {
    .logos {
        padding: 0 19%;
    }
    .mobile-border {
        left: 19rem;
        width: 69% !important;
    }
    .mobile-text {
        margin-bottom: -5rem !important;
        margin-left: -1rem;
        max-width: 24rem;
    }
    .carousel-control-prev {
        position: absolute;
        bottom: -16rem;
    } 
    .carousel-control-next {
        position: absolute;
        bottom: -16rem;
    }
    .slider-content {
        font-size: 32px !important;
    }
}

@media screen and (max-width: 521px) {
    .incele {
        top: 2rem;
    }
}

@media screen and (max-width: 514px) {
    .mobile-text {
        bottom: 7rem;
        left: 3rem;
        margin-left: -3rem;
    }
    .mobile-border {
        width: 100%;
    }
    .mobile-text-iki {
        padding: 0rem 8% !important;
    }
    .er-hakkinda {
        width: 27% !important;
    }
}

@media screen and (max-width: 510px) {
    .oniki-yil-detay {
        padding: 0px 21%;
    }
    .hizmets {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 498px) {
    .mobile-text {
        left: 2rem;
    }
    .mobile-text-iki {
        padding: 0rem 10% !important;
    }
    .incele-iki {
        width: 22%;
    }
}

@media screen and (max-width: 482px) {
    .mobile-text {
        left: 1rem;
        margin-left: -4rem; 
    }   
    .mobile-border {
        width: 80% !important;
    }x
    .mobile-text-iki {
        max-width: 30rem;
        margin-left: -1rem !important;
    }
    .slider-title {
        font-size: 17px !important;
    }
}

@media screen and (max-width: 482px) {
    .hizmets {
        margin-bottom: -1rem !important;
        font-size: 21px !important;
    }
}

@media screen and (max-width: 482px) {
    .hizmets {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 477px) {
    .er-hakkinda {
        width: 30% !important;
    }
    .sag-icon{
        display:none !important;
    }
    .sol-icon{
        display:none !important;
    }
}
@media screen and (max-width: 460px) {
    .mobile-text {
        margin-bottom: -5rem !important;
        max-width: 23rem;
    }
    .mobile-text-iki {
        margin-bottom: -2rem !important;
    }
}
@media screen and (max-width: 459px) {
 .incele-iki{
     width:25%;
 }
}

@media screen and (max-width: 432px) {
    .er-hakkinda {
        width: 33% !important;
    }
}

@media screen and (max-width: 441px) {
    .homecoz-baslik {
        font-size: 27px;
    }
}
    
@media screen and (max-width: 445px) {
    .hizmets {
        font-size: 18px !important;
    }
    .iletisime {
        margin-top: -15px !important;
        margin-top: -15px !important;
    }
}
@media screen and (max-width: 444px) {
    .detay-slider strong {
        font-size: 20px !important;
    }
    .mobile-text {
        margin-left: -5rem;
    }
}
@media screen and (max-width: 425px) {
    .card-body .detay-iki {
        margin:5rem !important;
    }
    
}

@media screen and (max-width: 414px) {
    .mobile-text {
        bottom: 10rem !important;
    }
    .mobile-border {
        left: 25rem;
    }
    .mobile-text-iki .slider-content {
        font-size: 31px;
    }

}

@media screen and (max-width: 412px) {
    .homecoz-baslik {
        font-size: 27px !important;
    }
}

@media screen and (max-width: 411px) {
    .incele-iki{
        width:28%;
    }
}
@media screen and (max-width: 409px) {
    .detay-slider strong {
        font-size: 19px !important;
    }
}
@media screen and (max-width: 395px) {
    .homecoz-baslik {
        font-size: 24px !important;
    }
    .er-hakkinda {
        width: 36% !important;
    }
}

@media screen and (max-width: 393px) {
    .mobile-text-iki .slider-content {
        font-size: 30px;
    }
}
    
@media screen and (max-width: 390px) {
    .mobile-text-iki .slider-content {
        font-size: 28px;
    }
    .mobile-text {
        margin-left: -6rem;
    }
        .mobile-border {
            left: 5rem !important;
        }

        .carousel-control-next {
            position: absolute;
            bottom: -9rem;
        }

        .carousel-control-prev {
            position: absolute;
            bottom: -10rem;
        }
}
@media screen and (max-width: 389px) {
    .detay-slider strong {
        font-size: 18px !important;
    }
    .detay-slider strong {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 374px) {
   .incele-iki{
       width:30%;
   }
}

@media screen and (max-width: 364px) {
    .er-hakkinda {
        width: 40% !important;
    }
}

@media screen and (max-width: 376px) {
    .oniki-yil-detay {
        padding: 0px 14%;
    }
}
@media  screen and (max-width: 367px) {
    .detay-slider strong {
        font-size: 17px !important;
    }
}
@media  screen and (max-width: 360px) {
    .incele {
        min-width: 32% !important;
    }
    .mobile-text-iki .slider-content {
        font-size: 26px;
    }
}
@media  screen and (max-width: 359px) {
    .mobile-text-iki .slider-title {
        font-size: 1rem !important;
    }
}
@media  screen and (max-width: 353px) {
    .incele-iki {
        width: 34%;
    }
   .mobile-text-iki .detay-slider strong {
        font-size: 16px !important;
    }
}

@media  screen and (max-width: 350px) {
    .detay-slider strong {
        font-size: 18px !important;
    }
}
@media  screen and (max-width: 337px) {
    .mobile-text-iki .slider-title {
        font-size: 0.9rem !important;
    }
}
@media  screen and (max-width: 330px) {
    .er-hakkinda {
        width: 44% !important;
    }
}
@media  screen and (max-width: 326px) {
    .mobile-text-iki {
        padding: 0rem 5% !important;
    }
}
@media  screen and (max-width: 319px) {
    .mobile-text-iki .detay-slider strong {
        font-size: 15px !important;
    }
}
@media  screen and (max-width: 314px) {
  .incele-iki{
      width:38%;
  }
}
@media  screen and (max-width: 304px) {
    .detay-slider strong {
        font-size: 1rem !important;
    }
    .mobile-text{
        margin-right:1rem !important;
    }
    .mobile-text-iki .slider-title {
        font-size: 0.8rem !important;
    }
    .mobile-border {
        width: 100% !important;
    }
}

@media  screen and (max-width: 302px) {
    .er-hakkinda {
        width: 48% !important;
    }
}

@media  screen and (max-width: 292px) {
    .incele-iki {
        width: 43%;
    }
    .mobile-text-iki {
        padding: 0rem 6% !important;
    }
    .mobile-text-iki {
        margin-bottom: -1rem !important;
    }
}
@media  screen and (max-width: 285px) {
    .mobile-text-iki {
        padding: 0rem 8% !important;
    }
    .mobile-border {
        left: 10rem !important;
    }
}
@media  screen and (max-width: 280px) {
    .er-hakkinda {
        width: 52% !important;
    }
    .slider-content {
        font-size: 30px !important;
    }
}

@media  screen and (max-width: 266px) {
    .incele-iki {
        width: 48%;
    }
}

@media  screen and (max-width: 246px) {
    .er-hakkinda {
        width: 58% !important;
    }
}

@media  screen and (max-width: 245px) {
    .incele-iki {
        width: 52%;
    }
}

@media  screen and (max-width: 235px) {
    .er-hakkinda {
        width: 61% !important;
    }
}

@media  screen and (max-width: 231px) {
      .incele-iki {
        width: 56%;
    }
}

@media  screen and (max-width: 224px) {
    .er-hakkinda {
        width: 65% !important;
    }
}

@media  screen and (max-width: 219px) {
   .incele-iki {
        width: 58%;
    }
}
.arka-renk {
    background-color: #e30613 !important;
}
.kvk-baslik {
    font-size: 35px;
    font-weight: 700;
    font-family: poppins;
    line-height: 72.65px;
    color: black;
}
.gizlilik-yazi {
    font-size: 18px;
    font-weight: 500;
    color: #485366;
    line-height: 21.78px;
    font-family:poppins;
}
.kvk-detail {
    text-align: justify;
    font-family: poppins;
    font-size: 18px;
    line-height: 2.1rem;
}
.medyalars {
    background-color: white;
}

.wrapper {
    width: 100%;
    position: relative;
}

    .wrapper input {
        padding: 1.2rem;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(227, 227, 227, 1) !important;
        border-radius: 8px;
        color: black;
        font-family: Poppins;
        font-size: 18px;
        font-weight: 400;
        line-height: 2px !important;
        letter-spacing: 0em;
        text-align: left;
        padding-right: 4rem;
    }

.input-icon {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    right: 2rem;
}

.wrapper input:focus-visible, .wrapper textarea:focus-visible {
    outline: none;
}

.wrapper textarea {
    padding: 1.2rem;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(227, 227, 227, 1) !important;
    border-radius: 8px;
    color: black;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

label {
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    top: 28%;
    left: 15px;
    transition: all .5s ease;
    pointer-events: none;
    color: #00000094 !important;
}


input:focus + label, input:valid + label {
    font-size: 13px !important;
    top: -12px !important;
    color: rgba(84, 84, 84, 1);
    background-color: rgb(255, 255, 255);
}
textarea:focus + label,
textarea:valid + label {
    font-size: 12px !important;
    top: -1rem;
    padding: 5px;
    color: black !important;
    background-color: rgb(255, 255, 255);
}
