:root {
    --color1: #d60a22;
    --color2: #23388d;
}

.position-fixed {
    width: 100%;
}


/*  FONTS
====================================*/

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/Kanit-Light.eot');
    src: local('☺'), url('../fonts/Kanit-Light.woff') format('woff'), url('../fonts/Kanit-Light.ttf') format('truetype'), url('../fonts/Kanit-Light.svg') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/Kanit-Regular.eot');
    src: local('☺'), url('../fonts/Kanit-Regular.woff') format('woff'), url('../fonts/Kanit-Regular.ttf') format('truetype'), url('../fonts/Kanit-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/Kanit-Medium.eot');
    src: local('☺'), url('../fonts/Kanit-Medium.woff') format('woff'), url('../fonts/Kanit-Medium.ttf') format('truetype'), url('../fonts/Kanit-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: local('☺'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay-Italic.eot');
    src: local('☺'), url('../fonts/PlayfairDisplay-Italic.woff') format('woff'), url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay-Bold.eot');
    src: local('☺'), url('../fonts/PlayfairDisplay-Bold.woff') format('woff'), url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
    font-family: 'Kanit';
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    font-family: 'Kanit';
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.text-truncate {
    white-space: pre-wrap;
}

/*  DEFAULT
====================================*/
.modal-open .modal {
    max-width: 100vw;
}
.pt-130 {
    padding-top: 130px !important;
}

.fs-25 {
    font-size: 25px;
}

.fs-23 {
    font-size: 23px;
}

.mb-100 {
    margin-bottom: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #495057;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #495057;
}

::placeholder {
    color: #495057;
    opacity: 1;
}

:-moz-placeholder {
    color: #495057;
    opacity: 1;
}

.icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    vertical-align: -.15em;
}

.icon-sm {
    width: .875rem;
    height: .875rem;
}

.icon-md {
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: -.35em;
}

.icon-lg {
    width: 1.5rem;
    height: 1.5rem;
}

.help-block {
    font-size: 13px;
    padding: 0.25rem 0;
    display: block;
}

.has-error .error {
    color: #b30000 !important;
}

.has-error .form-control,
.has-error .custom-checkbox .custom-control-label::before {
    border-color: #b30000 !important;
}

.has-error .form-control::placeholder,
.has-error .custom-checkbox .custom-control-label {
    color: red !important;
}

.gutter-sm {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.gutter-sm>[class^="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.gutter-10>[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.block {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.block-top {
    padding-top: 1.5rem;
}

.block-bottom {
    padding-bottom: 1.5rem;
}

.wrapper {
    background-color: #020000;
}

a {
    text-decoration: none !important;
}

.news__Link {
    position: absolute;
    width: 100%;
    height: 100%;
}

header .navbar-brand {
    max-width: 150px;
    position: absolute;
    top: 5px;
    left: 30px;
    z-index: 9999;
}

header .navbar {
    height: 90px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: calc(100vh - 90px);
    color: #fff;
    flex-direction: column;
}

.swiper-slide h1 {
    font-family: 'PlayfairDisplay';
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    width: 460px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    z-index: 999;
}

.swiper-slide h1::before {
    content: '';
    width: 150px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.swiper-slide p {
    font-size: 20px;
    font-family: 'Kanit';
    max-width: 800px;
}

.navbar-light .navbar-brand {
    /* z-index: 9999999; */
    z-index: 9;
}

.navbar-light .navbar-brand::after {
    content: '';
    width: 170px;
    height: 170px;
    background: #fff;
    position: absolute;
    left: -10px;
    top: -5px;
    border-radius: 50%;
    z-index: -1;
}

.home-bir-bakis .home-corporate img {
    box-shadow: 0px 0px 50px 0px rgba(63, 63, 63, 0.38);
    border-radius: 10px;
    transition: 0.5s;
}

.home-bir-bakis .home-corporate img:hover {
    transform: translate(10px, 10px);
}

.home-bir-bakis .home-corporate {
    margin-top: -70px;
    position: relative;
    z-index: 999;
    background: #ffff;
    padding-left: 30px;
    padding-top: 20px;
    border-radius: 10px;
    padding-right: 0;
}

.home-box .col-xl-4:nth-child(even) .box:hover {
    background: #0faaf4;
}

.home-box .col-xl-4:nth-child(odd) .box:hover {
    background: #0c86dd;
}

.home-bir-bakis h2 {
    font-size: 36px;
    font-family: 'PlayfairDisplay';
    font-style: italic;
    color: var(--color1);
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    margin-top: 15px;
}

.home-bir-bakis h2::before {
    content: '';
    background: var(--color1);
    width: 150px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-bir-bakis p {
    font-family: 'Kanit';
    font-weight: 200;
    font-size: 18px;
}

.home-bir-bakis {
    padding-bottom: 100px;
}

.home-btn {
    width: 175px;
    height: 60px;
    color: var(--color2);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color2);
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

.home-btn:hover {
    background: var(--color2);
    color: #FFF;
}

.home-btn:hover::after {
    color: var(--color2);
}

.home-btn::after {
    content: '+';
    position: absolute;
    right: -10px;
    font-size: 30px;
    background: #fff;
    line-height: 1;
    transition: 0.5s;
}

.special-img::after {
    content: '';
    position: absolute;
    right: -7px;
    bottom: -19px;
    height: 170px;
    width: 280px;
    background: var(--color2);
    z-index: -1;
    border-radius: 15px;
}

.home-bir-bakis .home-tab .nav-tabs {
    display: flex;
    flex-direction: column;
    border: none;
    color: #000;
}

.home-bir-bakis .home-tab .nav-tabs a {
    color: #000;
}

.home-bir-bakis .nav-tabs .nav-item {
    margin-bottom: -1px;
    display: flex;
    align-items: center;
}

.home-bir-bakis .nav-tabs .nav-item .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    font-weight: 200;
    width: fit-content;
}

.home-bir-bakis .nav-tabs .nav-item.show .nav-link,
.home-bir-bakis .nav-tabs .nav-link.active {
    border-color: #fff;
    font-family: 'Kanit';
    font-weight: 200;
    color: var(--color2);
    font-weight: bold;
    z-index: 9999999;
    background: #fff;
}

.home-bir-bakis .nav-tabs .nav-link:focus,
.home-bir-bakis .nav-tabs .nav-link:hover {
    border-color: #fff;
}

.home-bir-bakis .nav-tabs .nav-item .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid var(--color2);
    border-radius: 50%;
}

section.page-content .content a.btn {
    margin: 0.5rem;
}


.home-bir-bakis .nav-tabs .nav-item .nav-link.active::after {
    background: var(--color2);
}

.home-bir-bakis .nav-tabs .nav-item.aktif::before {
    content: '';
    position: absolute;
    width: 105%;
    height: 1px;
    background: var(--color2);
    z-index: 9;
}

.home-bir-bakis .tab-content>.active {
    display: block;
    background: #fff;
    padding: 50px 30px 101px 30px;
    border-radius: 10px;
    box-shadow: -0.07px 1.999px 160px 0px rgb(0 0 0 / 23%);
    margin-top: -50px;
    max-width: 600px;
    position: relative;
    font-size: 18px;
    font-weight: 200;
}

.home-bir-bakis .tab-content>.active a {
    position: absolute;
    right: 0;
    bottom: 0;
}

.home-btn.nb-btn {
    border: none !important;
    width: auto;
    padding-right: 40px;
}

.home-btn.nb-btn::after {
    right: 10px;
    top: 5px;
    font-weight: 200;
    font-size: 40px;
}

.bg-gray {
    background: url(../img/bg.png);
    background-size: cover;
    background-position: center;
    padding: 58px 100px;
    padding-bottom: 0;
}

.home-box .box h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.home-box .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 100%; */
    /* width: 100%; */
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0 40px 0px 50px;
    height: 125px;
    position: relative;
    transition: 0.5s;
}

