* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  color: #333;
  line-height: 1.6;
}

/* Navigation Bar */

/* HAMBURGER */
/* Basic navbar styles */


.logo {
  font-size: 20px;
  font-weight: bold;
  height: 38px;
  width: 350px;
}

.logo img {
  height: 70px;
  width: 100%;
  position: relative;
  top: -50%;
}
.nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
}

.nav-links li a {
  color: black;
  text-decoration: none;
  font-size: 16px;
}


/* Hamburger Icon */
.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
}

/* Responsive Styles */
@media (max-width: 768px) {

.navbar
{
  position: fixed;
  z-index: 20;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
}

  .hamburger {
    display: block;
    position: absolute;
    right: 10px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background-color: darksalmon;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 100%;
    padding: 10px 0;
  }

  .nav-links.show {
    display: flex;
    z-index: 2;
  }

  .nav-links li {
    text-align: center;
    padding: 10px 0;
  }
}

/* HAMBURGER END*/



/* Hero Section */

/* Hero Section Video */
.hero video,
.hero iframe {
  width: 100%;
  height: 800PX;
  max-width: 100%;
  display: block;
  object-fit: cover;
  /* Optional: crops without distortion */
  /* border-radius: 10px;  */
  /* border: 1px solid red; */
}

/* Optional: Set max height on mobile */
@media (max-width: 768px) {

  .hero video,
  .hero iframe {
    height: 300px;

  }

  .hero {
    height: 250px
  }

  .sss-t {
    font-family: auto;
    text-align: center;
  }

  .ss-t {
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .sss-t {
    font-family: auto;
  }

  .boxes {
    display: flex;
    flex-direction: column;
  }

  .ss-t .left-box .one {
    position: absolute;
    top: 1250px;
    left: 300px;
    height: 300px;
    width: 100%;
    border-radius: 20px;
  }

  .ss-t .left-box .two {
    height: 300px;
    width: 100%;
    border-radius: 20px;
  }

  .ss-t .left-box {
    width: 92%;
    height: 300px;
    /* border: 1px solid red; */
    /* margin: 20px; */
  }

  .ss-t .right-box {
    width: 380px;
    height: 550px;
    /* border: 1px solid red; */
    /* margin: 20px; */

  }
  .ss-t .right-box p
  {
    text-align: center;
  }

  .ss-t .boxes .right-box button {
    height: 35px;
    width: 100px;
    background-color: darksalmon;
    color: white;
  }

  .boxes {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 35px;
}


  .cons {
    /* border: 1px solid red; */
    height: 1000px;
    width: 100%;
  }

  .conss {
    display: flex;
    ;
    flex-direction: column;
  }

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

  .destination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 7000px;
    /* border: 1px solid red; */
  }

  .grid-index {
    display: grid;
    grid-template-columns: repeat(1, 300px);
    /* gap: 12px; */
    width: 90%;
    max-width: 1200px;
  }

  .explore {
    /* border: 1px solid red; */
    width: 100%;
    height: 1500px;
  }

  .exploree {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }

  .explorecard {
    height: 290px;
    padding: 10px;
    margin: 25px;
    width: 400px;
  }

  .explorecard .content button {
    width: 100%;
  }

  .grid-index-places {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    gap: 25px;
    width: 90%;
    max-width: 1200px;
  }

  .places-card {
    height: 130px;
    width: 150px;
  }

  .places-card .places-image img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
  }

  .container {
    max-width: 1200px;
    margin: 35px;
    /* padding: 0 20px; */
  }

  .browse {
    margin: 10px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .taxi {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
    width: 100%;
  }

  .taxi button.book {
    height: 50px;
    width: 100%;
    background-color: darksalmon;
    border-radius: 20px;
    cursor: pointer;
    border: 20px;
    color: white;
    width: 270px;
    font-size: 18px;
  }

  .taxi-h1 {
    /* border: 1px solid red; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .container {
    /* border: 1px solid red; */
    margin: 58px;
  }

  .footer {
    /* border: 1px solid red; */
    width: 100%;
  }

  .footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
    /* border: 1px solid green; */
    flex-direction: column;
  }

  .footer-column {
    flex: 1;
    width: 95%;
    margin: 10px;
    /* border: 1px solid blue; */
    padding: 0px;
  }

  .footer-column ul
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .copyright {
    height: 40px;
  }
  .copyright p {
    font-size: 19px;
  }


  /* CONTACT PAGE  */

  .banner img
  {
    height: 300px;
    width:100%;
  }

  .address 
  {
    height: 600px;
  }

  .address h2
  {
    font-size: 45px;
  }
  
  .address {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 600px;
    /* border: 1px solid blue; */
}

