@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/GilmerLight.woff2') format('woff2'),
        url('../fonts/GilmerLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/GilmerRegular.woff2') format('woff2'),
        url('../fonts/GilmerRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/GilmerBold.woff2') format('woff2'),
        url('../fonts/GilmerBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
    font-family: 'Gilmer';
}
a:hover {
    text-decoration: none;
}
.spec-fluid .full{
    padding: 0;
    margin: 0;
}
.login-slider {
    height: 100vh;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination {
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 20px;
    bottom: 38px !important;
}
.swiper-pagination-bullet {
    background-color: #E3A9BB;
    width: 11px;
    height: 11px;
    margin: 0 10px !important;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 23px;
    height: 23px;
}
.swiper-custom-next , .swiper-custom-prev {
    display: flex;
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50px;
    z-index: 15;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.swiper-custom-next img , .swiper-custom-prev img {
    width: 30%;
}
.swiper-custom-next {
    right: 40px;
}
.swiper-custom-prev {
    right: 130px;
}
.swiper-custom-next:hover , .swiper-custom-prev:hover {
    transform: scale(1.1);
}


.login-form {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}
.login-form form {
    display: block;
    width: 80%;
}
.theme-input {
    background-color: #EDF0F3;
    border-radius: 30px;
    border: 1px solid #E3E3E3;
    height: 60px;
    color: #BBBEC2;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    font-family: 'Gilmer';
}
.theme-input::placeholder {
    color: #BBBEC2;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Gilmer';
}
.lost-password {
    display: block;
    text-align: right;
}
.lost-password:hover {
    color: #C35274;
    transition: .2s;
}
.form-check-label , .lost-password{
    color: #777E86;
    font-size: 14px;
    font-weight: bold;
}
.theme-input:focus {
    outline: none !important;
    font-family: 'Gilmer';
    border-color: #E3E3E3;
    box-shadow: none;
    color: #BBBEC2;
    font-size: 18px;
    font-weight: bold;
    background-color: #EDF0F3;
}
.login-form-head {
    font-size: 18px;
    color: #CD5579;
    font-weight: bold;
    padding-bottom: 30px;
}
.btn-bg {
    background-image: linear-gradient(to right,#c44168,#d15d7e,#de7694,#ea8faa,#f5a8c0);
    border-radius: 30px;
    height: 60px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 90px;
}
.btn-bg:hover {
    background-color: #fff;
    background-image: none;
    color: #C35274;
    border-color: #C35274;
    transition: .2s;
}






.logo-abs {
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 80;
}
.menu-top {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 120;
}
.menu-top.login-top {
    right: 20px;
    left: auto;
}
.menu-top li a {
    color: #527088;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    padding: 15px 30px;
    background: linear-gradient(to left, transparent 50%, #C35274 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
}
.menu-top li a:hover {
    background-position: left;
    color: #fff;
}
.menu-top.login-top li a {
    background: linear-gradient(to left, transparent 50%, #fff 50%) right;
    background-size: 200%;
}
.menu-top.login-top li a:hover {
    color: #C35274;
    background-position: left;
}
.menu-top.login-top li a {
    color: #fff;
}
.menu-top ul {
    padding: 0;
}
.menu-top ul li {
    list-style: none;
    float: left;
    margin: 0 15px 0 15px;
}
.user-part {
    position: fixed;
    width: 360px;
    right: 0;
    top: 0;
    height: 100px;
    z-index: 121;
}
.user-part.full-h {
    height: 100vh;
}
.user-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #E5E9ED;
    height: 100px;
    width: 100%;
    margin-left: auto;
    padding: 0 30px;
}
.user-info .username {
    color: #527088;
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px;
    margin: 0;
}
.login-bg {
    background-image: url('../img/login-form-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.page-bg {
    background-image: url('../img/page-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #527088;
    opacity: .5;
    z-index: 120;
    display: none;
}
.user-nav {
    display: none;
    flex-direction: column;
    height: calc(100% - 100px);
}
.user-nav.opened {
    display: flex;
}
.user-nav-center {
    padding: 0 15px;
    background-color: #fff;
    height: 100%;
}
.user-nav-bottom {
    margin-top: auto;
}
.user-logout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E5E9ED;
    height: 100px;
    padding: 0 30px;
}
.user-nav-list {
    margin: 0;
    padding: 0 20px;
}
.user-nav-list li {
    list-style: none;
    border-bottom: 1px solid #E5E9ED;
    text-align: right;
}
.user-nav-list li a {
    color: #527088;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    display: block;
}
.user-nav-list li a:hover {
    color: #C35274;
    transition: .2s;
}
.user-logout {
    color: #C35274;
    font-size: 16px;
    font-weight: bold;
}
.content-detail {
    padding-bottom: 50px;
    padding-top: 60px;
}
.content {
    padding: 60px 100px;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.content-head {
    color: #C35274;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
}
.content-subhead {
    color: #527088;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    
}
.content-text {
    color: #527088;
    font-size: 16px;
    font-weight: normal;
}
.center-text {
    text-align: center;
}
.part-link {
    background-color: #EDF0F3;
    border-radius: 50px;
    color: #527088;
    height: 60px;
    font-size: 17px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 15px;
    margin: 15px 0;
}
.part-link.passive {
    color: #A8B7C3;
    pointer-events: none;
}
.part-link:hover, .part-link.active {
    background-color: #F7A7C0;
    color: #C35274;
}
.page-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: sticky;
    top: 0;
    left: 0;
}
.page-left.sticky {
    position: sticky;
    top: 0;
    left: 0;
    align-self: flex-start;
    height: 100vh;
}
.page-left {
    background-image: url('../img/page-left-bg.png');
}
.page-left .left-item {
    width: 75%;
}
.left-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: calc(100% - 310px);
    overflow-y: scroll;
}
.page-left .left-item.back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    padding-bottom: 20px;
}
.left-item .back-arrow {
    display: inline-flex;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.left-item .back-arrow img {
    width: 50%;
}
.short-line {
    width: 60px;
    height: 1px;
    background-color: #527088;
    margin-bottom: 30px;
}
.lesson-box {
    background-color: #EDF0F3;
    border-radius: 50px;
    color: #527088;
    font-weight: bold;
    display: flex;
    height: 60px;
    align-items: center;
    padding: 5px 20px;
    margin: 15px 0;
    font-size: 13px;
}
.lesson-box a {
    color: #527088;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2;
}
.lesson-box .left {
    padding-right: 10px;
    border-right: 2px solid #A8B7C3;
}
.lesson-box .center {
    padding-left: 10px;
    width: 60%;
    line-height: 1.2;
}
.lesson-box .right {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.lesson-box:hover {
    color: #C35274;
}
.lesson-count {
    color: #A8B7C3;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0;
}
.lesson-subject {
    color: #527088;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 30px;
}
.half-head {
    width: 50%;
}
.unordered-list {
    padding-left: 15px;
    padding-bottom: 15px;
    margin: 0;
}
.unordered-list li {
    color: #527088;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 0;
    padding-left: 5px;
}
.unordered-list li::marker {
    color: #C35274;
}
.spesific-div {
    background-color: #FDE4EC;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 15px 0;
}
.spesific-head {
    color: #C35274;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 15px;
}
.spesific-text {
    color: #527088;
    font-size: 16px;
    font-weight: normal;
}
.theme-tabs {
    border-bottom: 2px solid #A8B7C3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.theme-tabs li {
    width: 20%;
    background-color: #F1F3F4;
    padding: 15px;
    text-align: center;
}
.theme-tabs li:first-child {
    border-top-left-radius: 10px;
}
.theme-tabs li:last-child {
    border-top-right-radius: 10px;
}
.theme-tabs a {
    color: #527088;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    position: relative;
    display: block;
}
.theme-tabs a:hover {
    color: #C35274;
}
.theme-tabs a.active {
    color: #C35274;
}
.theme-tab-content .tab-pane {
    padding: 20px 0;
}
#accLesson .card-header {
    margin: 0;
    padding: 5px 15px;
}
.accordion {
    margin-bottom: 20px;
}
#accLesson .card {
    border: none;
    background: transparent;
}
#accLesson .card-header h5 {
    color: #527088;
}
.btn-acc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EDF0F3;
}
#accLesson button.btn-acc {
    padding: 10px 15px;
}

