/* 
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
*/

/* Add your custom styles here */



.ft-button-book svg {
    width: 20px;
    margin-left: 10px;
}

.ft-info-areaicon span.elementor-icon-list-icon {
    width: 100%;
    max-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdfaf40d;
    height: 40px;
    border-radius: 30px;
}

.ft-info-areaicon svg {
    margin: 0 !important;
    width: 16px !important;
    height: 16px !important;
}

.ft-info-areaicon span.elementor-icon-list-text {
    padding-inline-start: 14px !important;
}

.custom-field-h2 h2 {
    font-family: "Instrument Serif";
    font-weight: 400;
    font-size: 72px;
    color: #ffffff;
    letter-spacing: -0.01em;
    line-height: 76px;
    font-style: italic;
	margin-bottom: 0px;
}

.custom-field-h2 span.add-color {
    color: #d3a96f;
}

#hero-banner {
    position: relative;
	 z-index: 0;
}

#hero-banner::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(131, 58, 180, 0) 0%, rgba(253, 29, 29, 0) 50%, rgb(0 0 0 / 54%) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}


.all-brack-line span.elementor-heading-title {
    position: relative;
}

.all-brack-line span.elementor-heading-title::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    background: #919d86;
    left: -45px;
    top: 50%;
}

.all-brack-line span.elementor-heading-title::after {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    background: #919d86; 
    right: -45px;
    top: 50%;
}

.btn-hover a.elementor-button:hover {
    border-color: #5b284c !important;
}

header#masthead {
    position: sticky !important;
    top: 0;
    background: rgba(250, 249, 244, 0.82);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(100, 70, 80, 0.15);
}

.ft-button-book-hero svg.e-font-icon-svg {
    width: 10px !important;
    margin-left: 8px;
}

.custom-fill-bg li.elementor-icon-list-item {
    background: 0#d3a96f26;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 30px;
}
div#changes-fill-bg li.elementor-icon-list-item {
    padding: 1.5px 8px;
    margin-top: 6px;
}


.follow-us-ft a.elementor-icon:hover svg {
    stroke: #201914 !important;
}

/* COntact-form-seven */
/* Contact Form 7 - Custom Form */
.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 14px;
}

.contact-form-field {
    width: 100%;
}


.contact-form-field label {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #20191499;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Inter";
}

/* Inputs */
.contact-form-field input[type="text"], .contact-form-field input[type="email"], .contact-form-field input[type="tel"], .contact-form-field input[type="number"], .contact-form-field input[type="date"], .contact-form-field select, .contact-form-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #5b284c26;
    border-radius: 8px;
    background: #fcfaf4;
    color: #201914;
    font-family: inherit;
    font-size: 16px !important;
    outline: none;
    transition: all 0.2s ease;
}
/* Input height */
.contact-form-field input[type="text"],
.contact-form-field input[type="email"],
.contact-form-field input[type="tel"],
.contact-form-field input[type="number"],
.contact-form-field input[type="date"],
.contact-form-field select {
    height: 50px;
    padding: 0 14px;
}

/* Textarea */
.contact-form-field textarea {
    height: 145px;
    min-height: 145px;
    resize: none;
    padding: 12px 14px;
}

/* Select */
.contact-form-field select {
    appearance: auto;
    cursor: pointer;
    font-size: 16px;
}
.contact-form-field br {
    display: none;
}

/* Focus */
.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus {
    border-color: #6a285e;
    box-shadow: 0 0 0 1px rgba(106, 40, 94, 0.08);
}

/* Full width field */
.contact-form-full {
    width: 100%;
    margin-top: 25px;
}

/* Submit button */
.contact-form-submit {
    margin-top: 20px;
}

.contact-form-submit input[type="submit"] {
    border: none;
    border-radius: 30px;
    background: #68285d;
    color: #fff;
    padding: 0 34.2px;
    height: 56px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form-submit input[type="submit"]:hover {
    background: #52204a;
}

/* Remove CF7 default spacing */
.wpcf7-form p {
    margin: 0;
}

/* Validation messages */
.wpcf7-not-valid-tip {
    font-size: 11px;
    margin-top: 4px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
    padding: 10px;
    font-size: 12px;
}
header#masthead a.elementor-button svg {
    width: 16px;
}

/* Mobile */
.book-event-btn-mobile a.hfe-menu-item {
  display: none !important;
}

div#extra-direction {
    flex-direction: column;
}



























@media(max-width: 1280px){
   header#masthead .elementor-element-7ad49bf {
    padding-right: 24px;
    padding-left: 24px;
}
header#masthead .hfe-nav-menu-icon {
    padding: 0 !important;
}	
}
@media(max-width: 1024px){
 .book-event-btn-mobile a.hfe-menu-item {
    background-color: #5B284C !important;
    font-family: "Inter", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 3.40282e38px 3.40282e38px 3.40282e38px 3.40282e38px;
    padding: 8px 15.5px 8px 15.5px !important;
    color: #fff !important;
    text-align: center !important;
    display: block !important;
    margin: 0 18px;
    margin-bottom: 24px;
}
nav.hfe-nav-menu__layout-horizontal {
    top: 55px !important;
}
}
@media (max-width: 767px) {
    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .contact-form-submit {
        margin-top: 18px;
    }
.custom-field-h2 h2 {
    font-size: 36px;
    line-height: 38px;
}
nav.hfe-nav-menu__layout-horizontal {
    top: 52px !important;
}
}