<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    cube portofolio
 */
.bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.rounded-pseudo {
    border-radius: 0.625rem;
}
.rounded-pseudo::before, .rounded-pseudo::after {
    border-radius: 0.625rem;
}
.cbp-l-filters-alignCenter .cbp-filter-counter:after, .cbp-l-filters-alignRight .cbp-filter-counter:after, .cbp-l-filters-button .cbp-filter-counter:after, .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .cbp-l-filters-text .cbp-filter-counter:after, .cbp, .cbp *, .cbp *:after, .cbp:after, .cbp-l-filters-dropdownHeader:after, .cbp-popup-wrap, .cbp-popup-wrap *, .cbp-popup-wrap:before, .cbp-popup-loadingBox:after, .cbp-search *, .cbp-l-direction:after {
    box-sizing: border-box;
}
.cbp-item {
    top: 0;
    left: 0;
}
.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.cbp-caption-active .cbp-caption, .cbp-caption-active .cbp-caption-defaultWrap, .cbp-caption-active .cbp-caption-activeWrap {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.cbp-caption, .cbp-caption-defaultWrap, .cbp-caption-activeWrap {
    display: block;
}

.skpa-carousel article {

    background-repeat: no-repeat;
    background-position: center;

}
.rounded-circle {
    border-radius: 50% !important;
}
.rf-slick__arrow-classic:hover {
    background-color: rgba(19, 225, 53, 0.69);
}

.position-relative
{
    position: relative;
}

.position-absolute
{
    position: absolute;
}
.bottom-0
{
    bottom: 0;
}

.caption-desc
{
    background-color: rgba(0,0,0,.75);
    color: white;
    border-radius: 10px;
}

.w-100
{
    width: 100%;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-between {

    -ms-flex-pack: justify !important;
    justify-content: space-between !important;

}
.h-100
{
    height: 100%;
}
.mt-1, .my-1 {
    margin-top: .25rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.rf-height-350 {
    height: 445px;
}

@media (min-width: 768px)
{
    .p-md-5 {

    padding: 3rem !important;

}
}

@media (max-width: 768px) {

    .cbp-item-wrapper .cbp-caption article header h4, .cbp-item-wrapper .cbp-caption article h2 {
        font-size: 100%;
    }

    .cbp-item-wrapper .cbp-caption article header small, .cbp-item-wrapper .cbp-caption article p {
        font-size: 70%;
    }

    .rf-height-350 {
        height: 345px;
    }
}

.rf-slick
{
    background:url(../theme/preloader-1.svg) no-repeat 50% 50%;
}
</pre></body></html>