@charset "UTF-8";

@font-face {
  font-family: "Bigilla";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla.otf?21f3aec823e652421fe52c1e1c3e55c9);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla.otf?21f3aec823e652421fe52c1e1c3e55c9) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla.woff2?866062b097bf32d6acdea31acb30b3bd) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bigilla-Bold";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla-Bold.otf?5ef5aa363d808b31c9126e02bccae11f);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla-Bold.otf?5ef5aa363d808b31c9126e02bccae11f) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla-Bold.woff2?e100cdf72f424dd47f311936db1fdc84) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sk-Modernist-Regular";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Regular.otf?5da9e3e4d640f9b8597aa7663921e64e);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Regular.otf?5da9e3e4d640f9b8597aa7663921e64e) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Regular.woff2?510c24cc71b7e2f6719cd2e9729e5642) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sk-Modernist-Mono";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Mono.otf?1fceae36d0012d736ca164b887d3a9d5);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Mono.otf?1fceae36d0012d736ca164b887d3a9d5) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Mono.woff2?7cc99c02ae0a5b3e69356e083fbfdf67) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sk-Modernist-Bold";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Bold.otf?071a03b66fb23ecb9fbfcba22b8338bc);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Bold.otf?071a03b66fb23ecb9fbfcba22b8338bc) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Bold.woff2?e8aa89a8bbf4924c16dd44bcb323c3c2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Sk-Modernist-Regular", sans-serif;
}

h2 {
  font-family: "Bigilla-Bold", serif;
  font-size: 3.8rem;
  line-height: 3.8rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
  h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 8.5rem;
    line-height: 8.3rem;
  }
}

@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 9.5rem;
    line-height: 9.2rem;
  }
}

@media only screen and (min-width: 2000px) {
  h2 {
    font-size: 10.5rem;
    line-height: 10.5rem;
  }
}

@media only screen and (min-width: 2400px) {
  h2 {
    font-size: 12.5rem;
    line-height: 12.5rem;
  }
}

#tour-single .title h1 {
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 30px;
  line-height: 38px;
}

@media only screen and (min-width: 992px) {
  #tour-single .title h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

#tour-single .title p {
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  #tour-single .title p {
    font-size: 22px;
  }
}

.contact-form h2.title {
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 28px;
  line-height: 28px;
  text-transform: capitalize;
}

.contact-form p {
  font-size: 14px;
  line-height: 15px;
  margin-top: 20px;
}

body {
  overflow-y: visible;
  position: relative;
  height: unset;
  background-color: #F6F6F6;
}

html,
body {
  overflow-x: hidden;
  margin: 0;
}

button.book,
button.tour {
  font-family: "Sk-Modernist-Mono", sans-serif;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  padding: 7px 22px;
}

@media only screen and (min-width: 992px) {
  button.book,
  button.tour {
    padding: 0 22px;
  }
}

button.book {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}

@media only screen and (min-width: 992px) {
  button.book {
    position: relative;
    width: auto;
  }
}

.process-wrap {
  overflow: hidden;
}

.process {
  width: 300%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-self: center;
  height: 100vh !important;
}

.process__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 100px;
}

.process__item span {
  font-size: 30px;
  display: block;
}

.empty {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.loader {
  width: 100vw;
  height: 100vh;
  margin: 0;
  background-color: #000000;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  position: fixed;
  z-index: 99999;
}

.loader div {
  width: 8vmax;
  height: 8vmax;
  border-right: 4px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: spinRight 800ms linear infinite;
          animation: spinRight 800ms linear infinite;
}

.loader div:before,
.loader div:after {
  content: "";
  width: 6vmax;
  height: 6vmax;
  display: block;
  position: absolute;
  top: calc(50% - 3vmax);
  left: calc(50% - 3vmax);
  border-left: 3px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: spinLeft 800ms linear infinite;
          animation: spinLeft 800ms linear infinite;
}

.loader div:after {
  width: 4vmax;
  height: 4vmax;
  top: calc(50% - 2vmax);
  left: calc(50% - 2vmax);
  border: 0;
  border-right: 2px solid #ffffff;
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes spinLeft {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

@keyframes spinLeft {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

@-webkit-keyframes spinRight {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes spinRight {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@font-face {
  font-family: "Bigilla";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla.otf?21f3aec823e652421fe52c1e1c3e55c9);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla.otf?21f3aec823e652421fe52c1e1c3e55c9) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla.woff2?866062b097bf32d6acdea31acb30b3bd) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bigilla-Bold";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla-Bold.otf?5ef5aa363d808b31c9126e02bccae11f);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla-Bold.otf?5ef5aa363d808b31c9126e02bccae11f) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla-Bold.woff2?e100cdf72f424dd47f311936db1fdc84) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sk-Modernist-Regular";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Regular.otf?5da9e3e4d640f9b8597aa7663921e64e);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Regular.otf?5da9e3e4d640f9b8597aa7663921e64e) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Regular.woff2?510c24cc71b7e2f6719cd2e9729e5642) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sk-Modernist-Mono";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Mono.otf?1fceae36d0012d736ca164b887d3a9d5);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Mono.otf?1fceae36d0012d736ca164b887d3a9d5) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Mono.woff2?7cc99c02ae0a5b3e69356e083fbfdf67) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sk-Modernist-Bold";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Bold.otf?071a03b66fb23ecb9fbfcba22b8338bc);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Bold.otf?071a03b66fb23ecb9fbfcba22b8338bc) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Bold.woff2?e8aa89a8bbf4924c16dd44bcb323c3c2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Sk-Modernist-Regular", sans-serif;
}

