.page-content .e-con {
  width: 100% !important;
}
.page-content section[data-element_type=container] .e-con-inner {
  width: 100% !important;
  padding-right: var(--bs-gutter-x, 0.75rem) !important;
  padding-left: var(--bs-gutter-x, 0.75rem) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 1320px !important;
  }
}

body {
  font-family: "Open Sans", sans-serif !important;
}

body:not(.home) {
  background-color: #f5f5f5;
}

.text-yellow {
  color: #ffec00;
}

.text-white {
  color: #ffffff;
}

.bg-darkblue {
  background-color: #13171d;
}

.border-bluish-gray {
  border: 1px solid #606575;
}

a {
  text-decoration: none !important;
}

.home .main-nav {
  background-color: unset;
}

.yellow-bar {
  background-color: #ffec00;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.yellow-bar .header-yellow {
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0;
  color: #000000;
}
.yellow-bar .header-yellow-tel {
  display: inline-block;
  background-color: #000000;
  padding: 5px 0.5rem;
  border-radius: 7px;
}
.yellow-bar .phone-box {
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0;
  color: #ffffff;
}
.yellow-bar .phone-box::after {
  content: none !important;
}

.main-nav {
  background-color: #13171d;
  z-index: 1;
  position: relative;
  padding: 15px 0;
}
.main-nav li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0.5rem;
}
.main-nav .book-now {
  background-color: #ffec00;
  padding: 0.5em 1.5rem;
  border-radius: 5px;
  color: #000000;
  text-decoration: none;
}
.main-nav a::after {
  content: none !important;
}

.mymenucontainer {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .mymenucontainer {
    display: flex;
  }
}
.mymenucontainer .bar1,
.mymenucontainer .bar2,
.mymenucontainer .bar3 {
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}

.mm-menu_opened {
  z-index: 1000000000000000000000;
}

.book-now {
  background-color: #ffec00;
  padding: 0.5em 1.5rem;
  border-radius: 5px;
  color: #000000;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.book-now a::after {
  content: none !important;
}
@media (max-width: 575.98px) {
  .book-now {
    display: none;
  }
}

#site-footer {
  background-color: #13171d;
}
#site-footer .footer-header {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffec00;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  #site-footer .footer-header {
    font-size: 14px;
  }
}
#site-footer .footer-link {
  font-size: 16px;
  line-height: 19.5px;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  #site-footer .footer-link {
    font-size: 14px;
  }
}
#site-footer .footer-rights-end {
  display: flex;
  align-items: center;
  gap: 0.5em;
  text-align: center;
}
@media (max-width: 768px) {
  #site-footer .footer-rights-end {
    display: block;
    margin: auto;
  }
}
@media (max-width: 375px) {
  #site-footer .footer-rights-end .hide-under-300 {
    display: none !important;
  }
}
#site-footer .footer-rights {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  #site-footer .footer-rights {
    font-size: 12px;
    text-align: center;
  }
}
#site-footer .footer-rights-end a {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  #site-footer .footer-rights-end a {
    font-size: 13px;
    text-align: center;
    width: 100%;
  }
}

.custom-header,
.main-nav,
.ea-container {
  width: 100%;
}

a {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block !important;
  width: -moz-fit-content;
  width: fit-content;
}

a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}

a:hover::after,
a:focus::after {
  width: 100%;
}

