html {
  height: 100%;
}

body {
  font-family: "Fira Code Light", serif !important;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}


h2 {
  font-size: 25px !important;
  font-family: "Fira Code Light", serif !important;
  padding: 0 !important;
  margin: 0 !important;
}

.messages h2 {
  color: #fff !important;
}

.uk-grid > * {
  padding-right: 0 !important;
}

.block-title  {
  font-family: "Fira Code Light", serif;
  font-size: 36px;
  text-transform: capitalize;
  color: rgb(9, 9, 9);
}
.block-content  {
  padding: 40px 0 40px 0;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.4s;
}

.header.uk-sticky.uk-sticky-fixed.uk-active {
  background-color: rgb(9, 9, 9, .7);
  backdrop-filter: blur(7px);
}
.header .uk-icon {
  color: #fff !important;
}

.header-offcanvas-menu .uk-offcanvas-bar {
  background-color: rgb(9, 9, 9, .7);
  backdrop-filter: blur(7px);
  padding: 10px 15px 15px 25px;
}

.header-offcanvas-menu .uk-offcanvas-bar ul.menu {
  margin: 40px 0 0 0;
  padding: 0 !important;
}
.header-offcanvas-menu .uk-offcanvas-bar li.menu-item {
  list-style: none;
  display: block;
  font-size: 22px;
  color: #fff ;
  padding: 0 !important;
  margin-bottom: 20px !important;
}

.header-offcanvas-menu .uk-offcanvas-bar li.menu-item a {
  color: #fff !important;
}

.header-offcanvas-menu .uk-offcanvas-bar li.menu-item ul.menu {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px !important
}
.header-offcanvas-menu .uk-offcanvas-bar li.menu-item ul.menu li.menu-item {
  font-size: 20px;
  margin-bottom: 14px !important;

}


.sections {
  position: relative;
  margin-top: -82px;
}
.slider {
  position: relative;
  height: 700px;
  background-color: #0f0f0f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000000 75%, rgb(9, 9, 9) 100%);
}

.slider-inner  {
  position: absolute;
  width: 570px;
  top: 50%;
  transform: translateY(-50%);
}

.slider-inner .slider-inner-text  {
  font-size: 70px;
  color: #fff;
  text-transform: capitalize;
}

.header-navigation ul.menu {
  float: right;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.4s;
}

.header-navigation li.menu-item {
  position: relative;
  list-style: none;
  display: inline-block;
  font-size: 21px;
  color: #fff ;
  padding: 10px 0 10px 0 !important;
  margin-left: 30px !important;
}

.header-navigation li.menu-item a {
  color: #fff !important;
}


.header-navigation ul.menu ul.menu {
  position: absolute;
  top: 60px;
  left: -20px;
  opacity: 0;
  padding: 20px !important;
  margin: 0 !important;
  background-color: rgb(9, 9, 9, .7);
  backdrop-filter: blur(7px);
}
.header-navigation li.menu-item:hover > ul.menu {
  display: block;
  top: 40px;
  opacity: 1;
}
.header-navigation ul.menu ul.menu li.menu-item {
  white-space: nowrap;
  position: relative;
  list-style: none;
  display: block;
  font-size: 20px;
  color: #fff ;
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
}
.header-navigation ul.menu ul.menu li.menu-item:last-child {
  margin: 0 !important;
}

.header-logo a {
  font-size: 22px;
  color: #fff !important;
  text-decoration: none !important;
}
.header-logo img {
  width: 70px;
  filter: invert(1);
  transition: all 0.4s;
}
.header.uk-sticky.uk-sticky-fixed.uk-active .header-logo img {
  width: 40px;
}

.button {
  box-shadow: none !important;
  font-size: 18px !important;
  text-transform: none !important;
  border-radius: 30px !important;
  padding: 16px 40px 16px 40px !important;
  transition: all 0.4s !important;
  color: rgb(9, 9, 9) !important;
  background-color: transparent !important;
  border: 1px solid rgb(9, 9, 9) !important;
}

