/**
#082f78 @Bircan kontrol etmeli
#063a6b @Bircan kontrol etmeli
**/
.btn-primary {
    --gk-btn-color: #fff;
    --gk-btn-bg: #157AFB;
    --gk-btn-border-color: #157AFB;
    --gk-btn-hover-color: #fff;
    --gk-btn-hover-bg: #082f78;
    --gk-btn-hover-border-color: #063a6b;
    --gk-btn-focus-shadow-rgb: 138,105,254;
    --gk-btn-active-color: #fff;
    --gk-btn-active-bg: #082f78;
    --gk-btn-active-border-color: #082f78;
    --gk-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --gk-btn-disabled-color: #fff;
    --gk-btn-disabled-bg: #157AFB;
    --gk-btn-disabled-border-color: #157AFB
}

.text-primary{
    --gk-primary: #041535;
}

.text-primary-ytu{
    color: #041535!important;
}

.bg-primary{
    background-color: #041535!important;
}
.bg-primary-second{
    background-color: #157AFB!important;
}

[data-indicator="off"] .indicator-progress{
    display: none;
}
[data-indicator="on"] .indicator-label{
    display: none;
}
.text-stareli{--gk-text-opacity:1;color:#A29061!important}
.bg-stareli{background-color:#A29061!important}

.btn-stareli{
    background-color: #A29061!important;
    border-color: #A29061!important;
    color: white;
}
.btn-stareli.btn-disabled,.btn-stareli:disabled{
    color: white;
    opacity: .65;
}
.btn-stareli:hover{
    background-color: #b9a36a !important;
    border-color: #b9a36a !important;
    color: white;
}

@media (min-width: 992px) {
    .sidebar-section{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 15px;
    }
    .sidebar-inner {
        position: -webkit-sticky;
        position: sticky;
        top: 15px;
    }
}


.image-container{
    height: 100%;
}
.course-star{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: var(--gk-card-inner-border-radius);
    border-top-right-radius: var(--gk-card-inner-border-radius);
    overflow: hidden;
    opacity: .20;
}
.course-star.reversed{
    transform: scale(-1);
}

@media (max-width: 992px){
    .course-star{
        transform: scale(1.2);
    }
    .course-star.reversed{
        transform: scale(-1.2);
    }
}


.course-star svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 100%;
}
.course-star svg path{
    fill: white;
}

.hero-stars{
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.hero-stars .star{
    background-image: url("../images/star.svg");
    background-size: cover;
    width: 315px;
    height: 325px;
    position: absolute;
    z-index: 0;
    opacity: .85;
}
.hero-stars .star.star-1{
    right: 575px;
    top: -125px;
}
.hero-stars .star.star-2{
    right: 750px;
    bottom: -125px;
}
.hero-stars .star.star-3{
    width: 496px;
    height: 521px;
    right: 50px;
    bottom: 9px;
}


.profile-stars{
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.profile-stars   .star{
    background-image: url("../images/star.svg");
    background-size: cover;
    width: 162px;
    height: 162px;
    position: absolute;
    z-index: 0;
    opacity: .55;
}

.profile-stars .star.star-1{
    width: 162px;
    height: 162px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.profile-stars .star.star-2{
    left: 186px;
    bottom: -51px;
    width: 158px;
    height: 142px;
}
.profile-stars .star.star-3{
    left: 350px;
    top: -51px;
    width: 118px;
    height: 122px;
}
.profile-stars .star.star-4{
    left: 563px;
    top: 33px;
    width: 109px;
    height: 103px;
}

.form-check-input:checked{
    background-color: #a29061;
    border-color: #a29061;
}

.form-check-input-blue:checked {
    background-color: #157AFB !important;
    border-color: #157AFB !important;
}

.navbar-brand img{
    height: 32px!important;
}
@media (max-width: 992px){
    .mobile-hidden {
        display: none!important;
    }
    .navbar-brand img{
        height: 24px!important;
    }
    .footer .logo-inverse{
        max-width: 100%;
    }
}
@media (min-width: 992px){
    .mobile-show {
        display: none!important;
    }
}

.add-to-cart:not(.no-svg-rules) svg path{
    fill: #64748b;
}
.remove-from-cart:not(.no-svg-rules) svg path{
    fill: #19cb98;
}
.go-to-course:not(.no-svg-rules) svg path{
    fill: #64748b;
}
.add-to-cart, .remove-from-cart, .go-to-course, .go-to-cart{
    cursor: pointer;
}
[data-in-cart="false"] .remove-from-cart{
    display: none;
}
[data-in-cart="true"] .add-to-cart{
    display: none;
}
.go-to-cart{
    display: none;
}
[data-in-cart="true"][data-go-to-cart="true"] .go-to-cart{
    display: unset;
}

.go-to-course{
    display: none;
}
[data-is-registered="true"][data-go-to-course="true"] .go-to-course{
    display: unset;
}

[data-go-to-course="true"][data-is-registered="true"] .go-to-cart, [data-go-to-course="true"][data-is-registered="true"] .add-to-cart{
    display: none;
}

.toast-container {
    position: fixed;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    padding: 15px;
}
.toast-container>:not(:last-child) {
    margin-bottom: 15px;
}
.toast-container .toast{
    background-color: unset;
    border-radius: 24px;
}

[data-copy]{
    cursor: pointer;
}

@media (min-width: 991px) {

    .sliderFixer {
        display: flex;
        overflow-x: hidden; /* Yatay kaydırmayı etkinleştir */
        overflow-y: hidden; /* Dikey kaydırmayı gizle */
    }

    .sliderFixer > * {
        flex: 0 0 auto; /* İçeriklerin genişliğini sabit tut */
        padding-right: 20px;
    }
    .kurs-card{
        max-width: 305px
    }

}
/*
STEPPER
 */

.steps .step {
    display: block;
    width: 100%;
    text-align: center
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 48px;
    text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 30%;
    height: 3px;
    margin-top: -1px;
    background-color: #157AFB;
    content: '';
    z-index: 1
}

.steps .step .step-icon-wrap::before {
    left: 0;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.steps .step .step-icon-wrap::after {
    right: 0;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.steps .step .step-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 48px;
    height: 48px;
    border: 1px solid #157AFB;
    border-radius: 50%;
    background-color: #E2F6FF;
    color: #374250;
    font-size: 12px;
    line-height: 45px;
    padding: 3px;
    z-index: 5
}

.steps .step .step-title {
    margin-top: 4px;
    margin-bottom: 0;
    color: #606975;
    font-size: 14px;
    font-weight: 500
}

.steps .step:first-child .step-icon-wrap::before {
    display: none
}

.steps .step:last-child .step-icon-wrap::after {
    display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #3DA06B
}

.steps .step.completed .step-icon {
    border-color: #3DA06B;
    background-color: #3DA06B;
    color: #fff
}
.steps .step.completed .step-title{
    color: #3DA06B;
}
.steps .step.completed .step-icon svg path {
    stroke: #D2F5EA;
}
.steps .step:not(.completed) .step-icon svg path {
    stroke: #157AFB;
}
.steps .step.completed .step-icon svg path[fill] {
    fill: #ffffff;
}
.steps .step.completed + .step:not(.completed) .step-icon-wrap:before{
    background-color: #3DA06B
}
.steps .step.completed + .step:not(.completed) .step-icon-wrap .step-icon:before{
    content: "";
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #3DA06B
}

@media (max-width: 576px) {
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

.bg-faded, .bg-secondary {
    background-color: #f5f5f5 !important;
}




/*
SERTİFİKA
 */

.certificate-title{
    color: #1E293B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
@media (max-width: 992px) {

    .certificate-title{

        font-size: 14px;
        line-height: 14px;
    }

    .certificate-card .card-body{
        font-size: 14px!important;
    }
}
.certificate-alert{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.454px;
    border-radius: 6px;

    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */

    padding: 0.25rem 0.75rem;
    font-size: 0.765625rem;
}
.certificate-alert.certificate-success{
    background: #D2F5EA;
    border: 1px solid #D2F5EA;
    color: #3DA06B;
}
.certificate-alert.certificate-warning{
    background: #FFEEDA;
    border: 1px solid #FFEEDA;
    color: #F59E0B;
}
.certificate-alert.certificate-danger{
    background: #ffddda;
    border: 1px solid #ffddda;
    color: #f50b0b;
}
.certificate-alert.certificate-info{
    background: #E2F6FF;
    border: 1px solid #E2F6FF;
    color: #21A6E7;
}
.certificate-alert.certificate-purple{
    background: #EDEAFE;
    border: 1px solid #EDEAFE;
    color: #7557FA;
}
.avatar-lg{
    aspect-ratio: 1/1;
}

/*SEARCH OFFERS*/
.search-form{
    position: relative;
}
.search-offers{
    list-style: none;
    position: absolute;
    top:41px;
    width:100%;
    background-color: #FFF;
    border-radius: 5px;
    z-index:9;
    padding: 0;
}
.search-offers li{
    width: 100%;
    height: 33px;
    line-height: 33px;
    color:#041535;
    cursor: pointer;
    font-weight: 500;
    padding-right:11px;
    padding-left:11px;
    font-size:9.5pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-offers li:hover{
    background-color: #fcfcfc;
}

.spinner-loader{
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
}
.spinner{
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.nav--checkbox {
    display: none;
}
.nav--button {
    position: fixed !important;
    bottom: 15px;
    left: 15px;
    height: 64px;
    width: 64px;
    background-color: #00d664;
    border-radius: 50%;
    z-index: 666;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: .3s ease-in-out all;
}
.nav--button:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.nav--button span {
    position: relative;
    display: inline-block;
    top: 35px;
    left: 50%;
    height: 3px;
    width: 25px;
    transform: translateX(-50%);
}
.nav--button span::after, .nav--button span::before {
    content: "";
    position: absolute;
    left: 0;
    display: inherit;
    height: inherit;
    width: inherit;
    background-color: #fff;
}
.nav--button span::before {
    top: -5px;
}
.nav--button span::after {
    top: 5px;
}
.nav--small {
    position: fixed;
    left: 25px;
    bottom: 25px;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: all 500ms cubic-bezier(0.6, -0.5, 0.4, 1.5);
    z-index: 1;
}
.nav--small a {
    position: relative;
    display: block;
    height: inherit;
    width: inherit;
    border-radius: inherit;
    text-decoration: none;
    color: white;
}
.nav--small a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    line-height: 19px;
}
.nav--btn-1 {
    background-color: #00d664;
}
.nav--btn-2 {
    background-color: #00d664;
    transition-delay: 50ms;
}
.nav--btn-3 {
    background-color: #00d664;
    transition-delay: 100ms;
}
.nav--checkbox:checked ~ .nav--btn-1 {
    bottom: 100px;
}
.nav--checkbox:checked ~ .nav--btn-2 {
    bottom: 75px;
    left: 95px;
}
.nav--checkbox:checked ~ .nav--btn-3 {
    left: 115px;
    bottom: 10px;
}


.btn-outline-dark:hover svg path[fill]{
    fill: #fff;
}

.mt-kurs{
    margin-top: -90px;
}

@media (max-width: 768px) {
    .mt-kurs{
        margin-top: -5px;
    }   
}


.navbar .nav-link.active{
    background: #E2F6FF;
    border-radius: .375rem;
}

.pulse{
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


.tarihler {
    position: absolute;
    right: 23px;
    top:75px;
    background: #fafafa;
    width: 83px;
    border-radius: 5px;
    text-align: center;
    padding: 3px;
    font-size: 7pt;
}

.tarihler span {
    width: 100%;
    display: block;
    font-size: 6.3pt;
    font-weight: 400;
    color: #979797;
}

.tarihler b {
    font-weight:600;
}

.kurum-logo{
    position: absolute;
    left: 7px;
    top:7px;
    z-index:1;
}
.kurum-logo img{
    width:45px;
    height:45px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}