* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-primary: #ebcc9d;
  --color-primary-forground: #000000;
  --color-secondary: #6a5444;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "P22ArtsandCrafts";
  /*    background: #000000;*/
  color: #f1f1f1;
  background: url("../images/bg.jpg") no-repeat #000000;
  background-position: center 5%;
  background-size: 100% auto;
}

.header,
.footer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*  background: #000000;*/
  text-align: center;
  z-index: 11;
}

#onetrust-pc-sdk{
  font-family: sans-serif !important;
}

/* Hero secton */
.hero-banner {
  width: 100%;
}

.mobile-banner{
  display: none;
}

.content-heading {
  text-align: center;
  margin: 2rem 0;
  text-transform: uppercase;
}

.content-heading h2 {
  color: var(--color-primary);
  font-size: 3rem;
  font-weight: 600;
}

.content-heading p {
  font-size: 1.25rem;
}

/*get-tickets*/

.bottom_wrapper {
    margin-bottom: 1rem;
}

.cta-wrapper {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.cta-btn {
  background-color: #b88b5a;
  min-width: 165px;
  height: 2.5rem;
  display: inline-flex;
  overflow: hidden;
  margin: 0 7px 1vh;
  color: #FFFFFF;
  vertical-align: middle;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
}

.cta-btn-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit !important;
  margin-top: 0px;
  font-size: 16px;
  letter-spacing: 1px;
}

#map {
  min-height: calc(100dvh - 70px);
  max-width: 90%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* loader */

/* .loader {
  width: 40px;
  aspect-ratio: 1;
  position: relative;
  transform: rotate(45deg);
  display: block;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50% 50% 0 50%;
  background: #ffffff;
  -webkit-mask: radial-gradient(circle 10px at 50% 50%, #0000 94%, #000);
}

.loader:after {
  animation: l6 1s infinite;
  transform: perspective(300px) translateZ(0px);
}

@keyframes l6 {
  to {
    transform: perspective(300px) translateZ(150px);
    opacity: 0;
  }
} */


/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: #ccc #0000;
  animation: l16 1s infinite linear;
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}

.loader::before {
  border-color: #f03355 #0000;
  animation: inherit;
  animation-duration: .5s;
  animation-direction: reverse;
}

.loader::after {
  margin: 8px;
}

@keyframes l16 {
  100% {
    transform: rotate(1turn)
  }
}


/* loader end */

.gm-style-iw-chr {
  display: none !important;
}

#map div:nth-child(1) {
  background: transparent !important;
}

#map div:nth-child(1).mummy-infowindow {
  background: linear-gradient(180deg, #3a271a 0%, #1e140e 100%) !important;
}




/*.gm-style div div div:last-child {
  opacity: 0.3;
}*/

.otherbrowser .gm-style div:nth-child(1) div:nth-child(1)>div:nth-of-type(5) {
  opacity: 0.5;
}

.otherbrowser .gm-style div:nth-child(1) div:nth-child(1)>div:nth-of-type(5) * {
  opacity: 1;
}

.safaribrowser #map img {
  opacity: 0.5;
}

#map .custom-parent-marker img, #map .current-bus-marker img{
  opacity: 1;

}

.current-bus-marker {
  width: 80px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(30px, 45px);
}

.current-bus-marker img {
  width: 80px;
  height: 105px;
  display: block;
  object-fit: contain;
}

.custom-parent-marker {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

}
.custom-parent-marker img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}

#map div:nth-child(1).gm-style-iw-c {
  background: #fff !important;
}


/* Map Popup Start */

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  max-width: 290px !important;
}

.gm-style .gm-style-iw-chr {
  display: none !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  padding: 0 !important;
}

.gm-style .gm-style-iw {
  background: transparent !important;
}

.gm-ui-hover-effect {
  display: none !important;
}

.gm-style .gm-style-iw-tc::after {
  background: #2c1e13;
}


/* Map Popup End */



.mummy-infowindow {
  position: relative;
  width: 290px;
  color: #f3d78a;
  background:
    linear-gradient(180deg, #3a271a 0%, #1e140e 100%);
  border: 5px solid #d2a63a;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, .45),
    inset 0 0 0 1px rgba(255, 220, 140, .12);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.mummy-infowindow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 215, 120, .12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 160, 60, .08), transparent 28%);
  mix-blend-mode: screen;
}

