.nasildenir-icerik{
    display: block;
    align-items: center;
    text-align: center;
    height: auto;
    width: 100vw;
    background-color: rgb(215, 175, 160);
    z-index: -1;
    padding-bottom: 20px;
    margin-bottom: 5%;
}
.tbl-saat td {
    text-align: left;
}
/*----------------------------- saat-------------*/
#recording-indicator {
    display: none;
    font-size: 1.5em;
    color: red;
    margin-top: 10px;
}
#recording-indicator span {
    animation: blink 1s infinite;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
svg {
    width: 200px;
    height: 200px;
    margin: 20px;
}
.yazi-backcolored{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:aliceblue;
    background-color: darkslateblue;
    padding-bottom: 5px;
}
.tbl-saat{
    margin-top: 9px;
}
.saat-text{
    color:rgb(234, 218, 229);
    text-decoration: underline;

}
.yeniKelimeler{
    text-align: left;
    margin-top: 10px; 
    background-color: rgba(255, 253, 240, 0.422);
    width:300px;
    margin-left: auto;
    margin-right: auto;
    border: solid;
    border-radius: 5px; 
    border-color: blueviolet; 

}
.saat-SVG{
    text-align: center;
    width:auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    margin-bottom: calc(10% - 0px); 
}

.sira{
    display: block;

}
/*------------------SAYILAR------------------*/
.number-list {
    margin-left: 20%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
@media (max-width:779px){
    .number-list {
        margin-left: 10%;
    }
}
.pane {
    position: static;
    margin-left: 10px;
    height:auto;
    width:250px;
    background-color: rgb(226, 221, 221);
    font-size: 14px;
    margin-bottom: 20px;
}
.number{
    height:auto;
    padding: 0;
    width:100px;
    color:rgb(255, 255, 255);
}
.onlukSayi{
    color: rgb(3, 31, 56);
    margin-top: 2px;
    height:30px;
    width:250px;
    font-size: 14px;
    text-align: left;
    padding-left: 6px;
}

 /* Centered Div Container */
.centered-div {
        /*position: fixed; /* Independent from parent */
        /* transform: translate(50%, -50%); */
        width: 400px; /* Set a fixed width */
        height: 200px; /* Set a fixed height */
        margin-left: auto;
        margin-right: auto;
        background-color: rgb(235, 223, 223);
        border-radius: 15px; /* Rounded borders */
        /* display: grid; */
        /*grid-template-columns: 1fr 1fr; /* Two equal columns */
        /*grid-template-rows: 1fr 1fr; /* Two equal rows */
        grid-template-columns: 1fr; /* one columns */
        grid-template-rows: 1fr; /* one  rows */
  
        gap: 10px; /* Space between grid items */
        padding: 15px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Optional shadow */
    }

 /* Grid Items */
.grid-item {
        background-color: rgb(214, 196, 196); /* Content background */
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: black;
        border: 1px solid lightgray;
        border-radius: 8px; /* Slightly rounded grid cells */
    }

/*------------------MUST KNOW words------------------*/
#drop {
    width: 60%;
    margin: 20px auto;
    border-collapse: collapse;
}
#drop span {
    width: 50%;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    vertical-align: middle;
}
.dropButton {
    margin-top:14px;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width:100px;
    margin-left:auto;
    margin-right:auto;
    background-color: #444;
    color: white;
    border: none;
    border-radius: 5px;
}
.word {
    position: absolute;
    font-size: 20px;
    background-color: rgb(49, 169, 69);
    padding: 5px 5px;
    border-radius: 5%;
    color:white;
    font-weight: bold;
    transition: all 2s ease-in-out; 
    /* animation: dropToCell 1s ease-in-out forwards; */
    z-index: 2;
}
@keyframes dropToCell {
    0% {
        /* left: var(--target-left); */
        opacity: 1;
    }
    100% {
        left: var(--target-left); /* Custom property for the target position */
        top: var(--target-top);   /* Custom property for the target position */
    }
}
/*---------------- ATASOZU */
.pane-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Two columns with equal width */
    flex-direction: column;
    height: 100vh; /* Full viewport height */

}
.pane {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns for image and text */
    gap: 10px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    height: auto;
    width: 30vw;
}
/* .pane b{
    background-color: cornflowerblue;
} */
.pane-heading {
    grid-column: 1 / span 2; /* Heading spans both columns */
    background-color: #d0e4e7;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.pane img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.pane-text {
    padding: 0 10px;
    font-size: 1rem;
}

/* Larger screens */
@media (max-width: 780px) {
    .pane-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .pane{
        width:200px;
        color: rgb(175, 163, 171);
    }
}
/*---------------- HALKTAN SOYLEYIS */

.btnBlock {

    gap: 10px; 
    align-items: center;
    padding: 10px; 
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    background-color: #f3913675;
    height: auto;
    min-width: auto;
    width: 400px;
    
    color: #444;
    margin-top:5px;
    margin-bottom: 5px;
    font-size: 16px;
    cursor: pointer;
    
    margin-left:auto;
    margin-right:auto;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 

}

#idiom_card {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.idiom-modal {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 420px;
    height:300px;
    width: 100%;
    text-align: center;
}
#close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    background-color: #444;
    color: #d0e4e7;
}

.hidden {
    display: none;
}

.Reklam1-HalktanSoyleyislerPage, .Reklam2-HalktanSoyleyislerPage, .Reklam3-HalktanSoyleyislerPage{
    position: fixed;
    align-items: center;
    font-size: 14px;
    border: 5px solid rgb(9, 138, 67);
    border-radius: 15px;
    max-width: 375px;
    margin-left:auto;
    margin-right:auto;
    max-height: fit-content;
    background-color: rgb(235, 232, 225);
    box-shadow: 0 .75rem .5rem -.5rem hsl(0 50% 80%);
}
@media (max-width:780px){
    .Reklam1-HalktanSoyleyislerPage{
        position: relative;
        width: 400px;
        max-height:300px;
        top:20px;
    }
    .Reklam2-HalktanSoyleyislerPage{
        width: 400px;
        max-height:300px;
        margin-bottom:0px;    
        position: relative;
    }
    .Reklam3-HalktanSoyleyislerPage{
        width: 400px;
        max-height:300px;
        margin-bottom:0px;    
        position: relative;
    }
}
@media (min-width:779px){
    .Reklam1-HalktanSoyleyislerPage{
        left:0px;
        top:120px
    }
    .Reklam2-HalktanSoyleyislerPage{
        right:0px;
        top:120px
    } 
    .Reklam3-HalktanSoyleyislerPage{
        position: relative;
        display: inline-flex;
        margin-left: 60px;
    }
}
/*--------------------- nasil denir 7 */
.NOTYET {

  height:90%;
  width:90%;
  background-image: linear-gradient(
    13deg,
    #e1b382,
    #B8B9B3,
    #E5E1E0
  );
  box-shadow: 0 0 0 8px #DCE3E0 inset,
    0px 80px 60px -70px #384140;
  position: relative;

  margin: auto;
  border: 5px solid green;
  border-radius: 20px;
  padding: 100px;
  margin-bottom: 30px;
  }
 
