/* additional custom styles CSS */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img,
a {
  transition: 0.3s;
}
main.site-main {
  max-width: 100% !important;
  margin: 0;
}

#page-loader {
  position: fixed;
  inset: 0;
  background: #f5ebdc;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.loader-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #f5ebdc;
  border-top: 3px solid #742b14;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#wpadminbar {
  overflow-x: clip;
}

a {
  text-decoration: none;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x {
  overflow-x: clip !important;
}

input::placeholder,
textarea::placeholder {
  opacity: 1 !important;
}
.simpleParallax {
  height: 100%;
}

.h-auto .simpleParallax {
  height: auto;
}

.padding-y {
  padding-top: 120px;
  padding-bottom: 120px;
}
.padding-top {
  padding-top: 120px;
}
.padding-bottom {
  padding-bottom: 120px;
}
.padding-x {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-left {
  padding-left: 20px;
}
.padding-right {
  padding-right: 20px;
}
ul,
ol {
  margin-bottom: 0 !important;
}

.parallax-wrapper {
  overflow: hidden;
  height: auto !important;
  width: 100%;
}
.elementor-widget-container {
  height: 100%;
}
.flex-1 {
  flex: 1 !important;
}
/************** CSS START ********************/
.sc-header-section.sticky {
  background: #7a2615;
}
.sc-logo {
  opacity: 0;
  pointer-events: none;
}
.sc-header-section.sticky .sc-logo {
  opacity: 1;
  pointer-events: all;
}

.sc-header-section.sticky
  .sc-desktop-menu
  .elementor-nav-menu--main
  .elementor-item {
  color: #f5ebdc;
}

.sc-language .wpml-ls-legacy-list-horizontal,
.sc-language a {
  padding: 0;
  font-family: "N27";
  font-size: 18px;
}

.sc-language a {
  color: #3c2821;
}
.sc-mobile-menu .sc-language a,
.sc-header-section.sticky .sc-language a {
  color: #f5ebdc;
}

.sc-header-section.sticky .sc-mobile-menu-bar svg rect {
  fill: #f5ebdc !important;
}

.sc-mobile-menu-bar {
  cursor: pointer;
}
.sc-mobile-menu-bar .elementor-icon-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sc-mobile-menu-bar svg:focus {
  outline: none;
}

.sc-mobile-menu-bar svg rect {
  transition: all 0.3s ease;
  transform-origin: center;
}

/* middle line fades out */
.sc-mobile-menu-bar.is-active svg rect:nth-child(2) {
  opacity: 0;
}

/* top line rotates */
.sc-mobile-menu-bar.is-active svg rect:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

/* bottom line rotates */
.sc-mobile-menu-bar.is-active svg rect:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.sc-mobile-menu {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s all;
}
.sc-mobile-menu.is-active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .sc-mobile-menu.sticky {
    top: 58px !important;
  }
}

body.page-id-35 header,
body.page-id-35 footer {
  display: none !important;
}
body.admin-bar .sc-header-section {
  top: 32px !important;
}

@media only screen and (max-width: 782px) {
  body.admin-bar .sc-header-section {
    top: 46px !important;
  }
}

.sc-footer-text a {
  font-family: N27, sans-serif !important;
  font-size: 14px !important;
}

/* Form */
.wsf-form label.wsf-label {
  color: #c3965a !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.wsf-form .wsf-text-danger {
  color: #c3965a !important;
}

.wsf-form input[type="text"].wsf-field,
.wsf-form input[type="tel"].wsf-field,
.wsf-form input[type="email"].wsf-field,
.wsf-form select.wsf-field,
.wsf-form textarea.wsf-field {
  background-color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #c3965a !important;
  border: 1px solid #ffffff !important;
  padding: 18px 25px !important;
  border-radius: 0px !important;
  width: 100% !important;
  cursor: pointer;
}

.wsf-form input[type="text"].wsf-field:focus,
.wsf-form input[type="tel"].wsf-field:focus,
.wsf-form input[type="email"].wsf-field:focus,
.wsf-form select.wsf-field:focus,
.wsf-form textarea.wsf-field:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wsf-form input[type="text"].wsf-field::placeholder,
.wsf-form input[type="tel"].wsf-field::placeholder,
.wsf-form input[type="email"].wsf-field::placeholder,
.wsf-form textarea.wsf-field::placeholder {
  color: #c3965a !important;
  opacity: 1 !important;
  font-size: 18px !important;
}

.wsf-form textarea.wsf-field {
  height: 180px !important;
  max-height: 180px !important;
  border-radius: 0px !important;
}

.wsf-form input[type="checkbox"].wsf-field {
  background: #ffffff !important;
  box-shadow: none !important;
  border-color: #ffffff !important;
  border-radius: 0px !important;
  cursor: pointer;
  width: 24px !important;
  min-height: 24px !important;
  height: 24px !important;
}
.wsf-form input[type="checkbox"].wsf-field:checked::after {
  border-color: #c3965a !important;
  transform: translate(-50%, -50%) rotate(35deg) !important;
  left: 50% !important;
  top: 48% !important;
}

.wsf-form input[type="checkbox"].wsf-field + label.wsf-label {
  margin-left: 35px !important;
  cursor: pointer;
  font-size: 18px !important;
  font-weight: 400 !important;
  top: 3px;
  position: relative;
}

/* .wsf-form select#wsf-1-field-8,
.wsf-form select#wsf-1-field-9 {
  background-image: url(../assets/svg/right-arrow-black.svg) !important;
} */
.wsf-form select.wsf-field {
  font-size: 20px !important;
  background-repeat: no-repeat;
  background-position: center right 0px !important;
  background-size: 30px !important;
  appearance: none !important;
  -moz-appearance: none;
  color: #000000 !important;
}

/* Placeholder state (first option selected) */
/* .wsf-form select.wsf-field:invalid {
  text-transform: uppercase;
  letter-spacing: 0.2em;
} */

.wsf-form
  select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2])
  + span.wsf-select-arrow {
  /*   display: none !important;
  border: none !important; */
  transform: scale(1.2) !important;
}

