:root {
  --textColor: white;
}

@font-face {
  font-family: "Compacta-BT-Roman";
  src: url("../fonts/Compacta-BT-Roman.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Amalfi Coast";
  src: url("../fonts/Amalfi Coast.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-VariableFont_wght.ttf");
  font-display: swap;
}

::selection {
  background-color: gold; /* Change the background color */
  color: #000; /* Change the text color */
}

.highlightHeader {
  background-color: gold;
  color: black;
  font-weight: 300;
  padding: 5px;
  font-size: 25px;
}

#form-message {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}

* {
  margin: 0 auto;
  font-family: "Rubik", sans-serif;
}
body {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background: black;
  color: var(--textColor);
}

button {
  background-color: gold;
  color: black;
}
button:hover {
  transform: scale(1.02);
}

hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: var(--textColor);
}

input,
textarea {
}
img {
  border: 0;
}
input[type="submit"]:hover {
  cursor: pointer;
}
article,
aside {
  display: block;
}
.sto {
  width: 100%;
  position: relative;
  float: left;
}
.pade {
  width: 50%;
}
strong {
  font-weight: 700;
}
p {
  text-align: left;
  margin: 15px 0;
  font-size: 14px;
  font-weight: 400;
  float: left;
  width: 100%;
}
p a {
  color: #ee4161;
}
ul {
  list-style: none;
  text-align: left;
  padding: 0;
}
ol {
  margin-bottom: 15px;
}
article ol li {
  padding-left: 15px;
}
article li {
  padding-left: 30px;
  text-align: left;
  font-size: 17px;
  color: #595959;
}
.flleft {
  float: left;
}
.flright {
  float: right;
}
h1,
h2,
h3 {
  text-align: center;
  width: 100%;
  float: left;
}

h1 {
  font-size: 35px;
  font-weight: 300;
  color: var(--textColor);
  margin: 20px 0;
}
h2 {
  font-size: 32px;
  font-weight: 300;
  color: var(--textColor);
  margin: 30px 0;
  text-align: center;
}
h3 {
  font-size: 23px;
  font-weight: 300;
  color: var(--textColor);
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  width: auto;
}
h4 {
  text-align: left;
}

.container {
  width: 96%;
  float: left;
  margin-left: 2%;
}

