<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-lessons {
    background-color: #3088a0;
    height: auto !important;
    overflow: hidden;
}

.banner-lessons:before {
    height: 230px !important;
    background-color: rgb(0 0 0 / 75%) !important;
}

@media only screen and (max-width: 600px) {
    .banner-lessons:before {
        height: 539px !important;
    }

    .pt-69{
        text-align: center;
    }
}

.pt-85 {
    padding-top: 85px;
}

.user-image {
    width: 125px;
    height: 125px;
}

.course-title {
    font-size: 21px;
    font-weight: 600;
    color: #ffcb27;
}

.h-123p {
    height: 123px;
}

.profile-icon {
    font-size: 16px;
    color: #14de94 !important;
}

.profile-city, .profile-branch {
    font-size: 12px;
    color: #ecd791;
}

.profile-desc {
    color: #f9f9f9;
    font-size: 13px;
    line-height: 25px;
}

.profil-price {
    font-size: 29px;
    font-weight: 700;
    color: #12de94;
}

.h-23p {
    height: 23px;
}

.cl-green {
    color: #31c283
}

.lesson-request-btn {
    background: #3bb3bd !important;
    font-size: 12px;
    font-weight: 600;
}

.profil-response-title {
    font-size: 11px;
}

.carousel-caption-point {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 137px;
    background: #fff;
    border-radius: 6px;
    padding: 5px;
    z-index: 10;
    height: 55px;
}

.score__left {
    float: left;
    border-radius: 4px;
    background-clip: padding-box;
    width: 55px;
    height: 45px;
    font-size: 21px;
    line-height: 44px;
    background: #12de94;
    text-align: center;
}

.score__right {
    float: right;
    font-weight: 600;
    color: #12de94;
    font-size: 14px;
    width: 60px;
}

.score__right p {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
}

.profile-detail p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 5px;
}

