* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: var(--withe);
}
section {
  padding-top: 70px;
}
header {
  position: sticky;
  top: 0;
  background-color: #0000009c;
  z-index: 99;
}
:root {
  --withe: #fff;
  --black: #000000;
  --black-withe: #fffdfd;
  --Gunsmoke: #878787;
  ---fontBold: Arial, Helvetica, sans-serif;
  --font-poppins: "Roboto", sans-serif;
}
.crescent-moon {
  --black-withe: #a6a2a2;
  --black: #ffffff;
  --withe: #000000;
  --Gunsmoke: #878787;
}
.container {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: var(---fontBold);
}
.logo img {
  height: 60px;
}
.drek {
  cursor: pointer;
}
.home {
  position: relative;
  right: 40%;
}
nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-links li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.arrow {
  margin-left: 5px;
  font-size: 0.7em;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  list-style: none;
  padding: 10px 0;
  margin: 5px 0 0 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  min-width: 160px;
  border-radius: 5px;
}

.dropdown-menu li {
  padding: 8px 20px;
}

.dropdown-menu li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown-menu li a:hover {
  background-color: #8f0000;
}

.custom-dropdown:hover .dropdown-menu {
  display: block;
}

#check {
  display: none;
}

label {
  display: none;
}

label i {
  font-size: 26px;
  cursor: pointer;
  padding: 10px;
}

nav {
  display: flex;
  justify-content: flex-end;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}

.nav-links img {
  width: 24px;
}

.custom-dropdown select {
background-color: #00000000;
  color: var(--withe);
  font-family: var(---fontBold);
  outline: none;
  border: none;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-dropdown select:focus {
  color: rgb(0, 0, 0);
}

.arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.custom-dropdown label:hover .arrow {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  label {
    display: block;
    z-index: 1001;
    position: relative;
  }

  label .fa-xmark {
    display: none;
  }

  label .fa-bars {
    display: inline-block;
    margin-top: 10px;
  }

  #check:checked + label .fa-bars {
    display: none;
  }

  #check:checked + label .fa-xmark {
    display: inline-block;
  }
  .fa-bars,
  .fa-xmark {
    color: #fff;
  }
  nav {
    display: none;
  }

  #check:checked ~ nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 75%;
    top: 20px;
    left: 25%;
    z-index: 1000;
    padding-top: 80px;
    margin-top: -20px;
    background-color: #2e2e2e;
  }

  .nav-links {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    
  }

  .custom-dropdown select {
    width: 100%;
    font-size: 16px;
    padding: 10px;
  }
}
.img {
  background-position: center;
  background-image: url(../../assets/image/suitcase-travel-summer-holidays-vacation-travelers-luggage\ 1.png);
  height: 100vh;
  margin-top: -180px;
}
.make-in-your-journey {
  flex: 1;
  flex-wrap: wrap;
  margin-top: -450px;
  margin-left: 10%;
}
.make-in-your-journey h1 {
  font-size: 65px;
  color: var(--withe);
  font-family: var(--font-poppins);
}
.make-in-your-journey p {
  color: var(--withe);
  font-family: var(--font-poppins);
}

.search-container {
  display: inline-flex;
  background: white;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 10px;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 9%;
}

.search-container select {
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1em;
  background-color: #f0f0f0;
  appearance: none;
  outline: none;
}

.explore-btn {
  background-color: #000;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
}

.explore-btn:hover {
  background-color: #333;
}

.popular-places {
  margin-top: 20px;
  color: var(--withe);
  margin-left: 10%;
  font-family: var(--font-poppins);
}

.popular-places span {
  color: var(--withe);
  font-family: var(--font-poppins);
}
.explore {
  margin-top: 150px;
  flex-wrap: wrap;
}
.explore-new-worlds {
  text-align: center;
}
.explore-new-worlds h2 {
  font-family: var(--font-poppins);
  color: var(--black);
  font-size: 50px;
}
.explore-new-worlds p {
  font-family: var(---fontBold);
  color: var(--Gunsmoke);
}
.img-exotic-natural-scenery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
}
.img-exotic-natural-scenery img {
  width: 370px;
  height: 361px;
}
.unsplash {
  margin-top: 100px;
  background-image: url(../../assets/image/unsplash_okVXy9tG3KY.png);
  background-repeat: no-repeat;
  height: 600px;
  background-position: center;
  background-size: cover;
}
.why-choose-us {
  text-align: center;
  color: var(--withe);
  font-family: var(--font-poppins);
}
.why-choose-us h2 {
  font-size: 60px;
}
.best-service img {
  background-color: #000;
}
.best-service p {
  color: var(--Gunsmoke);
}
.best-service {
  background-color: var(--withe);
  width: 17%;
  height: 300px;
  border-radius: 5px;
  margin-top: 100px;
}
.best {
  margin-left: 20px;
}
.choose {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.choose h3 {
  color: var(--black);
}
@media (max-width: 768px) {
  .choose {
    display: none;
  }
}
.our-tour-partner {
  text-align: center;
  font-family: var(---fontBold);
}
.our-tour-partner h2 {
  font-size: 50px;
  color: var(--black);
}
.our-tour-partner p {
  color: var(--Gunsmoke);
}
.katana {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
}
.katana img {
  width: 96.93px;
  height: 40px;
}
.n {
  background-color: var(--black-withe);
}
.testimonial {
  margin-left: 30px;
  font-family: var(---fontBold);
}
.testimonial h3 {
  color: var(--Gunsmoke);
}
.testimonial h2 {
  color: var(--black);
  font-size: 30px;
}
.testimonial p {
  color: var(--Gunsmoke);
}
.clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
  cursor: pointer;
  padding: 60px 20px;
  margin-top: 200px;
}

.client {
  background-color: #edebeb7b;
  width: 400px;
  height: 300px;
  border-radius: 20px;
  padding: 40px 20px 20px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
}

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

.client img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: -70px;
  border: 5px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.client h3 {
  font-size: 22px;
  margin: 15px 0 5px;
  color: #333;
}

.client span {
  font-size: 14px;
  color: #777;
  display: block;
  margin-bottom: 15px;
}

.stars img {
  width: 20px;
  height: 20px;
  margin: 0 2px;
}

.client p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-top: 15px;
  text-align: left;
}

@media (max-width: 768px) {
  .clients {
    flex-direction: column;
    align-items: center;
  }

  .client {
    width: 90%;
  }

  .client p {
    text-align: center;
  }
}
.site-footer {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  color: #000;
}

.subscribe-section {
  background: url(../../assets/image/unsplash_TejFa7VW5e4.png) no-repeat;
  background-size: cover;
  height: 500px;
  background-position: center;
  text-align: center;
  padding: 60px 20px;
  color: white;
}

.subscribe-section h2 {
  font-size: 40px;
  color: var(--withe);
}

.subscribe-section p {
  font-size: 16px;
  color: var(--withe);
}

.subscribe-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 100px;
}

.subscribe-form input {
  padding: 15px;
  border: none;
  border-radius: 30px;
  width: 500px;
  max-width: 80%;
}

.subscribe-form button {
  padding: 15px 25px;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 20px;
  background-color: var(--withe);
  gap: 20px;
}

.footer-box {
  flex: 1 1 200px;
  min-width: 200px;
  color: var(--black);
}

.footer-logo {
  max-width: 250px;
  margin-bottom: 10px;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  margin: 8px 0;
}

.footer-box ul li a {
  text-decoration: none;
  color: var(--black);
}

.social-icons a {
  color: var(--black);
  font-size: 18px;
  margin-right: 10px;
}

.copyright {
  background-color: #000;
  color: white;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
}