h2 {
  font-family: "Bigilla-Bold", serif;
  font-size: 3.8rem;
  line-height: 3.8rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
  h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 8.5rem;
    line-height: 8.3rem;
  }
}

@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 9.5rem;
    line-height: 9.2rem;
  }
}

@media only screen and (min-width: 2000px) {
  h2 {
    font-size: 10.5rem;
    line-height: 10.5rem;
  }
}

@media only screen and (min-width: 2400px) {
  h2 {
    font-size: 12.5rem;
    line-height: 12.5rem;
  }
}

#tour-single .title h1 {
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 30px;
  line-height: 38px;
}

@media only screen and (min-width: 992px) {
  #tour-single .title h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

#tour-single .title p {
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  #tour-single .title p {
    font-size: 22px;
  }
}

.contact-form h2.title {
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 28px;
  line-height: 28px;
  text-transform: capitalize;
}

.contact-form p {
  font-size: 14px;
  line-height: 15px;
  margin-top: 20px;
}

.sl {
  width: 100%;
  height: 100vh;
}

.sl div {
  width: 100%;
  height: 100%;
}

.sl div img {
  width: 100%;
  height: 100%;
}

nav {
  height: 55px;
  position: fixed;
  width: 100%;
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 18px;
  background-color: #F6F6F6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}

nav a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

nav a:hover {
  text-decoration: none;
  color: #000000;
}

nav .logo span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

nav .logo:hover span {
  opacity: 1;
}

nav .wrapWord:hover span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

nav .wrapWord:hover span:not(:first-child):not(:last-child) {
  opacity: 0;
}

nav .nav.desktop {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

nav .nav.desktop ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  nav .nav.desktop ul {
    width: auto;
  }
}

nav .nav.desktop ul li button {
  background-color: transparent;
  border: none;
}

nav.scroll {
  background-color: transparent;
  box-shadow: 0px 4px 18px -6px rgba(0, 0, 0, 0);
}

nav.scroll a {
  color: #ffffff;
}

nav.scroll a:hover {
  color: #ffffff;
}

nav.scroll ul button {
  color: #ffffff;
}

footer {
  font-family: "Sk-Modernist-Mono", sans-serif;
  font-size: 12px;
  line-height: 13px;
  background-color: black;
  color: white;
  position: relative;
  height: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: end;
  z-index: 999;
}

footer p {
  font-family: "Sk-Modernist-Mono", sans-serif;
  font-size: 12px;
  line-height: 13px;
  color: #f6f6f6;
}

footer p a {
  color: #f6f6f6;
  text-decoration: none;
}

footer p a:hover {
  color: #ffffff;
  text-decoration: none;
}

footer .scroll-on-top {
  position: absolute;
  top: 10px;
  right: 5%;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
}

@media only screen and (min-width: 992px) {
  footer .scroll-on-top {
    top: unset;
    bottom: 25px;
  }
}

footer .scroll-on-top img {
  width: 20px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 992px) {
  footer .scroll-on-top img {
    width: 30px;
  }
}

.hero {
  z-index: 100;
}

.hero .img-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 6s;
  transition: 6s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.hero .img-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .img-container video source {
  width: 100%;
  height: 100%;
}

.hero .title-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 1;
}

.hero .title-container .box {
  position: absolute;
  width: auto;
  left: 15px;
  bottom: 10%;
}