.mummy-header {
  padding: 22px 20px 18px;
  background: linear-gradient(180deg, #4b3321 0%, #2a1b12 100%);
  /* border-bottom: 1px solid rgba(212,168,84,.35); */
}

.mummy-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .5px;
  color: #f2cf79;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #000, 0 0 12px rgba(255, 196, 92, .15);
  text-align: center;
  line-height: 18px;
  padding: 6px 10px 0px 10px;
}

.mummy-subtitle {
  font-size: 16px;
  color: #e8d8b2;
  opacity: .95;
  text-align: center;
}

.mummy-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  background: #d2a63a;
  color: #2c1b0f;
  font-weight: 700;
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  cursor: pointer;
}

.mummy-divider::before,
.mummy-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(66, 36, 12, .45);
}

.mummy-arrow {
  font-size: 16px;
  /* transform: rotate(-45deg); */
}

.mummy-body {
  padding: 18px 20px 22px;
}

.mummy-label {
  font-size: 11px;
  letter-spacing: 2px;
  color: #c7a86d;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mummy-value {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  color: #f3d78a;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #000;
}

.mummy-close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 244, 220, .9);
  color: #4b3220;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.mummy-close:hover {
  background: #fff4d6;
}

.mummy-tail {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #1e140e;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .25));
}

/* Map Popup End */


/* Timeline */

.timeline-container {
  width: 60%;
  padding: 1rem 0;
  /* Extra padding for top/bottom text */
  margin: 0 auto;
  position: relative;
}

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.progress-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--color-secondary);
  /*  background: var(--color-primary);*/
  transform: translateY(-50%);
  z-index: 1;
}

.progress-filler {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--color-primary);
  transform: translateY(-50%);
  z-index: 1;
  transition: all .3s ease-in-out;
}

