
.kurs-hero{
    padding: 33px;
}
.date-badge{
    position: absolute;
    right: 25px;
    top: 25px;
    background-color: white;
    padding: 5px 20px;
    color: orangered;
    font-weight: 700;
    border-width: 4px;
    border-style: solid;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, red, purple) border-box;
    border-radius:5px;
    border: 3px solid transparent;
}
.kurs-tab-section{
    margin: 45px 0;
    padding: 45px 50px;
}
.kurs-image{
    border-radius: var(--std-radius);
    width: 100%;
    box-shadow: 0 0 20px rgba(255,255,255,.4);
}
.kurs-title{
    color: white;
    font-size: 45px;
    font-weight: 600;
}
.kurs-description,.kurs-description > *{
    color: white!important;
}
.kurs-buttons{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    margin-top: 35px;
}
.kurs-buttons .kurs-button{
    max-width: 300px;
    white-space: nowrap;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 25px;
    border-radius:5px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background-image: linear-gradient(to left,var(--kurumsal_acik),var(--kurumsal_koyu));
    border-bottom: 2px solid rgba(255,255,255,.3);
    border-top: 2px solid rgba(255,255,255,.3);
    transition: transform .3s ease;
}
.kurs-buttons .kurs-button-2{
    max-width: 300px;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    color: var(--kurumsal_koyu);
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: var(--std-radius);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-bottom: 2px solid rgba(255,255,255,.3);
    border-top: 2px solid rgba(255,255,255,.3);
    background-image: linear-gradient(to top, rgba(255,255,255,.6), rgba(255,255,255,.9));
    transition: transform .3s ease;
}
.kurs-buttons .kurs-button:hover,.kurs-buttons .kurs-button-2:hover{
    transform: scale(1.05);
}