.rating-wrapper {
    max-width: 800px;
    margin: 10px auto;
    background: #fff;
    padding: 1em;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.rating-wrapper .rating-label {
    text-align: center;
    font-weight: 700;
    display: block;
}

.rating-wrapper .ratingItemList {
    max-width: 300px;
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em 0;
}

.rating-wrapper input.rating {
    display: none;
}

.rating-wrapper label.rating {
    padding: 5px 3px;
    font-size: 32px;
    opacity: 0.7;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: pointer;
}

.rating-wrapper label.rating:hover {
    -webkit-filter: grayscale(0.84);
    filter: grayscale(0.84);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}

.rating-wrapper input.rating:checked + label.rating {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.img-items::before{
    content: "";
    height: 100%;
    background-color: rgb(0 0 0 / 25%) !important;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.left-properties ul li {
    display: inline-block;
    padding: 10px;
    background-color: #f7f7f7;
    font-size: 13px;
    margin: 0 0 10px 0;
    width: 100%;
}
.course-right-title {
    margin-bottom: 11px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.lh-24{
    line-height: 24px;
}
.left-properties-city ul li{
    display: inline-block;
    padding: 10px;
    background-color: #f7f7f7;
    font-size: 13px;
    margin: 0 10px 10px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.img-thumbnail {
    border-radius: 33px;
    width: 50px;
    height: 50px;
}
.smd {
    width: 200px;
    font-size: small;
    text-align: center;
}
.smd p{
    font-size: 13px;
    font-weight: 400;
}
.fab:before {
    position: relative;
    top: 7px;
}

.user-badge {
    background-color: #3bb3bd;
    font-size: 37px;
}
#yorumlar .cnt{
    font-size:14px;
}

.lesson-price-table .table-fill {
    background: #fff;
    border-radius: 3px;
    border-collapse: collapse;
    height: 250px;
    margin: auto;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}
.lesson-price-table th {
    color: #d5dde5;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 18px;
    font-weight: 100;
    padding: 24px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}
.lesson-price-table th:first-child {
    border-top-left-radius: 3px;
}
.lesson-price-table th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}
.lesson-price-table tr {
    border-top: 1px solid #c1c3d1;
    color: #666b85;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
.lesson-price-table tr:hover td {
    background: #4e5066;
    color: #fff;
    border-top: 1px solid #22262e;
}
.lesson-price-table tr:first-child {
    border-top: none;
}
.lesson-price-table tr:last-child {
    border-bottom: none;
}
.lesson-price-table tr:nth-child(odd) td {
    background: #ebebeb;
}
.lesson-price-table tr:nth-child(odd):hover td {
    background: #4e5066;
}
.lesson-price-table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}
.lesson-price-table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}
.lesson-price-table td {
    background: #fff;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #c1c3d1;
}
.lesson-price-table td:last-child {
    border-right: 0;
}
.lesson-price-table th.text-left {
    text-align: left;
}
.lesson-price-table th.text-center {
    text-align: center;
}
.lesson-price-table th.text-right {
    text-align: right;
}
.lesson-price-table td.text-left {
    text-align: left;
}
.lesson-price-table td.text-center {
    text-align: center;
}
.lesson-price-table td.text-right {
    text-align: right;
}
.lesson-price-table th {
    color: #d5dde5;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 15px;
    font-weight: 100;
    font-weight: 600;
    padding: 10px 24px;
    text-align: left;
    text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    vertical-align: middle;
}
.lesson-price-table td {
    background: #fff;
    padding: 0px 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    font-size: 15px;
    text-shadow: -1px -1px 1px rgb(0 0 0 / 10%);
    border-right: 1px solid #c1c3d1;
}
.lesson-price-table .table-fill{
    height: 193px;
}

.video-modal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.video-modal .modal-body {
    position:relative;
    padding:0px;
}

.video-modal .close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}

.modal-dialog{
    max-width: initial!important;
    width: 70% !important;
}

.pt-69 {
    padding-top: 69px;
}
.course-video {
    color: #DD4A68;font-size: 13px;font-weight: 500
}
.course-video:hover {
    color: #DD4A68;
}
.price-list-table{
    display: inline-table!important;
}
.price-list-table thead th{
    background: #f0f1f3;
    padding: 7px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border: none;
}
.table-price{
    text-decoration: line-through;
    font-weight: 600;
}
.table-discount-price{
    font-weight: 600;
    font-size: 14px;
}
.price-list-table td, .price-list-table th {
    padding: .75rem;
    vertical-align: middle;
}
.td-border{
    border-top: none!important;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.td-border-2{
    border-top: none!important;
    border-bottom: 1px solid #f1f1f1;
}
.td-border-3{
    border-top: none!important;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.btn-cherry-custom{
    background: #ff567b;
    padding: 2px 7px;
    font-size: 10px;
}
.font-size-17{
    font-size: 17px;
}
.all-discount{
    font-size: 12px;color:#fc6060;font-weight: bold;text-decoration: underline;
}
.all-discount:hover{
    color:#fc6060;
}
#loginModal .modal-dialog {
    max-width: 500px!important;
}
.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 20em;
}
.showContent {
    line-height: 1em;
    height: auto;
}
.showContent{
    height: auto;
}

.product-grid{
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.product-grid .product-sale-label,
.product-grid .product-discount-label{
    color: #fff;
    background: #da5555;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 5px 11px;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.4s ease;
}
.product-grid .product-sale-label{
    background: #2ba968;
    text-transform: uppercase;
    left: 10px;
    right: auto;
}
.product-grid .product-content{ padding: 12px; }
.product-grid .title{
    color: var(--text-color);
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 7px;
}
.product-grid .title a{
    font-size: 16px;
    color: var(--text-color);
    transition: all 500ms;
}
.product-grid .title a:hover{ color: var(--main-color1); }
.product-grid .price{
    color: var(--text-color);
    font-size: 18px;
    letter-spacing: 0.005em;
    margin-bottom: 10px;
}
.product-grid .price span{
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}
.product-grid .product-button-group{
    position: relative;
    z-index: 1;
}
.product-grid .add-to-cart{
    color: var(--text-color);
    background: #f4f4f4;
    font-size: 14px;
    width: calc(100% - 75px);
    padding: 8px 3px;
    margin: 0 auto;
    display: inline-block;
    transition: all 0.25s ease 0s;
}
.product-grid .add-to-cart i{
    margin-right: 8px;
    transition: all 0.25s ease 0s;
}
@media only screen and (max-width:990px){
    .product-grid{ margin-bottom: 30px; }
}
</pre></body></html>