.timeline-item {
  width: 16.6667%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

/* The Dots */
.timeline-item span.point {
  width: 20px;
  height: 20px;
  /*background: var(--color-secondary);
  border: 4px solid var(--color-secondary);*/
  background: var(--color-primary);
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  box-shadow: 0px 0px 1px 1px #0000001a;
  cursor: pointer;
}

.timeline-wrapper.pointerdisabled{
  pointer-events: none;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(248, 195, 36, 1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.timeline .timeline-item:first-child span.point {
  left: 0;
  right: auto;
}

.timeline .timeline-item:last-child span.point {
  right: auto;
  left: 100%;
}

.timeline .timeline-item:first-child {
  width: 8%;
  align-items: flex-start;
}

.timeline .timeline-item:last-child {
  width: 8%;
  align-items: flex-end;
}

.timeline .timeline-item:first-child p {
  margin-left: -100%;
}

.timeline .timeline-item:last-child p {
  margin-right: -100%;
}

/* --- ALTERNATING LOGIC --- */

/* Odd items: Text stays above */
.timeline-item:nth-child(odd) .content {
  margin-bottom: 130px;
  /* Space above the dot */
}

/* Even items: Text moves below */
.timeline-item:nth-child(even) {
  flex-direction: column-reverse;
}

.timeline-item:nth-child(even) .content {
  margin-top: 100px;
  /* Space below the dot */
}

/* Styling the content */
.content {
  text-align: center;
  color: #dedede;
  /* width: 100px; */
}

.timeline-item.active span.point {
  background: var(--color-primary);
  border: 4px solid var(--color-primary);
}

.timeline-item:nth-child(odd) .content p {
  margin-bottom: 0.42rem;
}

/*.timeline-item:nth-child(3) .content p {
  margin-bottom: 2rem;
}*/

.timeline-item:nth-child(even) .content p {
  margin-top: 1.5rem;
}

.timeline-item:nth-child(4) .content p {
  margin-top: 1.5rem;
}

.non-active-point {
  background: #6a5444 !important;
  border-color: #6a5444 !important;
}

.content p strong {
  font-size: 1rem;
}

.content p {
  font-size: .875rem;
  cursor: pointer;
}

.trackeroffcopy {
  width: 90%;
  text-align: center;
  padding: 40px 0px;
  font-family: "P22ArtsandCrafts";
  font-size: 39px;
  text-transform: uppercase;
  color: #b8956b;
  font-style: italic;
  margin: 0 auto;
}

.trackeroffcopy.show {
  display: block;
}

.trackeroffcopy.hidden {
  display: none;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.map-wrapper.show {
  display: block;
}

.map-wrapper.hidden {
  display: none;
}

/* footer */

.footer {
  font-family: "Cambria";
  top: auto;
  bottom: 0;
  background: #000000;
  font-size: 10px;
  padding: 5px 0;
  color: rgb(224, 226, 230);
  z-index: 2000;
  text-transform: uppercase;
}

.audioplayer {
  position: absolute;
  right: 18px;
  top: auto;
  bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

footer .audioplayer .audio-button {
  transition: opacity .5s 0s;
  display: inline-block;
  width: auto;
  height: auto;
  opacity: 1;
  pointer-events: all
}

footer .audioplayer .audio-button {
  pointer-events: none !important;
  opacity: 1;
}

footer .audioplayer .audio-button .bars-wrapper {
  white-space: nowrap;
  height: 16px;
  overflow: visible;
  transform: rotateX(180deg);
}

.bar {
  transition: box-shadow .5s cubic-bezier(.77, 0, .175, 1) 0s;
  display: inline-block;
  float: left;
  width: 3px;
  height: 20px;
  margin-right: 3px;
}

.audioplayer .audio-button .bars-wrapper .bar {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 #FFF;
}

.bugs img {
  max-width: 90%;
  margin: 15px auto;
  max-height: 12vh;
}

.footer-links a {
  display: inline-block;
  color: rgb(224, 226, 230);
  margin: 0 5px;
}

.footer_logo {
  max-width: 80px;
  margin: 0 5px;
}

.footer-links a:hover,
#btnCredits:hover,
#btnCreditsIntro:hover {
  color: #ffffff;
}

#containerCredits,
#containerCreditsIntro {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 0 5px;
  background: #000;
  text-align: center;
  display: none;
  z-index: 5;
}

#btnCredits,
#btnCreditsIntro {
  cursor: pointer !important;
}

#btnCredits::after,
#btnCreditsIntro::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.075em;
  content: "";
  border-top: 0;
  border-right: 0.4em solid transparent;
  border-bottom: 0.6em solid;
  border-left: 0.4em solid transparent;
}

#closeCredits,
#closeCreditsIntro {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  cursor: pointer;
  opacity: 0.7;
}

#closeCredits:hover,
#closeCreditsIntro:hover {
  opacity: 1;
}

#closeCredits:before,
#closeCredits:after,
#closeCreditsIntro:before,
#closeCreditsIntro:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40%;
  background: #ffffff;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  -ms-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}

#closeCredits:after,
#closeCreditsIntro:after {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}

.line-break,
.copyright br {
  display: none;
}

.gerogia-logo {
  position: absolute;
  left: 15px;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
  height: 29px;
  opacity: 0.4;
}

.fixed_form_wrapper {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1051;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
  height: 50vh;
  bottom: -100%;
}

.fixed_form_container {
  padding: 0 15px;
}

.fixed_formiframe_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  height: 100%;
}

.fixed_form_wrapper #micro-data-capture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}

.fixed_form_container h2 {
  padding-top: 2%;
  padding-bottom: 1%;
  font-weight: 700;
}

.fixed_form_lable {
  font-size: 1em;
}

.checkbox {
  padding-top: 1em;
  display: flex;
}

.checkbox input {
  margin: 0;
  margin-top: 5px;
}

.checkbox p {
  width: 90%;
  margin: 0 0 0 1.5em;
  color: #000000;
  font-size: 1em;
}

.checkbox a {
  color: #ffffff;
  text-decoration: underline;
}

.fixed_form_container .note {
  margin-top: 2em;
}

.submit-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit-btn {
  padding: 0.5em 1em;
  text-align: center;
  min-width: 100px;
  border-radius: 5em;
  font-size: 1em;
  cursor: pointer;
  background: #000000;
  border: 0.12em solid #FFFFFF !important;
  color: #ffffff !important;
}

.submit-btn:hover {
  box-shadow: 0 0 0.7em rgba(255, 255, 255, 0.5);
}

