/* Reset styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hiddingdivs {
  display: hidden;
}
/* General styles */
body {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #f7f7f7;
  overflow-x: hidden;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.topbar {
  position: relative;
  z-index: 1000;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0px;
  padding: 8px;
  background-color: rgba(82, 146, 225, 0.897);
  line-height: 24px; /* same as the font size of the phone number */
}
/*Code written for three divs starts here*/
.topsection {
  padding: 2rem;
  margin-bottom: 35px;
}
#pchange {
  margin-bottom: 0px;
}
.flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.flex-container > div {
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .flex-container {
    flex-direction: row;
  }
  .flex-container > div {
    width: calc(33.33% - 1rem);
    margin-bottom: 0;
    text-align: left;
  }
}

#uldiv {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#uldiv li {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  ul li {
    margin-bottom: 1rem;
  }
}
/*Code written for three div ends here*/
#fa {
  font-size: 24px;
  margin: 0px;
  padding: 0px;
}
.phonenbr {
  color: #202020;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
  padding: 0px;
}
.phonenbr:hover {
  text-decoration: underline;
}
header {
  background-color: rgba(0, 0, 0, 0.6); /* semi-transparent black color */
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1;
}
.slider {
  width: 100%;
  height: 94vh;
  position: relative;
  bottom: 108px;
  overflow: hidden;
}
#locrot {
  margin-right: 5px;
  font-size: 22px;
}
#location2 {
  display: none;
}
.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  object-fit: cover;
}

.slide.active {
  opacity: 1;
}

.sticky {
  position: fixed;
  bottom: 100px;
  z-index: 999;
}
/* Style the link */
div .WhatsApp {
  display: inline-block;
  background-color: #1bd741;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 0px 10px 10px 0px;
  transition: all 0.2s;
}

/* Style the link on hover */
div .WhatsApp:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}

/* Style the image inside the link */
div .WhatsApp img {
  width: 60px;
  height: 60px;
}
nav ul {
  list-style: none;
  display: flex;
}

nav li {
  margin-right: 20px;
}

nav a {
  text-decoration: none;
  color: #ffffff;
  text-shadow: 2px 2px #202020;
  transition: all 0.3s ease;
}

nav a:hover {
  color: #666;
}
main {
  padding-bottom: 70px;
}
header h1 {
  color: #ffffff;
  text-shadow: 3px 1px #202020;
}
h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
h2 ul {
  text-align: center;
}
#rentals p {
  text-align: center;
}
#rentals {
  text-align: center;
}

p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0px;
}
#location {
  font-size: 17px;
  font-weight: bold;
  margin-left: 40px;
}
#p1 {
  width: 60vw;
  margin: auto auto 30px auto;
}
.cta-button,
.rent-button {
  z-index: 0;
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.div-button {
  display: flex;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 30px;
  justify-content: center;
}
main section a {
  justify-content: center;
}

#offerlist {
  text-align: center;
}
#offerlist li {
  padding: 10px;
}
.cta-button:hover,
.rent-button:hover {
  transform: scale(1.1);
  transition: all 0.2s;
  background-color: #666;
}
.quote {
  position: relative;
  bottom: 108px;
  margin: 0;
  background-color: rgb(158, 169, 9);
  transition: all 0.5s ease;
  cursor: pointer;
  height: 100px; /* Set a fixed height for the .quote element */
  overflow: hidden; /* Hide any text that overflows the element's boundaries */
}
.quote span {
  position: absolute;
  top: 22px;
  left: 40px;
  opacity: 1;
  font-family: helvetica;
  transition: opacity 0.3s ease;
  font-size: 40px;
  color: white;
}

.dropdown {
  position: absolute;
  top: 10%;
  right: 3%;
  overflow: visible;
  z-index: 2;
}

.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0%;
  z-index: 1;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.dropdown-content a {
  border-radius: 5px;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content:hover {
  display: block;
}
#regret-text {
  opacity: 0;
}
/* Container for two cards */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;/
}

/* Individual card styles */
.card {
  flex: 1 1 calc(50% - 20px); /* Two cards per row with a gap adjustment */
  max-width: calc(
    50% - 20px
  ); /* Ensures each card takes half of the container width */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
  padding: 16px; /* Optional: Adds padding inside the card */
  background-color: #fff; /* Optional: Card background color */
  border-radius: 8px; /* Optional: Smooth corners */
}

