* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
  }
  
  /*nav {
    height: 60px;
    /*border-bottom: 1px solid rgb(233, 233, 233);
    background: #170346;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    z-index: 500;
  }*/
  
  #progress {
    width: 0;
    left: 0;
    height: 2px;
    background: black;
    position: fixed;
    top: 60px;
  }
  
  .title {
    position: absolute;
    top: 1rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 5px;
    transition: 0.3s ease;
    cursor: pointer;
  }
  
  .title:hover {
    letter-spacing: 1px;
  }
  
  /*.nav-links {
    display: flex;
    justify-content: space-around;
    width: 30%;
    margin-right: 20px;
  }*/
  
  /*.nav-links li {
    list-style-type: none;
  }
  
  .nav-links a {
    color: rgb(106, 106, 106);
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 3px;
    transition: color 0.3s ease;
    position: relative;
  }
  
  .nav-links a:hover {
    color: black;
  }
  .dropdown__menu{
    margin-top: -10%;
  }
*/  
  .banner {
    position: relative;
    margin-top: 0;
  }
  
  .banner h1 {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    line-height: 1.3;
    font-size: 3rem;
    font-weight: 400;
  }
  
  .small {
    font-size: 1rem;
    font-weight: 300;
  }
  
  .banner img {
    object-fit: contain;
    width: 70%;
    max-height: 80vh;
    filter: brightness(90%);
    margin: auto;
    margin-left: 15%;
    border-radius: 10px;
  }
  
  article {
    max-width: 900px;
    padding: 30px;
    margin: 50px auto;
    line-height: 1.5;
    margin-top: 0;
  }
  
  article h1 {
    margin-bottom: 2px;
    font-size: 2rem;
    /*margin-left: 40%;*/
    color: hsl(228, 66%, 53%);
    text-align: center;
  }

  article p{
    padding-bottom: 0;
    margin-top: 0;
    text-indent: 40px;
    margin: 20px 0;
    color: white;
    margin-bottom: 0;
  }

 h3{
    color: hsl(25, 83%, 53%);
  }
  .span_p{
    color: #fff;
  }

  .popular__price{
    font-size: 1.5rem;
    color: hsl(25, 83%, 53%);
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .popular__description{
    font-size: 1.5rem;
    margin-left: -10%;
    text-align: center;
    margin-top: 0;
  }

  .fas{
    color: hsl(25, 83%, 53%);
  }

  .span__ad{
    font-weight: 700;
    color: hsl(228, 89%, 56%);
  }
  .span__add{
    font-weight: 900;
    font-size: large;
    color: hsl(25, 83%, 53%);
  }

  p{
    color: white;
  }

  .art__p{
    margin-bottom: 0;
  }

  .ad_d{
    font-size: 30px;
  }
  .post_h1{
    color: hsl(25, 83%, 53%);
  }
  
  /*article p {
    text-indent: 40px;
    margin: 20px 0;
    color: white;
    margin-bottom: 0;
  }*/

  .docs{
    /*max-width: 900px;*/
    padding: 20px;
    /*margin: 10px auto;*/
    line-height: 0.5;
    margin-top: 20px;
    padding-top: 0;
    margin-left: -3%;
  }


  .land__map{
    max-width: 900px;
    /*position: absolute;*/
    /*display: flex;*/
    align-items: center;
    /*text-align: center;*/
    margin-left: 20%;
    margin-top: 0;
    width: 85%;
    margin: auto;
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .contact__map{
    /*display: flex;*/
    /*width: 30%;*/
    float: right;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0%;
  }
  iframe{
    width: 100%;
    height: 70%;
    margin: auto;
    float: right;
    margin-top: 10px;
    border-radius: 10px;
    left: 0;
  }

  .iframe_b{
    margin-left: 30%;
  }
  
  article img {
    width: 100%;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  }
  
  .burger > div {
    width: 23px;
    height: 3px;
    background: black;
    margin: 5px;
    margin-right: 20px;
    transition: 0.3s ease;
  }
  
  .burger {
    display: none;
  }
  
  .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .toggle .line2 {
    opacity: 0;
  }
  .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }

  .post-box{
    background: var(--bg-color);
    box-shadow: 0 4px 14px hsl(35deg 25% 15% / 10%);
    padding: 15px;
    border-radius: 0.5rem;
    width: 280px;
    /*margin-left: -110%;*/
}
.food{
  margin-left: 0%;
}
.tech{
  margin-right: 0%;
}
.post{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, auto));
    justify-content: center;
    gap: 1.5rem;
    padding-top: 40px;
    padding-bottom: 10px;
}
/*.nav__toggle{
    position: relative;
    width: 32px;
    height: 32px;
}
.nav__burger,
.nav__close{
    position: absolute;
    width: max-content;
    height: max-content;
    inset: 0;
    margin: auto;
    font-size: 1.25rem;
    cursor: pointer;
    transition: opacity .1s, transform .4s;
}
.nav__close{
    opacity: 0;
}*/
  
  @media screen and (max-width: 800px) {
    .banner h1 {
      font-size: 2.3rem;
      text-shadow: 0px 2px rgba(0, 0, 0, 0.289);
    }
    .banner{
      max-width: fit-content;
    }
    .banner img{
        width: 100%;
        object-fit: cover;
        margin: auto;
        margin-top: 15px;
    }
  
    article {
      max-width: 600px;
      font-size: 0.8rem;
      line-height: 2;
      padding: 20px;
    }
  
    article h1 {
      text-align: center;
      margin-left: 0;
    }
    .contact__map{
        padding-top: 30px;
    }
    .popular__description{
        align-items: center;
        /*margin-left: 5%;*/
    }
  
    /*.nav-links {
      position: absolute;
      top: 60px;
      background: white;
      width: 100%;
      margin: 0;
      height: 100vh;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      font-size: 1.5rem;
      transform: scale(0);
      transition: 0.3s ease;
    }*/
  
    .burger {
      display: block;
    }
    /*.nav__burger,
    .nav__close{
        margin-right: -305px;
        font-size: 1.5rem;
    }
    /*.post{
        margin-left: 70%;
    }*/

    .video-container{
      margin-left: 0;
      width: 100%;
    }
    video{
      width: 100%;
    }
    
  }
  @media screen and (max-width: 540px){
    .nav__link{
      color: var(--second-color);
      background-color: var(--body-color);
      font-weight: var(--font-semi-bold);
      padding: 1.25rem 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background-color 1s;
  }
  .dropdown__menu{
    margin-top: 0%;
  }

  .video-container1{
    margin-left: -5%;
    width: 70%;
  }
  video{
    width: 100%;
  }
}
  
  .nav-active {
    transform: scale(1);
  }

  .video-container1 {
    margin-left: 20%;
    margin-top: 20px;
    border-radius: 5px;
  }
  video{
    border-radius: 10px;
  }
   

  .slideshow-container1 {
    position: relative;
    height: 70vh; /* Adjust height to leave space for the features section */
    overflow: hidden;
    width: 100%;
    margin-left: 0%;
    border-radius: 10px;
    margin-top: 30px;
}
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out;
    opacity: 0;
}
.slide.active {
    opacity: 1;
}
.nav-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
 /* width: calc(100% - 70px); /* Account for button margins */
  justify-content: space-between;
  padding: 0 35px; /* Padding for container edges */
  z-index: 1;
  width: 100%;
}
.nav-buttons button {
  background-color: #007bff; /* Blue color */
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px; /* Adjusted size */
  height: 40px; /* Adjusted size */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.8em; /* Adjusted font size */
  transition: background-color 0.3s, transform 0.3s;
}
.nav-buttons button:hover {
  background-color: #0056b3; /* Darker blue color */
  transform: scale(1.1);
}