@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

.header-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url(images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  background-position: center;
  position: relative;
}

.icon {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-align: center;
  font-size: 35px;
}

.nav-items {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  text-decoration-color: rgb(255, 255, 255);
  font-family: Georgia, "Times New Roman", Times, serif;
}

.nav-items a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  gap: 30px;
}

.nav-items a:hover {
  background-color: rgb(157, 161, 165);;
}

.header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  align-items: center;
  color: rgb(255, 255, 255);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2rem;
  gap: 20px;
  font-weight: bolder;
}

.but1 {
  padding: 10px 15px;
  border-radius: 30px;
  border: none;
  background-color: rgb(157, 161, 165);
  font-weight: 500;
}

.header-text h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  font-size: larger;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;

}

.icon1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  color: aliceblue;
  position: relative;
}

#icon-1 {
  font-size: 20px;
  border-radius: 50px;
  background-color: rgb(157, 161, 165);
  position: relative;
  padding: 10px;
  width: 20px;
  left: 30px;
}

.forms {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.form {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 15vh;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -7.5vh;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.inputfield {
  background-color: rgb(202, 221, 238);
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

select,
input {
  border: none;
  background-color: rgb(202, 221, 238);
  border-radius: 50px;
  width: 7%;
  border-radius: 50px;
  margin-left: 40px;
  padding: 15px;
}

.form button {
  border-radius: 50px;
  background-color: rgb(202, 221, 238);
  border: none;
  padding: 15px;
  margin-left: 40px;
  width: 20%;
}

.serve {
  height: 100vh;
  width: 100vw;
  background-color: rgb(225, 228, 230);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.align {
  display: flex;
  position: relative;
  left: 140px;
  color: rgb(44, 113, 173);
}

.align1 {
  display: flex;
  position: relative;
  left: 110px;
  color: rgb(44, 113, 173);
  text-decoration: none;
  gap: 10px;
}

.button-link {
  display: inline-block;
  padding: 10px 15px;
  border: solid;
  color: rgb(44, 40, 40);
  text-decoration: none;
  border-radius: 30px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.button-link:hover {
  background-color: rgb(44, 113, 173);
}

.services {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}

.trek1 {
  background-color: rgb(245, 245, 245);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: baseline;
  height: 300px;
  width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.services div i,
h3,
p,
a {
  display: flex;
  position: relative;
  left: 40px;
}

.services div a {
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(85, 70, 70);
  font-size: small;
}

.services div p {
  color: rgb(85, 70, 70);
  font-weight: 200;
}

.services div a:hover {
  color: rgb(0, 0, 0);
}

.map {
  background-color: rgb(245, 245, 245);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 300px;
  width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.trek2 {
  background-color: rgb(245, 245, 245);
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 300px;
  width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#faf {
  font-size: 60px;
  color: rgb(44, 113, 173);
}

.trek3 {
  background-color: rgb(245, 245, 245);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 360px;
  width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.about {
  margin: 0 auto;
  padding: 0 15px;
  height: 100vh;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.aboutw {
  background-color: rgb(44, 113, 173);
  max-width: 400px;
  height: 600px;
  position: relative;
}

.about-w {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  height: 60vh;
  width: 100vw;
  position: relative;
  top: 100px;
}

.about-hotel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.about-hotel h4 {
  color: rgb(44, 113, 173);
}

.img {
  max-width: 800px;
  height: 400px;
  border: solid 1px 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.test-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100wh;
  background-color: rgb(225, 228, 230);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 0 15px;
}

.testimonials {
  display: flex;
  flex-direction: row;
  padding: 30px;
}

.test {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

#test1 {
  display: flex;
  flex-direction: column;
  background-color: rgb(245, 245, 245);
  height: 300px;
  width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#test1 i {
  color: white;
  background-color: rgb(44, 113, 173);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 10px;
  width: 15px;
  position: relative;
  top: -4vh;
  right: -4.5vh;
}
.name-pic {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  left: -10vh;
  top: 2vh;
}

#image {
  max-width: 50px;
  height: 50px;
  border: solid 1px 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.name h3,
.name p {
  font-size: medium;
  position: relative;
  left: 2vh;
  line-height: 0vh;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Footer Styling */
.footer {
  background-color: rgb(225, 228, 230);
  color: #000000;
  padding: 60px 0;
}

/* Footer Row Layout */
.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

/* Footer Title Styling */
.footer-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Footer Links Styling */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #161515b2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: rgb(44, 113, 173);
}

/* Footer Contact Styling */
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  margin-bottom: 10px;
  color: #161515b2;
  font-size: 14px;
}

.footer-contact i {
  margin-right: 10px;
  color: rgb(44, 113, 173);
}

/* Social Icons Styling */
.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-icon {
  color: #161515b2;
  font-size: 18px;
  transition: color 0.3s ease;
  background-color: rgb(157, 161, 165);
  border-radius: 30px;
}

.social-icon:hover {
  color: rgb(44, 113, 173);
}

/* Footer Copyright Styling */
.footer-copyright {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #444;
  font-size: 14px;
  color: #161515b2;
}

.footer-copyright i {
  color: #ff0000;
}

/* Responsive Design */
.footer-row {
  flex-direction: row;
}

.instagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 0 10px;
  height: 70vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}



.instagram-images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  height: 100vh;
  width: 100vw;
  position: relative;
}

.instagram a,
.instagram a img {
  display: flex;
  align-content: center;
  max-width: 250px;
  height: 200px;
}

#hidden {
  display: none; /* Hide the section */
}
.hidden {
  display: none;
}


#data-section {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
}

.item {
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: rgb(44, 113, 173);
  text-align: center;
}


.item img {
  max-width: 50%;
  height: 50%;
  border-radius: 5px;
}
