#promo-loop-section .container-fluid {
    padding: 0 25px;
}

.promo-loop-wrapper {
    padding: 10px;
}

.promo-loop-wrapper a {
    text-decoration-line: none;
}

.promo-loop-wrapper a:hover,
.promo-loop-wrapper a:focus {
    text-decoration-line: none;
}


.promo-loop-wrapper a:hover .loop-icon,
.promo-loop-wrapper a:focus .loop-icon {
    background-color: #989898;
}

.promo-loop-inner {
    height: 376px;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;

}

.promo-loop-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: calc(100% - 85px);
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(25px);
}

.promo-loop-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}

.promo-loop-content {
    width: 100%;
    flex-basis: 100%;
    margin-top: auto;
    position: relative;
}


.promo-loop-bottom {
    border-top: 1px solid rgba(0, 0, 0, .1);
    background-color: #2f2f2f;
    padding: 20px 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    min-height: 87px;
}
.pdf-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0;
}
.promo-loop-wrapper a:hover .promo-loop-bottom {
    background-color: #404040;
    filter: drop-shadow(1.57px 29.959px 38px rgba(0,0,0,0.36));
}

.promo-type {
    width: 80%;
    flex-basis: 80%;
}

.promo-loop-icon {
    width: 20%;
    flex-basis: 20%;
}

.promo-type h5.promo-description {
    font-size: 18px;
    line-height: 20px;
    color: #c0c0c0;
    font-weight: 600;
    margin-bottom: 0;
}

.promo-type p {
    font-size: 16px;
    line-height: 26px;
    color: var(--white-grey);
    font-weight: 300;
    margin-bottom: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.promo-loop-wrapper a:hover .promo-type p,
.promo-loop-wrapper a:focus .promo-type p{
    color: #808080;
}
.loop-icon {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #3d3d3d;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.loop-icon .icon {
    display: block;
    width: 7px;
    height: 13px;
    position: relative;
}

.loop-icon .icon:before {
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    mask: url('../../images/arrow-right-project.svg') no-repeat center;
    -webkit-mask: url('../../images/arrow-right-project.svg') no-repeat center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #777777;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.promo-loop-wrapper a:hover .icon:before,
.promo-loop-wrapper a:focus .icon:before {
    background-color: var(--white);
}

.fancybox-slide,
.fancybox-content {
    overflow: hidden;
}