.wait {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.cta {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.cta:hover {
  text-decoration: underline;
  cursor: pointer;
}

.ctaanim {
  height: 100%;
  background: linear-gradient(270deg, #d50f5a, #fa7736, #d50f5a);
  background-size: 600% 600%;
  -webkit-animation: ctaanim 12s ease-in-out infinite;
  -o-animation: ctaanim 12s ease-in-out infinite;
  animation: ctaanim 12s ease-in-out infinite;
}
.ctaanim:disabled {
  background: gray;
  cursor: default;
}
.ctaanim:disabled:hover {
  text-decoration: none;
}

@-webkit-keyframes ctaanim {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-o-keyframes ctaanim {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes ctaanim {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}

header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: black;
}
.logotext {
  margin: unset;
  cursor: pointer;
  flex-direction: column;
  padding-inline-start: 5px;
}
header .logotext p {
  margin: unset;
}
header .logotext .raego {
  font-size: 45px;
  color: var(--textColor);
  font-family: "Compacta-BT-Roman";
  text-align: center;
}
header .logotext .secondRow {
  font-size: 6px;
  color: var(--textColor);
  font-family: "Amalfi Coast";
  text-align: center;
}

header .facebook {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/facebook.png") center center no-repeat;
}
header .facebook.trip {
  background: url("../images/tripadvisor_ico.png") center center no-repeat;
}
header .facebook.insta {
  background: url("../images/insta_ico.png") center center no-repeat;
}
header .facebook:hover {
  background-color: #e4b628;
}

nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
nav a.active {
  color: #e4b628;
}
nav a:hover {
  color: #e4b628;
}

#hero {
  height: calc(100vh - 85px);
  height: auto;
  width: 100%;
  position: relative;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

#videoInner {
  display: inline-block;
  position: relative;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

.heroPreview {
  position: relative;
  z-index: -1; /* Make sure the video stays behind other content */
  width: 1920px;
}
.heroVideo {
  position: relative;
  z-index: 1; /* Make sure the video stays behind other content */
  width: fit-content;
  height: auto;
  cursor: pointer;
  max-width: 100%;
}
.heroVideo video {
  width: fit-content;
  height: auto;
  max-width: 100%;
}

#blocker {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.audioWrap {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
}
.audio {
  background-color: rgba(219, 219, 219, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  border-radius: 50%;
  cursor: pointer;
}
#audioMuted,
#audioUnmuted {
  display: none;
}

.visible {
  display: flex !important;
}

#countdownMain {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
}

.countdown {
  display: flex;
  border: 1px solid var(--textColor);
  border-radius: 10px;
  padding: 16px;
  margin: unset;
  font-size: 22px;
  justify-content: space-between;
  max-width: 800px;
}

#countdownMain .headerCountdown {
  font-size: 31px;
  font-weight: 300;
  padding: 16px 16px 16px 0;
  margin: unset;
}

.countdown .countdownSpacer {
  margin: unset;
  padding-right: 40px;
  border-right: 1px solid white;
}
.countdown .countdownSpacer:last-of-type {
  border-right: unset;
}

.countdown .countdownSpacer .timer {
  color: var(--textColor);
  font-size: 30px;
  margin: 0 5px; /* Adjust margin for spacing */
}

.countdown .countdownSpacer .text {
  margin: unset;
  color: var(--textColor);
  font-size: 0.8rem; /* Adjust font size as needed */
  margin-top: 5px; /* Add space between timer and text */
}

.reserveTicketButton {
  position: relative;
  bottom: 78px;
  width: 70%;
  z-index: 3;
}

.reserveTicketButton button {
  text-transform: uppercase;
  font-size: 20px;

  font-weight: 500;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 8px;
}

.reserveTicketBtn {
  text-transform: uppercase;
  font-size: 20px;
  color: black;
  font-weight: 500;
  border: none;
  padding: 20px 16px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
  text-decoration: none;
  background-color: #daa520;
}

.reserveTicketBtn:disabled {
  background: gray;
  cursor: no-drop;
}

.subscribeInput {
  border: 2px solid black;
  border-radius: 5px;
  flex: 1;
  width: 100%;
  padding: 0 20px;
  font-size: 17px;
  color: #0a172d;
  font-weight: 500;
  line-height: 70px;
  box-sizing: border-box;
}

.contentMain {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
}

.playToggle {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  height: 72px;
  width: 72px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 3;
}

#vstupenky,
#logoContent,
#kontakt,
#cesta,
#countdownMain,
#harmonogram,
#soutez {
  margin: unset;
  position: relative;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}

#logoContent div {
  margin: unset;
}

#logoContent h2 {
  margin: unset;
}

#logoContent .raegologo {
  margin-bottom: 20px;
  width: 80vw;
  max-width: 400px;
}

#vstupenky {
  margin-bottom: 100px;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
}

#cesta {
  margin-top: 27px;
}

#cesta .roadText {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#cesta .roadText p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.raegoImg {
  display: none;
}

