@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #efektler{
        display: none;
    }
    #efektler_sag{
        display: none;
    }
    .website_slider_bg{
        width: 100%;
        height: auto;
        position: relative;
        top: -50px;
        z-index: -1;
        
    }
    .website_slider_bg img{
        width: 100%;
        height: 470px;
        pointer-events: none;
        user-select: none;
        object-fit: cover;
        object-position: left;
    }
    .website_topHeader{
        position: relative;
        padding: 0px;
        margin-bottom: 20px;
    }
    .website_topHeader > .topheader__content{
        width: 100%;
        display: flex;
        position: relative;
    }
    .website_topHeader > .topheader__content a{
        text-decoration: none;
        color: #fff;
    }
    .website_topHeader > .topheader__content a > img{
        width: 120px;
        object-fit: contain;
        position: absolute;
        margin-left: 15px;
        margin-top: -20px;
    }
    #mobile_menu_icon{
        position: absolute;
        right: 15px;
        top: 25px;
    }
    #mobil_menu_goster i{
        font-size: 25px;
        color: #fff;
        &:focus{
            opacity: 0.6;
        }
    }
    .headerMenu__Textcontent{
        display: none;
    }
    .canliDestek_ticket{
        display: none;
    }
    
    .zoneCenter__WelcomeText{
        position: absolute;
        width: 100%;
        margin-top: 90px;
        text-align: center;
    }
    .zoneCenter__WelcomeText > h5{
        font-size: 32px;
        font-weight: 600;
        line-height: 37px;
        color: #fff;
    }
    .zoneCenter__WelcomeText > h5 > span{
        color: #FF0045;
    }
    .zoneCenter__WelcomeText > p{
        font-size: 17px;
        font-weight: 400;
        line-height: 25px;
        color: #fff;
        width: 100%;
        padding: 20px;
        margin-top: -0px;
        margin-bottom: 20px;
    }
    .paketler-btn-header{
        padding: 12px 20px;
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        background-color: #FF0045;
        color: #fff;
        border-radius: 50px;
        &:hover{
            transition-duration: 0.2s;
            background-color: #ff0044c3;
        }
    }
    .paketler-btn-header > i{
        color: #fff;
        margin-left: 10px;
        top: 1px;
        position: relative;
    }
    .header__bilgilendirmeMerkezi{
        display: none;
    }
}