/* Small devices ( mobile/cellphone ) */
@media only screen and (min-width: 200px) and (max-width: 767px)  {

    body.homepage {
        overflow: auto;
    }
    body[data-active-page="3"] .site-logo, body[data-active-page="3"] a.bil-learn-btn{
        display: none;
        animation: fadeOut 2s ease-out;
    }
    body[data-active-page="4"] .site-logo, body[data-active-page="4"] a.bil-learn-btn{
        display: none;
        animation: fadeOut 2s ease-out;
    }
    header{
        height: 100px;
    }
    header::after {
        display: none;
    }
    .footer-seperator {
        margin-top: -200px;
    }
    section.page.home-video-area {
        height: 100vh;
        margin-top: -100px;
    }
    section.action-box-section {
        margin-top: -60px;
    }
    .module-section.levels {
        padding-top: 560px !important;
        margin-top: -512px;
    }
    @-webkit-keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    @-webkit-keyframes fadeOut {
        from { opacity: 1; }
        to { opacity: 0; }
    }
    @keyframes fadeOut {
        from { opacity: 1; }
        to { opacity: 0; }
    }
    .home {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        z-index: 0;
        width: 100vw;
        height: auto;
        overflow-x: auto;
        overflow-y: auto;
    }
    /*
    .scroll-alert{
        display: none;
    }

     */
    .menu-header{
        flex-direction: column;
    }
    .menu-title {
        font-size: 1em;
        letter-spacing: 1px;
        order: 2;
    }
    .no-visible-mobile{
        display: none !important;
        opacity: 0 !important;
    }
    .site-logo{
        width: 70px;
        position: static;
        transform: none;
    }
    .site-logo img{
        max-width: 100%;
        height: auto;
    }
    .menu-wrapper {
        padding: 0;
    }
    .site-menu {
        height: 124px;
        right: 10px;
    }
    section.page.seperator:after {
        right: 0;
        width: 0;
    }
    a.bil-learn-btn {
        font-size: 0.7em;
        padding: 10px 7px;
        border-radius: 25px;
    }
    .dropdown.brand-dropdown .dropdown-menu {
        background: #e20f64;
        right: 0;
        border-radius: 20px;
        padding: 5px;
    }
    .scroll-alert {
        bottom: -5px;
        right: 50%;
        transform: translateX(50%);
    }
    .scroll-alert .text {
        font-size: 0.5em;
    }
    .scroll-alert img{
        height: 50px;
        width: auto;
    }
    .page-1 .slider-text-wrapper {
        transform: none;
        position: relative !important;
        margin-top: 200px;
        top: auto;
    }
    .page-1 .slider-text .text {
        padding-left: 45px;
        -webkit-text-stroke-width: 1px;
        font-size: 2.2em;
    }
    .page-1 .slider-text.text-lines-hor:before {
        top: 12px;
        bottom: 5px;
    }
    .play-button-wrapper .play-button {
        width: 40px;
        height: 40px;
        font-size: 0.8em;
    }
    .play-button-wrapper .play-button:after {
        width: 54px;
        height: 54px;
    }
    .text-lines-hor:before {
        width: 40px;
        background-size: 10px 10px;
    }
    .news-area {
        width: 100%;
        height: 175px;
        margin-bottom: 25px;
    }
    .news-area .title {
        letter-spacing: 0px;
        font-size: 0.8em;
    }
    .news-area .news-desc {
        font-size: 0.8em;
        height: 60%;
        color: #5b5b5b;
        line-height: 1.2;
    }
    .play-button-wrapper{
        margin-left: 50px !important;
    }
    .menu {
        width: 100vw;
        padding: 25px;
        overflow: hidden;
        z-index: 9999999;
    }
    .menu:before {
        display: none;
        width: 0;
        height: 0;
    }
    .menu-content .main-menu li a {
        font-size: 1em;
    }
    .menu-content .main-menu li {
        margin: 5px 0;
    }
    .campus-page .menu-content .main-menu li {
        margin: 5px 0;
        text-align: center;
        justify-content: center;
    }
    ul.main-menu .active > .items li {
        padding: 5px 0 0px 0;
        border-bottom: 0px solid #324252;
        list-style: none;
    }
    ul.main-menu .active > .items {
        margin-bottom: 5px;
        margin-top: 0;
    }
    ul.mini-menu li{
        line-height: 1.1;
    }
    .menu-footer .footer-menu {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0.8em;
    }
    .menu-footer .footer-menu li a {
        white-space: nowrap;
        margin: 5px;
    }
    .more-info-btn {
        flex-direction: column;
        position: static !important;
        justify-content: center !important;
        text-align: center !important;
        transform: none;
        left: auto;
        bottom: auto;
    }
    .more-info-btn span {
        text-align: center;
        margin: auto;
    }
    section.page > .page-content {
        position: absolute;
        bottom: 0;
        top: 120px;
        height: auto !important;
        overflow-y: auto;
        align-items: start !important;
        padding: 25px 0;
        background:
                linear-gradient(#ffffff 33%, rgba(255,255,255, 0)),
                linear-gradient(rgba(255,255,255, 0), #ffffff 66%) 0 100%,
                radial-gradient(farthest-side at 50% 0, rgba(34,34,34, 0.5), rgba(0,0,0,0)),
                radial-gradient(farthest-side at 50% 100%, rgba(34,34,34, 0.5), rgba(0,0,0,0)) 0 100%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-attachment: local, local, scroll, scroll;
        background-size: 100% 42px, 100% 42px, 100% 14px, 100% 14px;
    }
    section.page > .page-content {
        /*
        position: relative;
        z-index: 1;
        overflow: auto;
        width: 200px;
        max-height: 200px;
        margin: 50px auto;
        background: #FFF no-repeat;
        background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
        background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
        background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
        background-position: 0 0, 0 100%;
        background-size: 100% 14px;

         */
    }
    /*
    section.page > .page-content:before,
    section.page > .page-content:after {
        content: "";
        position: relative;
        z-index: -1;
        display: block;
        height: 30px;
        margin: 0 0 -30px;
        background: -webkit-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
        background: -moz-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
        background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    }

    section.page > .page-content:after {
        margin: -30px 0 0;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    }

     */
    /*Page 2*/
    .page.page-2{
        width: calc(100vw);
        /* margin-right: 150px;*/
    }
    .page.page-2 .page-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page.page-2 .text-area > img {
        height: 75px;
        width: auto;
    }
    .page.page-2 .page-content .video-desc {
        padding-right: 0;
        font-size: .9em;
    }
    .page.page-2 .page-content .video-title h1 {
        font-size: 1.2em;
    }
    .page.page-2 .page-content .video-poster img {
        max-width: 100%;
        height: auto;
    }
    .page.page-2 .video-area {
        width: 100%;
    }
    .page.page-2 .video-area .decorative-lines {
        top: -40px;
        right: -20px;
        transform: scale(0.5) translateX(50%);
    }
    .page.page-2 .video-area .sign {
        bottom: -70px;
        right: -140px;
        transform: scale(0.4);
    }
    .page.page-2 .video-area .stamp {
        bottom: -130px;
        left: -100px;
        transform: scale(0.4);
    }
    .page.page-2 .page-header {
        position: relative;
        padding: 0 15px;
        flex: 100% 0 0;
        height: 120px;
        margin-bottom: 20px;
        margin-top: 0;
        transform: none;
        margin-left: 0;
        width: 100%;
        left: 0;
    }
    .page.page-2 .page-header ul{
        display: none;
        max-width: 200px;
        position: absolute;
        top: 90px;
        left: 15px;
        background: #f8f8f8;
        border-radius: 20px;
        padding: 8px;
        box-shadow: 0 0 5px -2px #33333361;
        /*
        display: grid !important;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 5px 0px;

         */
    }
    .page.page-2 .page-header ul li{
        min-width: 100%;
        margin: 0 0 2px 0;
    }
    .page.page-2 .page-header ul li:last-child{
        margin: 0 0 0 0;
    }
    ul.home-top-menu li a {
        padding: 0px 8px;
        font-size: 0.6em;
        height: 32px;
    }
    .page.page-2 .page-header .nav-pills .nav-link {
        padding: 0 5px;
        font-size: 0.5em;
        text-align: center;
        justify-content: center;
        margin-bottom: 0;
        margin-left: 2px !important;
        margin-right: 2px !important;
        border-radius: 12px;
    }
    .page.page-2 .scroll-alert {
        right: 10px;
    }
    /*Page 3*/
    .page.page-3{
        width: calc(100vw);
        margin-right: 50px;
    }
    .page.page-3 .page-content {
        padding-left: 15px;
        padding-right: 15px;
        align-items: center !important;
    }
    .page.page-3 .page-content .video-title h1 {
        -webkit-text-stroke-width: 1px;
        font-size: 3em;
        line-height: 0.9;
    }
    .page.page-3 .page-content .video-title-top-title {
        font-size: 1em;
    }
    .page.page-3 .page-content .video-poster img {
        max-width: 200px;
        height: auto;
    }
    .page.page-3 .video-area .sign {
        bottom: -20px;
        left: -100px;
        transform: scale(0.6);
    }
    .page.page-3 {
        background-position: top 50px center;
        background-size: 80%;
    }
    .page.page-3 .scroll-alert {
        right: 10px;
    }
    .page.page-3 .video-area .decorative-lines {
        height: 120px;
    }
    /*Page 4*/
    .page.page-4{
        width: calc(300vw);
        margin-right: 150px;
    }
    .page.page-4 .page-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page.page-4 .page-content .video-title h1 {
        font-size: 2.8em;
        text-align: center;
    }
    .page.page-4 {
        background-position: bottom 10% center;
        background-size: 35%;
    }

    /*Page 5*/
    .page.page-5{
        width: calc(100vw);
        background-size: 50%;
        background-position: top 20% center;
    }
    .page.page-5 .page-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page.page-5 .page-content .video-poster img {
        max-width: 60%;
        height: auto;
    }
    .page.page-5 .video-area {
        width: 100%;
    }
    .page.page-5 .page-content .video-title h1 {
        font-size: 2em;
        margin-top: -2px;
    }
    .page.page-5 .page-content .video-poster {
        justify-content: center;
        text-align: center;
        position: relative;
    }
    .page.page-5 .video-area .decorative-lines {
        transform: translateX(50%);
        top: 0;
    }
    .page.page-5 .page-content .video-desc {
        padding-right: 0;
    }
    ul.main-menu .list .items a {
        padding: 0 2px;
        font-size: 0.8em;
        font-weight: 600;
    }

    /*Page Content*/
    .content-page .page-header {
        height: auto;
        background-size: cover !important;
    }
    .campus-list.content-page .page-header{
        height: 370px;
    }
    .campus-list.content-page .page-header .overlay{
        height: 30%;
    }
    .content-box.campus-list-title .box-content .box-title.big {
        font-size: 38px;
        text-align: center;
    }
    .campus-list-card {
        display: flex;
        margin-bottom: 4em;
        align-items: start;
        position: relative;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .content-box {
        width: 100%;
        flex-wrap: wrap;
    }
    .content-box .box-content {
        width: 100%;
    }
    .content-box .box-image {
        width: 100%;
        text-align: center;
    }
    .content-box .box-image img{
        max-width: 100%;
        height: auto;
    }
    .content-box .box-image .image-lines-v-top {
        top: -25px;
    }
    .content-box .box-image .image-lines-h-right {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 220px;
    }
    .content-box .box-content .box-title.big {
        font-size: 1.6em;
    }
    .content-box .box-content .box-desc {
        font-size: 0.9em;
    }
    .content-box.cross-line .box-image {
        margin-top: 0;
    }

    footer .footer-menu {
        display: block;
        padding: 0 0;
    }
    footer .footer-menu li {
        border-right: 0;
        justify-content: center;
    }
    /*Contact Page*/
    img.map-pin-btn {
        margin-left: 0;
        transform: scale(0.6);
    }
    body.contact-page .content-box .box-content {
        padding-left: 0;
    }
    .menu-content .mini-menu li a {
        color: #fff;
        transition: all ease-out 350ms;
        font-size: 0.8em;
    }
    .social-media-icons:after {
        right: -50;
    }
    .social-media-icons {
        width: 30px;
    }
    body.campus-list .content-page-detail-section {
        margin-top: 0px;
    }
    .dont-show-again {
        font-weight: bold;
        font-size: 0.7em;
        padding: 7px 5px;
        line-height: 1.4;
    }
    .ventedu-slider-wrapper.anasayfa-slider .swiper-button-next, .ventedu-slider-wrapper.anasayfa-slider .swiper-button-prev {
        font-size: 1em;
    }
    .ventedu-slider-wrapper.anasayfa-slider .swiper-button-next, .swiper-button-prev {
        width: 32px;
        height: 32px;
        transform: translateY(50%);
    }
    .ventedu-slider-wrapper.anasayfa-slider .swiper-button-prev, .ventedu-slider-wrapper.anasayfa-slider .swiper-container-rtl .swiper-button-prev {
        right: auto;
    }
    /*
    section[data-page="2"]{
        height: 50vh;
    }
    section[data-page="3"]{
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    section[data-page="5"]{
        padding-bottom: 100px;
    }
    section[data-page="3"],section[data-page="4"],section[data-page="5"],section[data-page="6"]{
        min-height: 50vh;
        height: auto;
    }
     */
    #homepage-video1 {
        width: 100% !important;
        height: auto !important;
        margin: auto;
    }
    section[data-page="1"] #video_background {
        display: none;
    }
    section[data-page="1"]{
        display: flex;
        flex-direction: column;
    }
    body.campus-list .filter-area {
        padding: 15px;
    }
    .campus-page .page-header .campus-basic-info .contact-info {
        font-size: 0.9em;
        padding-right: 50px;
    }
    .campus-page .campus-name .campus-name-text {
        -webkit-text-stroke-width: 1px;
        font-size: 2.5em;
    }

    .home-full-page .module-section.news-block {
        position: absolute;
        bottom: 0;
        top: 120px;
        height: auto !important;
        overflow-y: auto;
        align-items: start !important;
        padding: 25px 0;
        background: linear-gradient(#ffffff 33%, rgba(255,255,255, 0)), linear-gradient(rgba(255,255,255, 0), #ffffff 66%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(34,34,34, 0.5), rgba(0,0,0,0)), radial-gradient(farthest-side at 50% 100%, rgba(34,34,34, 0.5), rgba(0,0,0,0)) 0 100%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-attachment: local, local, scroll, scroll;
        background-size: 100% 42px, 100% 42px, 100% 14px, 100% 14px;
    }
    .home-full-page .module-section.news-block .section-title {
        font-size: 2.8em !important;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .home-full-page .module-section.news-block .news-card {
        height: auto;
    }
    .home-full-page .module-section.news-block .news-card .content-wrapper {
        height: auto;
    }
    .home-full-page .module-section.news-block .news-card-img-wrapper {
        width: 90px;
        height: 90px;
        margin-top: 15px;
    }
    body.basari-list.content-page .page-header {
        height: 180px;
        background-position-y: 0px;
        background-size: cover !important;
    }
    .ventedu-slider-wrapper {
        width: 100%;
        padding: 0 0;
    }
    .ventedu-slider-wrapper .ventedu-slider {
        min-height: auto !important;
    }
    .news-swiper .news-card {
        height: auto;
    }
    .news-swiper .news-card .content-wrapper {
        height: auto;
        flex-direction: column;
    }
    .news-swiper .news-card-img-wrapper {
        width: 100%;
        height: auto;
    }
    .news-swiper .news-card .footer {
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 25px;
    }
    .swiper-slide-active .news-card{
        margin-left: 35px;
        margin-right: 35px;
    }
    .news-swiper .swiper-button-next, .news-swiper .swiper-button-prev {
        display: none;
    }
    .menu-wrapper.mobile {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 90px;
        margin-top: 10px;
        background: #e20f64e0;
        backdrop-filter: blur(5px);
        border-radius: 0;
        border: 0px solid rgba(255, 255, 255, 0.8);
        transition: all ease-in-out 150ms;
        height: calc( 100% - 100px );
        transform: translateX(calc(-100% - 20px));
        overflow: hidden;
        padding-top: 10px;
        box-shadow: 0 -10px 30px -5px #0000008a;
    }
    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;
    }
    .page-wrapper{
        overflow: hidden;
    }
    .menu-inside-wrapper {
        height: 100%;
        overflow-y: auto;
        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;
    }
    .top-helper-menu {
        justify-content: center;
        column-gap: 6px;
        height: auto;
    }
    .top-helper-menu > li > a {
        background: #fff;
        box-shadow: none;
        padding: 8px 15px;
        color: var(--theme-global-color) !important;
        font-weight: 600;
        font-size: 0.7em;
        display: flex;
        align-items: center;
        height: 38px;
        border: 1px solid;
    }
    .top-helper-menu > li > a {
        border-radius: 15px !important;
    }
    ul.mobile-socials {
        display: flex;
        list-style: none;
        justify-content: center;
        padding: 0 10px;
        margin: 0 0 20px 0;
        align-self: end;
        border-top: 1px solid #ffffff;
        padding-top: 20px;
        width: 100%;
        flex-wrap: wrap;
    }
    ul.mobile-socials li a {
        font-size: 1.4em;
        padding: 5px;
        display: block;
        border-radius: 6px;
        border: 0;
        margin: 2px;
        text-align: center;
        color: #ffffff;
    }
    ul#top-menu-sitemenu {
        display: flex;
        list-style: none;
        width: 100%;
        column-gap: 10px;
        margin: 0;
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    ul#top-menu-sitemenu li{
        display: flex;
    }
    ul#top-menu-sitemenu li:nth-child(3){
        flex-grow: 0;
        flex-basis: 24%;
    }
    ul#main-menu-new-sitemenu li a:hover {
        color: var(--theme-secondary-color);
    }
    ul#top-menu-sitemenu li a {
        font-size: 0.8em;
        color: #ffffff;
        text-decoration: none;
        transition: 250ms all linear;
        text-transform: uppercase;
        font-weight: 100;
        border: 1px solid #fff;
        padding-right: 0;
        white-space: unset;
        padding: 15px;
        border-radius: 10px;
        width: 100px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.1;
    }
    ul#top-menu-sitemenu li:last-child a,ul#top-menu-sitemenu li:last-child a:hover {
        border-right: 1px solid;
        padding-right: 15px;
    }
    ul#top-menu-sitemenu li a:hover {
        color: var(--theme-secondary-color);
    }
    .campus-page .page-header .text h1 {
        font-size: 1.5em;
    }
    ul.contact-info.in-menu li:hover ul {
        right: auto;
        left: 0;
        top: auto;
        bottom: calc(100% - 4px);
        margin-left: -50%;
    }
    ul.contact-info.in-menu li ul li a {
        font-size: 1em;
    }
    ul#top-menu-sitemenu li:hover ul {
        right: auto;
        left: 50%;
        top: auto;
        bottom: calc(100% - 4px);
        transform: translateX(-50%);
    }
    ul#top-menu-sitemenu li ul li a{
        font-size: .8em;
        border-radius: 0;
        height: auto;
    }
    body.has-cover .page-header .text {
        margin-bottom: 80px;
    }
    ul.home-top-menu {
        display: none;
        list-style: none;
        background: none;
        justify-content: center;
        width: auto;
        flex-direction: column;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        margin-top: 50px;
        background: #f8f8f8;
        border-radius: 15px;
        padding: 12px 5px;
        row-gap: 8px;
        column-gap: 8px;
    }

    body.no-cover .menu-opener .bar span, body.no-cover .menu-opener .bar:before, body.no-cover .menu-opener .bar:after {
        background: var(--theme-primary-color);
    }
    body.campus-list .menu-opener .bar span, body.campus-list .menu-opener .bar:before, body.campus-list .menu-opener .bar:after {
        background: var(--theme-primary-color);
    }
    .content-page .page-header .text h1 {
        font-size: 1.5em;
    }

    body.page-content.no-cover .page-header {
        height: 150px;
    }
    body.page-content .page-header {
        position: relative;
        height: 400px;
        overflow: hidden;
        align-items: end;
        justify-content: end;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 0;
    }
    body.page-content.no-cover .page-header {
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .content-page .page-header {
        height: auto;
        background-size: cover !important;
    }
    .page-header.default-page-cover {
        margin-bottom: 40px;
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 30px;
    }
    iframe[data-iframe-form] {
        width: 100% !important;
        min-height: 700px;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media screen and (max-width: 560px) {
    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: #1f2227;
        opacity: 0;
        transition: all 0.2s ease;
    }
    .nav-container ul {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .nav-container ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }
    .nav-container ul li:nth-child(1) a {
        transition-delay: 0.2s;
    }
    .nav-container ul li:nth-child(2) a {
        transition-delay: 0.3s;
    }
    .nav-container ul li:nth-child(3) a {
        transition-delay: 0.4s;
    }
    .nav-container ul li:nth-child(4) a {
        transition-delay: 0.5s;
    }
    .nav-container ul li:not(:first-child) {
        margin-left: 0;
    }
    .nav-container ul li a {
        padding: 10px 25px;
        opacity: 0;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        transform: translateY(-20px);
        transition: all 0.2s ease;
    }
    .nav-open {
        position: absolute;
        left: 50%;
        top: 0px;
        display: flex;
        width: max-content;
        height: auto;
        cursor: pointer;
        z-index: 250;
        background: #f8f8f8;
        border-radius: 30px;
        padding: 8px 8px 8px 12px;
        align-items: center;
        transform: translateX(-50%);
        border: 1px solid var(--theme-primary-color);
        white-space: nowrap;
    }
    .nav-open .menu-name{
        text-transform: uppercase;
        font-weight: bold;
        font-size: .8em;
    }
    .nav-open .item-placeholder{
        margin-left: 6px;
        display: flex;
        position: relative;
        cursor: pointer;
    }
    .nav-open .item-placeholder .text{
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        display: block;
        white-space: nowrap;
        color: #fff;
        font-size: .8em;
        font-weight: bold;
        background-color: #e20f64;
        border-radius: 25px;
        padding: 4px 18px 4px 10px;
    }
    .nav-open .item-placeholder .text:after{
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        content: "\f078";
        right: 6px;
        font-size: .7em;
        top: 50%;
        transform: translateY(-50%);
    }
    .nav-open .item-placeholder .text i{
        display: none;
    }
    .nav-open i {
        display: block;
        width: 20px;
        height: 2px;
        background: #1f2227;
        border-radius: 2px;
        margin-left: 14px;
    }
    .nav-open i:nth-child(1) {
        margin-top: 16px;
    }
    .nav-open i:nth-child(2) {
        margin-top: 4px;
        opacity: 1;
    }
    .nav-open i:nth-child(3) {
        margin-top: 4px;
    }

    #nav:checked + .nav-open {
        transform: rotate(45deg);
    }
    #nav:checked + .nav-open i {
        background: #fff;
        transition: transform 0.2s ease;
    }
    #nav:checked + .nav-open i:nth-child(1) {
        transform: translateY(6px) rotate(180deg);
    }
    #nav:checked + .nav-open i:nth-child(2) {
        opacity: 0;
    }
    #nav:checked + .nav-open i:nth-child(3) {
        transform: translateY(-6px) rotate(90deg);
    }
    #nav:checked ~ .nav-container {
        z-index: 9990;
        opacity: 1;
    }
    #nav:checked ~ .nav-container ul li a {
        opacity: 1;
        transform: translateY(0);
    }
    .hidden{
        display: none;
    }
    .module-section.campus-success .news-card {
        height: auto;
    }
    .module-section.campus-success .news-card .content-wrapper {
        height: auto;
    }
    .module-section.campus-success .news-card-img-wrapper {
        width: 90px;
        height: 90px;
        margin-top: 15px;
    }
    .module-section.campus-success {
        background-size: 90px, cover;
        background-position: left 0px top -10px, center bottom;
    }
    .module-section.campus-success .section-title span:before {
        display: none;
    }
    .module-section .section-title span:before{
        top: 50%;
        transform: scaleX(-1) translateY(-50%);
    }
    .module-section .section-title span:after {
        top: 50%;
        transform: translateY(-50%);
    }
    .module-section .section-title span {
        position: relative;
        display: block;
        width: 70%;
        margin: auto;
    }
    .module-section .section-title {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
    .campus-levels {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .campus-levels .level-box {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        margin-bottom: 20px;
    }
    .campus-levels .level-box .level-image {
        width: 120px;
        height: 120px;
    }
    .news-detail img{
        max-width: 100%;
        height: auto;
    }
    .module-section{
        overflow: hidden;
    }
    .campus-page.campus-static-page .static-page-title {
        margin-top: -50px;
        font-size: 25px;
    }
    .campus-page.campus-static-page .static-page-title img{
        width: 130px !important;
        height: auto;
        margin-bottom: 4px;
    }
    .campus-news-detail span.cat-info {
        line-height: 2.1;
        letter-spacing: -1px;
        font-size: 0.7em;
    }
    .news-header .left-side {
        flex: 100% 0 0;
        margin-bottom: 15px;
        padding-right: 0;
    }
    body.campus-static-page.campus-page .campus-logo-text {
        margin-top: 115px;
    }
    ul#main-menu-new-sitemenu {
        display: flex;
        list-style: none;
        width: 100%;
        justify-content: center;
        column-gap: 0;
        margin: 0;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        padding: 0;
        margin-top: 25px;
    }
    .menu-wrapper.mobile ul#main-menu-new-sitemenu li a,  .menu-wrapper.mobile ul#top-menu-sitemenu > li > a {
        color: #ffffff !important;
        border-color: #ffffff !important;
    }
    .site-logo .campus-logo-name .campus-name-text {
        padding-left: 90px;
        color: #fff;
        -webkit-text-stroke-width: unset;
        -webkit-text-stroke-color: unset;
        font-size: 1.4em;
        line-height: 1.1;
        font-weight: 800;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
    .site-logo .campus-logo-name {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(50%);
    }
}
@media only screen and (min-width: 768px) {
    #kurumsal:before {
        display: none;
    }
    /* hide the button in desktop view */
    .responsive-menu-btn, .responsive-menu-input {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    .responsive-menu-input:not(:checked) ~ #kurumsal {
        display: flex;
    }
    .sm-simple.main-menu .sub-arrow{
        /* display: none; */
    }
}


