/* 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: #faaf3f;
        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(https://www.bilokullari.com.tr/assets/site/default/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: #215573;
        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;
    }
}



.kolay-menu {
    width: 100% !important;
}

.kolay-menu > h4 {
    color: white;
    background: #faaf3f;
    text-align: center;
    padding: 20px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
!important;
}

.kolay-menu > ul {
    padding: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s;
    transition: .3s;
}

.kolay-menu > ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.kolay-menu > ul > li:last-child {
    border-bottom: none;
}

.kolay-menu > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #215573 !important;
    padding: 15px 20px;
    position: relative;
    height: fit-content;
    z-index: 1;
    transition: all 0.3s;
}

.kolay-menu > ul > li > a:before {
    content: "";
    background: #faaf3f;
    color: #215573 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    transition: all 0.3s;
    z-index: -1;
}

.kolay-menu > ul > li > a:hover:before {
    right: 0;
}

.kolay-menu > ul > li > a:hover {
    color: white;
}

.kolay-menu .social {
    text-align: center;
    padding-bottom: 20px;
}

.kolay-menu .social h4 {
    text-align: center;
    color: #215573 !important;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.kolay-menu .social a {
    color: #fff;
    text-decoration: none;
    margin: 0 2px;
}

.kolay-menu .social a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    background: #215573;
    transition: all 0.3s;
}

.kolay-menu .social a i:hover {
    background: #215573;
}


.col-kolaymenu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: none;
    border: none;
    float: right;
}

.col-kolaymenu:focus {
    outline: none;
}


.footer {
    position: relative;
    font-family: "Roboto", sans-serif;
    margin-top: 2%;
}

.footer-ust {
    background: #215573;
    min-height: 250px;
    position: relative;
    padding-bottom: 0px;
    overflow: hidden;
}

.footer-ust:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #215573;
    height: 72px;
}

.footer-baslik {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: -5px;
}

@media (max-width: 479px) {
    .footer-baslik {
        font-size: 16px;
    }
}

.footer-dbv7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 30%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

.footer-dbv7 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;


}

@media (max-width: 767px) {
    .footer-dbv7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.footer-dbv7 ul li.all {
    display: none;

}

@media (max-width: 991px) {
    .footer-dbv7 ul li.all {
        display: block;

    }
}

.footer-dbv7 ul li a {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 7px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-dbv7 ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-dbv7 ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
}



.footerkutu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-alan .description .title {
    font-size: 16px;
    font-weight: 900;
    margin-top:1%;
}

.footer-alan .description .title,
.footer-alan .description .text {
    color: #fff;
    line-height: 1.2;
}

.footer-alan .description .title span {
    color: #f7a42b;
    font-size: 28px;
}

.footer-alan .description .text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    text-align: right;
}



.footer-alan .description .text {
    text-align: center !important;
}

.footerkutu .description {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}



.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footerkutu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}




:root {
    --bgcolor: rgb(230, 230, 230);
    --bodybgcolor: rgb(200, 200, 200);
    --solidobject: -2px -2px 4px rgb(255, 255, 255),
    2px 2px 4px rgba(0, 0, 0, 0.15);
    --standardtrans: all 1s ease;
    --fasttrans: all 0.25s ease;
    --superfasttrans: all 0.15s ease;
}


.imgwrapper,
.imgwrapper * {
    transition: var(--standardtrans);
    outline: none !important;
}
.stack {
    width: 500px;
    margin: 50px auto 0 auto;
    position: relative;
    height: 500px !important;
}
.imagewrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 460px;
    min-height: 308px;
    padding: 3px;
    border-radius: 1.2em;
    background: var(--bgcolor);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.stack .imagewrap {
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: right top;
    transition: var(--fasttrans);
}
.stack .imagewrap.selected {
    right: 89% !important;
    top: -20px !important;
    transform: rotateZ(5deg) !important;
}
.stack .imagewrap:not(:nth-child(1)):hover {
    right: 30px;
    top: 20px;
    cursor: pointer;
}
.stack .imagewrap:nth-child(1) {
    z-index: 5;
    transform: rotateZ(1deg) translate(0, 0);
}
.stack .imagewrap:nth-child(2) {
    z-index: 4;
    transform: rotateZ(-4deg) translate(-10px, 0);
}
.stack .imagewrap:nth-child(3) {
    z-index: 3;
    transform: rotateZ(-6deg) translate(-5px, 20px);
}
.stack .imagewrap:nth-child(4) {
    z-index: 2;
    transform: rotateZ(-9deg) translate(-3px, 32px);
}
.stack .imagewrap:nth-child(5) {
    z-index: 1;
    transform: rotateZ(-14deg) translate(-3px, 24px);
}

.imagewrap img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-height: 308px;
    opacity: 1;
    padding: 40px 25px;
    border-radius: 1em;
    border-top-left-radius: 0;
    box-shadow: -5px -5px 20px rgb(255, 255, 255),
    5px 5px 20px rgba(0, 0, 0, 0.15);
}
.imagewrap img.confirmed {
    border-top-left-radius: 1em;
    box-shadow: var(--solidobject);
}




.whatsapp {
    position: fixed;
    left: 15px;
    bottom: 15px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: list-item;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #faaf3f;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #faaf3f;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}
.telefon {
    position: fixed;
    left: 15px;
    bottom: 75px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: list-item;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #215573;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}




.hizli-menu-box {
    width: 100%;
    position: relative;
    height: 285px;
}

.hizli-menu-box .hizli-icon {
    text-align: center;
    font-size: 45px;
    color: rgb(255 255 255);
    margin-bottom: 15px;
}

.hizli-menu-box p {
    color: white;
    margin: 0;
    text-align: center;
}

.hizli-menu-box p:first-child {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.hizli-menu-box p:last-child {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    margin-top: 5px;
}

.hizli-menu-box:hover .hizli-back {
    transform: translateY(20px);
}

.hizli-menu-box:hover>a:first-child {
    transform: translateY(0px);
}

.hizli-back {
    position: absolute;
    width: 100%;
    background: rgb(17, 98, 114);
    z-index: 1;
    top: 30px;
    bottom: 30px;
    left: 0px;
    transform: translateY(0px);
    transition: all 0.3s;
    border-radius: 12px;
}

.hizli-back span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 55px;
    color: white;
    text-decoration: none !important;
    font-size: 17px;
    font-weight: 700;
}

.hizli-menu-box>a:first-child {
    text-decoration: none !important;
    border-radius: 12px;
    width: 100%;
    height: 235px;
    display: block;
    padding: 40px 15px;
    position: relative;

    transition: all 0.3s;
    transform: translateY(30px);

    z-index: 3;

    background: rgb(29, 172, 202);
    background: -moz-linear-gradient(135deg,
    rgba(29, 172, 202, 1) 0%,
    rgba(29, 172, 202, 1) 48%,
    rgba(28, 150, 176, 1) 51%,
    rgba(28, 150, 176, 1) 100%);
    background: -webkit-linear-gradient(135deg,
    rgba(29, 172, 202, 1) 0%,
    rgba(29, 172, 202, 1) 48%,
    rgba(28, 150, 176, 1) 51%,
    rgba(28, 150, 176, 1) 100%);
    background: linear-gradient(135deg,
    rgba(29, 172, 202, 1) 0%,
    rgba(29, 172, 202, 1) 48%,
    rgba(28, 150, 176, 1) 51%,
    rgba(28, 150, 176, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1dacca", endColorstr="#1c96b0", GradientType=1);
}

.hizli-menu .owl-item:nth-child(4n + 2) .hizli-menu-box>a:first-child {
    background: rgb(169, 181, 200);
    background: -moz-linear-gradient(135deg,
    rgba(169, 181, 200, 1) 0%,
    rgba(169, 181, 200, 1) 48%,
    rgba(158, 170, 188, 1) 51%,
    rgba(158, 170, 188, 1) 100%);
    background: -webkit-linear-gradient(135deg,
    rgba(169, 181, 200, 1) 0%,
    rgba(169, 181, 200, 1) 48%,
    rgba(158, 170, 188, 1) 51%,
    rgba(158, 170, 188, 1) 100%);
    background: linear-gradient(135deg,
    rgba(169, 181, 200, 1) 0%,
    rgba(169, 181, 200, 1) 48%,
    rgba(158, 170, 188, 1) 51%,
    rgba(158, 170, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a9b5c8", endColorstr="#9eaabc", GradientType=1);
}

.hizli-menu .owl-item:nth-child(4n + 2) .hizli-menu-box .hizli-back {
    background: rgb(109, 117, 129);
}

.hizli-menu .owl-item:nth-child(4n + 3) .hizli-menu-box>a:first-child {
    background: rgb(255, 216, 61);
    background: -moz-linear-gradient(135deg,
    rgba(255, 216, 61, 1) 0%,
    rgba(255, 216, 61, 1) 48%,
    rgba(242, 204, 52, 1) 51%,
    rgba(242, 204, 52, 1) 100%);
    background: -webkit-linear-gradient(135deg,
    rgba(255, 216, 61, 1) 0%,
    rgba(255, 216, 61, 1) 48%,
    rgba(242, 204, 52, 1) 51%,
    rgba(242, 204, 52, 1) 100%);
    background: linear-gradient(135deg,
    rgba(255, 216, 61, 1) 0%,
    rgba(255, 216, 61, 1) 48%,
    rgba(242, 204, 52, 1) 51%,
    rgba(242, 204, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd83d", endColorstr="#f2cc34", GradientType=1);
}

.hizli-menu .owl-item:nth-child(4n + 3) .hizli-menu-box .hizli-back {
    background: rgb(192, 163, 46);
}

.hizli-menu .owl-item:nth-child(4n + 4) .hizli-menu-box>a:first-child {
    background: rgb(250, 89, 187);
    background: -moz-linear-gradient(135deg,
    rgba(250, 89, 187, 1) 0%,
    rgba(250, 89, 187, 1) 48%,
    rgba(237, 80, 176, 1) 51%,
    rgba(237, 80, 176, 1) 100%);
    background: -webkit-linear-gradient(135deg,
    rgba(250, 89, 187, 1) 0%,
    rgba(250, 89, 187, 1) 48%,
    rgba(237, 80, 176, 1) 51%,
    rgba(237, 80, 176, 1) 100%);
    background: linear-gradient(135deg,
    rgba(250, 89, 187, 1) 0%,
    rgba(250, 89, 187, 1) 48%,
    rgba(237, 80, 176, 1) 51%,
    rgba(237, 80, 176, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa59bb", endColorstr="#ed50b0", GradientType=1);
}

.hizli-menu .owl-item:nth-child(4n + 4) .hizli-menu-box .hizli-back {
    background: rgb(156, 55, 118);
}