/* Makes the layout responsive */
@media (max-width: 768px) {
  .card {
    flex: 1 1 100%; /* Cards stack vertically on smaller screens */
    max-width: 100%;
  }
}
.tent-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; /* Add consistent spacing between rows and columns */
  position: relative;
}
.tent {
  width: calc(33.33% - 20px);
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.tenthidden {
  width: calc(33.33% - 20px);
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.tenthidden:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.tent:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
header img {
  position: absolute;
  top: -10px;
  width: 200px;
  max-width: 100%;
  height: auto;
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s ease-in-out;
}
header img:hover {
  opacity: 0.5;
  transform: scale(0.96);
}
.tent img {
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
  height: auto;
  object-fit: fill;
  object-position: center;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1.5px solid #1a1a1a;
}
.tenthidden img {
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
  height: auto;
  object-fit: fill;
  object-position: center;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1.5px solid #1a1a1a;
}
.tenthidden h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.tent h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

/*This is where the entire footer CSS code is starting*/
footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 50px 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-container {
  flex: 1 0 400px;
  margin-right: 30px;
}

.contact-container h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-container label {
  display: block;
  margin-bottom: 10px;
}

.contact-container input,
.contact-container textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: none;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

.contact-container input:focus,
.contact-container textarea:focus {
  outline: none;
  box-shadow:
    0 0 2px #fff,
    0 0 5px #fff,
    0 0 10px #fff;
}

.contact-container button[type="submit"] {
  background-color: #fff;
  color: #333;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.contact-container button[type="submit"]:hover {
  background-color: #333;
  color: #fff;
}

.info-container {
  flex: 1 0 200px;
}

.info-container h3 {
  text-align: center;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 5x;
}

.info-container p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.info-container p:visited {
  color: #f7f7f7;
}

.links-container {
  flex: 1 0 200px;
}

.links-container h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.links-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links-container li {
  margin-bottom: 10px;
}

.links-container li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.links-container li a:hover {
  color: #333;
}

@media screen and (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
.tenthidden img {
    height: auto;
  }
  .tent img {
    height: auto;
  }
  .contact-container {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .info-container,
  .links-container {
    flex: 1 0 auto;
    margin-bottom: 30px;
  }
}

/*This is where the footer CSS code stops*/
@media only screen and (max-width: 768px) {
  #location {
    display: none;
  }
  .phonenbr {
    font-size: 13px;
  }
  #fa {
    font-size: 17px;
  }
  #location2 {
    margin-left: 8px;
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
  #locrot2 {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #location {
    font-size: 14px;
    margin-left: 5px;
  }
  #locrot {
    margin-right: 5px;
    font-size: 18px;
  }
  #tent-text {
    display: none;
  }
  #regret-text {
    display: none;
  }

  #rentals .tent-container {
    display: flex;
    flex-direction: column;
  }
  header {
    padding-bottom: 0px;
    padding-top: 0px;
  }
#rentals .tenthidden {
    width: 100%;
  }

  #rentals .tent {
    width: 100%;
  }
  nav ul {
    flex-direction: column;
  }

  nav li {
    margin: 10px 0;
  }
  .slider {
    bottom: 132px;
  }
  .quote {
    position: relative;
    bottom: 132px;
  }
  .dropdown-content {
    right: 10%;
  }
  .sticky {
    position: fixed;
    bottom: 70px;
    z-index: 999;
  }
  /* Style the link */
  div .WhatsApp {
    display: inline-block;
    background-color: #1bd741;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 0px 10px 10px 0px;
  }
  div .WhatsApp:hover {
    background-color: #1ea739;
  }
  div .WhatsApp img:hover {
    background-color: #1ea739;
  }
  /* Style the image inside the link */
  div .WhatsApp img {
    width: 40px;
    height: 40px;
  }
.tenthidden {
    width: calc(50% - 20px);
  }
  .tent {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 475px) {
  #img1 {
    content: url("pictures/panoramaphone.PNG");
  }
  #img2 {
    content: url("pictures/panoramaphone.PNG");
  }
  #img3 {
    content: url("pictures/panoramaphone.PNG");
  }
}

@media only screen and (max-width: 320px) {
  header img {
    margin-left: -30px;
  }
}

/* selection 2 page CSS*/
