:root {
    --ed-primary-color: #262262;
    --ed-tertiary-color: #da1c5c;
    --evre-blue: #262262;
    --evre-red: #da1c5c;
}

.ed-topbar__info-buttons button {
    color: #fff;
}

.ed-hero__content-title span {
    color: #fff;
}

.ed-topbar__logo img {
    max-width: 180px;
    height: unset;
}

.ed-topbar__info-buttons .login-btn {
    background: var(--evre-blue);
}

.ed-topbar__info-social {
    color: #fff;
}

.ed-hero__content-title {
    font-size: 55px;
    line-height: 62px;
    letter-spacing: 0;
}

.ed-footer__logo img {
    max-width: 200px;
    height: unset;
}

.ed-footer__contact-info a {
    font-size: 16px;
}

.ed-header__menu li a {
    font-weight: 500;
}

.ed-auth__modal-logo {
    width: 186px;
    height: unset;
}

.ed-header--style3 .ed-header__menu li:hover > a {
    color: #cccccc;
}

.ed-preloader .animation-preloader::after {
    background: url('/static/img/favicon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/*HERO*/

.hero-wrapper {
    display: flex;
    height: 100vh;
}

.hero-item {
    background-position: center;
    background-size: cover;
    width: 25%;
    color: #fff;
    position: relative;
    display: flex;
    align-items: end;
    border-right: 1px solid #898989;
    overflow: hidden;
}

.hero-item:last-of-type {
    border-right: none;
}

.hero-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: #000;
    opacity: .5;
    transition: opacity .5s ease-in-out;
}

.hero-content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    writing-mode: vertical-rl;
    background: var(--evre-blue);
    padding: 25px 10px;
    transition: .4s ease-in-out;
}


.hero-item h1 {
    font-weight: 500;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
}

.hero-item:hover::before {
    opacity: .2;
}

.ed-section-head__title {
    font-size: 28px;
    line-height: 40px;
}

p.ed-section-head__text {
    margin-bottom: 1rem;
}

.ed-contact__info-content a {
    font-size: 15px;
}

.ed-header.ed-header--style2 {
    background-color: var(--evre-blue);
}

.ed-header.ed-header--style2.home {
    background-color: transparent;
}

.ed-header.ed-header--style3.sticky {
    background-color: var(--evre-blue);
}

.ed-course__details-content p {
    margin-bottom: 1rem;
}

.ed-course__sidebar-widget ul li.current a {
    color: #000;
    font-weight: 600;
}

.ed-breadcrumbs__title {
    color: #fff;
}

.ed-breadcrumbs__menu li, .ed-breadcrumbs__menu li.active a {
    color: #fff;
}

b, strong {
    font-weight: 600;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    font-family: var(--ed-font-family);
}

.ed-course__details-content h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

.ed-course__details-content ul {
    padding-left: 2.2rem;
}

.ed-course__details-content ul li {
    list-style: disc !important;
    display: list-item;
}

.section-padding {
    padding: 80px 0;
}

.category-item {
    margin-bottom: 1rem;
}

.section-bg.hero-bg {
    padding-top: 90px;
}

.achievement-detail .ed-breadcrumbs__title {
    font-size: 22px;
}

.achievement-detail .ed-course__details-img img {
    height: unset;
}

.faculty-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
}

.faculty-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    pointer-events: none;
}

.faculty-item .faculty-content {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 10px;
}

.faculty-count {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: #fff;
}

.faculty-count i {
    font-size: 30px;
}

.faculty-content h4 {
    color: #fff !important;
    font-weight: 300;
    margin-bottom: 0;
}


.academy table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0;
    table-layout: fixed;
    margin-block: 3rem;
    width: 70%;
}

.academy table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.academy table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.academy table th,
.academy table td {
    padding: .625em;
    text-align: left;
    padding-left: 1.25rem;
}

.academy table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.academy table tr:nth-of-type(odd) {
    background-color: #dfdfdf;
}

.academy table thead tr {
    background-color: #f8f8f8 !important;
}

.academy table th:nth-of-type(2) {
    width: 20%;
}

.academy table th:nth-of-type(3) {
    width: 35%;
}

.year-wrapper {
    padding-top: 3rem;
}

.year-wrapper h4 {
    margin-bottom: 0;
}

.ed-breadcrumbs__menu li {
    text-transform: none;
}

.ed-contact__card-info a {
    font-size: 19px;
}

.ed-contact__form-big-title {
    font-size: 30px;
    line-height: 40px;
}

.instagram-color {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.map-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 20px;
}

.g-map iframe {
    width: 100%;
    height: 450px;
}

.ed-blog__img img {
    height: 445px;
}

.blurry-text {
    color: transparent;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ed-footer__widget-links li {
    margin-bottom: 24px;
}

.ed-footer__top {
    padding: 100px 0px 110px;
}

.kvkk p {
    margin-bottom: 1rem;
}

.kvkk ul, .kvkk ol {
    padding-left: 2.25rem;
    margin-bottom: 1rem;
}

.kvkk ul li {
    list-style: disc;
}

.kvkk ol li {
    list-style: decimal;
}

.ed-blog__card:hover .ed-blog__img img {
    transform: scale(1);
    opacity: .75;
}

.ed-blog__title h4 {
    margin-top: 0;
}

.ed-blog__content {
    margin-top: 20px;
}

button.filter-btn {
    padding: 13px 23px;
    border-radius: 52px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.14px;
    color: #263238;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    background: var(--ed-tertiary-color);
    color: #fff;
}

.filter-btn.active {
    background: var(--evre-blue);
}

.year-filters {
    padding: 50px 0 0 0;
}

.ed-section-head__title {
    font-size: 26px;
    margin-bottom: 15px;
}

.message-box {
    text-align: center;
    padding: 1rem;
    margin-bottom: 30px;
    border: 1px solid #7e7e7e;
}

.ed-contact__card-item {
    text-align: center;
}

.ed-contact__card-info a {
    font-size: 16px;
    padding-top: 5px;
}

.ed-contact__card-item h3 {
    font-size: 16px;
    text-align: center;
}

.ed-contact__card-item.longer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.kvkk tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
}

.kvkk td, th {
    padding: 4px;
}

.campus-detail .gallery {
    padding: 60px 0 0;
}

.campus-detail .gallery-item {
    margin-bottom: 1rem;
}

.price-item {
    padding: 1rem;
    color: #fff;
    background-color: var(--evre-blue);
    border-bottom: 1px solid #484394;
}

.price-item:hover a, .price-item a:focus {
    color: #d3d3d3;
}

.price-item a i {
    margin-right: .5rem;
}