body {
      box-sizing: border-box;
    padding: 0;
    margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #fff;
  color: #222;
 font-family: 'Poppins', sans-serif;
 overflow-x: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
}

.baslik{
    font-size: 6vw;
    font-weight: 600;
    margin-top: 1vw;
}

.altbaslik{
    font-size: 1.9vw;
    font-weight: 400;
    text-align: center;
    line-height: 2.5vw;
    margin-top: 1vw;
}

/* Portfolio Group */

.portfolio-group{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    
    padding-left: 15vw;
    margin-top: 7vw;
}

.port{
    width: 23vw;
    height: 23vw;
    background-color: #eeeeee;
    margin-left: 6.9vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}

.port-ilk{
    margin-left: 0vw;
}

.partner-img{
   
    width: 12vw;
    height: auto;
}

.partner-link a{
    all: unset;
    cursor: pointer;
}

.partner-link{
    margin-top: 5vw;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.partner-link img{
    width: 2vw;
    height: auto;
}



/* footer */

.footer{
        margin-top: 7vw;
}


/* Menü Active */



   


     @media only screen and (max-width: 768px){
        .port{
            margin-left: 0vw;
            height: 80vw;
            width: 80vw;
                    margin-bottom: 5vw;
        }

        .portfolio-group{
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-left: 0vw;
            margin-top: 0vw;
        }

        .partner-img{
            width: 40vw;
        }

        .partner-link img{
                width: 7vw;
        }

        .partner-link{
            margin-top: 20vw;
        }

        .baslik{
            font-size: 11vw;
    font-weight: 600;
    margin-top: 30vw;
    line-height: 10vw;
    padding-left: 4vw;
        }

        .altbaslik{
                font-size: 5vw;
    font-weight: 400;
    text-align: start;
    line-height: 6vw;
    margin-top: 7vw;
    padding-left: 4vw;
    padding-right: 4vw;
            margin-bottom: 15vw;
    
        }

        .port-ilk{
            margin-top: 0vw;
        }

        .menu-content ul{
            padding-right: 13vw !important;
        }
     }