#EmailAddress::placeholder {
  color: #939393;
  opacity: 0.5;
}

.fixed_form_expand {
  position: absolute;
  right: 0;
  top: -37px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #FFFFFF;
  padding: 5px 10px;
  border-top-left-radius: 16px;
  height: 37px;
  border: 2px solid #262626;
}

.fixed_form_expand span:first-child {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}

.fixed_form_expand_close {
  background: #000000;
  color: #FFFFFF;
}

.fixed_form_expand_close span:first-child {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 600;
}

.expand_icon {
  position: relative;
  top: 0px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: 0.7;
}

.expand_icon:before,
.expand_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40%;
  background: #000000;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  -ms-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}

.expand_icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}

/*#formExpandBtnmain{
    display: none;
}*/
.fixed_form_toggle {
  bottom: 4vh !important;
}

.expand_btn_footer {
  bottom: 0;
  top: inherit;
}


/*****************************************************************************/
.share_wrapper {
  margin: 3rem auto 5rem;
}



.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0;
}

/* Base button style */
/*.share-buttons button {
border: none;
padding: 10px 16px;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
cursor: pointer;
border-radius: 5px;
transition: all 0.2s ease;
min-width: 160px;
border: 1px solid #ccc;
}*/

/* Hover effect */
/*.share-buttons button:hover {
transform: translateY(-1px);
opacity: 0.9;
}*/

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 15px 0;
  justify-content: center;
}

/* base style */