.contentLeft {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.mainhp {
  width: 100%;
  padding: 125px 0;
  position: relative;
}

.hp_form {
  width: 100%;
  position: relative;
  display: inline-block;
}
.newsletterWrap {
  display: flex;
  flex-direction: column;
  margin: unset;
}
.newsletterWrap .inputwrap {
  flex: 1;
  margin-right: 20px;
}
.inputwrap input {
  float: left;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  border: 0;
  font-size: 17px;
  color: #0a172d;
  font-weight: 500;
}
.inputwrap input::-webkit-input-placeholder {
  color: #0a172d;
  font-weight: 500;
}
.inputwrap input::-moz-placeholder {
  color: #0a172d;
  font-weight: 500;
}
.inputwrap input:-ms-input-placeholder {
  color: #0a172d;
  font-weight: 500;
}
.inputwrap input:-moz-placeholder {
  color: #0a172d;
  font-weight: 500;
}

.inputError {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 13px;
  color: white;
  margin-top: -15px;
  margin-bottom: 15px;
  padding: 6px 10px 6px 30px;
  position: relative;
}
.inputError:before {
  content: "";
  width: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  background: url("../images/warning_icon.png") center center no-repeat;
}

footer {
  display: flex;
  flex-direction: column;
  background: black;
  padding: 30px 10%;
  border-top: 1px solid gold;
}
footer div {
  margin: unset;
}
footer .primary {
  display: flex;
  flex-direction: column;
}

footer .primary div {
  display: flex;
  flex-direction: column;
  margin-left: unset;
}

footer .primary h4 {
  font-size: 27px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin: 10px 0;
}
footer .primary .primaryRow {
  margin: unset;
  flex: 1;
  text-align: left;
  margin-bottom: 20px;
}
footer .primary .tel {
  margin-left: 0;
  background: url("../images/icon/phone.svg") left top no-repeat;
  padding: 3px 0 10px 48px;
  text-decoration: none;
  color: var(--textColor);
  min-height: 52px;
}
footer .primary .mail {
  margin-left: 0;
  background: url("../images/icon/mail.svg") left top no-repeat;
  padding: 3px 0 10px 48px;
  text-decoration: none;
  color: var(--textColor);
  min-height: 52px;
}
footer .primary .mail span {
  color: #5a638e;
  font-size: 12px;
  font-weight: 400;
  margin-left: 0;
}

footer .footerLine {
  color: #5a638e;
}
footer .footerLine a {
  color: #5a638e;
}
footer .footerSocials {
  margin-top: 45px;
  margin-bottom: 20px;
  display: flex;
}

footer .footerSocials a {
  margin: unset;
}

.topbtn {
  display: none;
  opacity: 0;
  width: 110px;
  height: 75px;
  padding-top: 35px;
  position: fixed;
  text-decoration: none;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.topbtn strong {
  font-size: 17px;
  font-weight: 500;
  margin-top: 50px;
}
.topbtn:hover {
  text-decoration: underline;
}

.plantripbackground {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: fixed;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  -webkit-filter: blur(12px) grayscale(40%);
  filter: blur(12px) grayscale(40%);
}
.plantripbackground2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(6, 11, 30, 0.65);
}

.mainhp_podstranka {
  position: relative;
}
.mainhp_podstranka:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(6, 11, 30, 0.75);
}

.animtransition {
  -moz-transition: all 1500ms ease-out;
  -webkit-transition: all 1500ms ease-out;
  -o-transition: all 1500ms ease-out;
  transition: all 1500ms ease-out;
}

.animation-element .slide-right1 {
  width: 0;
}
.animation-element.in-view .slide-right1 {
  width: 40%;
}
.animation-element .slide-right2 {
  width: 0;
}
.animation-element.in-view .slide-right2 {
  width: 60%;
}
.animation-element .slide-right3 {
  width: 0;
}
.animation-element.in-view .slide-right3 {
  width: 70%;
}

.podstranka {
  float: left;
  width: 100%;
  position: relative;
}
.podstranka p {
  color: #fff;
}

.cookiesPolicy {
  float: left;
  width: 100%;
  position: relative;
}
.cookiesPolicy p {
  color: #000000;
}
.cookiesPolicy h1 {
  color: #000000;
}
.cookiesPolicy h3 {
  color: #000000;
  text-align: left;
}
.cookiesPolicy .manageHandle {
  cursor: pointer;
  margin-bottom: 15px;
  text-indent: 40px;
}
.cookiesPolicy .manageHandle:hover {
  text-decoration: underline;
}

.h2_plan {
  text-align: center;
  float: left;
  display: none;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
  margin: 60px 0;
}
.h2_plan span {
  font-weight: 500;
  color: #e4b628;
  font-size: 50px;
}

.plantrip {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}
.plantrip.full:before {
  content: none;
}

.plantrip_left {
  float: left;
  width: 100%;
}
.plantrip_right {
  float: right;
  width: 100%;
  margin-top: 120px;
}
.plantrip_right_mobile {
  display: none;
}
.plantrip_left_mobile {
  margin-top: 120px;
}
.planbuttonwrap_mobile.iti {
  display: none;
}

.plantrip h3 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 23px;
  margin: 0;
  font-weight: 400;
  padding: 5px 0 5px 40px;
  background-position: left center;
  background-repeat: no-repeat;
}
.plantrip h3.yellow {
  background-image: url("../images/h3_plan_yellow.png");
}
.plantrip h3.yellow span {
  color: #e4b628;
}
.plantrip h3.red {
  background-image: url("../images/h3_plan_red.png");
}
.plantrip h3.red span {
  color: #f43a50;
}

.plantrip h3.h3_pc {
  display: none;
}
.plantrip h3.h3_mobile {
  display: block;
}