.button.button--secondary {
  color: rgb(9, 9, 9) !important;
  background-color: #00cc6d !important;
  border: 1px solid #00cc6d !important;
}
.button.button--secondary:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
}

.button.button--primary {
  color: #ffffff !important;
  background-color: rgb(9, 9, 9) !important;
  border: 1px solid rgb(9, 9, 9) !important;
}
.button.button--primary:hover {
  color: rgb(9, 9, 9) !important;
  background-color: transparent !important;
  border: 1px solid rgb(9, 9, 9) !important;
}


.button.button--third {
  color: rgb(9, 9, 9) !important;
  background-color: #00cc6d !important;
  border: 1px solid #00cc6d !important;
}
.button.button--third:hover {
  color: #ffffff !important;
  background-color: rgb(9, 9, 9) !important;
  border: 1px solid rgb(9, 9, 9) !important;
}

.services {
  padding: 80px 0 0 0;
  background-color: rgb(9, 9, 9);
}
.services .block-title  {
  color: #fff;
}
.services .block-content  {
  padding: 80px 0 40px 0;
}
.services-list .service-item {
  position: relative;
  padding: 55px 35px 35px 35px;
  background-color: #292929;
  color: #fff;
}
.services-list .service-item h2 {
  color: #fff;
}
.services-list .service-item-icon {
  position: absolute;
  width: 64px !important;
  height: 64px;
  line-height: 87px;
  background-color: #F8B54A;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  border-radius: 50%;
}
.services-list .service-item-icon .material-symbols-outlined {
  color: rgb(9, 9, 9);
  font-size: 32px;
}
.discover {
  padding: 60px 0 0 0;
}
.discover-item {
  padding: 35px 35px 35px 35px;
}
.discover-item.left {
  font-size: 23px;
  background-color: #FCEED9;
}

.discover-item .button.button-secondary:hover {
  color: #ffffff;
  background-color: rgb(9, 9, 9);
  border: 1px solid rgb(9, 9, 9);
}
.discover-list .uk-icon {
  color: #00cc6d;
}
.footer {
  background-color: rgb(9, 9, 9);
}

.footer {
  padding: 50px 0 20px 0;
  color: #fff;
}
.footer-logo a {
  color: #fff !important;
  text-decoration: none !important;
}
.footer-logo img {
  width: 35px;
  filter: invert(1);
}


.footer h2 {
  font-size: 23px !important;
  color: #F8B54A;
}
.footer a {
  color: #fff !important;
}
.footer ul.menu {
  margin: 20px 0 0 0;
  padding: 0 !important;
}
.footer li.menu-item {
  list-style: none;
  display: block;
  color: #fff ;
  padding: 0 !important;
  margin-bottom: 10px !important;
}

.footer-address {
  line-height: 26px;
}
.footer-socials {
  font-size: 16px;
}
.footer-socials .uk-icon {
  color: #F8B54A;
}
.footer-socials a {
  text-decoration: none !important;
}

.page-header {
  position: relative;
  height: 375px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000000 75%, rgb(9, 9, 9) 100%);
}
.page-header h2 {
  color: #fff;
  font-size: 42px !important;
}



.page-top-paragraphs.paragraphs-dark {
  color: #fff !important;
  background-color: rgb(9, 9, 9);
  border-bottom: 5px solid #00cc6d;
}
.page-top-paragraphs.paragraphs-dark .label h2 {
  color: #fff !important;
  font-size: 36px !important;
}


.webform-progress .progress-title,
.webform-progress .progress-title a {
  color: rgb(9, 9, 9) !important;
}

.webform-progress .progress-marker::before {
  width: 26px;
  height: 26px;
  background-color: #ffffff !important;
  border: 2px solid #00cc6d;
  font-size: 15px !important;
  color: rgba(9, 9, 9);
}

.webform-progress .is-active .progress-marker::before {
  background-color: #00cc6d !important;
}

.webform-progress .progress-marker:hover::before {
  background-color: #00cc6d !important;
}

.webform-progress .progress-marker::after {
  top: 50%;
  transform: translateY(-50%);
  background-color: #00cc6d !important;
}

