@media (min-width: 320px) and (max-width: 768px) {
    .main-title {
        font-size: 28px;
    }
    .close{
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .open{
        opacity: 1;
        visibility: visible;
        display: block !important;
    }
    .mobil-menu-close {
        display: none;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 32px;
    }
    .mobil-menu-open {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 32px;
    }
    .mobil-menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255,255,255, .95);
        z-index: 999999;
        display: none;
    }
    .mobil-menu ul {
        width: 100%;
        padding-top: 25%;
    }
    .mobil-menu ul li {
        width: 100%;
        float: none;
        text-align: center;
    }
    .content .index-img {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        -webkit-animation: fadeInFromNone 2.5s ease-out;
        -moz-animation: fadeInFromNone 2.5s ease-out;
        -o-animation: fadeInFromNone 2.5s ease-out;
        animation: fadeInFromNone 2.5s ease-out;
    }
    .content {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: block;
        align-items: center;
        margin-top: 150px;
    }
    .content .index-text h1 {
        font-size: 22px;
        padding-left: 50px;
        font-weight: 300;
        margin: 0;
        -webkit-animation: fadeInFromNone 2.5s ease-out;
        -moz-animation: fadeInFromNone 2.5s ease-out;
        -o-animation: fadeInFromNone 2.5s ease-out;
        animation: fadeInFromNone 2.5s ease-out;
    }
    .content .index-text h1 {
        font-size: 22px;
        padding-left: 0;
        font-weight: 300;
        margin: 0;
        -webkit-animation: fadeInFromNone 2.5s ease-out;
        -moz-animation: fadeInFromNone 2.5s ease-out;
        -o-animation: fadeInFromNone 2.5s ease-out;
        animation: fadeInFromNone 2.5s ease-out;
        text-align: center;
        padding-bottom: 50px;
        width: 80%;
        margin: 0 auto;
        line-height: 32px;
    }
    .content .hakkinda-img {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;
    }
    .content .hakkinda-text {
        float: right;
        width: 100%;
        text-align: center;
        padding-right: 0;
        text-align: center;
        padding: 30px 4%;
    }
    .content .hakkinda-text h1 {
        font-weight: 300;
        margin-top: 30px;
        font-size: 22px;
        margin-right: 0px;
        line-height: 38px;
    }
    .content .cekilin-img {
        position: relative;
        left: 0;
        transform: translate(0%,0);
        bottom: 0;
        width: 100%;
        z-index: 2;
    }
    .cekilin-links {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }
    .content .cekilin-text {
        float: none;
        width: 100%;
        padding: 30px 4%;
        text-align: center;
    }
    .cekilin-katalog {
        width: 45%;
        position: absolute;
        right: 0px;
        top: 0%;
        transform: translate(0, -50%);
    }
    .content .haberler-text h6 {
        padding: 5px 0;
        text-align: center;
        margin-top: 15px;
    }
    .haberler-left {
        position: relative;
        width: 15%;
        /* bottom: 50px; */
        z-index: 4;
        top: 20%;
    }
    .content .videolar-text {
        float: none;
        width: 100%;
        text-align: center;
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 0px;
    }
    .social {
        margin: 50px 0 20px 0;
        width: 100%;
        text-align: center;
    }
    .social-media {
        width: 100%;
        list-style: none;
        margin: 0 auto;
    }
    .p250 {
        padding-bottom: 10px;
    }
    .content-haber-d {
        position: relative !important;
        left: inherit !important;
        right: inherit !important;
        top: -50px !important;
        bottom: inherit !important;
        z-index: 1 !important;
        display: flex !important;
        align-items: center !important;
        padding-bottom: 100px;
    }
    .btn-close {
        background-color: #5090CD;
        opacity: 1;
        width: 40px;
        height: 40px;
        border-radius: 0;
        position: absolute;
        right: 0px;
        top: 0;
    }
    .p-60 {
        padding-top: 60px;
    }
    .index-left {
        top: 40%;
    }
    .cekilin-left {
        top: 70%;
    }
    .hakkinda-left {
        position: absolute;
        width: 40%;
        bottom: 0;
        z-index: 4;
        top: 65%;
    }
    .hakkinda-right {
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 25%;
        z-index: 4;
        top: 25%;
    }
    .haberler-right {
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 35%;
        z-index: 4;
        top: 25%;
    }
    .content .hakkinda-img-1 {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;
    }
    .content .hakkinda-img-2 {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;
    }
}

@media only screen and (min-width:1919px) {

}

