@media only screen and (min-width: 1025px) {
    .website_slider_bg{
        width: 100%;
        height: auto;
        position: relative;
        top: -160px;
        z-index: -1;
        margin-bottom: -135px;
    }
    .website_slider_bg img{
        width: 100%;
        pointer-events: none;
        user-select: none;
    }
    .website_topHeader{
        position: relative;
        padding: 50px;
        margin-bottom: 20px;
    }
    .website_topHeader > .topheader__content{
        width: 980px;
        margin: auto;
        display: flex;
        position: relative;
    }
    .website_topHeader > .topheader__content a{
        text-decoration: none;
        color: #fff;
    }
    .website_topHeader > .topheader__content a > img{
        width: 140px;
        object-fit: contain;
        position: absolute;
        top: -6px;
    }
    .headerMenu__Textcontent{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 450px;
        margin: auto;
    }
    .headerMenu__Textcontent > a > h4{
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #fff;
        z-index: 999;
        letter-spacing: 0.3;
        &:hover{
            color: #FF0045;
        }
    }
    .canliDestek_ticket{
        position: absolute;
        right: 0;
        top: -0px;
    }
    .canlidestek-btn{
        padding: 12px 20px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #fff;
        background-color: #FF0045;
        &:hover{
            transition-duration: 0.2s;
            background-color: #ff0044c3;
        }
    }
    .zoneCenter__WelcomeText{
        position: absolute;
        width: 100%;
        margin-top: 120px;
    }
    .zoneCenter__WelcomeText > h5{
        font-size: 48px;
        font-weight: 600;
        line-height: 50px;
        color: #fff;
        margin-bottom: 30px;
    }
    .zoneCenter__WelcomeText > h5 > span{
        color: #FF0045;
    }
    .zoneCenter__WelcomeText > p{
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        color: #fff;
        width: 500px;
        margin-bottom: 50px;
    }
    .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{
        position: absolute;
        width: 100%;
        background-color: #FF0045;
        padding: 30px;
        padding-bottom: 20px;
        border-radius: 10px;
        margin-top: 550px;
        display: flex;
        align-items: center;
        box-shadow: 0 0 71px 0 #FF0044;
    }
    .header__bilgilendirmeMerkezi > .card_info{
        flex-wrap: wrap;
        word-wrap: break-word;
        display: flex;
        align-items: center;
    }
    .header__bilgilendirmeMerkezi > .card_info h3{
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        color: #fff;
        display: flex;
        align-items: center;
        border-right: 1px solid #FF80A2;
        padding-right: 10px;
        margin-right: 10px;
    }
    .header__bilgilendirmeMerkezi > .card_info h3:last-child {
        border-right: none;
    }
    .header__bilgilendirmeMerkezi > .card_info h3 > span > i{
        margin-right: 22px;
        font-size: 35px;
    }
}