﻿/* content piece design */
.content-mg-system-container .h4 {
    font-size: 28px;
    color: tomato;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "korolev", sans-serif;
    letter-spacing: .114rem;
}

.content-mg-system-container p {
    font-family: "korolev", sans-serif;
    font-weight: lighter;
    letter-spacing: .025rem;
    font-size: 16px;
    line-height: 28px;
}

.bottom-btn-style {
    padding: 30px 0 0;
    margin: 0 auto;
    text-align: center;
}

.btn-style-d-container {
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 15px;
    text-align: center;
    background-color: transparent;
    border: 2px solid;
    transition: all .2s ease-in-out;
}

    .btn-style-d-container:hover {
        background-color: yellowgreen;
        color: #fff;
        cursor: pointer;
    }

.text-content-light {
    padding: 80px 0;
}
/* content piece design */
/* content piece design with background image */
.bg-ft-content {
    /*background: url(./assets/images/img4.jpg) no-repeat;    */
    padding: 40px 0;
}

.content-bg-light {
    background: #fff;
    padding: 30px 45px;
    /*box-shadow: 0 5px 15px #0000004d;*/
}

/* content piece design with background image */
/* featured slider */
.card-img-container {
    width: 100%;
    height: 378px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}

    .card-img-container img {
        width: 100% !important;
        height: 100%;
        object-fit: contain;
        aspect-ratio: 1 / 1;
        object-position: center;
    }

.featured-listing .card-body {
    padding: 40px 30px;
    /*min-height: 180px;*/
}

.featured-listing .card-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.featured-lst-light {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.content-mg-system-container.text-cpt h4 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}

.featured-designers-container {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .featured-designers-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.featured-lst-light {
    background-color: #fafafa;
    padding: 40px 0;
}

.featured-list-light {
    background-color: #edecea;
}

.custom-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: #c5c5c5;
    border-radius: 0;
    border: none;
}

    .custom-navigation i {
        font-size: 18px;
    }

.activity-main-container {
    width: 100%;
}

.activity-listing-container .card-img-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    height: unset;
    background: transparent;
}

.card.activity-listing-container {
    padding: 20px 20px;
    border-radius: 10px;
    border: none;
    min-height: 380px;
}

    .card.activity-listing-container.recommand-height-auto {
        min-height: auto;
    }

.herobannerlogo {
    width: 350px;
    height: auto;
}

    .herobannerlogo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.featured-img-container {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 15px;
}

    .featured-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.featured-round-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.top-section-border {
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0 10px;
}

.bottom-section-padding {
    padding: 20px;
}

.social-rt-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.featured-likes-db {
    padding: 8px 10px;
    font-size: 15px;
    border: 1px solid #000;
    border-radius: 5px;
    background: transparent;
}

.featured-likes-follow {
    padding: 8px 10px;
    font-size: 15px;
    border: 1px solid #925393;
    border-radius: 5px;
    background: #925393;
    color: #fff;
}

/*.content-disc-dv {
    min-height: 157px;
}*/

/*.featured-round-card.homepage-ads .bottom-section-padding .content-disc-dv {
    min-height: 130px;
}*/

h5.searchpage-ads-name {
    min-height: 40px;
}

.article-text-details p {
    font-weight: 500;
}

.content-wrap {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    min-height: 100px;
    margin: 0 auto;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.dropdown-menu.moredropdown {
    min-width: 230px;
}