.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === TYPOGRAPHY === */
h1, h2, h3, p, .hero-title {
    font-family: 'Qanelas', sans-serif;
}

h1, h3 {
    font-weight: 900;
    text-transform: uppercase;
}

h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

p {
    font-size: 18px;
    line-height: 26px;
}

.hero-title {
    font-weight: 900;
    font-size: 70px !important;
    line-height: 76px !important;
    padding: 0 20px;
}

#hero-section-home {
    min-height: calc(100vh - 80px);
}

#best-price-box-mobile {
    display: none;
}

#room-details-mobile1, #room-details-mobile2 {
    display: none;
}

.phone-icon svg {
   fill: #E30045 !important;
}

.wpml-ls-current-language > .elementor-nav-menu--dropdown {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

:target {
  scroll-margin-top: 100px;
}

#wpforms-submit-177 {
    margin: 0 auto;
    display: block;
}

/* === COLORS === */
.text-primary {
    color: #e30045;
}

/* === BUTTONS === */
.elementor-button {
    background-color: #E30045;
    color: #ffffff;
}

/* === CONTACT SECTION === */
#contact-info-section .address {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    margin-top: 55px;
    font-size: 16px;
    line-height: 22px;
    color: #222;
}

#contact-info-section .address a {
    color: #222;
    text-decoration: underline;
}

#contact-info-section h3 {
    color: #e30045;
}

#contact-info-section h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #222;
}

/* === SECTIONS === */
#parallax-bg {
    box-shadow: inset 0 0 55px 0 rgba(0, 0, 0, .3);
    height: 100px !important;
}

#parallax-bg:before {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 500px;
}

#about-section-editor, #inspirations-section-editor {
    color: #ffffff;
    max-width: 855px;
}

#about-section-editor p {
    padding-top: 14px;
}

#inspirations-section, #taste-section {
    max-width: 855px;
}

#room-details-section {
    height: 750px;
    display: flex;
    justify-content: center;
}

#room-details-container {
    width: 35%;
    max-width: 560px;
    color: #ffffff;
}

#room-details-editor {
    color: #ffffff;
}

/* === FORMS === */
#wpforms-form-2961 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.email-inline-form .wpforms-submit-container {
    margin: 0 !important;
}

#wpforms-form-2961 #wpforms-2961-field_2 {
    width: 400px;
    max-width: 100%;
    flex: 3;
}

#wpforms-177-field_6 {
    max-width: 100%;
}

#wpforms-submit-177 {
    white-space: normal;
}

/* === NAVIGATION === */
#hamburger-menu-icon:hover {
    cursor: pointer;
    transition: .2s;
}

/* Initial hidden state */
nav.menu-close {
  display: none;
  transform: translateY(-100%);
  opacity: 0;
}

/* When menu is open */
nav.menu-open,
#menu-right-box {
  display: block;
  animation: slideDown 0.5s ease forwards;
  z-index: 10;
}

/* Slide down animation */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.menu-open {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh !important;
    z-index: 10;
    width: 50vw;
    background: #ffffff;
    padding: 50px;
    text-align: left;
}

#menu-close {
    position: absolute;
    right: 40px;
    font-size: 42px;
    top: 36px;
    color: white;
    cursor: pointer;
    transition: .2s;
}

#menu-right-box {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 10;
    width: 50vw;
    background: #e30045;
    padding: 50px;
}

.hidden {
    display: none;
}

.elementor-nav-menu--main ul {
    display: inline-flex;
    text-align: center;
}

.elementor-nav-menu--main .nav-ul-open {
    flex-direction: column;
    display: inline-block;
    text-align: left;
}

.elementor-nav-menu li {
    display: inline-block;
}

.nav-ul-open li {
    display: block;
}

.elementor-element-197be925 {
    display: block;
}

/* === RESPONSIVE === */
@media only screen and (max-width: 1847px) {
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    #wpforms-form-2961 {
        display: block;
    }
}