.wsf-form select option:not([value=""]) {
  color: #c3965a !important;
}

.wsf-form button.wsf-button {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.4em !important;
  padding: 16px 24px !important;
  border: 1px solid #3c2821 !important;
  background: #3c2821 !important;
  width: auto !important;
  color: #f5ebdc !important;
  position: relative;
  transition: 0.3s all !important;
  border-radius: 0px !important;
}
.wsf-form button.wsf-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wsf-form button.wsf-button:hover {
  background-color: #c3965a !important;
  border-color: #c3965a !important;
  color: #3c2821 !important;
}

.wsf-agree {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wsf-bottom {
  margin: 0px !important;
  margin-top: 20px !important;
}
.wsf-concent {
  margin-top: 15px;
}

.wsf-field-wrapper input[type="checkbox"] {
  top: 5px !important;
}

body.page-id-35 footer#site-footer {
  display: none;
}

.elementor-popup-modal .dialog-close-button {
  color: transparent !important;
}
.elementor-popup-modal .dialog-close-button .eicon-close:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../assets/svg/close.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

@media only screen and (min-width: 1440px) {
  .sc-custom-padding-left {
    padding-left: calc((100% - 1400px) / 2) !important;
  }
  .sc-custom-padding-right {
    padding-right: calc((100% - 1400px) / 2) !important;
  }
}

@media only screen and (min-width: 1025px) {
  .sc-pin-section {
    overflow: visible !important;
  }

  .sc-pin-container {
    position: relative;
    height: 200vh !important;
  }

  .fixed-box-contain {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }

  .extra-top .fixed-box-contain {
    top: 150px !important;
    height: auto;
  }

  .sc-pin-item {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;

    will-change: transform;
  }

  /* Higher item stays above previous */
  .sc-pin-item.item-1 {
    z-index: 1;
  }

  .sc-pin-item.item-2 {
    z-index: 2;
  }

  .sc-pin-item.item-3 {
    z-index: 3;
  }

  .sc-pin-item.item-4 {
    z-index: 4;
  }
}

.split-padding .split-line {
  padding-right: 5px !important;
}

@media only screen and (min-width: 1900px) {
  .extra-top .fixed-box-contain {
    top: 200px !important;
  }
}

@media only screen and (min-width: 1800px) {
  .scheights {
    height: 1000px;
  }
  .scjustify {
    justify-content: start !important;
  }
}
@media only screen and (min-width: 2100px) {
  .scheights {
    height: 1080px;
  }
}

.sc-mobile-menu-bar2 {
  position: relative;
  top: 3px;
}