@media only screen and (min-width: 992px) {
  .hero .title-container .box {
    bottom: 50%;
  }
}

.hero .title-container .box .title {
  width: 100%;
  position: relative;
}

.hero .title-container .box .title h2 {
  font-family: "Sk-Modernist-Regular", sans-serif;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  text-transform: initial;
}

@media only screen and (min-width: 992px) {
  .hero .title-container .box .title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.hero .arrow,
.hero .arrow:before {
  position: absolute;
  left: 50%;
  bottom: 30px;
}

.hero .arrow {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  z-index: 2;
}

.hero .arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: arrow;
          animation-name: arrow;
}

@-webkit-keyframes arrow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
}

#tours-landing {
  padding-top: 13vh;
}

#tours-landing.scroll {
  padding-top: 35vh;
}

#tours-landing .tour-item {
  background-color: #F6F6F6;
  margin-bottom: 60px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  #tours-landing .tour-item {
    margin-bottom: 0;
  }
}

#tours-landing .tour-item h3 {
  font-size: 1.7rem;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  #tours-landing .tour-item h3 {
    font-size: 2rem;
  }
}

#tours-landing .tour-item h3 a {
  color: black;
}

#tours-landing .tour-item p {
  font-size: 1.1rem;
  line-height: 1.3rem;
}

@media only screen and (min-width: 768px) {
  #tours-landing .tour-item p {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
}

#tours-landing .tour-item p a {
  color: black;
  text-decoration: none;
}

#tours-landing .tour-item .image {
  position: relative;
  width: 100%;
  right: 0;
}

@media only screen and (min-width: 768px) {
  #tours-landing .tour-item .image {
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 1.2s;
            transition-duration: 1.2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
  }
}

#tours-landing .tour-item .image img {
  width: 100%;
  height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media only screen and (min-width: 768px) {
  #tours-landing .tour-item .image img {
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
  }
}

#tours-landing .tour-item .image img.mobile {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) {
  #tours-landing .tour-item .image.scroll {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

#tours-landing .tour-item .image.scroll img {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #tours-landing .tour-item .image.reverse {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media only screen and (min-width: 768px) {
  #tours-landing .tour-item .image.reverse.scroll {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

#tours-landing.scroll {
  position: fixed;
  top: -12px;
  width: 100%;
}

#driver-landing {
  width: 100%;
  height: calc(100vh - 55px);
  display: block;
  background-color: black;
}

#driver-landing .panel {
  width: 100%;
  height: 100%;
  padding-bottom: 35px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media only screen and (min-width: 992px) {
  #driver-landing .panel {
    display: block;
    padding-bottom: 0;
  }
}

#driver-landing .panel .content-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 992px) {
  #driver-landing .panel .content-container {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding: 4% 0 4% 2%;
    width: 98%;
    height: 100%;
  }
}

#driver-landing .panel .content-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#driver-landing .panel .content-container .content {
  width: 100%;
  margin-left: 15px;
  z-index: 1000;
  color: white;
  padding-right: 15px;
}

@media only screen and (min-width: 992px) {
  #driver-landing .panel .content-container .content {
    width: 45%;
    padding-right: 0in;
  }
}

#driver-landing .panel .content-container .content p {
  letter-spacing: -0.6px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
}

#driver-landing .panel .content-container .img-wrapper {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  #driver-landing .panel .content-container .img-wrapper {
    width: 55%;
  }
}

#driver-landing .panel .content-container .img-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#driver-landing .swiper-button-next,
#driver-landing .swiper-button-prev {
  top: unset;
  bottom: 0;
  width: 2%;
  height: 100%;
}

#driver-landing .swiper-button-next::after,
#driver-landing .swiper-button-prev::after {
  position: absolute;
  bottom: 35px;
  color: white;
}

#vehicle-landing {
  background-color: #F6F6F6;
  padding-top: 160px;
}

#vehicle-landing h4 {
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 26px;
}

#vehicle-landing .title {
  font-family: "Sk-Modernist-Mono", sans-serif;
  font-size: 12px;
}

#vehicle-landing .title a {
  color: #000;
}

#vehicle-landing .title a:hover {
  text-decoration: none;
}

#vehicle-landing .details {
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 20px;
}

#vehicle-landing .img-wrapper video {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

#vehicle-landing .img-wrapper img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#vehicle-landing .right-content p {
  font-size: 16px;
}

#vehicle-landing .right-content p.title {
  font-size: 12px;
}

