@import "helpers.css?v=1.1";@import "utilities.css?v=3.4";@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Book-TR.ttf") format("truetype");
    src: url('../fonts/Gotham-Book-TR.woff2') format('woff2'), url('../fonts/Gotham-Book-TR.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-BookItalic-TR.ttf") format("truetype");
    src: url('../fonts/Gotham-BookItalic-TR.woff2') format('woff2'), url('../fonts/Gotham-BookItalic-TR.woff') format('woff');
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Bold-TR.ttf") format("truetype");
    src: url('../fonts/Gotham-Bold-TR.woff2') format('woff2'), url('../fonts/Gotham-Bold-TR.woff') format('woff');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-BoldItalic-TR.ttf") format("truetype");
    src: url('../fonts/Gotham-BoldItalic-TR.woff2') format('woff2'), url('../fonts/Gotham-BoldItalic-TR.woff') format('woff');
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Light-TR.ttf") format("truetype");
    src: url('../fonts/Gotham-Light-TR.woff2') format('woff2'), url('../fonts/Gotham-Light-TR.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-LightItalic-TR.ttf") format("truetype");
    src: url('../fonts/Gotham-LightItalic-TR.woff2') format('woff2'), url('../fonts/Gotham-LightItalic-TR.woff') format('woff');
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Medium-TR.ttf") format("truetype");
    src: url('../fonts/Gotham-Medium-TR.woff2') format('woff2'), url('../fonts/Gotham-Medium-TR.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-MediumItalic-TR.ttf") format("truetype");
    src: url('../fonts/Gotham-MediumItalic-TR.woff2') format('woff2'), url('../fonts/Gotham-MediumItalic-TR.woff') format('woff');
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: "Heuristica Regular";
    src: url("../fonts/Heuristica-Regular.woff2") format("woff2"), url("../fonts/Heuristica-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Heuristica Italic";
    src: url("../fonts/Heuristica-Italic.woff2") format("woff2"), url("../fonts/Heuristica-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

:root {
    --okul-oncesi: #f26522;
    --ilkokul: #0fc25c;
    --ortaokul: #ffb400;
    --lise: #1469f8;
    --brand-color1: #1D2F54;
    --brand-color2: rgb(242,101,34);
    --brand-color3: #36C1CC;
    --brand-alternative1: #1a499d;
    --grey-light: #F2F2F2;
    --grey-dark: #676767
}

body {
    font-family: 'Gotham',sans-serif!important;
    background: var(--grey-light)
}

body.content-static-page {
    background: #fff
}

.container-fluid {
}

.text-brand-1 {
    color: var(--brand-color1)
}

.text-brand-2 {
    color: var(--brand-color2)
}

.shadow {
    box-shadow: 0 3px 6px rgba(0,0,0,.15)!important
}

i.empty {
    display: none
}

a {
    transition: all 350ms ease-in-out
}

.font-heur {
    font-family: "Heuristica Regular"!important;
    letter-spacing: 0 !important
}

header {
    background-color: #162c4f80;
    height: 120px;
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center
}

body.content-static-page header {
    background-color: var(--brand-color1)
}

.logo-wrapper img {
    max-height: 80px
}

.logo-wrapper a {
    display: inline-block;
    text-decoration: none
}

.main-nav-wrapper {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 15px
}

.group-logos .img-container {
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 146px
}

.group-logos .img-container img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.group-logos .img-container img.next {
    opacity: 1;
    z-index: 1
}

.group-logos .img-container img.prev {
    opacity: 1;
    z-index: 2
}

.group-logos .img-container img.fade-out {
    opacity: 0;
    transition: visibility 0s .5s, opacity .5s linear;
    visibility: hidden
}

#menuToggle {
    display: block;
    position: fixed;
    top: 50px;
    right: 22px;
    z-index: 50;
    -webkit-user-select: none;
    user-select: none
}

#menuToggle {
    display: block;
    position: fixed;
    top: 38px;
    right: 10px;
    z-index: 50;
    -webkit-user-select: none;
    user-select: none;
    height: 44px;
    width: 53px;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    padding-top: 10px;
    transition: all linear 250ms
}

#menuToggle>#menuToggler>input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}
body.campus-page li.kayit-kabul-btn:after{
    display: none;
}
#menuToggle #menuToggler {
    position: absolute;
    height: 44px;
    width: 53px;
    padding-left: 10px;
    padding-top: 10px;
    top: 0;
    left: 0
}

#menuToggle #menuToggler span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease
}

#menuToggle > #menuToggler span:nth-child(2) {
    width: 24px
}

#menuToggle > #menuToggler span:nth-child(4) {
    width: 18px
}

#menuToggle > #menuToggler span:first-child {
    transform-origin: 0% 0%
}

#menuToggle > #menuToggler span:nth-last-child(2) {
    transform-origin: 0% 100%
}

#menuToggle>#menuToggler>input.checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-22px,-19px);
    background: var(--brand-color2)
}

#menuToggle>#menuToggler>input.checked~span:nth-child(4),#menuToggle>#menuToggler>input.checked~span:nth-child(2) {
    width: 33px
}

#menuToggle>#menuToggler>input.checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2,0.2)
}

#menuToggle>#menuToggler>input.checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0,-1px)
}

#menu {
    position: absolute;
    width: 415px;
    height: calc(100vh + 100px);
    margin: -100px 0 0 0;
    padding: 35px;
    padding-top: 125px;
    right: -22px;
    background: var(--brand-color1);
    border-left: 3px solid var(--brand-color2);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0)
}

#menu li {
}

#menuToggle div#menu.active {
    transform: scale(1.0,1.0);
    opacity: 1
}

li.kayit-kabul-btn {
    position: relative;
    background: var(--brand-color2);
    margin: 0 10px 0px 0 !important;
    padding: 10px 25px;
    border-radius: 4px
}

li.kayit-kabul-btn a:hover {
    color: var(--brand-color1) !important
}

.top-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 15px
}

ul.top-menu {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none
}

ul.top-menu li {
    margin: 15px
}

ul.top-menu li a {
    color: #fff;
    transition: all linear 250ms;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500
}

ul.top-menu li a:hover {
    color: #f26522
}

ul.top-menu li a i {
    color: #fff;
    margin-right: 8px
}

.mba-collection {
    width: 92px
}

.Animate-Draw {
    fill-opacity: 0;
    animation: DrawLine 5s linear alternate infinite;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-animation: DrawLine 5s linear alternate infinite
}

@keyframes DrawLine {
    from {
        stroke-dashoffset: 300;
        fill-opacity: 0
    }

    to {
        stroke-dashoffset: 0;
        fill-opacity: 1;
        stroke-opacity: 0
    }
}

.mainmenu-nav.nav {
    justify-content: center
}

.main-menu-nav {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none
}

.main-menu-nav li {
}

.main-menu-nav li a {
    font-size: 15px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 6px 0px;
    transition: all linear 250ms
}

.main-menu-nav li a:hover {
    color: var(--brand-color2)
}

.social-media-icons {
    justify-content: center;
    margin-top: 35px
}

.form-group {
    position: relative
}

.form-group i {
    color: var(--brand-color2);
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em
}

.form-group.search .form-control {
    padding: 0.775rem 3.55rem 0.775rem 1.35rem;
    border-radius: 25px;
    border: 3px solid #ced4da
}

.form-group.search .form-control:focus {
    color: #495057;
    background-color: #e5e5e5;
    border-color: #f26522
}

section.video-area {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-top: -120px
}

.video-area .video-wrapper {
    height: 100vh;
    width: 100%;
    overflow: hidden
}

.video-area .video-wrapper .plyr {
    height: 100vh;
    width: 100%;
    overflow: hidden
}

.video-area .video-wrapper video {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
    position: relative
}

.scroll-down {
    bottom: 15%;
    display: block;
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
    filter: drop-shadow(2px 2px 6px rgb(0 0 0 / 55%))
}

.scroll-down::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #132d52;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.arrows {
    height: 27px;
    left: 14px;
    margin: 0 auto;
    position: absolute;
    top: 12px;
    width: 22px;
    z-index: 20
}

.arrow {
    bottom: 8%;
    margin: 0 auto;
    width: 45px;
    z-index: 2
}

.arrow a {
    bottom: 5%;
    color: #fff;
    display: block;
    height: 80px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
    z-index: 999
}

.arrows polyline {
    stroke: #fff;
    fill: transparent;
    stroke-width: 2px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.arrows polyline.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

.arrows polyline.a2 {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

.arrows polyline.a3 {
    animation-delay: 0;
    -webkit-animation-delay: 0
}

.ventedu-slider.ana-slider .swiper-slide {
    height: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ddd
}

.ventedu-slider-wrapper .ana-slider.swiper-pagination-bullets {
    justify-content: start
}

.levels-wrapper .card-level {
    height: 590px;
    align-items: end;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.levels-wrapper .card-level .content .title {
    margin-bottom: 55px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.levels-wrapper .card-level.okul-oncesi:after, .levels-wrapper .card-level.pre-school:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient( 180deg,rgba(17,189,92,0) 38.62%,var(--okul-oncesi) 100%)
}

.levels-wrapper .card-level.ilkokul:after, .levels-wrapper .card-level.primary-school:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient( 180deg,rgba(17,189,92,0) 38.62%,var(--ilkokul) 100%)
}

.levels-wrapper .card-level.ortaokul:after, .levels-wrapper .card-level.secondary-school:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient( 180deg,rgba(17,189,92,0) 38.62%,var(--ortaokul) 100%)
}

.levels-wrapper .card-level.lise:after, .levels-wrapper .card-level.high-school:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient( 180deg,rgba(17,189,92,0) 38.62%,var(--lise) 100%)
}

.levels-wrapper .card-level .level-button {
    z-index: 10
}

.levels-wrapper .card-level .level-button span {
    content: "";
    position: absolute;
    top: auto;
    width: 50px;
    height: 50px;
    left: 50%;
    right: auto;
    margin-left: -25px;
    bottom: -25px;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform-origin: center;
    overflow: hidden
}