.flatpickr-current-month {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.flatpickr-monthDropdown-months,
.numInputWrapper {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-top: 0.5em !important;
}

.mm-listitem a::after {
  content: none !important;
}

.wpcf7 .wpcf7-submit:disabled {
  pointer-events: none;
  opacity: 0.65;
}

[type=submit]:focus,
[type=submit]:hover {
  background-color: #ffec00 !important;
  color: #000000 !important;
}

.page-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6,
.page-header p,
.page-header span {
  padding: 1em 0;
  width: 100% !important;
  text-align: center;
}
@media (max-width: 768px) {
  .page-header h1,
  .page-header h2,
  .page-header h3,
  .page-header h4,
  .page-header h5,
  .page-header h6,
  .page-header p,
  .page-header span {
    padding: 0.5em 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0 !important;
}

.header {
  font-size: 48px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  color: #ffec00 !important;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header p,
.header span {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}

.subheader {
  font-size: 40px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  color: #fff034 !important;
}
.subheader h1,
.subheader h2,
.subheader h3,
.subheader h4,
.subheader h5,
.subheader h6,
.subheader p,
.subheader span {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}

.subheader-light {
  font-size: 20px !important;
  font-weight: 200 !important;
  letter-spacing: 0.2em !important;
  color: #000000 !important;
  margin-bottom: -15px !important;
}
.subheader-light h1,
.subheader-light h2,
.subheader-light h3,
.subheader-light h4,
.subheader-light h5,
.subheader-light h6,
.subheader-light p,
.subheader-light span {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}

.content-par {
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
  color: #ffffff !important;
}
.content-par p,
.content-par span {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}

.online-reservation {
  margin-top: -80px !important;
  padding: 3em 0;
}
.online-reservation .content-par {
  color: #ffffff;
}
.online-reservation .homepage-form {
  background-color: rgba(0, 0, 0, 0.568627451) !important;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.568627451);
  color: #000;
}
.online-reservation .homepage-form .form-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.online-reservation .homepage-form .form-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.online-reservation .homepage-form .form-row label {
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.online-reservation .homepage-form .full-row {
  grid-column: 1/-1;
}
.online-reservation .homepage-form .extra-services label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
.online-reservation .homepage-form input[type=text] {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 15px;
  color: #ffffff !important;
  background-color: transparent !important;
  font-weight: 400;
}
.online-reservation .homepage-form input[type=text]::-moz-placeholder {
  color: #ffffff !important;
}
.online-reservation .homepage-form input[type=text]::placeholder {
  color: #ffffff !important;
}
.online-reservation .homepage-form input[readonly] {
  background-color: transparent !important;
}
.online-reservation .homepage-form input[type=checkbox] {
  transform: scale(1.2);
  margin-right: 8px;
}
.online-reservation .homepage-form .form-note {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  margin-top: 20px;
  text-align: left;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.online-reservation .homepage-form .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.online-reservation .homepage-form .button-wrapper button[type=submit] {
  padding: 15px 25px;
  font-size: 18px;
  background-color: #fff034;
  color: #000000;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
@media (max-width: 600px) {
  .online-reservation .homepage-form .form-inner {
    grid-template-columns: 1fr;
  }
  .online-reservation .homepage-form .form-note {
    white-space: normal;
    text-align: left;
  }
}

.read-more a {
  background-color: transparent !important;
  text-decoration: underline !important;
  color: #ffffff;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0;
}

.dark-gray-section {
  background-color: #13171d;
  padding: 3em 0;
}

.advantages {
  padding: 3em 0;
}
.advantages .advantages-pad {
  padding: 0;
}
.advantages .header h2 {
  color: #000000 !important;
}
.advantages .advantages-box {
  margin-top: 2em;
  border-radius: 5px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
}
.advantages .content-par p {
  font-size: 20px !important;
  color: #000000 !important;
}
@media (max-width: 767px) {
  .advantages .content-par p {
    font-size: 16px !important;
  }
}

.parking-grid {
  padding: 0 !important;
}
.parking-grid .e-child {
  padding: 0 !important;
}
.parking-grid .subheader h2 {
  font-weight: 500 !important;
  color: #ffec00 !important;
}
.parking-grid .subheader-light p {
  font-size: 16px !important;
  color: #ffffff !important;
}
.parking-grid .content-par p {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .parking-grid {
    padding: 0 !important;
  }
}

.shuttle-service {
  padding: 3em 0;
}
.shuttle-service .header h2 {
  color: #000000 !important;
}
.shuttle-service .content-par p {
  color: #000000 !important;
}
.shuttle-service .border-button a {
  border-radius: 9px !important;
  background-color: #ffec00;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 0.6em 1.2em;
  text-align: center;
}
.shuttle-service .border-button #without-border::after {
  content: none !important;
  display: none !important;
}

.dark-gray-section.experience .subheader-light p {
  color: #ffec00 !important;
}
.dark-gray-section.experience .header {
  margin-bottom: 0.5em !important;
}
.dark-gray-section.experience .header h2 {
  color: #ffffff !important;
}
.dark-gray-section .experience-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dark-gray-section .experience-steps li {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.dark-gray-section .step-number {
  font-size: 35px;
  font-weight: 500;
  color: #ffec00;
}
.dark-gray-section .step-title {
  font-weight: 700;
  font-size: 23px;
  display: block;
  color: #ffec00;
}
@media (max-width: 767px) {
  .dark-gray-section .step-title {
    font-size: 20px !important;
  }
}
.dark-gray-section .step-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.car-image {
  padding: 0 !important;
}
.car-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #13171d;
  opacity: 0.74;
  pointer-events: none;
  z-index: 1;
}

.last-section {
  padding: 3em 0;
}
.last-section h3 {
  color: #21283f !important;
  font-size: 20px;
  font-weight: 600 !important;
  letter-spacing: 0;
}
.last-section p {
  color: #606575 !important;
  font-size: 14px;
  font-weight: 500 !important;
  letter-spacing: 0;
}

.about {
  padding: 3em 0;
}
.about .centered {
  display: flex;
  justify-content: center;
}
.about .subheader-light p {
  font-size: 16px;
}
.about .subheader h2 {
  color: #000000 !important;
}
.about .content-par {
  color: #000000 !important;
}
.about .border-button a {
  border-radius: 9px !important;
  background-color: #ffec00;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 0.6em 1.2em;
  text-align: center;
}
.about .border-button #without-border::after {
  content: none !important;
  display: none !important;
}

.contact-page {
  padding: 3em 0;
}
@media (max-width: 768px) {
  .contact-page {
    padding: 1em 0;
  }
}
.contact-page .subheader h2 {
  color: #000000 !important;
}
.contact-page .content-par p {
  color: #000000 !important;
}
.contact-page .content-par li {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 0.6em 0;
  text-align: center;
}
.contact-page .content-par li a {
  display: inline-flex !important;
  color: #000000 !important;
}
.contact-page .content-par li i {
  color: #13171d;
}
.contact-page .contact-info {
  padding: 2em;
  margin-bottom: 2em;
  background-color: #ffffff;
}
.contact-page .contact-info input[type=text],
.contact-page .contact-info input[type=email],
.contact-page .contact-info select {
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 1em;
  color: #21283f;
  border: none;
  border-bottom: 1px solid #21283f;
  border-radius: 0;
}
.contact-page .contact-info textarea {
  border: none;
  margin-top: 1em;
  background-color: #f1f1f2;
}
.contact-page .contact-info h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  color: #21283f;
}
.contact-page .contact-info label {
  font-weight: 400;
  font-size: 14px;
  color: #21283f;
  margin-top: 2em;
}
.contact-page .gdpr span {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #21283f;
}
.contact-page .gdpr span a {
  color: #21283f;
}
.contact-page input.wpcf7-submit {
  background-color: #ffec00;
  color: #000000;
  border: none;
  padding: 10px 20px;
  width: 100%;
}
.contact-page input.wpcf7-submithover {
  background-color: #ffec00;
}

.contact-map {
  padding: 0 !important;
}

.thank-you-wrapper {
  padding: 2em 0;
}
.thank-you-wrapper h2 {
  font-size: 30px;
  color: #13171d;
}
.thank-you-wrapper h4 {
  font-size: 24px;
  color: #13171d;
}
.thank-you-wrapper p {
  font-size: 20px;
  color: #13171d;
}
.thank-you-wrapper a {
  color: #13171d;
}

.price {
  font-style: italic;
}
.price .table-custom {
  background-color: #376092;
  color: #ffec00;
}

@media (max-width: 768px) {
  .elementor-spacer {
    height: 0 !important;
  }
  .header {
    font-size: 28px !important;
  }
  .subheader {
    font-size: 24px !important;
  }
  .subheader-light {
    font-size: 16px !important;
    letter-spacing: 0.1em !important;
  }
  .content-par {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  .last-section h3 {
    font-size: 18px !important;
  }
  .last-section p {
    font-size: 13px !important;
  }
  .read-more a {
    font-size: 14px !important;
  }
}
.reservation .e-con-inner {
  display: flex !important;
}
.reservation .left-box {
  flex: 0 0 70%;
  max-width: 70%;
}
.reservation .right-box {
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 1024px) {
  .reservation .left-box,
  .reservation .right-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .reservation {
    justify-content: center !important;
    align-items: center;
  }
  .reservation .e-con-inner {
    display: block !important;
  }
  .reservation .left-box,
  .reservation .right-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-card {
  padding: 2em;
  margin-bottom: 2em;
  background-color: #ffffff;
}
.form-card input[type=text],
.form-card input[type=email],
.form-card select {
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #21283f;
  border: none;
  border-bottom: 1px solid #21283f;
  border-radius: 0;
  padding: 0.5rem 0;
  height: 40px;
}
.form-card input[type=text]:focus,
.form-card input[type=email]:focus,
.form-card select:focus {
  outline: none !important;
}
.form-card textarea {
  border: none;
  margin-top: 2em;
  background-color: #f1f1f2;
}
.form-card h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  color: #21283f;
}
.form-card label {
  font-weight: 400;
  font-size: 14px;
  color: #21283f;
  margin-top: 2em;
}
.form-card .checkboxes-label {
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-end;
}

.gdpr span {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #21283f;
}
.gdpr span a {
  color: #21283f;
}

input.wpcf7-submit {
  background-color: #ffec00;
  color: #000000;
  border: none;
  padding: 10px 20px;
  width: 100%;
}
input.wpcf7-submithover {
  background-color: #ffec00;
}

.cost .parking-cost,
.cost .parking-info {
  border: 2px solid #21283f;
  border-radius: 6px;
  padding: 1em;
  width: 100%;
  color: #21283f;
}
.cost a {
  color: #21283f;
}
.cost h3,
.cost h4 {
  font-size: 22px;
  line-height: 23px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.cost .input_text_price {
  all: unset;
  font-size: 26px;
  font-weight: bold;
}

.wpcf7-spinner {
  display: none;
}

.bottom-ref p {
  color: #21283f;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  line-height: 21px;
}

.payment-option .wpcf7-list-item {
  display: block;
  margin-bottom: 1rem;
}

.payment-option label {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 20px;
  cursor: pointer;
  background-color: #e0e0e0;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #000;
}

.payment-option label:hover {
  border-color: #333;
}

.payment-option input[type=radio] {
  margin-right: 15px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}/*# sourceMappingURL=a4skgpark.css.map */