.top-part {
    display: grid;
    grid-template-columns: 1fr 160px;
    grid-gap: 10px;
    padding-left: 10px;
}

.image-and-text  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 2px solid #dedede;
}

.img-key-hands {
    grid-column: 1/2;
}

.text1 {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0em 1em 0 1em;
}

.text1 p {
    line-height: 1.3125em;
    margin-bottom: 1.3125em;
    text-align: justify;
}

.text1 ul{
    padding: 0 1em 0 1em;
}

.text1 ul li{
    font-size: 0.8125em;
    line-height: 1.3125em;
    margin-bottom: 1.3125em;
    text-align: justify;
}

.text1 ul li:last-child{
    margin-bottom: 0;
}

.last  {
    background: #fff0ff;
    border: 1px solid #ffbdff;
    padding: 1.388em 1em 1em 1.388em;
    margin-bottom: 10px;
}

.last p:first-child{
    margin-bottom: 1.3888em;
}

.last p{
    line-height: 1.3888; /*25px*/
    text-align: justify;
}

/* Sonraki 3lü görselleri responsive yapmak için */
.img-container1{
    position: relative;
    padding-bottom: 34.615%;
    height: 0;
}

.img-container2{
    position: relative;
    padding-bottom: 59.68%;
    height: 0;
}

.img-container1 img, .img-container2 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ------- */

.separator{
    padding-bottom: 5%;
}

/* AD Hiding Here */


/* BREAKPOINTS */
@media(max-width: 1110px) {
    h1{
        font-size: 1.75em;
    }

    h2{
        font-size: 1em;
    }



    .image-and-text{
        grid-template-columns: 1fr 1.5fr;
    }

    .separator{
        padding-bottom: 10%;
    }

    .text1 p, .last p{
        font-size: 1em;
    }

}

@media(max-width: 1081px) {
    .text1 ul li {
        font-size: 0.8em;
    }
}

/* Menu exits here */
@media(max-width: 1022px) {
    .menu-btn{
        display: block;
    }
    .menu-btn:hover {
        opacity: 0.5;
        transform: scale(0.9);
        transition: 0.2s;
    }
    nav {
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: scroll;
        background: #f6f6f6;
        width: 50%;
        height: 100%;
        opacity: 0.95;
        margin-top: 0;
        margin-left: 0;
        transform: translateX(-500px);
        z-index: 10;
    }
    #pages-nav{
        background: #f6f6f6;
    }
    #am-pro-button, #pages-nav{
        border: none;
    }
    #am-pro-button {
        background: #f6f6f6;
        border-bottom: 1px solid #d3d3d3;
        margin-bottom: 0;
    }
    .show{
        transform: translateX(0px);
    }

    .line{
        display: none;
    }

    .two a{
        display: block;
        width: 100%;
    }
    a.two, a.current {
        display: block;
        padding: 4px;
        border-bottom: 1px solid #ccc;
        font-size: 1.1em;
        width: 100%;
    }
    .top-radio{
        margin-bottom: 10px;
      }

    #pages-nav ul li:last-child a{
        border-bottom: none;
    }
    .closebtn {
        transform: translateX(0px);
        position: absolute;
        right: 10px;
        top:-15px;
    }

    .closebtn:hover {
        opacity: 0.5;
        transform: scale(0.95);
        transition: 0.1s;
    }
}



@media(max-width: 992px) {
    .parag1 {
        font-size: 1.1em;
    }
    .image-and-text  {
        grid-template-columns: 1fr 1.2fr;
    }
}

@media(max-width: 925px) {
    .ad728x90{
        display: none;
    }
}

/* Single Column */
@media(max-width: 817px){

    h1{
        font-size: 1.5em;
    }

    h2{
        font-size: 0.9em;
    }

    .image-and-text  {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(auto, auto) 1fr;
        border: none;
        padding: 0;
    }
    .text1 {
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .img-key-hands {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .text1 p, .last p{
        font-size: 1.15em;
    }

    .text1 ul li {
        font-size: 0.875em;
    }

    .separator{
        padding-bottom: 0%;
    }

    .img-key-hands {
        margin-bottom: 30px;
    }

    .ad728x90{
        display: none;
    }

}

/* Down to 1 column and No Ad column*/
@media(max-width: 700px){
    .logo{
        font-size: 30px;
    }
    .area1 {
        align-self: center;
    }
    #slogan {
        position: relative;
        bottom: 6px;
        font-size: 0.75em;
        text-align: left;
    }
    .menu-btn  img {
        width: 24px;
        height: 24px;
    }
   .top-part {
        grid-template-columns: 1fr;
    }
    /* Keep this here */
    .titles{
        height: auto;
        display: grid;
        grid-template-rows: 1fr 1fr;
        margin-bottom: 0;
        padding-top: 5px;
    }
    h1{
        grid-column-start: 1;
        grid-row-start: 1;
    }
    h2{
        grid-column-start: 1;
        grid-row-end: 3;
        padding-top: 5px;
    }
    .content{
        padding-right: 10px;
        margin: auto;
    }
    .ad-column{
        display: none;
    }
    .content {
        padding-bottom: 60px;
    }
    footer {
        font-size: 12px;
        gap: 10px;
        flex-direction: column;
        height: 60px;
    }
}

@media(max-width: 700px) {
   .top-part{
        grid-template-columns: 1fr;
    }
    h1{
        font-size: 1.3em;
    }
    h2{
        font-size: 1em;
    }

    .text1 p, .last p{
        font-size: 1em;
    }
}


