body {
    font-family: 'Montserrat', sans-serif;
    background: #f2eff5;
}

body.duyurular .teste-katil {
    margin-bottom: 150px;
}

body.kurslarimiz .kurslarimiz {
    margin-bottom: 100px;
}

body.kurslarimiz .teste-katil {
    margin-bottom: 150px;
}

* {
    font-family: 'Montserrat', sans-serif;
}

*:focus {
    box-shadow: unset !important;
    outline: unset !important;
}

img {
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: none !important;
    transition: 0.3s ease all;
}

a:hover {
    text-decoration: none !important;
}

svg.iconset {
    position: absolute;
    pointer-events: none;
}

.container.newrow {
    padding-left: 5px;
    padding-right: 5px;
}

.container.newzero {
    padding-left: 0px;
    padding-right: 0px;
}

.row.newzero {
    margin-left: -0px;
    margin-right: -0px;
}

.row.newzero > div {
    padding-left: 0px;
    padding-right: 0px;
}

.row.newrow {
    margin-left: -5px;
    margin-right: -5px;
}

.row.newrow > div {
    padding-left: 5px;
    padding-right: 5px;
}

.btn {
    border-radius: 6px;
    border: 0px;
}

.btn.btn-md {
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    padding: 13px 19px;
}

.btn.btn-lg {
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    padding: 21px 25px;
}

.btn.btn-lg.btn-round {
    border-radius: 50px;
    padding: 21px 55px;
}

.btn.btn-dark {
    color: #51207a;
    background-color: #ffe900;
}

.btn.btn-dark:not(:disabled):not(.disabled):hover {
    color: #ffe900;
    background: #51207a;
}

.btn.btn-dark:not(:disabled):not(.disabled):focus {
    color: #ffe900;
    background: #51207a;
}

.btn.btn-dark:not(:disabled):not(.disabled):active {
    color: #ffe900;
    background: #51207a;
}

.btn.btn-warning {
    color: #fff;
    background-color: #ea611b;
}

.btn.btn-warning:not(:disabled):not(.disabled):hover {
    color: #ea611b;
    background: #fff;
}

.btn.btn-warning:not(:disabled):not(.disabled):focus {
    color: #ea611b;
    background: #fff;
}

.btn.btn-warning:not(:disabled):not(.disabled):active {
    color: #ea611b;
    background: #fff;
}

.btn-round {
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 25px;
}

.btn.btn-border.btn-warning {
    color: #fff;
    background-color: transparent;
    border: 2px solid #ea611b;
    font-size: 22px;
    font-weight: bold;
}

.btn.btn-border.btn-default {
    color: #d7dce0;
    background-color: transparent;
    border: 2px solid #d7dce0;
}

.btn.btn-border.btn-default:not(:disabled):hover {
    color: #ffffff;
    background: #484443;
}

.btn.btn-border.btn-default:not(:disabled):focus {
    color: #ffffff;
    background: #484443;
}

.btn.btn-border.btn-default:not(:disabled):active {
    color: #ffffff;
    background: #484443;
}

.btn.btn-border.btn-light {
    color: #fff200;
    background-color: transparent;
    border: 2px solid #fff200;
}

.btn.btn-border.btn-light.duyurular-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 10px 20px;
    margin-top: 35px;
    border-color: #e3deec;
    color: #e3deec;
}

.btn.btn-border.btn-light.duyurular-btn:hover {
    border-color: #fff200;
    color: #fff200;
}

.btn.btn-border.btn-light.duyurular-btn:hover svg {
    fill: #fff200;
}

.btn.btn-border.btn-light.duyurular-btn svg {
    height: 50px;
    max-width: 80px;
    margin-right: 10px;
    fill: #e3deec;
}

.btn.btn-border.btn-light:not(:disabled):hover {
    color: #fff200;
}

.btn.btn-border.btn-light:not(:disabled):focus {
    color: #fff200;
}

.btn.btn-border.btn-light:not(:disabled):active {
    color: #fff200;
    background-color: transparent;
}

.ms-select {
    position: relative;
}

.ms-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #e6e7e8;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    -webkit-mask: url("../img/svg/bold-arrow.svg");
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    background: #b5a8cc;
    width: 16px;
    height: 10px;
    transition: 0.3s ease all;
}

.select-selected.select-arrow-active:after {
    transform: rotate(180deg);
}

.select-selected.select-arrow-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ms-select .select-items {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*style the items (options), including the selected item:*/
.select-items div:last-child {
    border: 0px;
}

.select-items div {
    color: #474443;
    cursor: pointer;
    user-select: none;
    padding: 8px 17px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    border-bottom: 1px solid #d6d7d8;
}

.select-selected {
    color: #51207a;
    cursor: pointer;
    user-select: none;
    padding: 8px 17px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 6px;
}

.select-items {
    position: absolute;
    background-color: #e6e7e8;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 6px;
    max-height: 150px;
    overflow: hidden;
    overflow-y: scroll;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 4;
    padding-top: 30px;
}

header .menu {
    display: flex;
    padding: 21px 0px;
}

header .menu .navbar {
    width: 100%;
    padding: 0px 10px;
}

header .menu .navbar-nav.submenuActive > li > a {
    color: #c6d2da;
}

header .menu .navbar-nav {
    width: auto;
    display: flex;
    margin-right: -20px;
}

header .menu .navbar-nav > li {
    z-index: 5;
    position: relative;
}

header .menu .navbar-nav > li:hover > a {
    color: #fff200;
}

header .menu .navbar-nav > li > a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px;
}

header .menu .navbar-nav > li.megaMenu:hover {
    z-index: 7;
}

header .menu .navbar-nav > li.megaMenu:hover > a {
    color: #fff200;
}

header .menu .navbar-nav > li.megaMenu:hover > a:before {
    opacity: 1;
    bottom: -48px;
    transition: 0.3s 0.3s ease all;
    pointer-events: auto;
}