.levels-wrapper .card-level .level-button:hover span {
    -webkit-transform: rotate(226deg);
    -moz-transform: rotate(226deg);
    -ms-transform: rotate(226deg);
    -o-transform: rotate(226deg);
    transform: rotate(226deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.levels-wrapper .card-level .level-button:hover span i.brand-icon {
    -webkit-transform: rotate(-226deg) translateX(150px);
    -moz-transform: rotate(-226deg) translateX(150px);
    -ms-transform: rotate(-226deg) translateX(150px);
    -o-transform: rotate(-226deg) translateX(150px);
    transform: rotate(-226deg) translateX(150px);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.levels-wrapper .card-level .level-button:hover span i.go-arrow {
    -webkit-transform: rotate(-226deg) translateX(0);
    -moz-transform: rotate(-226deg) translateX(0);
    -ms-transform: rotate(-226deg) translateX(0);
    -o-transform: rotate(-226deg) translateX(0);
    transform: rotate(-226deg) translateX(0);
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.menubuton:hover span.menu_icon_hover {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible
}

.levels-wrapper .card-level.okul-oncesi .level-button span, .levels-wrapper .card-level.pre-school .level-button span {
    background-color: var(--okul-oncesi)
}

.levels-wrapper .card-level.ilkokul .level-button span, .levels-wrapper .card-level.primary-school .level-button span {
    background-color: var(--ilkokul)
}

.levels-wrapper .card-level.ortaokul .level-button span, .levels-wrapper .card-level.secondary-school .level-button span {
    background-color: var(--ortaokul)
}

.levels-wrapper .card-level.lise .level-button span, .levels-wrapper .card-level.high-school .level-button span {
    background-color: var(--lise)
}

.levels-wrapper .card-level .level-button span i.brand-icon {
    opacity: 1;
    transform: rotate(-45deg);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform-origin: center
}

.levels-wrapper .card-level .level-button span i.go-arrow {
    color: #fff;
    font-size: 1.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg) translateX(-150px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform-origin: center;
    opacity: 0
}

.levels-wrapper i.brand-icon:after {
    background-size: 70%;
    background-position: top 3px center
}

.levels-wrapper .card-level:hover .content .title {
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.levels-wrapper .card-level:hover {
    transform: scale(1.05);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    filter: drop-shadow(5px 0px 35px #00000052)
}

.biz-sizi-arayalim-form .section-content-wrapper {
    display: flex;
    align-items: center
}

.biz-sizi-arayalim-form .section-header {
    max-width: 260px;
    margin-right: 100px
}

.biz-sizi-arayalim-form .section-title {
    position: relative;
    border-left: 20px solid #FCE402;
    padding-left: 42px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 2em;
    line-height: 1.4
}

footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--brand-color1);
    position: relative;
}

.footer-middle {
    border-bottom: 1px solid #527594;
    justify-content: space-between;
    color: #fff
}

.footer-middle a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.footer-middle a:hover {
    color: var(--brand-color2)
}

.footer-bottom {
    background-color: #231f20;
    align-items: center
}

.copyright-message {
    color: #fff;
    font-size: .9em
}

.copyright-message p, .footer-message p {
    margin: 0
}

.footer-message {
    font-size: 0.8em;
    font-weight: 400;
    color: #fff
}

.contact-info .phone-text {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500
}

.contact-info .item .fa-stack {
    font-size: 1.4em
}

footer .main-menu-nav {
    flex-direction: row
}

footer .main-menu-nav li {
    margin-right: 15px
}

footer .main-menu-nav li a {
    font-size: 12px
}

footer .social-media-icons {
    margin-top: 0
}

.footer-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9em;
    margin-top: 15px
}

.footer-nav li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px
}

.footer-nav li a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.footer-nav li a:hover {
    color: var(--brand-color2)
}

.footer-nav li:last-child {
    margin-right: 0;
    padding-right: 0
}

.footer-nav li:after {
    content: " | ";
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%,-50%)
}

.footer-nav li:last-child:after {
    display: none
}

.e-bulten-wrapper {
    border-bottom: 1px solid #527594;
    width: 100%
}

.e-bulten-title {
    font-size: 1.4em;
    font-weight: bold;
    color: #fff
}

.btn.brand-btn {
    border-radius: 45px;
    color: #fff;
    font-weight: 500;
    background-color: var(--brand-alternative1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn.brand-btn:hover {
    background-color: var(--brand-color2);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.news-card {
    height: 632px;
    display: flex;
    align-items: stretch;
    border-radius: 6px;
    overflow: hidden
}

.news-card .content-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative
}

.news-card .content-wrapper .card-img-wrapper {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1;
    overflow: hidden;
    height: 412px
}

.news-card .content-wrapper .card-img-wrapper img {
    transition: all cubic-bezier(.17,.67,.83,.67) 250ms;
    width: 100%
}

.news-card .content-wrapper .card-content {
    display: flex;
    background-image: url(../images/line-bg-6.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top right -60px;
    flex-wrap: wrap;
    flex: auto;
    padding-bottom: 15px;
    position: absolute;
    background-color: white;
    bottom: -35px;
    height: 260px;
    transition: all cubic-bezier(.17,.67,.83,.67) 250ms
}

.news-card .content-wrapper .card-date {
    padding: 0 30px;
    font-size: 1.2em;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 10px
}

.news-card .content-wrapper .card-title {
    display: flex;
    text-align: left;
    padding: 30px 30px 10px 30px;
    justify-content: start;
    align-items: start;
    color: var(--brand-color1);
    font-size: 1.2em;
    height: auto;
    font-weight: 600;
    line-height: 1.3;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.news-card .content-wrapper .card-desc {
    display: flex;
    justify-content: start;
    align-items: start;
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    min-height: 70px;
    padding: 0 30px
}

.news-card .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all cubic-bezier(.17,.67,.83,.67) 250ms
}

.news-card .footer .date {
    padding: 8px 30px
}

.news-card .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: flex-end;
    flex: auto;
    width: 100%
}

.news-card .footer .btn {
    margin-top: 0;
    font-weight: 600;
    padding: 8px 30px;
    background-color: transparent;
    color: var(--brand-color2);
    display: flex;
    align-items: center
}

.news-card .footer .btn i {
    transform: scale(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.news-card .footer .btn img {
    transform: scale(0);
    height: 30px;
    width: auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-right: 8px
}

.news-card:hover .content-wrapper .card-title {
    color: var(--brand-color2)
}

.news-card:hover .footer .btn {
}

.news-card:hover .footer .btn i {
    transform: scale(1)
}

.news-card:hover .footer .btn img {
    transform: scale(1)
}

.news-card:hover .card-img-wrapper img {
    transform: scale(1)
}

.news-card:hover .footer {
    opacity: 0
}

.news-card:hover .card-content {
    box-shadow: 0 -10px 20px rgb(0 0 0 / 65%)
}

.ventedu-slider-wrapper.news-slider-wrapper .swiper-button-next, .ventedu-slider-wrapper.news-slider-wrapper .swiper-container-rtl .swiper-button-prev {
    right: 12px;
    left: auto;
    bottom: auto;
    top: 0;
    transform: translateY(-50%);
    border-radius: 50%
}

.ventedu-slider-wrapper.news-slider-wrapper .swiper-button-prev, .ventedu-slider-wrapper.news-slider-wrapper .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 46px;
    bottom: auto;
    top: 0;
    transform: translateY(-50%);
    border-radius: 50%
}

.ventedu-slider-wrapper.news-slider-wrapper .swiper-button-next.swiper-button-disabled, .ventedu-slider-wrapper.news-slider-wrapper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.scroll-down-btn-wrapper {
    z-index: 1
}

.covid19-line .section-content {
    padding: 15px !important
}

.covid19-line p {
    margin: 0
}

.ventedu-slider-wrapper .news-slider-container .swiper-pagination-bullets {
    left: 50% !important;
    transform: translateX(-50%) !important
}

.news-header .top {
    margin-bottom: 0px
}

.section-custom-title div.top {
    color: var(--grey-dark);
    font-size: 20px;
    margin-left: 3px
}

.section-custom-title div.line1, .section-custom-title div.line2 {
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -3px
}

.section-custom-title div.line1 {
    color: var(--brand-color1)
}

.section-custom-title div.line2 {
    color: var(--grey-dark)
}

.campaign-bg {
    position: absolute;
    height: 110%;
    width: 110%;
    top: 50%;
    left: 50%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(15px);
    transition: all 350ms ease-in-out;
    transform: translate(-50%,-50%)
}

section.page-cover {
    height: 700px
}

section.page-cover .cover-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.zoom-cover section.page-cover .cover-image {
    animation: zoomin 10s ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

.kampanya .page-cover .page-title {
    font-weight: normal
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1)
    }
}

.page-sub-menu {
    background: var(--brand-color1);
    height: 90px;
    display: flex;
    align-items: center
}

.page-sub-title {
    background: #dee2e6;
    background-image: url(../images/line-bg-7.png?v=1.1);
    background-size: 4%;
    background-blend-mode: soft-light
}

.page-sub-menu.seperator {
    background-color: #f2f2f2;
    background-blend-mode: color-dodge
}

.page-title {
    color: var(--brand-color1)
}

.page-cover .page-title {
    color: var(--brand-color1);
    font-weight: 300;
    letter-spacing: -5px;
    font-size: 5em;
    margin-bottom: 0
}

.page-title p {
    margin: 0
}

.page-cover .page-title strong {
    font-weight: bold
}

ul.sidebar-menu {
    display: flex;
    margin: auto;
    list-style: none;
    padding-left: 0
}

ul.sidebar-menu li {
    position: relative;
    text-align: center
}

ul.sidebar-menu li:after {
    position: absolute;
    content: "|";
    color: #fff;
    top: 50%;
    right: -3px;
    transform: translateY(-50%)
}

ul.sidebar-menu li:last-child:after {
    display: none
}

ul.sidebar-menu li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    transition: all ease 250ms;
    display: block
}

ul.sidebar-menu li a:hover {
    color: var(--brand-color2)
}

.homepage-content {
    margin-top: calc(100vh - 120px);
    background: var(--grey-light);
    filter: drop-shadow(0px 0px 35px rgba(0,0,0,0.58))
}

.cta-form-wrapper {
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    padding: 35px;
    background: url(../images/line-bg-6.png);
    background-size: 40%;
    background-repeat-x: no-repeat;
    background-position: left top 0px;
    background-color: #fff;
    min-height: 675px;
    border-radius: 10px
}

.cta-form-wrapper.module {
    min-height: auto
}

.cta-form-wrapper .form-message {
    border-left: 4px solid var(--brand-color2)
}

.cta-form-wrapper .form-message .form-title {
    color: var(--brand-color1);
    font-weight: bold;
    font-size: 2.2em
}

.cta-form-wrapper .form-message .form-desc {
    color: var(--brand-color1);
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 15px
}

.cta-form-wrapper .form-message .form-desc span {
    color: var(--brand-color2)
}

.cta-form-wrapper .form-area {
}

.ve-forms-root {
    display: flex
}

.line-bg-1 {
    background-image: url(../images/line-bg-7.png?v=1.1);
    background-size: 4%;
    background-blend-mode: soft-light
}

a.kampus-city-filter-btn {
    display: flex;
    width: 100%;
    height: 160px;
    align-items: center;
    justify-content: center;
    background-image: url(../images/line-bg-6.png?v=1.1);
    background-size: 50%;
    background-blend-mode: soft-light;
    background-position: right -15px top 0px;
    background-repeat: no-repeat;
    background-color: var(--brand-color1);
    border-radius: 6px;
    text-decoration: none;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: -1px;
    color: #fff;
    border-bottom: 4px solid var(--brand-color3);
    transition: all 350ms ease-in-out
}

.badge.campus-level {
    font-size: 0.7rem;
    background-color: rgb(239 239 239);
    margin-right: 4px;
    letter-spacing: -0.5px;
    margin-bottom: 4px
}

a.kampus-city-filter-btn:hover {
    color: var(--brand-color2);
    border-color: var(--brand-color2)
}

.back-button-wrapper {
}

.campuses-back-btn {
    background-color: var(--brand-color2);
    padding: 5px 10px;
    font-size: 0.8em;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    margin-top: 15px
}

.campuses-back-btn:hover {
    color: #fff;
    background-color: var(--brand-color3)
}

.campus-list-card {
    width: 100%;
    height: 650px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 6px;
    margin-top: 65px;
    position: relative;
    display: flex;
    flex-wrap: unset;
    background: none;
    background-color: #ffff;
    transition: background-color 0.5s ease 0s, box-shadow 0.5s ease 0s, border-top 0.5s ease 0s;
    padding: 0;
    border-top: 0;
    border-radius: 0;
    flex-direction: column
}

.campus-list-card .campus-image {
    height: 250px;""
    display: inline-flex;
    position: relative;
    background-color: #e2e2e2;
    overflow: hidden;
    width: 100%;
    margin: 0;
    border-radius: 0;
    filter: drop-shadow(0 0 0 rgba(51,51,51,0.45))
}

.campus-list-card:hover {
    box-shadow: 0 30px 30px rgb(0 0 0 / 30%);
    border-top: 0
}

.campus-list-card .campus-detail {
    flex-wrap: wrap;
    height: 50%;
    justify-content: unset;
    width: 100%;
    display: flex;
    align-self: start;
    align-items: start;
    padding: 25px;
    flex-direction: column;
    background: url(../images/line-bg-6.png);
    background-size: 60%;
    background-repeat-x: no-repeat;
    background-position: right -58px top 0px
}

.campus-list-card .campus-detail .campus-title {
    font-weight: 500;
    font-size: 1.6em;
    color: var(--brand-color1);
    text-transform: uppercase;
    height: 90px;
    line-height: 1.1;
    letter-spacing: -1px
}

.campus-list-card .campus-detail .campus-title a {
    text-decoration: none;
    color: var(--brand-color1)
}

.campus-list-card .campus-detail .campus-title a:hover {
    color: var(--brand-color2)
}

.campus-list-card .campus-detail .campus-adress.mb-2 {
    height: auto;
}

.campus-list-card .campus-detail .campus-adress span {
    font-size: 0.8em;
    font-weight: 500;
    color: #525252;
}

.campus-list-card .campus-detail .campus-phones a {
    text-decoration: none;
    transition: all .5s;
    display: inline-flex;
    font-size: 0.8em;
    color: var(--brand-color1);
    background-color: #EFEFEF
}

.campus-list-card .campus-detail .campus-phones a i {
    color: var(--brand-color2)
}

.campus-list-card .campus-detail .campus-phones a:hover i {
    color: #fff
}

.campus-list-card .campus-image .campus-image-wrapper img {
    max-width: 100%
}

.campus-list-card .campus-detail .campus-adress span {
    font-size: 0.8em;
    font-weight: 500;
    color: #525252
}
.campus-list-card .campus-levels {
    position: static;
    display: block;
    font-size: .8em;
    width: auto;
    transition: 500ms ease-out all;
    height: 50px;
    width: 100%;
}
.campus-list-card .detail-footer {
    width: auto;
    align-self: stretch;
    padding: 0 25px 25px 25px;
    flex: auto;
    align-items: self-end;
    justify-content: space-between
}

.campus-list-card .btn.brand-btn {
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    background-color: var(--brand-color1);
    width: 48%;
    margin: 0 !important;
    padding: 8px 0px;
    border: 0;
    border-bottom: 3px solid var(--brand-color2)
}

.campus-list-card .btn.brand-btn:hover {
    background-color: var(--brand-color2)
}

.campus-name-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /* display: flex; */
    padding-right: 50px;
    width: 50%;
    background: rgb(19,45,82);
    background: linear-gradient(90deg, rgba(19,45,82,0) 15%, rgba(19,45,82,0.6675714231004901) 100%);
    justify-content: end;
    flex-wrap: wrap;
}

.campus-name-overlay h1.page-title {
    font-size: 2.8em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -4px;
    text-shadow: 0 3px 2px #0000005c;
    width: auto;
    font-weight: 600;
    align-self: self-start;
    padding: 35px;
    margin-top: 180px;
    filter: drop-shadow(0 3px 2px #0000005c);
    position: relative;
    justify-self: end;
    display: flex
;
}

.campus-name-overlay h1.page-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    border-top: 0px solid;
    border-left: 6px solid;
    border-right: 6px solid;
    animation: titleBorderTop 3s ease-in-out;
    animation-iteration-count: 1;
    animation-delay: 750ms;
    animation-fill-mode: forwards
}

.campus-name-overlay h1.page-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    border-bottom: 0px solid;
    border-left: 6px solid;
    border-right: 6px solid;
    animation: titleBorderBottom 3s ease-in-out;
    animation-iteration-count: 1;
    animation-delay: 750ms;
    animation-fill-mode: forwards
}