.kurs-banner{
    width: 100%;
    overflow: hidden;
    height: 350px;
    border-radius: var(--std-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
.kurs-banner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border-bottom: 3px solid rgba(255,255,255,.3);
    border-top: 3px solid rgba(255,255,255,.3);
}
.play-button{
    position: relative;
    transition: opacity .3s ease;
}
.play-button:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("/view/dist/images/play.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 124px;
}
.play-button:hover{
    cursor: pointer;
    opacity: .8;
}


.nav-pills{
    padding: 12px;
    border-radius: var(--std-radius);
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}
.nav-pills .nav-link{
    font-size: 24px;
    font-weight: 700;
    color: #58048a;
    position: relative;
    border-radius: var(--std-radius);

    border-bottom: 2px solid rgba(255,255,255,.3);
    border-top: 2px solid rgba(255,255,255,.3);
    background-image: linear-gradient(to top, rgba(255,255,255,.6), rgba(255,255,255,.9));
    background-color: unset;
    transition: opacity .3s ease;
}
.nav-pills .nav-link.active,.nav-pills .nav-link:hover{
    font-size: 24px;
    font-weight: 700;
    color: #58048a;
    position: relative;
    border-radius: var(--std-radius);

    border-bottom: 2px solid rgba(255,255,255,.3);
    border-top: 2px solid rgba(255,255,255,.3);
    background-image: linear-gradient(to top, rgba(255,255,255,.6), rgba(255,255,255,.9));
    background-color: unset;
    opacity: .7;
}
.nav-pills .nav-link.active:after{
    content: none;
}

.roket-etkisi-title{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 25px;
}



.icerik-listesi .icerik-item:before {
    content: "";
    position: absolute;
    top: -2.5px;
    left: -7.5px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #fff;
}
.icerik-listesi .icerik-item {
    border-left: 3px solid rgba(255,255,255,.4);
    position: relative;
    padding: 0 0 30px 30px;
    font-size: 21px;
}
.icerik-listesi .icerik-item .icerik-item-title {
    position: relative;
    top: -10px;
    font-weight: 600;
}

.programs{
    margin-top: 65px;
    padding: 50px 50px;
    padding-bottom: 0;
    background-image: linear-gradient(-15deg, rgba(70, 218, 255, 0.5), rgba(70, 218, 255, 0.1), rgba(70, 218, 255, 0.5));
}
.program {
    margin-bottom: 50px;
    display: flex;

    background: linear-gradient(to bottom,rgba(255,255,255,.9),rgba(255,255,255,.5),rgba(255,255,255,.8));
    /*backdrop-filter: blur( 5px );*/
    /*-webkit-backdrop-filter: blur( 5px );*/
    -moz-box-shadow:    inset 0 0 10px #fff;
    -webkit-box-shadow: inset 0 0 10px #fff;
    box-shadow:         inset 0 0 20px rgba(255,255,255,.4);
    border-bottom: 5px solid rgba(255,255,255,.3);
    border-top: 5px solid rgba(255,255,255,.3);
    border-radius: var(--std-radius);
    padding: 20px 20px;
    height: calc(100% - 50px);
}
.program .program-image {
    flex: 210px;
    width: 210px;
    height: 210px;
    border-radius: var(--std-radius);
    position: relative;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.program .program-content {
    flex: 60%;
    padding-left: 48px;
    color: #290043;
}
.program .program-content .program-title {
    line-height: 32px;
    font-weight: 700;
    font-size: 32px;
    min-height: 64px;
    margin-bottom: 20px;
    position: relative;
    width: auto;
    display: inline-block;
}
.program .program-content .program-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #290043;
}


.paket-card{
    background: linear-gradient(to top,
        rgba(255,255,255,.9),
        rgba(255,255,255,.7),
        rgba(255,255,255,.9)
    );
    border-radius: var(--std-radius);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.paket-card .paket-image{
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}
.paket-card .paket-image:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(255,255,255,.3);
}
.paket-card .paket-body{
    padding: 10px 35px 30px 35px;
}
.paket-card .paket-body .paket-title{
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #1d0032;
}
.paket-card .paket-body .paket-price{
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: var(--std-fiyat-renk);
}
.paket-card .paket-body hr{
    border-color: #a599ae;
    margin: 10px 0;
}
.paket-card .paket-body .price-desc{
    color: #1d0032;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.paket-card .paket-body .ck-toggler{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.paket-card .paket-body .ck-toggler .ck{
    background: white;
    padding: 6px 20px;
    border-radius: var(--std-radius);
    font-weight: 700;
    color: var(--kurumsal_koyu);
    font-size: 20px;
    border: 0;
    outline: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    transition: transform .3s ease;
}
.paket-card .paket-body .ck-toggler .ck:hover,.paket-card .paket-body .paket-button:hover{
    transform: scale(1.05);
}
.paket-card .paket-body .ck-toggler .ck.active{
    box-shadow: unset;
    color: white;
    background: linear-gradient(
    to top,
    rgba(6,202,33,.9),
    rgba(6,202,33,.7),
    rgba(6,202,33,.9)
    );
    border-top: 2px solid rgba(255,255,255,.3);
    border-bottom: 2px solid rgba(255,255,255,.3);
}
.paket-card .paket-body .paket-button{
    outline: 0;
    border: 0;
    border-radius: var(--std-radius);
    padding: 12px;
    background-image: linear-gradient(to right,var(--kurumsal_acik),var(--kurumsal_koyu));
    color: white;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    transition: transform .3s ease;
    min-width: 163px;
}
.paket-card .paket-body .button-wrap{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.promotion-card{
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(150deg,var(--kurumsal_acik),var(--kurumsal_koyu));
    border-radius: var(--std-radius);
    padding: 20px;
    border-bottom: 3px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(255,255,255,.3);
    text-shadow: 0 0 5px rgba(0,0,0,.5);
    font-size: 22px;
}
.promotion-card .card-button{
    border: 0;
    white-space: nowrap;
    background: linear-gradient(
        15deg,
        rgba(255,255,255,.9),
        rgba(255,255,255,.7),
        rgba(255,255,255,.9)
    );
    color: var(--kurumsal_koyu);
    font-weight: 700;
    padding: 10px 12px;
    border-radius:5px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    transition: opacity .3s ease;
}
.promotion-card .card-button:hover{
    opacity: .6;
}
.ilgili-kurs{
    max-width: 100%;
    margin: 12px;
    overflow: hidden;
    border-radius: var(--std-radius);
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.xilgili-kurs:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(255,255,255,.3);
}
.xilgili-kurs:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,.3);
}
.paket-card-wrap{
    height: 100%;
}
.card-title{
    margin-bottom: 35px;
}
.card-title .title{
    color: white;
    font-size: 26px;
    font-weight: 700;
    text-shadow: 0 7px 6px rgba(0,0,0,.6);
}
.card-title .description{
    color: white;
    font-size: 22px;
    text-shadow: 0 7px 6px rgba(0,0,0,.6);
}

.paket-icerik{
    max-height: 320px;
    overflow: auto;
    color: white;
    text-shadow: 0 3px 6px rgba(0,0,0,.6);
}
.paket-icerik::-webkit-scrollbar {
    width: 3px;
}

.paket-icerik::-webkit-scrollbar-track {
    background: rgba(255,255,255,.3);
}

.paket-icerik::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.5);
}

.paket-icerik::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,1);
}