.elementor-34 .elementor-element.elementor-element-05381e7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-3030a86{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-9702fc4 *//* =========================================================
   SPITI RIDERS
   FULL WIDTH TRIP IMAGE MARQUEE
========================================================= */

.sr-trip-gallery {
  position: relative;

  width: 100%;

  margin: 0;
  padding: 0;

  background: #ffffff;

  overflow: hidden;
}


/* VIEWPORT */

.sr-trip-gallery__viewport {
  width: 100%;

  overflow: hidden;
}


/* TRACK */

.sr-trip-gallery__track {
  display: flex;

  width: max-content;

  margin: 0;
  padding: 0;

  animation: srTripGalleryScroll 70s linear infinite;

  will-change: transform;
}


/* PAUSE ON HOVER */

.sr-trip-gallery:hover
.sr-trip-gallery__track {
  animation-play-state: paused;
}


/* IMAGE ITEM */

.sr-trip-gallery__item {
  position: relative;

  flex: 0 0 320px;

  width: 320px;
  height: 320px;

  margin: 0;
  padding: 0;

  border-right: 2px solid #ffffff;

  overflow: hidden;
}


/* IMAGE */

.sr-trip-gallery__item img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.6s ease;
}


/* HOVER */

.sr-trip-gallery__item:hover img {
  transform: scale(1.035);
}


/* =========================================================
   CONTINUOUS MOVEMENT
========================================================= */

@keyframes srTripGalleryScroll {

  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }

}


/* LARGE DESKTOP */

@media (min-width: 1600px) {

  .sr-trip-gallery__item {
    flex: 0 0 360px;

    width: 360px;
    height: 360px;
  }

}


/* TABLET */

@media (max-width: 1024px) {

  .sr-trip-gallery__item {
    flex: 0 0 280px;

    width: 280px;
    height: 280px;
  }

  .sr-trip-gallery__track {
    animation-duration: 65s;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .sr-trip-gallery__item {
    flex: 0 0 225px;

    width: 225px;
    height: 225px;
  }

  .sr-trip-gallery__track {
    animation-duration: 55s;
  }

}


/* SMALL MOBILE */

@media (max-width: 480px) {

  .sr-trip-gallery__item {
    flex: 0 0 190px;

    width: 190px;
    height: 190px;
  }

}


/* ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {

  .sr-trip-gallery__track {
    animation: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-265598c *//* =========================================================
   SPITI RIDERS — COMPLETE CLASSIC PARALLAX FOOTER
   Full wordmark visibility on desktop and mobile
========================================================= */

.sr-classic-footer {
  --sr-blue: #1361cc;
  --sr-blue-dark: #0e4fa9;
  --sr-black: #000000;
  --sr-white: #ffffff;
  --sr-text: #d1d1d1;
  --sr-muted: #888888;

  /* Updated by the parallax JavaScript */
  --sr-footer-wordmark-y: 0px;
  --sr-footer-wordmark-scale: 1;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--sr-text);
  background-color: var(--sr-black);
  font-family: var(--sr-font-primary, "Manrope", Arial, sans-serif);
}

.sr-classic-footer *,
.sr-classic-footer *::before,
.sr-classic-footer *::after {
  box-sizing: border-box;
}

.sr-classic-container {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 40px), 1400px);
  margin-right: auto;
  margin-left: auto;
}

/* =========================================================
   ELEMENTOR RESET
========================================================= */

.elementor-widget-html:has(.sr-classic-footer),
.elementor-widget-html:has(.sr-classic-footer)
  > .elementor-widget-container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

/* =========================================================
   MAIN FOOTER STAGE
========================================================= */

.sr-classic-stage {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  padding: 80px 0 320px;
  isolation: isolate;
}

.sr-classic-content {
  position: relative;
  z-index: 3;
}

/* Very subtle cover over the wordmark */

.sr-classic-stage::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.03);
  pointer-events: none;
}

/* =========================================================
   TOP FOOTER GRID
========================================================= */

.sr-classic-grid {
  display: grid;
  grid-template-columns:
    minmax(250px, 1.1fr)
    minmax(190px, 0.85fr)
    minmax(190px, 0.85fr)
    minmax(270px, 1fr);
  align-items: start;
  gap: clamp(42px, 5vw, 80px);
}

