.parallax-container {
  position: relative;
  overflow: hidden;
  height: 85vh;
}

/* Hero Image Styles */
.hero-image-container {
  position: relative;
  overflow: hidden;
  height: 85vh;
}

.hero-image-container .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Hero Carousel Styles */
.hero-carousel-container {
  position: relative;
  overflow: hidden;
  height: 85vh;
}

.hero-carousel-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

.hero-swiper {
  width: 100%;
  height: 100%;
}

.hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: black;
}



.header {
  z-index: 400;
  height: 80px;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.8s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightlogo {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.text-center {
  text-align: center;
}

.bestoperator-holder {
  margin-top: 40px;
}

.justify-center {
  justify-content: center;
}

.darklogo {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.darklogo .child a {
  color: white;
  text-decoration: none;
}

.lightlogo .child a {
  color: black;
  text-decoration: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  width: 200px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.3);

}

.dropdown-content-dark {

  background-color: rgba(11, 11, 11, 0.9);

}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: #5f0302;
  cursor: pointer;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}


.list-holder {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 8px 0;
}

.list-item {}

.list-item-sub {
  margin-left: 30px;
}

.list-item-sub-sub {
  margin-left: 50px;
}

.child {
  padding: 0 20px;
  cursor: pointer;
}

.child a:hover {
  color: #5f0302;
}

.darklogo {
  display: none;
}

.col-3 {
  padding: 0 0 0 30px;
}

.layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Media query for smaller screens */
@media (max-width: 768px) {

  /* Adjust breakpoint as needed */
  .layer {
    height: 75vh !important;
    top: 0;
    background-size: cover;
    background-position: center;
  }

  .holder {
    height: 75vh !important;
  }

  .parallax-container {
    height: 75vh !important;
  }

  .hero-image-container {
    height: 75vh !important;
  }

  .scroll {
    bottom: 200px !important;
  }

  .layer20,
  .layer21 {
    background-position: center center;
    background-size: cover;
  }
}

.scroll {
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
  bottom: 250px;
  left: calc(50% - 30px);
  z-index: 10;

  &::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 18px;
    width: 18px;
    height: 18px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
  }
}

@keyframes down {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translateY(15px);
  }

  40% {
    transform: translate(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translateY(15px);
  }

  40% {
    transform: translate(0);
  }
}


@media (max-width: 480px) {
  .layer10 {
    background-image: url('../images/L10.png');
    background-position: 35% !important;
  }

  .layer11 {
    background-image: url('../images/L11.jpg');
    background-position: 35% !important;
  }

  .layer12 {
    background-image: url('../images/L16.png');
    background-position: 80% !important;
  }

  .layer13 {
    background-image: url('../images/L15.png');
    background-position: 80% !important;
  }

}







.holder {
  background-color: black;
  height: 85vh;
}


.content-holder {
  max-width: 1080px;
  margin: auto;
  position: relative;
}

.layer10 {
  background-image: url('../images/L10.png');
  background-position: top;
}

.layer11 {
  background-image: url('../images/L11.jpg');
  background-position: top;
}

.layer12 {
  background-image: url('../images/L16.png');
  background-position: center;
}

.layer13 {
  background-image: url('../images/L15.png');
  background-position: center;
}

.layer20 {
  background-image: url('../images/L23.png?');
  background-position: top;
}

.layer21 {
  background-image: url('../images/L24.png');
  background-position: top;
}

.layer52 {
  background-image: url('../images/L70.png');
  background-position: top;
}

.layer53 {
  background-image: url('../images/L71.jpg');
  background-position: top;
}

.gradient-black-short {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(3, 3, 3, 1) 23%, rgba(0, 0, 0, 0) 100%);
  height: 80px;

}

@media (max-width: 768px) {
  .tab-label {
    display: none !important;
  }

  .gradient-black-short {
    height: 60px;
    top: 316px;
    display: none;
  }

  .gradient-black-mid {
    display: none;
  }
}

.gradient-black-mid {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(3, 3, 3, 1) 23%, rgba(0, 0, 0, 0) 100%);
  height: 160px;
}

.map-holder {

  img {

    width: 100%;

  }

  cursor: pointer;
  margin: 50px 0 60px 0;
  display: flex;
  justify-content: center;

}

