/*!
Theme Name: Artima
Theme URI: https://wp.rrdevs.net/artima
Author: RRdevs
Author URI: https://themeforest.net/user/rrdevs
Description: Artima – Modern Architecture & Interior WordPress Theme
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artima
Tested up to: 6.6
Requires PHP: 7.4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/  
\

.features-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature {
    background: #1c2935;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin: 10px;
    width: 200px;
    position: relative;
}
.feature img {
    width: 50px;
    height: 50px;
}
.feature p {
    margin-top: 10px;
}

.header-1 .header__main .mean__menu-wrapper {
	    margin-left: unset !important;
	margin-right: auto !important;
}


.banner__bottom-wrapper{
	display: none !important;
}
.banner__item::before {
	
    background: linear-gradient(89.8deg, #ffffff 0.15%, rgba(255, 255, 255, 0) 99.81%) !important;
}

.banner__item:after{
	    background: linear-gradient(89.8deg, #ffffff 0.15%, rgba(255, 255, 255, 0) 99.81%) !important;

	
}