@import url("https://cdn.quilljs.com/1.3.7/quill.core.css");
.chips {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.chip {
    display: inline-block;
    padding: 8px 16px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1;
    border-radius: 25px;
    background-color: #54565ae0;
    border: #444952e0;
}
.blog-section .blog-item .blog-content {
    padding: 15px 16px 17px !important;
    width: 90% !important;
}

.blog-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.navigation-wrap {
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 32px;
}
.ajax-portfolio-popup .content-wrap {
    margin-top: 0;
    overflow: hidden;
}
.blog-page .blog-container {
    background: white;
    color: black;
}
.blog-page .blog-container .blog-content {
    margin-top: 14px;
}
.ql-editor {
    font-size: 18px;
}
.ql-editor p {
    min-height: 8px;
    margin: 0 0 8px;
}

.banner-section .banner-content {
    background: #00000096;
    position: relative;
    transform: translateY(0%);
}
.banner-section .simplebar-content-wrapper:before {
    opacity: 0.1;
}
.slides-container img {
    object-fit: scale-down;
    object-position: center;
}