.map-title {
  position: absolute;
  top: 50%;
  left: calc(50% - 175px);
  font-size: 30px;
  color: white;
}

.bottom-padding {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .map-title {
    font-size: 24px;
    left: 0;
    width: 100%;
    text-align: center;
  }



}

@keyframes pulse {
  0% {
    transform: scale(0.6) translateX(0px);

  }

  50% {
    transform: scale(0.6) translateX(20px) rotate(-45deg);

  }

  80% {
    transform: scale(0.6) translateX(-20px);

  }

  100% {
    transform: scale(0.6) translateX(0px);

  }
}

.intro-section-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin: 0 0 30px 0;
}

.intro-text-content {
  flex: 1;
}

.intro-image-side {
  flex-shrink: 0;
  width: 350px;
}

.intro-image-side img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 900px) {
  .intro-section-wrapper {
    flex-direction: column;
  }

  .intro-image-side {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.intro-text-content h3 {
  line-height: 30px;
  letter-spacing: 1px;
}

.intro-text-content a {
  color: #fff;
}

@media (max-width: 768px) {

  .card {
    margin-bottom: 20px !important;
  }

}

@media (max-width: 420px) {
  .imageIcon {
    flex: 0 !important;
  }
}

.imageIcon {
  padding: 0 20px 0 0;
}

.right-align {
  text-align: right;
}

.center {
  text-align: center;
}

.loader {
  text-align: center;
  color: white;
  width: 133px;
  display: flex;
  flex-direction: column;
  z-index: 600;
  position: absolute;
  left: calc(50% - 60px);
  top: 20%;
  display: none;

}

.loadComplete {
  display: none;
}

.pulse {
  width: 100%;
  height: 88px;
  background-image: url('../images/bikeloader.png');
  animation: pulse 2s infinite;
}

.container {
  display: block;
  color: white;
}

.container-2col {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}

.left {
  width: 50%;
  padding: 0 0 0 30px;
}

ul.accordion-list {
  position: relative;
  display: block;

  height: auto;
  padding: 20px 0;
  margin: 0;
  list-style: none;

}

ul.accordion-list li {
  position: relative;
  display: block;
  height: auto;

  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #272727;
  border-radius: 5px;
  cursor: pointer;
}

ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}

ul.accordion-list li h3 {

  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;

  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .012em;


  cursor: pointer;
}

ul.accordion-list li h3:after {
  content: "+";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #7a7a7a;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}

ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  padding: 10px 0 0 0;
  cursor: pointer;

  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .012em;

  margin: 0 0 15px 0;

}

.hover_img a {
  position: relative;
  color: #ffffff;
}

.hover_img a span {
  position: absolute;
  display: none;
  z-index: 99;
}

.hover_img a:hover span {
  display: block;
}

.column-2col {
  flex: 1;
  /* Equal width columns */
}

.alternative-color {
  background-color: #121111;
}

.summary-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #151515;
  padding: 20px 20px 10px 20px;
  border: 1px solid #272727;
  margin: 40px 0;
  color: white;

}

.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background-color: #151515;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
  display: none;
}

.showtab {
  opacity: 1 !important;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative !important;
  top: 0;
  z-index: 100 !important;
  transform: translateY(0px) !important;
  text-shadow: 0 0 0;
}

*:focus {
  outline: none;
}

.radioSelect {
  display: block;
  background-color: #292929;
  width: 100%;
  height: 55px;
  color: white;
  border: none;
  padding: 0 20px;
  font-size: 20px;
  border-right: 30px solid transparent
}

@media (min-width: 768px) {
  .radioSelect {
    display: none;
  }

  .tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }

  .tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }

  .tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }

  .tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }

  .tab:checked:nth-of-type(5)~.tab__content:nth-of-type(5) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }

}

.tab:first-of-type:not(:last-of-type)+label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type)+label {
  border-radius: 0;
}

.tab:last-of-type:not(:first-of-type)+label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tab:checked+label {
  background-color: #151515;
  box-shadow: 0 -1px 0 #151515 inset;
  cursor: default;
}

.tab:checked+label:hover {
  box-shadow: 0 -1px 0 #151515 inset;
  background-color: #151515;
}