.home-box .col-xl-4 .box a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.home-box .box img {
    max-height: 50px;
    position: relative;
    z-index: 999;
}

.home-box .col-xl-4:nth-child(odd) .box {
    background: #0faaf4;
}

.home-box .col-xl-4 .box .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-box .col-xl-4:nth-child(odd) .box .img::after {
    content: '';
    background: url(../img/img-back-1.webp);
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
    position: absolute;
}

.home-box .col-xl-4:nth-child(even) .box .img::after {
    content: '';
    background: url(../img/img-back-2.webp);
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
    position: absolute;
}

.home-box .col-xl-4:nth-child(even) .box {
    background: #0c86dd;
}

.home-box .col-xl-4:nth-child(1) .box {
    border-top-left-radius: 10px;
}

.home-box .col-xl-4:nth-child(3) .box {
    border-top-right-radius: 10px;
}

.home-box .col-xl-4:nth-child(4) .box {
    border-bottom-left-radius: 10px;
}

.home-box .col-xl-4:nth-child(6) .box {
    border-bottom-right-radius: 10px;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #0faaf4;
    color: #333333;
    font-weight: bold;
    height: 60px;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px
}

.ui-widget-header .ui-icon {
    /* background-image: url(../img/simple_right.png); */
}

.ui-icon-circle-triangle-e {
    background: url(../img/simple_right.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.ui-icon-circle-triangle-w {
    background: url(../img/simple_left.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 20px;
    line-height: 1.8em;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Kanit';
    font-weight: bold;
}

.ui-widget.ui-widget-content {
    width: 100%;
    border: none;
    padding: 0;
    border-top-left-radius: 10px;
}

.ui-datepicker .ui-datepicker-prev {
    left: auto;
    top: auto;
    right: 45px;
}

.ui-datepicker .ui-datepicker-next {
    top: auto;
    right: 15px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    width: 9px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none;
    background: none;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-datepicker th {
    border-right: 1px solid #f4f6f8;
    color: #bec5d5;
    font-size: 13px;
    font-weight: normal;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none;
    border-color: #f4f6f8;
    background: none;
    /* border-bottom: 1px solid #f4f5f8;
    border-right: 1px solid #f4f6f8; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 0;
    font-size: 12px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #00549c;
    color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #00549c;
    color: #fff;
}

.ui-datepicker td {
    border: 0;
    padding: 0;
    border-bottom: 1px solid #f4f5f8;
    border-right: 1px solid #f4f6f8;
}

x .ui-datepicker td:last-child {
    border-right: none;
}

.ui-datepicker th:last-child {
    border-right: none;
}

.booking-row {
    background: #fff;
    border-radius: 11px;
    padding: 30px 15px 30px 15px;
}

.home-booking {
    margin-top: 50px;
}

.home-booking .duyuru-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.home-booking h1 {
    text-align: center;
    font-family: 'PlayfairDisplay';
    font-weight: bold;
    font-size: 24px;
    color: #2b428e;
    background: #fff;
    padding: 0 15px;
    z-index: 999;
}

.home-booking .duyuru-title::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: #2b428e;
}

.etkinlik-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background: #dbdde5;
    position: relative;
    padding: 0 10px;
    border-top-right-radius: 10px;
}

.etkinlik-title .date,
.etkinlik-title .tum-etkinlikler {
    position: relative;
}

.etkinlik-title img {
    max-width: 15px;
}

.etkinlik-title .tum-etkinlikler {
    opacity: 0.5;
}

.etkinlik-title a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.etkinlik-timeline {
    background: #e8eaf1;
    /* height: calc(100% - 65px); */
    /* overflow-x: auto; */
}

.etkinlik-timeline .time-line {
    height: 442px;
    overflow-x: auto;
}

.etkinlik-timeline .time-line .post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.etkinlik-timeline .time-line .post a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.etkinlik-timeline .time-line .post p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 200;
    margin-left: 15px;
}

.etkinlik-timeline .time-line .post::after {
    content: '';
    width: 90%;
    height: 1px;
    background: #dbdde5;
    position: absolute;
    bottom: 0;
}

.etkinlik-timeline .time-line .post img {
    max-width: 70px;
}

.home-news-banner {
    background: url(../img/pandemi-eylemi.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70px;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    transition: 0.5s;
}

.home-news-banner a {
    transition: 0.5s;
}

.home-news-banner:hover {
    height: 130px;
}

.home-news-banner:hover a {
    font-size: 24px;
}

.home-news-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #00549c;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 15px 15px;
}

.home-news-title h6 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.home-news-title .home-all-news {
    color: #fff;
    font-size: 16px;
    opacity: 0.5;
    position: relative;
    font-weight: 200;
}

.home-news-title .home-all-news img {
    width: 15px;
}

.home-news-title .home-all-news a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper-container2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.swiper-slide.swiper-slide2 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
}

.swiper-container2 .swiper-button-next:after,
.swiper-container2 .swiper-button-prev:after {
    font-size: 36px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #000;
    font-weight: bold;
}

.swiper-container2 .swiper-button-next,
.swiper-container2 .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    height: 100%;
    top: 22px;
    right: 0;
    background: transparent;
    opacity: 0.9;
    outline: none;
}

.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    height: 100%;
    top: 22px;
    left: 0;
    background: transparent;
    opacity: 0.9;
    outline: none;
}

