@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.travel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  @media only screen and (max-width: 600px) {
    .travel {
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      left: auto; } }

.travel__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px; }
  @media only screen and (max-device-width: 1024px) {
    .travel__container {
      display: flex;
      justify-content: center; } }

.travel__form-container {
  width: 450px; }
  @media only screen and (max-width: 600px) {
    .travel__form-container {
      width: 100%; } }

.travel-slider {
  z-index: -1 !important; }