@keyframes titleBorderBottom {
    0% {
        border-bottom: 0px solid;
        height: 0%;
        opacity: 0
    }

    10% {
        opacity: 1
    }

    100% {
        border-bottom: 6px solid;
        height: 40%
    }
}

@keyframes titleBorderTop {
    0% {
        border-top: 0px solid;
        height: 0%
    }

    10% {
        opacity: 1
    }

    100% {
        border-top: 6px solid;
        height: 40%
    }
}

.campus-page-content {
    background: var(--grey-light);
    filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.58))
}

.campus-home section.page-header {
    background-color: #e9e9e9;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    margin-top: -120px
}

.campus-home.has-menu section.page-header {
    height: calc(100vh - 90px)
}

.page-sub-menu .breadcrumb-item.active {
    color: #fff
}

.page-sub-menu .breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.page-sub-menu .breadcrumb-item a {
    color: #fff
}

.contact-page-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    margin-top: 35px;
    height: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 6px;
    background-image: url(../images/line-bg-6.png);
    background-size: 50%;
    background-repeat: repeat-y;
    background-position: right -40px top
}

.contact-page-item .icon {
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--brand-color1);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -30px
}

.contact-page-item .text {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0px;
    color: var(--brand-color1)
}

.contact-page-item .text.phone a {
    text-decoration: none;
    font-size: 2em;
    color: var(--brand-color1)
}

.contact-page-item .text.email a {
    text-decoration: none;
    color: var(--brand-color1)
}

.contact-page-item .text a:hover {
    color: var(--brand-color2)
}

.campus-video-player-wrapper {
    width: 100%;
    top: 0;
    position: fixed;
    height: 100%
}

.campus-video-player-wrapper .cover-image {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.campus-video-player-wrapper iframe#vimeoVideo {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.contact-info-wrapper {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 6px
}

.contact-info-wrapper div#campus-map {
    width: 100%;
    height: 350px
}

.contact-info-wrapper .campus-list-card {
    height: 350px
}

.homepage-vertical-video-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 6px;
    border-radius: 6px;
    overflow: hidden
}

.homepage-vertical-video-wrapper .overlay {
    position: absolute;
    background-image: url(../images/line-bg-7.png);
    background-size: 15%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(51 51 51 / 26%);
    overflow: hidden;
    opacity: 0.4
}

.homepage-vertical-video-wrapper .play-btn {
    position: absolute;
    z-index: 2
}

.homepage-vertical-video-wrapper .play-btn a {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    background-color: #ffffff8c;
    color: var(--brand-color2);
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 6px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0)
}

.homepage-vertical-video-wrapper .play-btn a:after {
    position: absolute;
    content: "";
    width: 88px;
    height: 88px;
    border: 2px solid var(--brand-color2);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -44px;
    margin-top: -44px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0)
}

.homepage-vertical-video-wrapper .play-btn a i {
    margin-left: 5px
}

.homepage-vertical-video-wrapper .play-btn a:hover:after {
    border: 2px dashed var(--brand-color2);
    animation: rotate 5s ease-in-out
}

.homepage-vertical-video-wrapper>.plyr {
    width: 100%
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

section.video-area a {
    position: absolute;
    bottom: 35px;
    padding-top: 70px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

section.video-area a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box
}

section.video-area a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

section.video-area a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

section.video-area a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ventedu-slider.ana-slider {
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,.15)!important
}

.e-egitim-btn {
    background-color: var(--brand-color2);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: .9em;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    letter-spacing: -1px
}

.e-egitim-btn img {
    height: 20px
}

.e-egitim-btn:hover {
    color: var(--brand-color1)
}

.top-nav .e-egitim-btn {
    display: flex;
    align-items: center
}

.top-nav .e-egitim-btn img {
    height: 25px
}

.dropdown-menu.e-egitim {
    background-color: var(--brand-color2)
}

.dropdown-menu.e-egitim .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 500;
    font-size: .9em;
    color: #fff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-menu.e-egitim .dropdown-item:focus, .dropdown-menu.e-egitim .dropdown-item:hover {
    color: #fff;
    background-color: var(--brand-color1)
}

.mba-store-btn {
    background-color: var(--brand-color2);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: .9em;
    padding: 5px 15px;
    border-radius: 4px;
    white-space: nowrap
}

.mba-store-btn:hover {
    color: var(--brand-color1)
}

.news-detail .page-title {
    font-size: 2em
}

.ventedu-slider.header-logo-degisimi {
    width: 147px;
    height: 60px
}

.contact-page-pills .nav-item {
    background: var(--brand-color1);
    border-radius: 8px;
    color: #fff !important;
    margin: 5px;
    font-weight: bold
}

.contact-page-pills .nav-item:first-child {
    margin-left: 0px
}

.contact-page-pills .nav-item:last-child {
    margin-right: 0px
}

.contact-page-pills .nav-item .nav-link {
    color: #fff !important;
    font-size: 1em;
    font-weight: 500;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-page-pills .nav-link.active, .contact-page-pills .show>.nav-link {
    color: #fff;
    background-color: var(--brand-color2);
    border-radius: 8px
}

.contact-page-tabs .tab-pane {
    min-height: 580px
}

.sub-menu-opener {
    display: none
}

.sub-nav .sidebar-menu {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}

#jivo_custom_widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--brand-color2)
}

#jivo_custom_widget:hover {
    animation: pulse-jivo 2s infinite
}

@keyframes pulse-jivo {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--brand-color2)
    }

    70% {
        transform: scale(0.95);
        box-shadow: 0 0 0 10px rgba(255,121,63,0)
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0)
    }
}

#jivo_custom_widget i {
    display: none
}

#jivo_custom_widget img {
    height: 70px;
    width: 70px
}

.jivo_online:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #28a745;
    border-radius: 50%;
    top: 0;
    right: 14px;
    border: 2px solid #fff
}

.jivo_offline:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: red;
    border-radius: 50%;
    top: 0;
    right: 14px;
    border: 2px solid #fff
}

.contact-form-btn {
    background: var(--brand-color1);
    border-radius: 8px;
    color: #fff !important;
    font-weight: bold;
    display: block;
    padding: 15px;
    text-align: center;
    text-decoration: none
}

.contact-form-btn.active,.contact-form-btn:hover {
    color: #fff;
    background-color: var(--brand-color2)
}

.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide {
    background-position: center;
    background-size: cover;
    background: none;
    width: 550px !important;
    height: 550px;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative
}

.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide .caption {
    bottom: 0;
    left: 0;
    right: 0;
    background: #0d0d0dad;
    position: absolute;
    color: #fff;
    padding: 15px;
    line-height: 1.4
}

.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide .caption p {
    margin: 0
}

.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide .video-play-btn {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #e20f64;
    position: absolute;
    border-radius: 50%;
    font-size: 1.8em;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(2px 4px 6px #00000061)
}

.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide .video-play-btn i {
    margin-right: -5px
}

.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide .swiper-slide-shadow-left, .ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide .swiper-slide-shadow-right {
}

.ventedu-slider-wrapper .navigation-buttons {
    margin: auto;
    position: absolute;
    display: flex;
    width: 80px;
    height: 60px;
    left: 50%;
    transform: translate(-50%) scale(1.1);
    bottom: -20px
}

.module-section .section-title {
    position: relative;
    font-size: 2em;
    font-weight: bold;
    color: var(--brand-color1);
    display: flex;
    align-items: center;
    margin: auto;
    padding: 20px 35px
}

.module-section .section-title:before {
    display: none;
    left: 30px;
    top: -6px;
    right: auto;
    bottom: 0;
    width: 90px;
    position: absolute;
    content: "";
    background-image: url("../images/mba-logo-min.png");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-100%)
}

.basinodasi-filtre-wrapper {
    background-color: #132d52;
    padding: 15px;
    border-radius: 0;
    border: 0px solid #787878
}

.basinodasi-filtre-wrapper .yil-araligi span.filter-title {
    font-size: .9em;
    color: #fff;
    display: block;
    text-align: center;
    border-bottom: 1px dashed;
    margin-bottom: 8px;
    padding-bottom: 8px
}

.basinodasi-filtre-wrapper .kategori span.filter-title {
    font-size: .9em;
    color: #fff;
    display: block;
    text-align: center;
    border-bottom: 1px dashed;
    margin-bottom: 8px;
    padding-bottom: 8px;
    margin-top: 25px
}

.basinodasi-filtre-wrapper .kategori .btn-media-monitor-filtre {
    text-align: left;
    background-color: #fff;
    color: #132d52;
    border-color: #e1e4e9;
    font-size: 1em;
    font-weight: 500;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
    border-left: 5px solid;
    width: 100%;
    margin-bottom: 10px
}

.basinodasi-filtre-wrapper .kategori .btn-media-monitor-filtre:hover {
    background-color: var(--brand-color2);
    color: #fff
}

.basinodasi-filtre-wrapper .kategori .btn-media-monitor-filtre-filtre span {
    float: right;
    margin-top: 4px
}

.basinodasi-filtre-wrapper .kategori .btn-media-monitor-filtre.televizyon {
    border-color: #03A9F4
}

.basinodasi-filtre-wrapper .kategori .btn-media-monitor-filtre.gazete-dergi {
    border-color: #FF9800
}

.basinodasi-filtre-wrapper .kategori .btn-media-monitor-filtre.internet {
    border-color: #c52d65
}

