/**
 * Theme Name:     New Point
 * Author:         Danco Vision
 * Template:       hello-elementor
 * Text Domain:	   new-point
 * Description:    Site realizat de catre Danco Vision
 * Theme URI:      https://dancovision.ro
 * Author URI:     https://dancovision.ro
 * Version:        1.2
 */

body:not(.home) header{
	background-color: #1A3E70;
	padding: 20px;
}

.hero-carousel, .hero-carousel .swiper-slide-image{
	height: 100vh;
	min-height: 750px;
}

.elementor-widget-loop-carousel .swiper-pagination-bullets.swiper-pagination-horizontal{
	left: 50% !important;
}

.header-menu .elementor-nav-menu li:last-child {
    border: 1px solid #fff;
    padding: 0 12px;
	margin-left: 20px;
}

.header-menu .elementor-nav-menu li:last-child a{
	margin: 0 !important;
}

.header-menu .elementor-nav-menu li:last-child:hover a::after{
	display: none;
}

.hero-carousel .swiper-slide-image{
	object-fit: cover;
}

.img-loop-item img{
	aspect-ratio: 15 / 13;
	object-fit: contain;
}

.form-hero{
	max-width: 500px;
}

.hero-carousel .swiper-slide{
	filter: brightness(0.5);
}

.video-hp {
    height: 400px;
}

.lista-locatie ol {
    gap: 1.25rem !important;
    display: flex;
    flex-direction: column;
	padding-left: 20px;
}

.btn-carousel.active::after {
    content: "";
    position: absolute;
    bottom: -12px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #bda588;
}

.btn-carousel .elementor-widget-container{
	transition: none !important;
}

.btn-carousel:hover{
	cursor: pointer;
}

.span-blue {
	color: #1a3e70;
}

.bottom-form{
	max-width: 500px !important;
}

.btn-carousel.active div{
	background-color: #BDA588 !important;
}

.btn-carousel.active p{
	color: #fff !important;
}

.formular-shortcode form{
	gap: 10px;
    display: flex;
    flex-direction: column;
	font-family: 'Roboto';
}

.formular-shortcode form input, .formular-shortcode form select{
	border: 1px solid #D1D5DB;
	color: #7a7a7a;
}

.formular-shortcode form input:focus, .formular-shortcode form input:active,
.formular-shortcode form select:focus, .formular-shortcode form select:active{
	border-color: #D1D5DB;
	outline-color: #D1D5DB;
}

.formular-shortcode form input::placeholder{
	color: #7a7a7aab;
}

.formular-shortcode form label[for="acord"] {
    color: #7a7a7a;
    line-height: 1.4rem;
}

.formular-shortcode form input[type="submit"]{
	background: #BDA588;
    color: #fff !important;
    font-weight: 500;
    font-family: 'Roboto';
	text-transform: uppercase;
	border-radius: 0;
	border: none;
}

.formular-shortcode form input[type="submit"]:hover{
	background-color: #927F68;
}

@media only screen and (min-width: 1024px){
	.carousel-apartamente.studio .e-loop-item {
		max-width: 310px;
	}	
}

@media only screen and (max-width: 1024px){
	.hero-carousel, .hero-carousel .swiper-slide-image{
		min-height: 550px;
	}
	
	.facilitati .elementor-widget-container{
		border: 0 !important;
	}
}