@charset "utf-8";

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

 section.cities {
    margin-bottom: 7rem;
}
@media (max-width: 991.98px) {
    section.cities {
        margin-bottom: 1rem;
    }
}
 section.cities h2 {
    color: #000;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
     section.cities h2 {
        font-size: 1.4rem;
        margin-top: 0;

    }
}
 section.cities .cities-wrapper {
    justify-content: center;
}
 section.cities .city-wrapper {
    position: relative;
}
@media (max-width: 991.98px) {
 section.cities .city-wrapper {
        padding: 0;
        max-width: 49%;
    }
}

.city-content-wrapper{
    padding-left: 12px;
    padding-right: 12px;
	
	  
border-radius:20px;-webkit-box-shadow:0 11px 16px #0000004d;box-shadow:0 11px 16px #0000004d;



}


 section.cities .city-content-wrapper::after {
    content: '';
    transition: all 0.3s;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
 section.cities .city-content-wrapper:hover::after {
    content: '';
    opacity: 0.6;
    background-color: #000;
}
section.cities .city-content-wrapper {
    position: relative;
    height: 255px;
    min-width: 255px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
@media (max-width: 991.98px) {
 section.cities .city-content-wrapper {
        min-width: unset;
        height: 200px;
        margin: 0.4rem;
    }
	
	 section.cities h2 {

    margin-top: 1rem;
    margin-bottom: 0rem;
}
}
section.cities .city-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: auto;
    min-width: 100%;
    z-index: -1;
}
 section.cities .city-name h3 {
	 color:  #fff;
    font-size: 2rem;
}
@media (max-width: 991.98px) {
 section.cities .city-name h3 {
        font-size: 1.3rem;
    }
}