.tab+label {

  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #ffffff;
  flex-grow: 3;
  text-align: center;
  background-color: #292929;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}

.card-content {
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.card-content-rental {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bike-brand {
  margin-bottom: 0;
  margin-left: 20px;

}

.bike-cost {
  margin-top: 0;
  margin-left: 20px;

}

.card {
  height: 100%;
  background: linear-gradient(0deg, rgba(40, 44, 52, 1) 0%, rgba(17, 0, 32, .5) 100%);
  border: 1px solid #ffffff22;
  border-radius: 10px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
}

.card img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 4px solid #5f0302;
}

@media screen and (max-width: 600px) {
  .h-column {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  width: 100%;
  max-width: 350px;
}

.btn-width {
  width: 150px;
  display: block;
}

.flex-center {
  display: flex;
  justify-content: center;
}

/* CSS */
.button {
  appearance: none;
  background-color: #000000;
  border: 2px solid #1A1A1A;
  border-radius: 15px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-width: 0;
  outline: none;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

.button:disabled {
  pointer-events: none;
}

.button:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button.whitebtn {
  background-color: white;
  color: #000000;



}

.button:active {
  box-shadow: none;
  transform: translateY(0);
}

.row-holder {
  margin-bottom: 20px;
}

.h-column {
  flex: 1;
  max-width: 350px;
}

.h-row {
  display: flex;
}

.h-row.addPadding {
  padding-top: 20px;
}


/* Clear floats after the columns */
.h-row:after {
  content: "";
  display: table;
  clear: both;
}


@media (max-width: 768px) {

  /* Adjust breakpoint as needed */
  .h-row {
    flex-direction: column;
  }

  .h-column {
    width: 100%;
  }
}

.tab+label:hover {
  background-color: #3c3c3c;

}

.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  color: white;
  transform: translateY(-3px);
  border-radius: 6px;
}

.column {

  flex: 1 0 33.33%;
  /* Equal width columns */

}

.column div {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .012em;
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
}

.column div img {
  padding: 0 10px 0 0;
}

.column div b {
  padding: 0 10px 0 0;
}

/* Media query for smaller screens */
@media (max-width: 768px) {

  /* Adjust breakpoint as needed */
  .column {
    flex: 1 0 100%;
    /* Make each column full width on small screens */
  }

  .column div img {
    display: none;
  }
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 30px 0;
  margin: 0 0 25px 0;

}

/* Make all carousel slides the same height */
.tours-carousel .swiper-wrapper {
  align-items: stretch;
}

.tours-carousel .swiper-slide {
  height: auto;
  display: flex;
}

@media(max-width: 1199px) {
  .swiper-wrapper>.swiper-slide {
    background-position: center;
    background-size: cover;
  }
}

p {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 1px;
}


.noScroll {
  overflow: hidden;
}

#image-pop-up {
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  padding: 5px;
  position: fixed;
  display: flex;
  text-align: center;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(00, 00, 00, 0.95);
  overflow: hidden;
}

#image-pop-up i {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
}

#image-pop-up img {
  height: calc(100vh - 100px);
}

.img-thumbnail {
  height: 100%;
}


/* Main CSS */
.grid-wrapper>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-wrapper>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

.grid-wrapper .wide {
  grid-column: span 2;
}

.grid-wrapper .tall {
  grid-row: span 2;
}

.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}


.mobile-navigation {
  display: none;
}

.mobile-logo {
  z-index: 550;
  height: 60px;
  display: block;
  position: fixed;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;

  background-color: #000000;
}

@media (max-width: 950px) {

  .mobile-navigation {
    display: block;
    height: 45px;
  }

  .header {
    display: none;
  }

}

#menuToggle {
  display: block;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 590;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: white;

  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: #5f0302;
}


#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #ffffff;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ffffff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}


@media (max-width: 420px) {
  /* Adjust breakpoint as needed */

  #menu li {
    font-size: 16px !important;
  }
}


/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 220px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 110px;

  background: #000000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  height: 100vh;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 20px;
}

.sub li:before {
  content: "-";
  text-indent: -5px;
}

.footer-logo a:hover {
  color: #c00000 !important;
}

/*
 * MODAL !!!!!!
 */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.modal-content {
  position: relative;
  margin: 10% auto;
  padding: 20px;
  width: auto;
  height: 350px;
  max-width: 600px;
  background-color: white;
  border-radius: 8px;
}

.modal-content-garden {
  height: 280px;
}

.modal-content-garden-magic {
  height: 320px;
}

