@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1800px;
    }
}
@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1680px;
    }
}
@media (max-width: 1512px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1290px;
    }
    ul.main-menu li a {
        font-size: 18px;
    }
    .news-card .card-cover {
        width: 100%;
        height: 220px !important;
        background-position: center !important;
        background-size: cover !important;
        border-radius: 8px;
    }
    .news-card .content .title { 
        font-size: 19px; 
        font-weight: bold;
        line-height: 1.2;
        padding-right: 30px;
        color: #000000;
    }
    .news-card .content .title {
        font-size: 19px;
        font-weight: bold;
        line-height: 1.2;
        padding-right: 30px;
        color: #000000;
    }
    h2 {
        font-size: 32px;
    }
    ul.sidebar-menu-items li a {
        position: relative;
        font-size: 1em;
    }
}
/* (1366x768) WXGA Display */
@media screen and (max-width: 1444px) {
    ul.main-menu > li {
        position: relative;
        height: 35px;
        align-items: center;
        border-right: 1px solid #fff;
        padding: 0 1em;
        transition: all ease-in-out 0.3s;
    }
}
@media only screen and (max-width: 600px) {

    body{
        overflow-x: hidden;
    }
    header {
        padding: 12px 0 25px 0;
        height: 110px;
        z-index: 9998;
    }
    .header.is-open {
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(0);
        background-color: transparent !important;
        padding-bottom: 0;
        padding: 12px 0 25px 0;
    }
    .header.is-open .header-bottom-row {
        border-bottom: 0;
    }
    header .logo {
        width: 200px;
        padding: 20px 15px !important;
    }
    h2 {
        color: #4C4C4C;
        font-size: 24px;
        font-weight: bold;
        position: relative;
        margin-bottom: 25px;
    }
    h2:after {
        content: "";
        background-color: #4C4C4C;
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 55px;
        height: 4px;
        border-radius: 25px;
    }
    .scroll-down-container {
        bottom: 150px;
    }
    section.video-bg-wrapper .video-screen-text {
        margin-bottom: 200px;
    }
    body.content-static-page .menu-bg-overlay {
        height: 110px;
    }
    section.video-bg-wrapper {
        margin-bottom: 30px;
        margin-top: -110px;
    }
    video.bgvid {
        height: 220vw;
        width: 325vw;
    }
    section.video-bg-wrapper .video-screen-text {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }

    body.menu-active .menu-bg-overlay {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #ffffffc7;
        z-index: 97;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        -webkit-transition: all ease-in-out 150ms;
        transition: all ease-in-out 150ms;
        top: 0;
    }
    .menu-wrapper.mobile{
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        margin-top: 0;
        background: #f3f3f3;
        border-radius: 0;
        border-right: 1px solid var(--theme-secondary-color);
        -webkit-transition: all ease-in-out 150ms;
        transition: all ease-in-out 150ms;
        height: 100vh;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow: hidden;
        padding-top: 25px;
        z-index: 99;
        width: 75%;
        max-width: 320px;
    }
    body.content-static-page .menu-wrapper.mobile{
        border-right: 1px solid var(--theme-global-color);
    }
    body.menu-active .menu-wrapper.mobile{
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all ease-in-out 150ms;
        transition: all ease-in-out 150ms;
        overflow-y: auto;
    }
    body.menu-active{
        overflow: hidden;
    }
    body.menu-active .header-bottom-row{
        border-radius: 0;
        transition: all ease-in-out 500ms;
        box-shadow: none;
    }
    .page-wrapper{
        overflow: hidden;
    }
    .menu-inside-wrapper {
        height: calc(100% - 200px);
        overflow-y: hidden;
        overflow-x: hidden;
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        justify-content: center;
        position: relative;
    }
    .menu-inside-wrapper:after {
        position: absolute;
        content: "";
        background-image: url(../images/box-bg-item.png);
        background-repeat: no-repeat;
        height: 400px;
        width: 400px;
        right: 0;
        background-size: cover;
        transition: all 2500ms linear;
        z-index: -1;
        opacity: 0.05;
        left: 50%;
        margin-left: -200px;
        animation: spin;
        animation-duration: 15s;
        animation-direction: normal;
        animation-play-state: running;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    ul.mobile-socials {
        display: none;
        position: static;
        z-index: 99;
        width: 90%;
        height: auto;
        bottom: 20px;
        right: 0;
        flex-direction: row;
        list-style: none;
        justify-content: center;
        column-gap: 10px;
        row-gap: 10px;
        padding: 0;
        margin: 0;
        align-items: center;
        flex-wrap: wrap;
    }
    ul.mobile-socials li a {
        display: flex;
        width: 40px;
        height: 40px;
        border: 1px solid;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    ul.mobile-socials li a:hover {
        background: var(--theme-global-color);
        color: #fff;
    }
    body.menu-active ul.mobile-socials {
        display: flex
    }
    .menu-wrapper.mobile .logo {
        width: 70%;
        margin: auto;
    }
    .menu-wrapper.mobile .logo img{
        filter: none !important;
    }
    ul.main-menu {
        font-family: var(--theme-body-font-family);
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: none;
        padding: 0 25px;
        margin: 0;
        column-gap: 20px;
        flex-direction: column;
        margin-top: 20px;
    }
    ul.main-menu li a {
        color: #18293dc4 !important;
        font-weight: 400;
        text-decoration: none;
        display: flex;
        align-items: center;
        height: 100%;
        transition: all ease-in-out 250ms;
        font-size: 1.2em;
        position: relative;
        margin-bottom: 6px;

    }
    .home-video-wrapper:before, .home-video-wrapper:after {
        width: 170px;
        height: 170px;
        z-index: -1;
    }
    .home-video-wrapper:before {
        top: -35px;
        left: -35px;
    }
    .home-video-wrapper:after {
        bottom: -35px;
        right: -35px;
    }

    .news-general-module-section h4 {
        font-size: 30px;
    }

    ul.santral-boxes {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    ul.santral-boxes > li {
        flex: 100%;
        background-color: #eee;
        height: 650px;
        overflow: hidden;
        position: relative;
    }
    ul.santral-boxes > li:first-child {
        border-radius: 25px 25px 25px 25px;
    }
    ul.santral-boxes > li:last-child {
        border-radius: 25px 25px 25px 25px;
    }
    ul.santral-boxes > li > .content-wrapper h4 {
        font-size: 24px;
    }
    .working-msg {
        max-width: 135px;
    }
    ul.santral-boxes > li > .content-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 50px 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        transition: all ease-in-out 0.3s;
        transform: translateY(500px);
    }
    ul.santral-boxes > li > .bg {
        position: absolute;
        left: -100px;
        top: 520px;
        right: -100px;
        bottom: 0;
        width: auto;
        transition: all ease-in-out 0.3s;
        transform: none;
        transform-origin: bottom;
        mix-blend-mode: multiply;
    }
    ul.santral-boxes > li:hover > .content-wrapper, ul.santral-boxes > li:hover > .bg {
        transform: none;
        top: 0;
    }
    .santral-map-section > .container {
        position: relative;
        z-index: 2;
        padding: 30px 20px;
        border-radius: 25px;
        background-color: #F8F8F8;
    }
    ul.footer-menu {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        justify-content: space-around;
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    ul.footer-menu li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    ul.footer-menu li.dropdown ul {
        margin-bottom: 20px;
    }
    ul.footer-menu li ul{
        align-items: center;
    }
    .city-santrals-details {
        display: none;
        position: absolute;
        width: 90%;
        border-radius: 15px;
        padding: 25px;
        background-color: #ffffffe8;
        z-index: 12;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        height: 70%;
        backdrop-filter: blur(5px);
        /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        flex-wrap: wrap;
    }
    .city-santrals-details .santral-image-area {
        position: absolute;
        background-color: #eee;
        width: auto;
        height: 160px;
        right: 15px;
        left: 15px;
        top: auto;
        bottom: 15px;
        border-radius: 10px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .city-santrals-details .santral-list {
        max-height: 210px;
        width: 100%;
        overflow-y: auto;
    }
    .il-isimleri{
        display: none !important;
    }
    section.page-cover {
        height: 260px;
        margin-top: 0;
        position: relative;
        justify-content: flex-end;
        align-items: center;
    }
    section.page-cover .cover-image {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.page-cover h1.page-title:after {
        content: "";
        background-color: #ffffff;
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 55px;
        height: 3px;
        border-radius: 25px;
    }
    section.page-cover h1.page-title {
        position: relative;
        z-index: 300;
        margin-bottom:10px;
        color: #fff;
        text-transform: none;
        font-weight: bold;
        font-size: 24px;
        letter-spacing: -1px;
    }
    .static-page-content-wrapper {
        padding: 20px 0 !important;
        overflow: hidden;
    }
    .content-page-detail-section {
        overflow: hidden;
    }
    ol.breadcrumb {
        margin-bottom: 0;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        float: left;
        padding-right: 0.3rem;
        color: #ffffff;
    }
    li.breadcrumb-item {
        font-size: 10px;
        font-weight: 400;
    }
    .page-sidebar-wrapper {
        padding: 20px 0 0 15px !important;
        margin-top: 0 !important;
        margin-left: -2px;
    }
    .sidebar-container > .sidebar-title {
        font-size: 24px;
        font-weight: bold;
        color: var(--theme-global-color);
        margin-bottom: 5px;
        position: relative;
    }
    .sidebar-title:after {
        content: "\e59e";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        position: absolute;
        right: 15px;
        top: 50%;
        font-size: 0.9rem;
        transform: translateY(-50%);
        background: var(--theme-secondary-color);
        width: 30px;
        height: 30px;
        color: #fff;
        border-radius: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidebar-title.opened:after {
        content: "\f068";
    }
    .sidebar-container > .sidebar-menu-items {
        display: none;
    }
    .sidebar-container.opened > .sidebar-menu-items {
        display: block;
    }
    .staff-box.hero-box {
        flex-direction: column;
    }
    .staff-box.hero-box .photo {
        width: 90%;
        margin: auto;
        height: 300px;
        box-shadow: 10px 10px 0 var(--theme-secondary-color);
    }
    .staff-box.hero-box .top {
        border-left: 0;
        padding: 30px;
        margin-right: 0;
        margin-top: 10px !important;
        width: 100%;
    }
    .staff-detail-modal img {
        margin-bottom: 45px;
    }
    .news-card.santral-card {
        padding: 15px 15px;
        margin-bottom: 15px;
        min-height: auto;
    }
    .news-card.santral-card .card-cover {
        height: 160px;
        border-radius: 12px;
    }
    .contact-info-wrapper {
        column-gap: 15px;
        justify-content: center;
        flex-direction: column;
        row-gap: 15px;
    }
    .contact-info-wrapper .item {
        width: 100%;
    }
    .contact-form-wrapper {
        margin-top: 25px;
    }
    .social-media-links.footer {
        justify-content: center;
    }
    .timeline-box {
        flex-direction: column;
    }
    .timeline-box .image {
        width: calc(100% - 30px);
        height: auto;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .timeline-box .body{
        padding: 15px;
    }
    .sticky-top{
        z-index: 50;
    }
    .santral-map-wrapper{
        position: static;
    }
    body.homepage .fancybox-slide {
        padding: 0;
    }
    .news_slider_id.swiper-button-next {
        right: 0;
        top: -20px;
    }
    .news_slider_id.swiper-button-prev {
        left: 0;
        top: -20px;
    }
    body.santral-home .news-card.santral-card .content {
        row-gap: 15px;
        flex-direction: column;
    }
    body.santral-home .news-card.santral-card .content .title {
        text-align: center;
    }
    body.santral-home .news-card.santral-card .content .title img{
        max-width: 100%;
        border-radius: 10px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .anasayfa-banner .swiper-item-content {
        position: relative;
        z-index: 2;
        border-left: 1px solid #fff;
        margin: 0 2em;
    }
    .anasayfa-banner .swiper-item-description {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-align: justify;
        margin-bottom: 100px;
        line-height: 1.2;
        width: 100%;
        text-shadow: 1px 1px 40px rgb(0 0 0);
    }
    .anasayfa-banner .swiper-item-title {
        font-size: 34px;
        width: 100%;
    }
    .anasayfa-banner.swiper-button-next,.anasayfa-banner.swiper-button-prev {
        display: none;
    }
    .anasayfa-banner .swiper-pagination {
        text-align: center;
        padding: 0 25px;
        bottom: 8px;
    }
    .footer-top {
        padding: 40px 0 0;
        position: relative;
    }
    .footer-links > li {
        width: 100%;
    }
    .footer-links > li > a {
        margin-bottom: 0;
    }
    .footer-widget {
        margin-bottom: 0;
    }
    .footer-bottom-links a {
        text-align: center;
        display: block;
    }
    section.page-cover > .container {
        margin-left: 10px;
    }
    ul.main-menu > li {
        position: relative;
        height: auto;
        border-right: 0;
    }
    ul.main-menu > li > ul.dropdown-menu-wrapper  {
        position: static;
        width: max-content;
        left: 0;
        font-size: clamp(14px, 1.125rem, 22px);
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        padding-left: 0;
        display: none !important;
    }
}

@media screen and (orientation:landscape)
and (min-device-width: 601px)
and (max-device-width: 1024px) {
    .container{
        padding-right: calc(var(--bs-gutter-x)* .5) !important;
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
    }
    ul.main-menu li a {
        font-size: 9px;
    }
    header {
        position: relative;
        z-index: 98;
        height: 105px;
        padding: 15px 0;
    }
    #is49 {
        height: 150vh !important;
    }
}