.destinacewrap {
  float: left;
  width: 100%;
}
.destinacitem {
  float: left;
  width: 100%;
  margin: 25px 0;
  position: relative;
}
.destinacitem.recommended:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: url("../images/recommended.png") center center no-repeat;
}
.destinacitem .photo {
  height: 250px;
  float: left;
  width: 100%;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.destinaceitem_bottom {
  float: left;
  width: 100%;
  height: auto;
  background: #4d5372;
  position: relative;
}
.destinaceitem_bottom .left {
  float: left;
  width: 96%;
  padding: 10px 0 0 20px;
  padding-bottom: 10px;
}
.destinaceitem_bottom .right {
  float: right;
  background: #333958;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-bottom: 16px;
}

.destinaceitem_bottom .name {
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  margin: 5px 0;
  float: left;
  width: 100%;
}
.destinaceitem_bottom p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 20px;
}
.destinaceitem_bottom p a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 20px;
  text-decoration: underline;
}

.switch {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 20px;
  width: 150px;
  height: 40px;
  z-index: 2;
  margin-top: 16px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1f2440;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:after {
  content: "add stop";
  color: #e2e4f1;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 12px;
  margin-left: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #e4b628;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(110px);
  -ms-transform: translateX(110px);
  transform: translateX(110px);
}
.switch input:checked + .slider:after {
  content: "delete";
  color: #0c1022;
  margin-left: -20px;
}

.rozbalenypopis {
  float: left;
  width: 100%;
  background: #1f2440;
  padding: 5px 20px 5px 20px;
}
.rozbalenypopis p {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}

.minutes {
  display: inline-block;
  width: 140px;
  overflow: hidden;
  height: 0;
  margin-left: 10px;
  padding: 0;
}
.minutes.show {
  height: 25px;
  padding: 15px 0 5px;
  margin-bottom: -10px;
  margin-top: 10px;
}

.minutes button {
  width: 23px;
  height: 23px;
  float: left;
  border: 0;
  cursor: pointer;
  outline: none;
}
.minutes .min_minus,
.people .people_minus {
  background: url("../images/min_minus.png") center center no-repeat;
}
.people .people_minus:disabled {
  background: url("../images/min_minus_disabled.png") center center no-repeat;
}
.minutes .min_plus,
.people .people_plus {
  background: url("../images/min_plus.png") center center no-repeat;
}
.minutes input {
  float: left;
  background: none;
  border: 0;
  width: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 23px;
  line-height: 23px;
}
.minutes span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  float: left;
  height: 23px;
  line-height: 23px;
  margin-left: 10px;
}