.modal-content-grand {
  height: 500px;
}

.modal-content-namibia {
  height: 430px;
}

.modal-content-namibia {
  height: 430px;
}

.modal-content-lesotho {
  height: 550px;
}

.modal-content-vic {
  height: 560px;
}

.modal-content-grand-lux {
  height: 490px;
}


.modal-content-image {
  position: relative;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  height: 350px;
  max-width: 600px;
  background-color: white;
  border-radius: 8px;

}

#modalImage {
  width: 100%;
}

.modal-content video {
  width: 100%;
  height: auto;
}

@media (max-width: 480px) {



  .modal-content {
    position: relative;
    margin: 0;
    padding: 20px;
    top: 30%;
    max-width: 600px;
    background-color: white;
    border-radius: 8px;
  }

  .modal-content-image {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    width: 80%;
    top: 30%;
    height: 210px;
    max-width: 600px;
    background-color: white;
    border-radius: 8px;

  }

}

.close {
  position: absolute;
  top: -2px;
  right: 3px;
  color: black;
  font-size: 29px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: red;
}




/*
 * And let's slide it in from the left
 */
#menuToggle input:checked~ul {
  transform: none;
}

@media (max-width: 768px) {

  /* Adjust breakpoint as needed */
  .container {
  }

  .modal-content-garden {
    height: auto;
  }

  .modal-content-garden-magic {
    height: auto;
  }

  .modal-content-grand {
    height: auto;
  }

  .modal-content-namibia {
    height: auto;
  }

  .modal-content-lesotho {
    height: auto;
  }

  .modal-content-vic {
    height: auto;
  }

  .modal-content-grand-lux {
    height: auto;
  }
}

@media (max-width: 480px) {

  /* Adjust breakpoint as needed */
  .showtab {
    padding: 0 !important;
  }

  .tab__content {
    padding: 0;
  }

  .container {

  }
}

/* Media query for smaller screens */
@media (max-width: 768px) {

  /* Adjust breakpoint as needed */
}

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&family=Satisfy&display=swap');

::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.w-10 {
  width: 2.5rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-primary-1 {
  --tw-border-opacity: 1;
  border-color: rgb(106 8 7 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.text-lg {
  font-size: 24px;
}

.text-md {
  font-size: 18px;
}

.font-semibold {
  font-weight: 600;
}

.text-dark-1 {
  --tw-text-opacity: 1;
  color: rgb(3 4 21 / var(--tw-text-opacity));
}

.text-primary-1 {
  --tw-text-opacity: 1;
  color: rgb(106 8 7 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/* extra CSS */

input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* 
===========================================================
Common Text Classes
===========================================================
*/

/* 
===========================================================
Custom Components
===========================================================
*/

/* buttons components */

/* rating compoennt */

/* Paginition compoennt */

/* hamburger */

/* breadcrumb */

/*social icon */

/* input styles */

/* 
===========================================================
Styling for long TW class
===========================================================
*/

/* hero section */

/* menubar CSS */

/* Hero style two css */

@keyframes zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}



/* Package section styles */

/* 
===========================================================
Customiz Third-Party Plugins
===========================================================
*/

/* Details styles */

.single__count .day__count {
  position: relative;
  z-index: 1;
}

.single__count .day__count::before {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: -1;
  height: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-left-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(106 8 7 / var(--tw-text-opacity));

  --tw-content: '';
  content: var(--tw-content);
}

.single__count:last-child .day__count::before {
  content: var(--tw-content);
  display: none;
}

.single__count p {
  padding-bottom: 0px;
}

.single__count ul {
  padding-top: 1.5rem;
}

.single__count ul li {
  position: relative;
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

.single__count ul li:first-child {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .single__count ul li {
    margin-top: 18px;
    font-size: 18px;
  }
}

.single__count ul li i {
  margin-right: 0.75rem;
  flex-shrink: 0;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(232 96 76 / var(--tw-text-opacity));
}

/* mesonary image gallary */

/* Header Style */

/* Marquee style */

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* tab component */

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

/* Range Slider */

/* Dropdown Component */

/* custom checkbox */

/* DatePicker Style */

/* dropdown active */

/* multistep form */

.tab {
  display: none;
}

@keyframes pulse {
  50% {
    content: var(--tw-content);
    opacity: .5;
  }
}