/*
Theme Name: Codexse
Theme URI: http://www.wp.themectg.com/codexse
Author: ThemeCTG
Author URI: http://www.themectg.com
Description: Codexse is a versatile and modern WordPress theme designed to showcase and sell real estate properties. With its clean and elegant design, Codexse provides a professional platform for real estate agents, agencies, and property owners to effectively display their listings and attract potential buyers. Whether you're selling residential properties, commercial spaces, or land, Codexse offers a range of customizable features and functionalities to create a stunning and user-friendly website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: codexse
Tags: real estate, property, listings, agents, agencies, homes, houses, apartments, commercial, land, responsive, customizable, product landing, WooCommerce, eCommerce, buy, sell, contact
*/

.animation__linear .swiper-wrapper {
	transition-timing-function: linear !important;
}

.gallery-item img {
	transform: scale(1);
	transition: .5s;
}

.gallery-item:hover img {
	transform: scale(1.1);
}