html,
body {
  overflow-x: hidden;
}

body {
  color: #5d6470;
}

a {
  color: #002984;
}

a:hover {
  color: #fcaa00;
}

.harmenom-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent !important;
  padding: 22px 0;
}

.harmenom-navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.harmenom-navbar .navbar-brand {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 800;
  min-width: 0;
  margin-right: 18px;
  padding: 0;
}

.harmenom-navbar .navbar-brand img {
  display: block;
  width: auto;
  max-width: 230px;
  max-height: 62px;
}

.harmenom-navbar .navbar-brand span {
  color: #fcaa00;
}

.harmenom-navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 600;
}

.harmenom-navbar .navbar-nav .nav-link:hover {
  color: #fcaa00 !important;
}

.harmenom-navbar .navbar-collapse {
  flex-grow: 0;
}

.harmenom-navbar .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  margin-left: auto;
  flex: 0 0 auto;
}

.btn.btn-primary {
  background: #fcaa00 !important;
  border-color: #fcaa00 !important;
  color: #fff !important;
}

.btn.btn-primary:hover {
  background: #002984 !important;
  border-color: #002984 !important;
}

.harmenom-hero,
.harmenom-hero-slide,
.harmenom-error-hero {
  min-height: 760px;
}

.harmenom-hero .overlay,
.harmenom-error-hero .overlay {
  background: linear-gradient(90deg, rgba(0, 41, 132, 0.58), rgba(0, 41, 132, 0.08));
  opacity: 1;
}

.harmenom-hero .slider-text,
.harmenom-hero-slide .slider-text,
.harmenom-error-hero .slider-text {
  min-height: 760px;
}

.hero-wrap .subheading,
.heading-section .subheading {
  color: #fcaa00;
}

.hero-wrap h1,
.hero-wrap .h1,
.heading-section h2 {
  color: #002984;
}

.harmenom-hero h1,
.harmenom-hero .h1,
.harmenom-error-hero h1 {
  color: #fff;
}

.slider-text .h1 {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
}

.harmenom-hero .caps,
.harmenom-error-hero .caps {
  color: rgba(255, 255, 255, 0.9);
}

.services-section {
  background: #fff !important;
  padding-top: 0;
  margin-top: -88px;
  z-index: 2;
}

.services-section .heading-section {
  padding-top: 118px;
}

.services-section .services {
  transform: translateY(0px);
}

.services .media-body h2.heading {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.services .icon {
  background: #fcaa00;
}

.project-destination .text h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}

.project-wrap .text h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.project-wrap .text h2 a {
  color: #002984;
}

.project-wrap .text h2 a:hover {
  color: #fcaa00;
}

.harmenom-destinations-grid .row > [class*="col-"]:not(.heading-section) {
  display: flex;
}

.harmenom-destinations-grid .project-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.harmenom-destinations-grid .project-wrap .img {
  flex: 0 0 300px;
}

.harmenom-destinations-grid .project-wrap .text {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 205px;
}

.harmenom-destinations-grid .project-wrap .text h2 {
  min-height: 34px;
}

.harmenom-destinations-grid .project-wrap .text .location {
  min-height: 50px;
  padding-top: 10px;
}

.harmenom-destinations-grid .project-wrap .text ul {
  margin-top: auto;
}

.harmenom-destinations-grid .project-wrap,
.harmenom-blog-section .blog-entry {
  margin-bottom: 32px;
}

.harmenom-video .overlay,
.testimony-section .overlay,
.ftco-intro .overlay {
  background: rgba(0, 41, 132, 0.76);
}

.testimony-section .heading-section h2,
.ftco-intro h2 {
  color: #fff;
}

.blog-entry .text .heading {
  font-size: 22px;
}

.blog-entry .text .heading a {
  color: #002984;
}

.blog-entry .text .heading a:hover {
  color: #fcaa00;
}

.ftco-select-destination::before {
  background: rgba(0, 41, 132, 0.82);
}

.ftco-select-destination {
  min-height: auto;
  padding: 0;
  background: #fff !important;
}

.ftco-select-destination > .container {
  padding-top: 88px;
  padding-bottom: 40px;
}