#contact-landing {
  padding-top: 160px;
}

#contact-landing h2 {
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 2.94rem;
  line-height: 3.5rem;
  text-transform: none;
}

#contact-landing p,
#contact-landing a {
  font-family: "Sk-Modernist-Mono", sans-serif;
  font-size: 12px;
  line-height: 13px;
  color: #000000;
}

#contact-landing a:hover {
  text-decoration: none;
}

#contact-landing .icon a {
  color: #000000;
}

#contact-landing .icon a img {
  width: 91px;
  height: auto;
  margin-bottom: 8px;
  display: block;
}

#contact-landing .icon a img.hover {
  display: none;
}

#contact-landing .icon a:hover {
  color: #000000;
  text-decoration: none;
}

#contact-landing .icon a:hover img {
  display: none;
}

#contact-landing .icon a:hover img.hover {
  display: block;
}

.click-for-driver {
  height: calc(100vh - 55px);
}

.click-for-driver span a {
  color: #000000;
}

.click-for-driver span a:hover {
  text-decoration: none;
}

.click-for-driver.scroll {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#tour-single {
  margin-top: 55px;
  padding-bottom: 120px;
}

#tour-single .image {
  position: relative;
  width: 100%;
  right: 0;
}

@media only screen and (min-width: 768px) {
  #tour-single .image {
    padding-top: 30.25%;
    /* 16:9 Aspect Ratio */
  }
}

#tour-single .image .top-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 992px) {
  #tour-single .image .top-img {
    height: 100%;
    position: absolute;
    top: 0;
  }
}

#tour-single .content-wrapper .left {
  width: 35%;
}

@media only screen and (min-width: 992px) {
  #tour-single .content-wrapper .left {
    width: 20%;
  }
}

#tour-single .content-wrapper .right {
  width: 65%;
}

@media only screen and (min-width: 992px) {
  #tour-single .content-wrapper .right {
    width: 80%;
  }
}

#tour-single .content-wrapper .content {
  border-bottom: 1px solid grey;
}

#tour-single .content-wrapper .content:first-child {
  border-top: 1px solid grey;
}

#tours .title {
  padding-top: 120px;
}

#tours .title h1 {
  font-family: "Bigilla", sans-serif;
  font-size: 8rem;
}

#tours .tour-items-wrapper {
  padding-bottom: 80px;
}

#tours .tour-items-wrapper .tour-item p {
  font-size: 22px;
  cursor: pointer;
  border-bottom: 1px solid black;
  border-bottom: 1px solid black;
}

@media only screen and (min-width: 768px) {
  #tours .tour-items-wrapper .tour-item p {
    font-size: 26px;
  }
}

#tours .tour-items-wrapper .tour-item p a {
  color: black;
}

#tours .tour-items-wrapper .tour-item p a:hover {
  text-decoration: none;
}

#tours .tour-items-wrapper .tour-item:first-child p {
  border-top: 1px solid black;
}

#tours .image-tour {
  position: fixed;
  /* position: absolute; */
  bottom: 0;
  right: 0;
  width: 25vw;
  height: 100vh;
  z-index: 999;
}

#tours .image-tour img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@font-face {
  font-family: "Bigilla";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla.otf?21f3aec823e652421fe52c1e1c3e55c9);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla.otf?21f3aec823e652421fe52c1e1c3e55c9) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla.woff2?866062b097bf32d6acdea31acb30b3bd) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bigilla-Bold";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla-Bold.otf?5ef5aa363d808b31c9126e02bccae11f);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla-Bold.otf?5ef5aa363d808b31c9126e02bccae11f) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Bigilla-Bold.woff2?e100cdf72f424dd47f311936db1fdc84) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sk-Modernist-Regular";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Regular.otf?5da9e3e4d640f9b8597aa7663921e64e);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Regular.otf?5da9e3e4d640f9b8597aa7663921e64e) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Regular.woff2?510c24cc71b7e2f6719cd2e9729e5642) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sk-Modernist-Mono";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Mono.otf?1fceae36d0012d736ca164b887d3a9d5);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Mono.otf?1fceae36d0012d736ca164b887d3a9d5) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Mono.woff2?7cc99c02ae0a5b3e69356e083fbfdf67) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sk-Modernist-Bold";
  src: url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Bold.otf?071a03b66fb23ecb9fbfcba22b8338bc);
  src: local("\263A"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Bold.otf?071a03b66fb23ecb9fbfcba22b8338bc) format("truetype"), url(/wp-content/themes/maskitto-light/assets/fonts/Sk-Modernist-Bold.woff2?e8aa89a8bbf4924c16dd44bcb323c3c2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Sk-Modernist-Regular", sans-serif;
}

