@import "../fonts/stylesheet.css";

:root{
    --kurumsal_koyu : #2e5fa8;
    --kurumsal_acik : #34c8dc;
    --kurumsal_koyu_hover :  #2a5596;
    --kurumsal_acik_hover : #2ca5b5;
    --std-radius :9px;
    --std-fiyat-renk : #00B7A1;
    --std-margin-top: 17px;
}

html,body{
    margin: 0;
    background-color: #FFF;
    font-family: "Proxima Soft",-apple-system;
    scroll-behavior: smooth;
}
hr{
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 1px solid #e2e2e2;
    margin: 25px 0;
}
a{
    text-decoration: none;
}

.modal-backdrop {
 
    width: 100% !important;
    height: 100% !important;
}
.rocket-back {
    background-color: var(--rocket-back);
}
.promotion-card {
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(150deg,var(--kurumsal_acik_hover),var(--kurumsal_koyu_hover));
    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;
}
body{
    background-size: 100%;
    min-height: 100vh;
}

#root{
    max-width:1360px;
    margin: 0 auto;
    padding-top:5px;
}

.bg-glass{
    /* background: #2851a3; */
    background: rgb(40,81,163);
    background: linear-gradient(45deg, rgba(40,81,163,1) 0%, rgba(72,117,207,1) 35%, rgba(41,83,168,1) 100%);
    /*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,.5);
    border-bottom: 5px solid rgba(255,255,255,.3);
    border-top: 5px solid rgba(255,255,255,.3); */
}

.alert.alert-glass{
    background: rgba(131, 0, 220, 0.4);
    /*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);
    color: white;
    background-image: url("/view/dist/images/quiz-bg.png");
    background-size: cover;
    background-position: center center!important;

    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.alert .alert-text{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3em;
    font-family: 'Mulish', Sans-serif, serif;
}
.alert .alert-button {
    background-color: white;
    padding: 12px 32px;
    border-radius:var(--std-radius);
    font-weight: bolder;
    color: black;
    text-decoration: none;
    box-shadow: 0px 5px 12px 0px rgb(41 53 108 / 25%);
    font-size: 18px;
    transition: opacity .1s linear;
}

.rounded-roket{
    border-radius: 5px;
}
.rounded-roket-2{
    border-radius:var(--std-radius);
}

.bg-glassradient {
    background-image: linear-gradient(15deg, rgb(55 108 215), rgb(40 81 163), rgb(118 144 196) );
    /* backdrop-filter: blur( 25px ); */
    /* -webkit-backdrop-filter: blur( 20px ); */
    -moz-box-shadow: inset 0 0 20px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.4);
    box-shadow: inset 0 0 20px rgba(0,0,0,.4);
    border-bottom: 5px solid rgb(64 119 153 / 50%);
    border-top: 5px solid rgb(53 149 219 / 50%);
}

.section-title {
    color: white;
    margin: 0;
}
.section-title.text-center{
    margin: var(--std-margin-top) auto;
}
.section-title .title{
    font-size: 50px;
}
.section-title .description{
    font-size: 24px;
}

.products{
    padding: 30px 70px;
}


.navbar{
    height: 110px;
    border-radius:var(--std-radius);
    z-index: 6;
}
.navbar .navbar-brand{
    margin-left: 35px;
}
.navbar-toggler:focus{
    outline: 0!important;
    box-shadow: unset!important;
}
.nav-item{
    display: flex;
    align-items: center;
}
.nav-item .nav-link:hover,.nav-item .nav-link.active{
    color: black;
    background-color: white;
    box-shadow: 0 0 12px rgba(0,0,0,.2);
}
.nav-item .nav-link{
    text-align: center;
    color: white;
    font-weight: 700;
    padding: 8px 12px;
    margin: 0 8px;
    border-radius: 5px;
    transition: background-color .3s ease, color .3s ease;
}

.navbar .nav-right a{
    position: relative;
}

.navbar .nav-right span#cart_counter {
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 19px;
    color: #142851;
    text-align: center;
    background: #FFF;
    border: 3px solid #e1e1e1;
    position: absolute;
    top: -5px;
    left: 27px;
    font-size: 11pt;
    font-weight: bold;
}

.navbar .nav-right img{
    padding:7px;
    border-radius: 50%;
    width: 43px;
    aspect-ratio: 1;
    text-align: center;
    background: #FFF;
    background-image: linear-gradient(to left,var(--kurumsal_acik),var(--kurumsal_koyu));
    border:3px solid #FFF;
}

.navbar .nav-right span{
    display: inline-block;
    font-size: 11pt;
    color:#FFF;
    font-weight: 600;
}

