.slide .bgImage {
    height: 100%;
    border-radius: 10px;
    padding-top: 15px;
    padding-left: 15px;
}

.slide .bgImage .details {
    padding: 5px;
    border-radius: 100px;
    font-size: 9px;
    text-align: center;
    background: rgba(255,255,255,0.5);
}

.blogItem {
    cursor: pointer;
    margin-bottom: 80px;
}

.blogItem a {
    text-decoration: none;
}

.blogItem .bgImage {
    position: relative;
    height: 35vh;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: gray;
    display: table;
}

.blogItem:hover .bgImage {
    background-size: 120%;
}

.blogItem .bgImage::before {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    content: '';
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.5) 100%);*/
    z-index: 0;
}

.blogItem .bgImage .title {
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0px 10px;
    height: 50px;
    z-index: 2 !important;
}

.blogItem .name {
   height: 40px;
    font-size: 12px;
    color: rgba(0,0,0,0.9);
    font-family: "MyriadGEOMtavruliMedium";
}

.blogItem .desc {
    position: relative;
    width: 100%;
    height: 140px;
    left: 0%;
    margin-top: 5px;
    padding: 10px;
    font-size: 10px !important;
    text-align: left;
    color: rgba(0,0,0,0.6);
    z-index: 2 !important;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
}
.readMore {
    position: absolute;
    width: 100%;
    left: 5px;
    bottom: 10px;
    border-width: 0px;
    background-color: transparent;
    text-align: left;
    z-index: 10;
    color: rgba(0, 189, 200, 1);
    font-family:"BPG Arial Caps" !important;
}

.blogItem .desc span, .blogItem .desc p {
    font-size: 11px !important;
    line-height: 17px !important;
}

.blogItem .details {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 100px;
    padding: 5px;
    font-size: 9px;
    text-align: center;
    color: rgba(0,0,0,0.9);
    font-family: "BPG Arial Caps";
    background: rgba(255,255,255,0.8);
    z-index: 2 !important;
}

.blogDetails .card {
    padding: 20px;
    text-align: justify-all;
    border-color: rgba(0,0,0,0);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    background: rgba(255,255,255,0.4);
}

.blogDetails .card .card-header {
    background: rgba(0,0,0,0.02) !important;
}

.blogDetails .card p {
    margin: 10px 0px 10px 0px !important;
    color: rgba(0, 0, 0, 0.8);
}

.contentCard ul li {
    font-family: "BPG mrgvlovani" !important;
    font-size: 11px !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

.contentCard ul li::marker {
    color: rgba(243, 185, 66, 1) !important;
    font-size: 0.9rem !important;
}

.contentCard span {
    font-family: "BPG mrgvlovani" !important;
    font-size: 11px !important;
    color: rgba(0, 0, 0, 0.7) !important;
}

.contentCard strong {
    font-family:"BPG Arial Caps" !important;
    font-size: 12px !important;
    color: rgba(0,0,0,0.75) !important;
}