.basinodasi-filtre-wrapper .kategori .btn-media-monitor-filtre.televizyon .badge {
    background-color: #03A9F4
}

.basinodasi-filtre-wrapper .kategori .btn-media-monitor-filtre.gazete-dergi .badge {
    background-color: #FF9800
}

.basinodasi-filtre-wrapper .kategori .btn-media-monitor-filtre.internet .badge {
    background-color: #c52d65
}

.event-list {
    list-style: none;
    font-family: 'Lato',sans-serif;
    margin: 0px;
    padding: 0px
}

.event-list>li {
    background-color: rgb(255, 255, 255);
    padding: 0px;
    margin: 0px 0px 20px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e6e6e6
}

.event-list>li>time {
    display: inline-block;
    width: 100%;
    color: rgb(19 45 82);
    background-color: rgb(236, 236, 236);
    padding: 5px;
    text-align: center;
    text-transform: none;
    border-left: 5px solid;
    min-height: 60px
}

.event-list>li.internet>time {
    border-left-color: #c52d65
}

.event-list>li.televizyon>time {
    border-left-color: #03A9F4
}

.event-list>li.gazete-dergi>time {
    border-left-color: #FF9800
}

.event-list>li:nth-child(even)>time {
    background-color: rgb(236,236,236)
}

.event-list>li>time>span {
    display: block;
    font-size: 1em;
    font-weight: 300
}

.event-list>li>time>.day {
    display: block;
    font-size: 56pt;
    font-weight: 100;
    line-height: 1
}

.event-list > li time>.month {
    display: block;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin-top: 12px
}

.event-list>li>img {
    width: 100%
}

.event-list>li>.info {
    padding-top: 12px;
    text-align: center;
    background-color: #fff;
    min-height: 60px
}

.event-list>li>.info>.title {
    font-size: 12pt;
    font-weight: 700;
    margin: 0px
}

.event-list>li>.info>.desc {
    font-size: 10pt;
    font-weight: 300;
    margin: 0px
}

.event-list>li>.info>a>.title {
    font-size: 10pt;
    font-weight: 700;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25px;
    color: #132d52
}

.event-list>li>.info>a>.desc {
    font-size: 9pt;
    font-weight: 300;
    margin: 0px
}

.event-list>li>.info>a {
    color: #313131;
    display: grid;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none
}

.event-list>li>.info>ul,.event-list>li>.social>ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center
}

.event-list>li>.social>ul {
    margin: 0px
}

.event-list>li>.info>ul>li,.event-list>li>.social>ul>li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px
}

.event-list>li>.info>ul>li>a {
    display: block;
    width: 100%;
    color: rgb(30,30,30);
    text-decoration: none
}

.event-list>li>.social>ul>li {
    padding: 0px
}

.event-list>li>.social>ul>li>a {
    padding: 3px 0px
}

.event-list>li>.info>ul>li:hover,.event-list>li>.social>ul>li:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(244 111 34)
}

.event-list > li > .social > ul > li:hover a {
    color: rgb(255, 255, 255)
}

.facebook a, .twitter a, .google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important
}

.twitter a {
    color: rgb(79, 213, 248) !important
}

.google-plus a {
    color: rgb(221, 75, 57) !important
}

.facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important
}

.twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important
}

.google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important
}

@media (min-width: 768px) {
    .event-list>li {
        position:relative;
        display: block;
        width: 100%;
        min-height: 60px;
        padding: 0px;
        overflow: hidden
    }

    .event-list>li>time,.event-list>li>img {
        display: inline-block
    }

    .event-list>li>time,.event-list>li>img {
        width: 120px;
        float: left
    }

    .event-list>li>.info {
        overflow: hidden
    }

    .event-list>li>time,.event-list>li>img {
        width: 120px;
        height: auto;
        padding: 0px;
        margin: 0px
    }

    .event-list>li>.info {
        position: relative;
        text-align: left;
        padding-right: 40px
    }

    .event-list>li>.info>.title,.event-list>li>.info>.desc {
        padding: 0px 10px
    }

    .event-list>li>.info>ul {
        position: absolute;
        left: 0px;
        bottom: 0px
    }

    .event-list>li>.social {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        width: 70px
    }

    .event-list>li>.social>ul {
        border-left: 1px solid rgb(230,230,230)
    }

    .event-list>li>.social>ul>li {
        display: block;
        padding: 0px;
        transition: all linear 300ms
    }

    .event-list>li>.social>ul>li>a {
        display: block;
        padding: 8px 0px 9px;
        min-height: 60px;
        color: #6e6e6a;
        transition: all linear 300ms
    }
}

.list-kurumlar {
    margin: 0;
    list-style: none;
    padding: 0
}

.icon-scroll,.icon-scroll:before {
}

.icon-scroll {
    width: 30px;
    height: 48px;
    box-shadow: inset 0 0 0 1px #373737;
    border-radius: 25px;
    display: inline-block;
    position: relative
}

.icon-scroll:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #373737;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll
}

.loadmore {
    background-color: transparent;
    color: #373737;
    font-weight: bold
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(32px);
        transform: translateY(32px)
    }
}

@keyframes scroll {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(32px);
        transform: translateY(32px)
    }
}

.footer-campus-list {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3
}

.footer-campus-list a {
    color: #fff;
    font-size: .8em;
    text-decoration: none;
    white-space: nowrap
}

.footer-campus-list a:hover {
    color: var(--brand-color2)
}

.hizli-erisim-section {
    position: relative;
    margin-top: -55px;
    z-index: 999;
    margin-bottom: 40px
}

.hizli-erisim-wrapper {
    background-color: var(--brand-color1);
    padding: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.hizli-erisim-nav {
    width: 100%
}

.hizli-erisim-menusu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center
}

.hizli-erisim-menusu li {
    display: flex;
    flex: auto;
    justify-content: center
}

.hizli-erisim-menusu li a {
    color: #fff;
    font-weight: lighter;
    text-decoration: none;
    padding: 40px;
    font-size: 1.2em
}

.hizli-erisim-menusu li a:hover {
    color: var(--brand-color2);
    animation: swipe 0.3s 1;
    animation-delay: 0s;
    animation-direction: linear
}

.hizli-erisim-menusu li a i {
    margin-right: 10px;
    opacity: 0.7
}

.hizli-erisim-menusu li.kayit-kabul {
    background: var(--brand-color2);
    position: relative
}

.hizli-erisim-menusu li.kayit-kabul a:hover {
    color: var(--brand-color1)
}

.hizli-erisim-menusu li.kayit-kabul:before {
    content: "";
    background: var(--brand-color2);
    position: absolute;
    width: 90px;
    top: 0;
    bottom: 0;
    left: 0;
    transform: skew(-25deg, 0) translateX(-30%)
}

