
body:not(.dark-scheme) .clb-mode-switcher-toddler-item {
    position: absolute;
    background-color: #fff!important;
    width: 100%;
    -webkit-border-radius: 14px;
    border-radius: 50px;
    -webkit-box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05);
    box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05);
}
body:not(.dark-scheme) .clb-mode-switcher.dark .clb-mode-switcher-toddler {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
body:not(.dark-scheme) .clb-mode-switcher.dark .clb-mode-switcher-toddler .clb-mode-switcher-toddler-item.dark {
    background-color: transparent;
    z-index: -1;
}

body:not(.dark-scheme) .clb-mode-switcher .light svg {
    fill: #161519;
}
#openProjectModal {
    display: none!important;
}
#closeProjectModal {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 999999;
    cursor: pointer;
}

.project-page-media-modal-wrapper {
    display: none;
}
body .sticky-nav .sticky-nav-image {
    -webkit-transform: translateY(2%)!important;
    -ms-transform: translateY(2%)!important;
    transform: translateY(2%)!important;
}
body .portfolio-comments {
    display: none!important;
}
body .sticky-nav-holder {
    padding: 30px;
}
.lightbox-slide img {
    max-width: 100%;
    max-height: 100%;
    min-width: 500px;
    object-fit: contain;
}

.project-page-media-modal-wrapper.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

/* Style for the carousel wrapper */
.carousel-wrapper {
    position: relative;
    margin: 50px auto;
    max-width: 500px;
    min-height: 500px;
}


