/********************************************************************************/
/* CUSTOM / PAGE SPECIFIC
/********************************************************************************/



/****************************************/
/* INTRO
/****************************************/


/* Intro BG */
#intro .section-bg:after {
	opacity: 0;
	-webkit-transition: opacity 1s ease 0.6s;
			transition: opacity 1s ease 0.6s;
}
#intro.active-section .section-bg:after {
	opacity: 1;
}
#intro-down-btn {
}
/***/



/* Intro main content */
#intro .section-main {
	justify-content: center;
}
#intro .section-content {
	padding-bottom: 10vh;
}
#intro .section-content.animate {
	opacity: 0;
	-webkit-transform: scale(1.3);
			transform: scale(1.3);
	-webkit-transition: all 1s ease 1s;
			transition: all 1s ease 1s; 
}

#intro .section-content.animated {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
}
/***/



/* Intro down btn */
#intro-down-btn {
	position: absolute;
	z-index: 9;
	bottom: 5%;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	text-align: center;
}
#intro-down-btn.animate {
	opacity: 0;
	-webkit-transform: scale(0.9);
			transform: scale(0.9);
	-webkit-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1) 2s, color 0.2s ease;
			transition: all 1s cubic-bezier(0.76, 0, 0.24, 1) 2s, color 0.2s ease;
}
#intro-down-btn.animated {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
}





/****************************************/
/* ABOUT
/****************************************/
#about {
}





/****************************************/
/* COMMUNITY
/****************************************/
#community {
}





/****************************************/
/* LOCATION
/****************************************/

#location {
}
.map-preview {
}

.open-map {
	padding: 0.25em 0;
	font-size: 1.25em;
}
.open-map img {
	vertical-align: middle;
	width: 1em;
	margin-inline: 0.5em;
}
@media (min-width : 1200px) {
}

@media (min-width : 1600px) {
	#location .floating-main.closed .section-toggle-btn {
		right: -120px;
	}
}





/****************************************/
/* GALLERY
/****************************************/

#main-gallery {
	height: 100%;
}
#main-gallery .swiper-container {
	position: relative;
	height: 100%;
	overflow: hidden;
}
#main-gallery .swiper-slide {
	padding: 45px 0;
}
#main-gallery .swiper-slide-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0.5em 1em;
	opacity: 0;
	color: var(--light-color);
	text-align: center;
	font-size: 0.9em;
	font-weight: 100;
	-webkit-transition: opacity 0.4s ease 1s;
			transition: opacity 0.4s ease 1s;
}
#main-gallery .swiper-slide-active > .swiper-slide-caption {
	opacity: 1;
}
#main-gallery .swiper-button-prev,
#main-gallery .swiper-button-next {
	width: 66px;
	height: 42px;
	margin-top: -21px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
#main-gallery .swiper-button-prev {
	background-image: url(../img/arrow-right.png);
}
#main-gallery .swiper-button-next {
	background-image: url(../img/arrow-left.png);
}
#main-gallery .swiper-button-prev:after,
#main-gallery .swiper-button-next:after {
	content: none;
}

#main-gallery.animate {
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(0.65, 0, 0.35, 1) 1s;
			transition: all 1s cubic-bezier(0.65, 0, 0.35, 1) 1s;
}
#main-gallery.animated {
	-webkit-transform: none;
			transform: none;
	opacity: 1;
}
#main-gallery.animate .swiper-button-prev,
#main-gallery.animate .swiper-button-next {
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1) 2s;
			transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1) 2s;
}
#main-gallery.animate .swiper-button-prev {
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
}
#main-gallery.animate .swiper-button-next {
	-webkit-transform: translateX(50%);
			transform: translateX(50%);
}
#main-gallery.animated .swiper-button-prev, 
#main-gallery.animated .swiper-button-next {
	opacity: 0.8;
	-webkit-transform: none;
			transform: none;
}


@media (min-width : 1200px) {
	#main-gallery {
		padding: 0 95px;
	}
}
@media (min-width : 1600px) {
	#main-gallery {
		padding: 30px 160px;
	}
}

@media (min-width : 1600px) {
}





/****************************************/
/* DEVELOPER
/****************************************/
#entrepreneurs {
}