header .menu .navbar-nav > li.megaMenu:hover > .dropdown {
    opacity: 1;
    pointer-events: auto;
    transition: all .3s;
    transition-delay: .2s;
    padding: 37px 0px 0px;
}

header .menu .navbar-nav > li.megaMenu > .dropdown {
    position: absolute;
    width: 760px;
    max-width: 100vw;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    will-change: transform, opacity;
    transition: all .1s;
    opacity: 0;
    padding: 0px;
    z-index: 9;
}

header .menu .navbar-nav > li.megaMenu > .dropdown .menuBox {
    border-radius: 10px;
    overflow: hidden;
    border: 0px;
    padding: 30px 40px;
    background-color: #fff;
}

header .menu .navbar-nav > li.megaMenu > .dropdown .menuBox .menuicon-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .menu .navbar-nav > li.megaMenu > .dropdown .menuBox .icon-hover {
    background-color: #9b81b2;
    height: 180px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    width: 100%;
}

header .menu .navbar-nav > li.megaMenu > .dropdown .menuBox ul > li > a {
    color: #9b81b2;
    font-size: 13px;
    line-height: 29px;
    display: block;
    font-weight: 600;
}

header .menu .navbar-nav > li.megaMenu > .dropdown .menuBox ul > li > a:hover {
    color: #501e70;
}

header .menu .navbar-nav > li.megaMenu > a:before {
    content: '';
    -webkit-mask: url(../img/svg/bold-arrow.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    background: #ffffff;
    width: 50px;
    height: 38px;
    position: absolute;
    bottom: -60px;
    opacity: 0;
    left: 50%;
    color: #ffffff;
    transform: translateX(-50%) rotate(180deg);
    line-height: 0px;
    z-index: 1;
    transition: 0.1s ease bottom;
    transition-delay: 0s;
    pointer-events: none;
}

header .logo {
    display: block;
}

header .loginarea {
    display: inline-block;
    position: relative;
}

header .infobar {
    text-align: right;
}

header .infobar .profilname {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}

.mobileHeader {
    display: none;
}

.mobileMenu {
    display: none;
}

.menuOverlay.active {
    opacity: 1;
    pointer-events: auto;
}

.menuOverlay {
    opacity: 0;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 6;
    transition: 0.3s ease all;
    pointer-events: none;
}

header .loginarea {
    display: inline-block;
    position: relative;
}

header .loginModal {
    /* display: none; */
    position: absolute;
    right: 0px;
    opacity: 0;
    transition: 0.3s ease all;
    pointer-events: none;
    z-index: 23;
    top: calc(100% + 30px);
}
header .loginModal2 {
    /* display: none; */
    position: absolute;
    right: 0px;
    opacity: 0;
    transition: 0.3s ease all;
    pointer-events: none;
    z-index: 23;
    top: calc(100% + 30px);
}

body.loginOpened header .loginModal {
    pointer-events: auto;
    opacity: 1;
}
body.loginOpened2 header .loginModal2 {
    pointer-events: auto;
    opacity: 1;
}

header .loginModal .loginbox:before {
    content: '';
    -webkit-mask: url(../img/svg/arrow.html);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    background: #ffffff;
    width: 50px;
    height: 38px;
    position: absolute;
    opacity: 0;
    color: #ffffff;
    transform: translateX(-50%) rotate(180deg);
    line-height: 0px;
    z-index: 1;
    transition: 0.3s 0.2s ease all;
    transition-delay: 0s;
    pointer-events: none;
    right: 20px;
    top: -25px;
}
header .loginModal2 .loginbox2:before {
    content: '';
    -webkit-mask: url(../img/svg/arrow.html);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    background: #ffffff;
    width: 50px;
    height: 38px;
    position: absolute;
    opacity: 0;
    color: #ffffff;
    transform: translateX(-50%) rotate(180deg);
    line-height: 0px;
    z-index: 1;
    transition: 0.3s 0.2s ease all;
    transition-delay: 0s;
    pointer-events: none;
    right: 20px;
    top: -25px;
}

body.loginOpened header .loginModal .loginbox:before {
    pointer-events: auto;
    opacity: 1;
}
body.loginOpened2 header .loginModal2 .loginbox2:before {
    pointer-events: auto;
    opacity: 1;
}

header .loginModal .loginbox {
    width: 365px;
    max-width: 100%;
    border-radius: 10px;
    padding: 60px 30px 25px;
    background: #fff;
    transition: 0.3s ease all;
    position: relative;
    top: 20px;
}
header .loginModal2 .loginbox2 {
    width: 520px;
    max-width: 100%;
    border-radius: 10px;
    padding: 60px 30px 25px;
    background: #fff;
    transition: 0.3s ease all;
    position: relative;
    top: 20px;
}

body.loginOpened header .loginModal .loginbox {
    top: 0px;
}
body.loginOpened2 header .loginModal2 .loginbox2 {
    top: 0px;
}

header .loginModal .loginbox .title {
    color: #64737a;
    font-size: 24px;
    line-height: 19px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
header .loginModal2 .loginbox2 .title {
    color: #64737a;
    font-size: 24px;
    line-height: 19px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

header .loginModal .loginbox .form-group label {
    color: #474443;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    display: block;
}
header .loginModal2 .loginbox2 .form-group label {
    color: #474443;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    display: block;
}

header .loginModal .loginbox .form-group input:focus {
    border-color: #f3912f;
}
header .loginModal2 .loginbox2 .form-group input:focus {
    border-color: #f3912f;
}

header .loginModal .loginbox .form-group input {
    height: 39px;
    line-height: 39px;
    transition: 0.3s ease all;
}
header .loginModal2 .loginbox2 .form-group input {
    height: 39px;
    line-height: 39px;
    transition: 0.3s ease all;
}

header .loginModal .loginbox .btn {
    margin: 0 auto;
    display: block;
    padding: 12px 56px;
    font-size: 18px;
    font-weight: 700;
}
header .loginModal2 .loginbox2 .btn {
    margin: 0 auto;
    display: block;
    padding: 12px 56px;
    font-size: 18px;
    font-weight: 700;
}

header .loginModal .loginbox p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
    color: #64737a;
    margin: 30px 0px 0px;
}
header .loginModal2 .loginbox2 p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
    color: #64737a;
    margin: 30px 0px 0px;
}

section.slider {
    position: relative;
}

section.slider .swiper-wrapper {
    height: 1026px;
}

section.slider .swiper-wrapper .swiper-slide {
    opacity: 0 !important;
    pointer-events: none;
    height: 100%;
    padding-top: 197px;
    background-position: center top;
    background-repeat: no-repeat;
}

section.slider .swiper-wrapper .swiper-slide .container {
    position: relative;
}

section.slider .swiper-wrapper .swiper-slide .content {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

section.slider .swiper-wrapper .swiper-slide .content h3 {
    font-size: 32px;
    line-height: 55px;
    color: #fff;
    font-weight: 400;
    position: relative;
    left: -100%;
    transition: 0.3s ease all;
    padding: 15px 0px;
}

section.slider .swiper-wrapper .swiper-slide .content h3 b {
    display: block;
    color: #b5a8cc;
    font-size: 50px;
    font-weight: 900;
    line-height: 55px;
}

section.slider .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    pointer-events: auto;
}

section.slider .swiper-wrapper .swiper-slide.swiper-slide-active .content h3 {
    left: 0px;
}

.onkayitFormu {
    position: absolute;
    z-index: 5;
    top: auto;
    transform: none;
    display: block !important;
    margin-top: -200px;
    margin-left: 90px;
}

.onkayitFormu form {
    width: 290px;
    max-width: 100%;
    margin-bottom: 0;
}

.onkayitFormu form h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 900;
    color: #ffe900;
}