/* Style for the previous and next arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}


.dark-scheme .clb-share-bar {
    background-color: #1b1a1f;
}

.dark-scheme h5.sticky-nav_heading {
    color: #fff;

}
body h5.sticky-nav_heading {
    transition: .3s ease-in-out;
}
body h5.sticky-nav_heading:hover {
    color: #d90a2c;
}
.portfolio-item-image.dark-overlay .portfolio-video {
    display: inline-block;
}

.portfolio-item-image:not(.dark-overlay) .portfolio-video {
    display: none !important;
}

body:not(.dark-scheme) .header.-mobile .mbl-overlay-bg,
body:not(.dark-scheme) .header.-mobile .nav .mbl-overlay-container {
    background-color: #fff;
}

body:not(.dark-scheme) .header.-mobile .clb-social-holder {
    color: #000;
}
body.dark-scheme .lang-dropdown-holder .country-selector.weglot-dropdown {
    background-color: rgba(150, 144, 162, 0.15);

}
body .lang-dropdown-holder .country-selector.weglot-dropdown {
    height: 36px;
}
body.dark-scheme .lang-dropdown-holder .country-selector.weglot-dropdown .weglot-lang {
    background-color: rgba(150, 144, 162, 0.15);
    color: #fff;
    border: 1px solid rgba(150, 144, 162, 0.25);

}
body .lang-dropdown-holder .country-selector.weglot-dropdown .weglot-lang {
    height: 100%;
}
.lang-dropdown-holder .country-selector.weglot-dropdown,
.lang-dropdown-holder .country-selector.weglot-dropdown .weglot-lang {
    border-radius: 5px;
}

body.dark-scheme .country-selector.weglot-dropdown ul {
    background-color: #252428;
    color: #fff;
    border: none;
}

body.dark-scheme .country-selector.weglot-dropdown input:checked ~ .wgcurrent:after,
body.dark-scheme .country-selector.weglot-dropdown .wgcurrent:after {
    filter: invert(1);
}

body.dark-scheme .country-selector a,
body.dark-scheme .country-selector a:hover {
    color: #fff;
}

body:not(.dark-scheme) .fixed-logo,
body:not(.dark-scheme) .logo {
    display: none !important;
}

body:not(.dark-scheme) .branding-title .for-onepage .dark.hidden,
body:not(.dark-scheme) .branding-title .for-onepage {
    display: block !important;
}

body:not(.dark-scheme) .elementor-20305 .elementor-element.elementor-element-2a7425c .portfolio-item-fullscreen .portfolio-item-overlay {
    background-color: #fff !important;
}

body.dark-scheme .elementor-20305 .elementor-element.elementor-element-2a7425c .portfolio-item-fullscreen .portfolio-item-overlay {
    background-color: #161519 !important;
}

.clb-page-headline::before,
.boxed-container,
.site-footer,
.horizontal_accordionItem {
    background-color: #fff;
}

.clb-smooth-slider .clb-slider-nav-btn {
    z-index: 21;
}

.dark-scheme .lang-dropdown-select option {
    background-color: #252428;
    color: white;
    border: none;
    border-radius: 5px;
}

.header.-mobile .clb-social {
    position: absolute;
    top: 50%;
    transform: rotate(-90deg) translate(50%, -90%);
}

.clb-mode-switcher-toddler {
    width: 64px;
}

.clb-social {
    justify-content: center;
}

.clb-mode-switcher-item p {
    color: #161519;
}

.clb-mode-switcher:not(.dark) .light svg {
    fill: #161519;

}

.clb-mode-switcher svg {
    margin-left: .2rem;
    margin-right: -.2rem;
    width: 18px;
    height: 18px;
}

.clb-mode-switcher.dark .light svg {
    fill: #161519

}

body.dark-scheme .clb-mode-switcher .dark svg {
    fill: #fff;
    transform: rotate(100deg);
}
body:not(.dark-scheme) .clb-mode-switcher .dark svg {
    fill: #161519;
    transform: rotate(100deg);
}
.clb-mode-switcher:not(.dark) .dark svg {
    fill: #161519;
}

.clb-mode-switcher {
    font-weight: 500;
    font-size: .85em;
    position: static;
    height: 1.7rem;
    background-color: rgba(150, 144, 162, .25);
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 2px rgba(150, 144, 162, .15) inset;
    box-shadow: 0 0 0 2px rgba(150, 144, 162, .15) inset;
    -webkit-border-radius: 0.85rem;
    border-radius: .85rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.color-switcher.dark .color-switcher-toddler .color-switcher-toddler-item,
.clb-mode-switcher.dark .clb-mode-switcher-toddler .clb-mode-switcher-toddler-item.dark {
    color: #fff;
    background-color: #4a4653;
}

.clb-mode-switcher-item-state {
    margin: 0;
    height: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

}

.clb-mode-switcher.dark .clb-mode-switcher-toddler-item {
    background-color: transparent;
}

.portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image-box .portfolio-details-video {
    z-index: 99;
}

.portfolio-item-image .portfolio-video {
    position: relative;
}

.portfolio-item-image .portfolio-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.home .portfolio-video {
    max-width: none;
    min-width: 100%;
    height: 100%;
    width: auto;
}

.portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image:before, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-image:before {
    top: 0;
    width: 100%;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(360deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}

.dark-scheme .portfolio-item.-with-gradient .portfolio-item-image::before,
.dark-scheme .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before,
.dark-scheme .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image:before,
.dark-scheme .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-image:before {
    background: #111013;
    background: -webkit-gradient(linear, left bottom, left top, from(#111013), to(rgba(17, 16, 19, 0)));
    background: -o-linear-gradient(bottom, #111013 0, rgba(17, 16, 19, 0) 100%);
    background: linear-gradient(360deg, #111013 0, rgba(17, 16, 19, 0) 100%);

}

.portfolio-item.-with-gradient .portfolio-item-image::before,
.portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before,
.portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image:before,
.portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-image:before {
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate(0px);
    transform: rotate(0px);
}

.portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image:before, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;

}

#masthead .btn-optional:hover {
    background-color: #d90a2c !important;
}

.dark-scheme .select2-container--default .select2-results > .select2-results__options,
.dark-scheme .sticky-nav,
.dark-scheme .notification-bar,
.dark-scheme .clb-popup-product .woo_c-product,
.dark-scheme .-sticky .hamburger,
.dark-scheme .header:not(.header-5) .sub-menu,
.dark-scheme .submenu_cart,
.dark-scheme .sticky-nav_item h6,
.dark-scheme .sticky-product,
.dark-scheme .sticky-product .price,
.dark-scheme .clb-popup-product .price,
.dark-scheme .clb-popup-product .woo_c-product-details-title,
.dark-scheme .clb-share-bar .socialbar a:not(:hover) i,
.dark-scheme .clb-subscribe,
.dark-scheme .sticky-product-desc .btn,
.dark-scheme .clb-subscribe .btn,
.dark-scheme .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title > a:not(:hover),
.dark-scheme .product-item .btn-round-light,
.dark-scheme .woocommerce-mini-cart__buttons .button:first-child,
.dark-scheme .-mobile .nav-item a,
.dark-scheme .-mobile .sub-nav-item a,
.dark-scheme .-sticky .branding-title,
.dark-scheme .woo_c-product .sticky-product-desc .category,
.dark-scheme .mbl-overlay .btn-round-light .ion,
.dark-scheme .mbl-overlay .copyright,
.dark-scheme .mbl-overlay .lang-dropdown {
    color: rgba(255, 255, 255, 0.75);
}

.dark-scheme .select-holder select,
.dark-scheme .select-holder select::after,
.dark-scheme .header.-sticky {
    color: rgba(255, 255, 255, 0.75) !important;
}

body:not(.dark-scheme) .menu-optional .btn-optional {
    background-color: #d90a2c !important;
}

.dark-scheme .header.-sticky {
    background-color: #000;
}

.dark-scheme nav a {
    color: rgba(255, 255, 255);
}
.btn-small,
a.btn-small,
.product-item .btn-wishlist {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 36px;
}
nav a:hover {
    color: #d90a2c;
}

.dark-scheme .clb-slider-pagination .clb-slider-page.active {
    background-color: rgba(255, 255, 255, 0.1);
}

.header.-mobile .menu > .nav-item a:hover {
    color: #d90a2c;
}

.dark-scheme .copyright a:hover {
    text-decoration: underline;
}

.has-submenu.active .menu-plus {
    color: #d90a2c;
}

.portfolio-details-title a:hover,
.portfolio-details-title a:active {
    text-decoration: none;
}

.dark-scheme .cart-mini,
.dark-scheme .header.-mobile .mobile-overlay .holder,
.dark-scheme .header:not(.-mobile) .menu li > ul,
.dark-scheme .notification .alert,
.dark-scheme .select2-dropdown,
.dark-scheme .share-bar .social-networks,
.dark-scheme .sticky-nav-holder,
.dark-scheme .sticky-product,
.dark-scheme.single-post .-layout2.-with-featured-image .post-share .share-bar .social-networks {
    background-color: #1b1a1f;
}

body:not(.dark-scheme) .-mobile:not(.-sticky) .branding,
body:not(.dark-scheme) .-mobile:not(.-sticky) .menu-optional .cart-total,
body:not(.dark-scheme) .-mobile:not(.-sticky) .menu-optional > li > a,
body:not(.dark-scheme) .-mobile:not(.-sticky) .btn-round:not(.btn-round-small),
body:not(.dark-scheme) .header:not(.-sticky):not(.-mobile) .menu > li > a,
body:not(.dark-scheme) .header:not(.-sticky):not(.-mobile) .branding,
body:not(.dark-scheme) .header:not(.-sticky):not(.-mobile) .menu-optional .cart-total,
body:not(.dark-scheme) .header:not(.-sticky):not(.-mobile) .menu-optional > li > a,
body:not(.dark-scheme) .header:not(.-sticky) .btn-round,
body:not(.dark-scheme) .clb-social,
body:not(.dark-scheme) .clb-back-link,
body:not(.dark-scheme) .clb-back-link .arrow-icon {
    color: #000;
}

body:not(.dark-scheme) .site-footer a {
    color: #000;
    font-weight: bold;
}

body:not(.dark-scheme) .site-footer a:hover {
    color: #d90a2c;
}

body .project-page .project-meta li {
    min-width: -webkit-calc(33% - 25px);
    min-width: calc(33% - 25px);
    width: -webkit-calc(33% - 25px);
    width: calc(33% - 25px);
}

.lang-dropdown-holder {
    height: 46px;
}

.lang-dropdown-holder aside {
    height: 36px;
}

body .country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
    height: 100%;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.96rem;
    line-height: 20px;
    font-weight: 600;
}
body .country-selector.weglot-dropdown a {
    height: 36px;
    line-height: 36px;
}
.country-selector.weglot-dropdown span {
    display: flex;
    align-items: center;
}
.wpcf7-form label, .field-label, label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.96rem;
    line-height: 20px;
    font-weight: 600;
}
.dark-scheme .site-footer .widgets a {
    color: rgba(255, 255, 255, 0.75);
}
body .site-footer .widgets a:not(.btn):hover {
    color: #d90a2c;
    text-decoration: underline;
}
body a.btn:hover {
    text-decoration: none;
}

body .project-page-content {
    padding-top: 3.8vh;
}

.socialbar a img {
    width: 25px;
    height: 25px;
}

body.dark-scheme .dark-mode-visible {
    display: block;
}

body.dark-scheme .light-mode-visible {
    display: none;
}

body:not(.dark-scheme) .dark-mode-visible {
    display: none;
}

body:not(.dark-scheme) .light-mode-visible {
    display: block;
}

.clb-share-bar .socialbar {
    padding-top: 10px;
}

/* body .page-container:not(.full),
body .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
} **/