@media only screen and (width: 320px) {
    .nav-open .item-placeholder .text {
        max-width: 110px;
    }
}


@media only screen and (min-width: 200px) and (max-width: 767px) and (orientation : landscape) {

}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .page.page-2 .page-header {
        display: flex;
        flex: 100% 0 0;
        position: absolute;
        left: 12%;
        transform: translateX(0);
        padding: 25px;
        height: 174px;
        align-items: center;
        z-index: 1000;
        margin-left: 0;
    }
    .page.page-2 .page-header ul{
        display: none;
        max-width: 200px;
        min-width: 180px;
        position: absolute;
        top: 90px;
        left: 15px;
        background: #f8f8f8;
        border-radius: 20px;
        padding: 8px;
        box-shadow: 0 0 5px -2px #33333361;
        /*
        display: grid !important;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 5px 0px;

         */
    }
    .page.page-2 .page-header ul li{
        min-width: 100%;
        margin: 0 0 2px 0;
    }
    .page.page-2 .page-header ul li:last-child{
        margin: 0 0 0 0;
    }
    ul.home-top-menu li a {
        padding: 0px 8px;
        font-size: 0.6em;
        height: 32px;
    }
    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: #1f2227;
        opacity: 0;
        transition: all 0.2s ease;
    }
    .nav-container ul {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .nav-container ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }
    .nav-container ul li:nth-child(1) a {
        transition-delay: 0.2s;
    }
    .nav-container ul li:nth-child(2) a {
        transition-delay: 0.3s;
    }
    .nav-container ul li:nth-child(3) a {
        transition-delay: 0.4s;
    }
    .nav-container ul li:nth-child(4) a {
        transition-delay: 0.5s;
    }
    .nav-container ul li:not(:first-child) {
        margin-left: 0;
    }
    .nav-container ul li a {
        padding: 10px 25px;
        opacity: 0;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        transform: translateY(-20px);
        transition: all 0.2s ease;
    }
    .nav-open {
        display: none;
    }
    .nav-open .menu-name{
        text-transform: uppercase;
        font-weight: bold;
        font-size: .8em;
        white-space: nowrap;
    }
    .nav-open .item-placeholder{
        margin-left: 6px;
        display: flex;
        position: relative;
        cursor: pointer;
    }
    .nav-open .item-placeholder .text{
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        display: block;
        white-space: nowrap;
        color: #fff;
        font-size: .8em;
        font-weight: bold;
        background-color: #e20f64;
        border-radius: 25px;
        padding: 4px 18px 4px 10px;
    }
    .nav-open .item-placeholder .text:after{
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        content: "\f078";
        right: 6px;
        font-size: .7em;
        top: 50%;
        transform: translateY(-50%);
    }
    .nav-open .item-placeholder .text i{
        display: none;
    }
    .nav-open i {
        display: block;
        width: 20px;
        height: 2px;
        background: #1f2227;
        border-radius: 2px;
        margin-left: 14px;
    }
    .nav-open i:nth-child(1) {
        margin-top: 16px;
    }
    .nav-open i:nth-child(2) {
        margin-top: 4px;
        opacity: 1;
    }
    .nav-open i:nth-child(3) {
        margin-top: 4px;
    }

    #nav:checked + .nav-open {
        transform: rotate(45deg);
    }
    #nav:checked + .nav-open i {
        background: #fff;
        transition: transform 0.2s ease;
    }
    #nav:checked + .nav-open i:nth-child(1) {
        transform: translateY(6px) rotate(180deg);
    }
    #nav:checked + .nav-open i:nth-child(2) {
        opacity: 0;
    }
    #nav:checked + .nav-open i:nth-child(3) {
        transform: translateY(-6px) rotate(90deg);
    }
    #nav:checked ~ .nav-container {
        z-index: 9990;
        opacity: 1;
    }
    #nav:checked ~ .nav-container ul li a {
        opacity: 1;
        transform: translateY(0);
    }
    .hidden{
        display: none;
    }
    .d-low-res-block {
        display: block;
    }

    .d-low-res-flex {
        display: flex;
    }

    .d-high-res-block, .d-high-res-flex {
        display: none !important;
    }

    .page-1 .slider-text .text.high-res {
        display: none;
    }

    .page-1 .slider-text .text.low-res {
        display: block;
        padding-left: 70px;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        font-size: 3em;
        line-height: 1.1;
        font-weight: 800;
    }

    .page-1 .slider-text.text-lines-hor:before {
        top: 10px;
        bottom: 5px;
        height: auto;
    }

    .play-button-wrapper {
        margin-top: 1em !important;
        margin-bottom: 1em !important;
    }

    section[data-page="3"] .page-content {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-top: 25px;
        transform: scale(0.8);
    }
    section[data-page="3"] .page-content .home-tarihce img{
        width: 70% !important;
    }
    .page.page-2 .video-area .sign {
        bottom: -100px;
        right: 0px;
    }
    .page.page-2 .page-content .video-desc {
        padding-right: 0;
    }
    .page.page-2 .video-area .stamp {
        bottom: -90px;
        left: -90px;
    }
    .page.page-2 .video-area .stamp img{
        width: 180px;
        height: 180px;
    }
    .page.page-2 .video-area {
        justify-content: center;
        width: auto;
    }
    section[data-page="6"] .page-content{
        margin-top: 35px;
        transform: scale(0.7);
    }
    section[data-page="5"] .page-content{
        margin-top: 35px;
        transform: scale(0.8);
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    section[data-page="4"] .page-content h1{
        font-size: 40px !important;
        font-weight: 700 !important;
        line-height: 40px !important;
    }
    .homepage-video1-2-dimensions {
        width: 500px !important;
        height: 500px !important;
    }
}