#hesap_giris:hover #account_menu{
    visibility: visible;
}

#account_menu{
    visibility:hidden;
    position: absolute;
    z-index: 9;
    top:63px;
    width:163px;
    padding: 5px;
    background-image: linear-gradient(to left,var(--kurumsal_acik),var(--kurumsal_koyu));
    border:3px solid #FFF;
    border-radius:var(--std-radius);
    padding-top:0;
}

#account_menu a {
    display: inline-block;
    width:100%;
    margin-top: 0;
    height: 33px;
    padding: 5px;
    color:#FFF;
}


.xdropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    color: white!important;
    border-top: 0.6em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.dropdown-menu[data-bs-popper] {
    background-color: #fdf6f1;
    top: calc(100% + 15px);
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    border-radius:var(--std-radius);
    border:0;
    outline: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    overflow: hidden;
    z-index: 5;
}
.dropdown-item{
    color: black;
    font-weight: 600;
    transition: transform .3s ease;
}
.dropdown-item:hover,.dropdown-item:focus{
    color: black;
    background-color: transparent;
    transform: translateX(5px);
}
.dropdown-menu li{
    border-bottom: 1px solid #cbc9c6;
}
.dropdown-menu li:last-child{
    border-bottom: 0;
}

.slider{
    min-height: 690px;
    border-radius:var(--std-radius);
    margin-top: var(--std-margin-top);
    position: relative;
}
.slider-item{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 120px 75px;
    transition: opacity 1s ease;
    z-index: 1;
}
.slider-item.hide{
    opacity: 0;
    z-index: -1;
}
.slider .slider-title{
    color: white;
    font-weight: 300;
    font-size: 65px;
    position: relative;
}
.slider .slider-title b{
    display: block;
    font-weight: 700;
}
.slider-hr{
    margin: 50px 0;
    border-radius:var(--std-radius);
    height: 5px;
    box-shadow: 0 0 15px rgba(0,0,0 ,.3);
    overflow: hidden;
    border-width: 0;
    background-image: linear-gradient(to left,var(--kurumsal_acik),var(--kurumsal_koyu));
    opacity: 1;
}
.slider p{
    color: white;
    font-size: 24px;
}
.slider .slider-button{
    display: inline-block;
    color: white;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    padding: 15px 25px;
    border-radius:var(--std-radius);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    margin-top: 50px;
    background-image: linear-gradient(to left,var(--kurumsal_acik),var(--kurumsal_koyu));
    transition: transform .3s ease;
}
.slider .slider-button:hover{
    transform: scale(1.05);
}
.slider .slider-image{
    position: absolute;
    max-height: 550px;
    width: auto;
    right: 0;
}

p {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}


.products{
    margin-top: var(--std-margin-top);
    border-radius:var(--std-radius);
    min-height: 580px;
}

.products .product .product-image{
    width: 100%;
    border-radius:var(--std-radius);
    -moz-box-shadow:    0 0 20px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
    box-shadow:         0 0 20px rgba(0,0,0,.4);
    border: 3px solid rgba(255,255,255,.2);
    border-left: 0;
    border-right: 0;
}
.products .product{
    background-image: linear-gradient(to top, rgba(255,255,255,.3), rgba(255,255,255,.0));
    border-radius:var(--std-radius);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-bottom: 3px solid rgba(255,255,255,.2);
}
.products .product .product-content{
    font-size: 17px;
    font-weight: 300;
    padding: 20px 35px;
    color: white;
}
.products .product .product-button{
    display: inline-block;
    border-radius: 10px;
    background-color: white;
    color: #fd7e14;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 15px;
    margin-top: 10px;
    transition: transform .3s ease;
}
.products .product .product-button:hover{
    transform: scale(1.05);
}

.introduction{
    margin-top: var(--std-margin-top);
    border-radius:var(--std-radius);
    min-height: 500px;
    position: relative;
}
.introduction .introduction-content{
    padding: 60px 0;
}
.introduction .introduction-content .introduction-title{
    color: white;
    font-size: 60px;
    font-weight: 600;
}
.introduction .introduction-content .introduction-description{
    color: white;
    font-size: 21px;
    font-weight: 200;
}

.introduction .introduction-button {
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 21px;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: var(--std-radius);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    margin-top: 50px;
    background-image: linear-gradient(to left,var(--kurumsal_acik),var(--kurumsal_koyu));
    transition: transform .3s ease;
}