.harmenom-destination-carousel-zone {
  display: flex;
  align-items: center;
  min-height: 520px;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.ftco-select-destination .container-2 {
  max-width: 1290px;
  margin: 0 auto !important;
  padding-right: 13px;
  padding-left: 13px;
}

.ftco-select-destination .carousel-destination {
  margin-top: 0;
}

.ftco-select-destination .carousel-destination .owl-stage-outer {
  margin-right: -8px;
  margin-left: -8px;
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.ftco-select-destination .carousel-destination .item .project-destination a .text h2 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  font-weight: bold;
}

.harmenom-about {
  padding-top: 100px;
}

.harmenom-footer {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #002984;
  padding: 0;
}

.harmenom-footer a:hover {
  color: #fcaa00;
}

.harmenom-footer-main {
  padding: 0px 0 110px;
  background: #fff;
}

.harmenom-footer-logo img {
  width: min(100%, 560px);
}

.harmenom-footer-contact {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 15px;
  text-align: left;
}

.harmenom-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #002984;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}

.harmenom-footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #002984;
  color: #fff;
  font-size: 34px;
}

.harmenom-footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: -68px;
  padding: 150px 0 58px;
  background: #002984;
  color: #fff;
}

.harmenom-footer-bottom::before {
  position: absolute;
  top: -40px;
  left: -5%;
  z-index: -1;
  width: 110%;
  height: 150px;
  content: "";
  background: #fff;
  border-bottom: 16px solid #fcaa00;
  border-radius: 0 0 50% 50%;
}

.harmenom-footer-line {
  height: 1px;
  margin: 0 auto 40px;
  background: rgba(255, 255, 255, 0.85);
}

.harmenom-footer-copy {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.harmenom-footer-copy span {
  display: inline-block;
  padding: 0 24px;
  color: #fcaa00;
}

.modal-title {
  color: #002984;
}

.modal-email {
  color: #fcaa00;
  font-weight: 700;
  text-align: center;
}

.error-contact {
  margin-left: 12px;
}

@media (max-width: 991px) {
  .harmenom-navbar {
    padding: 12px 0;
  }

  .slider-text .h1 {
    font-size: 40px;
  }

  .harmenom-navbar .navbar-brand img {
    max-width: 190px;
    max-height: 52px;
  }

  .harmenom-navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    background: rgba(0, 41, 132, 0.92);
    border-radius: 8px;
    padding: 14px 18px;
    margin-top: 10px;
  }

  .harmenom-hero,
  .harmenom-hero-slide,
  .harmenom-error-hero,
  .harmenom-hero .slider-text,
  .harmenom-hero-slide .slider-text,
  .harmenom-error-hero .slider-text {
    min-height: 680px;
  }

  .services-section {
    margin-top: -56px;
    padding-top: 0;
  }

  .services-section .heading-section {
    padding-top: 76px;
  }

  .harmenom-footer-main {
    padding: 76px 0 120px;
  }

  .harmenom-footer-contact-item {
    font-size: 22px;
  }

  .harmenom-footer-icon {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
    font-size: 28px;
  }

  .harmenom-footer-copy {
    font-size: 20px;
  }

  .ftco-select-destination > .container {
    padding-top: 72px;
    padding-bottom: 32px;
  }

  .harmenom-destination-carousel-zone {
    min-height: 480px;
    padding: 56px 0;
  }
}

@media (max-width: 575px) {
  .harmenom-navbar .navbar-brand img {
    max-width: 150px;
    max-height: 42px;
  }

  .harmenom-navbar .navbar-toggler {
    font-size: 13px;
    padding: 7px 9px;
  }

  .hero-wrap h1,
  .hero-wrap .h1 {
    font-size: 44px;
  }

  .services-section {
    margin-top: -34px;
  }

  .services-section .heading-section {
    padding-top: 56px;
  }

  .harmenom-footer-main {
    padding: 56px 0 96px;
  }

  .harmenom-footer-logo img {
    width: min(100%, 320px);
  }

  .harmenom-footer-contact {
    gap: 18px;
    margin-top: 36px;
  }

  .harmenom-footer-contact-item {
    gap: 14px;
    font-size: 17px;
  }

  .harmenom-footer-icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .harmenom-footer-bottom {
    margin-top: -48px;
    padding: 112px 0 42px;
  }

  .harmenom-footer-bottom::before {
    top: -40px;
    height: 108px;
    border-bottom-width: 10px;
  }

  .harmenom-footer-line {
    margin-bottom: 28px;
  }

  .harmenom-footer-copy {
    font-size: 16px;
  }

  .harmenom-footer-copy span {
    padding: 0 10px;
  }

  .ftco-select-destination > .container {
    padding-top: 58px;
    padding-bottom: 26px;
  }

  .harmenom-destination-carousel-zone {
    min-height: 430px;
    padding: 44px 0;
  }

  .error-contact {
    margin-left: 0;
    margin-top: 12px;
  }
}
