@font-face{
    font-family: 'DINFont'; /* Fonta vermek istediğin isim */
    src: url('../fonts/DINMittelschriftStd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.highlight {
  background-color: #ff4d4d !important; /* Kızarma rengi */
  color: white;
  transition: all 0.3s ease; /* Yumuşak geçiş için */
  transform: scale(1.05); /* Biraz öne çıksın */
}

body{
    background-color: aliceblue;
    color: black;
    font-size: 20px;
    font-family: "DINFont";
    margin-left: 350px;
    margin-right: 350px;
}

header{
    background-color: cadetblue;
    display: flex;
    justify-content: center;
    padding-left: 200px;
    padding-right: 200px;
    gap: 330px;
    align-items: center;
    border-radius: 14px;
}

.a{
    display: flex;
    align-items: center;
    text-indent: 20px;
}

.a a{
    color: black;
    text-decoration: none;
    transition: 300ms;
}

.a a:hover{
    color: white;
    transition: 300ms;
}

.a img{
    width: 55px;
    border-radius: 50%;
    padding: 10px;
}

.c{
    display: flex;
}

.c ul{
    display: flex;
    gap: 10px;
    list-style-type: none;
}

.c>ul>li>a{
    color: black;
    text-decoration: none;
    transition: 300ms;
}

.c>ul>li>a:hover{
    color: white;
    transition: 300ms;
}

main>table{
    width: 100%;
    height: 1000px;
    background-color:transparent;
}

.bolum1{
    height: 300px;
}

.bolum1>.bolum1_hero{
    height: 100%;
    height: 300px;
}

.bolum1_hero>div{
    display: flex;
    background-color: aqua;
    
}

.bolum1_hero_title{
    background-color: antiquewhite;
}

.bolum1_hero table{
    height: 100%;
    width: 100%;
}

.bolum1_1 th{
    height: 10px;
}

.bolum1_1 p{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bolum1_2_1 img{
    width: 200px;
    border-radius: 70px;
    margin: 10px;
}

.bolum1_2_1{
    width: 200px;
}

.heroHeader>h4{
    text-align: center;
    background-color: tomato;
}

.bolum2{
    width: 100%;
}

.bolum2>.bolum2_main{
    width: 70%;
}

.bolum1_2_2{
    display: flex;
}

.bolum1_2_2>p{
    margin-top: 60px;
    margin-left: 15px;
}

.bolum2_2 table{
    width: 100%;
    height: 100%;
}

.bolum2_2_1{
    width: 100%;
    height: 10%;
}

.Search{
    display: flex;
    justify-content: center;
}

.Search>div{
    padding: 5px;
    width: 100%;
    text-align: center;
}

.Search>div input{
    width: 280px;
    height: 30px;
    font-size: 15px;
    border-radius: 10px;
    text-indent: 5px;
    border: 0.5px solid;
    font-style: italic;
    background-color: transparent;
}

.Search>div button{
    height: 30px;
    width: 40px;
    font-size: 15px;
    border-radius: 10px;
    border: 0.5px solid;
    font-style: italic;
    background-color: transparent;
}

.bolum2_2_2{
    display: flex;
}

.bolum2_2_2 table{
    height: 100px;
    width: 345px;
}

a{
    text-decoration: none;
    color: black;
    transition: 300ms;
}

a:hover{
    color: cadetblue;
    font-size: larger;
}

.content th{
    display: flex;
}

.instaLogo{
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-right: 5px;
}

.tiktokLogo{
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-right: 5px;
}

.xLogo{
    width: 37px;
    height: 30px;
    margin-top: 20px;
    margin-right: 5px;
}

.youtubeLogo{
    width: 30px;
    height: 20px;
    margin-top: 20px;
    margin-right: 5px;
}

.mailLogo{
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-right: 5px;
}

@media only screen and (max-width:500px) {
    body{
        width: 400px;
        background-color: aliceblue;
        color: black;
        font-size: 20px;
        font-family: "DINFont";
        margin-left: 5px;
    }

    .a{
        margin-left: 600px;
    }

    .a img{
        margin-left: 150px;
    }

    .bolum1_2{
        display: flex;
    }

    .bolum1_2_1 img{
        width: 140px;
    }

    .bolum1_hero table{
        height: 100%;
        width: 100%;
    }

    .bolum1_1 p{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 35px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}