body {
    margin: 0;
    padding: 0;
/*    background-image: url('https://img.freepik.com/free-photo/solid-green-concrete-textured-wall_53876-160652.jpg?w=1060&t=st=1693150786~exp=1693151386~hmac=2b7acb8f505db78568b2aa3c726804feed0540555a7720d72d01852dbebd801e');*/
/*    background: #023020;*/
/*    background: linear-gradient(to right,#032117,#023020);*/
    background-image: url('https://img.freepik.com/free-vector/3d-modern-abstract-green-gradient-wave-luxury-dark-background_343694-3039.jpg?w=1380&t=st=1697832680~exp=1697833280~hmac=6655305c11664bbb4c81727ab03668a483857ab2a37b9091635743ef34391418');
/*    background-image: url('darkgreen.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;    
    height: 150vh;
    width: 100%;
    background-position: center;
/*    background-image: url('https://e1.pxfuel.com/desktop-wallpaper/606/510/desktop-wallpaper-dark-green-backgrounds-dark-green-grunge-aesthetic.jpg');*/
    /*background: #023020;
    background: #032117;*/
    overflow-x: hidden;
}


.navbar{
      color: white;
      text-align: center;
    }

a {
    color: white;
    text-decoration: none;
    position: relative;
}

a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: 30px;
    left: 0;
    background-color: #FFCB74;
    transition: width 0.3s;
}

a:hover::before {
    width: 100%;
}

    .active{
        background: #FFCB74;
        padding: 10px 15px;
        color: black;
        border: 1px solid #FFCB74;
    /* Add a color shadow at the bottom */
    }

    .lin{
      width: 200px;
      text-align: center;

    }

    li{
      display: inline-block;
      list-style: none;
      font-size: 15px;
      text-transform: uppercase;
      padding: 25px;
      margin-left: 10px;
      font-family: 'Montserrat', sans-serif;
    }

    hr{
      width: 400px;
      position: relative;
      left: 520px;
/*    border: #FFCB74;*/
    }



    .items{
        overflow: hidden;
    }
        
    .main_logo{
        position: absolute;
        top: 32px;
        margin-left: 15px;
    }


h1{
background: #BF9A55;
background: linear-gradient(to right, #BF9A55 10%, #F5EE9D 41%, #D1A95D 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

.slide{
  height: 140vh;
  width: 85%;
  text-align: center;
  padding: 100px;
  font-family: 'poppins',sans-serif;
  line-height: 40px;
}   