h2 {
  font-family: "Bigilla-Bold", serif;
  font-size: 3.8rem;
  line-height: 3.8rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
  h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 8.5rem;
    line-height: 8.3rem;
  }
}

@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 9.5rem;
    line-height: 9.2rem;
  }
}

@media only screen and (min-width: 2000px) {
  h2 {
    font-size: 10.5rem;
    line-height: 10.5rem;
  }
}

@media only screen and (min-width: 2400px) {
  h2 {
    font-size: 12.5rem;
    line-height: 12.5rem;
  }
}

#tour-single .title h1 {
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 30px;
  line-height: 38px;
}

@media only screen and (min-width: 992px) {
  #tour-single .title h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

#tour-single .title p {
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  #tour-single .title p {
    font-size: 22px;
  }
}

.contact-form h2.title {
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 28px;
  line-height: 28px;
  text-transform: capitalize;
}

.contact-form p {
  font-size: 14px;
  line-height: 15px;
  margin-top: 20px;
}

.contact-form {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #C8DDDD;
  padding: 5vh 3vh;
  overflow: scroll;
}

@media only screen and (min-width: 768px) {
  .contact-form {
    padding: 5vh 15vh 5vh 3vh;
    width: 50vw;
  }
}

.contact-form .screen-reader-response,
.contact-form .wpcf7-response-output {
  display: none;
}

.contact-form form {
  font-size: 14px;
}

.contact-form form .form-group {
  width: 100%;
  margin-bottom: 30px;
}

.contact-form form .form-group input,
.contact-form form .form-group textarea,
.contact-form form .form-group select {
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-top: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  height: 24px;
}

.contact-form form .form-group label {
  margin-bottom: 0;
  width: 100%;
}

.contact-form form .form-group label span {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.contact-form form .form-group label .wpcf7-not-valid-tip {
  color: red;
}

.contact-form form .submit {
  font-family: "Sk-Modernist-Mono", sans-serif;
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  padding: 0 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-form form .submit input {
  color: #ffffff;
  background-color: #000000;
  border: 0;
  padding: 2px 30px;
  font-family: "Sk-Modernist-Mono", sans-serif;
}

.contact-form.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.contact-form .form-wrapper .form-tour {
  display: -webkit-box;
  display: flex;
}

.contact-form .form-wrapper .form-transfer {
  display: none;
}

.contact-form .form-wrapper .form-transfer .title {
  display: none;
}

.contact-form .form-wrapper.radio-tour .form-tour {
  display: -webkit-box;
  display: flex;
}

.contact-form .form-wrapper.radio-tour .form-transfer {
  display: none;
}

.contact-form .form-wrapper.radio-transfer .form-tour {
  display: none;
}

.contact-form .form-wrapper.radio-transfer .form-transfer {
  display: -webkit-box;
  display: flex;
}

.contact-form .form-wrapper.tourTransfers .form-transfer,
.contact-form .form-wrapper.tourTransfers .form-tour {
  display: none;
}

.contact-form .form-wrapper.formTransfer .form-tour,
.contact-form .form-wrapper.formTransfer .form-tourTransfers {
  display: none;
}

.contact-form .form-wrapper.formTour .form-transfer,
.contact-form .form-wrapper.formTour .form-tourTransfers {
  display: none;
}

.contact-form .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.contact-form .close img {
  width: 45px;
  height: auto;
}

.contact-form .radios {
  display: -webkit-box;
  display: flex;
}

.contact-form .radios .form-check {
  margin-right: 30px;
}

.contact-form .radios .form-check input {
  cursor: pointer;
}

.contact-form .radios .form-check span {
  margin-left: 20px;
  font-size: 28px;
}

.contact-form input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  font-family: "Sk-Modernist-Regular", sans-serif;
  font-size: 20px;
  color: currentColor;
  width: 1.7em;
  height: 1.7em;
  border: 2px solid currentColor;
  border-radius: 0;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.contact-form input[type=radio]::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background-color: transparent;
}

.contact-form input[type=radio]:checked::before {
  background-color: #000000;
}

.contact-form input[type=radio]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.contact-form.transfer .title {
  display: block;
}

.contact-form.transfer .form-transfer {
  display: -webkit-box;
  display: flex;
}