@keyframes wipe {
    0% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 0, 167 167, 123, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 0, 167 167,123,from(black),color-stop(0.5,transparent),to(black))
    }

    1% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 1, 167 167, 124, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 1, 167 167,124,from(black),color-stop(0.5,transparent),to(black))
    }

    2% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 2, 167 167, 125, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 2, 167 167,125,from(black),color-stop(0.5,transparent),to(black))
    }

    3% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 3, 167 167, 126, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 3, 167 167,126,from(black),color-stop(0.5,transparent),to(black))
    }

    4% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 4, 167 167, 127, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 4, 167 167,127,from(black),color-stop(0.5,transparent),to(black))
    }

    5% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 5, 167 167, 128, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 5, 167 167,128,from(black),color-stop(0.5,transparent),to(black))
    }

    6% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 6, 167 167, 129, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 6, 167 167,129,from(black),color-stop(0.5,transparent),to(black))
    }

    7% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 7, 167 167, 130, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 7, 167 167,130,from(black),color-stop(0.5,transparent),to(black))
    }

    8% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 8, 167 167, 131, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 8, 167 167,131,from(black),color-stop(0.5,transparent),to(black))
    }

    9% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 9, 167 167, 132, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 9, 167 167,132,from(black),color-stop(0.5,transparent),to(black))
    }

    10% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 10, 167 167, 133, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 10, 167 167,133,from(black),color-stop(0.5,transparent),to(black))
    }

    11% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 11, 167 167, 134, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 11, 167 167,134,from(black),color-stop(0.5,transparent),to(black))
    }

    12% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 12, 167 167, 135, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 12, 167 167,135,from(black),color-stop(0.5,transparent),to(black))
    }

    13% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 13, 167 167, 136, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 13, 167 167,136,from(black),color-stop(0.5,transparent),to(black))
    }

    14% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 14, 167 167, 137, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 14, 167 167,137,from(black),color-stop(0.5,transparent),to(black))
    }

    15% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 15, 167 167, 138, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 15, 167 167,138,from(black),color-stop(0.5,transparent),to(black))
    }

    16% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 16, 167 167, 139, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 16, 167 167,139,from(black),color-stop(0.5,transparent),to(black))
    }

    17% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 17, 167 167, 140, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 17, 167 167,140,from(black),color-stop(0.5,transparent),to(black))
    }

    18% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 18, 167 167, 141, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 18, 167 167,141,from(black),color-stop(0.5,transparent),to(black))
    }

    19% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 19, 167 167, 142, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 19, 167 167,142,from(black),color-stop(0.5,transparent),to(black))
    }

    20% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 20, 167 167, 143, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 20, 167 167,143,from(black),color-stop(0.5,transparent),to(black))
    }

    21% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 21, 167 167, 144, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 21, 167 167,144,from(black),color-stop(0.5,transparent),to(black))
    }

    22% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 22, 167 167, 145, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 22, 167 167,145,from(black),color-stop(0.5,transparent),to(black))
    }

    23% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 23, 167 167, 146, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 23, 167 167,146,from(black),color-stop(0.5,transparent),to(black))
    }

    24% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 24, 167 167, 147, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 24, 167 167,147,from(black),color-stop(0.5,transparent),to(black))
    }

    25% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 25, 167 167, 148, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 25, 167 167,148,from(black),color-stop(0.5,transparent),to(black))
    }

    26% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 26, 167 167, 149, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 26, 167 167,149,from(black),color-stop(0.5,transparent),to(black))
    }

    27% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 27, 167 167, 150, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 27, 167 167,150,from(black),color-stop(0.5,transparent),to(black))
    }

    28% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 28, 167 167, 151, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 28, 167 167,151,from(black),color-stop(0.5,transparent),to(black))
    }

    29% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 29, 167 167, 152, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 29, 167 167,152,from(black),color-stop(0.5,transparent),to(black))
    }

    30% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 30, 167 167, 153, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 30, 167 167,153,from(black),color-stop(0.5,transparent),to(black))
    }

    31% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 31, 167 167, 154, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 31, 167 167,154,from(black),color-stop(0.5,transparent),to(black))
    }

    32% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 32, 167 167, 155, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 32, 167 167,155,from(black),color-stop(0.5,transparent),to(black))
    }

    33% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 33, 167 167, 156, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 33, 167 167,156,from(black),color-stop(0.5,transparent),to(black))
    }

    34% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 34, 167 167, 157, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 34, 167 167,157,from(black),color-stop(0.5,transparent),to(black))
    }

    35% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 35, 167 167, 158, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 35, 167 167,158,from(black),color-stop(0.5,transparent),to(black))
    }

    36% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 36, 167 167, 159, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 36, 167 167,159,from(black),color-stop(0.5,transparent),to(black))
    }

    37% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 37, 167 167, 160, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 37, 167 167,160,from(black),color-stop(0.5,transparent),to(black))
    }

    38% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 38, 167 167, 161, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 38, 167 167,161,from(black),color-stop(0.5,transparent),to(black))
    }

    39% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 39, 167 167, 162, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 39, 167 167,162,from(black),color-stop(0.5,transparent),to(black))
    }

    40% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 40, 167 167, 163, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 40, 167 167,163,from(black),color-stop(0.5,transparent),to(black))
    }

    41% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 41, 167 167, 164, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 41, 167 167,164,from(black),color-stop(0.5,transparent),to(black))
    }

    42% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 42, 167 167, 165, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 42, 167 167,165,from(black),color-stop(0.5,transparent),to(black))
    }

    43% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 43, 167 167, 166, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 43, 167 167,166,from(black),color-stop(0.5,transparent),to(black))
    }

    44% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 44, 167 167, 167, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 44, 167 167,167,from(black),color-stop(0.5,transparent),to(black))
    }

    45% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 45, 167 167, 168, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 45, 167 167,168,from(black),color-stop(0.5,transparent),to(black))
    }

    46% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 46, 167 167, 169, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 46, 167 167,169,from(black),color-stop(0.5,transparent),to(black))
    }

    47% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 47, 167 167, 170, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 47, 167 167,170,from(black),color-stop(0.5,transparent),to(black))
    }

    48% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 48, 167 167, 171, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 48, 167 167,171,from(black),color-stop(0.5,transparent),to(black))
    }

    49% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 49, 167 167, 172, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 49, 167 167,172,from(black),color-stop(0.5,transparent),to(black))
    }

    50% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 50, 167 167, 173, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 50, 167 167,173,from(black),color-stop(0.5,transparent),to(black))
    }

    51% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 51, 167 167, 174, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 51, 167 167,174,from(black),color-stop(0.5,transparent),to(black))
    }

    52% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 52, 167 167, 175, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 52, 167 167,175,from(black),color-stop(0.5,transparent),to(black))
    }

    53% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 53, 167 167, 176, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 53, 167 167,176,from(black),color-stop(0.5,transparent),to(black))
    }

    54% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 54, 167 167, 177, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 54, 167 167,177,from(black),color-stop(0.5,transparent),to(black))
    }

    55% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 55, 167 167, 178, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 55, 167 167,178,from(black),color-stop(0.5,transparent),to(black))
    }

    56% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 56, 167 167, 179, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 56, 167 167,179,from(black),color-stop(0.5,transparent),to(black))
    }

    57% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 57, 167 167, 180, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 57, 167 167,180,from(black),color-stop(0.5,transparent),to(black))
    }

    58% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 58, 167 167, 181, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 58, 167 167,181,from(black),color-stop(0.5,transparent),to(black))
    }

    59% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 59, 167 167, 182, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 59, 167 167,182,from(black),color-stop(0.5,transparent),to(black))
    }

    60% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 60, 167 167, 183, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 60, 167 167,183,from(black),color-stop(0.5,transparent),to(black))
    }

    61% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 61, 167 167, 184, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 61, 167 167,184,from(black),color-stop(0.5,transparent),to(black))
    }

    62% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 62, 167 167, 185, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 62, 167 167,185,from(black),color-stop(0.5,transparent),to(black))
    }

    63% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 63, 167 167, 186, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 63, 167 167,186,from(black),color-stop(0.5,transparent),to(black))
    }

    64% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 64, 167 167, 187, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 64, 167 167,187,from(black),color-stop(0.5,transparent),to(black))
    }

    65% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 65, 167 167, 188, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 65, 167 167,188,from(black),color-stop(0.5,transparent),to(black))
    }

    66% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 66, 167 167, 189, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 66, 167 167,189,from(black),color-stop(0.5,transparent),to(black))
    }

    67% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 67, 167 167, 190, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 67, 167 167,190,from(black),color-stop(0.5,transparent),to(black))
    }

    68% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 68, 167 167, 191, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 68, 167 167,191,from(black),color-stop(0.5,transparent),to(black))
    }

    69% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 69, 167 167, 192, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 69, 167 167,192,from(black),color-stop(0.5,transparent),to(black))
    }

    70% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 70, 167 167, 193, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 70, 167 167,193,from(black),color-stop(0.5,transparent),to(black))
    }

    71% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 71, 167 167, 194, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 71, 167 167,194,from(black),color-stop(0.5,transparent),to(black))
    }

    72% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 72, 167 167, 195, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 72, 167 167,195,from(black),color-stop(0.5,transparent),to(black))
    }

    73% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 73, 167 167, 196, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 73, 167 167,196,from(black),color-stop(0.5,transparent),to(black))
    }

    74% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 74, 167 167, 197, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 74, 167 167,197,from(black),color-stop(0.5,transparent),to(black))
    }

    75% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 75, 167 167, 198, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 75, 167 167,198,from(black),color-stop(0.5,transparent),to(black))
    }

    76% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 76, 167 167, 199, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 76, 167 167,199,from(black),color-stop(0.5,transparent),to(black))
    }

    77% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 77, 167 167, 200, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 77, 167 167,200,from(black),color-stop(0.5,transparent),to(black))
    }

    78% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 78, 167 167, 201, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 78, 167 167,201,from(black),color-stop(0.5,transparent),to(black))
    }

    79% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 79, 167 167, 202, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 79, 167 167,202,from(black),color-stop(0.5,transparent),to(black))
    }

    80% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 80, 167 167, 203, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 80, 167 167,203,from(black),color-stop(0.5,transparent),to(black))
    }

    81% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 81, 167 167, 204, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 81, 167 167,204,from(black),color-stop(0.5,transparent),to(black))
    }

    82% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 82, 167 167, 205, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 82, 167 167,205,from(black),color-stop(0.5,transparent),to(black))
    }

    83% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 83, 167 167, 206, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 83, 167 167,206,from(black),color-stop(0.5,transparent),to(black))
    }

    84% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 84, 167 167, 207, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 84, 167 167,207,from(black),color-stop(0.5,transparent),to(black))
    }

    85% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 85, 167 167, 208, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 85, 167 167,208,from(black),color-stop(0.5,transparent),to(black))
    }

    86% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 86, 167 167, 209, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 86, 167 167,209,from(black),color-stop(0.5,transparent),to(black))
    }

    87% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 87, 167 167, 210, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 87, 167 167,210,from(black),color-stop(0.5,transparent),to(black))
    }

    88% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 88, 167 167, 211, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 88, 167 167,211,from(black),color-stop(0.5,transparent),to(black))
    }

    89% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 89, 167 167, 212, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 89, 167 167,212,from(black),color-stop(0.5,transparent),to(black))
    }

    90% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 90, 167 167, 213, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 90, 167 167,213,from(black),color-stop(0.5,transparent),to(black))
    }

    91% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 91, 167 167, 214, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 91, 167 167,214,from(black),color-stop(0.5,transparent),to(black))
    }

    92% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 92, 167 167, 215, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 92, 167 167,215,from(black),color-stop(0.5,transparent),to(black))
    }

    93% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 93, 167 167, 216, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 93, 167 167,216,from(black),color-stop(0.5,transparent),to(black))
    }

    94% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 94, 167 167, 217, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 94, 167 167,217,from(black),color-stop(0.5,transparent),to(black))
    }

    95% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 95, 167 167, 218, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 95, 167 167,218,from(black),color-stop(0.5,transparent),to(black))
    }

    96% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 96, 167 167, 219, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 96, 167 167,219,from(black),color-stop(0.5,transparent),to(black))
    }

    97% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 97, 167 167, 220, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 97, 167 167,220,from(black),color-stop(0.5,transparent),to(black))
    }

    98% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 98, 167 167, 221, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 98, 167 167,221,from(black),color-stop(0.5,transparent),to(black))
    }

    99% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 99, 167 167, 222, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 99, 167 167,222,from(black),color-stop(0.5,transparent),to(black))
    }

    100% {
        -webkit-mask: -webkit-gradient(radial, 157 157, 100, 167 167, 223, from(black), color-stop(0.5, transparent), to(black));
        mask: gradient(radial, 157 157, 100, 167 167, 223, from(black), color-stop(0.5, transparent), to(black))
    }
}