.loc {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    height: 560px;
    width: 95%;
    /* border: 1px solid red; */
    background-color: darksalmon;
    border-radius: 20px;
    padding: 20px;
}

.details {
    margin: 30px;
    /* border:1px solid red; */
}

.del {
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px;
    text-align: center;
}

.del i {
    font-size: 40px;
    color: black;
    margin: 10px;
}

.del p
{
    font-size: 18px;
    color: black;
    font-family: auto;
}

.footer-socials-contact
{
    /* border:1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.details .footer-socials-contact a
{
    color: black;
    margin-right: 10px;
    font-size: 20px;
    transition: 0.3s;
    text-decoration: none;
}



/* OUR SERVICS  */

.destination-serv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;

  .card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 120%;
}
  /* border: 1px solid red; */
}
}



@media screen and (max-width: 768px) 
{
    /* ABOUT SECTION  */


    .boxes-ab {
      height: 700px;
      background-color: darksalmon;
      display: flex;
      flex-direction: column;
      justify-content:flex-start;
      align-items: center;
      /* border: 10px solid red; */
    }
  
    .left-box-ab {
      height: 70px;
      width: 100%;
      /* border: 1px solid purple; */
    }
  
    .right-box-ab {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 400px;
      width: 100%;
      /* border: 1px solid black; */
    }
  
    .right-box-ab h1 {
      text-align: center;
      font-size: 50px;
    }
  
    .two-ab {
      height: 280px;
      width: 100%;
      border-radius: 20px;
    }
  
    .about {
      height: 65px;
      width: 200px;
      background-color: white;
      border-radius: 15px;
      color: black;
      border: none;
      border: none;
      cursor: pointer;
      font-size: large;
      font-family: cursive;
    }
  
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
}

.destination h1 {
  font-family: auto;
  text-align: center;
  font-size: 40px;
}

main {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0 1rem;
}

h2 {
  text-align: center;
  color: black;
  font-size: 60px;
  margin-bottom: 1rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}

.card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

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

.card p {
  padding: 0.5rem;
  font-weight: bold;
}

form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

form input,
form textarea {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form button {
  background: #007b5e;
  color: #fff;
  padding: 0.75rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

form button:hover {
  background: #005c46;
}

footer {
  text-align: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-top: 2rem;
}






/* ============================
   Responsive Styles for Mobile
   ============================ */
@media (max-width: 768px) {

  /* Navbar */
  /* .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
  } */

  .navbar a {
    margin: 5px 0;
    font-size: 16px;
  }

  /* Hero Section */
  /* .hero {
    padding: 40px 20px;
    text-align: center;
  }

  .hero h1 {
    font-size: 28px;
  }

  .hero p {
    font-size: 16px;
  } */

  /* General Containers */
  /* .container {
    width: 100%;
    padding: 0 15px;
  } */

  /* Cards or Flex Layouts */
  /* .card-group,
  .flex-row,
  .grid {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .card,
  .grid-item {
    width: 100% !important;
  } */

  /* Footer */
  footer {
    text-align: center;
    padding: 20px 10px;
  }
}