html {
  overflow-x: hidden;
}

.montoport-porto-hero {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.montoport-porto-hero__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.elementor-element.elementor-element-3360998.elementor-widget.elementor-widget-montoport_porto_hero {
  width: 100%;
}

.montoport-porto-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.montoport-porto-hero__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 24px;
}

.montoport-porto-hero__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00000070;
}

.montoport-porto-hero__content {
  width: 100%;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}

.montoport-porto-hero__eyebrow {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Ghotam';
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.montoport-porto-hero__title {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: 'Ghotam';
  font-size: clamp(38px, 7vw, 72px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.montoport-porto-hero__desc {
  margin: 0 auto 28px;
  max-width: 820px;
  color: #ffffff;
  font-family: 'Ghotam';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.montoport-porto-hero__btn {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Ghotam';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.montoport-porto-hero__btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0b2c33;
}

@media (max-width: 767px) {
  section.montoport-porto-hero {
    min-height: 490px !important;
  }

  .montoport-porto-hero__inner {
    padding: 64px 18px;
  }

  h2.montoport-porto-hero__title {
    font-size: 22px !important;
  }

  p.montoport-porto-hero__desc {
    max-width: 64ch;
    font-size: 14px;
    margin-bottom: 24px;
  }
}