@media only screen and (min-width: 1157px) {
    .break-1157 {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-766 .elementor-element.elementor-element-c37b5f7 {
        width: 100% !important;
    }
    
    .elementor-766 .elementor-element.elementor-element-acba2e3 {
        padding-right: 0;
    }
    
    .elementor-766 .elementor-element.elementor-element-e9bdf08 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .hero-title {
        font-size: 60px !important;
        line-height: 64px !important;
    }
    .page-id-766 .hero-title {
        margin-top: 100px;
    }
    .page-id-2446 .hero-title {
        margin-top: 180px;
    }
    .elementor-menu-toggle {
        display: none !important;
    }
    .elementor-nav-menu {
        display: block !important;
        text-align: center;
    }
    #navbar-container {
        padding: 20px 40px;
    }
    #hero-section-home {
        background-size: cover;
        min-height: 460px;
    }
    #best-price-box {
        margin-top: 0;
    }
}

@media only screen and (max-width: 600px) {
    .hero-title {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    #contact-info-section h3,
    #contact-info-section h4 {
        font-size: 21px;
        line-height: 1.1em;
    }
    #hero-section-home {
        min-height: 300px;
    }
    #best-price-box {
        top: 300px !important;
    }
}

@media only screen and (max-width: 767px) {
    .menu-open {
        width: 70vw;
        padding: 50px 20px;
    }
    #menu-right-box {
        width: 30vw;
        padding: 50px 20px;
    }
    #best-price-box {
        top: 460px;
        display: flex;
    }
    .page-id-766 .hero-title {
        font-size: 44px !important;
        line-height: 50px !important;
    }
    .page-id-2446 .hero-title {
        margin-top: 490px;
    }
    #nav-container-inner {
        display: inline-flex !important;
        justify-content: space-between !important;
    }
    #nav-logo {
        width: 100px;
    }
    #mobile-menu {
        max-width: 10px !important;
    }
    #nav-icons {
        max-width: 200px !important;
    }

    #wpforms-form-2961 {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
    }

    #wpforms-form-2961 .wpforms-field-container,
    #wpforms-form-2961 #wpforms-2961-field_2-container {
        display: flex;
        flex: 3;
    }

    #wpforms-form-2961 #wpforms-2961-field_2 {
        width: 200px;
    }
    .elementor-766 .elementor-element.elementor-element-e9bdf08 {
        margin-top: 300px;
    }
    .elementor-766 .elementor-element.elementor-element-5495e79.elementor-element {
        align-self: flex-start;
    }
}

@media only screen and (max-width: 567px) {
    .page-id-766 .hero-title {
        font-size: 34px !important;
        line-height: 38px !important;
    }
}

@media only screen and (max-width: 540px) {
    .menu-open {
        width: 80vw;
        padding: 50px 20px;
    }
    #menu-right-box {
        width: 20vw;
        padding: 50px 0;
    }
    #wpforms-form-2961 {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .menu-open {
        width: 82vw;
    }
    #menu-close {
        right: 24px;
    }
    #menu-right-box {
        width: 18vw;
    }
    #nav-logo {
        width: 70px;
    }
    #nav-icon-email,
    #nav-icon-phone {
        padding-right: 40px !important;
    }
}

@media only screen and (max-width: 414px) {
    h2 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    #nav-icons {
        max-width: 170px !important;
    }
    #nav-icons .elementor-icon svg {
        width: 28px;
    }
    #wpforms-submit-177 {
        padding: 10px 40px 34px 40px;
        line-height: 21px;
    }
    #best-price-box {
        display: none;
    }
    #about-section {
        margin-top: 0;
    }
    #room-details-section {
        display: none !important;
    }
    #room-details-mobile1, #room-details-mobile2 {
        display: flex;
    }
    .elementor-element-c3a9e41 {
    width: 100% !important;
    padding: 0 14px !important;
  }
  .history-text {
      text-align: center;
  }
}/* End custom CSS */