.swiper-container2 .SlideArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 500px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.swiper-container2 .imgArea {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container2 .imgArea img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left;
}

.swiper-container3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.swiper-slide.swiper-slide3 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
}

.swiper-container2 .news-date {
    color: #000;
}

.swiper-slide.swiper-slide2.home-news-details {
    align-items: flex-start;
    max-width: 100%;
    padding: 0 25px;
}

.swiper-slide.swiper-slide2.home-news-details .news-date {
    font-size: 14px;
    color: #aebac3;
    margin-top: 10px;
    margin-bottom: 10px;
}

.swiper-slide.swiper-slide2.home-news-details img {
    max-width: 15px;
}

.swiper-slide.home-news-details p {
    font-size: 16px;
    color: #919191;
    text-align: left;
    font-weight: 200;
}

.swiper-slide.home-news-details h6 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: start;
}

.home-kampuste-yasam {
    background: url(../img/kampuste-yasam-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding-bottom: 100px; */
    margin-bottom: -45px;
}

.home-kampuste-yasam .home-yasam-title {
    color: #fff;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-kampuste-yasam .home-yasam-title::after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100px;
    background: #fff;
}

.home-kampuste-yasam .home-yasam-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 75px;
    background: #fff;
}

.home-kampuste-yasam .home-yasam-title span {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'PlayfairDisplay';
    letter-spacing: 10px;
}

.home-kampuste-yasam .home-yasam-title h2 {
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'PlayfairDisplay';
    font-weight: bold;
}

.home-kampuste-tab .nav {
    display: flex;
    justify-content: space-around;
    border-bottom: none;
    padding: 0 25px;
}