body:not(.dark-scheme) .clb-social.light-typo,
body:not(.dark-scheme) .clb-social.light-typo .font-titles,
body:not(.dark-scheme) .clb-scroll-top.light-typo,
body:not(.dark-scheme) .clb-scroll-top.light-typo .font-titles {
    color: #000 !important;
}
.elementor-section {
    width: 100%!important;
}
body .site-footer .vc_row {
    margin-left: 0px;
    margin-right: 0px;
}
@media (max-width: 1439px) {
    body .elementor-widget-wrap>.elementor-element {
        max-width: 100%;
        width: 85%!important;
        margin: 0 auto;
    }
}
@media (min-width: 1440px) {
   body .elementor-widget-wrap>.elementor-element {
        max-width: 100%;
        width: 1340px!important;
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    body .elementor-widget-wrap>.elementor-element {
        max-width: 100%;
        width: 100%!important;
        margin: 0 20px;
    }
    body .elementor-section {
        left: 0!important;
    }
}
@media (min-width: 992px) {

    body .project-page.layout-type4 .project-page-content {
        margin-left: -webkit-calc(0vw + 30px);
        margin-left: calc(0vw + 30px);
    }

    body .project-page-content {
        padding-top: 0.8vh;
    }
}

@media (min-width: 1180px) {
    body .project-page.layout-type4 .project-page-content {
        margin-left: -webkit-calc(8vw + 30px);
        margin-left: calc(8vw + 30px);
    }

    body .project-page-content {
        padding-top: 3.8vh;
    }
}

@media (min-width: 1441px) {
    body .project-page-content {
        padding-top: 8.8vh;
    }
}

@media (min-width: 1700px) {
    body .project-page.layout-type4 .project-page-content {
        margin-left: -webkit-calc(8vw + 30px);
        margin-left: calc(8vw + 30px);
        margin-right: 2vw;
    }
}

@media (max-width: 1441px) and (min-width: 1181px) {
    .portfolio-item-fullscreen.portfolio-grid-type-9 .next-project-img-box {
        width: 460px;
        z-index: 2;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .project-page.layout-type4 .project-page-content {
        margin-left: 2vw;
        margin-right: 1vw;
    }


}
@media (min-width: 1025px) {
    .project-page.layout-type4 .project-page-content {
        margin-right: 0vw;
    }
}
@media screen and (max-width: 1180px) {
    .clb-mode-switcher.dark .clb-mode-switcher-toddler {
        -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
        transform: translateX(-75%);
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    }
    body:not(.dark-scheme) .clb-mode-switcher .dark svg,
    body.dark-scheme .clb-mode-switcher .dark svg {
        transform: rotate(0deg);
    }
    .clb-mode-switcher.dark .light svg {
        fill: rgba(255, 255, 255, 0.75);
    }

    body .project-page .project-meta li {
        min-width: -webkit-calc(50% - 25px);
        min-width: calc(50% - 25px);
        width: -webkit-calc(50% - 25px);
        width: calc(50% - 25px);
    }

    .clb-mode-switcher:not(.dark) .dark svg {
        fill: #161519;
    }

    .clb-mode-switcher svg {
        margin-left: 0px;
        margin-right: 0px;
    }

    .clb-mode-switcher.dark .clb-mode-switcher-toddler-item {
        background-color: transparent;
    }

    .clb-mode-switcher-item, .clb-mode-switcher-toddler-item {
        padding: 0;
        width: 2.5rem !important;
        min-width: 2.5rem !important;
        -webkit-border-radius: 1.25rem;
        border-radius: 1.25rem;
    }

    .clb-mode-switcher-toddler {
        top: 0;
        height: 2.5rem !important;
        width: 2.5rem !important;
    }

    .clb-mode-switcher {
        background-color: #e5e3e8;
        height: 2.5rem;
        z-index: 100;
        position: absolute;
        -webkit-border-radius: 1.25rem;
        border-radius: 1.25rem;
    }

    body.home .elements-bar.left {
        top: auto;
        bottom: 30px;
        right: 150px;
        left: auto;
        z-index: 999;
        transform: rotate(0deg) translate(0, 0);
    }
    body:not(.home) .elements-bar.left {
        top: auto;
        bottom: 30px;
        right: 90px;
        left: auto;
        z-index: 999;
        transform: rotate(0deg) translate(0, 0);
    }

    .clb-mode-switcher-item, .clb-mode-switcher-toddler-item {
        right: 0;
    }

    .clb-mode-switcher-toddler-item {
        -webkit-box-shadow: 1px 1px 6px rgba(17, 16, 19, .05);
        box-shadow: 1px 1px 6px rgba(17, 16, 19, .05);
    }

    .clb-mode-switcher .caption {
        display: none;
    }

    .clb-mode-switcher .dark svg {
        transform: rotate(0deg);
    }

    .clb-mode-switcher.dark {
        background-color: rgba(40, 37, 44, .95);
    }
    body:not(.dark-scheme) .clb-mode-switcher.dark {
        background-color: #e5e3e8;
    }

    .clb-mode-switcher {
        min-width: inherit;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    body .project-page-invert > .vc_row {
        display: block;
    }

    body .project-page-content {
        padding: 20px 20px;
        margin-left: 20px;
    }

    body .project-page-content .btn-link {
        margin-top: 0px;
    }
}

@media (max-width: 1180px) and (min-width: 768px) {
    .clb-slider-nav-btn {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .clb-slider-nav-btn {
        right: auto;
        left: 0px;
    }

   body.home .elements-bar.left {
        top: auto;
        bottom: 37px;
        right: 150px;
        left: auto;
        transform: rotate(0deg) translate(0, 0);
    }
    body:not(.home) .elements-bar.left {
        top: auto;
        bottom: 37px;
        right: 90px;
        left: auto;
        transform: rotate(0deg) translate(0, 0);
    }
    body .project-page .project-meta li {
        min-width: -webkit-calc(50% - 25px);
        min-width: calc(50% - 25px);
        width: -webkit-calc(50% - 25px);
        width: calc(50% - 25px);
    }
}

@media (min-width: 920px) {
    .home .portfolio-video {
        max-width: 100%;
        min-width: 100%;
        height: auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    body .header .mobile-lang-holder {
        display: block;
    }
    body .portfolio-video {
        position: absolute !important;
        z-index: 999;
    }

    body .elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
        padding: 0px 20px 20px 20px;
    }

    .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-details, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-details {
        top: 0px;
    }

    .portfolio-item.-with-gradient .portfolio-item-image::before {
        top: 35%;
        width: 100%;
    }

    .header .branding-title {
        font-size: 1em;
    }

    .header .branding .logo img, .header .branding .mobile-logo img, .header .branding .fixed-mobile-logo img, .header .branding .for-onepage img {
        min-height: 42px;
    }

    .header-dynamic-typo .branding .mobile-logo {
        display: block !important;
    }

    .dark-scheme .portfolio-item.-with-gradient .portfolio-item-image::before {
        background: #111013;
        background: -webkit-gradient(linear, left bottom, left top, from(#111013), to(rgba(17, 16, 19, 0)));
        background: -o-linear-gradient(bottom, #111013 0, rgba(17, 16, 19, 0) 100%);
        background: linear-gradient(360deg, #111013 0, rgba(17, 16, 19, 0) 100%);
    }
}