/*
Theme Name: Artraz
Theme URI: https://themeholy.com/wordpress/artraz
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy
Description: Artraz - Architecture & Interior Design WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artraz
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, 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.

*/
.e-con{--container-max-width:1440px; }
.elementor-2244 .elementor-element.elementor-element-180df99{padding:0}

@media (min-width: 1400px)
{
.all_project_list .project-box .project-img{height:400px}
.all_project_list .project-box .project-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.all_project_list .row:not([class*=gx-]) {
    --bs-gutter-x: 30px;
}
.all_project_list .gy-30 {
    --bs-gutter-y: 30px;
}
.all_project_list .col-xxl-auto
	{
		width:50%;
	}
}

.th-btn:hover::before, .th-btn.active::before {
  background-color: #00b19f !important;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.project-box .project-img:before {
  content: "";
  position: absolute;
  inset: var(--gap);
  background-image: linear-gradient(146.64deg, rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0.5) 100%);
  border: 0.5px solid #00b19f !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