.btn-acc .left {
    font-weight: bold;
    font-size: 12px;
    padding-right: 8px;
    margin-right: auto;
}
.passed .btn-acc .left {
    color: #C35274;
}
.writable .btn-acc .left {
    color: #527088;
}
.future .btn-acc .left {
    color: #A8B7C3;
}
.future {
    pointer-events: none;
    cursor: pointer;
}
.btn-acc .center {
    color: #527088;
    font-size: 11px;
    font-weight: normal;
    width: 70%;
    text-align: left;
}
.writable .btn-acc .center {
    color: #C35274;
    font-size: 14px;
    font-weight: bold;
}
.btn-acc .right {
    margin-left: auto;
}
.accordion-inner {
    background-color: #EDF0F3;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 12px;
    color: #527088;
    font-weight: normal;
    padding: 20px 0;
}
.btn:focus, .btn.focus {
    box-shadow: none;
}
#accLesson .card-header {
    padding: 0;
    background: transparent;
    border: none;
}
#accLesson .card-header button {
    background: #edf0f3;
    border: none;
    border-radius: 50px;
}
#accLesson .card-body {
    background-color: #edf0f3;
}
#accLesson .collapse {
    background-color: #edf0f3;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#accLesson .item {
    background-color: #EDF0F3;
    border-radius: 20px;
    padding: 17px 15px;
}
#accLesson h5 .btn-acc {
    background-color: #EDF0F3;
    border-radius: 20px;
    padding: 0;
}
.btn-submit {
    color: #fff;
    font-size: 12px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    float: right;
    background-image: linear-gradient(to right,#c44168,#d15d7e,#de7694,#ea8faa,#f5a8c0);
}
.btn-submit.btn-xl {
    width: 220px;
    font-size: 17px;
    font-weight: bold;
}
.form-textarea {
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid #EDF0F3;
}
.tab-head {
    color: #C35274;
    font-size: 22px;
    font-weight: bold;
}
.tab-p {
    width: 75%;
}
.hw-box {
    background-color: #EDF0F3;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 25px;
}
.hw-head {
    color: #C35273;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 12px 5px 12px;
}
.hw-line {
    height: 1px;
    width: 100%;
    background-color: #A8B7C3;
    display: block;
    
}
.hw-textarea {
    background-color: #EDF0F3 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #A2B0BC;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 10px;
}
.hw-textarea::placeholder {
    color: #A2B0BC;
    font-size: 12px;
    font-weight: bold;
}
.mb-5b {
    margin-top: 3rem;
}
@media only screen and (min-width: 759px){
    .no-desktop {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .no-mobile {
        display: none !important;
    }
    .content {
        height: auto;
        min-height: auto;
        padding: 0;
    }
    .menu-top {
        display: none;
    }
    .logo-abs {
        position: static;
    }
    .logo-abs img {
        width:  150px;
    }
    .swiper-custom-next, .swiper-custom-prev {
        bottom: 0;
        top: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 45px;
        height: 45px;
    }
    .swiper-custom-prev {
        right: auto;
        left: 15px;
    }
    .swiper-custom-next {
        right: 15px;
    }
    .swiper-pagination {
        justify-content: center;
        bottom: 10px !important;
    }
    .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
    .login-form {
        height: auto;
    }
    .login-form-head {
        font-size: 16px;
        padding-bottom: 10px;
        text-align: center;
    }
    .login-form form {
        width: 100%;
    }
    .btn-bg {
        margin-top: 40px;
    }
    .swiper-pagination-bullet-active {
        width: 16px;
        height: 16px;
    }
    .theme-input , .theme-input:focus{
        font-size: 15px;
    }
    .content-head {
        font-size: 33px;
        padding-bottom: 5px;
    }
    .content-subhead {
        font-size: 19px;
        padding-bottom: 5px;
    }
    .content-text {
        font-size: 14px;
    }
    .content-detail {
        padding-bottom: 10px;
        padding-top: 30px;
    }
    .mt-5b {
        margin-top: 2rem;
        padding-bottom: 20px;
    }
    header {
        height: 65px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobil-user {
        text-align: right;
        padding-right: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
    }
    .back-arrow {
        display: inline-flex;
        margin-right: auto;
        width: 40px;
        height: 40px;
        background-color: #EDF0F3;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        transition: .2s;
    }
    .donem-mobil-head {
        color: #527088;
        font-size: 16px;
        font-weight: bold;
    }
    .mobile-donem-back {
        padding: 0 15px;
        border-bottom: 1px solid #EEF1F3;
        padding-bottom: 25px;
        text-align: center;
    }
    .mobile-donem-back .back-arrow {
        float: left;
    }
    .mobile-donem-back span {
        position: relative;
        top: 7px;
    }
    .ders-detail span {
        top: 4px;
    }
    .mobile-donem-back.ders-detail {
        padding-bottom: 20px;
    }
    .half-head {
        width: 100%;
    }
    .tab-p {
        width: 100%;
    }
    .theme-tabs {
        flex-wrap: inherit;
        overflow-x: auto;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        width: 100%;
        display: -webkit-inline-box;
    }
    .theme-tabs::-webkit-scrollbar {
      display: none;
    }
    .theme-tabs li {
        display: flex;
        padding: 15px 5px;
        align-items: center;
        width: 120px;
    }
    .theme-tabs a {
        font-size: 13px;
    }
    .donem-mobil-subhead {
        display: block;
        color: #A8B7C3;
        font-size: 11px;
        font-weight: bold;
    }
    .btn-submit.btn-xl {
        background-image: linear-gradient(to right,#c44168,#d15d7e,#de7694,#ea8faa,#f5a8c0);
        border-radius: 30px;
        height: 50px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
    }
    .user-mobile-nav {
        display: block !important;
        flex-direction: column;
        height: calc(100% - 150px);
        width: 300px;
        position: fixed;
        right: 0 !important;
        z-index: 9;
        top: 50px;
        transform: translateX(300px);
        transition: transform 300ms ease-in-out;
        z-index: 125;
    }
    .user-mobile-nav.opened {
        transform: translateX(0);
    }
}