.onkayitFormu form .form-group {
    margin-bottom: 10px;
}

.onkayitFormu form .form-group .form-control {
    background: #e6e7e8;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #51207a;
    border: 0px;
    border-radius: 6px;
    padding: 8px 17px;
    height: auto;
}

.onkayitFormu form .form-group .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #51207a;
}

.onkayitFormu form .form-group .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #51207a;
}

.onkayitFormu form .form-group .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #51207a;
}

.onkayitFormu form .form-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #51207a;
}

section.slider .basarilar {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 450px;
    max-width: 100%;
}

section.slider .basarilar h4 {
    font-size: 22px;
    color: #501e70;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section.slider .basarilar h4 svg {
    height: 100px;
    max-width: 85px;
    margin-top: -30px;
    margin-left: 15px;
}

section.slider .basarilar .owl-basarilarimiz .item p {
    font-size: 16px;
    color: #501e70;
    font-weight: 500;
    text-align: right;
}

section.slider .basarilar .owl-basarilarimiz .item p b {
    font-weight: bold;
    display: block;
}

section.kurslarimiz {
    padding-bottom: 20px;
}

section.kurslarimiz h2 {
    color: #501e70;
    font-size: 40px;
    font-weight: 900;
    line-height: 64px;
    margin-bottom: 30px;
}

section.kurslarimiz .kurs {
    display: block;
    padding-bottom: 48.27%;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0.813px 1.827px 4.95px 0.05px rgba(80, 30, 112, 0.17);
    z-index: 1;
    overflow: hidden;
}

section.kurslarimiz .kurs:hover {
    background-color: #501e70;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.3);
}

section.kurslarimiz .kurs:hover .baslik {
    color: #fff;
}

section.kurslarimiz .kurs:hover .detay {
    color: #fff;
}


section.kurslarimiz .kurs:hover .icon {
    transform: scale(1.25);
}

section.kurslarimiz .kurs:hover .kurshover {
    opacity: 0.2;
}

section.kurslarimiz .kurs .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}

section.kurslarimiz .kurs .baslik {
    font-size: 20px;
    line-height: 22px;
    font-weight: 800;
    color: #501e70;
    max-width: 150px;
    width: 100%;
    display: block;
    z-index: 2;
    transition: 0.3s ease all;
    margin-bottom: 10px;
}

section.kurslarimiz .kurs .detay {
    font-size: 12px;
    line-height: 1;
    color: #501e70;
    font-weight: 600;
    transition: 0.3s ease all;
    z-index: 2;
    margin-left: -5px;
}

section.kurslarimiz .kurs .icon {
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    right: 25px;
    top: 30px;
    bottom: 30px;
    width: 90px;
    background: #a289b7;
    transition: 0.3s ease all;
}

section.kurslarimiz .kurs .kurshover {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: 0.3s ease all;
    z-index: 1;
}

body.kurslarimiz .kurslarimiz .kurs .text {
    padding-left: 55px;
}

body.kurslarimiz .kurslarimiz .kurs .icon {
    right: 55px;
}

section.basarilar-banner .banner {
    background-color: #501e70;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    height: 340px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

section.basarilar-banner .banner img {
    margin-top: -17px;
    margin-left: 10px;
}

section.basarilar-banner .banner .title {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

section.basarilar-banner .banner .title h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    position: relative;
}

section.basarilar-banner .banner .title h4 b {
    font-weight: 800;
    color: #fff200;
}

section.basarilar-banner .banner .title:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 90%;
    background-color: #fff200;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
}

section.basarilar-banner .banner:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/banner-overlay.png);
    background-repeat: no-repeat;
    background-position: right center;
    mix-blend-mode: soft-light;
}

section.basarilar-banner .banner ul {
    padding-left: 70px;
    margin-bottom: 0;
}

section.basarilar-banner .banner ul li {
    display: flex;
    align-items: center;
    line-height: 30px;
}