.share-buttons button {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.share-heading {
  text-align: center;
  /*text-transform: uppercase;*/
  font-size: 1.4rem;
}

/* hover effect */

.share-buttons button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* Platform colors */

button[data-platform="x"] {
  background: #6c757d;
}

button[data-platform="facebook"] {
  background: #1877F2;
}

button[data-platform="whatsapp"] {
  background: #25D366;
}

button[data-platform="telegram"] {
  background: #2AABEE;
}

button[data-platform="email"] {
  background: #6c757d;
}

button[data-platform="threads"] {
  background: #6c757d;
}

button[data-platform="tiktok"] {
  background: #6c757d;
}

.bottomBusImg {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.bottomBusImg img{
  width: 80%;
}

/* Status message */

#share-status {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  display: none;
  text-align: center;
}

/*===========ANIMATED CLASSES==========================*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* FadeInUp */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media screen and (max-width: 1440px) {

  .content p {
    font-size: .75rem;
  }

  .content p strong {
    font-size: .875rem;
  }
  .timeline-item:nth-child(3) .content p{
    margin-bottom: 0.6rem;
  }
}

@media screen and (max-width: 1280px) {
  .content p {
    font-size: .625rem;
  }

  .content p strong {
    font-size: .75rem;
  }

  .timeline-item:nth-child(odd) .content {
    margin-bottom: 100px;
  }
}

@media screen and (device-width: 1280px) and (device-height: 1024px) and (orientation: landscape),
screen and (device-width: 1400px) and (device-height: 1050px) and (orientation: landscape),
screen and (device-width: 1280px) and (device-height: 960px) and (orientation: landscape),
screen and (max-width: 1200px) {
  .footer {
    font-size: 9px;
  }
}

@media screen and (max-width: 1200px) {
  .content p {
    font-size: 8px;
  }

  .content p strong {
    font-size: 9.5px;
  }

  .timeline-item:nth-child(odd) .content {
    margin-bottom: 90px;
  }

  .timeline-item:nth-child(even) .content {
    margin-top: 72px;
  }
  .timeline-item:nth-child(4) .content {
    margin-top: 83px;
  }
}

@media screen and (max-width: 992px) {
  .desktop-banner{
    display: none;
  }
  .mobile-banner{
    display: block;
  }
  .content-heading h2 {
    font-size: 2rem;
  }

  .content-heading p {
    font-size: 1rem;
  }

  .timeline-container {
    width: 80%;
  }

  .content p {
    font-size: 8px;
  }

  .content p strong {
    font-size: 9.5px;
  }

  .timeline-item:nth-child(3) .content p{
    margin-bottom: 0.3rem;
  }

  .timeline-item:nth-child(even) .content p{
    margin-top: 2rem;
  }

  .timeline-item:nth-child(4) .content p{
    margin-top: 0.9rem;
  }

  .timeline-item span.point {
    width: 10px;
    height: 10px;
    /*border: 2px solid var(--color-secondary);*/
    border: 2px solid var(--color-primary);
  }

  .timeline-item.active span.point {
    border: 2px solid var(--color-primary);
  }
}

@media screen and (max-width: 450px),
screen and (max-height: 310px) and (orientation:landscape) {

  .footer-links a {
    font-size: 9px;
    margin: 0 3px;
  }

  .copyright {
    line-height: 9px;
    font-size: 8px;
    margin-top: 2px;
    padding: 0 15%;
  }

  .copyright br {
    display: block;
  }
}

@media screen and (max-width: 950px) and (orientation: portrait),
screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .expand_btn_footer {
    position: relative;
    border-radius: 4px;
    width: auto;
    margin: 0 auto 1%;
    padding: 3px 5px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .content p {
    font-size: 7.8px;
  }

  .content p strong {
    font-size: 8px;
  }

  .bottom_wrapper{
    margin-bottom: 0rem;
  }

  .cta-btn{
    min-width: 135px;
    height: 2.1rem;
    margin: 0 5px 1vh;
  }

  .cta-btn-link{
    font-size: 12px;
  }

  .timeline .timeline-item:first-child p {
    margin-left: -50%;
  }

  .timeline .timeline-item:last-child p {
    margin-right: -50%;
  }
  .timeline-item:nth-child(even) .content{
    margin-top: 98px;
  }

  .timeline-item:nth-child(even) .content p {
    margin-top: 0rem;
  }

  .timeline-item:nth-child(odd) .content p {
    margin-bottom: 0rem;
  }
  .timeline-item:nth-child(3) .content p {
    margin-bottom: 13px;
  }
  .timeline-item:first-child .content p{
    width: 103%;
  }
  .timeline-item:last-child .content p{
    width: 200%;
  }
}

@media screen and (max-width:600px) {
  #map {
    min-height: calc(100dvh - 300px);
  }

  .timeline-container {
    width: 80%;
  }

  .content p {
    font-size: 7.8px;
  }

  .content p strong {
    font-size: 8px;
  }

  .timeline .timeline-item:first-child p {
    margin-left: -50%;
  }

  .timeline .timeline-item:last-child p {
    margin-right: -50%;
  }

  .timeline-item span.point {
    width: 10px;
    height: 10px;
    /*border: 2px solid var(--color-secondary);*/
    border: 2px solid var(--color-primary);
  }

  .timeline-item.active span.point {
    border: 2px solid var(--color-primary);
  }

  .timeline-item:nth-child(even) .content p {
    margin-top: 0.60rem;
  }

  .timeline-item:nth-child(4) .content p {
    margin-top: 0rem;
  }

  .timeline-item:nth-child(odd) .content p {
    margin-bottom: 0rem;
  }

  .share-buttons button {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}


@media screen and (max-height:700px) {

  .mummy-header {
    padding: 12px 30px 8px;
  }

  .mummy-title {
    font-size: 15px;
  }

  .mummy-body {
    padding: 8px 20px 12px;
  }

  .mummy-subtitle {
    font-size: 13px;
  }

  .mummy-divider {
    gap: 10px;
    padding: 8px 16px;
  }

  .mummy-arrow {
    font-size: 13px;
  }

  .mummy-close {
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 22px;
  }

}

@media screen and (max-width:540px) {
  .content p {
    font-size: 5px;
  }

  .content p strong {
    font-size: 7px;
  }

  .timeline-item:nth-child(odd) .content {
    margin-bottom: 80px;
  }

  .timeline-item:nth-child(even) .content {
    margin-top: 80px;
  }
  .timeline-item:first-child .content p{
    width: 103%;
  }
}

@media screen and (max-width:400px) {
  .content p {
    font-size: 7px;
  }

  .content p strong {
    font-size: 6px;
  }

  .timeline-item:nth-child(odd) .content {
    margin-bottom: 80px;
  }

  .timeline-item:nth-child(even) .content {
    margin-top: 80px;
  }

  .timeline-item:first-child .content p {
    width: 103%;
  }
  .timeline-item:nth-child(3) .content p{
    margin-bottom: 1.05rem;
  }
}