/* =========================================================
   BRAND AREA
========================================================= */

.sr-classic-brand {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.sr-classic-logo {
  display: flex;
  width: 128px;
  height: 128px;
  flex: 0 0 128px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background-color: #07101d;
  text-decoration: none;
}

.sr-classic-logo img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: contain;
}

.sr-classic-brand > p {
  max-width: 345px;
  margin: 25px 0 0;
  color: var(--sr-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

/* =========================================================
   SOCIAL ICONS
========================================================= */

.sr-classic-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sr-classic-socials a {
  display: flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: var(--sr-blue);
  background-color: var(--sr-white);
  text-decoration: none;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.sr-classic-socials a:hover,
.sr-classic-socials a:focus {
  color: var(--sr-white);
  background-color: var(--sr-blue);
  transform: translateY(-3px);
}

.sr-classic-socials svg {
  display: block;
  width: 22px;
  height: 22px;
}

/* =========================================================
   COLUMN HEADINGS
========================================================= */

.sr-classic-column h3,
.sr-classic-contact h3 {
  margin: 0 0 26px;
  color: var(--sr-white);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

/* =========================================================
   FOOTER LINKS
========================================================= */

.sr-classic-column nav {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.sr-classic-column a {
  display: inline-flex;
  width: fit-content;
  color: var(--sr-text);
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.sr-classic-column a:hover,
.sr-classic-column a:focus {
  color: var(--sr-blue);
  transform: translateX(5px);
}

/* =========================================================
   CONTACT DETAILS
========================================================= */

.sr-classic-contact address {
  margin: 0;
  color: var(--sr-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}

.sr-classic-contact-links {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 27px;
}

.sr-classic-contact-links a {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 13px;
  color: var(--sr-white);
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.sr-classic-contact-links a:hover,
.sr-classic-contact-links a:focus {
  color: var(--sr-blue);
  transform: translateX(4px);
}

.sr-classic-contact-icon {
  display: flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--sr-black);
  background-color: var(--sr-white);
}

.sr-classic-contact-icon svg {
  display: block;
  width: 19px;
  height: 19px;
}

/* =========================================================
   DESCRIPTION AND CTA
========================================================= */

.sr-classic-action-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
  margin-top: 62px;
}

.sr-classic-action-row p {
  max-width: 950px;
  margin: 0;
  color: var(--sr-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}

.sr-classic-cta {
  display: inline-flex;
  min-width: 245px;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 0 25px;
  border: 1px solid var(--sr-blue);
  border-radius: 7px;
  color: var(--sr-white);
  background-color: var(--sr-blue);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.sr-classic-cta:hover,
.sr-classic-cta:focus {
  border-color: var(--sr-white);
  color: var(--sr-black);
  background-color: var(--sr-white);
  transform: translateY(-2px);
}

/* =========================================================
   PARALLAX SPITI RIDERS WORDMARK
========================================================= */

.sr-classic-wordmark-layer {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: clamp(225px, 22vw, 340px);
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.sr-classic-wordmark {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: center;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.13);
  font-size: clamp(96px, 13.2vw, 228px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.075em;
  text-align: center;
  white-space: nowrap;
  transform:
    translate3d(
      0,
      var(--sr-footer-wordmark-y),
      0
    )
    scale(var(--sr-footer-wordmark-scale));
  transform-origin: center bottom;
  will-change: transform;
}

.sr-classic-wordmark span {
  display: inline-block;
  flex: 0 0 auto;
}

.sr-classic-wordmark span:first-child {
  color: rgba(255, 255, 255, 0.13);
}

.sr-classic-wordmark span:last-child {
  margin-left: 0.065em;
  color: rgba(19, 97, 204, 0.42);
}

/* =========================================================
   WHITE DIVIDER
========================================================= */

.sr-classic-divider {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

/* =========================================================
   BOTTOM FOOTER BAR
========================================================= */

.sr-classic-bottom {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.sr-classic-bottom p {
  margin: 0;
  color: var(--sr-text);
  font-size: 14px;
  font-weight: 400;
}

.sr-classic-tagline {
  color: var(--sr-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* =========================================================
   ELEMENTOR BUTTON OVERRIDES
========================================================= */

.sr-classic-footer button,
.sr-classic-footer [type="button"],
.sr-classic-footer [type="submit"] {
  box-shadow: none;
}

.sr-classic-footer button:hover,
.sr-classic-footer button:focus,
.sr-classic-footer button:active,
.sr-classic-footer [type="button"]:hover,
.sr-classic-footer [type="button"]:focus,
.sr-classic-footer [type="button"]:active,
.sr-classic-footer [type="submit"]:hover,
.sr-classic-footer [type="submit"]:focus,
.sr-classic-footer [type="submit"]:active {
  background-color: transparent !important;
  box-shadow: none;
  outline: none;
}

.sr-classic-footer .sr-classic-cta {
  background-color: var(--sr-blue) !important;
}

.sr-classic-footer .sr-classic-cta:hover,
.sr-classic-footer .sr-classic-cta:focus {
  background-color: var(--sr-white) !important;
}

/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1100px) {

  .sr-classic-stage {
    min-height: auto;
    padding: 72px 0 270px;
  }

  .sr-classic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 55px 70px;
  }

  .sr-classic-action-row {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 55px;
  }

  .sr-classic-cta {
    width: fit-content;
  }

  .sr-classic-wordmark-layer {
    bottom: 8px;
    height: 235px;
  }

  .sr-classic-wordmark {
    bottom: 22px;
    padding: 0 12px;
    font-size: clamp(90px, 13vw, 185px);
    line-height: 0.92;
  }
}

/* =========================================================
   TABLET AND MOBILE
========================================================= */

@media (max-width: 767px) {

  .sr-classic-container {
    width: calc(100% - 30px);
  }

  .sr-classic-stage {
    min-height: auto;
    padding: 58px 0 180px;
  }

  .sr-classic-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sr-classic-logo {
    width: 106px;
    height: 106px;
    flex-basis: 106px;
  }

  .sr-classic-brand > p {
    max-width: 540px;
    font-size: 15px;
  }

  .sr-classic-column h3,
  .sr-classic-contact h3 {
    margin-bottom: 21px;
    font-size: 22px;
  }

  .sr-classic-column nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
  }

  .sr-classic-column a {
    font-size: 15px;
  }

  .sr-classic-contact address,
  .sr-classic-contact-links a {
    font-size: 15px;
  }

  .sr-classic-action-row {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 50px;
  }

  .sr-classic-action-row p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sr-classic-cta {
    width: 100%;
  }

  .sr-classic-wordmark-layer {
    right: 0;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 145px;
  }

  .sr-classic-wordmark {
    right: 0;
    bottom: 17px;
    left: 0;
    width: 100%;
    padding: 0 6px;
    font-size: 13.3vw;
    line-height: 0.94;
    letter-spacing: -0.055em;
    white-space: nowrap;
  }

  .sr-classic-wordmark span:last-child {
    margin-left: 0.055em;
  }

  .sr-classic-bottom {
    min-height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 26px 0;
    text-align: center;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .sr-classic-stage {
    padding: 52px 0 150px;
  }

  .sr-classic-grid {
    gap: 42px;
  }

  .sr-classic-column nav {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .sr-classic-action-row {
    margin-top: 45px;
  }

  .sr-classic-wordmark-layer {
    bottom: 5px;
    height: 115px;
  }

  .sr-classic-wordmark {
    bottom: 14px;
    padding: 0 4px;
    font-size: 13vw;
    line-height: 0.94;
    letter-spacing: -0.05em;
  }

  .sr-classic-bottom p {
    font-size: 13px;
  }

  .sr-classic-tagline {
    font-size: 11px;
  }
}

/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

  .sr-classic-stage {
    padding-bottom: 135px;
  }

  .sr-classic-wordmark-layer {
    height: 102px;
  }

  .sr-classic-wordmark {
    bottom: 12px;
    font-size: 12.7vw;
    letter-spacing: -0.045em;
  }

  .sr-classic-socials a {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .sr-classic-wordmark {
    transform: translate3d(0, 0, 0) scale(1) !important;
    will-change: auto;
  }
}/* End custom CSS */