.summary_wrap {
  float: left;
  width: 100%;
  margin: 25px 0; /*box-shadow: 0px 0px 6px 6px rgba(6, 8, 18, 0.15);*/
}
.fromplaceto {
  float: left;
  width: 100%;
}
.fromplaceto.from {
}
.fromplaceto.to {
}
.nadpisabsolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #e4b628;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 15px;
}
.fromplaceto .mainimg {
  width: 100%;
  height: 130px;
  float: left;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.fromplaceto .mainimg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.fromplaceto .mainimg strong {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  margin: 50px 0 5px 0;
}
.fromplaceto .mainimg span {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.prujezdnemisto {
  float: left;
  width: 100%;
  background: #4d5372;
  border-bottom: 1px solid #333958;
}
.prujezdnemisto:last-child {
  border: 0;
}
.prujezdnemisto p {
  float: left;
  margin: 0;
  width: calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  padding: 15px 0 15px 35px;
  background: url("../images/point.png") 10px center no-repeat;
}
.prujezdnemisto span {
  float: left;
  width: 90px;
  line-height: 47px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #3c4364;
}
//.prujezdnemisto span:nth-child(3){background-color: #3c4364;}
.departureinfo {
  float: left;
  width: 100%;
  position: relative;
  background: #333958;
  padding-top: 30px;
}
.date-and-time {
  float: left;
  width: 100%;
  padding: 20px 20px;
}
.date-and-time input {
  color: #0b1019;
  border: 0;
  float: left;
  height: 45px;
  padding: 0 5px 0 40px;
  color: #0b1019;
  font-size: 15px;
  font-weight: 500;
}
.date-and-time .date {
  width: 100%;
  background: #e2e4f1 url("../images/date-and-time_date.png") 15px center
    no-repeat;
}
.date-and-time .time {
  width: 100%;
  float: right;
  background: #e2e4f1 url("../images/date-and-time_time.png") 15px center
    no-repeat;
  margin-top: 8px;
}
.date-and-time p {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0 0;
}
.date-and-time p strong {
  font-weight: 400;
  font-size: 19px;
  margin-left: 10px;
}

.planbuttonwrap {
  float: left;
  width: 100%;
  padding: 20px 20px;
}
.planbuttonwrap button {
  float: left;
  width: 100%;
  border: 0;
  padding: 22px 10px;
  position: relative;
  overflow: hidden;
}
.planbuttonwrap button:hover {
  text-decoration: none;
}
.planbuttonwrap button:disabled {
  text-indent: 0px;
  background: gray;
  cursor: default;
}

.planbuttonwrap_pc {
  display: none;
}
.planbuttonwrap_mobile {
  display: block;
}

.continuebutton {
  float: left;
  width: 100%;
  padding: 22px 20px;
  text-align: center;
}

.tripsum {
  line-height: 22px;
}
.tripsum span {
  font-weight: 500;
  color: #e4b628;
}

.price-inherit {
  background: none;
  color: #fff;
  border: none;
  padding: 0px 15px;
  font-size: 14px;
  cursor: default;
}
.button-inherit {
  background: none;
  color: #fff;
  border: none;
  padding: 9px 15px;
  font-size: 14px;
  border: 1px solid #fff;
  cursor: pointer;
}
.button-inherit:hover {
  background: rgba(255, 255, 255, 0.2);
}

.people_car {
  float: left;
  width: 100%;
}
.people_car .people {
  float: left;
  width: 100%;
  background: #4d5372;
  padding: 30px 10px 31px;
  text-align: center;
}
.people_car .minutes.people_input {
  height: auto;
  width: auto;
}
.minutes.people_input input {
  text-align: right;
  font-size: 25px;
  width: 40px;
}
.minutes.people_input span.xko {
  float: left;
  height: 23px;
  color: #fff;
  vertical-align: bottom;
  margin: 0;
  line-height: 30px;
  margin-left: 5px;
}
.minutes.people_input span.ico {
  float: left;
  width: 40px;
  height: 23px;
  background: url("../images/traveller.png") center center no-repeat;
  margin: 0;
  margin-right: 10px;
}
.people_car .car {
  float: left;
  width: 100%;
  background: #3c4364;
  text-align: center;
  height: 90px;
  position: relative;
}
.people_car .car img {
  display: inline-block;
  margin-top: 10px;
}
.people_car .car input {
  height: 0;
  width: 0;
  opacity: 0;
}
.people_car .car label {
  cursor: pointer;
  margin-left: 15px;
  float: left;
}
.people_car .car label div {
  width: 18px;
  height: 18px;
  background: #e2e4f1 url("../images/checked.png") -20px 50% no-repeat;
  float: left;
}
.people_car .car label span {
  color: #e2e4f1;
  font-size: 13px;
  font-weight: 400;
  float: left;
  margin: 2px 0 0 10px;
}
.bettercar input:checked + label div {
  background: #e4b628 url("../images/checked.png") 50% 50% no-repeat;
}
.tooltip {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 20px;
  width: 20px;
  background: url("../images/tooltip.png") center center no-repeat;
}

#casprijezdu {
  white-space: nowrap;
}

.konfigurator {
  float: left;
  width: 100%;
  padding: 20px 35px;
  text-align: left;
}
.konfigurator.active {
  padding: 30px 35px;
  background: #e2e4f1 !important;
}
.konfigurator.prvni {
  background: #cfd1e3;
  margin-top: 25px;
}
.konfigurator.druhy {
  background: #c3c6da;
}
.konfigurator.treti {
  background: #cfd1e3;
}

.konfigurator .nadpis {
  font-size: 18px;
  font-weight: 500;
  color: #0b1019;
  float: left;
  width: 100%;
}
.konfigurator .nadpis a {
  float: right;
  font-weight: 400;
  font-size: 15px;
  text-decoration: underline;
  color: #0b1019;
}
.konfigurator.active .nadpis {
  font-size: 23px;
  margin-bottom: 15px;
}

.addmore.addmorezavazadlo {
  width: 100%;
}
.addmore.addmorezavazadlo.minus {
  background: url("../images/addmore_less.png") left center no-repeat;
}

.konfigurator.druhy input {
  padding-left: 20px;
  padding-right: 20px;
}
.konfigurator.druhy .wrap {
  width: 100%;
  float: left;
}
.konfigurator.druhy .wrap:nth-child(even) {
  margin-left: 25px;
}

.passenger-counter {
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  float: left;
  margin-top: 17px;
  margin-bottom: 10px;
  color: #6d7394;
}
.passenger-counter a {
  text-align: right;
  float: right;
  color: #6d7394;
  font-weight: 400;
  font-size: 14px;
}

.stop-animation {
  opacity: 0.75;
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  background-color: #0b1019;
  text-align: justify;
  color: #e2e4f1;
  font-size: 13px;
  position: absolute;
  padding: 13px;
  line-height: 18px;
  bottom: 28px;
  left: -250px;
  min-width: 250px;
  opacity: 0;
  border: 1px solid #111111;
  z-index: 99999;
  visibility: hidden;
}
.payment-icon-cash {
  width: 80px;
  height: 60px;
  float: left;
  background-image: URL("../images/paymentCash.png");
}
.payment-icon-paypal {
  width: 80px;
  height: 60px;
  float: left;
  background-image: URL("../images/paymentPaypal.png");
}
.payment-icon-sumup {
  width: 80px;
  height: 60px;
  float: left;
  background-image: URL("../images/paymentSumup.png");
  background-size: cover;
  background-position-y: center;
}

.payment-method {
  width: 100%;
  padding: 15px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: #f2f4ff;
}
.payment-method .text {
  float: left;
  padding-top: 10px;
  margin-left: 25px;
  text-align: left;
  width: calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
}
.payment-method .nazev {
  font-weight: 500;
  color: #0b1019;
  font-size: 18px;
}
.payment-method .popis {
  font-weight: 400;
  color: #4d5372;
  font-size: 13px;
  line-height: 13px;
}
.payment-method-active {
  background: #fff URL("../images/check.png") center right 15px no-repeat;
}

.sk-cube-grid {
  position: fixed;
  z-index: 999;
  height: 4em;
  width: 4em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
.sk-cube-grid:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 35, 63, 0.65);
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #e4b628;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.departureClose {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  float: left;
  background: white;
  border-top: 5px solid #e4b628;
  margin: 60px 0 20px 0;
  display: none;
}