@keyframes swipe {
    0% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 23, 20 20,38,from(black),color-stop(0.5,transparent),to(black))
    }

    1% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 24, 20 20,39,from(black),color-stop(0.5,transparent),to(black))
    }

    2% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 25, 20 20,40,from(black),color-stop(0.5,transparent),to(black))
    }

    3% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 26, 20 20,41,from(black),color-stop(0.5,transparent),to(black))
    }

    4% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 27, 20 20,42,from(black),color-stop(0.5,transparent),to(black))
    }

    5% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 28, 20 20,43,from(black),color-stop(0.5,transparent),to(black))
    }

    6% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 29, 20 20,44,from(black),color-stop(0.5,transparent),to(black))
    }

    7% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 30, 20 20,45,from(black),color-stop(0.5,transparent),to(black))
    }

    8% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 31, 20 20,46,from(black),color-stop(0.5,transparent),to(black))
    }

    9% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 32, 20 20,47,from(black),color-stop(0.5,transparent),to(black))
    }

    10% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 33, 20 20,48,from(black),color-stop(0.5,transparent),to(black))
    }

    11% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 34, 20 20,49,from(black),color-stop(0.5,transparent),to(black))
    }

    12% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 35, 20 20,50,from(black),color-stop(0.5,transparent),to(black))
    }

    13% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 36, 20 20,51,from(black),color-stop(0.5,transparent),to(black))
    }

    14% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 37, 20 20,52,from(black),color-stop(0.5,transparent),to(black))
    }

    15% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 38, 20 20,53,from(black),color-stop(0.5,transparent),to(black))
    }

    16% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 39, 20 20,54,from(black),color-stop(0.5,transparent),to(black))
    }

    17% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 40, 20 20,55,from(black),color-stop(0.5,transparent),to(black))
    }

    18% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 41, 20 20,56,from(black),color-stop(0.5,transparent),to(black))
    }

    19% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 42, 20 20,57,from(black),color-stop(0.5,transparent),to(black))
    }

    20% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 43, 20 20,58,from(black),color-stop(0.5,transparent),to(black))
    }

    21% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 44, 20 20,59,from(black),color-stop(0.5,transparent),to(black))
    }

    22% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 45, 20 20,60,from(black),color-stop(0.5,transparent),to(black))
    }

    23% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 46, 20 20,61,from(black),color-stop(0.5,transparent),to(black))
    }

    24% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 47, 20 20,62,from(black),color-stop(0.5,transparent),to(black))
    }

    25% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 48, 20 20,63,from(black),color-stop(0.5,transparent),to(black))
    }

    26% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 49, 20 20,64,from(black),color-stop(0.5,transparent),to(black))
    }

    27% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 50, 20 20,65,from(black),color-stop(0.5,transparent),to(black))
    }

    28% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 51, 20 20,66,from(black),color-stop(0.5,transparent),to(black))
    }

    29% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 52, 20 20,67,from(black),color-stop(0.5,transparent),to(black))
    }

    30% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 53, 20 20,68,from(black),color-stop(0.5,transparent),to(black))
    }

    31% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 54, 20 20,69,from(black),color-stop(0.5,transparent),to(black))
    }

    32% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 55, 20 20,70,from(black),color-stop(0.5,transparent),to(black))
    }

    33% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 56, 20 20,71,from(black),color-stop(0.5,transparent),to(black))
    }

    34% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 57, 20 20,72,from(black),color-stop(0.5,transparent),to(black))
    }

    35% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 58, 20 20,73,from(black),color-stop(0.5,transparent),to(black))
    }

    36% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 59, 20 20,74,from(black),color-stop(0.5,transparent),to(black))
    }

    37% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 60, 20 20,75,from(black),color-stop(0.5,transparent),to(black))
    }

    38% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 61, 20 20,76,from(black),color-stop(0.5,transparent),to(black))
    }

    39% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 62, 20 20,77,from(black),color-stop(0.5,transparent),to(black))
    }

    40% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 63, 20 20,78,from(black),color-stop(0.5,transparent),to(black))
    }

    41% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 64, 20 20,79,from(black),color-stop(0.5,transparent),to(black))
    }

    42% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 65, 20 20,80,from(black),color-stop(0.5,transparent),to(black))
    }

    43% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 66, 20 20,81,from(black),color-stop(0.5,transparent),to(black))
    }

    44% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 67, 20 20,82,from(black),color-stop(0.5,transparent),to(black))
    }

    45% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 68, 20 20,83,from(black),color-stop(0.5,transparent),to(black))
    }

    46% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 69, 20 20,84,from(black),color-stop(0.5,transparent),to(black))
    }

    47% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 70, 20 20,85,from(black),color-stop(0.5,transparent),to(black))
    }

    48% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 71, 20 20,86,from(black),color-stop(0.5,transparent),to(black))
    }

    49% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 72, 20 20,87,from(black),color-stop(0.5,transparent),to(black))
    }

    50% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 73, 20 20,88,from(black),color-stop(0.5,transparent),to(black))
    }

    51% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 74, 20 20,89,from(black),color-stop(0.5,transparent),to(black))
    }

    52% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 75, 20 20,90,from(black),color-stop(0.5,transparent),to(black))
    }

    53% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 76, 20 20,91,from(black),color-stop(0.5,transparent),to(black))
    }

    54% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 77, 20 20,92,from(black),color-stop(0.5,transparent),to(black))
    }

    55% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 78, 20 20,93,from(black),color-stop(0.5,transparent),to(black))
    }

    56% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 79, 20 20,94,from(black),color-stop(0.5,transparent),to(black))
    }

    57% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 80, 20 20,95,from(black),color-stop(0.5,transparent),to(black))
    }

    58% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 81, 20 20,96,from(black),color-stop(0.5,transparent),to(black))
    }

    59% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 82, 20 20,97,from(black),color-stop(0.5,transparent),to(black))
    }

    60% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 83, 20 20,98,from(black),color-stop(0.5,transparent),to(black))
    }

    61% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 84, 20 20,99,from(black),color-stop(0.5,transparent),to(black))
    }

    62% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 85, 20 20,100,from(black),color-stop(0.5,transparent),to(black))
    }

    63% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 86, 20 20,101,from(black),color-stop(0.5,transparent),to(black))
    }

    64% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 87, 20 20,102,from(black),color-stop(0.5,transparent),to(black))
    }

    65% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 88, 20 20,103,from(black),color-stop(0.5,transparent),to(black))
    }

    66% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 89, 20 20,104,from(black),color-stop(0.5,transparent),to(black))
    }

    67% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 90, 20 20,105,from(black),color-stop(0.5,transparent),to(black))
    }

    68% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 91, 20 20,106,from(black),color-stop(0.5,transparent),to(black))
    }

    69% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 92, 20 20,107,from(black),color-stop(0.5,transparent),to(black))
    }

    70% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 93, 20 20,108,from(black),color-stop(0.5,transparent),to(black))
    }

    71% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 94, 20 20,109,from(black),color-stop(0.5,transparent),to(black))
    }

    72% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 95, 20 20,110,from(black),color-stop(0.5,transparent),to(black))
    }

    73% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 96, 20 20,111,from(black),color-stop(0.5,transparent),to(black))
    }

    74% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 97, 20 20,112,from(black),color-stop(0.5,transparent),to(black))
    }

    75% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 98, 20 20,113,from(black),color-stop(0.5,transparent),to(black))
    }

    76% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 99, 20 20,114,from(black),color-stop(0.5,transparent),to(black))
    }

    77% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 100, 20 20,115,from(black),color-stop(0.5,transparent),to(black))
    }

    78% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 101, 20 20,116,from(black),color-stop(0.5,transparent),to(black))
    }

    79% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 102, 20 20,117,from(black),color-stop(0.5,transparent),to(black))
    }

    80% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 103, 20 20,118,from(black),color-stop(0.5,transparent),to(black))
    }

    81% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 104, 20 20,119,from(black),color-stop(0.5,transparent),to(black))
    }

    82% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 105, 20 20,120,from(black),color-stop(0.5,transparent),to(black))
    }

    83% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 106, 20 20,121,from(black),color-stop(0.5,transparent),to(black))
    }

    84% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 107, 20 20,122,from(black),color-stop(0.5,transparent),to(black))
    }

    85% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 108, 20 20,123,from(black),color-stop(0.5,transparent),to(black))
    }

    86% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 109, 20 20,124,from(black),color-stop(0.5,transparent),to(black))
    }

    87% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 110, 20 20,125,from(black),color-stop(0.5,transparent),to(black))
    }

    88% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 111, 20 20,126,from(black),color-stop(0.5,transparent),to(black))
    }

    89% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 112, 20 20,127,from(black),color-stop(0.5,transparent),to(black))
    }

    90% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 113, 20 20,128,from(black),color-stop(0.5,transparent),to(black))
    }

    91% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 114, 20 20,129,from(black),color-stop(0.5,transparent),to(black))
    }

    92% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 115, 20 20,130,from(black),color-stop(0.5,transparent),to(black))
    }

    93% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 116, 20 20,131,from(black),color-stop(0.5,transparent),to(black))
    }

    94% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 117, 20 20,132,from(black),color-stop(0.5,transparent),to(black))
    }

    95% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 118, 20 20,133,from(black),color-stop(0.5,transparent),to(black))
    }

    96% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 119, 20 20,134,from(black),color-stop(0.5,transparent),to(black))
    }

    97% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 120, 20 20,135,from(black),color-stop(0.5,transparent),to(black))
    }

    98% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 121, 20 20,136,from(black),color-stop(0.5,transparent),to(black))
    }

    99% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 122, 20 20,137,from(black),color-stop(0.5,transparent),to(black))
    }

    100% {
        -webkit-mask: -webkit-gradient(radial, 10 10, 123, 20 20, 138, from(black), color-stop(0.5, transparent), to(black))
    }
}

.staff-box:hover .summary-info {
    transform: rotate3d(0, 1, 0, 0deg);
    opacity: 1
}

.staff-box .photo {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.staff-box .summary-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(19, 45, 82, 0.93);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate3d(0, 1, 0, -90deg)
}

.staff-box .summary-info a {
    text-decoration: none
}

.staff-box .summary-info a span {
    display: block;
    padding: 15px 35px;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 1.2em;
    color: #fff
}

.staff-box .summary-info a span:hover {
    background-color: #fff;
    color: var(--brand-color2)
}

.staff-box .top {
    margin-top: 10px;
    border-left: 5px solid var(--brand-color1);
    padding-left: 10px
}

.staff-box .top .title {
    font-size: 1.2em;
    font-weight: 600
}

.staff-box .top .job-title {
    font-size: 1em;
    font-weight: 400
}

.ataturk {
    overflow: hidden;
    position: absolute;
    right: 380px;
    height: 120px;
    width: 100px;
    text-align: center;
    align-items: end
}

.ataturk img {
    width: 100%
}

.kayit-kabul-page-wrapper {
    background: #f5f3f3;
    border-radius: 5px;
    padding: 35px;
    height: 100%
}

.kayit-kabul-page-wrapper .lined-title, .kayit-kabul-page-wrapper .sub-title {
    color: var(--brand-color1)
}

.lined-title {
    overflow: hidden;
    text-align: center
}

.lined-title>span {
    position: relative;
    display: inline-block
}

.lined-title>span:before,.lined-title>span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 591px;
    margin: 0 20px
}

.lined-title>span:before {
    right: 100%
}

.lined-title>span:after {
    left: 100%
}

.kayit-kabul-page-wrapper .handwriting {
    font-family: 'Alex Brush',cursive;
    font-size: 2.4em;
    font-weight: bold
}

.contact-form-btn {
    background: var(--brand-color1);
    border-radius: 8px;
    color: #fff !important;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: flex;
    height: 90px;
    justify-content: center;
    align-items: center
}

.p-standart-title {
    font-size: 24px;
    border-left: 5px solid #132d52;
    color: #132d52;
    padding: 0 0 0 10px
}

.ik-list-wrapper input.form-control {
    border-color: #6c757d
}

.ik-list-wrapper .ads-info {
    font-size: .9em;
    font-weight: bold
}

.ik-list-wrapper .ads-info .ads-count {
    font-size: 1.2em;
    color: var(--brand-color1) !important
}

.ik-list-wrapper input.form-control:focus {
    border-color: #6c757d;
    border-width: 1px;
    background-color: #eee
}

.hr-box {
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 0 5px #0000002e;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: all cubic-bezier(.17,.67,.83,.67) 250ms
}

.hr-box.hor {
    padding: 0;
    margin-bottom: 10px;
    background: #f2f2f2;
    display: flex;
    white-space: nowrap
}

.hr-box:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12)
}

.hr-box .title {
    color: var(--brand-color1);
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: -1px;
    background: #f2f2f2;
    border-radius: 4px;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 15px
}

.hr-box.hor .title {
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin: 0;
    background: transparent
}

.hr-box .detail {
    background-image: url(../images/line-bg-6.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top right -60px;
    overflow: hidden;
    height: 350px;
    font-size: .9em
}

.hr-box.hor .detail {
    height: 0px
}

.hr-box .detail strong {
    font-weight: normal !important
}

.hr-box .detail h2, .hr-box .detail h4 {
    font-size: 1em !important
}

.hr-box .detail h2 span, .hr-box .detail h4 span {
    font-size: 1em !important
}

.hr-box .detail a.ke-component, .hr-box .detail header, .hr-box .detail footer, .hr-box .detail button {
    display: none
}

.hr-box .footer {
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
    display: flex;
    bottom: 0;
    height: 180px;
    left: 0;
    right: 0;
    align-items: end;
    justify-content: center;
    padding: 15px
}

.hr-box.hor .footer {
    position: static;
    background: transparent;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: end;
    padding: 0
}

.hr-box .hr-btn {
    color: #fff;
    background-color: var(--brand-color1);
    margin: 0 5px;
    display: block
}

.hr-box .hr-application-btn {
    background-color: var(--brand-color2)
}

#adsDetailModal .hr-box .detail {
    height: auto
}

#adsDetailModal .hr-box {
    box-shadow: none;
    background: transparent;
    display: block;
    padding: 15px
}

#adsDetailModal .hr-box:hover {
    transform: scale(1);
    box-shadow: none
}

#adsDetailModal .hr-box .title {
    display: none
}

#adsDetailModal .hr-box .footer {
    position: static;
    background: transparent;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 0
}

#adsDetailModal .hr-box .footer .hr-detail-btn {
    display: none
}

#adsDetailModal .hr-box .hr-application-btn {
    background-color: var(--brand-color2);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em
}

.custom-accordion .accordion-item {
    margin-bottom: 15px;
    border: 1px solid var(--brand-color1);
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--brand-color1)
}

.custom-accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 2.85rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: var(--brand-color1);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

.custom-accordion .accordion-button::after {
    flex-shrink: 0;
    width: 50px;
    left: 0;
    position: absolute;
    height: 100%;
    margin-left: auto;
    content: "";
    background-image: url(https://test.mbaokullari.com/assets/site/default/images/read-more-arrow-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg)
}

.custom-accordion .accordion-collapse {
    background: #fff
}

.custom-accordion .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--brand-color2)
}

.kurumsal-hastaneler:hover .hastane-listesi {
    height: 342px
}

.kurumsal-hastaneler .hastane-listesi {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0)
}

.kurumsal-hastaneler .hastane-listesi li {
    color: #fff;
    font-size: .8em;
    border-left: 5px solid #24cad2;
    margin-bottom: 4px;
    padding-left: 10px
}

.section-custom-title {
    position: relative
}

.archive-btn {
    background-color: var(--brand-color2);
    color: #fff;
    border-radius: 25px;
    padding: 0;
    font-size: .8em;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px var(--brand-color2);
    transition: all ease-in-out 200ms
}

.archive-btn:hover,.archive-btn.custom:hover {
    background-color: var(--brand-color1);
    transition: all ease-in-out 200ms
}

.archive-btn.custom {
    background-color: var(--brand-color2);
    color: #fff;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: .8em;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px var(--brand-color2);
    position: absolute;
    right: 85px;
    bottom: 1px;
    line-height: 1;
    display: flex;
    align-items: center;
    transition: all ease-in-out 200ms
}

.archive-btn.custom.no-arrows {
    right: 15px
}

.result-item {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    border-left: 5px solid var(--brand-color1);
    border-radius: 0;
    margin-bottom: 1em;
    transition: all linear 200ms;
    overflow: hidden
}

.result-item:hover {
    background-color: #fff
}

