/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by webdevshouse.com
Author:			 Webdevshouse Team
Author URI:		 https://webdevshouse.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/

h1.entry-title{
    display: none !important;
}

body{
	overflow-x:hidden;
}

.cityWall-btn a , .cityWall-btn button[type="submit"]  {
    display: inline-block;
    overflow: hidden;
    transition: all .5s ease 0s;
    z-index: 1;
    text-decoration: none;
    position: relative;
}

.cityWall-btn a::before , .cityWall-btn button[type="submit"]::before{
    content: "";
    background: var( --e-global-color-secondary );
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}

.cityWall-btn a::after , .cityWall-btn button[type="submit"]::after{
    content: "";
    background: var( --e-global-color-secondary );
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
}

.cityWall-btn a:hover::before , .cityWall-btn button[type="submit"]:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.cityWall-btn a:hover::after  , .cityWall-btn button[type="submit"]:hover::after{
    width: 100%;
    left: 0;
    right: auto;
}

.ar-cityWall-btn a , .ar-cityWall-btn button[type="submit"]  {
    display: inline-block;
    overflow: hidden;
    transition: all .5s ease 0s;
    z-index: 1;
    text-decoration: none;
    position: relative;
}

.ar-cityWall-btn a::before , .ar-cityWall-btn button[type="submit"]::before{
    content: "";
    background: var( --e-global-color-secondary );
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}

.ar-cityWall-btn a::after , .ar-cityWall-btn button[type="submit"]::after{
    content: "";
    background: var( --e-global-color-secondary );
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
}

.ar-cityWall-btn a:hover::before , .ar-cityWall-btn button[type="submit"]:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.ar-cityWall-btn a:hover::after  , .ar-cityWall-btn button[type="submit"]:hover::after{
    width: 100%;
	right: 0;
    left: auto;
}

.card::after {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 5px solid var( --e-global-color-secondary );
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: transform .9s ease;
    pointer-events: none;
}

.card:hover:after{
    transform: scaleX(1);
}

/* .card img{
    
    filter: hue-rotate(140deg) invert();
    transition:all 0.3s linear;
    
}
.card:hover img {
    filter: hue-rotate(0deg);
    
} */

.button-background-color a {
    width: 14%;
    height: 100%;
    position: absolute;
    right: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}
.ar-button-background-color a {
	 width: 14%;
    height: 100%;
    position: absolute;
    right: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-clip-path: polygon(100% 0%, 0% 25%, 0% 100%, 100% 100%);
    clip-path: polygon(0% 0%, 100% 25%, 100% 100%, 0% 100%)
}

.img{
    filter: brightness(0) invert(1);
}
.card:hover .card-img img{
	transform:scale(1.1);
	transition: all 0.3s ease-in-out;
}
 .card-img img{
	transform:scale(1);
	transition: all 0.3s ease-in-out;
}