section.basarilar-banner .banner ul li b {
    font-weight: bold;
    color: #fff200;
    font-size: 22px;
    width: 40px;
    display: inline-flex;
    justify-content: flex-end;
    margin-right: 15px;
}

section.basarilar-banner .banner ul li span {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

section.sinav-takvimi {
    height: 320px;
    background-color: #fff;
    position: relative;
    margin-top: 45px;
    margin-bottom: 230px;
}

section.sinav-takvimi .owl-stage-outer {
    overflow: unset;
}

section.sinav-takvimi:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/sinav-takvimi-overlay.png);
    background-repeat: no-repeat;
    background-position: right center;
}

section.sinav-takvimi .header {
    height: 162px;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
}

section.sinav-takvimi .header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.sinav-takvimi .header .content h4 {
    color: #501e70;
    font-weight: 800;
    font-size: 40px;
    margin: 0;
}

section.sinav-takvimi .header .content .takvim-nav {
    position: relative;
    z-index: 999;
}

section.sinav-takvimi .header .content .takvim-nav button {
    -webkit-mask: url(../img/svg/line_arrow.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    height: 34px;
    width: 22px;
    cursor: pointer;
    border: 0px;
    background: #9b81b2;
    transition: 0.3s ease all;
    position: relative;
}

section.sinav-takvimi .header .content .takvim-nav button:hover {
    background-color: #501e70;
}

section.sinav-takvimi .header .content .takvim-nav .next-btn {
    transform: rotate(-180deg);
}

section.sinav-takvimi .slider-content {
    height: 290px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

section.sinav-takvimi .slider-content .owl-sinav-takvimi .item .item-container {
    border-radius: 5px;
    background-color: #501e70;
    width: 100%;
    height: 290px;
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.sinav-takvimi .slider-content .owl-sinav-takvimi .item .item-container svg {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #fff200;
}

section.sinav-takvimi .slider-content .owl-sinav-takvimi .item .item-container .text h4 {
    font-size: 20px;
    color: #fff200;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}

section.sinav-takvimi .slider-content .owl-sinav-takvimi .item .item-container .text p {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 1;
}

section.sinav-takvimi .slider-content .owl-sinav-takvimi .item .item-container span {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 1;
}

section.sinav-takvimi .slider-content .owl-sinav-takvimi .item.gecmis .item-container {
    background-color: #9b81b2;
}

section.sinav-takvimi .slider-content .owl-sinav-takvimi .item.gecmis svg {
    fill: #fff !important;
}

section.sinav-takvimi .slider-content .owl-sinav-takvimi .item.gecmis .text h4 {
    color: #fff;
}

section.sinav-takvimi .slider-content .owl-sinav-takvimi .item.gecmis .text p {
    color: #fff;
}

section.teste-katil .banner {
    border-radius: 5px;
    background-color: #501e70;
    height: 252px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.teste-katil .banner .text {
    padding-left: 40px;
}

section.teste-katil .banner .text h4 {
    font-weight: 900;
    font-size: 35px;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

section.teste-katil .banner .text p {
    font-weight: 500;
    font-size: 20px;
    color: #fff200;
    margin: 0;
    line-height: 1;
}

section.teste-katil .banner a.btn {
    z-index: 9;
    padding: 10px 40px;
}

section.teste-katil .banner a.btn:hover {
    background-color: #fff200 !important;
    color: #501e70 !important;
}

section.teste-katil .banner .img-container {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.teste-katil .banner .img-container img {
    width: 90%;
}

section.teste-katil .banner:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/teste-katil-overlay.png);
    background-repeat: no-repeat;
    background-position: right center;
    mix-blend-mode: soft-light;
}

section.duyurular {
    margin-top: 80px;
}

section.duyurular .header {
    background-color: #501e70;
    padding: 18px 0;
    display: flex;
    align-items: center;
    width: 100%;
}

section.duyurular .header h4 {
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}

section.duyurular .header a {
    border-radius: 6px;
    border-color: #e3deec !important;
    color: #e3deec !important;
}

section.duyurular .header a:hover {
    border-color: #fff200 !important;
    color: #fff200 !important;
}

section.duyurular .content {
    padding: 50px 0;
}

section.duyurular .content .owl-duyurular .owl-dots {
    margin-top: 15px;
    text-align: center;
}

section.duyurular .content .owl-duyurular .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    background-color: #a68fbc;
    margin: 0 2px;
}

section.duyurular .content .owl-duyurular .owl-dots .owl-dot.active {
    background-color: #501e70;
}

section.duyurular .content .owl-duyurular .item {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
}

section.duyurular .content .owl-duyurular .item h4 {
    font-size: 20px;
    font-weight: bold;
    color: #501e70;
}

section.duyurular .content .owl-duyurular .item h4 a {
    color: inherit;
}

section.duyurular .content .owl-duyurular .item p {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
}

section.duyurular .content .owl-duyurular .item p a {
    color: #501e70;
}

footer {
    background-color: #ffffff;
    border-top: 2px solid #fff200;
    padding: 110px 0 0 0;
    overflow: hidden;
}

footer .imza {
    color: #b5bbc0;
    font-size: 14px;
    text-align: right;
}

footer .imza a {
    font-weight: bold;
    color: #b5bbc0;
}

footer .imza a:hover {
    color: #64737a;
    border-bottom: 2px solid #64737a;
}

footer .menu {
    position: relative;
    min-height: 200px;
}

footer .menu li {
    line-height: 34px;
}

footer .menu li a {
    font-size: 14px;
    font-weight: bold;
    color: #9b81b2;
}

footer .menu li a:hover {
    color: #501e70;
}

footer .iletisim-bilgileri {
    position: relative;
    min-height: 200px;
}

footer .iletisim-bilgileri:after {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 1px;
    background-color: #9b81b2;
    height: 100%;
}

footer .iletisim-bilgileri:before {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 1px;
    background-color: #9b81b2;
    height: 100%;
}

footer .iletisim-bilgileri .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

footer .iletisim-bilgileri .item .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .iletisim-bilgileri .item .icon svg {
    width: 37px;
    height: 37px;
}

footer .iletisim-bilgileri .item .text {
    width: calc(100% - 60px);
    font-size: 14px;
    color: #9b81b2;
    font-weight: 500;
    margin: 0;
}

footer .iletisim-bilgileri .item .text p {
    margin: 0;
}

footer ul.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 200px;
    position: relative;
}

footer ul.social:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 1px;
    background-color: #9b81b2;
    height: 100%;
}

footer ul.social li {
    margin-bottom: 33px;
}

footer ul.social li:last-child {
    margin-bottom: 0;
}

footer ul.social li a svg {
    width: 40px;
    height: 40px;
    fill: #9b81b2;
}

footer ul.social li a svg:hover {
    fill: #501e70;
}

footer .logo-area {
    text-align: right;
}

footer .logo-area a img {
    margin-top: -60px;
    width: 75%;
}

footer .logo-area p {
    font-size: 14px;
margin-top:1rem;
    color: #9b81b2;
}

footer .logo-area p b {
    color: #501e70;
    font-weight: bold;
}

.page-content {
    position: relative;
    display: block;
    min-height: 1200px;
}

.page-content .background {
    background-image: url(../img/page_background.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 981px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.page-content .content {
    padding-top: 180px;
}

.page-content .content .breadcrumb {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    background-color: white;
    box-shadow: -1.929px 6.729px 16px 0px rgba(25, 0, 0, 0.17);
    padding: 10.5px 45px;
}

.page-content .content .breadcrumb a {
    color: #9b81b2;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    padding: 0px 10px;
    position: relative;
}

.page-content .content .breadcrumb a:last-child {
    color: #501e70;
    font-weight: 600;
}

.page-content .content .breadcrumb a:hover {
    color: #501e70;
}

.page-content .content .breadcrumb a:not(:last-child):before {
    content: '';
    -webkit-mask: url("../img/svg/navigasyon-arrow.svg");
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    width: 8px;
    height: 15px;
    background: #9b81b2;
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
}

.page-content .content .page-title {
    font-size: 40px;
    color: #fff200;
    font-weight: 900;
    text-align: center;
    margin: 50px 0;
}

.page-content .content .duyurular-content .item {
    padding: 90px 60px;
    margin-bottom: 25px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0.813px 1.827px 4.95px 0.05px rgba(80, 30, 112, 0.17);
}

.page-content .content .duyurular-content .item table {
    width: 100% !important;
    border: 1px solid black;
    margin-bottom: 20px;
}

.page-content .content .duyurular-content .item table th,.page-content .content .duyurular-content .item table td {
    border: 1px solid black;
    vertical-align: middle !important;
    padding: 2px 5px;

}

.page-content .content .duyurular-content .item h4 {
    color: #501e70;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-content .content .duyurular-content .item p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #414042;
}

.page-content .content .duyurular-content .item p:last-child {
    margin-bottom: 0;
}

.page-content .content .duyurular-content .item:last-child {
    margin-bottom: 100px;
}

.page-content .content .iletisim-content .item {
    padding: 50px 60px;
    margin-bottom: 25px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0.813px 1.827px 4.95px 0.05px rgba(80, 30, 112, 0.17);
}

.page-content .content .iletisim-content .item h4 {
    color: #501e70;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.page-content .content .iletisim-content .item .harita {
    height: 260px;
    width: 100%;
}

.page-content .content .iletisim-content .item .contact-items {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.page-content .content .iletisim-content .item .contact-items .detail {
    flex: 1;
    width: calc(100% / 3);
    color: #64737a;
    min-height: 75px;
    padding-right: 50px;
    position: relative;
    padding-left: 15px;
}

.page-content .content .iletisim-content .item .contact-items .detail:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #501e70;
    width: 2px;
    height: 100%;
    border-radius: 2px;
}

.page-content .content .iletisim-content .item .contact-items .detail h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}

.page-content .content .iletisim-content .item .contact-items .detail p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.page-content .content .iletisim-form {
    margin-top: 75px;
    margin-bottom: 150px;
}

.page-content .content .iletisim-form h4 {
    color: #501e70;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-content .content .iletisim-form .form-group .form-control {
    border-radius: 6px;
    background-color: white;
    height: 40px;
    border: 1px solid transparent;
    font-size: 13px;
    color: #474443;
    font-weight: 500;
}

.page-content .content .iletisim-form .form-group .form-control:hover {
    border-color: #501e70;
}

.page-content .content .iletisim-form .form-group .form-control:focus {
    border-color: #501e70;
}

.page-content .content .iletisim-form .form-group textarea {
    height: 95px !important;
    resize: none;
}

.page-content .content .iletisim-form .btn {
    margin-top: 10px;
    background-color: #704d94;
    color: #fff;
    width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.page-content .content .iletisim-form .btn:hover {
    background-color: #501e70;
    color: #fff;
}

.page-content .content .kurs-detay h4.title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}

.page-content .content .kurs-detay .kurs-basvuru {
    border-radius: 5px;
    background-color: white;
    box-shadow: 0.813px 1.827px 4.95px 0.05px rgba(80, 30, 112, 0.17);
    padding: 48px;
}

.page-content .content .kurs-detay .kurs-basvuru form .form-group input {
    border-radius: 5px;
    background-color: #f2eff5;
    height: 53px;
    font-size: 16px;
    color: #414042;
    font-weight: 300;
    border: 0;
}

.page-content .content .kurs-detay .kurs-basvuru form .btn {
    background-color: #704d94;
    color: #fff;
    padding: 18px 0;
    width: 100%;
}

.page-content .content .kurs-detay .kurs-basvuru form .btn:hover {
    background-color: #501e70;
}

.page-content .content .kurs-detay .kurs-content {
    border-radius: 5px;
    background-color: white;
    min-height: 650px;
    margin-bottom: 170px;
}
.page-content .content .kurs-detay .kurs-content .kurs-icerik {
    padding: 0 20px 30px;
    color: #64737a;
    font-size: 14px;
    line-height: 22px;
}

.page-content .content .kurs-detay .kurs-content h4 {
    font-size: 25px;
    color: #501e70;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    padding: 60px 50px;
}

.page-content .content .kurs-detay .kurs-content ul.list li {
    color: #704d94;
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid #b7a6c9;
    line-height: 1;
    padding: 20px 30px;
}

.page-content .content .kurs-detay .kurs-content ul.list li:last-child {
    border-bottom: 1px solid #b7a6c9;
}

.page-content .content .kurs-detay .kurs-content .box-container {
    display: flex;
    align-items: center;
    padding: 0 20px 20px;
    flex-direction: column;
}

.page-content .content .kurs-detay .kurs-content .box-container .box {
    border-radius: 5px;
    background-color: #501e70;
    height: 113px;
    padding: 0 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.page-content .content .kurs-detay .kurs-content .box-container .box:last-child {
    margin-bottom: 0;
}

.page-content .content .kurs-detay .kurs-content .box-container .box span {
    line-height: 1;
    margin-bottom: 0;
}

.page-content .content .kurs-detay .kurs-content .box-container .box span:first-child {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-right: 15px;
}

.page-content .content .kurs-detay .kurs-content .box-container .box span:last-child {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}

body.kurumsal {
    background-color: #fff;
}

body.kurumsal .page-content {
    min-height: 910px;
}

body.kurumsal .kurumsalMenu li {
    margin-bottom: 10px;
}

body.kurumsal .kurumsalMenu li a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

body.kurumsal .kurumsalMenu li a:hover {
    color: #fff200;
}

body.kurumsal .background {
    background-image: url(../img/kurumsal-bg.png);
    height: 850px;
}

section.page-text h4 {
    color: #501e70;
    font-weight: bold;
    font-size: 30px;
}

section.page-text p {
    font-size: 16px;
    color: #414042;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 20px;
}

section.page-text .logo-area {
    height: 212px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
}

section.page-text .logo-area .margin-container {
    margin-top: 50px;
    width: 100%;
}

section.page-text .logo-area h4 {
    font-size: 30px;
    color: #501e70;
    font-weight: bold;
    margin-bottom: 30px;
}

section.page-text .logo-area .box {
    border-radius: 5px;
    background-color: #501e70;
    height: 186px;
    padding: 0 5px 5px;
    display: flex;
    align-items: center;
}

section.page-text .logo-area .box:hover .icon {
    fill: #fff200;
}

section.page-text .logo-area .box .icon {
    width: 95px;
    height: 120px;
    fill: #fff;
}

section.page-text .logo-area .box .text {
    text-align: right;
}

section.page-text .logo-area .box .text p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
}

section.page-text .logo-area .box .text span {
    color: #fff;
    font-weight: 600;
}

body.rehberlik .page-image {
    position: absolute;
    top: 243px;
    right: 183px;
}

body.rehberlik .title {
    font-size: 48px;
    font-weight: 900;
    color: #ffe900;
    margin-top: 10px;
}

body.rehberlik .page-content {
    min-height: 1050px;
}

section.page-akordiyon {
    padding-bottom: 100px;
}

section.page-akordiyon .labkod-akordiyon {
    height: auto;
    min-height: 500px;
    overflow: hidden;
    padding: 10px;
}

section.page-akordiyon .labkod-akordiyon .akordiyon-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
}

section.page-akordiyon .labkod-akordiyon .akordiyon-item .header {
    border-radius: 5px;
    background-color: #704d94;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    cursor: pointer;
}

section.page-akordiyon .labkod-akordiyon .akordiyon-item .header h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

section.page-akordiyon .labkod-akordiyon .akordiyon-item .header .icon-area .icon {
    fill: #fff;
    width: 15px;
    height: 24px;
    transform: rotate(180deg);
    transition: all ease .1s;
}

section.page-akordiyon .labkod-akordiyon .akordiyon-item .header.active h4 {
    color: #ffe900;
}

section.page-akordiyon .labkod-akordiyon .akordiyon-item .header.active .icon-area .icon {
    transform: rotate(-90deg);
}

section.page-akordiyon .labkod-akordiyon .akordiyon-item .content {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    background-color: #fff;
    padding: 20px;
}

section.page-akordiyon .labkod-akordiyon .akordiyon-item .content img {
    margin-bottom: 20px;
}

section.page-akordiyon .labkod-akordiyon .akordiyon-item .content p {
    font-size: 16px;
    line-height: 24px;
    color: #414042;
    font-weight: 300;
}

section.page-akordiyon .labkod-akordiyon .akordiyon-item .content p:last-child {
    margin-bottom: 0;
}

section.sinavTakvimiDetay {
    padding-bottom: 150px;
    min-height: 900px;
}

section.sinavTakvimiDetay .denemesinavlari {
    border-radius: 6px;
    background-color: white;
    background-position: bottom center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 76px 0px rgba(100, 115, 122, 0.3);
    padding: 40px 0px;
    padding-right: 80px;
}

section.sinavTakvimiDetay .denemesinavlari h2 {
    color: #5e3687;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding: 0px 30px;
}

section.sinavTakvimiDetay .denemesinavlari .sinav {
    padding: 48px 0 48px 65px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.sinavTakvimiDetay .denemesinavlari .sinav:not(:last-child):before {
    content: '';
    background: #b7a6c9;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

section.sinavTakvimiDetay .denemesinavlari .sinav:hover {
    background: #f1f2f3;
    background: linear-gradient(90deg, #ede8f1 0%, rgba(251, 185, 0, 0) 100%);
}

section.sinavTakvimiDetay .denemesinavlari .sinav .gun-box {
    position: absolute;
    left: 24px;
    bottom: 50%;
    width: 20px;
    height: 100px;
    transform: translateY(50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

section.sinavTakvimiDetay .denemesinavlari .sinav .sinavgunu {
    color: #b7a6c9;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    transform: rotate(-90deg);
}

section.sinavTakvimiDetay .denemesinavlari .sinav .tarih {
    border: 3px solid #5e3687;
    width: 82px;
    height: 82px;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.sinavTakvimiDetay .denemesinavlari .sinav .tarih .gun {
    color: #5e3687;
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
}

section.sinavTakvimiDetay .denemesinavlari .sinav .tarih .ay {
    color: #64737a;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

section.sinavTakvimiDetay .denemesinavlari .sinav .tarih .yil {
    color: #5e3687;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

section.sinavTakvimiDetay .denemesinavlari .sinav .sinavicerigi {
    padding: 0px 0px 0px 22px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 88px);
}

section.sinavTakvimiDetay .denemesinavlari .sinav .sinavicerigi p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 800;
    color: #5e3687;
    margin: 0px;
    width: 100%;
}

section.sinavTakvimiDetay .denemesinavlari .sinav .sinavicerigi p b {
    color: #5e3687;
}

section.sinavTakvimiDetay .denemesinavlari .sinav .sinavicerigi .saat {
    color: #a68fbc;
    font-size: 14px;
    font-weight: bold;
}

section.sinavTakvimiDetay .denemesinavlari .sinav .sinavicerigi .etiketler {
    margin-left: -5px;
    margin-top: 10px;
}

section.sinavTakvimiDetay .denemesinavlari .sinav .sinavicerigi .etiketler span {
    color: #64737a;
    font-size: 12px;
    padding: 2px 13px;
    display: inline-block;
    border-radius: 15px;
    background: #e0e3e4;
    cursor: pointer;
}

section.sinavTakvimiDetay .denemesinavlari .sinav .sinavicerigi .etiketler span:hover {
    color: #fff;
    background: #f49b33;
}

section.sinavTakvimiDetay .denemesinavlari.pasif {
    background-color: #5e3687;
}

section.sinavTakvimiDetay .denemesinavlari.pasif .sinav .tarih {
    border-color: #fff100;
}

section.sinavTakvimiDetay .denemesinavlari.pasif h2 {
    color: #ffffff;
}

section.sinavTakvimiDetay .denemesinavlari.pasif .sinavgunu {
    color: #b7a6c9;
}

section.sinavTakvimiDetay .denemesinavlari.pasif .tarih .gun {
    color: #fff100;
}

section.sinavTakvimiDetay .denemesinavlari.pasif .tarih .yil {
    color: #fff100;
}

section.sinavTakvimiDetay .denemesinavlari.pasif .tarih .ay {
    color: #fff;
}

section.sinavTakvimiDetay .denemesinavlari.pasif .sinavicerigi p {
    color: #fff100;
}

section.sinavTakvimiDetay .denemesinavlari.pasif .sinavicerigi .saat {
    color: #fff;
}

section.sinavTakvimiDetay .denemesinavlari.pasif .sinav .sinavicerigi .etiketler span {
    background: #5b5959;
    color: #fff;
}

section.sinavTakvimiDetay .denemesinavlari.pasif .sinav .sinavicerigi .etiketler span:Hover {
    background: #f49b33;
    color: #fff;
}

section.sinavTakvimiDetay .denemesinavlari.pasif .sinav:hover {
    background: #2e2d2c;
    background: linear-gradient(90deg, rgba(28, 7, 64, 0.51) 0%, rgba(251, 185, 0, 0) 100%);
}

section.sinavTakvimiDetay .denemesinavlari.pasif .sinav:not(:last-child):before {
    background: #1f0c3f;
}

section.videodersler {
    border-radius: 6px;
    background-color: white;
    box-shadow: 0px 0px 76px 0px rgba(100, 115, 122, 0.3);
    padding: 40px 30px;
    margin-bottom: 70px;
}

section.videodersler h3 {
    color: #552077;
    font-size: 24px;
    font-weight: 600;
}

section.videodersler h4 {
    color: #6c7a81;
    font-size: 24px;
    font-weight: 600;
}

section.videodersler h4 p {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 0px;
    font-weight: 400;
}

section.videodersler .videoPlayerbox {
    border-radius: 6px;
    overflow: hidden;
}

section.videodersler .searchbox form {
    position: relative;
}

section.videodersler .searchbox form input {
    border: 2px solid #d7dce0;
    background: transparent;
    border-radius: 30px;
    height: 45px;
    color: #b5bbc0;
    font-size: 14px;
    padding: 0px 20px;
    width: 100%;
}

section.videodersler .searchbox form button {
    font-size: 18px;
    font-weight: bold;
    color: #552078;
    background: transparent;
    border: 0px;
    position: absolute;
    right: 12px;
    top: 0px;
    line-height: 45px;
    z-index: 2;
    cursor: pointer;
}

section.videodersler .videolar {
    padding: 40px 0px;
}

section.videodersler .videolar .videolist {
    border-radius: 16px;
    background-color: white;
    box-shadow: 0px 0px 18px 0px rgba(100, 115, 122, 0.15);
    padding: 25px;
    transition: 0.3s ease all;
    margin-bottom: 17px;
}

section.videodersler .videolar .videolist.dosya {
    padding: 10px 25px;
}

section.videodersler .videolar .videolist.dosya .baslik {
    color: #64737a;
    font-size: 15px;
    font-weight: 500;
}

section.videodersler .videolar .videolist.dosya .tarih {
    display: inline-block;
    background: transparent;
    color: #64737a;
    font-weight: 500;
    font-size: 15px;
    vertical-align: middle;
}

section.videodersler .videolar .videolist.dosya .btn {
    display: inline-block;
    background: transparent;
    color: #64737a;
    font-weight: 500;
    font-size: 15px;
    vertical-align: middle;
    margin-left: 50px;
}

section.videodersler .videolar .videolist.dosya:hover {
    background: #474443;
}

section.videodersler .videolar .videolist.dosya:hover .btn {
    background: transparent;
    color: #f08028;
}

section.videodersler .videolar .videolist.dosya:hover .baslik, section.videodersler .videolar .videolist.dosya:hover .tarih {
    color: #fff;
}

section.videodersler .videolar .videolist.dersnotlari {
    background: #f08028;
    box-shadow: unset;
    display: flex;
    align-items: center;
    padding: 0px 25px;
}

section.videodersler .videolar .videolist.dersnotlari .baslik {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    line-height: 85px;
}

section.videodersler .videolar .videolist.dersnotlari .baslik:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: #c06620;
}

section.videodersler .videolar .videolist.dersnotlari .baslik:after {
    content: '';
    position: absolute;
    right: 1px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: #f39953;
}

section.videodersler .videolar .videolist.dersnotlari .aciklama {
    margin-right: auto;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
    position: relative;
    line-height: 85px;
}

section.videodersler .videolar .videolist.dersnotlari .btn {
    font-size: 14px;
    font-weight: 700;
    color: #f08028;
    background: #ffffff;
    padding: 10px 14px;
    text-align: center;
    display: block;
    width: 140px;
}

section.videodersler .videolar .videolist .vcenter {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.videodersler .videolar .videolist .baslik {
    color: #64737a;
    line-height: 20px;
    font-weight: bold;
}

section.videodersler .videolar .videolist.izlenmis .baslik {
    color: #552078;
}

section.videodersler .videolar .videolist p {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #64737a;
}

section.videodersler .videolar .videolist .btn-izle {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #474443;
    padding: 10px 14px;
    text-align: center;
    display: block;
}

section.videodersler .videolar .videolist:hover .btn-izle {
    background: #552078;
}

.plyr--full-ui input[type=range] {
    color: #552078;
}

.plyr__control--overlaid {
    background: #552078;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #552078;
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(235, 155, 56, 0.33);
    outline: 0;
}

.sa-confirm-button-container .btn {
    font-size: 17px;
    padding: 10px 25px;
}

.sa-confirm-button-container .btn-primary {
    background: #552078;
    border-color: #552078;
}

.sa-confirm-button-container .btn-primary:hover {
    background: #552078;
    border-color: #552078;
}

.lead {
    line-height: 23px;
    font-size: 16px;
}


section.videodersler  .cevap-header {}
section.videodersler  .cevap-header h3 {
    color: #d52f7b;
    font-size: 40px;
}
section.videodersler  .cevap-header p {
    color: #d52f7b;
    font-size: 20px;
}


.optik-item {
    border: 1px solid #d52f7b;
}
.optik-item .header {
    color: #d52f7b;
    font-size: 20px;
    font-weight: 500;
    height: 74px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.optik-item ul.items {
    margin: 0;
}
.optik-item ul.items li:nth-child(odd) {
    background-color: #ffdaed;
}
.optik-item ul.items li {
    display: flex;
    align-items: center;
    padding: 3px 6px 3px 30px;
}
.optik-item ul.items li > span {
    font-size: 18px;
    color: #d52f7b;
    width: 40px;
}
.optik-item ul.items li label {
    margin-bottom: 0;
    width: 30px;
    height: 100%;
}
.optik-item ul.items li label > input {
    border: 2px solid #d52f7b;
    appearance: none;
    width: 30px;
    height: 100%;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}

.optik-item ul.items li .options {
    height: 30px;
}

.optik-item ul.items li label > input:before {
    content: attr(data-text);
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    color: #d52f7b;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.optik-item ul.items li label > input.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2cec6c78;
    border-radius: 100%;
}

.optik-item ul.items li label > input:checked:before {
}

.optik-item ul.items li label > input:checked {
    background-color: #000;
}

.finish {
    background-color: #501e70;
    padding: 90px 50px;
    border-radius: 6px;
    width: 100%;
    background-image: url('../img/optik_footer.png');
    background-repeat: no-repeat;
    background-position: right;
    background-blend-mode: soft-light;
    background-size: contain;
    display: flex;
    align-items: center;
}
.finish .icon {
    width: 70px;
    height: 70px;
}
.finish p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-left: 20px;
    flex: 1;
}
.finish button, .finish a {
    border: 2px solid #fff200;
    color: #fff200;
    font-size: 25px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 100px;
    padding: 20px 50px;
    cursor: pointer;
}
.finish button:hover, .finish a:hover {
    color: #fff;
    border-color: #fff;
}

.sonuc-finish {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
.sonuc-finish .sonuc-item {
    background-color: #501e70;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding: 40px 20px;
    width: calc(25% - 10px);
    flex-direction: column;
    margin-bottom: 15px;
}
.sonuc-finish .sonuc-item:last-child {
    margin-right: 0;
}
.sonuc-finish .sonuc-item h4 {
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.sonuc-finish .sonuc-item .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.sonuc-finish .sonuc-item p {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}
.sonuc-finish .sonuc-item p span {
    font-weight: 400;
}

.sonuc-finish .title {
    width: 100%;
    flex: 100%;
    color: #000;
}

header .loginModal2 .loginbox2 form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

/* Tam genişlik kaplayacak alanlar */
header .loginModal2 .loginbox2 form .full {
    grid-column: 1 / -1;
}
@media (max-width: 600px) {
    header .loginModal2 .loginbox2 form {
        grid-template-columns: 1fr;
    }
}
header .loginModal2 .loginbox2 form .btn {
    display: inline-block;
    width: 100%;
    height: 50%;
    padding: 12px 0;
    font-size: 14px;
    margin: 15px auto 0;
}

