@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,500&display=swap');
body{
    font-family: 'Mulish', sans-serif;
}
#ustKisim{
    background-color: #F0F2E5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#ustKisimContent{
    width:95%;
    display: flex;
    height: 300px;
    margin-top:100px;
    display:flex;
    justify-content:space-around
}

#ustKisim #ustBaslik{
    font-family: 'Mulish', sans-serif;
    font-size: 50px;
    font-weight: bold;
    height: 200px;
    color:#545841;
    
}
.egik{
    font-style: italic;
}

#dilCubugu{
    width: 230px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.diller{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor:pointer;
}

#secimYap{
    font-weight: bold;
    font-size:1.3rem;
    margin-top:-100px;
}
#secimKutulari{
    width: 1000px;
}
.secimKutuMavi{
    width: 200px;
    height: 120px;
    background-color: #006BBA;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.secimKutuKirmizi{
    width: 200px;
    height: 120px;
    background-color: #F80000;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.secimKutu{
    width: 200px;
    height: 120px;
    background-color: #ffffff;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    position:relative
}
.secimKutuSeffaf {
    width: 200px;
    height: 120px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    position: relative;
    color:white;
    border:1px solid white;
}
.secimHarfleri{
    width: 1080px;
    margin-top:20px;
}
.secimHarfleri ul{
    list-style: none;
    display: flex;
    
}
.secimHarfleri ul li{
    width: 33px;
    border:1px solid #cfcfcf;
    padding:15px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    font-weight: bold;

}
    .secimHarfleri ul li:hover {
        cursor:pointer
    }


.aktifSecimHarfleri{
    border-top:5px solid #545841 !important;
    background-color: #cecece;
    color:black;
    font-weight: bold;
}

#anaContent{
    width: 100%;
    position: relative;
}



#contentCards{
    position: absolute;
    top:30px;
    padding:30px;
    right:30px;
    background-color: rgba(255, 255, 255, 0.6)
}

.contentCard{
    width: 300px;
    height: 340px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}
.swiper {
    width: 1000px;
   
  }

  .swiper2 {
    width: 300px;
   
  }

  .swiper-slide:hover{
      cursor:pointer
  }


/*sol item*/
.solitem {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 5px;
}

    .solitem .sol {
        color: white;
        font-size: 30px;
        padding: 0 15px 0 0;
        display: flex;
        align-items: center;
    }

    .solitem .sag {
        width: 100%;
    }

        .solitem .sag .sagust {
            color: white;
            font-size: 16px
        }

        .solitem .sag .sagalt {
            color: #c1c999;
            font-size: 16px
        }

.altborder {
    border-bottom: 1px dotted #c1c999;
}

.metin {
    margin-top: 50px;
    color: white;
    text-align: justify;
    font-size: 12px !important;
    font-family: 'Mulish', sans-serif !important;
}