body {
  font-family: Arial, sans-serif;
  color: #333;
}

header {
  padding: 20px;
  background: #fff;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background:white;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li {
  margin-left: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  margin-left: 20px;
}

.auth-buttons .login,
.auth-buttons .signup {
  text-decoration: none;
  margin-left: 20px;
  padding: 8px 16px;
  border-radius: 5px;
}

.auth-buttons .signup {
  background-color: #ff5e57;
  color: #fff;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background:white;
}

.hero-content h1 {
  font-size: 2.5em;
  line-height: 1.2;
}

.hero-content span {
  color: #ff5e57;
}

.hero-content p {
  margin-top: 10px;
  font-size: 1.1em;
  color: #666;
}

.discover-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #ff5e57;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.hero-image {
  position: relative;
  max-width: 400px;
}

.hero-image img {
  max-width: 100%;
  border-radius: 10px;
}

.badge,
.customer-review,
.explore-badge {
position: absolute;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.9em;
  display: flex;
  align-items: center;
}

.badge {
 top: 8px;
 left: 20px;
}

.customer-review {
  bottom: 60px;
  left: -30px;
}

.explore-badge {
  bottom: 10px;
  right: 50px;
}

.search {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #fff;
  margin-top: 30px;
  gap: 200px;
}

.search-item {
 margin: 0;
}

.search-item label {
  display: block;
  font-size: 0.9em;
  margin-bottom: 5px;
  color: #666;
}

.search-item input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.explore-now {
  padding: 10px 20px;
  background-color: #ff5e57;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}



.landing-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #fff;
}

.content {
  text-align: center;
  max-width: 1200px;
  padding: 20px;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}

h1 span {
  color: #ff6f61; /* Accent color for 'to do' */
}

p {
  font-size: 1.2rem;
  color: #666;
  margin-top: 10px;
}

.steps {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.step {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 20px;
  width: 30%;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.step h3 {
  font-size: 1.5rem;
  margin-top: 10px;
  color: #333;
}

.step p {
  font-size: 1rem;
  color: #777;
  margin-top: 10px;
}

.icon {
  font-size: 3rem;
  color: #ff6f61; /* Accent color for the icon */
}





/* Section Styling */
.deals-section {
  text-align: center;
  padding: 20px;
}

.deals-section h1 {
  font-size: 2em;
  color: #333;
  margin-bottom: 10px;
}

.deals-section h1 span {
  color: #ff6633;
}

.deals-section p {
  font-size: 1em;
  color: #666;
  margin-bottom: 30px;
}

/* Cards Container */
.deals-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Card Styling */
.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 200px;
  position: relative;
  text-align: left;
}

.card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
}

.card h3 {
  font-size: 1.2em;
  color: #333;
}

.location {
  font-size: 0.9em;
  color: #888;
  margin-top: 5px;
}

.rating {
  font-size: 1em;
  color: #333;
  margin-top: 5px;
}

.price {
  margin-top: 10px;
}

.original-price {
  font-size: 0.9em;
  color: #888;
  text-decoration: line-through;
  margin-right: 5px;
}

.discounted-price {
  font-size: 1em;
  color: #ff6633;
  font-weight: bold;
}

/* Book Now Button */
.book-now {
  background-color: #ff6633;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}


/* Navigation */
.navigation {
  margin-top: 20px;
}

.navigation button {
  
  
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.2em;
  cursor: pointer;
  margin: 0 5px;
}




.container {
  text-align: center;
  max-width: 1200px;
  padding: 20px;
}
.tree__img{
  left: 100px;
}

header h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

header h1 span {
  color: #ff6b6b;
}

header p {
  font-size: 1em;
  color: #555;
  margin-bottom: 40px;
}

.cards {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 280px;
  text-align: left;
  overflow: hidden;
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-info {
  padding: 20px;
}

.card-info h2 {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 10px;
}

.card-info .price {
  font-size: 1.3em;
  color: #ff6b6b;
  font-weight: bold;
}

.card-info .duration {
  font-size: 0.9em;
  color: #555;
  margin-top: 5px;
}

.card-info .rating {
  font-size: 0.9em;
  color: #ffa41b;
  margin-top: 10px;
}

.navigation {
  margin-top: 20px;
}


.arrow:hover {
  background-color: #e55a5a;
}







.testimonial-section {
  display: flex;
  gap: 50px;
  max-width: 1000px;
  background-color: #f7f8fc;
  padding: 40px;
}

.left-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-content h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.left-content h2 span {
  color: #f97316;
}

.left-content p {
  margin: 20px 0;
  color: #666;
  font-size: 16px;
}

.nav-buttons {
  margin-top: 20px;
}

.nav-btn {
  border: none;
  background-color: #f97316;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
  transition: background-color 0.3s;
}

.nav-btn:hover {
  background-color: #f35d0c;
}

.right-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-card {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 350px;
}

.testimonial-content {
  text-align: left;
}

.testimonial-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.testimonial-content h4 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.testimonial-content span {
  display: block;
  color: #666;
  font-size: 14px;
}

.next-testimonial {
  position: absolute;
  bottom: -40px;
  left: 20px;
  color: #ccc;
  font-size: 14px;
  text-align: left;
  opacity: 0.6;
}





.blog-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #fff;
}

.blog-section h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
}

.blog-section .highlight {
  color: #f97316;
}

.blog-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.blog-card {
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-10px);
}

.blog-card img {
  width: 100%;
  height: auto;
}

.blog-card h3 {
  font-size: 18px;
  color: #333;
  margin: 15px;
}

.blog-card .date {
  font-size: 14px;
  color: #888;
  margin: 0 15px 15px;
}






/* Subscription Section Styling */
.subscription {
  background-color: #ff6d3a;
  color: white;
  padding: 20px 10px;
  text-align: center;
}

.subscription h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.subscription-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.subscription-form input[type="email"] {
  padding: 10px;
  border: none;
  border-radius: 5px;
  width: 250px;
}

.subscription-form button {
  padding: 10px 20px;
  background-color:orangered;
  color:white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.subscription-form button:hover {
  background-color: #ff8a5a;
  color: white;
}

/* Footer Styling */
.footer {
  background-color: #f4f5f7;
  color: #333;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.footer-logo h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-logo p {
  font-size: 14px;
  margin-bottom: 10px;
}

.social-icons a {
  font-size: 24px;
  margin-right: 10px;
  color: #ff6d3a;
  text-decoration: none;
}

.footer-links {
  display: flex;
  gap: 40px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-column a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 5px;
}

.footer-column a:hover {
  color: #ff6d3a;
}

/* Footer Bottom Styling */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 20px auto 0;
  font-size: 14px;
}

.footer-bottom a {
  color: #333;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ff6d3a;
}











