
/* Pera Desktop ----------- */


@media (max-device-width: 1366px) { /* eskiden 1280 idi. */
    .container {
        max-width: 1100px;
    }




    .logononhd {
        display: block;
        width: 350px;
        /*height: 86px; */
    }



    .moreinfo {
        font-size: 16px !important;
    }

    .fragman iframe {
        width: 100%;
        height: 600px;
        border: 0;
    }
}

@media only screen and (min-device-width : 1025px) and (max-device-width : 1366px) {

   

    /*Sayfa genişliğini büyük akranda arttıran kod parçacığı*/
    .container {
        max-width: 1400px;
    }

    .carousel-control-prev {
        margin-left: -130px;
    }

    .carousel-control-next {
        margin-right: -130px;
    }
    /* sayfa genişliği sonu */

    .fs-50 {
        font-size: 30px !important;
    }

    .w-md-30 {
        width: 30%
    }

    .navbar-nav {
        margin: 8px 0 8px -24px;
    }

    /* Dropdown üzerine gelince otomatik açılması için koleksiyon popup */
    .modal-xl {
        /* max-width: 100% !important; */
        max-width: 1400px !important;
    }

    .fixed-top3 {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .plnew {
        padding-left: 60px;
    }

    .movedown40 {
        margin-top: 32px;
    }


    .dropdown-menu.show {
        width: 150%;
        margin-left: -8%;
        padding-left: 8%;
    }

    #dateHeader {
        color: #333333;
        font-size: 24px;
    }

    /* When scrolled Hide logo on mobile but not on desktop */

    .menu-logo-not-scrolled {
        display: none;
    }

    .menu-logo-scrolled {
        display: block;
    }

    .menu-dates-not-scrolled {
        display: block;
    }

    .menu-dates-scrolled {
        display: none;
    }

    .nav-zemin {
        height: 80px;
    }

    .nav-zemin {
        height: 80px;
    }


    .w-100new {
        width: 200%;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
        height: 7px;
        margin-left: -50%;
        background-color: white;
        border-color: white;
    }

    .fontum p {
        font-family: Raleway;
        font-size: 22px;
        color: #333333;
    }

    .ytembed {
        width: 100%;
        height: 400px;
    }

}


