main {
    display: block;
}

main .anasayfa-giris {
    position: relative;
    height: 625px;
}

main .anasayfa-giris img {
    height: 625px;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

main .anasayfa-giris .icerik {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 70%;
    color: rgb(255, 255, 255);
}

main .anasayfa-giris .icerik h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 5px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4));
}

main .anasayfa-giris .icerik span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 5px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
}


main .anasayfa-giris .icerik p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
}

main .anasayfa-giris .icerik a {
    display: inline-block;
    padding: 8px 20px;
    background-color: transparent;
    color: rgb(10, 108, 255);
    font-size: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    user-select: none;
    border: 3px solid rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
}

main .anasayfa-giris .icerik a:hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
}

main .blog {
    display:flex;
    width:85%;
    justify-content:center;
    gap:1% 20px;
    margin:0 auto;
    padding-top: 40px;
}

main .blog a {
    display:flex;
    position: relative;
    justify-content:center;
    align-items:center;
    width:32%;
    height:250px;
}

main .blog a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
filter: brightness(0.3);
  transition: all 0.25s ease-in-out;
}

main .blog a:hover img {
    filter: brightness(0.8);
}

main .blog a p {
    text-align:center;
    color: #fff;
    font-size:18px;
    font-weight:600;
}

main .anasayfa2 {
    display: block;
    padding: 50px 0;
    width: 60%;
    margin: 0 auto;
}

main .anasayfa2 h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

main .anasayfa2 p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

main .anasayfa2 article p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.4;
}

main .anasayfa2 .hizmetler-con {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

main .anasayfa2 .hizmetler-con .hizmet {
    display: block;
    width: 31%;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 1%;
    aspect-ratio: 16/9;
}

main .anasayfa2 .hizmetler-con .hizmet img {
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

main .anasayfa2 .hizmetler-con .hizmet:hover img {
    transform: scale(1.1);
}

main .anasayfa2 .hizmetler-con .hizmet h3 {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    transition: all 0.2s ease-in-out;
}

main .anasayfa2 .hizmetler-con .hizmet:hover h3 {
    background-color: rgb(10, 108, 255);
}

main .anasayfa3 {
    display: block;
    padding: 50px 15%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: fit-content;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/4.webp") no-repeat 50% 50%/cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

main .anasayfa3 .icerik {
    display: block;
    filter: brightness(1);
    position: relative;
    color: rgb(255, 255, 255);
    z-index: 2;
    color: rgb(255, 255, 255);
    text-align: center;
}

main .anasayfa3 .icerik h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4));
}

main .anasayfa3 .icerik p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
}

main .anasayfa3 .icerik div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

main .anasayfa3 .icerik div span {
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 20px;
    padding: 10px;
    display: flex;
    width: 40%;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

main .anasayfa3 .icerik div span svg {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

main .anasayfa3 .icerik div span svg path {
    fill: rgb(10, 108, 255);
}

main .anasayfa5 {
    display: block;
    width: 100%;
    padding: 50px 15%;
    text-align: center;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

main .anasayfa5 h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

main .anasayfa5 p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

main .anasayfa5 div {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

main .anasayfa5 div a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    background-color: rgb(0, 0, 0);
    padding: 8px 25px;
    border-radius: 30px;
    transition: all 0.15s ease-in-out;
}

main .anasayfa5 div a:hover {
    background-color: rgb(10, 108, 255);
}

@media screen and (max-width:850px) {

    main .anasayfa-giris .icerik {
        width: 80%;
    }

    main .anasayfa-giris .icerik h1 {
        font-size: 30px;
    }

    main .anasayfa-giris .icerik p {
        font-size: 16px;
    }

    main .anasayfa-giris .icerik a {
        padding: 8px 25px;
        font-size: 16px;
        border: 2px solid rgb(255, 255, 255);
    }

    main .anasayfa2 {
        width: 90%;
        margin: 0 auto;
    }

    main .anasayfa2 h2 {
        font-size: 24px;
    }

    main .anasayfa2 p {
        font-size: 16px;
    }

    main .anasayfa2 .hizmetler-con .hizmet {
        width: 100%;
        margin: 10px 0;
    }

    main .anasayfa2 .hizmetler-con .hizmet h3 {
        font-size: 16px;
    }

    main .anasayfa3 {
        padding: 50px 5%;
    }

    main .anasayfa3 .icerik h2 {
        font-size: 22px;
    }

    main .anasayfa3 .icerik p {
        font-size: 16px;
    }

    main .anasayfa3 .icerik div {
        gap: 15px;
    }

    main .anasayfa3 .icerik div span {
        font-size: 16px;
        padding: 10px;
        width: 100%;
    }

    main .anasayfa3 .icerik div span svg {
        width: 25px;
        height: 25px;
    }

    main .anasayfa4 {
        width: 90%;
        margin: 0 auto;
    }

    main .anasayfa4 h2 {
        font-size: 22px;
    }

    main .anasayfa4 div {
        gap: 15px;
    }

    main .anasayfa4 div ul {
        display: block;
        width: 100%;
    }

    main .anasayfa4 div ul h3 {
        font-size: 16px;
    }

    main .anasayfa4 div ul li {
        font-size: 16px;
    }

    main .anasayfa5 {
        padding: 50px 5%;
    }

    main .anasayfa5 h2 {
        font-size: 22px;
    }

    main .anasayfa5 p {
        font-size: 16px;
    }

    main .anasayfa5 div {
        gap: 15px;
    }

    main .anasayfa5 div a {
        font-size: 16px;
        padding: 6px 15px;
    }

    main .anasayfa5 div a:hover {
        background-color: rgb(10, 108, 255);
    }
    
    main .blog {
    display:flex;
    width:90%;
    flex-direction: column;
    gap:20px;
}

main .blog a {
    width:100%;
    height:200px;
}
}