.introduction .introduction-button:hover{
    transform: scale(1.05);
}
.introduction .introduction-rocket{
    position: absolute;
    right: 120px;
    bottom: -120px;
    -webkit-animation-name: levitate;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes levitate {
    from {
        -webkit-transform: translate(0, 0px);
    }
    45% {
        -webkit-transform: translate(0, 20px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}


.records{
    margin-top: calc(var(--std-margin-top)*7);
}

.records .record{
    border-radius:var(--std-radius);
    padding: 55px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.records .comment-mh{
    min-height: 433px;
    margin-bottom: 33px;
}
.records .record .record-title{
    font-size: 25px;
    color: white;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.records .record .record-text{
    text-align: center;
    color: white;
    font-size: 18px;
}
.records .record .progress{
    width: 100%;
    height: 8px;
    background-color: rgba(255,255,255,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    overflow: visible;
    border-radius:var(--std-radius);
    margin-top: 25px;
}
.records .record .progress .progress-bar{
    background-color: white;
    position: relative;
    overflow: visible;
    border-radius:var(--std-radius);
}
.records .record .progress .progress-bar:after{
    content: "";
    height: 28px;
    width: 28px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: white;
}

.records .record .record-image {
    position: absolute;
    top: -175px;
    max-height: 162px;
    max-width: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    border-radius: 50%;
    overflow: hidden;
    background-image: linear-gradient(to right,#ebfbff,#a9eeff);
    pointer-events: none;
    -webkit-animation-name: swag-record-image;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
}

.records .record .record-image img{
    max-width: 100%;
    cursor: pointer;
}

.records .record .record-sperator{
    font-size: 24pt;
}

.records .record img[play]{
    cursor: pointer;
    max-height: 87px;
}

@-webkit-keyframes swag-record-image {
    from {
        -webkit-transform: rotate(-5deg) translateY(50%);
    }
    45% {
        -webkit-transform: rotate(0deg) translateY(50%);
    }
    to {
        -webkit-transform: rotate(-5deg) translateY(50%);
    }
}

.footer{
    min-height: 275px;
    border-radius:var(--std-radius);
    margin-bottom: 63px;
    margin-top:var(--std-margin-top);
    display: inline-block;
    width: 100%;
    padding: 50px 70px;
}
.footer .footer-title{
    font-size: 40px;
    color: white;
    font-weight: 600;
}
.footer .footer-text{
    color: white;
    font-size: 18px;
}
.footer-bottom{
    position: relative;
    top: 30px;
}
.footer .footer-brand{
    color: white;
    font-weight: 200;
}

.footer .footer-socials a{
    text-decoration: none;
    margin: 0 5px;
}

.footer .footer-nav{
    list-style-type: none;
}
.footer .footer-nav li:first-child{
    display: block;
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer .footer-nav li a{
    display: block;
    color: white;
    font-size: 16px;
    text-decoration: none;
    text-wrap: avoid;
    white-space: nowrap;
}
.form-control{
    border: 0;
}
.form-control:focus{
    outline: 0;
    border: 0;
    box-shadow: unset;
}

.bg-roket{
    background: linear-gradient(to bottom,#293a5a,#142851);
}

.mobile-navigation{
    overflow: scroll;
    position: fixed;
    width: 90%;
    left: 50%;
    transform: translateX(-50%) translateY(200%);
    height: 300px;
    z-index: 1;
    bottom: 10px;
    transition: transform 600ms cubic-bezier(.47,1.64,.41,.8);
    background: rgba(255, 255, 255, 1);
    /*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);
}

img{
    max-width: 100%;
}

[data-sepette] [data-for]{
    display: none;
}
[data-sepette="true"] [data-for="true"]{
    display: block;
}
[data-sepette="false"] [data-for="false"]{
    display: block;
}
[data-sepette="has"] [data-for="has"]{
    display: block;
}


[data-sepette="true"] {
    background-image: linear-gradient( to left, #afdb12, #22dab2 )!important;
}
[data-sepette="has"] {
    background-image: linear-gradient( to left, #9b0303, #ec2323 )!important;
}

.btn.btn-gradient{
    background-image: linear-gradient(to left,var(--kurumsal_acik),var(--kurumsal_koyu));
    color: white;
    padding: 15px 40px;
    font-size: 24px;
    font-weight: bolder;
    border-radius: 5px;
    border-right: 0;
    border-left: 0;
}

.btn.btn-gradient:hover{
    box-shadow: 0 10px 10px rgba(0,0,0,.3);
    background-image: linear-gradient(to left,var(--kurumsal_acik_hover),var(--kurumsal_koyu_hover));
}


/*
    Stars
 */
.stars{
    display: flex;
}
.stars .star{
    margin: 0 1px;
}
.stars[data-stars] .star{
    cursor: pointer;
}

.stars .star svg{
    height: 16px;
    width: 16px;
    fill: #d4d4d4;
}
.stars .star.checked svg{
    fill:  orange;
}


/*
    Kurs Card
 */

.kurs-card{
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
    border-radius: 5px;
    height: calc(100% - 30px);
    transition: transform .3s ease;
    position: relative;
}
.kurs-card:hover{
    transform: scale(1.05);
}
.kurs-card .kurs-img{
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    position: relative;
    top: -5px;
}
.xkurs-card .kurs-img:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: rgba(255,255,255,.3);
}
.kurs-card .kurs-img img{
    max-width: 100%;
}
.kurs-card .kurs-body{
    text-align: center;
    padding: 25px 0 10px 0;
    position: relative;
    /*height: 100%;*/
}
.kurs-card .kurs-title{
    font-weight: 700;
    font-size:23px;
    margin-bottom: 0;
    color: #1d0032;
}
.kurs-card .kurs-fiyat{
    font-size: 30px;
    color: var(--std-fiyat-renk);
    font-weight: 700;
    line-height: 40px;
}

.kurs-card .kurs-fiyat-indirimsiz{
    color:#999;
    font-size: 13pt;
    font-weight: bold;
    font-style: italic;
    text-decoration:line-through;
}
.kurs-card .promotion-text{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-weight: 700;
    background-image: linear-gradient(to right,var(--kurumsal_acik_hover),var(--kurumsal_koyu_hover));
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    white-space: nowrap;
}
.kurs-card .kurs-img .count{
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: linear-gradient(
            to top,
            rgba(255,255,255,.9),
            rgba(255,255,255,.7),
            rgba(255,255,255,.9)
    );
    padding: 15px 8px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.kurs-card .kurs-img .count b{
    display: block;
    font-size: 35px;
    line-height: 22px;
    color: #000;
}
.kurs-card .kurs-img .count span{
    display: block;
    font-weight: 700;
    color: #666;
}


.kurs-card .date-badge {
    position: absolute;
    right: -12px;
    top: -16px;
    width: 55px;
    height: 55px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    rotate: -33deg;
    z-index: 999;
    color: white;
    font-weight: 700;
    border-width: 3px;
    border-style: solid;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    background: linear-gradient(var(--kurumsal_koyu), var(--kurumsal_acik)) padding-box, linear-gradient(to right, #c2c2c2, #ffffff) border-box;
    /* background: linear-gradient(#b95757, #921515) padding-box, linear-gradient(to right, #c2c2c2, #ffffff) border-box; */
}


.pagination .page-item .page-link{
    background: transparent;
    color: white;
    margin: 0 5px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 36px;
    height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .page-item .page-link:hover{
    background: white;
    color: black;
}
.pagination .page-item.active .page-link{
    background: white;
    border-color: white;
    color: black;
}


.form-control.form-control-glass {
    background-color: transparent;
    background: linear-gradient(to bottom,
    rgb(255 255 255 / 73%),
    rgb(255 255 255 / 73%),
    rgb(255 255 255 / 73%)
    );
    border-radius: 5px;
    padding: 15px 10px;
}
.form-control.form-control-glass::placeholder{
    color: white;
}
.btn-roket{
    display: inline-block;
    color: white;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    padding: 15px 25px;
    border-radius:var(--std-radius);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    /* background-image: linear-gradient( to left, #dc5734, #974090 ); */
    background-image:linear-gradient(to left,#34c8dc, #2e5fa8);
    transition: transform .3s ease;
    outline: unset;
    border: unset;
}
.btn-roket:hover{
    display: inline-block;
    color: white;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    padding: 15px 25px;
    border-radius:var(--std-radius);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    background-image: linear-gradient(to left,var(--kurumsal_acik_hover),var(--kurumsal_koyu_hover));
    transition: transform .3s ease;
    transform: scale(1.05);
    outline: unset;
    border: unset;
}
.btn-roket.btn-sm{
    display: inline-block;
    color: white;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    padding: 6px 15px;
    border-radius:var(--std-radius);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    background-image: linear-gradient( to left,var(--kurumsal_acik_hover),var(--kurumsal_koyu_hover));
    transition: transform .3s ease;
    outline: unset;
    border: unset;
}

.text-reset{
    text-decoration: none !important;
}
.text-white{
   color:#FFF !important;
}

.navbar-brand:not(.panel){
    margin-left:9px!important;
    height: 110px;
    overflow: hidden;
    border-radius:var(--std-radius);
}
.navbar-brand:not(.panel) img{
    position: relative;
    top: -25px;
    left: 0px;
}
@media (max-width: 992px) {
    .navbar-brand:not(.panel) img{
        position: relative;
        top: -17.5px;
        left: 0px;
    }
}

.slider-buttons{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.slider-buttons .s-button{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,.5);
    color: white;
    border-radius: 50%;
    aspect-ratio: 1/1;
    transition: .3s ease-in-out all;
    z-index: 5;
    cursor: pointer;
}
.slider-buttons .s-button:hover{
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .slider-buttons{
        display: none;
    }
}
.roket-rounded{
    border-radius:var(--std-radius);
}

.alertEffect {
    animation: alertEffect 1.5s infinite;
  }
  
  @keyframes alertEffect {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.19;
    }
    100% {
      opacity: 1;
    }
  }



  
.kurs_gorsel_yeni {
    border: 5px solid #cfdfff;
    border-radius:var(--std-radius);
    box-shadow: 11px 13px 33px 3px rgb(255 255 255 / 33%);
}

.image-wrapper {
  width: 100%;
  border-radius:var(--std-radius);
  background-color: #ccc;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.image-wrapper img {
  height: auto;
  max-width: 100%;
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.pl-1{
    padding-left: 7px !important;
}

.category_btn {
    max-width: 300px;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size:17px;
    text-decoration: none;
    margin:3px;
    padding:3px 13px;
    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;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(7deg);
    }
    100% {
        transform: rotate(0deg);
    }

}

.instructors{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    margin-top:15px;
}

.instructors .instructors_item{
    width:48%;
    margin-right: 1.90%;
    text-align: center;
}

@media (max-width: 992px) {
    .instructors .instructors_item{
        width:48%;
        margin-right: 1.90%;
        text-align: center;
    }    
}

.instructors .instructors_item_list{
    width:31%;
}

.instructors  .instructors_footer{
    padding-top: 5px;
    display: inline-block;
    line-height:15px;
    width: 100%;
}

.instructors .instructors_item .instructors_image {
    border-radius: var(--std-radius);
    aspect-ratio: 1;
    border: 5px solid #FFF;
    /* animation: rotate 10s linear infinite; */
}

.instructors .instructors_item .instructors_name{
    display: inline-block;
    width: 100%;
    color:#FFF;
    font-size:9pt;
    font-weight: bold;
}

.instructors .instructors_item .instructors_job{
    display: inline-block;
    width: 100%;
    color:#efefef;
    font-size:7pt;
}


@property --p{
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

.pie {
    --p: 20;
    --b: 13px;
    --c: darkred;
    --w: 150px;
    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    place-content: center;
    font-size: 49px;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 10px 10px 50px rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #FFF;
    background: linear-gradient(45deg, #0c2255, #2353b4,#001c58);
}

.pie span{
    font-size: 20px;
    margin-top: 5px;
    margin-right: 5px;
}
.pie:before,
.pie:after {
    content:"";
    position:absolute;
    border-radius:50%;
}
.pie:before {
    inset:0;
    background:
            radial-gradient(farthest-side,var(--kurumsal_acik) 98%,#0000) top/var(--b) var(--b) no-repeat,
            conic-gradient(var(--kurumsal_acik) calc(var(--p)*.1%),var(--kurumsal_koyu) calc(var(--p)*1%), rgba(255,255,255,.3) 0);
    -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
    mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}

.pie.roket-puan:before {
    inset:0;
    background:
            radial-gradient(farthest-side,var(--kurumsal_acik) 98%,#0000) top/var(--b) var(--b) no-repeat,
            conic-gradient(var(--kurumsal_acik) calc(var(--p)*.1%),var(--kurumsal_koyu) calc(var(--p)*1%), rgba(255,255,255,.3) 0);
    -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
    mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}

.pie:after {
    inset:calc(50% - var(--b)/2);
    background:linear-gradient(to right,var(--kurumsal_koyu),var(--kurumsal_acik));
    transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}
.animate {
    animation:p 2s .5s both;
}
.no-round:before {
    background-size:0 0,auto;
}
.no-round:after {
    content:none;
}
@keyframes p {
    from{--p:0}
}

.pie.text{
    flex-direction: column;
}
.pie.text{
    line-height: 32px;
    text-shadow: 0 5px 8px rgba(0,0,0,.3);
}

.pie.text .desc{
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 15px;
    text-shadow: 0 5px 8px rgba(0,0,0,.3);
}

.std-radius{
    border-radius: var(--std-radius) !important;
}