
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Bitter:ital,wght@0,100..900;1,100..900&family=Cinzel+Decorative:wght@400;700;900&family=Great+Vibes&family=Indie+Flower&family=Kaushan+Script&family=Merienda:wght@300..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Permanent+Marker&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Reenie+Beanie&family=Rowdies:wght@300;400;700&family=Rubik+Vinyl&display=swap');


body{
    background-color: #fdfdf5;
background-image: url("https://transparenttextures.com/patterns/bedge-grunge.png");
}
.youtubevideo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.texts{
    display: flex;
    justify-content: center;
}
.left{
    width: 25%;
    height: auto;
    padding-top: 50px;
}
.left div{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 50vh;
    overflow: scroll;
}
.left a{
    text-decoration: none;
    color: rgba(0, 68, 255, 0.574);
    font-size: 13px;
    padding: 5px 0;
}
.left h3{
    margin-bottom: 10px;
}
.left h3 i{
    display: none;
}
.right{
    width: 70%;
    font-family: "Playfair Display", serif;
    padding: 10px;
}

.right .image{
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    float: right;
    background-color: rgba(255, 255, 255, 0.44);
    padding-top: 5px;
    transition: 0.3s;

}

.right .image img{
    width: 100%;
}
.right .image p{
    font-size: 11px;
    width: 100%;
    padding: 3px;
    text-align: center;
}



.right h1, h2{
    font-weight: 400;
    border-bottom: 1px solid black;
}

.right .kaynakca{
    list-style: none;
    margin: 13px 0;
    color: rgba(92, 92, 255, 0.902);
    font-size: 13px;
}

.right .kaynakca a{
    text-decoration: none;
    font-size: 15px;
    padding: 0 2px;
    margin-right: 7px;
    color: blue;
    padding: 0 3px;           
    border-top: 1px solid #000; 
    border-left: 1px solid #000;
    border-radius: 3px; 
}
.right .kaynakca a:nth-child(2){
    text-decoration: none;
    color: rgba(92, 92, 255, 0.615);
    border: none;
    font-size: 13px;
}

.right sup{
  vertical-align: super;    
  padding: 0 3px;          
  border-top: 1px solid #000; 
  border-left: 1px solid #000; 
  border-radius: 3px;      
}
.right sup a{
    text-decoration: none;
    color: blue;
}

.ciftimage{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.ciftimage div{
    background-color: rgba(255, 255, 255, 0.499);
    border-radius: 10px;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5px;
}
.ciftimage div img{
    width: 90%;
}
.ciftimage div p{
    font-size: 12px;
    margin: 5px;
    text-align: center;
}

@media (max-width:1000px){
.right .image{
    width: 30%;
}

.right .image:hover{
    width: 50%;
}

}
@media (max-width:600px){
.texts{
    flex-direction: column;
}
.left{
    width: 100%;
}
.right{
    width: 100%;
}
.left div{
    display: none;
    margin-left:30px;
}
.left h3{
    text-align: center;
}
.left h3 i{
    display: inline;
}
.daha{
    display: flex !important;
}

}

@media (max-width:500px){
    .right .image{
        width: 40%;
    }
    .ciftimage div p{
        font-size: 10px;
    }
}

@media (max-width:350px){
    .right .image{
        width: 50%;
    }

    .ciftimage div p{
        font-size: 8px;
    }
}

@media (min-width:1900px){
.right .image{
    width: 10%;
}
.ciftimage div {
    width: 30%;
}
}

/* Zamanı Aşan miraslar text css kodları */
.card-container {
    perspective: 1000px;
    width: 100%;
}

.card {
    border-radius: 15px;
    transition: transform 0.1s ease;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
}
.card-content img{
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 13px 13px 19px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 13px 13px 19px 0px rgba(0,0,0,0.75);
box-shadow: 13px 13px 19px 0px rgba(0,0,0,0.75);
}

.card-content {
    text-align: center;
}


.card-container:hover .card {
    transition: transform 0.1s ease;
}

.imageorta{
    width: 100%;
    display: flex;
    justify-content: center;
}

.imageorta img{
    width: 70%;
    border-radius: 10px;
}