.company-logo-box {
	width: fit-content;
	color: var(--warm-color);
	text-align: center;
	font-weight: 400;
}
.company-logo-box.animate {
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
	opacity: 0;
    -webkit-transition: all 0.4s ease;
			transition: all 0.4s ease;	
}
.company-logo-box.animated {
	-webkit-transform: none;
			transform: none;
	opacity: 1;
}

@media (min-width : 1200px) {
	#entrepreneurs .section-bg {
		width: 50%;
	}
}



/****************************************/
/* CONTACT
/****************************************/

#contact {
}

#main-form-container {
	width: 100%;
	max-width: 480px;
}
#main-form-container form {
	font-size: 1em;
}
#main-form-container .form-field.animate {
	opacity: 0;
	-webkit-transform: translateX(-2em);
			transform: translateX(-2em);
	-webkit-transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
			transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);	
}
#main-form-container .subscribe-field.animate {
	-webkit-transform: translateY(1em);
			transform: translateY(1em);
}


#main-form-container .form-field.animated {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
}

#contact .section-bg {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

#contact .section-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
#contact .section-bg.animate:before {
	opacity: 0;
	-webkit-transition: all 0.8s ease;
			transition: all 0.8s ease;
}
#contact .section-bg.animated:before {
	opacity: 1;
}


#contact-extra {
    position: relative;
    margin: auto 0 0;
    padding: 30px;
}

#contact-project-logo, 
#contact-homemarket-logo {
    max-width: 50%;
    height: auto !important;
    margin: 2em auto;
}

#contact-project-logo {
	opacity: 0;
	-webkit-transform: scale(0.75);
			transform: scale(0.75);
	-webkit-transition: all 1s ease 0.2s;
			transition: all 1s ease 0.2s;	
}
#contact .section-bg.animated #contact-project-logo {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
}

#contact-homemarket-logo {
	opacity: 0;
	-webkit-transform: scale(0.75);
			transform: scale(0.75);
	-webkit-transition: all 1s ease 1.2s;
			transition: all 1s ease 1.2s;	
}
#contact .section-bg.animated #contact-homemarket-logo {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
}

/*
#contact .section-bg.animate #contact-extra > img {
	opacity: 0;
	-webkit-transform: scale(0.75);
			transform: scale(0.75);
	-webkit-transition: all 1s ease 0.2s;
			transition: all 1s ease 0.2s;	
}
#contact .section-bg.animated #contact-extra > img {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
}
*/

#contact-extra > p {
}
#contact .section-bg.animate #contact-extra > p {
	opacity: 0;
	-webkit-transform: scale(0.75);
			transform: scale(0.75);
	-webkit-transition: all 1s ease 0.6s;
			transition: all 1s ease 0.6s;	
}
#contact .section-bg.animated #contact-extra > p {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
}

#contact .phone-btn {
    color: inherit;
	font-size: 2em;
	font-family: Bebas, Helvetica, sans-serif;
}
#contact .phone-btn:hover {
    color: #10a7c8;
}


#disclaimer {
    position: relative;
    padding: 0 50px 50px;
}
#contact .section-bg.animate #disclaimer {
	opacity: 0;
	-webkit-transform: translateY(2em);
			transform: translateY(2em);
	-webkit-transition: all 1s ease 1s;
			transition: all 1s ease 1s;	
}
#contact .section-bg.animated #disclaimer {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
}

@media (max-width : 1200px) {
    #contact .section-bg {
		position: relative;
	}
}

@media (min-width : 1200px) {
	#contact .section-bg {
		width: 50%;
	}
	
	#disclaimer {
        position: relative;
        padding: 0 100px 50px;
    }
	
	#main-form-container {
		margin-right: 0;
	}
	.submit-field {
		float: left;
		margin-bottom: 0;
	}
	
	.subscribe-field {
		width: 60%;
	}
}

@media (min-width : 1600px) {
	#contact-details {
		margin: 75px -80px;
	}
	#contact-logo {
		padding: 25px 80px;
	}
	#contact-text {
		padding: 25px 80px;
	}
}





/****************************************/
/* MISC
/****************************************/

#accessibility-lightbox {
    direction: rtl;
    background-color: #fff;
	color: #040404;
}
#accessibility-statement {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 60px 1em;
    text-align: initial;
}



