/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.r-header a {
	transition: all 0.15s ease-out !important;
}

.r-header a:hover {
	color: white !important;
	opacity: 0.6;
}

.r-header .email-icon:before{
	content:'';
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2025/02/newsletter-subscribe.svg");
	width: 20px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(1825%) hue-rotate(251deg) brightness(102%) contrast(108%);
	margin-bottom: -2px;
}

.r-header .email-icon,
.r-header .phone-icon{
	display: inline-flex;
	flex-direction: row;
	gap: 8px;
	height: 22px;
	vertical-align: middle
}

@media only screen and (min-width: 900px) {
	.r-header .email-icon {
		margin-right: 66px;
	}
}

.r-header .phone-icon:before{
	content:'';
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2025/02/phone-rotary.svg");
	width: 20px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(1825%) hue-rotate(251deg) brightness(102%) contrast(108%);
	margin-bottom: -2px;
}

.c-header-menu .c-featured-button .menu-text {
	border: 2px solid #fff;
	padding: 2px 16px 4px 21px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.c-header-menu .c-featured-button:hover .menu-text {
	background-color: #fff;
	color: #000;
}

/* Apartments Section */

.c-apartments .c-apartment-feature-image  {
	position: absolute;
	width: 388px;
	height: 516px;
	left: 170px;
	top: 60px;
	-webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
}

.c-apartments .c-apartment-feature-image  img {
	width: 388px;
	height: 516px;	
}


.c-apartments .c-apartment-text {
	margin-top: 400px
}

.c-apartments:before {
	content:'';
	width: 466px;
	height: 555px;
	top: 247px;
	left: 20px;
	position: absolute;
	background-color: #f1f1f1;
	border-radius: 25px;
	z-index: -1;
}


.c-apartments .c-apartment-text p {
	margin-bottom: 10px;
}

.c-apartments .c-apartment-button {
	top: -60px;
	left: -60px;
}

.c-apartments .c-apartment-text:before{
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url("/wp-content/uploads/2025/02/info.svg");
	width: 50px;
	height: 50px;
	position: absolute;
	top: 295px;
	left: 58px;
	filter: brightness(0) saturate(100%) invert(27%) sepia(55%) saturate(552%) hue-rotate(98deg) brightness(96%) contrast(84%);
	
}

.c-apartments .c-apartment-text:after {
	border-left: 2px solid #216242;
	height: 232px;
	width: 50%;
	position: absolute;
	top: 375px;
	left: 82px;
	content: '';
}

.c-apartments.c-apartament-b .c-apartment-text:after { 
	border-left: 2px solid #264363;
}

.c-apartments.c-apartament-b .c-apartment-text:before{
	filter: brightness(0) saturate(100%) invert(20%) sepia(7%) saturate(6007%) hue-rotate(173deg) brightness(90%) contrast(81%);
}

.c-apartments.c-apartament-b .c-apartment-button {
	background-color: #264363;
}

.c-apartments.c-apartament-b .c-apartment-button:hover {
	background-color: #216242;
}

.c-apartments.c-apartament-b .c-apartment-text:after { 
	border-left: 2px solid #264363;
}

.c-apartments.c-apartament-b .c-apartment-text:before{
	filter: brightness(0) saturate(100%) invert(20%) sepia(7%) saturate(6007%) hue-rotate(173deg) brightness(90%) contrast(81%);
}

.c-apartments.c-apartament-b .c-apartment-button {
	background-color: #264363;
}

.c-apartments.c-apartament-b .c-apartment-button:hover {
	background-color: #216242;
}

.c-apartments {
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in !important;
}
.c-apartments .c-apartment-feature-image,
.c-apartments .c-apartment-letter,
.c-apartments:hover .c-apartment-text:before,
.c-apartments:hover .c-apartment-text:after{
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media only screen and (min-width: 900px) {
	.c-apartments:hover .c-apartment-feature-image {
		transform:  translate(-25px, 0px);
	}

	.c-apartments:hover {
		transform: scale(1.01)
	}
}

.c-apartments .c-apartment-feature-image {
	transition-delay: 100ms;
}


/* About us Section */

.r-aboutus .c-aboutus .c-aboutus-image1 {
	-webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	z-index: 10;
}

.r-aboutus .c-aboutus .c-aboutus-image2 {
	z-index: 5;
	position: absolute;
	top: 250px;
	right: 60px;
	width: 474px;
	height: 285px;
}

.r-aboutus .c-aboutus .c-aboutus-image2 img {
	width: 474px;
	height: 285px;
}

.r-aboutus .c-aboutus:before {
	content: '';
	width: 315px;
	height: 245px;
	position: absolute;
	background-color: #f1f1f1;
	border-radius: 25px;
	left: 45%;
	top: 58px;
}

.r-aboutus .c-aboutus:after {
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url("/wp-content/uploads/2025/02/logov2.png");
	position: absolute;
	width: 171px;
	height: 90px;
	top: 135px;
	right: 145px;
}

/* Features Section */

.r-features .c-feature-column > div {
	height: 227px;
	border: 2px solid transparent;
	justify-content: space-between;
	padding-top: 38px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.r-features .c-feature-column > div:hover {
	-webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	border-color: #d9d9d9;
}

.r-features .c-feature-column .c-feature-image {
	background-color: #f2f2f2;
	border-radius: 10px;
	width: 75px !important;
	max-width: 75px;
	max-height: 75px;
	height: 75px !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.r-features .c-feature-column div:hover .c-feature-image {
	background-color: #226444;
}

.r-features .c-feature-column div:hover .c-feature-image img {
	filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(254%) hue-rotate(250deg) brightness(116%) contrast(100%);
}

.r-features .c-feature-column .c-feature-image img {
	max-width: 55px;
	max-height: 55px;
}

.r-features .c-feature-column:nth-last-child(2) .c-feature-image img {
	width: 45px
}

/* Gallery element */

.c-gallery .e-gallery-element img {
	border-radius: 20px;
}

.c-gallery .e-gallery-element .awb-swiper-button-next:after {
	background-image: url('/wp-content/uploads/2025/02/arrow-small-right.svg');
}

.c-gallery .e-gallery-element .awb-swiper-button-prev:after {
	background-image: url('/wp-content/uploads/2025/02/arrow-small-right.svg');
	transform: rotate(0.5turn)
}

.c-gallery .e-gallery-element .awb-swiper-button {
	background-color: transparent !important;
	width: 50px;
	height: 50px;
}

.c-gallery .e-gallery-element .awb-swiper-button i {
	color: transparent;
}

.c-gallery .e-gallery-element .awb-swiper-button:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.c-gallery .e-gallery-element .awb-swiper-button-prev {
	left: -5%;
}

.c-gallery .e-gallery-element .awb-swiper-button-next {
	right: -5%;
}

.c-gallery  .e-gallery-element .awb-swiper {
	overflow: visible;
}

.c-gallery  .e-gallery-element .awb-swiper .swiper-wrapper {
	overflow: visible;
}

.c-gallery  .e-gallery-element .awb-swiper .swiper-slide {
	opacity: 0;
	transition: opacity 0.2s ease-out !important;
	transition-property: opacity, transform !important;
	transform: translate(0,50px);
}

.c-gallery  .e-gallery-element .awb-swiper .swiper-slide-active,
.c-gallery  .e-gallery-element .awb-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide, .c-gallery  .e-gallery-element .awb-swiper .swiper-slide-active + .swiper-slide, .e-gallery-element .awb-swiper .swiper-slide-active + .swiper-slide + .swiper-slide, .e-gallery-element .awb-swiper .swiper-slide-active + .swiper-slide + .swiper-slide  + .swiper-slide{
	opacity: 1;
	transform: translate(0,0px);
}

.c-gallery .e-gallery-element .awb-swiper .swiper-slide:hover {
	transform: scale(1.03) translate(0,0px) !important;
}


/* Attraction card element */

.c-atraction .c-card-text {
	background-color: #f1f1f1;
	padding: 67px 50px 30px 50px;
	font-size: 24px;
	border-radius: 25px;
	margin-top: -40px;
	min-height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.25;
}

.c-atraction .c-card-text p {
	margin: 0px;
}

.c-atraction .e-card-image {
	webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
}

.c-atraction:hover .e-card-image {
	transform: scale(1.03)
}

.c-atraction .e-card-image {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 310px !important;
	height: 464px !important;
}

.c-atraction .e-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Attraction cards section */

.c-attraction-carousel .e-attraction-carousel .awb-swiper-button i {
	color: transparent;
}

.c-attraction-carousel .e-attraction-carousel .awb-swiper-button {
	background-color: transparent !important;
	width: 50px;
	height: 50px;
}

.c-attraction-carousel .e-attraction-carousel .awb-swiper-button:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.c-attraction-carousel .e-attraction-carousel .awb-swiper-button-next:after {
	background-image: url('/wp-content/uploads/2025/02/arrow-small-right.svg');
}

.c-attraction-carousel .e-attraction-carousel .awb-swiper-button-prev:after {
	background-image: url('/wp-content/uploads/2025/02/arrow-small-right.svg');
	transform: rotate(0.5turn)
}

.c-attraction-carousel .e-attraction-carousel  .awb-swiper-button-prev {
	left: -5%;
}

.c-attraction-carousel .e-attraction-carousel  .awb-swiper-button-next {
	right: -5%;
}

.c-attraction-carousel .e-attraction-carousel {
	overflow: visible;
}

.c-attraction-carousel .e-attraction-carousel .swiper-slide {
	opacity: 0;
	transform: translate(0,50px);
	transition: opacity 0.2s ease-out !important;
	transition-property: opacity, transform !important;

}

.c-attraction-carousel .e-attraction-carousel .swiper-slide-active,
.c-attraction-carousel .e-attraction-carousel .swiper-slide-active + .swiper-slide, .c-attraction-carousel .e-attraction-carousel .swiper-slide-active + .swiper-slide + .swiper-slide {
	opacity: 1;
	transform: translate(0,0px);
}


/* Footer Section */
.r-footer .c-footer-info-box strong {
	font-size: 18px;
	font-weight: 600
}

.r-footer .c-footer-info-box a.map-link {
	display: flex;
	align-items: center;
}

.r-footer .c-footer-info-box a.map-link:after {
	content: '';
	background-image: url("/wp-content/uploads/2025/02/arrow-small-right.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 30px;
	height: 24px !important;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(106%) contrast(101%);
}

.r-footer-copy .c-copy-column strong {
	font-weight: lighter !important;
}


/* Mobile CSS */

/* Hero Section */

@media only screen and (max-width: 900px) { 
	
	.r-hero-slider .c-hero-text {
	font-size: 36px;
	line-height: 1.2
	}
	
	#main {
		padding-bottom: 30px;
	}
	
	/* Apartments */
	
	.c-apartments {
		height: auto;
		padding-bottom: 30px;
		margin-bottom: 50px !important;
	}
	
	.c-apartments .c-apartment-letter {
        transform: translate(-15px, 0);
    }
	
	.c-apartments .c-apartment-letter img {
		width: 120px !important;
	}
	
	.c-apartments.c-apartament-b  .c-apartment-letter img {
		width: 100px !important;
	}
	
	.c-apartments .c-apartment-feature-image {
		left: 85px;
		width: 245px;
		height: 326px;
		top: 0px;
	}
	
	.c-apartments .c-apartment-feature-image img {
		width: 100%;
		height: 100%;
	}
	
	.c-apartments .c-apartment-text {
		margin-top: 250px;
		margin-left: 20px;
	}
	
	.c-apartments:before {
		top: 130px;
		left: 0px;
		height: calc(100% - 130px);
		width: 100%
	}
	
	.c-apartments .c-apartment-text:before{
		width: 30px;
		height: 30px;
		left: 20px;
		top: 150px
	}
	
	.c-apartments .c-apartment-text:after {
		left: 34px;
		top: 200px;
		height: 150px
	}
	
	.c-apartments .c-apartment-button {
		left: 0px;
		top: 0px;
		width: 90%;
		margin-top: 15px;
	}
	
	.c-apartments div > div:has(.c-apartment-button) {
		text-align: center !important
	}
	
	/* CTA Banner */
	
	.r-cta-banner .c-cta-header-banner .fusion-text {
		margin-bottom: 20px
	}
	
	.r-cta-banner .c-cta-header-banner .fusion-text h3 {
		font-size: 28px !important;
	}
	
	.r-cta-banner .c-cta-email .fusion-text p {
		font-size: 20px;
	}
	
	/* About us section */
	.r-aboutus .c-aboutus .c-aboutus-image1 {
		width: 200px;
    	transform: translate(-15px);
	}
	
	.r-aboutus .c-aboutus .c-aboutus-image2 {
		width: 320px;
		height: 180px;
		position: relative;
   	 	top: -30px;
    	margin-bottom: -30px;
	}
	
	.r-aboutus .c-aboutus .c-aboutus-image2 img {
		width: 100% !important;
		height: 100% !important;
	}
	
	.r-aboutus .c-aboutus:after {
		top: 100px;
		right: -10px;
		scale: 0.7;
	}
	
	.r-aboutus .c-aboutus:before {
		width: 190px;
	}
	
	.r-aboutus .c-aboutus-text {
		margin-bottom: 30px;
	}
	
	.r-aboutus div > div > div > div:has(.c-aboutus-button) {
		text-align: center
	}
	
	/* Gallery Section */
	.c-gallery .e-gallery-element .awb-swiper-button {
		top: 110%;
	}
	
	.c-gallery  .e-gallery-element .awb-swiper .swiper-slide {
		transition-delay: 0ms !important;
	}
	
	/* Attraction */
	
	.c-attraction-carousel .awb-swiper-button {
		top: 105%;
	}
	
	.c-atraction .c-card-text {
		font-size: 18px;
	}
	
	.c-atraction .c-card-text {
		padding: 67px 10px 30px 10px;
	}
	
	.c-attraction-carousel .c-attraction-button {
		margin-top: 0px;
	}
	
	.c-atraction .e-card-image {
		height: 200px;
		width: 140px;
	}
	
	.c-atraction .e-card-image img {
		width: 100%;
		height: 100%;
	}
	
	/* Footer */
	
	.r-footer .c-footer-info-box > div {
		border-left-width: 0px;
		margin: 0px
	}

	.r-footer .c-footer-info-box:first-child > div {
		border-bottom-width: 2px;
		padding-bottom: 10px;
	}

	.r-footer .c-footer-info-box:nth-of-type(2) > div {
		padding-top: 10px
	}

	.r-footer .c-footer-info-box:last-child {
		border-top: 2px solid white;
		padding-top: 10px;
		margin-top: -30px
	}

	.r-footer .c-footer-info-box:last-child .fusion-form .fusion-column-wrapper div div:has(.e-form-submit-button) {
		text-align: center !important;
	}
	
	.r-footer .c-footer-info-box:last-child .fusion-form > div {
		padding: 0px
	}
	
	.r-footer-copy .c-copy-column .fusion-text {
		text-align: center;
	}
	
	
	.r-footer-copy .c-copy-column strong {
		display: block;
		width: 100%;
		clear: both;
		font-size: 0;
	}
	
	.r-footer-copy .c-copy-column > div {
		justify-content: center !important;
	}
}


/* Single Apartment page */

.r-apartament-page .c-apartment-page-text .c-apartment-page-featured-image {
	position: absolute;
	top:-65px;
	right: -25px;
	scale: 0.9;
	webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.26);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media only screen and (min-width: 900px) { 
	.r-apartament-page .c-apartment-page-text:hover .c-apartment-page-featured-image {
		transform: scale(1.03) translate(-20px, 0);
	}
}

.r-apartament-page .c-apartment-title:after {
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	width: 200px;
	height: 140px;
	display: block;
	top: -60px;
	left: 280px
}

.r-apartament-page .apartment-a:after {
	background-image: url("/wp-content/uploads/2025/02/apartament-a.png");
}

.r-apartament-page .apartment-b:after {
	background-image: url("/wp-content/uploads/2025/02/apartament-b.png");
}

@media only screen and (max-width: 900px) { 
	
	.r-apartament-page .c-apartment-title:after {
		height: 100px;
		left: 70%;
		top: -40px;
	}
	
	.r-apartament-page .c-apartment-page-text .c-apartment-page-featured-image {
		position: relative;
		top: 0px;
		right: 0px;
	}
	
	.r-apartament-page .c-apartment-page-text div > div:has(.c-apartment-page-featured-image) {
		text-align: center;
	}
}

.c-consent-form label {
	color: white !important;
	font-size: 10px !important;
	text-align: justify;
}

.c-consent-form label:before {
	display: inline-block;
	position: relative !important;
	top: 10px !important;
	margin-right: 2px;
}

.c-consent-form label:after {
	left: 17px !important;
	top: 10px !important;
	margin-right: 0px;
}

.c-consent-form {
	margin-top: 0px !important;
}