* {
    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;
  }*/
  
  .banner {
    position: relative;
  }
  
  .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: cover;
    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.3rem;
    color: #0099ff;
    margin-bottom: 15px;
    margin-top: 0px;
    margin-left: 45%;
  }
  .popular_description{
    font-size: 1rem;
    margin-left: -3%;
    text-align: center;
    margin-top: 10px;
  }

  .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;
  }
  
  /*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: 70%;*/
    float: right;
    margin-top: 0;
    padding-top: 0;
  }
  iframe{
    width: 100%;
    height: 70%;
    margin: auto;
    float: right;
    margin-top: 10px;
    border-radius: 10px;
    left: 0;
  }
  
  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);
  }
  
  @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: 70%;
        object-fit: cover;
        margin: auto;
    }
  
    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: 95%;
    }
  
    .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-active {
    transform: scale(1);
  }



  .slideshow-container {
    position: relative;
    height: 70vh; /* Adjust height to leave space for the features section */
    overflow: hidden;
    width: 80%;
    margin-left: 10%;
    border-radius: 10px;
    margin-top: 30px;
}
.slideshow-containers {
  position: relative;
  height: 40vh; /* Adjust height to leave space for the features section */
  overflow: hidden;
  width: 80%;
  margin-left: 10%;
  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;
}
.headline-section {
    position: relative;
    height: 30vh; /* Adjust height to fit the headline */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000; /* Consistent background */
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.features-section {
    padding: 20px;
  /*  background-color: #100347;  Light background for contrast */
    align-content: center;
    margin-left: 19%;
}
.feature_h3{
  margin-top: -10%;
  margin-bottom: 10px;
  margin-left: -3.3%;
}
.features-list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two-column grid */
    gap: 15px; /* Space between columns */
    color: #333; /* Dark text color for readability */
    font-size: 1.2em;
}
.features-list ul {
    list-style: none;
    padding: 0;
}
.features-list ul li {
    margin-bottom: 10px;
}
.features-list ul li::before {
    content: '✔'; /* Tick icon */
    color: hsl(25, 83%, 53%); /* Green color for the tick */
    margin-right: 10px;
}
.features-list a {
    /*color: #0099ff; /* Link color */
    text-decoration: none;
}
.features-list a:hover {
    text-decoration: underline;
}
.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: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, #006aff 300%);
    /*background-color: #007bff; /* Blue color */
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px; /* Adjusted size */
    height: 30px; /* 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);
}

.upper{
  display: flex;
}
.upper h1{
  color: hsl(25, 83%, 53%);
  margin-left: 10%;
  margin-bottom: 0;
}

.video-container {
  margin-left: 20%;
  margin-top: 20px;
  border-radius: 5px;
}
video{
  border-radius: 10px;
}


@media screen and (max-width: 800px){
  .slideshow-container{
    width: 100%;
    margin-left: 0;
  }

  .video-container{
    margin-left: 0;
    width: 100%;
  }
  video{
    width: 100%;
  }
  .features-list{
    gap: 30px;
  }
  .features-list ul{
    padding: 10px;
    margin-left: -20%;
  }
  .upper h1{
    font-size: 15px;
    margin-top: 10px;
    margin-left: 3%;
    margin-bottom: -10%;
  }
  .span_p{
    margin-left: -20%;
    font-size: 15px;
  }
}