.home-kampuste-tab .nav-tabs .nav-item {
    margin-bottom: -1px;
    border-bottom: 1px solid #fff;
    width: 185px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-kampuste-tab .nav-tabs .nav-link {
    color: #fff;
    border: none;
    height: 65px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'PlayfairDisplay';
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

.home-kampuste-tab .nav-tabs .nav-link span {
    position: absolute;
    font-size: 152px;
    font-weight: bold;
    opacity: 0.3;
}

.home-kampuste-tab .nav-tabs .nav-link:focus,
.home-kampuste-tab .nav-tabs .nav-link:hover {
    background: url(../img/kampuste-tab.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
    color: #fff;
}

.home-kampuste-tab .nav-tabs .nav-item.show .nav-link,
.home-kampuste-tab .nav-tabs .nav-link.active {
    background: url(../img/kampuste-tab.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
}

.home-kampuste-tab .tab-content .home-tab-content-img {
    max-width: 350px;
    z-index: 999;
}

.home-kampuste-tab .tab-content {
    padding-top: 50px;
}

.home-tab-content-img img {
    border-radius: 10px;
}

.home-tab-content-img {
    position: relative;
}

.home-tab-content-img::after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 135px;
    height: 106px;
    background: #d60a22;
    z-index: -1;
    border-radius: 10px;
}

.home-tab-content {
    display: flex;
    align-items: center;
}

.home-kampuste-tab .home-tab-content .home-tab-text h6 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.home-kampuste-tab .home-tab-content .home-tab-text p {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}

.home-kampuste-tab .home-tab-content .home-tab-text {
    margin-left: 30px;
    margin-bottom: 50px;
}

.home-reportage {
    background: url(../img/reportage-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 125px 0 50px 0px;
}

.home-reportage h2 {
    font-size: 40px;
    font-family: 'PlayfairDisplay';
    font-weight: bold;
    text-transform: uppercase;
    color: #273f8d;
    margin-bottom: 20px;
}

.home-reportage p {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 20px;
}

.home-reportage .home-reportage-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 270px;
    width: 350px;
    border-radius: 20px;
    box-shadow: 0px 0px 130px 0px rgba(63, 63, 63, 0.38);
    position: relative;
}

.home-btn.btn-gray::after {
    content: '+';
    position: absolute;
    right: -10px;
    font-size: 30px;
    background: #eef1f7;
    line-height: 1;
}

.home-reportage .home-reportage-img .img-text {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    left: 0;
    background: linear-gradient(0deg, #273f8d 6%, transparent 91%);
    width: 100%;
    height: 50%;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 12px 15px;
}

.home-reportage .home-reportage-img .img-text p {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    max-width: 210px;
    margin-bottom: 0;
}

.home-reportage .home-reportage-img .img-text span {
    margin-bottom: 10px;
}

.home-reportage .home-reportage-img .img-text a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.home-title {
    font-size: 40px;
    font-family: 'PlayfairDisplay';
    font-weight: bold;
    text-transform: uppercase;
    color: #273f8d;
    margin-bottom: 20px;
}

.home-mezunlar {
    background: url(../img/home-mezunlar-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 65px 0;
}

.home-btn.btn-gray2::after {
    content: '+';
    position: absolute;
    right: -10px;
    font-size: 30px;
    background: #e5e8ef;
    line-height: 1;
}

.home-mezunlar span {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'PlayfairDisplay';
    letter-spacing: 10px;
    color: #273f8d;
}

.home-mezunlar p {
    font-size: 18px;
    font-weight: 200;
}

.home-mezunlar-maps {
    background: url(../img/mezunlar-maps.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    /* left: -77px;
    top: -55px; */
    left: 0;
    top: 0;
}

.home-socials {
    /* padding: 100px 0; */
    position: relative;
}

.home-socials::before {
    content: '';
    background: url(../img/social-back1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 277px;
    height: 250px;
    position: absolute;
    left: 50px;
    bottom: 0;
}

.home-socials::after {
    content: '';
    background: url(../img/social-back2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 250px;
    height: 250px;
    position: absolute;
    right: 50px;
    bottom: 0;
}

.home-socials-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 75px;
}

.home-socials-title::before {
    content: '';
    height: 75px;
    width: 1px;
    background: #23388d;
    position: absolute;
    top: 10px;
}

.home-socials-title::after {
    content: '';
    height: 50px;
    width: 1px;
    background: #23388d;
    position: absolute;
    bottom: 10px;
}

.home-socials-title span {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'PlayfairDisplay';
    letter-spacing: 10px;
    color: #273f8d;
}

.home-socials-title h2 {
    /* text-transform: uppercase; */
    font-size: 50px;
    font-family: 'PlayfairDisplay';
    font-weight: bold;
    color: #273f8d;
}

.home-socials ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.home-socials ul img {
    max-height: 25px;
}

.home-socials ul li {
    position: relative;
}

.home-socials ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home-socials ul li .link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.home-socials ul li .link .icon {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 32px;
}

.home-socials ul li .link .icon::before {
    content: '';
    height: 32px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
}


/* .grid-item {
    float: left;
    width: 350px;
    height: 409px;
    border: 2px solid hsla(0, 0%, 0%, 0.5);
  }
  
  .grid-item--width2 { width: 587px; }
  .grid-item--width3{width: 280px;}
  .grid-item--height2 { height: 140px; }
  .grid-item img{
    max-width: unset;
    height: 100%;
  }
.home-socials ul{}
.home-socials ul{} */


/* .socials-media .social-box{
    max-width: 409px;
}
.socials-media .social-box.width2{
    max-width: 409px;
} */

.socials-media {
    overflow: hidden;
    max-height: 688px;
}

.socials-media .row {
    width: 125%;
}

.socials-media .social-box {
    position: relative;
}

.socials-media .social-box {
    border: 0.5px solid #fff;
}

.socials-media .social-img img {
    height: 434px;
}

.socials-media .social-img.height2 img {
    height: 250px;
}

.socials-media .social-box .social-text {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    left: 0;
    background: linear-gradient(0deg, #273f8d 6%, transparent 91%);
    width: 100%;
    height: 50%;
    color: #fff;
    padding: 12px 15px;
}

.socials-media .social-icon {
    position: absolute;
    right: 15px;
    top: 0;
    width: 45px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials-media .social-icon img {
    max-width: 20px;
}

.socials-media .social-icon.instagram {
    /* background: #005eae; */
    background: url(../../upload/instagram-back.png);
    background-size: cover;
    background-position: center;
}

.socials-media .social-icon.youtube {
    /* background: #005eae; */
    background: url(../../upload/youtube-back.png);
    background-size: cover;
    background-position: center;
}

footer {
    background: url(../img/footer-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px 20px 0px;
    color: #fff;
}

footer .footer-contact h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

footer .footer-contact ul {
    list-style: none;
    padding-left: 0;
    color: #bbbbbb;
    font-weight: 200;
    margin-bottom: 50px;
}

footer .footer-contact ul li b {
    color: #999999;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    width: 75px;
    letter-spacing: 1px;
    font-weight: bold;
}

footer .footer-follow h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

footer .footer-follow ul {
    list-style: none;
    padding-left: 0;
    display: flex;
}

footer .footer-follow ul li {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 200;
    transition: 0.5s;
}

footer .footer-follow ul li:hover {
    transform: scale(1.03);
}
/*
footer .footer-follow ul li:nth-child(1) {
    background: #3b5999;
    border-radius: 6px;
}

footer .footer-follow ul li:nth-child(2) {
    background: #55acee;
    border-radius: 6px;
}

footer .footer-follow ul li:nth-child(3) {
    background: url(../img/instagram-footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
}

footer .footer-follow ul li:nth-child(4) {
    background: #cd201f;
    border-radius: 6px;
}

footer .footer-follow ul li:nth-child(5) {
    background: #0077b5;
    border-radius: 6px;
}
*/
footer .footer-follow ul li:last-child {
    background: none;
    width: auto;
}

footer .footer-menu ul {
    column-count: 2;
    /* list-style: none; */
}

footer .footer-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    display: block;
    margin-bottom: 20px;
}

footer .footer-menu ul li::marker {
    color: #005eae;
}

.footer-eraslan {
    background: #24388d;
    color: #fff;
    padding: 15px 0;
}

.footer-eraslan img {
    max-width: 105px;
}

.footer-eraslan ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

.footer-eraslan ul li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-eraslan ul li::after {
    content: '';
    position: absolute;
    right: 0;
    height: 60%;
    width: 1px;
    background: #fff;
}

.alert-popup {
    z-index: 9999;
    border: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0px;
    color: white;
    height: auto;
    font-size: 12px;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 8px;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.footer-eraslan ul li a {
    color: #fff;
    font-weight: 200;
}

.copyright {
    padding: 15px 0;
}

.copyright p {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0;
}

.copyright .egegen {
    position: relative;
    max-width: 45px;
}

.copyright .egegen a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.page-header {
    height: 400px;
    width: 100%;
}

.page-header .page-title h1 {
    color: #fff;
    font-family: 'PlayfairDisplay';
    font-size: 30px;
    /*text-transform: uppercase; */
    font-weight: bold;
    background: rgb(33 54 135 / 90%);
    margin-bottom: 0;
    padding: 15px 25px;
    margin-left: 15px;
}

.page-breadcrumb {
    padding-top: 15px;
}

.page-breadcrumb ul {
    list-style: none;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.page-breadcrumb ul li a {
    font-size: 16px;
    font-weight: 200;
    color: #000;
}

.page-breadcrumb ul li a.active {
    color: #2c3f89;
    font-weight: normal;
}

.page-breadcrumb ul li i {
    margin: 0 10px;
    font-size: 10px;
    color: #2c3f89;
}

.content-left-menu {
    padding-top: 30px;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #24388c;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.content-left-menu li {
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: end;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    transition: 0.45s;
}

.content-left-menu li:hover {
    background: #44b5e8;
}

.content-left-menu li:hover a {
    color: #FFF;
}

.content-left-menu li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    background: #24388d;
}

.content-left-menu li.sub::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    background: #24388d;
    top: 20px;
}

.content-left-menu li a {
    font-size: 16px;
    color: #000;
}


/* .content-left-menu li:hover, .content-left-menu li.active{
    background: #24388d;
    border-radius: 10px;
    -webkit-transition: all 0.45s ease;
    transition: all 0.25s ease;
}
.content-left-menu li:hover a, .content-left-menu li.active a{
    color: #fff;
}
.content-left-menu li:hover::before, .content-left-menu li.active::before{
    background: #fff;
} */

.content-left-menu li.active {
    background: #24388d;
    border-radius: 10px;
    -webkit-transition: all 0.45s ease;
    transition: all 0.25s ease;
}

.content-left-menu li.active a {
    color: #fff;
}

.content-left-menu li.active::before {
    background: #fff;
}

.content-left-menu .sub-menu {
    padding-left: 0;
}

.content-left-menu .sub-menu li {
    color: #5f5f5f;
    font-size: 16px;
}

.content-left-menu .sub-menu li:before {
    background: none;
    border: 1px solid #24388d;
}

.content img {
    border-radius: 20px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.content img:hover {
    transform: scale(1.03);
}

img.card-img-top.img-fluid:hover {
    transform: scale(1.03);
}

.content p {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 30px;
}

.content p b {
    font-style: italic;
}

.lef-btn {
    display: flex;
    flex-direction: column;
}

.icon-btn {
    background: #0c86dd;
    display: flex;
    justify-content: space-between;
    color: #fff !important;
    margin-bottom: 15px;
    align-items: center;
    border-radius: 10px;
    padding: 10px 15px;
    transition: 0.45s;
}

a.icon-btn:hover {
    background: #0c86dd !important;
}

.icon-btn img {
    max-width: 30px;
}

.left-form .form-control {
    margin-bottom: 10px;
    height: 60px;
    font-size: 16px;
    font-weight: 200;
}

.left-form button.form-control {
    background: #24388d;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 100px;
    transition: 0.5s;
}

button.btn.form-control:hover {
    opacity: 0.9;
    transform: scale(1.03);
}

.swiper-slide.landing h1 {
    font-family: 'PlayfairDisplay';
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    width: 460px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.swiper-slide.landing p {
    text-align: left;
}

.landing .basvuru-formu {
    background: #fff;
    padding: 15px 15px;
    position: relative;
    border-radius: 10px;
    color: #000;
}

.landing .basvuru-formu::before {
    content: '';
    position: absolute;
    width: 105%;
    height: 105%;
    background: rgb(255 255 255 / 20%);
    left: -12px;
    top: -16px;
    z-index: -1;
    border-radius: 10px;
}

.landing .basvuru-formu h5 {
    font-size: 24px;
    font-weight: 500;
    color: #24388d;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.landing .basvuru-formu h5::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #24388d;
    position: absolute;
    bottom: 0;
}

.landing .basvuru-formu p {
    color: #525252;
    font-size: 16px;
    font-weight: 200;
}

.landing .left-form button.form-control {
    margin-bottom: 20px;
}

.landing .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    text-align: left;
}

.icon-btn.white {
    background: none;
    border: 1px solid #24388d;
    color: #000 !important;
    font-weight: 200;
    font-size: 18px;
    padding: 15px 15px;
}

.icon-btn.white img {
    box-shadow: none;
    border-radius: 0;
}

.home-box.landing-home-box .container {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 50px;
}

.home-bir-bakis .landing-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-bir-bakis .landing-head h2 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23388d;
}

.home-bir-bakis .landing-head h2::before {
    left: auto;
    background: #23388d;
}

.home-bir-bakis .landing-head p {
    font-family: 'Kanit';
    font-weight: 200;
    font-size: 18px;
    max-width: 700px;
    text-align: center;
    margin-bottom: 20px;
}


/* .menu--open .navbar-collapse {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: calc(100vh - 88px);
    margin-top: -1px;
    margin-right: 100px;
    background: #ffff;
    padding-left: 115px;
} */

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
    z-index: 9999999;
    box-shadow: none;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: calc(100vh);
    background: #fff;
    z-index: 999999;
    width: 100%;
    left: 0;
    background: #fff;
    overflow-y: auto;
}

.mega-menu {
    position: relative;
    height: 100%;
    background: #fff;
    margin-right: 0;
    /* box-shadow: 0 0 20px #0000009c; */
}

.mega-menu .menu-column h6 {
    font-family: 'PlayfairDisplay';
    font-size: 18px;
    font-weight: bold;
    color: #23388d;
    padding-bottom: 10px;
    margin-bottom: 12px;
    position: relative;
    margin-left: 20px;
}

.mega-menu .menu-column h6::after {
    content: '';
    width: 75px;
    height: 2px;
    background: #24388d;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.mega-menu .menu-column:hover h6::after {
    width: 50%;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.mega-menu .mega-center {
    padding-top: 15px;
    padding-left: 0px;
    height: 100%;
    position: relative;
    display: block;
    background: #fff;
}

.mega-menu .mega-footer {
    background: #23388d;
    width: 100%;
    height: 100%;
}

.mega-menu ul li {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.mega-menu ul li:hover {
    color: #23388d;
    -webkit-transition: all 0.45s ease;
    transition: 0.45s;
    transform: scale(1.03);
}

.mega-menu ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mega-menu ul li::marker {
    color: #23388d;
}

.mega-menu .menu-column {
    height: 100%;
    border-right: 1px solid #d3d7e8;
    border-bottom: 1px solid #d3d7e8;
}

.mega-menu .menu-column.alt-column {
    padding-top: 25px;
    border-bottom: none;
}

.mega-menu .mega-info {
    height: 100%;
    background: url(../img/mega-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.mega-menu .mega-info {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    box-shadow: -20px 0px 32px #0000002e;
    height: 100vh;
}

.mega-menu .mega-info h5 {
    font-family: 'PlayfairDisplay';
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}

.mega-menu .mega-info .menu-address {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
}

.mega-menu .mega-info .menu-address img {
    max-width: 25px;
    margin-right: 15px;
}

.mega-menu .mega-info p {
    font-size: 14px;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 50px;
}

.mega-menu .mega-info ul {
    padding-left: 0;
}

.mega-menu .mega-info i {
    width: 25px;
}

.mega-menu .mega-contact {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
}

.mega-menu .mega-contact img {
    max-width: 30px;
    margin-right: 15px;
}

.mega-menu .mega-contact .tel {
    font-size: 20px;
    font-weight: 200;
    color: #24388d;
    line-height: 1;
}

.mega-menu .mega-contact .mail {
    color: #cd0d24;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 1px;
}

.mega-menu .menu-logo {
    position: absolute;
    z-index: 9999;
    bottom: -77px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    display: none;
}

.mega-menu .menu-logo img {
    max-width: 110px;
}

.btn-toggler {
    position: relative;
    height: 1.5rem;
    width: 2rem;
    padding: 0;
    border: 0;
    margin-top: -10px;
    bottom: -4px;
}

.btn-toggler i {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    transition: all .4s;
    border-radius: 10px;
    background-color: #fff;
}

.btn-toggler i:nth-child(2) {
    top: 10px;
    transition: all 0s;
}

.btn-toggler i:nth-child(3) {
    top: 18px;
}

.menu--open .btn-toggler,
.btn-toggler.active {
    z-index: 9999999;
    box-shadow: none;
    overflow: hidden;
    height: 34px;
}

.menu--open .btn-burger i {
    left: 1px;
}

.menu--open .btn-burger i:first-child,
.btn-toggler.active i:first-child {
    top: 13px;
    left: 1px;
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
    background-color: #24388d;
}

.menu--open .btn-burger i:nth-child(2),
.btn-toggler.active i:nth-child(2) {
    opacity: 0;
    left: 60px;
}

.menu--open .btn-burger i:nth-child(3),
.btn-toggler.active i:nth-child(3) {
    top: 13px;
    width: 100%;
    -wekit-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
    background-color: #24388d;
}

.right-btn form {
    margin-right: -96px;
}

.search-box {
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 50px;
    height: 50px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background: #ffff;
    border: 1px solid #23388d;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.search-box+label .search-icon {
    color: black;
}


/* .search-box:hover {
  color: white;
  background: #c8c8c8;
  box-shadow: 0 0 0 5px #3d4752;
} */


/* .search-box:hover + label .search-icon {
  color: white;
} */

.search-box:focus {
    transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    border: none;
    outline: none;
    box-shadow: none;
    padding-left: 15px;
    cursor: text;
    width: 300px;
    border-radius: auto;
    background: #ffffff;
    color: black;
    border: 1px solid #23388d;
}

.search-box:focus+label .search-icon {
    color: black;
}

.search-box:not(:focus) {
    text-indent: -5000px;
}

#search-submit {
    position: relative;
    left: -5000px;
}

.search-icon {
    position: relative;
    left: -37px;
    color: white;
    cursor: pointer;
}

.right-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-btn .menu {
    background: #23388d;
    color: #fff;
    width: 130px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.right-btn .menu span {
    color: #fff;
    font-family: 'PlayfairDisplay';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.right-bar {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 99999;
}

.right-bar ul {
    padding: 0;
}

.right-bar ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
    height: 70px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 5px;
    margin-right: -15px;
    padding: 0 20px 0px 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    transition: 0.4s;
}

.right-bar ul li:hover {
    transform: translate(-15px, 0px);
}

.right-bar ul li:nth-child(1) {
    background: rgb(237 240 247 / 80%);
    justify-content: center;
}

.right-bar ul li:nth-child(2) {
    background: rgb(32 52 130 / 80%);
}

.right-bar ul li:nth-child(3) {
    background: #23388d;
}

.right-bar ul li:nth-child(4) {
    background: #23548d;
    letter-spacing: 0;
    font-size: 13px;
}

.right-bar ul li:nth-child(5) {
    background: #3f6b9e;
    letter-spacing: 0;
    font-size: 12px;
}

.right-bar ul li svg {
    max-width: 35px;
    fill: #fff;
    margin-right: 5px;
}

.right-bar ul li img {
    max-width: 100px;
}

.right-bar ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.right-bar ul li i {
    font-size: 30px;
}

nav .lang {
    margin-right: 15px;
}

nav .lang a {
    font-family: 'PlayfairDisplay';
    font-weight: bold;
    color: #24388d;
}

nav .lang span {
    margin-right: 5px;
    margin-left: 5px;
}


/* MAP PIN */

.home-maps {
    position: relative;
}

.home-maps .map-pins {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home-maps .map-pins .map-location-marker {
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-maps .map-pins .map-location-marker .desc {
    opacity: 0;
    position: absolute;
    top: -80px;
    width: 150px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 2px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px #00000096;
    z-index: -1;
}

.home-maps .map-pins .map-location-marker .desc:after {
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    bottom: -11px;
    transform: rotate(45deg);
    /* box-shadow: 0 0 20px #00000096; */
}

.home-maps .map-pins .map-location-marker.blue .desc:after {
    background: rgb(33 54 135);
}

.home-maps .map-pins .map-location-marker.red .desc:after {
    background: rgb(228 5 31);
}

.home-maps .map-pins .map-location-marker.blue .desc {
    background: rgb(33 54 135);
}

.home-maps .map-pins .map-location-marker.red .desc {
    background: rgb(228 5 31);
}

.home-maps .map-pins .map-location-marker:hover .desc {
    opacity: 1;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: 1;
}

.home-maps .map-pins .map-location-marker.red {
    background: #c90f25;
}

.home-maps .map-pins .map-location-marker.blue {
    background: rgb(33 54 135);
}

.home-maps .map-pins .map-location-marker.marker-abd {
    top: 40%;
    left: 20%;
}

.home-maps .map-pins .map-location-marker.marker-ingiltere {
    top: 25%;
    left: 45%;
}

.home-maps .map-pins .map-location-marker.marker-kanada {
    top: 20%;
    left: 15%;
}

.home-maps .map-pins .map-location-marker.marker-almanya {
    top: 17%;
    left: 53%;
}

.home-maps .map-pins .map-location-marker.marker-belcika {
    top: 20%;
    left: 48%;
}

.home-maps .map-pins .map-location-marker.marker-bulgaristan {
    top: 33%;
    left: 52%;
}

.home-maps .map-pins .map-location-marker.marker-macaristan {
    top: 29%;
    left: 50%;
}

.home-maps .map-pins .map-location-marker.marker-hollanda {
    top: 15%;
    left: 50%;
}

.home-maps .map-pins .map-location-marker.marker-ispanya {
    top: 37%;
    left: 45%;
}

.home-maps .map-pins .map-location-marker.marker-italya {
    top: 35%;
    left: 48%;
}

.home-maps .map-pins .map-location-marker.marker-japonya {
    top: 38%;
    left: 83%;
}

.pulse-red {
    animation: pulse-animation-red 2s infinite;
}

.pulse-blue {
    animation: pulse-animation-blue 2s infinite;
}

@keyframes pulse-animation-red {
    0% {
        box-shadow: 0 0 0 0px rgba(201, 15, 37, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(201, 15, 37, 0);
    }
}

@keyframes pulse-animation-blue {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}


/* MAP PIN */

#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    /* background: #e4051f; */
    background: rgb(228 5 31 / 80%);
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    /* background: #23388d; */
    background: rgb(33 54 135 / 80%);
    color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}

.text-primary {
    color: #23388d !important;
}

.btn-primary {
    color: #fff;
    background-color: #23388d;
    border-color: #23388d;
}

.swiper-container-header {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-header .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    color: #000;
}

.swiper-container-header .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

.video-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #23388d91;
    z-index: 99;
}


/*  CROSS BROWSER
====================================*/


/*Internet Explorer */

.ie_11 .quickview,
.msie .quickview {
    width: 100%;
    max-width: 1140px;
}

.ie_11 .figure-img {
    overflow: visible;
}


/* IE-10 */

.msie .pd-bttns .btn {
    padding-left: 15px;
}


/* Safari */

.safari .form-control,
.safari .btn {
    line-height: normal;
}

.yemek-menu {
    position: relative;
}

.yemek-menu .text {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 200;
    margin-top: 15px;
}

.yemek-menu a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.arrow_edit {
    width: 100%;
    height: 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10%;
    left: auto;
    color: #23388d;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10%;
    right: auto;
    color: #23388d;
    ;
}

.pagination_edit {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 75px;
    flex-direction: row;
}

.pagination_edit_extra {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 65px;
    flex-direction: row;
}

.pagination_edit_extra2 {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    flex-direction: row;
}

.pagination {
    background-color: white;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
    margin-right: 10px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    /* background: var(--swiper-pagination-color,var(--swiper-theme-color)); */
    background-color: #23388d;
}

.content-left-menu {
    padding-top: 30px;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #24388c;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

ul.alt-menu {
    padding-left: 0px;
    margin-left: 0px;
}

.content-left-menu li {
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: start;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    margin-left: 0px;
}

.content-left-menu li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #24388d;
}

.content-left-menu li.active a {
    font-size: 16px;
    color: #000;
    margin-left: 0px;
}

.content-left-menu li.active {
    background-color: white;
    margin-left: 0px;
    justify-content: center;
}

.news_edit.btn:focus {
    outline: 0;
    box-shadow: none;
}

.news_edit {
    outline: 0;
    box-shadow: none;
    color: #00549c;
}

.card-body {
    padding: 0px !important;
}

.modal-content.home_popup {
    background-color: #ebebf5;
}

.close {
    font-size: 1.95rem;
    color: #1c459b !important;
}

.close:focus {
    outline: none !important;
    box-shadow: none !important;
}


/*  MEDIA QUERY
====================================*/

@media(min-width:1600px) {
    .mega-menu ul li {
        font-size: 16px;
        font-weight: 200;
        margin-bottom: 3px;
        position: relative;
    }

    .mega-menu .mega-center {
        padding-top: 35px;
        padding-left: 50px;
        height: 100%;
        position: relative;
        display: block;
        background: #fff;
    }

    .mega-menu .mega-info {
        padding-top: 35px;
        padding-left: 25px;
        padding-right: 10px;
        color: #fff;
        box-shadow: -20px 0px 32px #0000002e;
    }

    .mega-menu .mega-contact .tel {
        font-size: 21px;
        font-weight: 200;
        color: #24388d;
        line-height: 1;
    }

    .mega-menu .mega-contact .mail {
        color: #cd0d24;
        font-size: 14px;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .mega-menu .mega-info .menu-address {
        font-size: 15px;
        color: #fff;
        display: flex;
        align-items: center;
    }

    .mega-menu .menu-logo img {
        max-width: 150px;
    }

    .mega-menu .mega-info {
        padding-top: 50px;
        padding-left: 25px;
        padding-right: 10px;
        color: #fff;
        box-shadow: -20px 0px 32px #0000002e;
    }

    .mega-menu .mega-info .menu-address {
        font-size: 16px;
        color: #fff;
        display: flex;
        align-items: center;
    }

    .mega-menu .mega-info p {
        font-size: 16px;
        font-style: italic;
        margin-top: 25px;
        margin-bottom: 50px;
    }

    .mega-menu .mega-info h5 {
        font-family: 'PlayfairDisplay';
        font-weight: bold;
        font-size: 22px;
        color: #fff;
        margin-bottom: 25px;
    }

    .mega-menu .mega-contact .tel {
        font-size: 25px;
        font-weight: 200;
        color: #24388d;
        line-height: 1;
    }

    .mega-menu .mega-contact .mail {
        color: #cd0d24;
        font-size: 16px;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .mega-menu .mega-contact {
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px 25px;
    }

    .mega-menu .mega-contact img {
        max-width: 45px;
        margin-right: 15px;
    }

    .mega-menu .mega-contact {
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 10px;
    }

    .mega-menu .mega-contact img {
        max-width: 45px;
        margin-right: 15px;
    }

    .mega-menu .mega-contact .tel {
        font-size: 25px;
        font-weight: 200;
        color: #24388d;
        line-height: 1;
    }

    .mega-menu .mega-contact .mail {
        color: #cd0d24;
        font-size: 16px;
        font-weight: 200;
        letter-spacing: 1px;
    }
}

@media(min-width:1800px) {
    .mega-menu ul li {
        font-size: 18px;
        font-weight: 200;
        margin-bottom: 10px;
        position: relative;
    }

    @media(max-width:768px) {
        

        section.page-content .content a.btn {
            width: 100%;
        }
    }

    .mega-menu .mega-center {
        padding-top: 50px;
        padding-left: 50px;
        height: 100%;
        position: relative;
        display: block;
        background: #fff;
    }
}

@media(min-width:1900px) {
    .mega-menu ul li {
        font-size: 18px;
        font-weight: 200;
        /* margin-bottom: 18px; */
        margin-bottom: 10px;
        position: relative;
    }

    .mega-menu .mega-center {
        padding-top: 75px;
        padding-left: 75px;
        height: 100%;
        position: relative;
        display: block;
        background: #fff;
    }
}

@media(max-width:1200px) {
    .swiper-slide h1 {
        font-family: 'PlayfairDisplay';
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
        width: auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    header .navbar-brand {
        max-width: 120px;
        position: absolute;
        top: 5px;
        left: 30px;
    }

    .navbar-light .navbar-brand::after {
        content: '';
        width: 140px;
        height: 140px;
        background: #fff;
        position: absolute;
        left: -10px;
        top: -5px;
        border-radius: 50%;
        z-index: -1;
    }

    .swiper-slide p {
        font-size: 18px;
        font-family: 'Kanit';
        max-width: 800px;
    }

    .home-bir-bakis .home-corporate {
        margin-top: -70px;
        position: relative;
        z-index: 99;
        background: #ffff;
        padding-left: 10px;
        padding-top: 10px;
        border-radius: 10px;
        padding-right: 10px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .home-bir-bakis h2 {
        font-size: 36px;
        font-family: 'PlayfairDisplay';
        font-style: italic;
        color: var(--color1);
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 40px;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .home-bir-bakis h2::before {
        content: '';
        background: var(--color1);
        width: 150px;
        height: 3px;
        position: absolute;
        left: auto;
        bottom: 0;
    }

    .home-bir-bakis p {
        text-align: center;
    }

    .home-btn {
        width: 100%;
    }

    .home-bir-bakis .nav-tabs .nav-item.aktif::before {
        content: none;
    }

    .home-bir-bakis .home-tab .nav-tabs {
        display: flex;
        /* flex-direction: row; */
        border: none;
        color: #000;
    }

    .home-tab {
        margin-top: 50px;
    }

    .home-bir-bakis .nav-tabs .nav-item.show .nav-link,
    .home-bir-bakis .nav-tabs .nav-link.active {
        background: none;
        border: none;
    }

    body {
        overflow-x: hidden;
    }

    .home-bir-bakis .tab-content>.active {
        display: block;
        background: #fff;
        padding: 30px 15px 50px 15px;
        border-radius: 10px;
        box-shadow: -0.07px 1.999px 160px 0px rgb(0 0 0 / 23%);
        margin-top: -50px;
        max-width: 600px;
        position: relative;
        font-weight: 200;
        font-size: 16px;
        margin-top: 10px;
    }

    .bg-gray {
        background: url(../img/bg.png);
        background-size: cover;
        background-position: center;
        padding: 50px 0px;
        padding-bottom: 0;
    }

    .home-kampuste-tab .nav-tabs .nav-item {
        margin-bottom: -1px;
        border-bottom: 1px solid #fff;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-tab-content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .home-kampuste-tab .tab-content .home-tab-content-img {
        max-width: 350px;
        z-index: 999;
        margin-bottom: 25px;
    }

    .home-reportage .home-reportage-img {
        margin-top: 25px;
        width: auto !important;
    }

    .home-socials-title h2 {
        font-size: 40px;
    }

    .home-socials-title span {
        font-size: 15px;
    }

    .home-socials ul {
        list-style: none;
        display: flex;
        align-items: end;
        justify-content: space-evenly;
        flex-direction: column;
    }

    footer .footer-follow ul li {
        margin-right: 5px;
        /* width: 45px; */
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 200;
    }

    footer .footer-menu {
        padding: 0 20px;
    }

    .footer-eraslan ul {
        list-style: none;
        display: flex;
        margin-bottom: 0;
        flex-direction: column;
    }

    .footer-eraslan ul li::after {
        content: none;
    }

    .home-slide {
        position: relative;
        z-index: 9;
    }

    .right-bar {
        display: none;
    }

    footer .footer-follow ul li:nth-child(6) {
        display: none;
    }

    .right-btn .menu span {
        color: #fff;
        font-family: 'PlayfairDisplay';
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-light .navbar-brand {
        /* z-index: 9999999; */
        z-index: 99;
    }
}

@media(max-width:1199px) {
    .home-kampuste-yasam {
        padding-bottom: 150px;
        /* height: auto !important; */
    }

    .left-form button.form-control {
        margin-bottom: 0px;
    }
}

@media(max-width:991px) {
    .swiper-container2 .SlideArea {
        flex-direction: column;
        height: 680px;
    }
}

@media(max-width:767px) {
    .m-custom {
        position: absolute;
        right: 0;
        bottom: -100px;
        z-index: 9;
    }
    .swiper-slide.swiper-slide2.home-news-details {
        align-items: flex-start;
        width: 90%;
        padding: 0 25px;
        max-width: 100%;
        height: 50%;
    }

    .swiper-container2 .imgArea {
        width: 90%;
        height: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

    .swiper-container2 .imgArea img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center;
    }

    .right-btn .menu {
        border-radius: 10px;
    }

    .menu--open .btn-burger i:first-child,
    .btn-toggler.active i:first-child {
        top: 13px;
        left: 1px;
        -webkit-transform: rotate(135deg) !important;
        transform: rotate(135deg) !important;
        background-color: #23388d;
    }

    .menu--open .btn-burger i:nth-child(3),
    .btn-toggler.active i:nth-child(3) {
        top: 13px;
        width: 100%;
        -wekit-transform: rotate(-135deg) !important;
        transform: rotate(-135deg) !important;
        background-color: #23388d;
    }

    .mega-menu {
        position: relative;
        height: 100%;
        background: #23388d;
        margin-right: 0;
        box-shadow: 0 0 20px #0000009c;
    }

    .navbar-collapse {
        height: 100vh;
        overflow: auto;
    }

    .mega-menu .menu-column {
        height: 100%;
        border-right: 1px solid #d3d7e8;
        border-bottom: 1px solid #d3d7e8;
        padding-top: 10px;
    }

    .mega-menu .menu-logo {
        display: none;
    }

    .page-header .page-title h1 {
        color: #fff;
        font-family: 'PlayfairDisplay';
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        background: rgb(33 54 135 / 90%);
        margin-bottom: 0;
        padding: 15px 15px;
        margin-left: 0;
    }

    .page-breadcrumb ul {
        list-style: none;
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: end;
        margin-bottom: 5px;
    }

    .swiper-slide.landing {
        height: auto;
        padding: 60px 0;
    }

    .home-bir-bakis.landing-bir-bakis .home-corporate {
        margin-top: 0;
    }

    .swiper-slide.landing h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .swiper-slide.landing p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .icon-btn.white img {
        box-shadow: none;
        border-radius: 0;
        margin-left: 10px;
    }

    nav .lang a {
        font-family: 'PlayfairDisplay';
        font-weight: bold;
        color: #ffffff;
        font-size: 14px;
    }

    .home-kampuste-yasam {
        padding-bottom: 190px;
        /* height: auto !important; */
    }
}

@media(max-width:567px) {
    .footer-eraslan ul li {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media(max-width:359px) {}

@media(min-width:568px) {}

@media(min-width:568px) and (max-width:767px) {}

@media(min-width:768px) {}

@media(min-width:568px) and (max-width:991px) {}

@media(min-width:768px) and (max-width:991px) {}

@media(min-width:992px) {}

@media(min-width:992px) and (max-width:1199px) {}

@media(min-width:1200px) {}

@media(min-width:1600px) {}

@media(min-width:1200px) and (max-width:1899px) {}

@media(min-width:1500px) {}

@media(min-width:1900px) {}

@media(min-width:2100px) {}

@media(min-width:2500px) {}

::selection {
    color: #ffffff;
    background-color: var(--color2);
}

::-moz-selection {
    color: #ffffff;
    background-color: var(--color2);
}

::-webkit-scrollbar-track {
    background-color: #8b8b8b;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--color2);
    border-radius: 0;
}

.kabul-ediyorum {
    background-color: rgb(35 122 252);
    position: fixed;
    width: 300px;
    bottom: 16px;
    z-index: 999;
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-radius: 5px;
    left: 16px;
    font-family: Arial, Verdana;
}

.kabul-ediyorum a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.kabul-ediyorum p {
    /*margin-bottom: 0;*/
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #fff;
}

.kabul-ediyorum .submit {
    background: #fff;
    color: rgb(35 122 252);
    padding: 5px 50px;
    font-size: 12px;
    border-radius: 5px;
    letter-spacing: 1px;
}

a {
    text-decoration: none !important;
}

.cerezler-bacground {
    background: #020000;
}

.cerez-politikalari p {
    font-size: 14px;
    letter-spacing: 1px;
}

.cerez-politikalari h6 {
    font-size: 18px;
    font-weight: bold;
    color: var(--color1);
}

.cerez-politikalari table th {
    font-size: 18px;
    font-weight: bold;
    color: var(--color1);
}

.cerez-politikalari h6.title-full {
    font-size: 18px;
    width: 100%;
    color: #000;
    background: var(--color1);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}