body{
    background: #fff;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #303030;
}

*,*:before,*:after{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clear{
    clear: both;
}

.yenilink{display: flex;font-size: 14px;background: #2EB843;font-weight: 600;height: 40px;position: relative;border-radius: 40px;-webkit-transition: all 0.1s ease-out 0s;-moz-transition: all 0.1s ease-out 0s;-ms-transition: all 0.1s ease-out 0s;-o-transition: all 0.1s ease-out 0s;transition: all 0.1s ease-out 0s;color: #fff !important;align-items: center;justify-content: center;animation: whatsapp2 infinite 2s linear;z-index: 9999;width: auto;padding: 0 20px;}
.yenilink2{display: none;font-size: 14px;background: #2EB843;font-weight: 600;height: 40px;position: relative;border-radius: 40px;-webkit-transition: all 0.1s ease-out 0s;-moz-transition: all 0.1s ease-out 0s;-ms-transition: all 0.1s ease-out 0s;-o-transition: all 0.1s ease-out 0s;transition: all 0.1s ease-out 0s;color: #fff !important;align-items: center;justify-content: center;animation: whatsapp2 infinite 2s linear;z-index: 9999;width: auto;padding: 0 20px;}

@keyframes whatsapp2 {
    0% {
        box-shadow: 0 0 0 0 #2EB843;
    }

    50% {
        box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

.container{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: table;
    height: 100%;
    width: 100%;
    min-width: 320px;
    padding-bottom: 60px;
}

.container .orta{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.container .alt{
    position: absolute;
}

.container .orta .alan{
    max-width: 1030px;
    margin: auto;
    padding: 30px 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    position: relative;
}

.container .orta .alan2{
    max-width: 1300px;
    margin: auto;
    padding: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    position: relative;
}

.container .orta .alan .logo{
    width: 440px;
    margin: auto;
}
.container .orta .alan .logo img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.container .orta .alan h1{
    font-size: 35px;
    margin: 25px 0;
    font-weight: 500;
}
.container .orta .alan h2{
    font-weight: 700;
    font-size: 50px;
    margin: 25px 0;
}
.container .orta .alan hr{
    border: none;
    height: 1px;
    background-color: #333;
    opacity: 0.2;
    margin: 0 0 25px;
}
.container .orta .alan p{
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    padding: 0 10px;
    margin: 10px 0;
}

.container .orta .alan p.metin{
    text-align: center;
    font-size: 19px;
    line-height: 30px;
    margin-top: 30px;
    font-weight: 400;
}

.container .orta .alan p.w{
    display: inline-block;
    width: auto;
}
.container .orta .alan p:last-child{
    margin-bottom: 0;
}

.container .orta .alan p a.wp {
    background: #3aaa35;
    color: white;
    padding: 10px 30px 10px 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    line-height: 30px;
}


.container .orta .alan p a.phone {
    background: #53BC00;
    color: white;
    padding: 10px 30px 10px 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    line-height: 30px;
}


.container .orta .alan p a{
    text-decoration: none;
    color: #303030;
}
.container .orta .alan p i{
    background: #eee;
    line-height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.container .alt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    display: inline-block;
} 

.container .alt a{
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    padding: 0 15px;
} 


.container .alt a.footerLogo img{
    display: block;
    max-width: 70px;
    height: auto;
} 





.hizmetler-slider {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
}

.hizmetler-slider .baslik {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.hizmetler-slider .baslik h3 {
    font-weight: 200;
    font-size: 23px;
    margin: 30px 0 15px 0;
    border-bottom: solid 1px #000;
    display: inline-block;
    padding-bottom: 5px;
    color: #231f20;
}

.hizmetler-slider .baslik h3 span {
    font-weight: 700;
}

.hizmetler-slider .baslik p {
    font-size: 14px;
    font-weight: 300;
    color: #647072;
    max-width: 40%;
    margin: 10px auto 5px;
}

.hizmetler-slider .slider {
    width: 100%;
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.hizmetler-slider .slider > div {
    width: calc(25% - 20px);
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .hizmetler-slider .slider > div {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 600px) {
    .hizmetler-slider .slider > div {
        width: 100%;
    }
}

.hizmetler-slider a.urun-liste {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.hizmetler-slider a.urun-liste:hover {
    color: #A4C117;
}

.hizmetler-slider .urun-liste-ic {
    width: 100%;
    border: 1px solid #d6d6d682;
    margin-bottom: 20px;
    background: transparent;
}

.hizmetler-slider .resim {
    width: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hizmetler-slider .resim img {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

.hizmetler-slider .text {
    padding: 10px;
    line-height: 22px;
    font-size: 15px;
    background: #f6f4fc;
}

.hizmetler-slider .text span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.hizmetler-slider .text small {
    font-size: 13px;
    font-weight: 400;
    color: #707273;
    display: block;
}




.anahtarkelimeler{
    max-width: 1040px;
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
    justify-content: center;
}

.anahtarkelimeler .baslik{
    margin: 5px 10px;
    padding: 5px 15px;
    background: #000;
    color: white;
    border-radius: 50px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .container .orta .alan h2{
        font-size: 30px;
    }


    .container .orta .alan p{
        width: 100% !important;
        padding: 0 ;
    }
}
@media(max-width: 1024px){
    .yenilink2{
        display: flex !important;
    }
    .container .orta .alan p a.wp,
    .container .orta .alan p a.phone{
        padding: 20px 50px 20px 30px;
        font-size: 35px;
        line-height: 45px;
        width: 100%;
        display: inline-flex;
        border-radius: 80px;
    }
    .container .orta .alan p a.wp img,
    .container .orta .alan p a.phone img{
        margin-right: 20px;
    }
    .container .orta .alan p.metin{
        font-size: 21px;
        line-height: 35px;
    }
    .container .orta .alan h1{
        font-size: 35px;
    }
    .container .orta .alan p.w {
        display: inline-block;
        width: auto;
    }
    .container .orta .alan2{
        max-width: 600px!important
    }

    .container .orta {
        zoom: 160%!important;
    }
}