/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Whole form */

.hfe-nav-menu__toggle[aria-expanded="true"] {
  transform: scale(1.2);
}
.btn a::before {
  content: '';
  padding: 30px;
  position: absolute;
  left: 0;
  top: -15px;
  width: 100px;
}
#more ul li {
	list-style: none;
	position: relative;
}
#more ul li::before {
  content: '✔';
  margin-right: 9px;
  border: 0px solid #777;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #eee;
}
.swiper-slide-image {
	border-radius: 10px !important;
}
.iko:hover {
	opacity: 0.6;
}
.wpcf7 {
    font-family: 'Urbanist', serif;
    font-size: 18px; 
    color: #ffffff;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

/* Labels */
.wpcf7-form label {
    font-family: 'Urbanist', serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff; 
    margin-bottom: 8px;
    display: block;
}

/* Input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    font-family: 'Urbanist', serif;
    font-size: 18px;
    color: #ffffff; 
    background-color: rgba(0, 0, 0, 0.4); 
    padding: 5px 0px;
	border: 2px solid #ffffff;
    border-radius: 10px;
    width: 100%;
    margin-top: 0px;
	margin-bottom: 0px;
    transition: all 0.3s ease;
}
.wpcf7 textarea { 
   height: 150px;	
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
/* Placeholder tekst */
.wpcf7 ::placeholder {
    color: #eeeeee;
    opacity: 0.8;
    font-size: 18px;
}

/* Focus effect */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    border-color: #FFF790 !important;
    outline: none;
}

/* Submit button */
#page .wpcf7 input[type="submit"] {
    font-family: 'Urbanist', serif;
    font-size: 18px;
    background-color: #fff;
    color: #163361 !important;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: uppercase; /* sva velika slova */
}

/* Hover effect */
#page .wpcf7 input[type="submit"]:hover {
	background: #FFF790 !important;
}

/* Response messages */
.wpcf7 .wpcf7-response-output {
    font-family: 'Lora', serif;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}
.wpcf7-form-control.wpcf7-text, .wpcf7 textarea {
  border-top: none !important;
  margin-top: 15px;
  border-radius: 0 !important;
  border-bottom: 1px solid #fff !important;
  background: transparent !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.pic {
  position: relative;
}
.pic::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 2px solid #151616;
  transform: rotate(3deg);
  border-radius: 20px;
  box-shadow: 0 0 10px -5px rgba(0,0,0,0.3);
}
#masthead {
  background: transparent;
  width: 100%;
  position: absolute !important;
}
.txt {
	padding-bottom: 20px;
}
.txt,
.menu-item a {
	position: relative;
}
.txt::after,
.menu-item a::after {
	left: 50%;
	transform: translateX(-50%);
	content: '- --';
	color: #d6ba6e;
	bottom: 0;
	position: absolute !important;
	opacity: 1 !important;
	background: transparent !important;
}
.hfe-menu-item {
  transition: color 0.3s !important;
}
.hfe-menu-item:hover {
  color: #fff790 !important;
}
.btn {
  position: relative;
  display: flex;
  width: 200px;
}
.elementor-button span {
  text-decoration: inherit;
  mix-blend-mode: exclusion;
  z-index: 2;
}
.btn::before {
  background: #FFF790;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  border-radius: 50px;
  z-index: 0;
  transform: translatey(-50%);
  display: flex;
  bottom: unset !important;
  transition: all 0.3s !important;
}
.btn:hover::before {
	background: #151616;
	width: 180px;
}
.btn.book:hover::before {
	background: #fff;
	width: 110px;
}

#explore {
  overflow: hidden;
}
#explore::before {
  content: '';
  height: 400px;
  width: 400px;
  background: #fff71a1c;
  filter: blur(100px);
  position: absolute;
  top: -150px;
  left: -150px;
}

body:not(.elementor-editor-active) .scale-up {
	transform: scale(0.95);
	transition: all 0.8s;
	opacity: 0;
}
body:not(.elementor-editor-active) .in-view .scale-up {
	transform: scale(1);
	opacity: 1;
}

body:not(.elementor-editor-active) .fade-up {
	transform: translateY(30px);
	transition: all 0.5s;
	opacity: 0;
	transition-delay: 0.7;
	position: relative;
}
body:not(.elementor-editor-active) .in-view .fade-up {
	transform: translateY(0px);
	opacity: 1;
}
body:not(.elementor-editor-active) .fade-down {
	transform: translateY(-30px);
	transition: all 0.7s;
	opacity: 0;
		position: relative;
		transition-delay: 0.5;
}
body:not(.elementor-editor-active) .in-view .fade-down {
	transform: translateY(0px);
	opacity: 1;
}

/*Responsive*/
@media all and (max-width: 1024px) {
	ul {
	  padding-left: 0 !important;
	}
	  .booking-form .prime {
		width: 100%;
		text-align: center;
		justify-content: center;
	  }
	.hfe-nav-menu {
	  padding: 20px 0 !important;
	}
	.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
	  background: #0000008c !important;
	  backdrop-filter: blur(20px);
	}
	.menu-item a::after {
		left: 20px !important;
		transform: none !important;
	}
	.menu-item {
	  background: transparent !important;
		border: none !important;
	}
		.menu-item a {
	  background: transparent !important;
	}
}