﻿/*
    Slider sadece ana sayfada ve navbar ın altında olacak şekilde duruyor
    Diğer sayfalardaki mevcut navbar bozmamak için sadece bu sayfada eziyorum.
*/
.sliderArea {
    border-bottom-right-radius: 100px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    position: absolute !important;
    z-index: 500 !important;
    height: 63%;
    width: 100%;
    pointer-events: none;
}

@media (max-width: 768px) {

    /*.sliderArea {
        border-bottom-right-radius: 100px !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;*/
        /*background-color: #413921 !important;*/
        /*background-color: #736f6f !important;*/
        /*background-color: #e1e1e1 !important;*/
        /*background-color: transparent !important;*/
        /*z-index: 500 !important;
        position: static !important;
        height: 19rem;
    }*/

    .sliderArea {
        all: unset !important;
        /*display: none !important;*/
    }
}


.baslik {
    color: white;
    text-align: center;
    font-size: 37px;
    font-family: "GothamRoundedBold";
    margin-top: -12rem;
}

.announcementBody1 {
    background-color: rgb(255 255 255 / 50%);
    padding: 1px;
    border-radius: 50px;
    box-shadow: 6px 21px 35px #363e930d;
    height: auto;
    margin-top: 50px;
    margin-bottom: 15px;
    width: auto;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}

.rectagnleBlueDiv {
    width: auto;
    height: 260px;
    /*background-color: #413921;*/
    background-color: #736f6f;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 30px;
    border-radius: 40px;
}

.rectagnleRedDiv {
    width: auto;
    height: 260px;
    background-color: #ef3024;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 30px;
    border-radius: 40px;
}

.ticketHeader {
    font-weight: bold;
    color: white;
    margin-top: 40px;
    transform: translateY(20px);
}

.font-icons {
    transform: translateY(40px);
}

.qrDiv {
    height: 230px;
    width: auto;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 4px 15px 5px #363e930d;
    margin-bottom: 30px;
    border-radius: 30px;
}

/*.imgArea {
    background-color: #ebeef3 !important;
}*/


@media only screen and (max-width: 700px) {
    .announcementBody1 {
        height: auto;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
  
}

@media (max-width: 576px) { /* Küçük telefonlar */
    .biletmenu {
        /*font-size: 13px;*/
        font-size: 10px;
        /*height: 49px;*/
        text-align: center;
/*        padding-right: 7%;
        padding-left: 7%;*/
    }
    .biletal{
        /*padding-top:13px;*/
    }
}

.changeRoute {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.changeRouteBtn {
    outline: none;
    border: none;
    background-color: transparent;
}

    .changeRouteBtn:focus {
        outline: 0 !important;
    }
