

.hizmetler_content{
    width: calc(100% - 80px);
    background-color: #f1f1f1;
    margin-top:100px;
    padding: 40px;
    float: left;
    position: relative;
}


.hizmetler_h1{
    width: calc(100% - 20px);
    line-height: 1.3;
    float: left;
    position: relative;
    padding: 10px;
    letter-spacing: 1px;
    color:#2c2460;
    margin-bottom: 50px;
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'font_ozel';
}

.hizmetler{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap:wrap;
    justify-content: space-between;
}


.hizmet{
    width: calc(33.33% - 80px);
    float: left;
    position: relative;
    margin:40px;
    background-color: #ddd;
    transition: all 250ms;
    background: linear-gradient(301deg, #802e92, #2c2460, #802e92, #2c2460);
    background-size: 400% 400%;
    -webkit-animation: gradient_zemin 14s ease infinite;
    -moz-animation: gradient_zemin 14s ease infinite;
    -o-animation: gradient_zemin 14s ease infinite;
    animation: gradient_zemin 14s ease infinite;
    cursor: pointer;
}

.hizmet:before{
    content:'';
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    float: left;
    position: absolute;
    background-color: #f1f1f1;
    top:0px;
    left:0px;
    transition: all 250ms;
}

.hizmet:hover:before{ 
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top:5px;
    left:5px;
}


.hizmet .cover2{
    width: 100%;
    height: 200px;
    float: left;
    position: absolute;
    clip-path:polygon(75% 0%,0% 0%,0% 100%);
    -webkit-clip-path:polygon(75% 0%,0% 0%,0% 100%);
    z-index: 2;
    background: linear-gradient(301deg, #802e92, #2c2460, #802e92, #2c2460);
    background-size: 400% 400%;
    -webkit-animation: gradient_zemin 14s ease infinite;
    -moz-animation: gradient_zemin 14s ease infinite;
    -o-animation: gradient_zemin 14s ease infinite;
    animation: gradient_zemin 14s ease infinite;
}

.hizmet .cover2 .cover_title{
    width: calc(100% - 40px);
    height: calc(200px - 40px);
    line-height: 1.3;
    float: left;
    position: relative;
    margin:20px;
    font-size: 40px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hizmet .hizmet_title{
    width: calc(100% - 40px);
    height: calc(200px - 40px);
    line-height: 1.3;
    float: left;
    position: relative;
    margin:20px;
    font-size: 40px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(301deg, #802e92, #2c2460, #802e92, #2c2460);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 400% 400%;
    -webkit-animation: gradient_zemin 14s ease infinite;
    -moz-animation: gradient_zemin 14s ease infinite;
    -o-animation: gradient_zemin 14s ease infinite;
    animation: gradient_zemin 14s ease infinite;
}

.hizmet .hizmet_text{
    width: calc(100% - 40px);
    line-height: 1.5;
    float: left;
    position: relative;
    color:#3d3d3d;
    letter-spacing: 1px;
    font-size: 14px;
    margin:0px 20px 20px 20px;
}

.hizmet .incele{
    width: calc(100% - 0px);
    line-height: 1.5;
    float: left;
    position: relative;
    color:#802e92;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top:20px;
    transition: all 250ms;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hizmet .incele:after{
    content: '';
    width: 10px;
    height: 10px;
    float: left;
    position: relative;
    mask: url(../images/o17.svg) no-repeat center / contain; 
    -webkit-mask: url(../images/o17.svg) no-repeat center / contain;
    background-color: #802e92;
    margin-left: 10px;
}




.hizmet:hover .incele{ font-weight: bold; }






.hizmetler_h2{
    width: calc(100% - 20px);
    line-height: 1.3;
    float: left;
    position: relative;
    padding: 10px;
    letter-spacing: 1px;
    color:#2c2460;
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'font_ozel';
    margin-top:150px;
    margin-bottom: 30px;
}


.adim{
    width: calc(70% - 0px);
    position: relative;
    margin:30px 0px;
}

.adim .title{
    width: calc(100% - 0px);
    height: 60px;
    float: left;
    position: relative;
    font-size: 90px;
    line-height: 60px;
    font-weight: bold;
    font-family: 'font_ozel';
    color:#2c2460;
}

.adim .title span{
    height: 60px;
    position: relative;
    font-size: 80px;
    line-height: 60px;
}

.adim .title .isim{
    position: relative;
    font-size: 40px;
    line-height: 1.3;
}

.adim .icerik{
    width: calc(100% - 50px);
    line-height: 1.5;
    float: left;
    position: relative;
    background-color: #2c2460;
    color:#fff;
    padding: 25px;
    letter-spacing: 1px;
    font-size: 14px;
}



.adim_sol{  float: left; }
.adim_sol .title span{  float: left; margin-right: 20px; }
.adim_sol .title .isim{  float: left; }

.adim_sag{  float: right; }
.adim_sag .title span{  float: right; margin-left: 20px; }
.adim_sag .title .isim{  float: right; }
.adim_sag .icerik{  text-align: right; }

.adim_1 .title{ color:#2c2460; }
.adim_1 .icerik{ background-color:#2c2460; }

.adim_2 .title{ color:#4b358a; }
.adim_2 .icerik{ background-color:#4b358a; }

.adim_3 .title{ color:#6a3191; }
.adim_3 .icerik{ background-color:#6a3191; }

.adim_4 .title{ color:#802e92; }
.adim_4 .icerik{ background-color:#802e92; }







@media screen and (max-width: 1280px), screen and (max-device-width: 1280px) { 
    .hizmet{
        width: calc(33.33% - 50px);
        margin:25px;
    }

}


@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) { 
  
    .hizmet{
        width: calc(50% - 60px);
        margin:30px;
    }
    
}


@media screen and (max-width: 800px), screen and (max-device-width: 800px) { 
  
    .hizmet{
        width: calc(50% - 40px);
        margin:20px;
    }
    
        
    .adim{ width: calc(80% - 0px); }


}


@media screen and (max-width: 640px), screen and (max-device-width: 640px) { 
  
    .hizmet{
        width: calc(100% - 100px);
        margin:50px;
    }
    
    .adim{ width: calc(90% - 0px); }
}



@media screen and (max-width: 420px), screen and (max-device-width: 420px) { 
  
    .hizmet{
        width: calc(100% - 50px);
        margin:25px;
    }
    
    .adim{ width: calc(100% - 0px); }
}