.webform-progress .progress-tracker {
  margin: 0 !important;
}

.webform-booking-form-left .form-element {
  width: 100%;
}


.webform-booking-form-right .webform-booking-form-item {
  font-size: 20px;
  background-color: #FCEED9;
  padding: 35px 35px 35px 35px;
}
.webform-booking-form-right .uk-icon {
  color: #00cc6d;
}
.webform-booking-form-right .form-item__label {
  font-size: 22px;
}

.form-item:not(.form-type-checkbox):not(.form-type-tel):not(.form-type-item)
{
  transition: all 0.4s;
  padding: 6px;
  background-color: rgba(15, 15, 15, 0.07);
  border-radius: 4px;
}
.form-item:not(.form-type-checkbox):not(.form-type-item) .form-element
{
  transition: all 0.4s;
  border-radius: 3px;
  border: none !important;
  background-color: transparent !important;
}
.form-item:not(.form-type-checkbox):not(.form-type-item) label,
.form-item:not(.form-type-checkbox):not(.form-type-item) .form-item__description
{
  padding-left: 15px;
  background-color: transparent !important;
}


.form-item .form-element--type-text,
.form-item .form-element--type-email,
.form-item .form-element--type-password
{
  width: 100%;
}


.form-item .form-checkbox:autofill,
.form-item .form-checkbox:active,
.form-item .form-checkbox:focus,
.form-item .form-checkbox:hover,
.form-item .form-checkbox:valid,
.form-item .form-element:autofill,
.form-item .form-element:active,
.form-item .form-element:focus,
.form-item .form-element:hover,
.form-item .form-element:valid
{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-item:not(.form-type-checkbox):hover .form-element
{
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.form-checkbox:autofill,
.form-checkbox:autofill:hover,
.form-checkbox:autofill:focus,
.form-checkbox:autofill:active,
.form-element:autofill,
.form-element:autofill:hover,
.form-element:autofill:focus,
.form-element:autofill:active
{
  background-clip: text;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: none !important;
}

.form-type-tel, .iti, .webform-webform-telephone-international {
  width: 100%;
}

.webform-type-webform-telephone .fieldset__label
{
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
}

.iti__flag-container {
  margin-left: 7px;
}

.iti * {
  background-color: transparent !important;
}
.iti__country-list {
  background-color: white !important;
}





.form-boolean--type-checkbox {
  width: 28px !important;
  height: 28px !important;
  margin-right: 10px;
  background-color: rgba(15, 15, 15, 0.07) !important;
  border: none !important;
}
.form-boolean--type-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.795 7.096l2.387 2.506 6.023-6.327 1.484 1.56-7.507 7.89L2.31 8.656z' fill='%2309090999'/%3e%3c/svg%3e") !important;

}

@media (max-width: 1280px) {
  .slider {
    height: 500px;
  }
  .slider-inner  {
    position: absolute;
    width: 470px;
    top: 60%;
    transform: translateY(-60%);
  }
  .slider-inner .slider-inner-text  {
    font-size: 52px;
  }
  .services {
    padding: 20px 0 0 0;
  }
}

@media (max-width: 1024px) {
  .header .header-logo img {
    width: 30px;
    margin-top: -9px;
  }
  .header.uk-sticky.uk-sticky-fixed.uk-active .header-logo img {
    width: 30px;
    margin-top: -9px;
  }
  .slider {
    height: 650px;
    background-size: 350%; /* zoom in */
    background-position: center right -350px;
  }
  .slider-inner {
    width: auto;
    text-align: center;
  }

  .slider-inner .slider-inner-text {
    font-size: 44px;
    text-shadow: 0 0 10px rgb(9, 9, 9, 0.9);
  }

  .block-title {
    font-size: 30px;
  }

  .services-list .service-item h2 {
    font-size: 22px;
  }
  .page-header {
    height: 400px;
    background-size: 520%; /* zoom in */
    background-position: center right -450px;
  }
  .page-header h2 {
    color: #fff;
    font-size: 32px !important;
    text-shadow: 0 0 10px rgb(9, 9, 9, 0.9);
  }


}