.plan_comp {
  width: 100%;
  height: 400px;
  background: #fff;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 250px;
  box-sizing: border-box;
  padding: 20px;
}

.request_ride {
  width: 100%;
  float: none;
  display: inline-block;
}
.pade_bezpadd input {
  padding-left: 20px;
}

.landing_usp {
  background: none;
  padding: 0;
  margin-top: 0;
}
.landing_usp .item {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.landing_usp .item img {
  display: inline-block;
}
.landing_usp .item p {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
}
.landing_usp .item p strong {
  font-weight: 500;
  font-size: 26px;
  color: #fff;
}
.landing_usp .item p span {
  font-size: 22px;
  text-transform: none;
}

.partnersWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.soutez ol {
  text-align: left;
}

.soutez ol li {
  margin-bottom: 10px;
}

#harmonogram .harmonogram p {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: white;
  font-size: 18px;
  font-weight: 500;
}

.schedule {
  max-width: 600px;
  margin: 0 auto;
}
.time {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.description {
  margin-bottom: 15px;
}
.highlight {
  font-weight: bold;
}

.highlight.diamond {
  color: #007bff; /* Modrá barva */
}

.highlight.gold {
  color: #daa520;
}

.timeline {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  max-width: 600px;
  margin: 0;
  padding-left: 50px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 4px;
  height: 100%;
  background-color: #ccc;
}
.event {
  position: relative;
  margin-left: 0;
  margin-bottom: 20px;
  text-align: left;
}
.event::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  width: 12px;
  height: 12px;
  background-color: #ff347f; /* Zlatá barva kolečka */
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.time {
  font-weight: bold;
  font-size: 1.2em;
}
.description {
  margin-top: 5px;
}
.highlight-diamond {
  color: #007bff; /* Modrá barva */
  font-weight: bold;
}
.highlight-gold {
  color: #daa520; /* Zlatá barva */
  font-weight: bold;
}

.main_container {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
}

.presaleInfo {
  padding-top: 70px;
}
.presaleInfo h3 {
  font-size: 17px;
}

.div1 {
  display: flex;
  flex-direction: row;
}
