@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1750px;
    }
}
@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1630px;
    }
}
@media (max-width: 1512px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1322px;
    }
}
/* (1366x768) WXGA Display */
@media screen and (max-width: 1444px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1374px;
    }

    ul.main-menu li a {
        font-size: 16px;
    }
}

@media (max-width: 1366px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1296px;
    }
}

@media screen and (max-width: 1280px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1210px;
    }
}
@media only screen and (max-width: 600px) {
    body{
        overflow-x: hidden;
    }
    .module-section.home-swiper > .container-fluid{
        padding: 0;
    }
    .anasayfa-banner .swiper-button-next, .anasayfa-banner .swiper-button-prev {
        display: none;
    }
    section.module-section.home-swiper.slider {
        height: calc(80vh - 0px);
        margin-top: -100px !important;
    }
    .ventedu-slider-wrapper.anasayfa-banner {
        height: calc(80vh - 0px);
    }
    .ventedu-slider.anasayfa-banner .swiper-wrapper {
        height: 80vh;
        align-items: center;
    }
    header{
        height: 100px;
    }
    header.fixed{
        position: fixed;
        top: 0;
        background-color: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(10px);
        transition: all ease-in-out 250ms;
        left: 0;
        right: 0;
        height: 100px;
    }
    body.menu-active header.fixed{
        box-shadow: none !important;
        background-color: rgba(255, 255, 255, 0) !important;
        backdrop-filter: none !important;
    }
    header .header-left {
        border-right: 0;
    }
    header .header-right {
        align-items: center;
    }
    header:after {
        display: none;
    }
    header .header-left {
        width: 220px;
    }
    /*Main Menu*/
    body.menu-active .menu-bg-overlay {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #ffffffc7;
        z-index: 97;
        backdrop-filter: blur(8px);
        transition: all ease-in-out 150ms;
        top: 0;
    }
    body.menu-active .menu-wrapper.mobile{
        transform: translateX(0%);
        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;
    }
    .menu-wrapper.mobile{
        display: block;
        position: fixed;
        left: 0;
        right: 10px;
        top: 25px;
        margin-top: 0;
        background: #ffffff;
        /* border-right: 1px solid var(--theme-secondary-color); */
        transition: all ease-in-out 150ms;
        height: 100vh;
        transform: translateX(calc(-100% - 20px));
        overflow: hidden;
        padding-top: 25px;
        z-index: 99;
        width: 75%;
        box-shadow: var(--theme-box-shadow-lg);
        border-radius: 0 34px 0 0;
        border-right: 5px solid #e42314;
        border-top: 2px solid #e42314;
        border-bottom: 2px solid #e42314;
    }
    .menu-wrapper.mobile .logo{
        justify-content: center;
    }
    .menu-wrapper.mobile .logo img{
        max-width: 200px;
    }
    ul.main-menu {
        padding: 0 35px;
        width: 100%;
        justify-content: start;
        flex-direction: column;
        margin-top: 35px;
        gap: 5px;
    }
    ul.main-menu li {
        width: 100%;
        display: flex    ;
        justify-content: center;
    }
    ul.main-menu li a {
        color: var(--theme-global-color);
        width: 100%;
        justify-content: center;
        background-color: #fff;
        border-radius: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .menu-inside-wrapper {
        display: flex;
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mobile-socials{
        display: flex;
    }
    .mobile-bottom-toolbar {
        background-color: #ffffff;
        position: fixed;
        bottom: 0;
        z-index: 12;
        left: 0;
        right: 0;
        display: flex;
        box-shadow: rgba(0, 0, 0, 0.12) 0px -5px 15px;
        padding: 15px 25px 10px 25px;
        justify-content: space-between;
        border-radius: 34px 34px 0 0;
        height: 78px;
    }
    .mobile-bottom-toolbar .item{
        text-align: center;
    }
    .mobile-bottom-toolbar .item .item-icon{

    }
    .mobile-bottom-toolbar .item .item-title{
        font-size: 12px;
    }
    .mobile-bottom-toolbar .item.online{
        text-align: center;
        width: 90px;
        height: 90px;
        background-color: #fff;
        border-radius: 50%;
        margin-top: -30px;
        padding: 8px;
    }
    .online-menu li.online-menu-toggle > a {
        background-color: var(--theme-secondary-color);
        color: #fff;
        display: flex;
        padding: 16px 5px 5px 5px;
        border-radius: 40px;
        align-items: center;
        position: relative;
        width: 75px;
        height: 75px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.1;
    }
    .online-menu li.online-menu-toggle > a:after {
        position: absolute;
        font-family: "Font Awesome 6 Pro";
        content: "\2b";
        background-color: #ffffff00;
        color: #fff;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        justify-content: center;
        display: flex;
        font-size: 1rem;
        align-items: center;
        right: auto;
        left: 50%;
        transition: all ease-in-out 250ms;
        transform: translateX(-50%);
        top: 2px;
    }
    .online-menu li.online-menu-toggle.show > a:after {
        right: auto;
        left: 50%;
        top: 2px;
        transform: translateX(-50%) rotate(45deg);
        transition: all ease-in-out 250ms;
    }
    .online-menu-toggle > ul {
        display: none;
        position: absolute;
        padding: 15px 15px 35px 15px;
        list-style: none;
        background-color: #ffffff;
        border-radius: 24px 24px 0 0;
        backdrop-filter: blur(10px);
        right: auto;
        margin-top: 5px;
        gap: 2%;
        flex-wrap: wrap;
        width: 90vw;
        height: auto;
        max-height: 65vh;
        left: 50%;
        transform: translateY(calc(-100% + -65px)) translateX(-50%);
        align-items: flex-start;
        justify-content: center;
        z-index: -1;
        box-shadow: rgba(0, 0, 0, 0.12) 0px -15px 15px;
        overflow-y: auto;
    }
    .online-menu-toggle > ul.items li{
        width: 48%;
        margin-bottom: 2%;
    }
    .online-menu-toggle > ul.items li a {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 12px;
        width: 100%;
        height: 130px;
        border-radius: 15px;
        font-size: 13px;
        text-transform: uppercase;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        line-height: 1.2;
        border: 1px solid #dcdcdc;
    }
    .hizli-erisim .swiper-slide .swiper-item-content {
        font-size: 12px;
    }
    .hizli-erisim .swiper-slide {
        padding: 15px 5px;
    }
    .module-section{
        overflow: hidden;
    }
    /*Kampanyalar*/
    .kampanyalar-wrapper {
        flex-wrap: wrap;
    }
    .kampanyalar-wrapper .left-side {
        display: flex;
        min-width: 100%;
    }
    .kampanyalar-wrapper .left-side .left-content {
        border-radius: 0;
        justify-content: center;
        padding: 20px 20px;
    }
    .kampanyalar-wrapper .left-side .left-content .section-title h4, .kampanyalar-wrapper .left-side .left-content .section-title p {
        text-align: center;
    }
    .kampanyalar-wrapper .left-side .left-content .section-title p {
        padding: 0 20px;
    }
    .kampanyalar-wrapper .right-side {
        margin-left: 0;
        margin-top: -10px;
    }
    .kampanyalar-wrapper .right-side:after {
        display: none;
    }
    .kampanyalar-wrapper .left-side .left-bottom {
        min-height: 75px;
    }
    /*News Section*/
    .module-section.news-section .section-title:after {
        content: "";
        position: absolute;
        height: 1px;
        top: 20px;
        right: 0;
        left: 0;
        background-color: var(--theme-secondary-color);
        transform: translateY(-50%);
    }
    .module-section.news-section .section-title {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    .swiper-actions {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    a.module-archive-btn.news-section {
        margin-right: 0 !important;
        white-space: nowrap;
    }
    .module-section.news-section .section-title h4 {
        margin-bottom: 10px;
    }
    .news_slider_id.swiper-button-next, .news_slider_id.swiper-rtl .swiper-button-prev {
        right: 0;
        left: auto;
    }
    .news_slider_id.swiper-button-prev, .news_slider_id.swiper-rtl .swiper-button-next {
        left: 0;
        right: auto;
    }
    /*Blog Section*/
    .module-section.blog-section .section-title {
        flex-wrap: wrap;
        justify-content: center;
    }
    .module-section.blog-section .section-title h4 {
        text-align: center;
    }
    .blog_slider_id.swiper-button-next, .blog_slider_id.swiper-button-prev{
        display: none;
    }
    /*Footer Area*/
    footer .top-footer-row {
        margin-top: -80px;
    }
    .social-media-links.footer {
        padding: 0 20px 0 20px;
        width: 100%;
    }
    .site-address {
        padding: 0 20px;
        margin-bottom: 25px;
    }
    .footer-menu {
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-menu li {
        text-align: center;
    }
    .copyright-footer {
        height: auto;
        align-items: center;
        padding-bottom: 85px;
        padding-top: 10px;
        text-align: center;
        justify-content: center;
    }
    .footer-menu.kvkk-menu {
        gap: 5px;
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer-logo-wrapper img{
        max-width: 80%;
    }
    /*Static Page*/
    section.page-cover .page-title {
        font-size: 32px;
    }
    section.page-cover {
        height: 280px;
        margin-top: -100px;
    }
    .content-page-tools {
        margin-top: -50px;
    }
    .page-sidebar-wrapper {
        margin-top: 10px !important;
    }
    .breadcrumb-item {
        font-size: 0.8em !important;
    }
    .breadcrumb{
        width: 100%;
    }
    .breadcrumb li:last-child{
        padding-right: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 40%;
        white-space: nowrap;
    }
    /*News Detail*/
    .news-image-area img {
        width: 100% !important;
    }
    .news-page-detail-wrapper {
        margin-top: -35px;
        padding: 0 20px;
    }
    .news-image-area {
        display: flex;
        margin-bottom: 10px;
    }
    .news-detail .news-title {
        font-size: 24px;
    }
    .page-sidebar-wrapper.news-sidebar {
        margin-left: 0;
    }
    .page-sidebar-wrapper.news-sidebar .news-list li a .news-item-title {
        font-weight: 400;
        font-size: 14px;
    }
    .news-sidebar-column{
        padding: 0;
    }
    /*Blog Detail Page*/
    body.blog section.page-cover .page-title {
        font-size: 32px;
        text-transform: none;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .page-sidebar-wrapper.news-sidebar .news-list li:last-child a {
        border-radius: 10px 10px 20px 20pxbilok;
    }
}
@media only screen and (max-width: 375px) {
    section.module-section.home-swiper.slider {
        height: calc(100vh - 0px);
        margin-top: -100px !important;
    }
    .ventedu-slider-wrapper.anasayfa-banner {
        height: calc(100vh - 0px);
    }
    .ventedu-slider.anasayfa-banner .swiper-wrapper {
        height: 100vh;
        align-items: center;
    }
}

@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;
    }
}