.result-item a {
    text-decoration: none;
    width: 100%;
    padding: 8px;
    transition: all linear 200ms
}

.result-item a:hover .title {
    color: var(--brand-color2)
}

.result-item .title {
    width: 100%;
    font-size: 1.2em;
    color: var(--brand-color1);
    font-weight: 400
}

.result-item .desc {
    font-weight: 100;
    font-size: .9em;
    color: #333
}

.result-item .desc.levels span {
    font-size: 0.8em;
    padding: 2px 8px;
    margin-right: 6px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    opacity: 0.7
}

.search-result-nav.nav-pills .nav-link,.search-result-nav.nav-pills>.nav-link {
    color: var(--brand-color1);
    background-color: #eee;
    margin-bottom: 15px;
    font-weight: bold
}

.search-result-nav.nav-pills .nav-link small {
    font-weight: normal
}

.search-result-nav.nav-pills .nav-link.active, .search-result-nav.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--brand-color2)
}

.search-result-list {
    padding: 15px;
    background: #eee;
    border-radius: 4px
}

.search-no-result {
    border-radius: 4px;
    border: 0px solid #db1832;
    color: #db1832;
    padding: 10px;
    width: 100%;
    display: flex;
    line-height: 1;
    align-items: center
}

.search-no-result i {
    font-size: 1.4em;
    margin-right: 15px
}

.carousel-slider {
    --carousel-slider-max-width: 1200px;
    --carousel-slider-width: 520px;
    --carousel-slider-height: 380px;
    --carousel-slider-navigation-color: #fff;
    --carousel-slider-pagination-color: #fff
}

.carousel-slider .swiper-slide {
    border-radius: 8px;
    background: #18212b
}

.carousel-slider .carousel-slider-animate-opacity {
    height: 100%
}

.carousel-slider img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px
}

.carousel-slider .slide-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 88px 16px 24px;
    box-sizing: border-box;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.75));
    border-radius: 0 0 8px 8px
}

.carousel-slider .slide-content h2 {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1
}

.carousel-slider .slide-content p {
    margin: 8px 0 0;
    opacity: .65;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media (max-width: 640px) {
    .carousel-slider .swiper-button-next,.carousel-slider .swiper-button-prev {
        display:none!important
    }
}

.df-container .loading-info:first-child {
    display: none
}

.pagination-wrapper {
    display: flex;
    justify-content: center
}

.pagination .page-link {
    padding: 0;
    display: flex
}

.pagination .page-item.active .page-link {
    padding: .5rem .75rem;
    display: flex
}

.pagination .page-link a {
    padding: .5rem .75rem;
    color: var(--brand-color1);
    transition: all linear 250ms;
    text-decoration: none
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--brand-color2);
    border-color: var(--brand-color2)
}

.site-adress {
    margin-top: 15px;
    font-size: 0.8em
}

.site-adress p {
    text-align: right
}

a.campus-level {
    text-decoration: none
}

a.campus-level:hover {
    background-color: var(--brand-color2);
    color: #fff
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 100%
}

.plyr:-webkit-full-screen.plyr--vimeo>.plyr__video-wrapper>.plyr__video-embed__container {
    transform: none !important;
    position: initial
}

.ozgecmis-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 30px;
    margin-top: 10px;
    border: 1px solid var(--brand-color1);
    border-radius: 4px;
    text-decoration: none;
    font-size: 1em;
    color: var(--brand-color1)
}

.ozgecmis-btn:hover {
    background-color: var(--brand-color2);
    color: #fff;
    border: 1px solid var(--brand-color2)
}

body.has-video-ad-popup {
    overflow: hidden
}

div#body-popup-video-ad-wrapper {
    position: fixed;
    height: 100%;
    width: 100vw;
    box-sizing: border-box;
    background-color: #000000e8;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999999;
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center
}

div#body-popup-video-ad {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5em
}

div#body-popup-video-ad-content {
    width: 70%
}

div#body-popup-video-ad-iframe {
    position: relative
}

button#soundToggle {
    background: var(--brand-color2)
}

button#closeVideoBtn {
    background: var(--brand-color1)
}

#body-popup-video-ad-close .form-check.form-switch {
    background: #fff;
    border-radius: 5px;
    padding: 3px 14px 3px 50px
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .module-section {
        overflow:hidden
    }

    footer .main-menu-nav {
        flex-direction: column
    }

    .logo-wrapper img {
        max-height: 60px
    }

    #menu {
        width: 100vw;
        right: -10px
    }

    .section-custom-title div.line1, .section-custom-title div.line2 {
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -2px
    }

    .blog-boxes-block .section-custom-title div.line1, .blog-boxes-block .section-custom-title div.line2 {
    }

    .news-detail-wrapper .news-image-area {
        width: 100% !important
    }

    section.page-cover {
        height: 220px !important
    }

    section.page-cover .cover-image {
        background-position: 70% center
    }

    .basinda-biz-home section.page-cover .cover-image {
        background-position: 50% center
    }

    .event-list>li>time {
        width: 24%;
        font-size: .8em
    }

    .event-list>li>.info {
        width: 76%;
        padding-top: 8px
    }

    .event-list>li>.info>a>.title {
        font-size: 9pt;
        line-height: 1.3;
        white-space: normal;
        padding-right: 25px;
        text-align: left
    }

    .event-list>li>.info>a>.desc {
        font-size: 8pt;
        text-align: left;
        margin-top: 2px;
        margin-bottom: 5px
    }

    .event-list>li {
        display: flex;
        position: relative
    }

    .page-title {
        text-align: center
    }

    .event-list>li>.social>ul>li>a {
        padding: 8px 6px;
        display: flex;
        align-items: center;
        text-decoration: none;
        position: absolute;
        right: 0;
        background: #ececec;
        height: 100%
    }

    .event-list>li>.social>ul>li>a span:last-child {
        display: none
    }

    .page-sub-menu {
        height: 60px;
        position: relative;
        z-index: 99
    }

    .sub-menu-opener {
        display: block;
        margin: auto;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 1.5em
    }

    div.sub-nav {
        display: none;
        position: absolute;
        background-color: var(--brand-color2);
        border-radius: 10px;
        width: 300px;
        left: 50%;
        top: 55px;
        z-index: 50;
        transform: translateX(-50%);
        filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.29))
    }

    div.sub-nav:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(242, 101, 34, 0);
        border-bottom-color: #f26522;
        border-width: 10px;
        margin-left: -10px
    }

    ul.sidebar-menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }

    ul.sidebar-menu li:last-child {
        border-bottom: 0
    }

    ul.sidebar-menu li a {
        padding: 6px 10px
    }

    ul.sidebar-menu li:after {
        display: none
    }

    .page-cover .page-title {
        color: var(--brand-color1);
        font-weight: 300;
        line-height: 1;
        letter-spacing: -2px;
        font-size: 1.4em;
        margin-bottom: 0;
        padding-left: 15px !important;
        width: 70%
    }

    .campus-name-overlay {
        width: 100%;
        padding: 10%;
        left: 50%;
        transform: translate(-50%)
    }

    .campus-name-overlay h1.page-title {
        font-size: 2em
    }

    .ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide {
        width: 100% !important;
        height: 270px
    }

    .module-section .section-title {
        font-size: 1.5em
    }

    #jivo_custom_widget {
        position: fixed;
        bottom: 20px;
        right: 15px;
        color: #f26622;
        background-color: transparent;
        border-radius: 4px;
        cursor: pointer;
        z-index: 9999;
        width: 40px;
        font-size: 2.2em;
        height: 28px;
        align-items: center;
        justify-content: center;
        border: 0
    }

    #jivo_custom_widget:hover {
        animation: none
    }

    #jivo_custom_widget img {
        display: none !important
    }

    #jivo_custom_widget i {
        display: block !important
    }

    .jivo_offline:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: red;
        border-radius: 50%;
        top: -8px;
        right: -2px;
        border: 1px solid #fff
    }

    .jivo_online:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #28a745;
        border-radius: 50%;
        top: -8px;
        right: -2px;
        border: 1px solid #fff
    }

    .hizli-erisim-menusu {
        flex-direction: column
    }

    .hizli-erisim-menusu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16)
    }

    .hizli-erisim-menusu li:last-child {
        border-bottom: 0
    }

    .hizli-erisim-menusu li a {
        padding: 12px 10px;
        font-size: 0.9em;
        width: 100%;
        text-align: center
    }

    .section-custom-title {
        position: relative;
        padding-bottom: 50px
    }

    .archive-btn.custom {
        right: auto;
        bottom: 9px;
        left: 5px
    }

    .footer-campus-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-top: 25px;
        border-bottom: 1px solid #375274;
        padding-bottom: 25px
    }

    footer .main-menu-nav li {
        margin-right: 0
    }

    .staff-box.opacity-0 {
        display: none
    }

    .breadcrumb {
        justify-content: center
    }

    .contact-form-btn {
        height: auto
    }

    .campus-list-card .campus-detail .campus-adress.mb-2 {
        height: auto
    }

    .campus-list-card .campus-detail .campus-title {
        height: auto;
        line-height: 1.2;
        margin-bottom: 15px
    }

    .top-nav-wrapper {
        padding-right: 8px
    }

    li.kayit-kabul-btn {
        position: relative;
        background: var(--brand-color2);
        margin: 0 10px 0px 0 !important;
        padding: 6px 12px;
        border-radius: 4px;
        text-align: center;
        line-height: 1
    }

    ul.top-menu li a {
        color: #fff;
        transition: all linear 250ms;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        display: flex;
        align-items: center
    }

    li.kayit-kabul-btn a i {
        margin-right: 4px !important
    }

    .campus-map-header {
        display: none !important
    }

    section.campus-filters .filter-area .filter-info-area {
        font-size: 1em;
        margin-top: 15px
    }

    section.campus-filters .filter-area form .form-control {
        padding: 0.8rem 0.7rem 0.6rem 0.7rem;
        border-bottom: 1px solid #fff;
        border-radius: 10px;
        color: #6c757d;
        font-weight: bold;
        line-height: 1
    }

    section.campus-filters .filter-area button.detail-btn {
        padding: 8px 30px;
        border-radius: 10px;
        width: 50%;
        margin: auto
    }

    .campus-list-card {
        margin-top: 25px;
        height: auto
    }

    .campus-list-card .campus-image {
        height: 210px
    }

    .campus-list-card .campus-detail .campus-title {
        font-weight: bold;
        font-size: 1.1em;
        letter-spacing: -1px
    }

    .site-adress p {
        text-align: center
    }

    div#body-popup-video-ad {
        padding: 0
    }

    div#body-popup-video-ad-close {
        flex-direction: row;
        position: absolute;
        bottom: 25px
    }

    #body-popup-video-ad-close .form-check.form-switch {
        display: flex;
        align-items: center;
        height: 30px
    }

    #body-popup-video-ad-close .form-check.form-switch label.form-check-label {
        font-size: 9px;
        margin-left: 5px
    }

    #body-popup-video-ad-close .form-check.form-switch .form-check-input {
        margin-top: 0.05em
    }

    div#body-popup-video-ad-content {
        width: 100%
    }

    button#closeVideoBtn,button#soundToggle {
        width: 32px;
        height: 32px;
        border: 1px solid #ffffff59
    }
}

@media screen and (max-width: 560px) {
}

