﻿
/*Card Base*/
.ed-card-container {
    display: flex;
    flex-wrap: wrap;
}

.ed-card-wrapper {
    display: inline-flex;
}

@media(min-width: 1200px) {
    .ed-card-container.one-column > .ed-card-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .ed-card-container.two-column > .ed-card-wrapper {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .ed-card-container.three-column > .ed-card-wrapper {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        width: 33.3333333333%;
    }
}
@media(max-width: 1199px) {
    .ed-card-wrapper {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media(max-width: 768px) {
    .ed-card-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}
/*Card Base*/

/*------------------------------*/

/*Consultant Card*/
.consultant-card.basic {
    box-shadow: 3px 3px 10px 0 #A8A9AA;
    border-radius: 4px;
    padding: 24px;
    margin: 16px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 420px;
    max-height: 420px;
    width: 100%;
}

.consultant-card.basic .img-block img {
    height: 270px;
    width: auto;
    max-width: 100%;
}

.consultant-card.basic .desc-block {
    text-align: center;
    margin-top: 32px;
}

.consultant-card.basic .desc-block a {
    color: black;
    font-weight: 500 !important;
    text-decoration: none !important;
    font-size: 20px;
}
/*Consultant Card*/





.blog-card-container {
    margin: 1rem 0;
}

.blog-card-body {
    height: auto;
}

.card-img {
    border-radius: calc(.25rem - 1px);
    width: 100%;
}

.cardFooter {
    display: flex;
    justify-content: space-between;
}

.card-img-overlay {
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
}

.card-img-top {
    -ms-border-top-left-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    -ms-border-top-right-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 262px;
    vertical-align: middle;
    width: 100%;
}

.card-img-vlog {
    width: 444px;
}

.consultant-card-size {
    height: 389px;
    margin: 16px 0;
    width: 344px;
}

.card-blog-title {
    margin-bottom: 2.75rem;
}

.card .categories-tag img {
    width: 20px;
    height: 20px;
}

.card .categories-tag span {
    /*top: 10px;*/
    color: #1E255E;
}

.card.card-for-training, .owl-egitim .card {
    background-color: var(--alt-soft-blue);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}


.consultant-card-size .cardDetailDiv {
    text-align: center;
}
.cardDetailDiv {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .cardDetailDiv p {
        color: rgba(29, 41, 63, 0.70);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 23.952px; /* 199.601% */
    }

.custom-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 376px;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 16px;
}

.default-card .card.card-for-training {
   /* max-width: 330px;*/
    max-height: 375px;
}

.owl-egitim {
    display: flex;
    justify-content: center;
}

.inceleButton {
    width: 76px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--blue);
}

.incele-btn-wrapper {
    padding: 12px 30px 12px 30px;
}

.card-footer-mainpage {
    position: absolute;
}

.fontblack {
    color: #212529;
}

.default-card {
    border: none;
}

    .default-card .card {
        height: auto;
        margin-bottom: 1rem;
        margin-top: 1rem;
        max-height: none;
        min-height: 275px;
        padding: 8px;
    }

    .default-card .card-body a {
        font-size: .8rem;
    }

    .default-card .consultant-card-modification {
        height: 380px;
        margin-left: -3px;
        width: 333px;
    }

    .default-card .danismanlik-border {
        border: 3px solid #5083B1;
    }

    .default-card .servis-border {
        border: 3px solid #EAA36E;
    }

.education-card-footer {
    bottom: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.education-schedule-carousel .card-body {
    padding-top: 0
}

.education-schedule-carousel .card-body-title {
    padding-left: 1rem
}

.fp-card-header > .product-img > img {
    height: 90px;
    width: auto;
}

.fp-card-body {
    max-width: 320px;
    max-height: 176px;
}

.fp-card-buy-btn {
    width: 110px;
}

.h4-title-font-size {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 25px 0;
}

.fp-card-body > div {
    margin: 16px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fp-card-body .product-title {
    -webkit-line-clamp: 2;
}

    .fp-card-body .product-title a {
        font-size: 23px;
        font-weight: 500;
        line-height: 35px;
        letter-spacing: 0em;
        text-align: center;
        color: #1D293F;
    }

.fp-card-body .product-detail {
    -webkit-line-clamp: 4;
    user-select: none;
}

.card-custom-title {
    color: #1D293F;
    font-size: 19.162px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.952px; /* 125% */
}

#featured-products-section .featured-product-card {
    align-items: center;
    background: #FFF;
    background-color: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 450px;
    justify-content: space-between;
    max-height: 450px;
    max-width: 384.75px;
    padding: 32px 16px;
    text-align: center;
    border-radius: 24px;
}

.featured-product-card > div {
    margin: 8px 0;
}

.featured-product-card .fp-card-header {
    height: 100px;
    max-height: 100px;
    color: var(--blue);
}

.fp-card-header > .product-img {
    margin-bottom: 16px;
}

.fp-card-footer {
    height: 50px;
    max-height: 50px;
    display: flex;
    justify-content: center;
}

.stringClamp {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
}

.categories-tag span {
    font-family: Nunito;
    font-size: 15px;
    letter-spacing: 0;
}

.service-card .service-card-footer {
    position: relative;
    display: flex;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 16px;
}

.consultant-products-detail {
    gap: 20px;
}

@media (min-width: 320px) {

    .consultant-card-size {
        height: 371px;
        margin-left: 10px;
        width: 318px;
    }

    .default-card .consultant-card-modification {
        height: 365px;
        width: 284px;
    }

    .default-card .ticaret-e-card {
        height: 300px;
    }

    .custom-card-desc {
        margin-bottom: 50px;
    }

    .training-index-page {
        margin-top: 32px;
    }
}

@media (min-width: 425px) {

    .consultant-card-size {
        margin-left: 10px;
        width: 347px;
    }

    .default-card .consultant-card-modification {
        height: 350px;
        width: 333px;
    }
}

@media (min-width: 768px) {
    .consultant-card-size {
        margin-left: 10px;
        width: 339px;
    }

    .default-card .ticaret-e-card {
        height: 350px;
    }

    .info-card-icon {
        height: 30px;
        width: 30px;
    }
}


@media (min-width: 990px) {
    .default-card .card {
        min-height: unset;
    }

    .default-card .card-body {
        margin-top: 0;
    }

    .default-card .card-text {
        font-size: .8rem;
    }

    .service-card .service-card-footer {
        margin-top: 32px;
        margin-bottom: 16px;
    }
}

@media (min-width: 1024px) {


    .consultant-card-size {
        height: 350px;
        width: 344px;
    }

    .default-card .card {
        height: initial;
    }

    .default-card .consultant-card-modification {
        height: 371px;
        width: 333px;
    }

    .default-card .ticaret-e-card {
        height: 290px;
    }

    .education-card-footer {
        position: inherit;
    }

    .custom-card-desc {
        margin-bottom: initial;
    }

    .training-index-page {
        margin-top: 32px;
    }

    .custom-sub-menu {
        margin-left: 125px;
    }

    .categories-tag span {
        font-size: 12px;
    }

    .custom-sub-menu {
        margin-left: auto;
    }
}

@media (max-width:1024px) {
    .custom-card-body {
        width: 340px;
    }
}

.base-product-card .card {
    border-radius: 24px !important;
}
