@font-face {
  font-family: "Ticketbook W 01";
  src: url('../fonts/Ticketbook-W01-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

body {
  color: #333;
  font-family: "Ticketbook W 01", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Ticketbook W 01", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.nav-container {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 1;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-link.nav-menu-item {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Quicksand;
  font-weight: 700;
}

.nav-menu-item.nav-link {
  color: var(--black);
  letter-spacing: 3px;
  margin-left: 25px;
  margin-right: 25px;
  font-family: Assistant, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: all .4s;
}

.nav-menu-item.nav-link:hover {
  opacity: 1;
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.nav-menu-item.nav-link.w--current {
  font-size: 14px;
}

.welcome-hero {
  background-image: linear-gradient(#0003, #0003), url('../images/astiat-1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.major-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-weight: 300;
}

.welcome-hero-message {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: block;
}

.nav-menu {
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.arrow-container {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.arrow-image {
  opacity: 1;
  width: 72px;
  margin-top: 0;
}

.arrow-image:hover {
  opacity: 1;
}

.arrow-link-button {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: static;
}

.start-text {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.home-section {
  background-color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/astiat-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: static;
}

.menu-button {
  display: none;
}

.hero-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
}

.close-link, .start-text-mobile {
  display: none;
}

.location-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 400vh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.contact-form-section {
  display: block;
  position: static;
}

.contact-form-page {
  background-image: linear-gradient(#0003, #0003), url('../images/astiat-3.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  position: static;
}

.contact-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Assistant, sans-serif;
}

.form {
  margin-top: 40px;
}

.button-submit {
  color: #121217;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Assistant, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.button-submit:hover {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
}

.textarea {
  color: #fff;
  background-color: #fff0;
  border: 1px #fff;
  border-bottom-style: solid;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
}

.button-hero {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: "Ticketbook W 01", Arial, sans-serif;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.button-hero:hover {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
}

.fares-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: relative;
}

.fares-page {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  display: flex;
  position: static;
}

.start-over {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  right: 100px;
}

.arrow-up {
  opacity: 1;
  color: var(--white);
  transform-style: preserve-3d;
  margin-top: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.arrow-up:hover {
  opacity: 1;
}

.fares-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/astiat-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.services-page {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.services-paragraph {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  align-self: auto;
  width: 100%;
  max-width: 650px;
  height: auto;
  margin: 20px auto;
  padding: 0 20px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.services-paragraph.align-left {
  text-align: left;
  padding-left: 0;
}

.services-paragraph.black {
  color: #333;
}

.image-3 {
  width: 240px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.image-4 {
  width: 120px;
}

.div-block-2 {
  width: 100%;
  max-width: 450px;
}

.div-block-3 {
  width: 100%;
  max-width: 550px;
}

.heading {
  color: #a91f2d;
}

.bold-title {
  color: #a91f2d;
  text-transform: uppercase;
  line-height: 2;
}

.div-block-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 42px;
  height: 42px;
}

.space {
  height: 24px;
}

.socials-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.code-embed-2 {
  width: 32px;
  height: 32px;
}

.link-block {
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .nav-container {
    background-color: #0000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .navbar {
    background-color: #0000;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    top: 0%;
    overflow: visible;
  }

  .nav-link.nav-menu-item {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu-item.nav-link {
    justify-content: center;
    margin-left: 70px;
    margin-right: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .hamburger {
    color: var(--white);
    font-size: 35px;
  }

  .nav-menu {
    float: none;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .arrow-image {
    transition: opacity .5s;
  }

  .arrow-image:hover {
    opacity: .55;
  }

  .start-text {
    display: none;
  }

  .menu-button {
    position: static;
    right: 0;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .close-link {
    text-align: right;
    display: block;
    position: absolute;
    inset: 5% 5% auto auto;
  }

  .start-text-mobile {
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: none;
    display: block;
  }

  .fares-page {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .start-over {
    display: none;
  }

  .arrow-up {
    transition: opacity .5s;
  }

  .arrow-up:hover {
    opacity: .55;
  }

  .fares-description {
    justify-content: center;
    width: 50%;
    padding: 15px 10px;
  }

  .services-section {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .services-page {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-left: 0;
  }

  .services-paragraph {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px 20px;
    font-size: 15px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    background-color: #0000;
  }

  .welcome-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/Huone.jpg');
    background-attachment: scroll, scroll;
    height: 600px;
  }

  .major-heading {
    text-align: center;
  }

  .welcome-hero-message {
    margin-bottom: 140px;
  }

  .arrow-link-button {
    margin-bottom: 20px;
  }

  .start-text-mobile {
    margin-top: 5px;
    font-size: 10px;
  }

  .location-section {
    flex-direction: column;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .contact-form-page {
    justify-content: center;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    display: block;
  }

  .fares-page {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .start-over {
    display: none;
  }

  .arrow-up {
    z-index: 1000;
    padding-top: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .fares-description {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .services-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 800px;
    display: block;
    position: relative;
  }

  .services-paragraph {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    color: #fff;
    background-color: #0000;
    position: static;
  }

  .navbar {
    z-index: 1000;
    color: #fff;
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.nav-menu-item {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .welcome-hero {
    background-image: linear-gradient(to bottom, null, null);
    height: 100vh;
  }

  .major-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 34px;
  }

  .welcome-hero-message {
    text-align: center;
    margin-bottom: 140px;
  }

  .hamburger {
    text-align: left;
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--white);
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: fixed;
  }

  .home-section {
    height: auto;
    position: static;
    overflow: visible;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button.w--open:active {
    text-align: center;
  }

  .hero-home {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-form-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/vihrea-kannu.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-form-page {
    background-image: none;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .form, .button-submit {
    margin-top: 20px;
  }

  .text-field {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-hero {
    letter-spacing: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .fares-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fares-page {
    background-image: linear-gradient(#0000, #0000);
    flex-direction: row;
    align-items: center;
    height: auto;
    display: flex;
  }

  .start-over {
    display: none;
  }

  .arrow-up {
    padding-top: 0;
  }

  .fares-description {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 70px;
  }

  .services-section {
    display: flex;
  }

  .services-page {
    background-image: linear-gradient(#0000, #0000);
    align-items: flex-start;
    height: 100vh;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .services-paragraph {
    flex: 0 auto;
    align-self: center;
    padding: 5px;
    font-size: 16px;
    line-height: 1.5;
  }

  .code-embed {
    padding-left: 24px;
    padding-right: 24px;
  }
}


@font-face {
  font-family: 'Ticketbook W 01';
  src: url('../fonts/Ticketbook-W01-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}