@media only screen and (max-width: 1920px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    section.page-cover {
        height:300px !important
    }

    .page-title {
        font-size: 2em
    }

    .page-cover .page-title {
        font-size: 2.5em;
        letter-spacing: -2px
    }

    .popup-window div.content-wrapper {
        max-width: 400px
    }

    .campus-list-card .campus-detail .campus-title {
        font-size: 1.2em
    }

    .news-card {
        height: 575px
    }

    .news-card .content-wrapper .card-img-wrapper {
        height: 352px
    }

    .news-card .content-wrapper .card-title {
        padding: 20px 20px 10px 20px
    }

    .news-card .content-wrapper .card-date {
        padding: 0 20px;
        font-size: 1em
    }

    .news-card .content-wrapper .card-desc {
        padding: 0 20px
    }

    .news-card .footer {
    }

    .news-card .footer .btn {
        padding: 8px 20px
    }

    .news-card .footer .date {
        padding: 8px 20px;
        font-size: 0.8em
    }

    #jivo_custom_widget {
        position: fixed;
        bottom: 20px;
        right: 15px;
        color: #f26622;
        background-color: transparent;
        border-radius: 4px;
        cursor: pointer;
        z-index: 9999;
        width: 40px;
        font-size: 2.2em;
        height: 28px;
        align-items: center;
        justify-content: center;
        border: 0
    }

    #jivo_custom_widget:hover {
        animation: none
    }

    #jivo_custom_widget img {
        display: none !important
    }

    #jivo_custom_widget i {
        display: block !important
    }

    .jivo_offline:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: red;
        border-radius: 50%;
        top: -8px;
        right: -2px;
        border: 1px solid #fff
    }

    .jivo_online:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #28a745;
        border-radius: 50%;
        top: -8px;
        right: -2px;
        border: 1px solid #fff
    }
}

@media only screen and (width: 320px) {
}

@media only screen and (min-width: 200px) and (max-width: 767px) and (orientation : landscape) {
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .module-section {
        overflow:hidden
    }

    footer .main-menu-nav {
        flex-direction: column
    }

    .logo-wrapper img {
        max-height: 60px
    }

    #menu {
        width: 100vw;
        right: -10px
    }

    .section-custom-title div.line1, .section-custom-title div.line2 {
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -2px
    }

    .blog-boxes-block .section-custom-title div.line1, .blog-boxes-block .section-custom-title div.line2 {
    }

    .news-detail-wrapper .news-image-area {
        width: 100% !important
    }

    section.page-cover {
        height: 220px !important
    }

    section.page-cover .cover-image {
        background-position: 70% center
    }

    .basinda-biz-home section.page-cover .cover-image {
        background-position: 50% center
    }

    .event-list>li>time {
        width: 24%;
        font-size: .8em
    }

    .event-list>li>.info {
        width: 76%;
        padding-top: 8px
    }

    .event-list>li>.info>a>.title {
        font-size: 9pt;
        line-height: 1.3;
        white-space: normal;
        padding-right: 25px;
        text-align: left
    }

    .event-list>li>.info>a>.desc {
        font-size: 8pt;
        text-align: left;
        margin-top: 2px;
        margin-bottom: 5px
    }

    .event-list>li {
        display: flex;
        position: relative
    }

    .page-title {
        text-align: center
    }

    .event-list>li>.social>ul>li>a {
        padding: 8px 6px;
        display: flex;
        align-items: center;
        text-decoration: none;
        position: absolute;
        right: 0;
        background: #ececec;
        height: 100%
    }

    .event-list>li>.social>ul>li>a span:last-child {
        display: none
    }

    .page-sub-menu {
        height: 60px;
        position: relative;
        z-index: 99
    }

    .sub-menu-opener {
        display: block;
        margin: auto;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 1.5em
    }

    div.sub-nav {
        display: none;
        position: absolute;
        background-color: var(--brand-color2);
        border-radius: 10px;
        width: 300px;
        left: 50%;
        top: 55px;
        z-index: 50;
        transform: translateX(-50%);
        filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.29))
    }

    div.sub-nav:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(242, 101, 34, 0);
        border-bottom-color: #f26522;
        border-width: 10px;
        margin-left: -10px
    }

    ul.sidebar-menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }

    ul.sidebar-menu li:last-child {
        border-bottom: 0
    }

    ul.sidebar-menu li a {
        padding: 6px 10px
    }

    ul.sidebar-menu li:after {
        display: none
    }

    .page-cover .page-title {
        color: var(--brand-color1);
        font-weight: 300;
        line-height: 1;
        letter-spacing: -2px;
        font-size: 1.4em;
        margin-bottom: 0;
        padding-left: 15px !important;
        width: 70%
    }

    .campus-name-overlay {
        width: 100%;
        padding: 10%;
        left: 50%;
        transform: translate(-50%)
    }

    .campus-name-overlay h1.page-title {
        font-size: 2em
    }

    .ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide {
        width: 100% !important;
        height: 270px
    }

    .module-section .section-title {
        font-size: 1.5em
    }

    #jivo_custom_widget {
        position: fixed;
        bottom: 20px;
        right: 15px;
        color: #f26622;
        background-color: transparent;
        border-radius: 4px;
        cursor: pointer;
        z-index: 9999;
        width: 40px;
        font-size: 2.2em;
        height: 28px;
        align-items: center;
        justify-content: center;
        border: 0
    }

    #jivo_custom_widget:hover {
        animation: none
    }

    #jivo_custom_widget img {
        display: none !important
    }

    #jivo_custom_widget i {
        display: block !important
    }

    .jivo_offline:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: red;
        border-radius: 50%;
        top: -8px;
        right: -2px;
        border: 1px solid #fff
    }

    .jivo_online:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #28a745;
        border-radius: 50%;
        top: -8px;
        right: -2px;
        border: 1px solid #fff
    }

    .hizli-erisim-menusu {
        flex-direction: column
    }

    .hizli-erisim-menusu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16)
    }

    .hizli-erisim-menusu li:last-child {
        border-bottom: 0
    }

    .hizli-erisim-menusu li a {
        padding: 12px 10px;
        font-size: 0.9em;
        width: 100%;
        text-align: center
    }

    .section-custom-title {
        position: relative;
        padding-bottom: 50px
    }

    .archive-btn.custom {
        right: auto;
        bottom: 9px;
        left: 5px
    }

    .footer-campus-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-top: 25px;
        border-bottom: 1px solid #375274;
        padding-bottom: 25px
    }

    footer .main-menu-nav li {
        margin-right: 0
    }

    .staff-box.opacity-0 {
        display: none
    }

    .breadcrumb {
        justify-content: center
    }

    .contact-form-btn {
        height: auto
    }

    .campus-list-card .campus-detail .campus-adress.mb-2 {
        height: auto
    }

    .campus-list-card .campus-detail .campus-title {
        height: auto;
        line-height: 1.2;
        margin-bottom: 15px
    }

    .top-nav-wrapper {
        padding-right: 8px
    }

    li.kayit-kabul-btn {
        position: relative;
        background: var(--brand-color2);
        margin: 0 10px 0px 0 !important;
        padding: 6px 12px;
        border-radius: 4px;
        text-align: center;
        line-height: 1
    }

    ul.top-menu li a {
        color: #fff;
        transition: all linear 250ms;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        display: flex;
        align-items: center
    }

    li.kayit-kabul-btn a i {
        margin-right: 4px !important
    }

    .campus-map-header {
        display: none !important
    }

    section.campus-filters .filter-area .filter-info-area {
        font-size: 1em;
        margin-top: 15px
    }

    section.campus-filters .filter-area form .form-control {
        padding: 0.8rem 0.7rem 0.6rem 0.7rem;
        border-bottom: 1px solid #fff;
        border-radius: 10px;
        color: #6c757d;
        font-weight: bold;
        line-height: 1
    }

    section.campus-filters .filter-area button.detail-btn {
        padding: 8px 30px;
        border-radius: 10px;
        width: 50%;
        margin: auto
    }

    .campus-list-card {
        margin-top: 25px;
        height: auto
    }

    .campus-list-card .campus-image {
        height: 210px
    }

    .campus-list-card .campus-detail .campus-title {
        font-weight: bold;
        font-size: 1.1em;
        letter-spacing: -1px
    }

    .site-adress p {
        text-align: center
    }

    div#body-popup-video-ad {
        padding: 0
    }

    div#body-popup-video-ad-close {
        flex-direction: row;
        position: absolute;
        bottom: 25px
    }

    #body-popup-video-ad-close .form-check.form-switch {
        display: flex;
        align-items: center;
        height: 30px
    }

    #body-popup-video-ad-close .form-check.form-switch label.form-check-label {
        font-size: 9px;
        margin-left: 5px
    }

    #body-popup-video-ad-close .form-check.form-switch .form-check-input {
        margin-top: 0.05em
    }

    div#body-popup-video-ad-content {
        width: 100%
    }

    button#closeVideoBtn,button#soundToggle {
        width: 32px;
        height: 32px;
        border: 1px solid #ffffff59
    }
}

@media screen and (max-width: 560px) {
}

@media only screen and (max-width: 1920px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    section.page-cover {
        height:300px !important
    }

    .page-title {
        font-size: 2em
    }

    .page-cover .page-title {
        font-size: 2.5em;
        letter-spacing: -2px
    }

    .popup-window div.content-wrapper {
        max-width: 400px
    }

    .campus-list-card .campus-detail .campus-title {
        font-size: 1.2em
    }

    .news-card {
        height: 575px
    }

    .news-card .content-wrapper .card-img-wrapper {
        height: 352px
    }

    .news-card .content-wrapper .card-title {
        padding: 20px 20px 10px 20px
    }

    .news-card .content-wrapper .card-date {
        padding: 0 20px;
        font-size: 1em
    }

    .news-card .content-wrapper .card-desc {
        padding: 0 20px
    }

    .news-card .footer {
    }

    .news-card .footer .btn {
        padding: 8px 20px
    }

    .news-card .footer .date {
        padding: 8px 20px;
        font-size: 0.8em
    }

    #jivo_custom_widget {
        position: fixed;
        bottom: 20px;
        right: 15px;
        color: #f26622;
        background-color: transparent;
        border-radius: 4px;
        cursor: pointer;
        z-index: 9999;
        width: 40px;
        font-size: 2.2em;
        height: 28px;
        align-items: center;
        justify-content: center;
        border: 0
    }

    #jivo_custom_widget:hover {
        animation: none
    }

    #jivo_custom_widget img {
        display: none !important
    }

    #jivo_custom_widget i {
        display: block !important
    }

    .jivo_offline:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: red;
        border-radius: 50%;
        top: -8px;
        right: -2px;
        border: 1px solid #fff
    }

    .jivo_online:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #28a745;
        border-radius: 50%;
        top: -8px;
        right: -2px;
        border: 1px solid #fff
    }
}
.campus-levels.campus-home{
    display: flex;
    justify-content: end;
    margin-top: 25px;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
}
.campus-levels.campus-home .badge.campus-level {
    font-size: 1rem;
    background-color: var(--brand-color2);
    margin-right: 4px;
    letter-spacing: 0px;
    margin-bottom: 4px;
    border-radius: 0 !important;
    padding: 12px 20px;
    color: #fff !important;
    text-transform: uppercase;
    margin: 0 !important;
}
.campus-levels.campus-home .badge.campus-level:hover {
    background-color: var(--brand-color1);
}
@media only screen and (width: 320px) {
}

@media only screen and (min-width: 200px) and (max-width: 767px) and (orientation : landscape) {
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
}
.hide-message .tesekkur-wrapper{
    display: none;
}
.page-form-wrapper {
    background: #132d52;
    padding: 35px 35px 35px 35px;
    border-radius: 15px;
}
.module-section.campus-facilities-block .section-header .section-title span {
    font-size: 1.4em;
    position: relative;
    color: var(--brand-color1);
    font-weight: bold;
    line-height: 1.2;
}
.facility-icon img{
    max-width: 90px;
    width: 100%;
    object-fit: cover;
}
.facility-title {
    font-size: 1.1em;
    font-weight: bold;
    color: var(--brand-color1);
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.2;
}
.ventedu-slider-wrapper.campus-facilities-slider .swiper-button-next, .ventedu-slider-wrapper.campus-facilities-slider .swiper-container-rtl .swiper-button-prev {
    right: -50px;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.ventedu-slider-wrapper.campus-facilities-slider .swiper-button-prev, .ventedu-slider-wrapper.campus-facilities-slider .swiper-container-rtl .swiper-button-next {
    right: auto;
    left: -50px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.swiper-item-content.container {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    border-radius: 6px;
    max-width: 100%;
    margin-top: 8px;
    padding: 8px 4px;
    width: 800px !important;
}
.autocomplete-suggestion {
    position: relative;
    padding: 1px .6em;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
    font-weight: 500;
}