@media (min-width: 1000px) {
    .hiz {
        height: 500px;
        width: 800px;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-top: 300px;
    }
    .hiz1{margin-bottom:-90px;}
   

        .hiz2{margin-bottom:5px;
            margin-bottom: -120px;}
    .info-container {
        text-align: center;
        margin-top: -40px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    

    .info-container div {
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .container2{
    position: relative;
    bottom: 500px;
    
}
.margin2{margin-top: -450px;}
}

@media (max-width: 1000px) {
    .info-container {
        text-align: center;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    }
    .hiz1{margin-bottom:5px;}
    .hiz2{margin-bottom:-90px;
        margin-bottom: -10px;}

    .info-container div {
        margin-right: 5px;
    }

    .info-container p {
        font-size: 10px;
        margin-bottom: 22px;
    }
    .container2{
    position: relative;
    bottom: 350px;
}
.margin2{margin-top: -250px;}

}

button:hover{

padding: 0;
border: none;
background: none;

}

/* projeler sayfası */

.margin4{
    margin-top: 90px;
    
}
.line1{
    font-family: 'Roboto', sans-serif;
    font-size: 9pt;
    color: #1E1E1E;}
    

    .owl-projects {
        position: relative;
    }
    
    .owl-projects .single-item2 {
        position: relative;
        
    }


    
    /* ana sayfa  */



    .col-md-4 {
        position: relative;
        overflow: hidden;
    }

    .projects2-con {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 20px;
        text-align: center;
        width: 100%;
    }

    .col-md-4:hover .projects2-con {
        opacity: 1;
    }

    .yz {
        font-size: 20px;
        margin-top: -10px;
    }


    .line1{
    text-transform:capitalize;
    opacity: 0.4;
    }
.section-padding11 {
   
    z-index: 0;
}

 .margin3{
    margin-top: 150px;
 }
 .section-padding12 {
    padding-left: 90px;
}

@media (max-width: 768px) {
    .margin3{
        margin-left: 90px;

    }
    .section-padding11 {
        
        margin-left: -90px;  
        text-align: center;
    }

    .margin3{
    margin-top: 70px;
    }
    .section-padding12 {
       
        text-align: center;
    }
 }

@media (min-width: 1008px) {
    .padding1{padding-right:250px;}
    .pad1{margin-right: 40px;}
  
 }


   /* projer sayfası kategori */

   .custom-filter-menu {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
}

.custom-filter-menu li {
    margin-right: 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.75em;
    cursor: pointer;
    color: #777;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0px;
}

.custom-filter-menu a {
    text-decoration: none;
    color: #777;
    padding: 5px 10px;
    border: none; 
    border-radius: 5px;
    transition: background-color 0.3s;
}

.custom-filter-menu a.active {
    color: #2C65AD;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.custom-filter-menu a:hover {
    color: #2C65AD;
}
.custom-filter-menu a:last-child {
    margin-right: 0;
}




